· 8 years ago · Mar 22, 2018, 10:02 PM
1# ************************************************************
2# Sequel Pro SQL dump
3# Version 4541
4#
5# http://www.sequelpro.com/
6# https://github.com/sequelpro/sequelpro
7#
8# Host: db.ogilvy-sandbox.com (MySQL 5.6.27-log)
9# Database: granbio-site
10# Generation Time: 2018-03-22 21:53:55 +0000
11# ************************************************************
12
13
14/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
15/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
16/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
17/*!40101 SET NAMES utf8 */;
18/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
19/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
20/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
21
22
23# Dump of table wp_options
24# ------------------------------------------------------------
25
26DROP TABLE IF EXISTS `wp_options`;
27
28CREATE TABLE `wp_options` (
29 `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
30 `option_name` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
31 `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
32 `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',
33 PRIMARY KEY (`option_id`),
34 UNIQUE KEY `option_name` (`option_name`)
35) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci AVG_ROW_LENGTH=536 ROW_FORMAT=DYNAMIC;
36
37LOCK TABLES `wp_options` WRITE;
38/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
39
40INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`)
41VALUES
42 (1,'siteurl','http://18.231.169.62/','yes'),
43 (2,'blogname','GranBio | Tecnologia e inovação em bioenergia','yes'),
44 (3,'blogdescription','Conheça a GranBio, empresa pioneira na produção do etanol de segunda geração, o combustÃvel mais limpo do mundo, fundada pelo empresário Bernardo Gradin. Saiba mais!','yes'),
45 (4,'users_can_register','0','yes'),
46 (5,'admin_email','othogarbers@gmail.com','yes'),
47 (6,'start_of_week','0','yes'),
48 (7,'use_balanceTags','0','yes'),
49 (8,'use_smilies','1','yes'),
50 (9,'require_name_email','1','yes'),
51 (10,'comments_notify','1','yes'),
52 (11,'posts_per_rss','10','yes'),
53 (12,'rss_use_excerpt','0','yes'),
54 (13,'mailserver_url','mail.example.com','yes'),
55 (14,'mailserver_login','login@example.com','yes'),
56 (15,'mailserver_pass','password','yes'),
57 (16,'mailserver_port','110','yes'),
58 (17,'default_category','1','yes'),
59 (18,'default_comment_status','open','yes'),
60 (19,'default_ping_status','open','yes'),
61 (20,'default_pingback_flag','0','yes'),
62 (21,'posts_per_page','10','yes'),
63 (22,'date_format','j \\d\\e F \\d\\e Y','yes'),
64 (23,'time_format','H:i','yes'),
65 (24,'links_updated_date_format','j \\d\\e F \\d\\e Y, H:i','yes'),
66 (25,'comment_moderation','0','yes'),
67 (26,'moderation_notify','1','yes'),
68 (27,'permalink_structure','/%postname%/','yes'),
69 (29,'hack_file','0','yes'),
70 (30,'blog_charset','UTF-8','yes'),
71 (31,'moderation_keys','','no'),
72 (32,'active_plugins','a:5:{i:0;s:11:\"amp/amp.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:33:\"seo-image/seo-friendly-images.php\";i:3;s:24:\"wordpress-seo/wp-seo.php\";i:4;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}','yes'),
73 (33,'home','http://18.231.169.62/','yes'),
74 (34,'category_base','','yes'),
75 (35,'ping_sites','http://rpc.pingomatic.com/','yes'),
76 (37,'comment_max_links','2','yes'),
77 (38,'gmt_offset','','yes'),
78 (39,'default_email_category','1','yes'),
79 (40,'recently_edited','a:4:{i:0;s:84:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/functions.php\";i:2;s:80:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/style.css\";i:3;s:69:\"/data/www/granbio/public_html/wp-content/themes/granbio2014/style.css\";i:4;b:0;}','yes'),
80 (41,'template','granbio2014','yes'),
81 (42,'stylesheet','granbio2014','yes'),
82 (43,'comment_whitelist','1','yes'),
83 (44,'blacklist_keys','','no'),
84 (45,'comment_registration','0','yes'),
85 (46,'html_type','text/html','yes'),
86 (47,'use_trackback','0','yes'),
87 (48,'default_role','subscriber','yes'),
88 (49,'db_version','38590','yes'),
89 (50,'uploads_use_yearmonth_folders','1','yes'),
90 (51,'upload_path','','yes'),
91 (52,'blog_public','1','yes'),
92 (53,'default_link_category','2','yes'),
93 (54,'show_on_front','posts','yes'),
94 (55,'tag_base','','yes'),
95 (56,'show_avatars','1','yes'),
96 (57,'avatar_rating','G','yes'),
97 (58,'upload_url_path','','yes'),
98 (59,'thumbnail_size_w','150','yes'),
99 (60,'thumbnail_size_h','150','yes'),
100 (61,'thumbnail_crop','1','yes'),
101 (62,'medium_size_w','300','yes'),
102 (63,'medium_size_h','300','yes'),
103 (64,'avatar_default','mystery','yes'),
104 (65,'large_size_w','1024','yes'),
105 (66,'large_size_h','1024','yes'),
106 (67,'image_default_link_type','file','yes'),
107 (68,'image_default_size','','yes'),
108 (69,'image_default_align','','yes'),
109 (70,'close_comments_for_old_posts','0','yes'),
110 (71,'close_comments_days_old','14','yes'),
111 (72,'thread_comments','1','yes'),
112 (73,'thread_comments_depth','5','yes'),
113 (74,'page_comments','0','yes'),
114 (75,'comments_per_page','50','yes'),
115 (76,'default_comments_page','newest','yes'),
116 (77,'comment_order','asc','yes'),
117 (78,'sticky_posts','a:0:{}','yes'),
118 (79,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),
119 (80,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
120 (81,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
121 (82,'uninstall_plugins','a:4:{s:57:\"multisite-language-switcher/MultisiteLanguageSwitcher.php\";a:2:{i:0;s:10:\"MslsPlugin\";i:1;s:9:\"uninstall\";}s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:27:\"wp-super-cache/wp-cache.php\";s:22:\"wpsupercache_uninstall\";s:35:\"wp-fastest-cache/wpFastestCache.php\";a:2:{i:0;s:14:\"WpFastestCache\";i:1;s:9:\"uninstall\";}}','no'),
122 (83,'timezone_string','America/Sao_Paulo','yes'),
123 (84,'page_for_posts','0','yes'),
124 (85,'page_on_front','0','yes'),
125 (86,'default_post_format','0','yes'),
126 (87,'link_manager_enabled','0','yes'),
127 (88,'initial_db_version','27916','yes'),
128 (89,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{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:20:\"wpseo_manage_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:37:{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:14:\"manage_options\";b:1;s:18:\"edit_theme_options\";b:1;s:15:\"wpseo_bulk_edit\";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:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:39:{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:14:\"manage_options\";b:1;s:18:\"edit_theme_options\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:38:{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:14:\"manage_options\";b:1;s:18:\"edit_theme_options\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),
129 (90,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),
130 (91,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),
131 (92,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),
132 (93,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),
133 (94,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),
134 (95,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:19:\"primary-widget-area\";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:21:\"secondary-widget-area\";a:0:{}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";N;s:24:\"third-footer-widget-area\";N;s:25:\"fourth-footer-widget-area\";N;s:13:\"array_version\";i:3;}','yes'),
135 (96,'cron','a:9:{i:1521741983;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1521762496;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1521768029;a:3:{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;}}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:1521768190;a:1:{s:21:\"update_network_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1521807494;a:1:{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:1521810383;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1521811325;a:1:{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;}}}i:1521811397;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;}}}s:7:\"version\";i:2;}','yes'),
136 (131,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1404825872;s:4:\"data\";a:4:{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:9:\"sidebar-3\";a:0:{}}}}','yes'),
137 (132,'current_theme','Granbio 2014','yes'),
138 (133,'theme_mods_granbio2014','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),
139 (134,'theme_switched','','yes'),
140 (150,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),
141 (180,'biotecpedia_category_children','a:0:{}','yes'),
142 (196,'iconsmenu_category_children','a:0:{}','yes'),
143 (197,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.9.1\";}','yes'),
144 (290,'_transient_random_seed','79c8a9ca0d350fe5cdd6dd980ca356ce','yes'),
145 (433,'WPLANG','pt_BR','yes'),
146 (434,'msls','a:10:{s:14:\"admin_language\";s:5:\"pt_BR\";s:7:\"display\";i:1;s:11:\"description\";s:2:\"PT\";s:13:\"before_output\";s:0:\"\";s:12:\"after_output\";s:0:\"\";s:11:\"before_item\";s:0:\"\";s:10:\"after_item\";s:0:\"\";s:16:\"content_priority\";s:2:\"10\";s:9:\"image_url\";s:0:\"\";s:14:\"reference_user\";s:1:\"1\";}','yes'),
147 (443,'new_admin_email','othogarbers@gmail.com','yes'),
148 (464,'blog_upload_space','','yes'),
149 (466,'msls_term_65','a:1:{s:2:\"us\";i:9;}','no'),
150 (479,'msls_term_60','a:1:{s:2:\"us\";i:17;}','no'),
151 (487,'recently_activated','a:5:{s:19:\"akismet/akismet.php\";i:1521127211;s:39:\"glue-for-yoast-seo-amp/yoastseo-amp.php\";i:1521127211;s:49:\"hreflang-tags-by-dcgws/hreflang-tags-by-dcgws.php\";i:1521127211;s:27:\"redirection/redirection.php\";i:1521127211;s:27:\"updraftplus/updraftplus.php\";i:1521127211;}','yes'),
152 (503,'msls_term_8','a:1:{s:2:\"us\";i:40;}','no'),
153 (533,'mail_from','contato@granmodal.com','yes'),
154 (534,'mail_from_name','Site GranBio','yes'),
155 (535,'mailer','smtp','yes'),
156 (536,'mail_set_return_path','','yes'),
157 (537,'smtp_host','smtp.granmodal.com','yes'),
158 (538,'smtp_port','587','yes'),
159 (539,'smtp_ssl','none','yes'),
160 (540,'smtp_auth','true','yes'),
161 (541,'smtp_user','contato@granmodal.com','yes'),
162 (542,'smtp_pass','Gran2013','yes'),
163 (1212,'galerias_children','a:0:{}','yes'),
164 (2688,'db_upgraded','','yes'),
165 (3442,'msls_682','a:1:{s:2:\"us\";i:385;}','no'),
166 (3728,'taxonomy_2','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
167 (3738,'taxonomy_6','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
168 (3741,'taxonomy_7','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
169 (3744,'taxonomy_63','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
170 (3930,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e362b56997dec922930a0f479fff6356\";a:5:{s:6:\"appkey\";N;s:6:\"secret\";N;s:6:\"folder\";N;s:16:\"tk_request_token\";N;s:15:\"tk_access_token\";N;}}}','yes'),
171 (3931,'updraft_lastmessage','O backup aparentemente foi bem sucedido e está completo agora. (ago 18 10:57:51)','yes'),
172 (3932,'updraftplus_locked_fd','1','yes'),
173 (3933,'updraftplus_last_lock_time_fd','2015-08-18 13:51:56','yes'),
174 (3934,'updraftplus_semaphore_fd','1','yes'),
175 (3936,'updraft_backup_history','a:1:{i:1439905916;a:13:{s:7:\"plugins\";a:1:{i:0;s:55:\"backup_2015-08-18-1051_GranBio_0035e42187b3-plugins.zip\";}s:12:\"plugins-size\";i:7421094;s:6:\"themes\";a:1:{i:0;s:54:\"backup_2015-08-18-1051_GranBio_0035e42187b3-themes.zip\";}s:11:\"themes-size\";i:12341834;s:7:\"uploads\";a:1:{i:0;s:55:\"backup_2015-08-18-1051_GranBio_0035e42187b3-uploads.zip\";}s:12:\"uploads-size\";i:73587927;s:6:\"others\";a:1:{i:0;s:54:\"backup_2015-08-18-1051_GranBio_0035e42187b3-others.zip\";}s:11:\"others-size\";i:407746;s:2:\"db\";s:49:\"backup_2015-08-18-1051_GranBio_0035e42187b3-db.gz\";s:7:\"db-size\";i:381451;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"a0e56e428402a0b3992b202073f399762c45e928\";s:7:\"themes0\";s:40:\"702b7415a874da30a4cfc8b1dc22c53eb051a275\";s:8:\"uploads0\";s:40:\"51f8429c3980b9b7461ee095591c70a4772f0f91\";s:7:\"others0\";s:40:\"074cc8c7adf38fdd995737236094720349ce76c0\";s:3:\"db0\";s:40:\"4f350fbd648a714b456b05cade2d9736a90ddc07\";}}s:5:\"nonce\";s:12:\"0035e42187b3\";s:7:\"service\";a:1:{i:0;s:4:\"none\";}}}','yes'),
176 (3937,'updraft_last_backup','a:5:{s:11:\"backup_time\";i:1439905916;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:55:\"backup_2015-08-18-1051_GranBio_0035e42187b3-plugins.zip\";}s:12:\"plugins-size\";i:7421094;s:6:\"themes\";a:1:{i:0;s:54:\"backup_2015-08-18-1051_GranBio_0035e42187b3-themes.zip\";}s:11:\"themes-size\";i:12341834;s:7:\"uploads\";a:1:{i:0;s:55:\"backup_2015-08-18-1051_GranBio_0035e42187b3-uploads.zip\";}s:12:\"uploads-size\";i:73587927;s:6:\"others\";a:1:{i:0;s:54:\"backup_2015-08-18-1051_GranBio_0035e42187b3-others.zip\";}s:11:\"others-size\";i:407746;s:2:\"db\";s:49:\"backup_2015-08-18-1051_GranBio_0035e42187b3-db.gz\";s:7:\"db-size\";i:381451;s:9:\"checksums\";a:1:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"a0e56e428402a0b3992b202073f399762c45e928\";s:7:\"themes0\";s:40:\"702b7415a874da30a4cfc8b1dc22c53eb051a275\";s:8:\"uploads0\";s:40:\"51f8429c3980b9b7461ee095591c70a4772f0f91\";s:7:\"others0\";s:40:\"074cc8c7adf38fdd995737236094720349ce76c0\";s:3:\"db0\";s:40:\"4f350fbd648a714b456b05cade2d9736a90ddc07\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"0035e42187b3\";}','yes'),
177 (3948,'_transient_yoast_i18n_wordpress-seo_promo_hide','1','yes'),
178 (3994,'wpseo-gsc-refresh_token','1/iI-wyn28YK1ROnBX3Vw5A4VCO0fzvDSjI0cTlFdw0Dw','yes'),
179 (3995,'wpseo-gsc-access_token','a:5:{s:13:\"refresh_token\";s:45:\"1/iI-wyn28YK1ROnBX3Vw5A4VCO0fzvDSjI0cTlFdw0Dw\";s:12:\"access_token\";s:75:\"ya29.0wGcJNsF_w3eVBTXKPLfutofFhR-vXoyYUUEcHFXog1cCyiMXieg1giVVBz885Ie6nyCAw\";s:7:\"expires\";d:1439931511;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1439938711;}','yes'),
180 (3996,'wpseo-gsc','a:1:{s:7:\"profile\";s:26:\"http://www.granbio.com.br/\";}','yes'),
181 (4001,'wpseo_gsc_issues_counts','a:0:{}','yes'),
182 (4003,'wpseo-gsc-issues-smartphone_only-not_found','a:1:{i:0;a:6:{s:3:\"url\";s:11:\"/ola-mundo/\";s:14:\"first_detected\";s:8:\"06/02/15\";s:18:\"first_detected_raw\";s:10:\"1433231981\";s:12:\"last_crawled\";s:8:\"06/04/15\";s:16:\"last_crawled_raw\";s:10:\"1433391550\";s:13:\"response_code\";i:404;}}','yes'),
183 (4004,'wpseo-gsc-issues-web-not_found','a:41:{i:0;a:6:{s:3:\"url\";s:17:\"/swfs/info_01.swf\";s:14:\"first_detected\";s:8:\"10/12/14\";s:18:\"first_detected_raw\";s:10:\"1413142789\";s:12:\"last_crawled\";s:8:\"06/09/15\";s:16:\"last_crawled_raw\";s:10:\"1433864256\";s:13:\"response_code\";i:404;}i:1;a:6:{s:3:\"url\";s:30:\"/en/who-whe-are/about-granbio/\";s:14:\"first_detected\";s:8:\"09/27/14\";s:18:\"first_detected_raw\";s:10:\"1411791166\";s:12:\"last_crawled\";s:8:\"08/06/15\";s:16:\"last_crawled_raw\";s:10:\"1438878665\";s:13:\"response_code\";i:404;}i:2;a:6:{s:3:\"url\";s:28:\"/quem-somos/sobre-a-granbio/\";s:14:\"first_detected\";s:8:\"10/12/14\";s:18:\"first_detected_raw\";s:10:\"1413136653\";s:12:\"last_crawled\";s:8:\"07/22/15\";s:16:\"last_crawled_raw\";s:10:\"1437532945\";s:13:\"response_code\";i:404;}i:3;a:6:{s:3:\"url\";s:67:\"/en/wp-content/uploads/sites/2/2014/09/graal-investimentos-2011.pdf\";s:14:\"first_detected\";s:8:\"09/24/14\";s:18:\"first_detected_raw\";s:10:\"1411576662\";s:12:\"last_crawled\";s:8:\"08/01/15\";s:16:\"last_crawled_raw\";s:10:\"1438451150\";s:13:\"response_code\";i:404;}i:4;a:6:{s:3:\"url\";s:12:\"/quem-somos/\";s:14:\"first_detected\";s:8:\"03/10/15\";s:18:\"first_detected_raw\";s:10:\"1425980638\";s:12:\"last_crawled\";s:8:\"05/31/15\";s:16:\"last_crawled_raw\";s:10:\"1433058380\";s:13:\"response_code\";i:404;}i:5;a:6:{s:3:\"url\";s:68:\"/en/wp-content/uploads/sites/2/2014/09/31824-bioflex_27.04.20121.pdf\";s:14:\"first_detected\";s:8:\"09/24/14\";s:18:\"first_detected_raw\";s:10:\"1411576554\";s:12:\"last_crawled\";s:8:\"08/12/15\";s:16:\"last_crawled_raw\";s:10:\"1439381105\";s:13:\"response_code\";i:404;}i:6;a:6:{s:3:\"url\";s:69:\"/en/wp-content/uploads/sites/2/2014/09/31827-graalbio_27.04.20121.pdf\";s:14:\"first_detected\";s:8:\"09/24/14\";s:18:\"first_detected_raw\";s:10:\"1411576608\";s:12:\"last_crawled\";s:8:\"08/12/15\";s:16:\"last_crawled_raw\";s:10:\"1439381722\";s:13:\"response_code\";i:404;}i:7;a:6:{s:3:\"url\";s:53:\"/en/wp-content/uploads/sites/2/2014/09/df-granbio.pdf\";s:14:\"first_detected\";s:8:\"09/24/14\";s:18:\"first_detected_raw\";s:10:\"1411576680\";s:12:\"last_crawled\";s:8:\"08/12/15\";s:16:\"last_crawled_raw\";s:10:\"1439381566\";s:13:\"response_code\";i:404;}i:8;a:6:{s:3:\"url\";s:26:\"/produtos/biocombustiveis/\";s:14:\"first_detected\";s:8:\"10/12/14\";s:18:\"first_detected_raw\";s:10:\"1413132825\";s:12:\"last_crawled\";s:8:\"07/07/15\";s:16:\"last_crawled_raw\";s:10:\"1436287088\";s:13:\"response_code\";i:404;}i:9;a:6:{s:3:\"url\";s:17:\"/en/author/admin/\";s:14:\"first_detected\";s:8:\"10/14/14\";s:18:\"first_detected_raw\";s:10:\"1413264736\";s:12:\"last_crawled\";s:8:\"06/10/15\";s:16:\"last_crawled_raw\";s:10:\"1433957521\";s:13:\"response_code\";i:404;}i:10;a:6:{s:3:\"url\";s:15:\"/en/innovation/\";s:14:\"first_detected\";s:8:\"10/12/14\";s:18:\"first_detected_raw\";s:10:\"1413137389\";s:12:\"last_crawled\";s:8:\"08/07/15\";s:16:\"last_crawled_raw\";s:10:\"1438949146\";s:13:\"response_code\";i:404;}i:11;a:6:{s:3:\"url\";s:22:\"/inovacao/cana-vertix/\";s:14:\"first_detected\";s:8:\"04/29/15\";s:18:\"first_detected_raw\";s:10:\"1430271527\";s:12:\"last_crawled\";s:8:\"08/12/15\";s:16:\"last_crawled_raw\";s:10:\"1439368648\";s:13:\"response_code\";i:404;}i:12;a:6:{s:3:\"url\";s:64:\"/imprensa/pressrelease/Release-Apresentacao-GranBio-vBG-port.pdf\";s:14:\"first_detected\";s:8:\"03/10/15\";s:18:\"first_detected_raw\";s:10:\"1425983691\";s:12:\"last_crawled\";s:8:\"07/26/15\";s:16:\"last_crawled_raw\";s:10:\"1437907365\";s:13:\"response_code\";i:404;}i:13;a:6:{s:3:\"url\";s:25:\"/en/press/press-releases/\";s:14:\"first_detected\";s:8:\"05/31/15\";s:18:\"first_detected_raw\";s:10:\"1433068039\";s:12:\"last_crawled\";s:8:\"05/31/15\";s:16:\"last_crawled_raw\";s:10:\"1433068039\";s:13:\"response_code\";i:404;}i:14;a:6:{s:3:\"url\";s:71:\"/imprensa/pressrelease/GranBio-API-pressrelease-04122013-portuguese.pdf\";s:14:\"first_detected\";s:8:\"07/27/15\";s:18:\"first_detected_raw\";s:10:\"1438036366\";s:12:\"last_crawled\";s:8:\"07/27/15\";s:16:\"last_crawled_raw\";s:10:\"1438036366\";s:13:\"response_code\";i:404;}i:15;a:6:{s:3:\"url\";s:37:\"/blog/conteudos/investidores-bioflex/\";s:14:\"first_detected\";s:8:\"06/04/15\";s:18:\"first_detected_raw\";s:10:\"1433446368\";s:12:\"last_crawled\";s:8:\"08/12/15\";s:16:\"last_crawled_raw\";s:10:\"1439380948\";s:13:\"response_code\";i:404;}i:16;a:6:{s:3:\"url\";s:39:\"/blog/conteudos/missao-visao-e-valores/\";s:14:\"first_detected\";s:8:\"06/26/15\";s:18:\"first_detected_raw\";s:10:\"1435338468\";s:12:\"last_crawled\";s:8:\"08/14/15\";s:16:\"last_crawled_raw\";s:10:\"1439560367\";s:13:\"response_code\";i:404;}i:17;a:6:{s:3:\"url\";s:13:\"/en/produtos/\";s:14:\"first_detected\";s:8:\"06/18/15\";s:18:\"first_detected_raw\";s:10:\"1434637066\";s:12:\"last_crawled\";s:8:\"06/18/15\";s:16:\"last_crawled_raw\";s:10:\"1434637066\";s:13:\"response_code\";i:404;}i:18;a:6:{s:3:\"url\";s:29:\"/blog/category/biotecpedia/x/\";s:14:\"first_detected\";s:8:\"08/02/15\";s:18:\"first_detected_raw\";s:10:\"1438514529\";s:12:\"last_crawled\";s:8:\"08/02/15\";s:16:\"last_crawled_raw\";s:10:\"1438514529\";s:13:\"response_code\";i:404;}i:19;a:6:{s:3:\"url\";s:40:\"/quem-somos/missao-principios-e-valores/\";s:14:\"first_detected\";s:8:\"07/07/15\";s:18:\"first_detected_raw\";s:10:\"1436268263\";s:12:\"last_crawled\";s:8:\"07/07/15\";s:16:\"last_crawled_raw\";s:10:\"1436268263\";s:13:\"response_code\";i:404;}i:20;a:6:{s:3:\"url\";s:30:\"/inovacao/centro-de-pesquisas/\";s:14:\"first_detected\";s:8:\"10/12/14\";s:18:\"first_detected_raw\";s:10:\"1413113070\";s:12:\"last_crawled\";s:8:\"07/07/15\";s:16:\"last_crawled_raw\";s:10:\"1436275956\";s:13:\"response_code\";i:404;}i:21;a:6:{s:3:\"url\";s:23:\"/pessoas/oportunidades/\";s:14:\"first_detected\";s:8:\"10/12/14\";s:18:\"first_detected_raw\";s:10:\"1413098967\";s:12:\"last_crawled\";s:8:\"07/07/15\";s:16:\"last_crawled_raw\";s:10:\"1436265816\";s:13:\"response_code\";i:404;}i:22;a:6:{s:3:\"url\";s:43:\"/en/who-whe-are/strategic-positioning/feed/\";s:14:\"first_detected\";s:8:\"05/31/15\";s:18:\"first_detected_raw\";s:10:\"1433086024\";s:12:\"last_crawled\";s:8:\"05/31/15\";s:16:\"last_crawled_raw\";s:10:\"1433086024\";s:13:\"response_code\";i:404;}i:23;a:6:{s:3:\"url\";s:45:\"/quem-somos/missao-principios-e-valores/feed/\";s:14:\"first_detected\";s:8:\"06/04/15\";s:18:\"first_detected_raw\";s:10:\"1433423834\";s:12:\"last_crawled\";s:8:\"06/04/15\";s:16:\"last_crawled_raw\";s:10:\"1433423834\";s:13:\"response_code\";i:404;}i:24;a:6:{s:3:\"url\";s:9:\"/en/home/\";s:14:\"first_detected\";s:8:\"06/24/15\";s:18:\"first_detected_raw\";s:10:\"1435144406\";s:12:\"last_crawled\";s:8:\"06/24/15\";s:16:\"last_crawled_raw\";s:10:\"1435144406\";s:13:\"response_code\";i:404;}i:25;a:6:{s:3:\"url\";s:28:\"/blog/conteudos/bioquimicos/\";s:14:\"first_detected\";s:8:\"06/26/15\";s:18:\"first_detected_raw\";s:10:\"1435316271\";s:12:\"last_crawled\";s:8:\"08/08/15\";s:16:\"last_crawled_raw\";s:10:\"1439029619\";s:13:\"response_code\";i:404;}i:26;a:6:{s:3:\"url\";s:47:\"/blog/conteudos/investidores-graninvestimentos/\";s:14:\"first_detected\";s:8:\"06/06/15\";s:18:\"first_detected_raw\";s:10:\"1433557987\";s:12:\"last_crawled\";s:8:\"08/01/15\";s:16:\"last_crawled_raw\";s:10:\"1438450995\";s:13:\"response_code\";i:404;}i:27;a:6:{s:3:\"url\";s:29:\"/blog/category/biotecpedia/r/\";s:14:\"first_detected\";s:8:\"06/19/15\";s:18:\"first_detected_raw\";s:10:\"1434697126\";s:12:\"last_crawled\";s:8:\"06/19/15\";s:16:\"last_crawled_raw\";s:10:\"1434697126\";s:13:\"response_code\";i:404;}i:28;a:6:{s:3:\"url\";s:25:\"/produtos/biocombustiveis\";s:14:\"first_detected\";s:8:\"10/13/14\";s:18:\"first_detected_raw\";s:10:\"1413188080\";s:12:\"last_crawled\";s:8:\"08/12/15\";s:16:\"last_crawled_raw\";s:10:\"1439384087\";s:13:\"response_code\";i:404;}i:29;a:6:{s:3:\"url\";s:37:\"/blog/conteudos/investidores-granbio/\";s:14:\"first_detected\";s:8:\"06/21/15\";s:18:\"first_detected_raw\";s:10:\"1434867849\";s:12:\"last_crawled\";s:8:\"07/28/15\";s:16:\"last_crawled_raw\";s:10:\"1438091014\";s:13:\"response_code\";i:404;}i:30;a:6:{s:3:\"url\";s:37:\"/inovacao/solucao-materia-prima/feed/\";s:14:\"first_detected\";s:8:\"07/17/15\";s:18:\"first_detected_raw\";s:10:\"1437158069\";s:12:\"last_crawled\";s:8:\"07/17/15\";s:16:\"last_crawled_raw\";s:10:\"1437158069\";s:13:\"response_code\";i:404;}i:31;a:6:{s:3:\"url\";s:22:\"/en/who-whe-are/units/\";s:14:\"first_detected\";s:8:\"04/10/15\";s:18:\"first_detected_raw\";s:10:\"1428658560\";s:12:\"last_crawled\";s:8:\"07/07/15\";s:16:\"last_crawled_raw\";s:10:\"1436270648\";s:13:\"response_code\";i:404;}i:32;a:6:{s:3:\"url\";s:23:\"/tecnologias/parceiros/\";s:14:\"first_detected\";s:8:\"05/17/15\";s:18:\"first_detected_raw\";s:10:\"1431821530\";s:12:\"last_crawled\";s:8:\"06/20/15\";s:16:\"last_crawled_raw\";s:10:\"1434794686\";s:13:\"response_code\";i:404;}i:33;a:6:{s:3:\"url\";s:22:\"/produtos/bioquimicos/\";s:14:\"first_detected\";s:8:\"07/07/15\";s:18:\"first_detected_raw\";s:10:\"1436269559\";s:12:\"last_crawled\";s:8:\"07/07/15\";s:16:\"last_crawled_raw\";s:10:\"1436269559\";s:13:\"response_code\";i:404;}i:34;a:6:{s:3:\"url\";s:36:\"/en/innovation/research-center/feed/\";s:14:\"first_detected\";s:8:\"06/03/15\";s:18:\"first_detected_raw\";s:10:\"1433340090\";s:12:\"last_crawled\";s:8:\"06/03/15\";s:16:\"last_crawled_raw\";s:10:\"1433340090\";s:13:\"response_code\";i:404;}i:35;a:6:{s:3:\"url\";s:14:\"/inovacao/cana\";s:14:\"first_detected\";s:8:\"06/10/15\";s:18:\"first_detected_raw\";s:10:\"1433927550\";s:12:\"last_crawled\";s:8:\"06/10/15\";s:16:\"last_crawled_raw\";s:10:\"1433927550\";s:13:\"response_code\";i:404;}i:36;a:6:{s:3:\"url\";s:19:\"/en/biosafety/feed/\";s:14:\"first_detected\";s:8:\"05/31/15\";s:18:\"first_detected_raw\";s:10:\"1433073678\";s:12:\"last_crawled\";s:8:\"05/31/15\";s:16:\"last_crawled_raw\";s:10:\"1433073678\";s:13:\"response_code\";i:404;}i:37;a:6:{s:3:\"url\";s:24:\"/imprensa/press-release/\";s:14:\"first_detected\";s:8:\"05/22/15\";s:18:\"first_detected_raw\";s:10:\"1432298628\";s:12:\"last_crawled\";s:8:\"05/22/15\";s:16:\"last_crawled_raw\";s:10:\"1432298628\";s:13:\"response_code\";i:404;}i:38;a:6:{s:3:\"url\";s:22:\"/en/?attachment_id=286\";s:14:\"first_detected\";s:8:\"05/22/15\";s:18:\"first_detected_raw\";s:10:\"1432310631\";s:12:\"last_crawled\";s:8:\"05/22/15\";s:16:\"last_crawled_raw\";s:10:\"1432310631\";s:13:\"response_code\";i:404;}i:39;a:6:{s:3:\"url\";s:79:\"/en/wp-content/uploads/sites/2/2015/04/release-apresentacao-granbio-vbg-ing.pdf\";s:14:\"first_detected\";s:8:\"07/18/15\";s:18:\"first_detected_raw\";s:10:\"1437263474\";s:12:\"last_crawled\";s:8:\"07/18/15\";s:16:\"last_crawled_raw\";s:10:\"1437263474\";s:13:\"response_code\";i:404;}i:40;a:6:{s:3:\"url\";s:7:\"/en/who\";s:14:\"first_detected\";s:8:\"05/29/15\";s:18:\"first_detected_raw\";s:10:\"1432874855\";s:12:\"last_crawled\";s:8:\"05/29/15\";s:16:\"last_crawled_raw\";s:10:\"1432874855\";s:13:\"response_code\";i:404;}}','yes'),
184 (4009,'wpseo_taxonomy_meta','a:1:{s:18:\"conteudos_category\";a:30:{i:2;a:5:{s:11:\"wpseo_title\";s:20:\"Quem Somos - GranBio\";s:10:\"wpseo_desc\";s:120:\"Fundada em 2011 pelo empresário Bernardo Gradin, é controlada pela GranInvestimentos S.A., holding da famÃlia Gradin.\";s:13:\"wpseo_metakey\";s:511:\"bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil, etanol, biotecnologia, biologia sintética, tecnologias limpas, biocombustÃveis, biocombustÃvel, bioquÃmicos, energia renovável, etanol celulósico, combustÃvel limpo, cana energia, energia limpa, tipos de energia renovável, bioflex\";s:13:\"wpseo_linkdex\";s:2:\"13\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:3;a:3:{s:11:\"wpseo_title\";s:31:\"Estrutura Societária - GranBio\";s:10:\"wpseo_desc\";s:152:\"A GranBio faz parte da GranInvestimentos, uma holding fundada em 2011 para desenvolver iniciativas de negócio entre a FamÃlia Gradin e seus parceiros.\";s:13:\"wpseo_metakey\";s:477:\"bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil, sócios granbio, estrutura granbio, bernardo gradin sócio, graal, gran investimentos, inspirare, porvir, instituto inspirare, fundação granbio, fundação inspirare, parceria granbio, sociedade granbio\";}i:6;a:3:{s:11:\"wpseo_title\";s:30:\"Liderança Executiva - GranBio\";s:10:\"wpseo_desc\";s:93:\"A formação sólida dos lideres executivos da GranBio está por trás do sucesso da empresa.\";s:13:\"wpseo_metakey\";s:571:\"bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil, sócios granbio, estrutura granbio, bernardo gradin sócio, graal, gran investimentos, bernardo gradin presidente, bernardo gradin Odebrecht, bernardo gradin Braskem, bernardo gradin abiquim, bernardo gradin cnpem, bernardo gradin cni, cv bernardo gradin, bernardo gradin carreira, lÃderes granbio\";}i:7;a:3:{s:11:\"wpseo_title\";s:19:\"Manifesto - GranBio\";s:10:\"wpseo_desc\";s:147:\"A GranBio acredita que o futuro é causa presente, onde a inovação e valorização são a chave para uma empresa ética, transparente e Ãntegra.\";s:13:\"wpseo_metakey\";s:368:\"bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil, inovação combustÃveis, valores granbio, valor humano granbio, inovação granbio, rh granbio\";}i:5;a:3:{s:11:\"wpseo_title\";s:35:\"Missão, Visão e Valores - GranBio\";s:10:\"wpseo_desc\";s:42:\"Missão, princÃpios e valores da GranBio.\";s:13:\"wpseo_metakey\";s:373:\"bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil, missão granbio, valores granbio, princÃpios granbio, conduta granbio, missão empresas brasileiras\";}i:4;a:3:{s:11:\"wpseo_title\";s:29:\"Modelo de Negócios - GranBio\";s:10:\"wpseo_desc\";s:97:\"O modelo de negócios criado pela GranBio dá à companhia uma posição privilegiada no mercado.\";s:13:\"wpseo_metakey\";s:357:\"bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil, modelo de negócios granbio, parcerias granbio, monetização granbio, renda granbio\";}i:10;a:3:{s:11:\"wpseo_title\";s:22:\"Cana-Energia - GranBio\";s:10:\"wpseo_desc\";s:116:\"Para desenvolver a cana-energia, nossos cientistas buscaram sementes em bancos de germoplasmas do Brasil e do mundo.\";s:13:\"wpseo_metakey\";s:505:\"bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil, cana energia, cana vertix, semente cana energia, tipos de cana, produtores de cana energia, planta cana energia, cana energia vantagens, diferença cana energia, produtividade cana energia, cana de açúcar, etanol segunda geração\";}i:11;a:4:{s:11:\"wpseo_title\";s:27:\"Colheita de Palha - GranBio\";s:10:\"wpseo_desc\";s:70:\"O processo da GranBio não compromete as lavouras de cana-de-açúcar.\";s:13:\"wpseo_linkdex\";s:2:\"13\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:9;a:3:{s:11:\"wpseo_title\";s:32:\"Estação Experimental - GranBio\";s:10:\"wpseo_desc\";s:90:\"Onde a GranBio estuda também outras fontes de biomassa para futuras unidades industriais.\";s:13:\"wpseo_metakey\";s:329:\"barra de são Miguel, novas fontes de energia, estação, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:12;a:3:{s:11:\"wpseo_title\";s:29:\"Centro de Pesquisas - GranBio\";s:10:\"wpseo_desc\";s:139:\"Foco no melhoramento genético de microrganismos, processamento de biomassa, desenvolvimento de processos de fermentação e de hidrólise.\";s:13:\"wpseo_metakey\";s:453:\"centro de pesquisas, centro de pesquisas granbio, biologia sintética, melhoria genética, fermentação enzimática, hidrólise enzimática, cientistas granbio, inovação granbio, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:13;a:3:{s:11:\"wpseo_title\";s:13:\"API - GranBio\";s:10:\"wpseo_desc\";s:99:\"Fundada em 1995, a API liderou o mercado de biocombustÃveis ao produzir etanol celulósico em 2013\";s:13:\"wpseo_metakey\";s:414:\"sociedade granbio, etanol celulósico, empresas parceiras granbio, produção de etanol, bagaço de cana, reaproveitamento de bagaço de cana, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:18;a:3:{s:11:\"wpseo_title\";s:22:\"Biotecpédia - GranBio\";s:10:\"wpseo_desc\";s:84:\"A nossa enciclopédia básica da biotecnologia. Escolha o termo que deseja procurar.\";s:13:\"wpseo_metakey\";s:483:\"biotecnologia, açúcares, cana energia, bagaço, biomassa, bioprocessos, celulose, ctnbio, destilação, etanol segunda geração, lignina, sacarose, vinhaça, enciclopédia biotecnologia, termos biotecnologia, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:14;a:3:{s:11:\"wpseo_title\";s:26:\"BiocombustÃveis - GranBio\";s:10:\"wpseo_desc\";s:135:\"Conheça todas as novas tecnologias e inovações desenvolvidas pela GranBio para a produção otimizada do etanol de segunda geração\";s:13:\"wpseo_metakey\";s:439:\"biotecnologia, biocombustÃveis, indústria sucroalcooleira, bioflex, transformação de palha e bagaço, etanol 2g, etanol segunda geração, produção sustentável, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:77;a:3:{s:11:\"wpseo_title\";s:20:\"Bioenergia - GranBio\";s:10:\"wpseo_desc\";s:89:\"Conheça o projeto reforça uma tendência irreversÃvel no mercado de energia do Brasil.\";s:13:\"wpseo_metakey\";s:460:\"bioenergia, etanol 2g, etanol segunda geração, processo etanol, lignina, carlos lyra, geração de energia, novas energias, inovação em bioenergia, bioenergia brasil, parceria granbio, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:15;a:3:{s:11:\"wpseo_title\";s:22:\"BioquÃmicos - GranBio\";s:10:\"wpseo_desc\";s:75:\"Parceria GranBio-Rhodia para a produção de quÃmicos de fonte renovável.\";s:13:\"wpseo_metakey\";s:334:\"granbio rhodia, parceria rhodia granbio, rhodia, grupo rhodia, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:72;a:2:{s:13:\"wpseo_noindex\";s:7:\"noindex\";s:21:\"wpseo_sitemap_include\";s:5:\"never\";}i:19;a:1:{s:21:\"wpseo_sitemap_include\";s:5:\"never\";}i:52;a:1:{s:21:\"wpseo_sitemap_include\";s:5:\"never\";}i:75;a:1:{s:21:\"wpseo_sitemap_include\";s:5:\"never\";}i:74;a:1:{s:21:\"wpseo_sitemap_include\";s:5:\"never\";}i:59;a:3:{s:11:\"wpseo_title\";s:32:\"Contatos de Assessoria - GranBio\";s:10:\"wpseo_desc\";s:57:\"Informações sobre assessoria de imprensa e atendimento.\";s:13:\"wpseo_metakey\";s:326:\"contato granbio, assessoria granbio, imprensa granbio, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:78;a:3:{s:11:\"wpseo_title\";s:31:\"Perguntas e Respostas - GranBio\";s:10:\"wpseo_desc\";s:49:\"Principais perguntas e respostas sobre a GranBio.\";s:13:\"wpseo_metakey\";s:312:\"informações granbio, dúvidas granbio, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:64;a:3:{s:11:\"wpseo_title\";s:24:\"Press releases - GranBio\";s:10:\"wpseo_desc\";s:58:\"Encontre notÃcias, informações e notas sobre a GranBio.\";s:13:\"wpseo_metakey\";s:309:\"notÃcias granbio, novidades granbio, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:66;a:3:{s:11:\"wpseo_title\";s:17:\"Bioflex - GranBio\";s:10:\"wpseo_desc\";s:70:\"Nesta seção são publicadas as informações financeiras da BioFlex.\";s:13:\"wpseo_metakey\";s:297:\"bioflex, bioflex granbio, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:67;a:3:{s:11:\"wpseo_title\";s:17:\"GranInvestimentos\";s:10:\"wpseo_desc\";s:80:\"Nesta seção são publicadas as informações financeiras da GranInvestimentos.\";s:13:\"wpseo_metakey\";s:393:\"graninvestimentos, financeiro graninvestimentos, balanço graninvestimentos, informações financeiras graninvestimentos, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:71;a:3:{s:11:\"wpseo_title\";s:7:\"GranBio\";s:10:\"wpseo_desc\";s:70:\"Nesta seção são publicadas as informações financeiras da GranBio.\";s:13:\"wpseo_metakey\";s:363:\"graninvestimentos, financeiro granbio, balanço granbio, informações financeiras granbio, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:61;a:3:{s:11:\"wpseo_title\";s:28:\"Canal de Denúncia - GranBio\";s:10:\"wpseo_desc\";s:120:\"A GranBio pauta sua atuação por elevados padrões éticos e morais e busca disseminá-los por toda a cadeia produtiva.\";s:13:\"wpseo_metakey\";s:366:\"granbio ética, código de ética granbio, conduta granbio, contato granbio, telefone granbio, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:62;a:4:{s:11:\"wpseo_title\";s:37:\"Código de Ética e Conduta - GranBio\";s:10:\"wpseo_desc\";s:69:\"O Código de ética GranBio que orienta condutas internas e externas.\";s:13:\"wpseo_linkdex\";s:2:\"13\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:80;a:3:{s:11:\"wpseo_title\";s:35:\"PolÃtica Anticorrupção - GranBio\";s:10:\"wpseo_desc\";s:41:\"Conheça nossa polÃtica anticorrupção.\";s:13:\"wpseo_metakey\";s:292:\"corrupção granbio, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}i:63;a:3:{s:11:\"wpseo_title\";s:27:\"Comitê de Ética - GranBio\";s:10:\"wpseo_desc\";s:80:\"A GranBio preza ao máximo pela ética e transparência, conheça nosso comitê.\";s:13:\"wpseo_metakey\";s:384:\"ética granbio, comitê de ética granbio, comitê granbio, bernardo gradin ética, bernardo gradin corrupção, bernardo gradin, gradin, bernardo gradin curriculum, bernardo gradin wikipedia, familia gradin, bernardo gradin granbio, gradim, bernardo gradim, grandin, bernardo grandin, bernardo gradin brazil, bernardo gradin e esposa, bernardo gradin empresa, granbio, granbio brazil\";}}}','yes'),
185 (4019,'taxonomy_3','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
186 (4045,'msls_term_6','a:1:{s:2:\"us\";i:32;}','no'),
187 (4047,'msls_term_7','a:1:{s:2:\"us\";i:34;}','no'),
188 (4049,'taxonomy_5','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
189 (4050,'msls_term_5','a:1:{s:2:\"us\";i:35;}','no'),
190 (4052,'taxonomy_4','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
191 (4053,'msls_term_4','a:1:{s:2:\"us\";i:33;}','no'),
192 (4055,'taxonomy_10','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
193 (4056,'msls_term_10','a:1:{s:2:\"us\";i:42;}','no'),
194 (4058,'taxonomy_11','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
195 (4059,'msls_term_11','a:1:{s:2:\"us\";i:43;}','no'),
196 (4063,'taxonomy_9','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
197 (4065,'taxonomy_12','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
198 (4066,'msls_term_12','a:1:{s:2:\"us\";i:44;}','no'),
199 (4069,'taxonomy_13','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
200 (4070,'msls_term_13','a:1:{s:2:\"us\";i:45;}','no'),
201 (4072,'taxonomy_18','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
202 (4074,'taxonomy_14','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
203 (4075,'msls_term_14','a:1:{s:2:\"us\";i:26;}','no'),
204 (4077,'taxonomy_77','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
205 (4078,'msls_term_77','a:1:{s:2:\"us\";i:38;}','no'),
206 (4086,'taxonomy_15','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
207 (4087,'msls_term_15','a:1:{s:2:\"us\";i:39;}','no'),
208 (4089,'taxonomy_72','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
209 (4090,'msls_term_72','a:1:{s:2:\"us\";i:22;}','no'),
210 (4094,'taxonomy_19','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
211 (4096,'taxonomy_52','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
212 (4097,'msls_term_52','a:1:{s:2:\"us\";i:4;}','no'),
213 (4099,'taxonomy_75','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
214 (4100,'msls_term_75','a:1:{s:2:\"us\";i:25;}','no'),
215 (4102,'taxonomy_74','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
216 (4103,'msls_term_74','a:1:{s:2:\"us\";i:41;}','no'),
217 (4104,'ossdl_off_cdn_url','http://www.granbio.com.br','yes'),
218 (4105,'ossdl_off_include_dirs','wp-content,wp-includes','yes'),
219 (4106,'ossdl_off_exclude','.php','yes'),
220 (4107,'ossdl_cname','','yes'),
221 (4108,'wpsupercache_start','1439935687','yes'),
222 (4109,'wpsupercache_count','0','yes'),
223 (4110,'wpsupercache_gc_time','1511528495','yes'),
224 (4111,'supercache_stats','a:3:{s:9:\"generated\";i:1519827743;s:10:\"supercache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}s:7:\"wpcache\";a:5:{s:7:\"expired\";i:0;s:6:\"cached\";i:0;s:5:\"fsize\";i:0;s:11:\"cached_list\";a:0:{}s:12:\"expired_list\";a:0:{}}}','yes'),
225 (4115,'taxonomy_59','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
226 (4116,'msls_term_59','a:1:{s:2:\"us\";i:2;}','no'),
227 (4118,'taxonomy_78','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
228 (4120,'taxonomy_64','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
229 (4121,'msls_term_64','a:1:{s:2:\"us\";i:3;}','no'),
230 (4123,'taxonomy_66','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
231 (4124,'msls_term_66','a:1:{s:2:\"us\";i:10;}','no'),
232 (4126,'taxonomy_67','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
233 (4127,'msls_term_67','a:1:{s:2:\"us\";i:11;}','no'),
234 (4129,'taxonomy_71','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
235 (4130,'msls_term_71','a:1:{s:2:\"us\";i:12;}','no'),
236 (4133,'taxonomy_61','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
237 (4134,'msls_term_61','a:1:{s:2:\"us\";i:18;}','no'),
238 (4136,'taxonomy_62','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
239 (4137,'msls_term_62','a:1:{s:2:\"us\";i:19;}','no'),
240 (4139,'taxonomy_80','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
241 (4141,'msls_term_63','a:1:{s:2:\"us\";i:20;}','no'),
242 (4299,'post_count','15','yes'),
243 (4341,'msls_term_83','a:1:{s:2:\"us\";i:75;}','no'),
244 (4342,'msls_term_84','a:1:{s:2:\"us\";i:76;}','no'),
245 (4344,'msls_term_85','a:1:{s:2:\"us\";i:77;}','no'),
246 (4345,'category_children','a:0:{}','yes'),
247 (5563,'msls_742','a:1:{s:2:\"us\";i:414;}','no'),
248 (5568,'msls_744','a:1:{s:2:\"us\";i:416;}','no'),
249 (5570,'msls_748','a:1:{s:2:\"us\";i:418;}','no'),
250 (5571,'msls_720','a:1:{s:2:\"us\";i:420;}','no'),
251 (5572,'msls_740','a:1:{s:2:\"us\";i:422;}','no'),
252 (5573,'msls_752','a:1:{s:2:\"us\";i:424;}','no'),
253 (5575,'msls_736','a:1:{s:2:\"us\";i:428;}','no'),
254 (5890,'msls_756','a:1:{s:2:\"us\";i:412;}','no'),
255 (5898,'msls_754','a:1:{s:2:\"us\";i:426;}','no'),
256 (5902,'msls_738','a:1:{s:2:\"us\";i:426;}','no'),
257 (6464,'msls_772','a:1:{s:2:\"us\";i:432;}','no'),
258 (14525,'wpseo','a:18:{s:15:\"ms_defaults_set\";b:1;s:7:\"version\";s:5:\"7.0.3\";s:20:\"disableadvanced_meta\";b:0;s:19:\"onpage_indexability\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:32:\"FCE0D1A2B10AA016CE482F5D6BA0CAD4\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1519913241;}','yes'),
259 (14527,'wpseo_titles','a:126:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:1;s:9:\"separator\";s:7:\"sc-pipe\";s:16:\"title-home-wpseo\";s:21:\"%%sitename%% %%page%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:143:\"A GranBio é uma empresa brasileira de biotecnologia industrial que cria soluções para transformar biomassa em produtos renováveis. Confira!\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:1;s:12:\"disable-date\";b:1;s:19:\"disable-post_format\";b:1;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:0:\"\";s:17:\"stripcategorybase\";b:1;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:1;s:23:\"display-metabox-pt-post\";b:1;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:1;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:1;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:23:\"post_types-post-maintax\";s:8:\"category\";s:22:\"noindex-subpages-wpseo\";b:0;s:15:\"title-iconsmenu\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-iconsmenu\";s:0:\"\";s:17:\"noindex-iconsmenu\";b:0;s:18:\"showdate-iconsmenu\";b:0;s:15:\"title-parceiros\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-parceiros\";s:0:\"\";s:17:\"noindex-parceiros\";b:0;s:18:\"showdate-parceiros\";b:0;s:19:\"title-pressreleases\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-pressreleases\";s:0:\"\";s:21:\"noindex-pressreleases\";b:0;s:22:\"showdate-pressreleases\";b:1;s:17:\"title-biotecpedia\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:20:\"metadesc-biotecpedia\";s:0:\"\";s:19:\"noindex-biotecpedia\";b:0;s:20:\"showdate-biotecpedia\";b:0;s:15:\"title-conteudos\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-conteudos\";s:0:\"\";s:17:\"noindex-conteudos\";b:0;s:18:\"showdate-conteudos\";b:0;s:10:\"title-blog\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-blog\";s:0:\"\";s:12:\"noindex-blog\";b:0;s:13:\"showdate-blog\";b:0;s:10:\"title-home\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-home\";s:0:\"\";s:12:\"noindex-home\";b:1;s:13:\"showdate-home\";b:0;s:14:\"title-releases\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"metadesc-releases\";s:0:\"\";s:16:\"noindex-releases\";b:0;s:17:\"showdate-releases\";b:0;s:24:\"title-ptarchive-releases\";s:51:\"Arquivo %%pt_plural%% %%page%% %%sep%% %%sitename%%\";s:27:\"metadesc-ptarchive-releases\";s:0:\"\";s:26:\"bctitle-ptarchive-releases\";s:0:\"\";s:26:\"noindex-ptarchive-releases\";b:1;s:28:\"title-tax-iconsmenu_category\";s:53:\"Arquivos %%term_title%% %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-tax-iconsmenu_category\";s:0:\"\";s:30:\"noindex-tax-iconsmenu_category\";b:1;s:30:\"title-tax-biotecpedia_category\";s:53:\"Arquivos %%term_title%% %%page%% %%sep%% %%sitename%%\";s:33:\"metadesc-tax-biotecpedia_category\";s:0:\"\";s:32:\"noindex-tax-biotecpedia_category\";b:0;s:28:\"title-tax-conteudos_category\";s:53:\"Arquivos %%term_title%% %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-tax-conteudos_category\";s:0:\"\";s:30:\"noindex-tax-conteudos_category\";b:0;s:27:\"title-tax-releases_category\";s:53:\"Arquivos %%term_title%% %%page%% %%sep%% %%sitename%%\";s:30:\"metadesc-tax-releases_category\";s:0:\"\";s:29:\"noindex-tax-releases_category\";b:0;s:18:\"title-tax-galerias\";s:53:\"Arquivos %%term_title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-galerias\";s:0:\"\";s:20:\"noindex-tax-galerias\";b:1;s:29:\"post_types-attachment-maintax\";s:8:\"galerias\";s:28:\"post_types-iconsmenu-maintax\";s:18:\"iconsmenu_category\";s:30:\"post_types-biotecpedia-maintax\";s:20:\"biotecpedia_category\";s:28:\"post_types-conteudos-maintax\";s:18:\"conteudos_category\";s:27:\"post_types-releases-maintax\";s:17:\"releases_category\";s:36:\"taxonomy-iconsmenu_category-ptparent\";i:0;s:38:\"taxonomy-biotecpedia_category-ptparent\";i:0;s:36:\"taxonomy-conteudos_category-ptparent\";i:0;s:35:\"taxonomy-releases_category-ptparent\";i:0;s:26:\"taxonomy-galerias-ptparent\";i:0;}','yes'),
260 (14528,'wpseo_social','a:21:{s:9:\"fb_admins\";a:0:{}s:12:\"fbconnectkey\";s:32:\"22919aeee2c01b6a0889259cefac59e9\";s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:10:\"googleplus\";b:0;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),
261 (14571,'taxonomy_86','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
262 (14624,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1509190571','no'),
263 (14627,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1509190575','no'),
264 (14633,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
265 (14634,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
266 (14635,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
267 (14636,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
268 (14637,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
269 (14638,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
270 (14639,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
271 (14640,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
272 (14641,'widget_mslswidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
273 (14642,'finished_splitting_shared_terms','1','yes'),
274 (14643,'site_icon','0','yes'),
275 (14644,'medium_large_size_w','768','yes'),
276 (14645,'medium_large_size_h','0','yes'),
277 (14651,'releases_category_children','a:2:{i:87;a:2:{i:0;i:53;i:1;i:54;}i:55;a:3:{i:0;i:56;i:1;i:57;i:2;i:70;}}','yes'),
278 (14652,'_split_terms','a:1:{i:52;a:1:{s:17:\"releases_category\";i:87;}}','yes'),
279 (14655,'ossdl_off_blog_url','http://www.granbio.com.br','yes'),
280 (14656,'wpseo_license_server_version','2','yes'),
281 (14658,'wpseo_sitemap_cache_validator_global','62Ep4','no'),
282 (14659,'wpseo_sitemap_1_cache_validator','4z75D','no'),
283 (14660,'wpseo_sitemap_conteudos_category_cache_validator','suQR','no'),
284 (14661,'wpseo_sitemap_conteudos_cache_validator','4z75M','no'),
285 (14663,'wpseo_sitemap_pressreleases_cache_validator','5rrky','no'),
286 (14690,'wpseo_sitemap_iconsmenu_category_cache_validator','eoD2','no'),
287 (14693,'wpseo_sitemap_releases_cache_validator','es2k','no'),
288 (14696,'wpseo_sitemap_releases_category_cache_validator','exNo','no'),
289 (14699,'wpseo_sitemap_page_cache_validator','eBvC','no'),
290 (14702,'wpseo_sitemap_home_cache_validator','eC6L','no'),
291 (14709,'wpseo_sitemap_iconsmenu_cache_validator','eWai','no'),
292 (14712,'wpseo_sitemap_parceiros_cache_validator','fk4K','no'),
293 (14715,'wpseo_sitemap_post_cache_validator','4HTOt','no'),
294 (14718,'wpseo_sitemap_biotecpedia_cache_validator','fp2E','no'),
295 (14721,'wpseo_sitemap_biotecpedia_category_cache_validator','fpnb','no'),
296 (14724,'wpseo_sitemap_category_cache_validator','4uqQR','no'),
297 (14844,'wpseo_sitemap_author_cache_validator','58n4L','no'),
298 (14845,'redirection_version','2.3.3','yes'),
299 (14846,'redirection_options','a:11:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"e35829ce6d086f0d53ad865a574a5b3f\";s:12:\"monitor_post\";i:0;s:13:\"monitor_types\";a:0:{}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;}','yes'),
300 (14848,'_amn_smtp_last_checked','1521676800','yes'),
301 (14855,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
302 (14856,'wpseo_amp','a:27:{s:7:\"version\";i:1;s:13:\"amp_site_icon\";s:0:\"\";s:13:\"default_image\";s:0:\"\";s:12:\"header-color\";s:0:\"\";s:14:\"headings-color\";s:0:\"\";s:10:\"text-color\";s:0:\"\";s:10:\"meta-color\";s:0:\"\";s:10:\"link-color\";s:0:\"\";s:16:\"link-color-hover\";s:0:\"\";s:9:\"underline\";s:9:\"underline\";s:21:\"blockquote-text-color\";s:0:\"\";s:19:\"blockquote-bg-color\";s:0:\"\";s:23:\"blockquote-border-color\";s:0:\"\";s:9:\"extra-css\";s:0:\"\";s:10:\"extra-head\";s:0:\"\";s:15:\"analytics-extra\";s:0:\"\";s:19:\"post_types-post-amp\";s:2:\"on\";s:25:\"post_types-attachment-amp\";s:3:\"off\";s:24:\"post_types-iconsmenu-amp\";s:2:\"on\";s:24:\"post_types-parceiros-amp\";s:2:\"on\";s:28:\"post_types-pressreleases-amp\";s:2:\"on\";s:26:\"post_types-biotecpedia-amp\";s:2:\"on\";s:24:\"post_types-conteudos-amp\";s:2:\"on\";s:19:\"post_types-home-amp\";s:2:\"on\";s:23:\"post_types-releases-amp\";s:2:\"on\";s:19:\"post_types-page-amp\";s:3:\"off\";s:19:\"post_types-blog-amp\";s:3:\"off\";}','yes'),
303 (14857,'hreflang_post_types','a:6:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:11:\"biotecpedia\";i:3;s:9:\"conteudos\";i:4;s:8:\"category\";i:5;s:17:\"releases_category\";}','yes'),
304 (14860,'akismet_strictness','0','yes'),
305 (14861,'akismet_show_user_comments_approved','0','yes'),
306 (14862,'wordpress_api_key','0eb94f963e81','yes'),
307 (14863,'akismet_spam_count','0','yes'),
308 (14876,'wordfenceActivated','1','yes'),
309 (14877,'wf_plugin_act_error','','yes'),
310 (14896,'wpseo_onpage','a:2:{s:6:\"status\";i:1;s:10:\"last_fetch\";i:1521052633;}','yes'),
311 (14902,'w3tc_nr_application_id','{\"d41d8cd98f00b204e9800998ecf8427e\":0}','yes'),
312 (14916,'w3tc_minify','{\"13794.js\":[\"wp-includes\\/js\\/jquery\\/jquery.js\",\"wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\",\"wp-content\\/themes\\/granbio2014\\/includes\\/anexo.js\",\"wp-content\\/themes\\/granbio2014\\/includes\\/anexo.js\",\"wp-content\\/plugins\\/wordfence\\/js\\/admin.ajaxWatcher.js\",\"wp-content\\/themes\\/granbio2014\\/js\\/jquery-ui.min.js\"],\"0d256.js\":[\"wp-includes\\/js\\/admin-bar.min.js\"],\"aaf15.js\":[\"wp-content\\/plugins\\/contact-form-7\\/includes\\/js\\/scripts.js\",\"wp-content\\/plugins\\/lazy-load\\/js\\/jquery.sonar.min.js\",\"wp-content\\/plugins\\/lazy-load\\/js\\/lazy-load.js\",\"wp-includes\\/js\\/wp-embed.min.js\"],\"8271e.css\":[\"wp-content\\/themes\\/granbio2014\\/style.css\",\"wp-includes\\/css\\/dashicons.min.css\",\"wp-includes\\/css\\/admin-bar.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"wp-content\\/plugins\\/wordfence\\/css\\/wordfenceBox.css\",\"wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/adminbar-571.min.css\"],\"fdf05.css\":[\"wp-content\\/themes\\/granbio2014\\/style.css\",\"wp-includes\\/css\\/dashicons.min.css\",\"wp-includes\\/css\\/admin-bar.min.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\",\"wp-content\\/plugins\\/wordfence\\/css\\/wordfenceBox.css\",\"wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/adminbar-580.min.css\"],\"6b999.js\":[\"wp-includes\\/js\\/jquery\\/jquery.js\",\"wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\",\"wp-content\\/themes\\/granbio2014\\/includes\\/anexo.js\",\"wp-content\\/themes\\/granbio2014\\/includes\\/anexo.js\"],\"ae2df.js\":[\"wp-content\\/themes\\/granbio2014\\/js\\/jquery-ui.min.js\"],\"f947a.css\":[\"wp-content\\/themes\\/granbio2014\\/style.css\",\"wp-content\\/plugins\\/contact-form-7\\/includes\\/css\\/styles.css\"],\"b9951.js\":[\"wp-includes\\/js\\/jquery\\/jquery.js\",\"wp-includes\\/js\\/jquery\\/jquery-migrate.min.js\",\"wp-content\\/themes\\/granbio2014\\/includes\\/anexo.js\",\"wp-content\\/themes\\/granbio2014\\/includes\\/anexo.js\",\"wp-content\\/themes\\/granbio2014\\/js\\/jquery-ui.min.js\"],\"9c6aa.js\":[\"wp-includes\\/js\\/admin-bar.min.js\",\"wp-includes\\/js\\/wp-embed.min.js\"],\"64fcc.css\":[\"wp-content\\/themes\\/granbio2014\\/style.css\",\"wp-includes\\/css\\/dashicons.min.css\",\"wp-includes\\/css\\/admin-bar.min.css\",\"wp-content\\/plugins\\/wordpress-seo\\/css\\/dist\\/adminbar-580.min.css\"]}','no'),
313 (14930,'w3tc_state','{\"common.install\":1509562444,\"common.show_note.flush_statics_needed\":false,\"common.show_note.flush_statics_needed.timestamp\":1520620529,\"common.show_note.flush_posts_needed\":true,\"common.show_note.flush_posts_needed.timestamp\":1520622353,\"common.show_note.plugins_updated\":false,\"common.show_note.plugins_updated.timestamp\":1520620529,\"common.next_support_us_invitation\":1523211246,\"common.support_us_invitations\":1,\"minify.show_note.need_flush\":false,\"minify.show_note.need_flush.timestamp\":1520620530,\"common.hide_note_no_permalink_rules\":\"true\",\"extension.swarmify.hide_note_activate_suggestion\":\"true\",\"objectcache.show_note.flush_needed\":false,\"objectcache.show_note.flush_needed.timestamp\":1520620530}','no'),
314 (14933,'w3tc_browsercache_flush_timestamp','30685','yes'),
315 (16317,'wpseo_sitemap_blog_cache_validator','6tAgO','no'),
316 (16323,'taxonomy_88','a:1:{s:16:\"custom_term_meta\";s:0:\"\";}','yes'),
317 (16545,'wpseo_sitemap_976_cache_validator','4uqQL','no'),
318 (16547,'fresh_site','0','yes'),
319 (17126,'msls_222','a:1:{s:2:\"us\";i:442;}','no'),
320 (17129,'wpseo_sitemap_222_cache_validator','75yaW','no'),
321 (17130,'wpseo_sitemap_722_cache_validator','75ybK','no'),
322 (17131,'wpseo_sitemap_224_cache_validator','75ybW','no'),
323 (17133,'msls_term_86','a:1:{s:2:\"us\";i:3;}','no'),
324 (17801,'updraftplus_dismissedautobackup','1518176707','yes'),
325 (17807,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
326 (17901,'smush_global_stats','a:9:{s:11:\"size_before\";i:11357161;s:10:\"size_after\";i:10678949;s:7:\"percent\";d:6;s:5:\"human\";s:8:\"662,3 KB\";s:5:\"bytes\";i:678212;s:12:\"total_images\";i:155;s:14:\"resize_savings\";i:0;s:12:\"resize_count\";i:0;s:18:\"conversion_savings\";i:0;}','no'),
327 (17906,'dir_smush_stats','a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";s:1:\"0\";s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}','no'),
328 (17907,'rocket_lazyload_options','a:3:{s:6:\"images\";s:1:\"1\";s:7:\"iframes\";s:1:\"1\";s:7:\"youtube\";s:1:\"1\";}','yes'),
329 (17910,'WpFc_api_key','e225f65fc01f33a6e6f625c43fc03bab','yes'),
330 (18013,'wpsc_feed_list','a:0:{}','yes'),
331 (18798,'msls_term_2','a:1:{s:2:\"us\";i:23;}','no'),
332 (18809,'rewrite_rules','a:286:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$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:11:\"releases/?$\";s:28:\"index.php?post_type=releases\";s:41:\"releases/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=releases&feed=$matches[1]\";s:36:\"releases/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?post_type=releases&feed=$matches[1]\";s:28:\"releases/page/([0-9]{1,})/?$\";s:46:\"index.php?post_type=releases&paged=$matches[1]\";s:44:\"(blog)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:27:\"(blog)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:9:\"(blog)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:45:\"(notas)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:28:\"(notas)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:10:\"(notas)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:48:\"(releases)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:31:\"(releases)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:13:\"(releases)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"(sem-categoria)/(?:feed/)?(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:36:\"(sem-categoria)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:18:\"(sem-categoria)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:14:\"category/(.+)$\";s:45:\"index.php?wpseo_category_redirect=$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: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:36:\"amn_smtp/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"amn_smtp/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"amn_smtp/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"amn_smtp/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"amn_smtp/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"amn_smtp/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"amn_smtp/([^/]+)/embed/?$\";s:41:\"index.php?amn_smtp=$matches[1]&embed=true\";s:29:\"amn_smtp/([^/]+)/trackback/?$\";s:35:\"index.php?amn_smtp=$matches[1]&tb=1\";s:37:\"amn_smtp/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?amn_smtp=$matches[1]&paged=$matches[2]\";s:44:\"amn_smtp/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?amn_smtp=$matches[1]&cpage=$matches[2]\";s:31:\"amn_smtp/([^/]+)/amp(/(.*))?/?$\";s:46:\"index.php?amn_smtp=$matches[1]&=$matches[3]\";s:33:\"amn_smtp/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?amn_smtp=$matches[1]&page=$matches[2]\";s:25:\"amn_smtp/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"amn_smtp/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"amn_smtp/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"amn_smtp/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"amn_smtp/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"amn_smtp/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"iconsmenu/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"iconsmenu/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"iconsmenu/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"iconsmenu/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"iconsmenu/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"iconsmenu/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"iconsmenu/([^/]+)/embed/?$\";s:51:\"index.php?iconsmenu_category=$matches[1]&embed=true\";s:30:\"iconsmenu/([^/]+)/trackback/?$\";s:36:\"index.php?iconsmenu=$matches[1]&tb=1\";s:38:\"iconsmenu/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?iconsmenu_category=$matches[1]&paged=$matches[2]\";s:45:\"iconsmenu/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?iconsmenu=$matches[1]&cpage=$matches[2]\";s:32:\"iconsmenu/([^/]+)/amp(/(.*))?/?$\";s:47:\"index.php?iconsmenu=$matches[1]&=$matches[3]\";s:34:\"iconsmenu/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?iconsmenu=$matches[1]&page=$matches[2]\";s:26:\"iconsmenu/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"iconsmenu/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"iconsmenu/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"iconsmenu/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"iconsmenu/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"iconsmenu/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"iconsmenu/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?iconsmenu_category=$matches[1]&feed=$matches[2]\";s:45:\"iconsmenu/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?iconsmenu_category=$matches[1]&feed=$matches[2]\";s:20:\"iconsmenu/([^/]+)/?$\";s:40:\"index.php?iconsmenu_category=$matches[1]\";s:37:\"parceiros/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"parceiros/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"parceiros/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"parceiros/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"parceiros/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"parceiros/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"parceiros/([^/]+)/embed/?$\";s:42:\"index.php?parceiros=$matches[1]&embed=true\";s:30:\"parceiros/([^/]+)/trackback/?$\";s:36:\"index.php?parceiros=$matches[1]&tb=1\";s:38:\"parceiros/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?parceiros=$matches[1]&paged=$matches[2]\";s:45:\"parceiros/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?parceiros=$matches[1]&cpage=$matches[2]\";s:32:\"parceiros/([^/]+)/amp(/(.*))?/?$\";s:47:\"index.php?parceiros=$matches[1]&=$matches[3]\";s:34:\"parceiros/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?parceiros=$matches[1]&page=$matches[2]\";s:26:\"parceiros/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"parceiros/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"parceiros/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"parceiros/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"parceiros/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"parceiros/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"press-releases/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"press-releases/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"press-releases/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"press-releases/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"press-releases/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"press-releases/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"press-releases/([^/]+)/embed/?$\";s:46:\"index.php?pressreleases=$matches[1]&embed=true\";s:35:\"press-releases/([^/]+)/trackback/?$\";s:40:\"index.php?pressreleases=$matches[1]&tb=1\";s:43:\"press-releases/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?pressreleases=$matches[1]&paged=$matches[2]\";s:50:\"press-releases/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?pressreleases=$matches[1]&cpage=$matches[2]\";s:37:\"press-releases/([^/]+)/amp(/(.*))?/?$\";s:51:\"index.php?pressreleases=$matches[1]&=$matches[3]\";s:39:\"press-releases/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?pressreleases=$matches[1]&page=$matches[2]\";s:31:\"press-releases/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"press-releases/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"press-releases/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"press-releases/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"press-releases/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"press-releases/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"biotecpedia/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"biotecpedia/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"biotecpedia/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"biotecpedia/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"biotecpedia/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"biotecpedia/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"biotecpedia/([^/]+)/embed/?$\";s:53:\"index.php?biotecpedia_category=$matches[1]&embed=true\";s:32:\"biotecpedia/([^/]+)/trackback/?$\";s:38:\"index.php?biotecpedia=$matches[1]&tb=1\";s:40:\"biotecpedia/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?biotecpedia_category=$matches[1]&paged=$matches[2]\";s:47:\"biotecpedia/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?biotecpedia=$matches[1]&cpage=$matches[2]\";s:34:\"biotecpedia/([^/]+)/amp(/(.*))?/?$\";s:49:\"index.php?biotecpedia=$matches[1]&=$matches[3]\";s:36:\"biotecpedia/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?biotecpedia=$matches[1]&page=$matches[2]\";s:28:\"biotecpedia/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"biotecpedia/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"biotecpedia/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"biotecpedia/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"biotecpedia/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"biotecpedia/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:52:\"biotecpedia/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?biotecpedia_category=$matches[1]&feed=$matches[2]\";s:47:\"biotecpedia/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?biotecpedia_category=$matches[1]&feed=$matches[2]\";s:22:\"biotecpedia/([^/]+)/?$\";s:42:\"index.php?biotecpedia_category=$matches[1]\";s:37:\"conteudos/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"conteudos/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"conteudos/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"conteudos/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"conteudos/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"conteudos/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"conteudos/([^/]+)/embed/?$\";s:51:\"index.php?conteudos_category=$matches[1]&embed=true\";s:30:\"conteudos/([^/]+)/trackback/?$\";s:36:\"index.php?conteudos=$matches[1]&tb=1\";s:38:\"conteudos/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?conteudos_category=$matches[1]&paged=$matches[2]\";s:45:\"conteudos/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?conteudos=$matches[1]&cpage=$matches[2]\";s:32:\"conteudos/([^/]+)/amp(/(.*))?/?$\";s:47:\"index.php?conteudos=$matches[1]&=$matches[3]\";s:34:\"conteudos/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?conteudos=$matches[1]&page=$matches[2]\";s:26:\"conteudos/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"conteudos/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"conteudos/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"conteudos/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"conteudos/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"conteudos/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:50:\"conteudos/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?conteudos_category=$matches[1]&feed=$matches[2]\";s:45:\"conteudos/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?conteudos_category=$matches[1]&feed=$matches[2]\";s:20:\"conteudos/([^/]+)/?$\";s:40:\"index.php?conteudos_category=$matches[1]\";s:32:\"blog/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"blog/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"blog/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blog/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blog/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"blog/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"blog/([^/]+)/embed/?$\";s:37:\"index.php?blog=$matches[1]&embed=true\";s:25:\"blog/([^/]+)/trackback/?$\";s:31:\"index.php?blog=$matches[1]&tb=1\";s:33:\"blog/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?blog=$matches[1]&paged=$matches[2]\";s:40:\"blog/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?blog=$matches[1]&cpage=$matches[2]\";s:27:\"blog/([^/]+)/amp(/(.*))?/?$\";s:42:\"index.php?blog=$matches[1]&=$matches[3]\";s:29:\"blog/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?blog=$matches[1]&page=$matches[2]\";s:21:\"blog/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"blog/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"blog/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"blog/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"blog/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"blog/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"home/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"home/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"home/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"home/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"home/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"home/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"home/([^/]+)/embed/?$\";s:37:\"index.php?home=$matches[1]&embed=true\";s:25:\"home/([^/]+)/trackback/?$\";s:31:\"index.php?home=$matches[1]&tb=1\";s:33:\"home/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?home=$matches[1]&paged=$matches[2]\";s:40:\"home/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?home=$matches[1]&cpage=$matches[2]\";s:27:\"home/([^/]+)/amp(/(.*))?/?$\";s:42:\"index.php?home=$matches[1]&=$matches[3]\";s:29:\"home/([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?home=$matches[1]&page=$matches[2]\";s:21:\"home/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"home/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"home/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"home/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"home/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"home/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:36:\"releases/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"releases/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"releases/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"releases/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"releases/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"releases/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"releases/([^/]+)/embed/?$\";s:41:\"index.php?releases=$matches[1]&embed=true\";s:29:\"releases/([^/]+)/trackback/?$\";s:35:\"index.php?releases=$matches[1]&tb=1\";s:49:\"releases/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?releases=$matches[1]&feed=$matches[2]\";s:44:\"releases/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?releases=$matches[1]&feed=$matches[2]\";s:37:\"releases/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?releases=$matches[1]&paged=$matches[2]\";s:44:\"releases/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?releases=$matches[1]&cpage=$matches[2]\";s:31:\"releases/([^/]+)/amp(/(.*))?/?$\";s:46:\"index.php?releases=$matches[1]&=$matches[3]\";s:33:\"releases/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?releases=$matches[1]&page=$matches[2]\";s:25:\"releases/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"releases/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"releases/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"releases/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"releases/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"releases/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:58:\"releases_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?releases_category=$matches[1]&feed=$matches[2]\";s:53:\"releases_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?releases_category=$matches[1]&feed=$matches[2]\";s:34:\"releases_category/([^/]+)/embed/?$\";s:50:\"index.php?releases_category=$matches[1]&embed=true\";s:46:\"releases_category/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?releases_category=$matches[1]&paged=$matches[2]\";s:28:\"releases_category/([^/]+)/?$\";s:39:\"index.php?releases_category=$matches[1]\";s:49:\"galerias/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?true=$matches[1]&feed=$matches[2]\";s:44:\"galerias/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?true=$matches[1]&feed=$matches[2]\";s:25:\"galerias/([^/]+)/embed/?$\";s:37:\"index.php?true=$matches[1]&embed=true\";s:37:\"galerias/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?true=$matches[1]&paged=$matches[2]\";s:19:\"galerias/([^/]+)/?$\";s:26:\"index.php?true=$matches[1]\";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: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: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: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: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: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: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: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: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:22:\"([^/]+)/amp(/(.*))?/?$\";s:42:\"index.php?name=$matches[1]&=$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'),
333 (19085,'msls_630','a:1:{s:2:\"us\";i:373;}','no'),
334 (19087,'msls_198','a:1:{s:2:\"us\";i:4;}','no'),
335 (19088,'msls_19','a:1:{s:2:\"us\";i:184;}','no'),
336 (19089,'msls_21','a:1:{s:2:\"us\";i:162;}','no'),
337 (19090,'msls_768','a:1:{s:2:\"us\";i:6;}','no'),
338 (19831,'wpseo_sitemap_1020_cache_validator','38SC','no'),
339 (23293,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-88e9fc2ac5e0382bbea0722f11c67ed3\";a:0:{}}}','yes'),
340 (23294,'updraft_s3','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-02bbf003616e4847e0f6bbcf7fc729ab\";a:0:{}}}','yes'),
341 (23295,'updraft_cloudfiles','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-596380015f24e4e8b01fa69ff880573c\";a:0:{}}}','yes'),
342 (23296,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-fcc8df4d626ae853e7299c78f4469fd2\";a:0:{}}}','yes'),
343 (23297,'updraft_onedrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-612d930a4049c94de7c242ceefb18e08\";a:0:{}}}','yes'),
344 (23298,'updraft_ftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-b6df91cd3750dab6a90d7b973d7ee487\";a:0:{}}}','yes'),
345 (23299,'updraft_azure','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-0b6813086a4e5c050700ab5e8eac5680\";a:0:{}}}','yes'),
346 (23300,'updraft_sftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e2020bb762b651a59721b2b30ce69aa0\";a:0:{}}}','yes'),
347 (23301,'updraft_googlecloud','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8dd2feec5c8b64cc1449dc6bdf2a3843\";a:0:{}}}','yes'),
348 (23302,'updraft_backblaze','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-41b8a7a1336d19a10ed3a5254b62ddcb\";a:0:{}}}','yes'),
349 (23303,'updraft_webdav','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-bea460564c77f2a3668189f8c1109e66\";a:0:{}}}','yes'),
350 (23304,'updraft_s3generic','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-cde8dc831af938110b778f62685e4faf\";a:0:{}}}','yes'),
351 (23305,'updraft_openstack','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-4dab864b59cd26c51f6c7e44c0f6fbe1\";a:0:{}}}','yes'),
352 (23306,'updraft_dreamobjects','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-5f6a998f804b3bb0a364ebdd67a49214\";a:0:{}}}','yes'),
353 (24888,'whip_dismiss_timestamp','1519755568','yes'),
354 (24895,'wpseo_sitemap_920_cache_validator','6dyGp','no'),
355 (24908,'wpseo_sitemap_1030_cache_validator','6p4CQ','no'),
356 (24909,'wpseo_sitemap_1031_cache_validator','6pcZC','no'),
357 (25284,'wpseo_sitemap_55_cache_validator','4NGic','no'),
358 (25359,'updraftplus_dismisseddashnotice','1551987620','yes'),
359 (25364,'sm_options','a:52:{s:18:\"sm_b_prio_provider\";s:41:\"GoogleSitemapGeneratorPrioByCountProvider\";s:9:\"sm_b_ping\";b:1;s:10:\"sm_b_stats\";b:0;s:12:\"sm_b_pingmsn\";b:1;s:12:\"sm_b_autozip\";b:1;s:11:\"sm_b_memory\";s:0:\"\";s:9:\"sm_b_time\";i:-1;s:18:\"sm_b_style_default\";b:1;s:10:\"sm_b_style\";s:0:\"\";s:12:\"sm_b_baseurl\";s:0:\"\";s:11:\"sm_b_robots\";b:1;s:9:\"sm_b_html\";b:1;s:12:\"sm_b_exclude\";a:0:{}s:17:\"sm_b_exclude_cats\";a:0:{}s:10:\"sm_in_home\";b:1;s:11:\"sm_in_posts\";b:1;s:15:\"sm_in_posts_sub\";b:0;s:11:\"sm_in_pages\";b:1;s:10:\"sm_in_cats\";b:0;s:10:\"sm_in_arch\";b:0;s:10:\"sm_in_auth\";b:0;s:10:\"sm_in_tags\";b:0;s:9:\"sm_in_tax\";a:0:{}s:17:\"sm_in_customtypes\";a:0:{}s:13:\"sm_in_lastmod\";b:1;s:10:\"sm_cf_home\";s:5:\"daily\";s:11:\"sm_cf_posts\";s:7:\"monthly\";s:11:\"sm_cf_pages\";s:6:\"weekly\";s:10:\"sm_cf_cats\";s:6:\"weekly\";s:10:\"sm_cf_auth\";s:6:\"weekly\";s:15:\"sm_cf_arch_curr\";s:5:\"daily\";s:14:\"sm_cf_arch_old\";s:6:\"yearly\";s:10:\"sm_cf_tags\";s:6:\"weekly\";s:10:\"sm_pr_home\";d:1;s:11:\"sm_pr_posts\";d:0.59999999999999998;s:15:\"sm_pr_posts_min\";d:0.20000000000000001;s:11:\"sm_pr_pages\";d:0.59999999999999998;s:10:\"sm_pr_cats\";d:0.29999999999999999;s:10:\"sm_pr_arch\";d:0.29999999999999999;s:10:\"sm_pr_auth\";d:0.29999999999999999;s:10:\"sm_pr_tags\";d:0.29999999999999999;s:12:\"sm_i_donated\";b:0;s:17:\"sm_i_hide_donated\";b:0;s:17:\"sm_i_install_date\";i:1520365922;s:16:\"sm_i_hide_survey\";b:1;s:14:\"sm_i_hide_note\";b:0;s:15:\"sm_i_hide_works\";b:0;s:16:\"sm_i_hide_donors\";b:0;s:9:\"sm_i_hash\";s:20:\"7629ba5097f69d943c83\";s:13:\"sm_i_lastping\";i:0;s:16:\"sm_i_supportfeed\";b:1;s:22:\"sm_i_supportfeed_cache\";i:0;}','yes'),
360 (25542,'nonce_key','9~gsZl=!Ld~t&]{a[bK*z+lu0Ns+yToN$fv1Qr!~/8kRG2NO4>B0d<gN;^XFO[$)','no'),
361 (25543,'nonce_salt','K5v3szWfb:88ga +qo9a^dyo_$Xt+c>*mK%{2@@)w+;9< B%$dfGgm,g8KzoPxh$','no'),
362 (25545,'auth_key','+RYUPn[XxhT]b+a~Xj6NCUOH^,)j5pj1&J_/+ahkYqgWWx@M~T_=@(@D:8[Q62~,','no'),
363 (25546,'auth_salt','WN[E)];GZB)e];`Dx4GSTEqkAf_p@ht9>+.t#YA#DyOYh5 ?,Qq}]^Ay*Tm`}*HA','no'),
364 (25547,'logged_in_key','4,q7.|R!I8miapjnCj&~z^gP#m8QFuP,rC:<T.Tw9CL-<LCWA@]+A(a]IUiwfxK|','no'),
365 (25548,'logged_in_salt','%^$OBDdX&LJK^9+A,5DN?6<z1M;#RF/h?V5!IFQaAM9pja.s8~GJwk_tlZRo}# 4','no'),
366 (25555,'can_compress_scripts','0','no'),
367 (25601,'w3tc_generic_widgetservices','{\"items\":[{\"name\":\"Premium Support Response (Usually <1h First Response)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Premium Support Response (Usually <1h First Response)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Plugin Configuration\",\"parameter_name\":\"field4\",\"parameter_value\":\"Plugin Configuration\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"SSL Performance Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"SSL Performance Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Full Site Delivery Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"Full Site Delivery Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Hosting Environment Troubleshooting\",\"parameter_name\":\"field4\",\"parameter_value\":\"Hosting Environment Troubleshooting\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Monitoring\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Monitoring\",\"form_hash\":\"m5pom8z0qy59rm\"}],\"expires\":1521224371}','no'),
368 (25615,'w3tc_extensions_hooks','{\"actions\":[],\"filters\":[],\"next_check_date\":1520968452}','yes'),
369 (25817,'wpseo_gsc_last_fetch','1521047419','no'),
370 (25868,'pepipost_user','','yes'),
371 (25869,'pepipost_pass','','yes'),
372 (25870,'pepipost_port','2525','yes'),
373 (25871,'pepipost_ssl','none','yes'),
374 (25877,'wpseo_sitemap_nav_menu_item_cache_validator','5vffL','no'),
375 (25878,'wpseo_sitemap_1175_cache_validator','5v7RB','no'),
376 (25879,'wpseo_sitemap_1176_cache_validator','5vffZ','no'),
377 (25883,'conteudos_category_children','a:7:{i:72;a:5:{i:0;i:2;i:1;i:4;i:2;i:5;i:3;i:6;i:4;i:7;}i:8;a:3:{i:0;i:9;i:1;i:10;i:2;i:11;}i:74;a:3:{i:0;i:12;i:1;i:13;i:2;i:18;}i:75;a:3:{i:0;i:14;i:1;i:15;i:2;i:77;}i:52;a:3:{i:0;i:59;i:1;i:78;i:2;i:86;}i:60;a:4:{i:0;i:61;i:1;i:62;i:2;i:63;i:3;i:80;}i:65;a:3:{i:0;i:66;i:1;i:67;i:2;i:71;}}','yes'),
378 (25911,'_site_transient_timeout_browser_97de1fddac67554e2eb90d9a46b3dcd4','1521830268','no'),
379 (25912,'_site_transient_browser_97de1fddac67554e2eb90d9a46b3dcd4','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"64.0.3282.186\";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'),
380 (25979,'_site_transient_timeout_browser_2be981a485dfe5ea3024005a2eea1a96','1522160074','no'),
381 (25980,'_site_transient_browser_2be981a485dfe5ea3024005a2eea1a96','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"65.0.3325.162\";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'),
382 (26046,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/pt_BR/wordpress-4.9.4.zip\";s:6:\"locale\";s:5:\"pt_BR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/pt_BR/wordpress-4.9.4.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:\"4.9.4\";s:7:\"version\";s:5:\"4.9.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";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-4.9.4.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-4.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.4-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.4-partial-0.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.4\";s:7:\"version\";s:5:\"4.9.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:3:\"4.9\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/pt_BR/wordpress-4.9.4.zip\";s:6:\"locale\";s:5:\"pt_BR\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/pt_BR/wordpress-4.9.4.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:\"4.9.4\";s:7:\"version\";s:5:\"4.9.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1521726076;s:15:\"version_checked\";s:3:\"4.9\";s:12:\"translations\";a:0:{}}','no'),
383 (26047,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1521726077;s:7:\"checked\";a:4:{s:11:\"granbio2014\";s:0:\"\";s:14:\"twentyfourteen\";s:3:\"2.1\";s:14:\"twentythirteen\";s:3:\"2.3\";s:12:\"twentytwelve\";s:3:\"2.4\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','no'),
384 (26048,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1521730640;s:8:\"response\";a:12:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.3.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:11:\"amp/amp.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:17:\"w.org/plugins/amp\";s:4:\"slug\";s:3:\"amp\";s:6:\"plugin\";s:11:\"amp/amp.php\";s:11:\"new_version\";s:5:\"0.6.2\";s:3:\"url\";s:34:\"https://wordpress.org/plugins/amp/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/amp.0.6.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:56:\"https://ps.w.org/amp/assets/icon-128x128.png?rev=1355981\";s:2:\"2x\";s:56:\"https://ps.w.org/amp/assets/icon-256x256.png?rev=1355981\";s:7:\"default\";s:56:\"https://ps.w.org/amp/assets/icon-256x256.png?rev=1355981\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:59:\"https://ps.w.org/amp/assets/banner-1544x500.png?rev=1510241\";s:2:\"1x\";s:58:\"https://ps.w.org/amp/assets/banner-772x250.png?rev=1510241\";s:7:\"default\";s:59:\"https://ps.w.org/amp/assets/banner-1544x500.png?rev=1510241\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:7:\"default\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";s:7:\"default\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:49:\"hreflang-tags-by-dcgws/hreflang-tags-by-dcgws.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:36:\"w.org/plugins/hreflang-tags-by-dcgws\";s:4:\"slug\";s:22:\"hreflang-tags-by-dcgws\";s:6:\"plugin\";s:49:\"hreflang-tags-by-dcgws/hreflang-tags-by-dcgws.php\";s:11:\"new_version\";s:5:\"1.5.9\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/hreflang-tags-by-dcgws/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/hreflang-tags-by-dcgws.1.5.9.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:75:\"https://ps.w.org/hreflang-tags-by-dcgws/assets/icon-128x128.png?rev=1447081\";s:2:\"2x\";s:75:\"https://ps.w.org/hreflang-tags-by-dcgws/assets/icon-256x256.png?rev=1447081\";s:7:\"default\";s:75:\"https://ps.w.org/hreflang-tags-by-dcgws/assets/icon-256x256.png?rev=1447081\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:77:\"https://ps.w.org/hreflang-tags-by-dcgws/assets/banner-772x250.jpg?rev=1447081\";s:7:\"default\";s:77:\"https://ps.w.org/hreflang-tags-by-dcgws/assets/banner-772x250.jpg?rev=1447081\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"rocket-lazy-load/rocket-lazy-load.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:30:\"w.org/plugins/rocket-lazy-load\";s:4:\"slug\";s:16:\"rocket-lazy-load\";s:6:\"plugin\";s:37:\"rocket-lazy-load/rocket-lazy-load.php\";s:11:\"new_version\";s:5:\"1.4.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/rocket-lazy-load/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/rocket-lazy-load.1.4.7.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:69:\"https://ps.w.org/rocket-lazy-load/assets/icon-128x128.png?rev=1776193\";s:2:\"2x\";s:69:\"https://ps.w.org/rocket-lazy-load/assets/icon-256x256.png?rev=1776193\";s:7:\"default\";s:69:\"https://ps.w.org/rocket-lazy-load/assets/icon-256x256.png?rev=1776193\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:71:\"https://ps.w.org/rocket-lazy-load/assets/banner-772x250.png?rev=1776193\";s:7:\"default\";s:71:\"https://ps.w.org/rocket-lazy-load/assets/banner-772x250.png?rev=1776193\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:3:\"3.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/redirection.3.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:7:\"default\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";s:7:\"default\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:6:\"1.14.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/updraftplus.1.14.4.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:7:\"default\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";s:7:\"default\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"7.1.1\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.7.1.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:62:\"https://ps.w.org/wordfence/assets/icon-128x128.png?rev=1457724\";s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=1457724\";s:7:\"default\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=1457724\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.png?rev=1808795\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.png?rev=1808795\";s:7:\"default\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.png?rev=1808795\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"1.2.5\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:7:\"default\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=1785565\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=1785565\";s:7:\"default\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=1785565\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:5:\"2.7.8\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-smushit.2.7.8.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.jpg?rev=1513049\";s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.jpg?rev=1513049\";s:7:\"default\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.jpg?rev=1513049\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.jpg?rev=1642596\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.jpg?rev=1642596\";s:7:\"default\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.jpg?rev=1642596\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.5.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.5.9.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:7:\"default\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";s:7:\"default\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:3:\"7.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wordpress-seo.7.1.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.png?rev=1834347\";s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=1834347\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1834347\";s:7:\"default\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=1834347\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";s:7:\"default\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";}s:11:\"banners_rtl\";a:3:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";s:7:\"default\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"wordpress-seo\";s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"6.3.1\";s:7:\"updated\";s:19:\"2018-02-03 16:01:18\";s:7:\"package\";s:80:\"https://downloads.wordpress.org/translation/plugin/wordpress-seo/6.3.1/pt_BR.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:7:{s:44:\"all-in-one-schemaorg-rich-snippets/index.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:48:\"w.org/plugins/all-in-one-schemaorg-rich-snippets\";s:4:\"slug\";s:34:\"all-in-one-schemaorg-rich-snippets\";s:6:\"plugin\";s:44:\"all-in-one-schemaorg-rich-snippets/index.php\";s:11:\"new_version\";s:5:\"1.5.2\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/all-in-one-schemaorg-rich-snippets/\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/plugin/all-in-one-schemaorg-rich-snippets.1.5.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:87:\"https://ps.w.org/all-in-one-schemaorg-rich-snippets/assets/icon-128x128.png?rev=1569211\";s:2:\"2x\";s:87:\"https://ps.w.org/all-in-one-schemaorg-rich-snippets/assets/icon-256x256.png?rev=1569333\";s:7:\"default\";s:87:\"https://ps.w.org/all-in-one-schemaorg-rich-snippets/assets/icon-256x256.png?rev=1569333\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:89:\"https://ps.w.org/all-in-one-schemaorg-rich-snippets/assets/banner-1544x500.png?rev=718167\";s:2:\"1x\";s:88:\"https://ps.w.org/all-in-one-schemaorg-rich-snippets/assets/banner-772x250.png?rev=718188\";s:7:\"default\";s:89:\"https://ps.w.org/all-in-one-schemaorg-rich-snippets/assets/banner-1544x500.png?rev=718167\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"export-all-urls/extract-all-urls.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:29:\"w.org/plugins/export-all-urls\";s:4:\"slug\";s:15:\"export-all-urls\";s:6:\"plugin\";s:36:\"export-all-urls/extract-all-urls.php\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/export-all-urls/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/export-all-urls.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:68:\"https://ps.w.org/export-all-urls/assets/icon-128x128.png?rev=1661202\";s:2:\"2x\";s:68:\"https://ps.w.org/export-all-urls/assets/icon-256x256.png?rev=1661202\";s:7:\"default\";s:68:\"https://ps.w.org/export-all-urls/assets/icon-256x256.png?rev=1661202\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:70:\"https://ps.w.org/export-all-urls/assets/banner-772x250.png?rev=1661196\";s:7:\"default\";s:70:\"https://ps.w.org/export-all-urls/assets/banner-772x250.png?rev=1661196\";}s:11:\"banners_rtl\";a:0:{}}s:39:\"glue-for-yoast-seo-amp/yoastseo-amp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/glue-for-yoast-seo-amp\";s:4:\"slug\";s:22:\"glue-for-yoast-seo-amp\";s:6:\"plugin\";s:39:\"glue-for-yoast-seo-amp/yoastseo-amp.php\";s:11:\"new_version\";s:5:\"0.4.2\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/glue-for-yoast-seo-amp/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/glue-for-yoast-seo-amp.0.4.2.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:75:\"https://ps.w.org/glue-for-yoast-seo-amp/assets/icon-128x128.png?rev=1502752\";s:2:\"2x\";s:75:\"https://ps.w.org/glue-for-yoast-seo-amp/assets/icon-256x256.png?rev=1502752\";s:7:\"default\";s:75:\"https://ps.w.org/glue-for-yoast-seo-amp/assets/icon-256x256.png?rev=1502752\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:78:\"https://ps.w.org/glue-for-yoast-seo-amp/assets/banner-1544x500.png?rev=1502752\";s:2:\"1x\";s:77:\"https://ps.w.org/glue-for-yoast-seo-amp/assets/banner-772x250.png?rev=1502752\";s:7:\"default\";s:78:\"https://ps.w.org/glue-for-yoast-seo-amp/assets/banner-1544x500.png?rev=1502752\";}s:11:\"banners_rtl\";a:0:{}}s:57:\"multisite-language-switcher/MultisiteLanguageSwitcher.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/multisite-language-switcher\";s:4:\"slug\";s:27:\"multisite-language-switcher\";s:6:\"plugin\";s:57:\"multisite-language-switcher/MultisiteLanguageSwitcher.php\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/multisite-language-switcher/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/multisite-language-switcher.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:79:\"https://ps.w.org/multisite-language-switcher/assets/icon-128x128.png?rev=996794\";s:2:\"2x\";s:79:\"https://ps.w.org/multisite-language-switcher/assets/icon-256x256.png?rev=996794\";s:7:\"default\";s:79:\"https://ps.w.org/multisite-language-switcher/assets/icon-256x256.png?rev=996794\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:82:\"https://ps.w.org/multisite-language-switcher/assets/banner-1544x500.png?rev=996794\";s:2:\"1x\";s:81:\"https://ps.w.org/multisite-language-switcher/assets/banner-772x250.png?rev=996794\";s:7:\"default\";s:82:\"https://ps.w.org/multisite-language-switcher/assets/banner-1544x500.png?rev=996794\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"really-simple-captcha/really-simple-captcha.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/really-simple-captcha\";s:4:\"slug\";s:21:\"really-simple-captcha\";s:6:\"plugin\";s:47:\"really-simple-captcha/really-simple-captcha.php\";s:11:\"new_version\";s:5:\"2.0.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/really-simple-captcha/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/really-simple-captcha.2.0.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-128x128.png?rev=1047241\";s:2:\"2x\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-256x256.png?rev=1047241\";s:7:\"default\";s:74:\"https://ps.w.org/really-simple-captcha/assets/icon-256x256.png?rev=1047241\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:76:\"https://ps.w.org/really-simple-captcha/assets/banner-1544x500.png?rev=880406\";s:2:\"1x\";s:75:\"https://ps.w.org/really-simple-captcha/assets/banner-772x250.png?rev=880406\";s:7:\"default\";s:76:\"https://ps.w.org/really-simple-captcha/assets/banner-1544x500.png?rev=880406\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"seo-image/seo-friendly-images.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:23:\"w.org/plugins/seo-image\";s:4:\"slug\";s:9:\"seo-image\";s:6:\"plugin\";s:33:\"seo-image/seo-friendly-images.php\";s:11:\"new_version\";s:5:\"3.0.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/seo-image/\";s:7:\"package\";s:52:\"https://downloads.wordpress.org/plugin/seo-image.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/seo-image/assets/icon-128x128.png?rev=1050796\";s:7:\"default\";s:62:\"https://ps.w.org/seo-image/assets/icon-128x128.png?rev=1050796\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/seo-image/assets/banner-772x250.png?rev=525849\";s:7:\"default\";s:63:\"https://ps.w.org/seo-image/assets/banner-772x250.png?rev=525849\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:5:\"0.9.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.0.9.6.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:7:\"default\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";s:7:\"default\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),
385 (26062,'_site_transient_timeout_theme_roots','1521732356','no'),
386 (26063,'_site_transient_theme_roots','a:4:{s:11:\"granbio2014\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','no'),
387 (26064,'_transient_timeout_wpseo-statistics-totals','1521816958','no'),
388 (26065,'_transient_wpseo-statistics-totals','a:1:{i:1;a:2:{s:6:\"scores\";a:2:{i:0;a:4:{s:8:\"seo_rank\";s:4:\"good\";s:5:\"label\";s:53:\"Posts com uma pontuação de SEO <strong>boa</strong>\";s:5:\"count\";s:1:\"1\";s:4:\"link\";s:124:\"http://site.granbio.dev.ds.ogilvy-sandbox.com/wp-admin/edit.php?post_status=publish&post_type=post&seo_filter=good\";}i:1;a:4:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"label\";s:53:\"Posts <strong>sem</strong> uma palavra-chave em foco.\";s:5:\"count\";s:2:\"14\";s:4:\"link\";s:122:\"http://site.granbio.dev.ds.ogilvy-sandbox.com/wp-admin/edit.php?post_status=publish&post_type=post&seo_filter=na\";}}s:8:\"division\";a:5:{s:3:\"bad\";i:0;s:2:\"ok\";i:0;s:4:\"good\";d:0.066666666666666666;s:2:\"na\";d:0.93333333333333335;s:7:\"noindex\";i:0;}}}','no'),
389 (26066,'_site_transient_timeout_community-events-67192dd8326daab8f03b737fc4dbb609','1521773759','no'),
390 (26067,'_site_transient_community-events-67192dd8326daab8f03b737fc4dbb609','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"191.241.228.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:63:\"Melhores Práticas de SEO Básico para Ranquear bem o seu Site!\";s:3:\"url\";s:54:\"https://www.meetup.com/wordpress-sjc/events/248131643/\";s:6:\"meetup\";s:13:\"WordPress SJC\";s:10:\"meetup_url\";s:37:\"https://www.meetup.com/wordpress-sjc/\";s:4:\"date\";s:19:\"2018-03-24 10:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:29:\"São José dos Campos, Brazil\";s:7:\"country\";s:2:\"br\";s:8:\"latitude\";d:-23.228045000000002;s:9:\"longitude\";d:-45.899979999999999;}}}}','no'),
391 (26072,'_transient_timeout_files_5ad672250082fe25690e6b9c157992eaa0d7e4b3fbc9266e76023b3','1521734174','no'),
392 (26073,'_transient_files_5ad672250082fe25690e6b9c157992eaa0d7e4b3fbc9266e76023b3','a:212:{s:7:\"404.php\";s:78:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/404.php\";s:8:\"anexo.js\";s:79:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/anexo.js\";s:16:\"archive-blog.php\";s:87:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/archive-blog.php\";s:11:\"archive.php\";s:82:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/archive.php\";s:17:\"caixaretratil.css\";s:88:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/caixaretratil.css\";s:20:\"editor-style-rtl.css\";s:91:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/editor-style-rtl.css\";s:16:\"editor-style.css\";s:87:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/editor-style.css\";s:13:\"fonts/avb.eot\";s:84:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/avb.eot\";s:13:\"fonts/avb.svg\";s:84:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/avb.svg\";s:14:\"fonts/avb.woff\";s:85:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/avb.woff\";s:13:\"fonts/avl.eot\";s:84:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/avl.eot\";s:13:\"fonts/avl.svg\";s:84:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/avl.svg\";s:14:\"fonts/avl.woff\";s:85:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/avl.woff\";s:13:\"fonts/avm.eot\";s:84:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/avm.eot\";s:13:\"fonts/avm.svg\";s:84:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/avm.svg\";s:14:\"fonts/avm.woff\";s:85:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/avm.woff\";s:34:\"fonts/mavenpro-regular-webfont.eot\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/mavenpro-regular-webfont.eot\";s:34:\"fonts/mavenpro-regular-webfont.svg\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/mavenpro-regular-webfont.svg\";s:34:\"fonts/mavenpro-regular-webfont.ttf\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/mavenpro-regular-webfont.ttf\";s:35:\"fonts/mavenpro-regular-webfont.woff\";s:106:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/mavenpro-regular-webfont.woff\";s:31:\"fonts/museosans-100-webfont.eot\";s:102:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-100-webfont.eot\";s:31:\"fonts/museosans-100-webfont.svg\";s:102:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-100-webfont.svg\";s:31:\"fonts/museosans-100-webfont.ttf\";s:102:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-100-webfont.ttf\";s:32:\"fonts/museosans-100-webfont.woff\";s:103:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-100-webfont.woff\";s:37:\"fonts/museosans-100italic-webfont.eot\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-100italic-webfont.eot\";s:37:\"fonts/museosans-100italic-webfont.svg\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-100italic-webfont.svg\";s:37:\"fonts/museosans-100italic-webfont.ttf\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-100italic-webfont.ttf\";s:38:\"fonts/museosans-100italic-webfont.woff\";s:109:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-100italic-webfont.woff\";s:33:\"fonts/museosans-300_0-webfont.eot\";s:104:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-300_0-webfont.eot\";s:33:\"fonts/museosans-300_0-webfont.svg\";s:104:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-300_0-webfont.svg\";s:33:\"fonts/museosans-300_0-webfont.ttf\";s:104:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-300_0-webfont.ttf\";s:34:\"fonts/museosans-300_0-webfont.woff\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-300_0-webfont.woff\";s:37:\"fonts/museosans-300italic-webfont.eot\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-300italic-webfont.eot\";s:37:\"fonts/museosans-300italic-webfont.svg\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-300italic-webfont.svg\";s:37:\"fonts/museosans-300italic-webfont.ttf\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-300italic-webfont.ttf\";s:38:\"fonts/museosans-300italic-webfont.woff\";s:109:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-300italic-webfont.woff\";s:37:\"fonts/museosans-700italic-webfont.eot\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-700italic-webfont.eot\";s:37:\"fonts/museosans-700italic-webfont.svg\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-700italic-webfont.svg\";s:37:\"fonts/museosans-700italic-webfont.ttf\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-700italic-webfont.ttf\";s:38:\"fonts/museosans-700italic-webfont.woff\";s:109:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-700italic-webfont.woff\";s:37:\"fonts/museosans-900italic-webfont.eot\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-900italic-webfont.eot\";s:37:\"fonts/museosans-900italic-webfont.svg\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-900italic-webfont.svg\";s:37:\"fonts/museosans-900italic-webfont.ttf\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-900italic-webfont.ttf\";s:38:\"fonts/museosans-900italic-webfont.woff\";s:109:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans-900italic-webfont.woff\";s:38:\"fonts/museosans_500_italic-webfont.eot\";s:109:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans_500_italic-webfont.eot\";s:38:\"fonts/museosans_500_italic-webfont.svg\";s:109:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans_500_italic-webfont.svg\";s:38:\"fonts/museosans_500_italic-webfont.ttf\";s:109:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans_500_italic-webfont.ttf\";s:39:\"fonts/museosans_500_italic-webfont.woff\";s:110:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/museosans_500_italic-webfont.woff\";s:34:\"fonts/opensans-regular-webfont.eot\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/opensans-regular-webfont.eot\";s:34:\"fonts/opensans-regular-webfont.svg\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/opensans-regular-webfont.svg\";s:34:\"fonts/opensans-regular-webfont.ttf\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/opensans-regular-webfont.ttf\";s:35:\"fonts/opensans-regular-webfont.woff\";s:106:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/opensans-regular-webfont.woff\";s:32:\"fonts/phoenicastd-bd-webfont.eot\";s:103:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-bd-webfont.eot\";s:32:\"fonts/phoenicastd-bd-webfont.svg\";s:103:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-bd-webfont.svg\";s:32:\"fonts/phoenicastd-bd-webfont.ttf\";s:103:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-bd-webfont.ttf\";s:33:\"fonts/phoenicastd-bd-webfont.woff\";s:104:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-bd-webfont.woff\";s:34:\"fonts/phoenicastd-bdit-webfont.eot\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-bdit-webfont.eot\";s:34:\"fonts/phoenicastd-bdit-webfont.svg\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-bdit-webfont.svg\";s:34:\"fonts/phoenicastd-bdit-webfont.ttf\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-bdit-webfont.ttf\";s:35:\"fonts/phoenicastd-bdit-webfont.woff\";s:106:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-bdit-webfont.woff\";s:32:\"fonts/phoenicastd-it-webfont.eot\";s:103:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-it-webfont.eot\";s:32:\"fonts/phoenicastd-it-webfont.svg\";s:103:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-it-webfont.svg\";s:32:\"fonts/phoenicastd-it-webfont.ttf\";s:103:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-it-webfont.ttf\";s:33:\"fonts/phoenicastd-it-webfont.woff\";s:104:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-it-webfont.woff\";s:32:\"fonts/phoenicastd-lt-webfont.eot\";s:103:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-lt-webfont.eot\";s:32:\"fonts/phoenicastd-lt-webfont.svg\";s:103:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-lt-webfont.svg\";s:32:\"fonts/phoenicastd-lt-webfont.ttf\";s:103:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-lt-webfont.ttf\";s:33:\"fonts/phoenicastd-lt-webfont.woff\";s:104:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-lt-webfont.woff\";s:34:\"fonts/phoenicastd-ltit-webfont.eot\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-ltit-webfont.eot\";s:34:\"fonts/phoenicastd-ltit-webfont.svg\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-ltit-webfont.svg\";s:34:\"fonts/phoenicastd-ltit-webfont.ttf\";s:105:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-ltit-webfont.ttf\";s:35:\"fonts/phoenicastd-ltit-webfont.woff\";s:106:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-ltit-webfont.woff\";s:29:\"fonts/phoenicastd-webfont.eot\";s:100:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-webfont.eot\";s:29:\"fonts/phoenicastd-webfont.svg\";s:100:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-webfont.svg\";s:29:\"fonts/phoenicastd-webfont.ttf\";s:100:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-webfont.ttf\";s:30:\"fonts/phoenicastd-webfont.woff\";s:101:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/phoenicastd-webfont.woff\";s:20:\"fonts/stylesheet.css\";s:91:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/fonts/stylesheet.css\";s:10:\"footer.php\";s:81:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/footer.php\";s:13:\"functions.php\";s:84:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/functions.php\";s:19:\"header - Cópia.php\";s:90:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/header - Cópia.php\";s:10:\"header.php\";s:81:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/header.php\";s:21:\"images/2402006807.png\";s:92:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/2402006807.png\";s:20:\"images/514641253.png\";s:91:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/514641253.png\";s:16:\"images/Thumbs.db\";s:87:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/Thumbs.db\";s:24:\"images/Untitled-1_02.jpg\";s:95:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/Untitled-1_02.jpg\";s:19:\"images/arabesco.png\";s:90:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/arabesco.png\";s:25:\"images/bg-bt-conteudo.png\";s:96:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bg-bt-conteudo.png\";s:24:\"images/bg-modelo-neg.png\";s:95:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bg-modelo-neg.png\";s:20:\"images/bt-fechar.png\";s:91:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-fechar.png\";s:22:\"images/bt-gosearch.png\";s:93:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-gosearch.png\";s:23:\"images/bt-home-mais.png\";s:94:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-home-mais.png\";s:27:\"images/bt-home-nav-left.png\";s:98:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-home-nav-left.png\";s:28:\"images/bt-home-nav-right.png\";s:99:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-home-nav-right.png\";s:18:\"images/bt-menu.png\";s:89:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-menu.png\";s:22:\"images/bt-nav-down.png\";s:93:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-nav-down.png\";s:23:\"images/bt-nav-right.png\";s:94:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-nav-right.png\";s:22:\"images/bt-nav-vert.png\";s:93:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-nav-vert.png\";s:17:\"images/bt-nav.png\";s:88:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-nav.png\";s:25:\"images/bt-search-left.png\";s:96:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-search-left.png\";s:26:\"images/bt-search-right.png\";s:97:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-search-right.png\";s:20:\"images/bt-search.png\";s:91:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bt-search.png\";s:24:\"images/btw-nav-right.png\";s:95:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/btw-nav-right.png\";s:22:\"images/bullet-menu.png\";s:93:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bullet-menu.png\";s:23:\"images/bullet-menu2.png\";s:94:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/bullet-menu2.png\";s:15:\"images/cana.jpg\";s:86:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/cana.jpg\";s:31:\"images/estrutura-societaria.png\";s:102:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/estrutura-societaria.png\";s:20:\"images/fabrica-5.jpg\";s:91:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/fabrica-5.jpg\";s:36:\"images/headers/berries-thumbnail.jpg\";s:107:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/berries-thumbnail.jpg\";s:26:\"images/headers/berries.jpg\";s:97:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/berries.jpg\";s:43:\"images/headers/cherryblossoms-thumbnail.jpg\";s:114:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/cherryblossoms-thumbnail.jpg\";s:33:\"images/headers/cherryblossoms.jpg\";s:104:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/cherryblossoms.jpg\";s:36:\"images/headers/concave-thumbnail.jpg\";s:107:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/concave-thumbnail.jpg\";s:26:\"images/headers/concave.jpg\";s:97:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/concave.jpg\";s:33:\"images/headers/fern-thumbnail.jpg\";s:104:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/fern-thumbnail.jpg\";s:23:\"images/headers/fern.jpg\";s:94:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/fern.jpg\";s:40:\"images/headers/forestfloor-thumbnail.jpg\";s:111:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/forestfloor-thumbnail.jpg\";s:30:\"images/headers/forestfloor.jpg\";s:101:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/forestfloor.jpg\";s:36:\"images/headers/inkwell-thumbnail.jpg\";s:107:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/inkwell-thumbnail.jpg\";s:26:\"images/headers/inkwell.jpg\";s:97:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/inkwell.jpg\";s:33:\"images/headers/path-thumbnail.jpg\";s:104:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/path-thumbnail.jpg\";s:23:\"images/headers/path.jpg\";s:94:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/path.jpg\";s:35:\"images/headers/sunset-thumbnail.jpg\";s:106:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/sunset-thumbnail.jpg\";s:25:\"images/headers/sunset.jpg\";s:96:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/headers/sunset.jpg\";s:27:\"images/icon-canal-alert.png\";s:98:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/icon-canal-alert.png\";s:27:\"images/icon-canal-carta.png\";s:98:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/icon-canal-carta.png\";s:27:\"images/icon-canal-email.png\";s:98:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/icon-canal-email.png\";s:32:\"images/icon-canal-formulario.png\";s:103:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/icon-canal-formulario.png\";s:30:\"images/icon-canal-telefone.png\";s:101:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/icon-canal-telefone.png\";s:30:\"images/icon-menu-principal.png\";s:101:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/icon-menu-principal.png\";s:20:\"images/icon-play.png\";s:91:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/icon-play.png\";s:21:\"images/icons-menu.png\";s:92:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/icons-menu.png\";s:21:\"images/icons60x60.png\";s:92:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/icons60x60.png\";s:22:\"images/icons_admin.png\";s:93:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/icons_admin.png\";s:37:\"images/infos/info-avap-ptb-mobile.png\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-avap-ptb-mobile.png\";s:30:\"images/infos/info-avap-ptb.gif\";s:101:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-avap-ptb.gif\";s:30:\"images/infos/info-avap-ptb.png\";s:101:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-avap-ptb.png\";s:26:\"images/infos/info-gp-1.png\";s:97:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-1.png\";s:27:\"images/infos/info-gp-1b.png\";s:98:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-1b.png\";s:26:\"images/infos/info-gp-2.png\";s:97:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-2.png\";s:27:\"images/infos/info-gp-2b.png\";s:98:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-2b.png\";s:26:\"images/infos/info-gp-3.png\";s:97:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-3.png\";s:27:\"images/infos/info-gp-3b.png\";s:98:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-3b.png\";s:26:\"images/infos/info-gp-4.png\";s:97:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-4.png\";s:27:\"images/infos/info-gp-4b.png\";s:98:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-4b.png\";s:26:\"images/infos/info-gp-5.png\";s:97:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-5.png\";s:27:\"images/infos/info-gp-5b.png\";s:98:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-5b.png\";s:27:\"images/infos/info-gp-bg.png\";s:98:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-bg.png\";s:35:\"images/infos/info-gp-ptb-mobile.png\";s:106:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-ptb-mobile.png\";s:28:\"images/infos/info-gp-ptb.gif\";s:99:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-ptb.gif\";s:28:\"images/infos/info-gp-ptb.png\";s:99:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-ptb.png\";s:28:\"images/infos/info-gp-tit.png\";s:99:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-gp-tit.png\";s:39:\"images/infos/info-proesa-ptb-mobile.png\";s:110:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-proesa-ptb-mobile.png\";s:32:\"images/infos/info-proesa-ptb.png\";s:103:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info-proesa-ptb.png\";s:37:\"images/infos/info_docampoaotanque.swf\";s:108:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/info_docampoaotanque.swf\";s:25:\"images/infos/infos-bg.gif\";s:96:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/infos/infos-bg.gif\";s:26:\"images/interna-tit-bar.png\";s:97:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/interna-tit-bar.png\";s:18:\"images/laborat.jpg\";s:89:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/laborat.jpg\";s:21:\"images/linha-menu.png\";s:92:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/linha-menu.png\";s:23:\"images/list-image-1.png\";s:94:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/list-image-1.png\";s:23:\"images/list-image-2.png\";s:94:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/list-image-2.png\";s:23:\"images/list-image-3.png\";s:94:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/list-image-3.png\";s:23:\"images/list-image-4.png\";s:94:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/list-image-4.png\";s:21:\"images/list-image.png\";s:92:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/list-image.png\";s:18:\"images/list_01.png\";s:89:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/list_01.png\";s:18:\"images/list_02.png\";s:89:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/list_02.png\";s:18:\"images/list_04.png\";s:89:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/list_04.png\";s:18:\"images/list_05.png\";s:89:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/list_05.png\";s:18:\"images/loading.gif\";s:89:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/loading.gif\";s:18:\"images/loading.jpg\";s:89:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/loading.jpg\";s:18:\"images/loading.png\";s:89:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/loading.png\";s:21:\"images/loading_02.jpg\";s:92:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/loading_02.jpg\";s:15:\"images/logo.png\";s:86:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/logo.png\";s:20:\"images/modeloneg.png\";s:91:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/modeloneg.png\";s:16:\"images/mundi.png\";s:87:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/mundi.png\";s:17:\"images/palha2.jpg\";s:88:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/palha2.jpg\";s:14:\"images/pin.png\";s:85:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/pin.png\";s:15:\"images/pin2.png\";s:86:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/pin2.png\";s:20:\"images/wordpress.png\";s:91:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/images/wordpress.png\";s:18:\"includes/anexo.css\";s:89:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/includes/anexo.css\";s:17:\"includes/anexo.js\";s:88:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/includes/anexo.js\";s:9:\"index.php\";s:80:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/index.php\";s:19:\"js/jquery-ui.min.js\";s:90:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/js/jquery-ui.min.js\";s:23:\"languages/twentyten.pot\";s:94:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/languages/twentyten.pot\";s:11:\"license.txt\";s:82:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/license.txt\";s:8:\"page.php\";s:79:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/page.php\";s:12:\"redirect.php\";s:83:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/redirect.php\";s:7:\"rtl.css\";s:78:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/rtl.css\";s:14:\"screenshot.png\";s:85:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/screenshot.png\";s:10:\"search.php\";s:81:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/search.php\";s:10:\"single.php\";s:81:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/single.php\";s:9:\"style.css\";s:80:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/style.css\";s:17:\"style.css.bak.css\";s:88:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/style.css.bak.css\";s:13:\"style.old.css\";s:84:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/style.old.css\";s:14:\"style.old2.css\";s:85:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/style.old2.css\";s:14:\"style.old3.css\";s:85:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/style.old3.css\";s:16:\"swfs/info_01.swf\";s:87:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/swfs/info_01.swf\";s:19:\"swfs/info_01_en.swf\";s:90:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/swfs/info_01_en.swf\";s:19:\"swfs/info_02_en.swf\";s:90:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/swfs/info_02_en.swf\";s:21:\"swfs/quebracabeca.swf\";s:92:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/swfs/quebracabeca.swf\";s:24:\"swfs/quebracabeca_en.swf\";s:95:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/swfs/quebracabeca_en.swf\";s:7:\"tag.php\";s:78:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/tag.php\";s:16:\"taxonomy.old.php\";s:87:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/taxonomy.old.php\";s:17:\"taxonomy.old2.php\";s:88:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/taxonomy.old2.php\";s:12:\"taxonomy.php\";s:83:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/taxonomy.php\";s:16:\"videos/Thumbs.db\";s:87:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/videos/Thumbs.db\";s:16:\"videos/audio.png\";s:87:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/videos/audio.png\";s:20:\"videos/bt-fechar.png\";s:91:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/videos/bt-fechar.png\";s:15:\"videos/logo.png\";s:86:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/videos/logo.png\";s:15:\"videos/play.png\";s:86:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/videos/play.png\";s:16:\"videos/video.mp4\";s:87:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/videos/video.mp4\";s:16:\"videos/video.ogv\";s:87:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/videos/video.ogv\";s:17:\"videos/video.webm\";s:88:\"/var/www/dev/granbio/site/backend/public/wp-content/themes/granbio2014/videos/video.webm\";}','no'),
393 (26078,'_site_transient_timeout_available_translations','1521741400','no'),
394 (26079,'_site_transient_available_translations','a:113:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 09:52:08\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-27 09:27:02\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"AzÉ™rbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 06:19:36\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"БеларуÑÐºÐ°Ñ Ð¼Ð¾Ð²Ð°\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/4.9/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"ПрацÑгнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 09:53:15\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"БългарÑки\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Ðапред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2017-10-01 12:57:10\";s:12:\"english_name\";s:7:\"Bengali\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.5/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"à¦à¦—িয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2018-03-21 07:56:41\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.5/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མà½à½´à½‘à¼\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-04 20:20:28\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-20 18:20:12\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català \";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2018-03-21 07:03:36\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"ÄŒeÅ¡tina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.5/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"PokraÄovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-22 16:19:20\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-18 19:23:14\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-22 15:38:30\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-22 15:43:53\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.9/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-28 17:27:53\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-28 17:28:22\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.9/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་à½\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-29 10:17:00\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"ΣυνÎχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-24 22:15:20\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 09:54:30\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 02:06:55\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 14:51:39\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-23 18:53:44\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 01:23:37\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"DaÅrigi\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-28 20:17:28\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 23:17:08\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 03:15:17\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 15:03:42\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2017-07-30 16:09:17\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.5/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.5/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-01 17:54:52\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-28 20:09:49\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-19 14:11:29\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 15:30:44\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"ÙØ§Ø±Ø³ÛŒ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 09:48:14\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-19 23:55:33\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 21:50:23\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-27 06:12:15\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.5/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gà idhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 10:40:05\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 11:06:53\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગà«àªœàª°àª¾àª¤à«€\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલૠરાખવà«àª‚\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره Ú¯ÛŒ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-22 11:08:56\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 12:27:15\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिनà¥à¤¦à¥€\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 13:03:07\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2017-11-23 10:52:11\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.5/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Õ€Õ¡ÕµÕ¥Ö€Õ¥Õ¶\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Õ‡Õ¡Ö€Õ¸Ö‚Õ¶Õ¡Õ¯Õ¥Õ¬\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 11:09:49\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-04-13 13:55:54\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Ãslenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Ãfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-29 05:55:20\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-17 09:56:44\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ç¶šã‘ã‚‹\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 11:47:57\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-09 06:06:41\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქáƒáƒ თული\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გáƒáƒ’რძელებáƒ\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2017-12-20 19:16:43\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.5/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2018-03-12 05:03:49\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.5/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"ЖалғаÑтыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាážáŸ’មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្áž\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 02:03:48\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한êµì–´\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계ì†\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕà»à»ˆâ€‹à»„ປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 19:40:23\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"TÄ™sti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-03-17 20:40:40\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"LatvieÅ¡u valoda\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.7/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"TurpinÄt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"МакедонÑки јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"à´¤àµà´Ÿà´°àµà´•\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"ҮргÑлжлүүлÑÑ…\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2018-02-13 07:38:55\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.5/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सà¥à¤°à¥ ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-24 13:47:31\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါá‹\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-17 19:14:57\";s:12:\"english_name\";s:19:\"Norwegian (BokmÃ¥l)\";s:11:\"native_name\";s:13:\"Norsk bokmÃ¥l\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2018-03-02 11:28:24\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.5/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राखà¥à¤¨à¥à¤¹à¥‹à¤¸à¥\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 15:44:47\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.9/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-26 08:41:22\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-25 10:53:17\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2018-01-20 23:16:23\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.5/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.3/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-28 19:24:26\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-23 22:24:24\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 20:53:34\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2017-12-11 15:10:42\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.8.5/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 09:41:32\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-29 17:32:14\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"РуÑÑкий\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-23 16:41:14\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"SlovenÄina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"PokraÄovaÅ¥\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 18:38:56\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"SlovenÅ¡Äina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-14 19:14:08\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 23:19:48\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"СрпÑки језик\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"ÐаÑтави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-16 14:18:23\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"ÅšlÅnskÅ gÅdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"KÅntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழà¯\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவà¯à®®à¯\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలà±à°—à±\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించà±\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"4.8.5\";s:7:\"updated\";s:19:\"2018-03-02 17:08:46\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.5/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่à¸à¹„ป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-20 16:20:13\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:0:\"\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:9:\"UyÆ£urqÉ™\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-11-02 17:05:02\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"УкраїнÑька\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-28 06:50:00\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.8.3\";s:7:\"updated\";s:19:\"2017-10-15 05:40:58\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.3/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-15 10:43:28\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.9/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-17 22:20:52\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"ç®€ä½“ä¸æ–‡\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"ç»§ç»\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-25 02:37:10\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"é¦™æ¸¯ä¸æ–‡ç‰ˆ \";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"4.9\";s:7:\"updated\";s:19:\"2017-11-24 10:23:23\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"ç¹é«”䏿–‡\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),
395 (26084,'_transient_timeout_plugin_slugs','1521817040','no'),
396 (26085,'_transient_plugin_slugs','a:19:{i:0;s:19:\"akismet/akismet.php\";i:1;s:44:\"all-in-one-schemaorg-rich-snippets/index.php\";i:2;s:11:\"amp/amp.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:36:\"export-all-urls/extract-all-urls.php\";i:5;s:39:\"glue-for-yoast-seo-amp/yoastseo-amp.php\";i:6;s:49:\"hreflang-tags-by-dcgws/hreflang-tags-by-dcgws.php\";i:7;s:37:\"rocket-lazy-load/rocket-lazy-load.php\";i:8;s:57:\"multisite-language-switcher/MultisiteLanguageSwitcher.php\";i:9;s:47:\"really-simple-captcha/really-simple-captcha.php\";i:10;s:27:\"redirection/redirection.php\";i:11;s:33:\"seo-image/seo-friendly-images.php\";i:12;s:27:\"updraftplus/updraftplus.php\";i:13;s:33:\"w3-total-cache/w3-total-cache.php\";i:14;s:23:\"wordfence/wordfence.php\";i:15;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:16;s:23:\"wp-smushit/wp-smush.php\";i:17;s:27:\"wp-super-cache/wp-cache.php\";i:18;s:24:\"wordpress-seo/wp-seo.php\";}','no'),
397 (26109,'_transient_timeout_wpseo_link_table_inaccessible','1521736943','no'),
398 (26110,'_transient_wpseo_link_table_inaccessible','1','no');
399
400/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
401UNLOCK TABLES;
402
403
404
405/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
406/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
407/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
408/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
409/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
410/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;