diff --git a/core/modules/node/migrations/d6_node_revision.yml b/core/modules/content_translation/migrations/d6_node_revision_translation.yml
similarity index 58%
copy from core/modules/node/migrations/d6_node_revision.yml
copy to core/modules/content_translation/migrations/d6_node_revision_translation.yml
index 732c9abe27..951094ef98 100644
--- a/core/modules/node/migrations/d6_node_revision.yml
+++ b/core/modules/content_translation/migrations/d6_node_revision_translation.yml
@@ -1,17 +1,20 @@
-id: d6_node_revision
-label: Node revisions
-audit: true
+id: d6_node_revision_translation
+label: Node revision translations
 migration_tags:
   - Drupal 6
+  - translation
   - Content
+  - Multilingual
 deriver: Drupal\node\Plugin\migrate\D6NodeDeriver
 source:
   plugin: d6_node_revision
+  translations: true
+  constants:
+    revision_translation_affected: true
 process:
   # If you are using this file to build a custom migration consider removing
-  # the nid and vid fields to allow incremental migrations.
-  nid: nid
-  vid: vid
+  # the nid field to allow incremental migrations.
+  nid: tnid
   langcode:
     plugin: default_value
     source: language
@@ -32,12 +35,12 @@ process:
   revision_uid: revision_uid
   revision_log: log
   revision_timestamp: timestamp
-
-#  unmapped d6 fields.
-#  tnid
-#  translate
-#  moderate
-#  comment
-
+  content_translation_source: source_langcode
+  revision_translation_affected: constants/revision_translation_affected
 destination:
   plugin: entity_revision:node
+  translations: true
+  destination_module: content_translation
+migration_dependencies:
+  required:
+    - d6_node_translation
diff --git a/core/modules/node/migrations/d7_node_revision.yml b/core/modules/content_translation/migrations/d7_node_revision_translation.yml
similarity index 60%
copy from core/modules/node/migrations/d7_node_revision.yml
copy to core/modules/content_translation/migrations/d7_node_revision_translation.yml
index 7310b0d5b0..d163cea4ec 100644
--- a/core/modules/node/migrations/d7_node_revision.yml
+++ b/core/modules/content_translation/migrations/d7_node_revision_translation.yml
@@ -1,17 +1,18 @@
-id: d7_node_revision
-label: Node revisions
-audit: true
+id: d7_node_revision_translation
+label: Node revision translations
 migration_tags:
   - Drupal 7
+  - translation
   - Content
+  - Multilingual
 deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
 source:
   plugin: d7_node_revision
+  translations: true
 process:
   # If you are using this file to build a custom migration consider removing
-  # the nid and vid fields to allow incremental migrations.
-  nid: nid
-  vid: vid
+  # the nid field to allow incremental migrations.
+  nid: tnid
   langcode:
     plugin: default_value
     source: language
@@ -26,8 +27,13 @@ process:
   revision_uid: revision_uid
   revision_log: log
   revision_timestamp: timestamp
+  content_translation_source: source_langcode
 destination:
   plugin: entity_revision:node
+  translations: true
+  content_translation_update_definitions:
+    - node
+  destination_module: content_translation
 migration_dependencies:
   required:
-    - d7_node
+    - d7_node_translation
diff --git a/core/modules/file/migrations/d6_upload.yml b/core/modules/file/migrations/d6_upload.yml
index 1c34e5873c..a4e1dedf61 100644
--- a/core/modules/file/migrations/d6_upload.yml
+++ b/core/modules/file/migrations/d6_upload.yml
@@ -7,7 +7,6 @@ source:
   plugin: d6_upload
 process:
   nid: nid
-  vid: vid
   langcode:
     plugin: user_langcode
     source: language
diff --git a/core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php b/core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
index 24e552edde..39c17be6f4 100644
--- a/core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
+++ b/core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php
@@ -227,6 +227,9 @@ protected function updateEntity(EntityInterface $entity, Row $row) {
         $language = $row->getDestinationProperty($property);
         if (!$entity->hasTranslation($language)) {
           $entity->addTranslation($language);
+          if ($this->storage->getEntityType()->isRevisionable()) {
+            $entity->setNewRevision(TRUE);
+          }
 
           // We're adding a translation, so delete it on rollback.
           $rollback_action = MigrateIdMapInterface::ROLLBACK_DELETE;
diff --git a/core/modules/migrate_drupal/tests/fixtures/drupal6.php b/core/modules/migrate_drupal/tests/fixtures/drupal6.php
index caa55b0e4c..c40bb46a4d 100644
--- a/core/modules/migrate_drupal/tests/fixtures/drupal6.php
+++ b/core/modules/migrate_drupal/tests/fixtures/drupal6.php
@@ -3066,6 +3066,18 @@
   'active' => '1',
   'locked' => '0',
 ))
+->values(array(
+  'field_name' => 'field_text_field',
+  'type' => 'text',
+  'global_settings' => 'a:4:{s:15:"text_processing";s:1:"0";s:10:"max_length";s:0:"";s:14:"allowed_values";s:0:"";s:18:"allowed_values_php";s:0:"";}',
+  'required' => '0',
+  'multiple' => '0',
+  'db_storage' => '1',
+  'module' => 'text',
+  'db_columns' => 'a:1:{s:5:"value";a:5:{s:4:"type";s:4:"text";s:4:"size";s:6:"normal";s:8:"not null";b:0;s:8:"sortable";b:1;s:5:"views";b:1;}}',
+  'active' => '1',
+  'locked' => '0',
+))
 ->execute();
 $connection->schema()->createTable('content_node_field_instance', array(
   'fields' => array(
@@ -3519,6 +3531,18 @@
   'widget_module' => 'number',
   'widget_active' => '1',
 ))
+->values(array(
+  'field_name' => 'field_text_field',
+  'type_name' => 'page',
+  'weight' => '31',
+  'label' => 'Text',
+  'widget_type' => 'text_textfield',
+  'widget_settings' => 'a:4:{s:4:"rows";i:5;s:4:"size";s:2:"60";s:13:"default_value";a:1:{i:0;a:2:{s:5:"value";s:0:"";s:14:"_error_element";s:48:"default_value_widget][field_text_field][0][value";}}s:17:"default_value_php";N;}',
+  'display_settings' => 'a:5:{s:5:"label";a:2:{s:6:"format";s:5:"above";s:7:"exclude";i:0;}i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
+  'description' => '',
+  'widget_module' => 'text',
+  'widget_active' => '1',
+))
 ->execute();
 $connection->schema()->createTable('content_type_employee', array(
   'fields' => array(
@@ -3673,21 +3697,28 @@
 ->values(array(
   'vid' => '13',
   'nid' => '10',
-  'field_text_field_value' => NULL,
+  'field_text_field_value' => 'McCoy first revision (en)',
   'field_reference_nid' => '13',
   'field_reference_2_nid' => '13',
 ))
 ->values(array(
   'vid' => '14',
   'nid' => '11',
-  'field_text_field_value' => NULL,
+  'field_text_field_value' => 'McCoy first revision (fr)',
   'field_reference_nid' => '20',
   'field_reference_2_nid' => '20',
 ))
 ->values(array(
+  'vid' => '15',
+  'nid' => '12',
+  'field_text_field_value' => 'Zulu first revision (zu)',
+  'field_reference_nid' => NULL,
+  'field_reference_2_nid' => NULL,
+))
+->values(array(
   'vid' => '16',
   'nid' => '13',
-  'field_text_field_value' => NULL,
+  'field_text_field_value' => 'Zulu first revision (en)',
   'field_reference_nid' => '10',
   'field_reference_2_nid' => '10',
 ))
@@ -3698,7 +3729,34 @@
   'field_reference_nid' => '11',
   'field_reference_2_nid' => '11',
 ))
-->execute();
+->values(array(
+  'vid' => '24',
+  'nid' => '10',
+  'field_text_field_value' => 'McCoy current revision (en)',
+  'field_reference_nid' => '13',
+  'field_reference_2_nid' => '13',
+))
+->values(array(
+  'vid' => '25',
+  'nid' => '11',
+  'field_text_field_value' => 'McCoy current revision (fr)',
+  'field_reference_nid' => '20',
+  'field_reference_2_nid' => '20',
+))
+->values(array(
+  'vid' => '26',
+  'nid' => '12',
+  'field_text_field_value' => 'Zulu current revision (zu)',
+  'field_reference_nid' => NULL,
+  'field_reference_2_nid' => NULL,
+))
+->values(array(
+  'vid' => '27',
+  'nid' => '13',
+  'field_text_field_value' => 'Zulu current revision (en)',
+  'field_reference_nid' => '10',
+  'field_reference_2_nid' => '10',
+))->execute();
 $connection->schema()->createTable('content_type_story', array(
   'fields' => array(
     'nid' => array(
@@ -44615,14 +44673,14 @@
 ))
 ->values(array(
   'nid' => '10',
-  'vid' => '13',
+  'vid' => '24',
   'type' => 'page',
   'language' => 'en',
   'title' => 'The Real McCoy',
   'uid' => '1',
   'status' => '1',
   'created' => '1444238800',
-  'changed' => '1444238808',
+  'changed' => '1521927089',
   'comment' => '2',
   'promote' => '1',
   'moderate' => '0',
@@ -44632,14 +44690,14 @@
 ))
 ->values(array(
   'nid' => '11',
-  'vid' => '14',
+  'vid' => '25',
   'type' => 'page',
   'language' => 'fr',
   'title' => 'Le Vrai McCoy',
   'uid' => '1',
   'status' => '1',
   'created' => '1444239050',
-  'changed' => '1444239050',
+  'changed' => '1521927113',
   'comment' => '2',
   'promote' => '1',
   'moderate' => '0',
@@ -44649,14 +44707,14 @@
 ))
 ->values(array(
   'nid' => '12',
-  'vid' => '15',
+  'vid' => '26',
   'type' => 'page',
   'language' => 'zu',
   'title' => 'Abantu zulu',
   'uid' => '1',
   'status' => '1',
   'created' => '1444238800',
-  'changed' => '1444238808',
+  'changed' => '1521927131',
   'comment' => '0',
   'promote' => '0',
   'moderate' => '0',
@@ -44666,14 +44724,14 @@
 ))
 ->values(array(
   'nid' => '13',
-  'vid' => '16',
+  'vid' => '27',
   'type' => 'page',
   'language' => 'en',
   'title' => 'The Zulu People',
   'uid' => '1',
   'status' => '1',
   'created' => '1444239050',
-  'changed' => '1444239050',
+  'changed' => '1521927148',
   'comment' => '0',
   'promote' => '0',
   'moderate' => '0',
@@ -45397,10 +45455,10 @@
   'nid' => '10',
   'vid' => '13',
   'uid' => '1',
-  'title' => 'The Real McCoy',
+  'title' => 'The Real McCoy (first revision)',
   'body' => "In the original, Queen's English.",
   'teaser' => "In the original, Queen's English.",
-  'log' => '',
+  'log' => 'First revision (en)',
   'timestamp' => '1444238808',
   'format' => '1',
 ))
@@ -45408,10 +45466,10 @@
   'nid' => '11',
   'vid' => '14',
   'uid' => '1',
-  'title' => 'Le Vrai McCoy',
+  'title' => 'Le Vrai McCoy (first revision)',
   'body' => 'Ooh là là!',
   'teaser' => 'Ooh là là!',
-  'log' => '',
+  'log' => 'First revision (fr)',
   'timestamp' => '1444239050',
   'format' => '1',
 ))
@@ -45419,10 +45477,10 @@
   'nid' => '12',
   'vid' => '15',
   'uid' => '1',
-  'title' => 'Abantu zulu',
+  'title' => 'Abantu zulu (first revision)',
   'body' => 'Mr. Crusher, ready a collision course with the Borg ship.',
   'teaser' => 'Mr. Crusher, ready a collision course with the Borg ship.',
-  'log' => '',
+  'log' => 'First revision (zu)',
   'timestamp' => '1444238808',
   'format' => '1',
 ))
@@ -45430,10 +45488,10 @@
   'nid' => '13',
   'vid' => '16',
   'uid' => '1',
-  'title' => 'The Zulu People',
+  'title' => 'The Zulu People (first revision)',
   'body' => 'Mr. Crusher, ready a collision course with the Borg ship.',
   'teaser' => 'Mr. Crusher, ready a collision course with the Borg ship.',
-  'log' => '',
+  'log' => 'First revision (en)',
   'timestamp' => '1444239050',
   'format' => '1',
 ))
@@ -45547,6 +45605,50 @@
   'timestamp' => '1534014687',
   'format' => '1',
 ))
+->values(array(
+  'nid' => '10',
+  'vid' => '24',
+  'uid' => '1',
+  'title' => 'The Real McCoy',
+  'body' => "In the original, Queen's English.",
+  'teaser' => "In the original, Queen's English.",
+  'log' => 'Current revision (en)',
+  'timestamp' => '1521927089',
+  'format' => '1',
+))
+->values(array(
+  'nid' => '11',
+  'vid' => '25',
+  'uid' => '1',
+  'title' => 'Le Vrai McCoy',
+  'body' => 'Ooh là là!',
+  'teaser' => 'Ooh là là!',
+  'log' => 'Current revision (fr)',
+  'timestamp' => '1521927113',
+  'format' => '1',
+))
+->values(array(
+  'nid' => '12',
+  'vid' => '26',
+  'uid' => '1',
+  'title' => 'Abantu zulu',
+  'body' => 'Mr. Crusher, ready a collision course with the Borg ship.',
+  'teaser' => 'Mr. Crusher, ready a collision course with the Borg ship.',
+  'log' => 'Current revision (zu)',
+  'timestamp' => '1521927131',
+  'format' => '1',
+))
+->values(array(
+  'nid' => '13',
+  'vid' => '27',
+  'uid' => '1',
+  'title' => 'The Zulu People',
+  'body' => 'Mr. Crusher, ready a collision course with the Borg ship.',
+  'teaser' => 'Mr. Crusher, ready a collision course with the Borg ship.',
+  'log' => 'Current revision (en)',
+  'timestamp' => '1521927148',
+  'format' => '1',
+))
 ->execute();
 $connection->schema()->createTable('node_type', array(
   'fields' => array(
@@ -48278,7 +48380,7 @@
 ->values(array(
   'fid' => '3',
   'nid' => '12',
-  'vid' => '15',
+  'vid' => '26',
   'description' => 'file 12-15-3',
   'list' => '0',
   'weight' => '0',
diff --git a/core/modules/migrate_drupal/tests/fixtures/drupal7.php b/core/modules/migrate_drupal/tests/fixtures/drupal7.php
index dcdb0897d3..7fb93405e0 100644
--- a/core/modules/migrate_drupal/tests/fixtures/drupal7.php
+++ b/core/modules/migrate_drupal/tests/fixtures/drupal7.php
@@ -96,279 +96,686 @@
   'timestamp' => '1444944970',
 ))
 ->values(array(
-  'aid' => '93',
-  'sid' => 'e89G2redQpxRTIndbV3qH8snVR621DqSQ2s4vciJedA',
+  'aid' => '119',
+  'sid' => 'WE0WcRAANNf2k9zPE3f2afwN5gkr8no-UE_KDq7_e7M',
   'title' => '',
   'path' => 'node',
-  'url' => 'http://drupal7.local/',
+  'url' => '',
   'hostname' => '127.0.0.1',
   'uid' => '0',
-  'timer' => '214',
-  'timestamp' => '1444944974',
+  'timer' => '178',
+  'timestamp' => '1564542385',
 ))
 ->values(array(
-  'aid' => '94',
-  'sid' => 'KkVxQTCiKqKEGNcRs7GYrmXXbEk4szXCHVTknFkbiG0',
-  'title' => 'User account',
-  'path' => 'user/login',
+  'aid' => '120',
+  'sid' => 'xut62UlflhDT6yti12aKbm0bIsKigej0LqJp_GD-z8M',
+  'title' => '',
+  'path' => 'node',
   'url' => '',
   'hostname' => '127.0.0.1',
   'uid' => '0',
-  'timer' => '259',
-  'timestamp' => '1444945094',
+  'timer' => '121',
+  'timestamp' => '1564542387',
 ))
 ->values(array(
-  'aid' => '95',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'My account',
-  'path' => 'user/login',
-  'url' => 'http://drupal7.local/?q=user/login',
+  'aid' => '121',
+  'sid' => 'rMf-EWKAXNds6tCTT-6f3xzokazCEULH4xTT0As9_Jo',
+  'title' => '',
+  'path' => 'node',
+  'url' => '',
   'hostname' => '127.0.0.1',
-  'uid' => '1',
-  'timer' => '217',
-  'timestamp' => '1444945097',
+  'uid' => '0',
+  'timer' => '97',
+  'timestamp' => '1564542387',
 ))
 ->values(array(
-  'aid' => '96',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'root',
-  'path' => 'user/1',
-  'url' => 'http://drupal7.local/?q=user/login',
-  'hostname' => '127.0.0.1',
+  'aid' => '122',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => '',
+  'path' => 'node',
+  'url' => 'https://drupal7.lndo.site/',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '211',
-  'timestamp' => '1444945097',
+  'timer' => '182',
+  'timestamp' => '1564542392',
 ))
 ->values(array(
-  'aid' => '97',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Modules',
-  'path' => 'admin/modules',
-  'url' => 'http://drupal7.local/user/1',
-  'hostname' => '127.0.0.1',
+  'aid' => '123',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => '',
+  'path' => 'node',
+  'url' => 'https://drupal7.lndo.site/',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '619',
-  'timestamp' => '1444945104',
+  'timer' => '202',
+  'timestamp' => '1564542392',
 ))
 ->values(array(
-  'aid' => '98',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
+  'aid' => '124',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
   'title' => 'Configuration',
   'path' => 'admin/config',
-  'url' => 'http://drupal7.local/admin/modules',
-  'hostname' => '127.0.0.1',
+  'url' => 'https://drupal7.lndo.site/node',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '273',
-  'timestamp' => '1444945114',
+  'timer' => '200',
+  'timestamp' => '1564542397',
 ))
 ->values(array(
-  'aid' => '99',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Languages',
-  'path' => 'admin/config/regional/language',
-  'url' => 'http://drupal7.local/admin/config',
-  'hostname' => '127.0.0.1',
+  'aid' => '125',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Performance',
+  'path' => 'admin/config/development/performance',
+  'url' => 'https://drupal7.lndo.site/admin/config',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '213',
-  'timestamp' => '1444945121',
+  'timer' => '164',
+  'timestamp' => '1564542399',
 ))
 ->values(array(
-  'aid' => '100',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Languages',
-  'path' => 'admin/config/regional/language/add',
-  'url' => 'http://drupal7.local/admin/config/regional/language',
-  'hostname' => '127.0.0.1',
+  'aid' => '126',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Performance',
+  'path' => 'admin/config/development/performance',
+  'url' => 'https://drupal7.lndo.site/admin/config/development/performance',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '148',
-  'timestamp' => '1444945122',
+  'timer' => '1639',
+  'timestamp' => '1564542401',
 ))
 ->values(array(
-  'aid' => '101',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Languages',
-  'path' => 'admin/config/regional/language/add',
-  'url' => 'http://drupal7.local/admin/config/regional/language/add',
-  'hostname' => '127.0.0.1',
+  'aid' => '127',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Performance',
+  'path' => 'admin/config/development/performance',
+  'url' => 'https://drupal7.lndo.site/admin/config/development/performance',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '260',
-  'timestamp' => '1444945153',
+  'timer' => '252',
+  'timestamp' => '1564542402',
 ))
 ->values(array(
-  'aid' => '102',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Languages',
-  'path' => 'admin/config/regional/language/add',
-  'url' => '',
-  'hostname' => '127.0.0.1',
+  'aid' => '128',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Structure',
+  'path' => 'admin/structure',
+  'url' => 'https://drupal7.lndo.site/admin/config/development/performance',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '195',
-  'timestamp' => '1444945160',
+  'timer' => '207',
+  'timestamp' => '1564542444',
 ))
 ->values(array(
-  'aid' => '103',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Languages',
-  'path' => 'admin/config/regional/language/add',
-  'url' => 'http://drupal7.local/?q=admin/config/regional/language/add',
-  'hostname' => '127.0.0.1',
+  'aid' => '129',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Content types',
+  'path' => 'admin/structure/types',
+  'url' => 'https://drupal7.lndo.site/admin/structure',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '177',
-  'timestamp' => '1444945168',
+  'timer' => '153',
+  'timestamp' => '1564542447',
 ))
 ->values(array(
-  'aid' => '104',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Languages',
-  'path' => 'admin/config/regional/language',
-  'url' => 'http://drupal7.local/?q=admin/config/regional/language/add',
-  'hostname' => '127.0.0.1',
+  'aid' => '130',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '145',
-  'timestamp' => '1444945168',
+  'timer' => '317',
+  'timestamp' => '1564542449',
 ))
 ->values(array(
-  'aid' => '105',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Languages',
-  'path' => 'admin/config/regional/language',
-  'url' => '',
-  'hostname' => '127.0.0.1',
+  'aid' => '131',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/fields',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '159',
-  'timestamp' => '1444945175',
+  'timer' => '291',
+  'timestamp' => '1564542457',
 ))
 ->values(array(
-  'aid' => '106',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Languages',
-  'path' => 'admin/config/regional/language',
-  'url' => 'http://drupal7.local/?q=admin/config/regional/language',
-  'hostname' => '127.0.0.1',
+  'aid' => '132',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/fields',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '152',
-  'timestamp' => '1444945176',
+  'timer' => '79',
+  'timestamp' => '1564542464',
 ))
 ->values(array(
-  'aid' => '107',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Languages',
-  'path' => 'admin/config/regional/language',
-  'url' => 'http://drupal7.local/?q=admin/config/regional/language',
-  'hostname' => '127.0.0.1',
+  'aid' => '133',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'AHAH callback',
+  'path' => 'system/ajax',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '148',
-  'timestamp' => '1444945176',
+  'timer' => '244',
+  'timestamp' => '1564542468',
 ))
 ->values(array(
-  'aid' => '108',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Structure',
-  'path' => 'admin/structure',
-  'url' => 'http://drupal7.local/admin/config/regional/language',
-  'hostname' => '127.0.0.1',
+  'aid' => '134',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '156',
-  'timestamp' => '1444945206',
+  'timer' => '648',
+  'timestamp' => '1564542469',
 ))
 ->values(array(
-  'aid' => '109',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Content types',
-  'path' => 'admin/structure/types',
-  'url' => 'http://drupal7.local/admin/structure',
-  'hostname' => '127.0.0.1',
+  'aid' => '135',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '154',
-  'timestamp' => '1444945208',
+  'timer' => '138',
+  'timestamp' => '1564542470',
 ))
 ->values(array(
-  'aid' => '110',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Blog entry',
-  'path' => 'admin/structure/types/manage/blog',
-  'url' => 'http://drupal7.local/admin/structure/types',
-  'hostname' => '127.0.0.1',
+  'aid' => '136',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'AHAH callback',
+  'path' => 'system/ajax',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '203',
-  'timestamp' => '1444945211',
+  'timer' => '202',
+  'timestamp' => '1564542476',
 ))
 ->values(array(
-  'aid' => '111',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Parent menu items',
-  'path' => 'admin/structure/menu/parents',
-  'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
-  'hostname' => '127.0.0.1',
+  'aid' => '137',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '211',
-  'timestamp' => '1444945211',
+  'timer' => '602',
+  'timestamp' => '1564542478',
 ))
 ->values(array(
-  'aid' => '112',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Blog entry',
-  'path' => 'admin/structure/types/manage/blog',
-  'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
-  'hostname' => '127.0.0.1',
+  'aid' => '138',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '174',
+  'timestamp' => '1564542478',
+))
+->values(array(
+  'aid' => '139',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '766',
+  'timestamp' => '1564542991',
+))
+->values(array(
+  'aid' => '140',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '232',
+  'timestamp' => '1564542992',
+))
+->values(array(
+  'aid' => '141',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '594',
+  'timestamp' => '1564543215',
+))
+->values(array(
+  'aid' => '142',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '166',
+  'timestamp' => '1564543215',
+))
+->values(array(
+  'aid' => '143',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '594',
+  'timestamp' => '1564543260',
+))
+->values(array(
+  'aid' => '144',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '180',
+  'timestamp' => '1564543261',
+))
+->values(array(
+  'aid' => '145',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '618',
+  'timestamp' => '1564543287',
+))
+->values(array(
+  'aid' => '146',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/display',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '180',
+  'timestamp' => '1564543288',
+))
+->values(array(
+  'aid' => '147',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/fields',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '184',
+  'timestamp' => '1564543397',
+))
+->values(array(
+  'aid' => '148',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Reference 2',
+  'path' => 'admin/structure/types/manage/article/fields/field_reference_2/field-settings',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/fields',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '231',
+  'timestamp' => '1564543404',
+))
+->values(array(
+  'aid' => '149',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Article',
+  'path' => 'admin/structure/types/manage/article/fields',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/display',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '172',
+  'timestamp' => '1564543409',
+))
+->values(array(
+  'aid' => '150',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Reference 2',
+  'path' => 'admin/structure/types/manage/article/fields/field_reference_2',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/fields',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '171',
+  'timestamp' => '1564543413',
+))
+->values(array(
+  'aid' => '151',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Reference 2',
+  'path' => 'admin/structure/types/manage/article/fields/field_reference_2/field-settings',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/fields/field_reference_2',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '56',
+  'timestamp' => '1564543422',
+))
+->values(array(
+  'aid' => '152',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Reference 2',
+  'path' => 'admin/structure/types/manage/article/fields/field_reference_2/widget-type',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/fields/field_reference_2/field-settings',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '69',
+  'timestamp' => '1564543429',
+))
+->values(array(
+  'aid' => '153',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Reference 2',
+  'path' => 'admin/structure/types/manage/article/fields/field_reference_2/field-settings',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/fields/field_reference_2',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '44',
+  'timestamp' => '1564543437',
+))
+->values(array(
+  'aid' => '154',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Reference 2',
+  'path' => 'admin/structure/types/manage/article/fields/field_reference_2',
+  'url' => 'https://drupal7.lndo.site/admin/structure/types/manage/article/fields',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '60',
+  'timestamp' => '1564543437',
+))
+->values(array(
+  'aid' => '155',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'custom link test',
+  'path' => 'admin/content',
+  'url' => 'https://drupal7.lndo.site/admin/structure',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '279',
+  'timestamp' => '1564543544',
+))
+->values(array(
+  'aid' => '156',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'The thing about Deep Space 9',
+  'path' => 'node/2',
+  'url' => 'https://drupal7.lndo.site/admin/content',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '322',
+  'timestamp' => '1564543547',
+))
+->values(array(
+  'aid' => '157',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article The thing about Deep Space 9',
+  'path' => 'node/2/edit',
+  'url' => 'https://drupal7.lndo.site/deep-space-9',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '246',
+  'timestamp' => '1564543550',
+))
+->values(array(
+  'aid' => '158',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article The thing about Deep Space 9',
+  'path' => 'node/2/edit',
+  'url' => 'https://drupal7.lndo.site/node/2/edit',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '252',
+  'timestamp' => '1564543588',
+))
+->values(array(
+  'aid' => '159',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'The thing about Deep Space 9 (1st rev)',
+  'path' => 'node/2',
+  'url' => 'https://drupal7.lndo.site/node/2/edit',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '106',
+  'timestamp' => '1564543588',
+))
+->values(array(
+  'aid' => '160',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article The thing about Deep Space 9 (1st rev)',
+  'path' => 'node/2/edit',
+  'url' => 'https://drupal7.lndo.site/deep-space-9',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '94',
+  'timestamp' => '1564543607',
+))
+->values(array(
+  'aid' => '161',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article The thing about Deep Space 9 (1st rev)',
+  'path' => 'node/2/edit',
+  'url' => 'https://drupal7.lndo.site/node/2/edit',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '188',
+  'timestamp' => '1564543637',
+))
+->values(array(
+  'aid' => '162',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'The thing about Deep Space 9 (2nd rev)',
+  'path' => 'node/2',
+  'url' => 'https://drupal7.lndo.site/node/2/edit',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '91',
+  'timestamp' => '1564543637',
+))
+->values(array(
+  'aid' => '163',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'is - The thing about Deep Space 9',
+  'path' => 'node/3',
+  'url' => 'https://drupal7.lndo.site/admin/content',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '695',
+  'timestamp' => '1564543649',
+))
+->values(array(
+  'aid' => '164',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article is - The thing about Deep Space 9',
+  'path' => 'node/3/edit',
+  'url' => 'https://drupal7.lndo.site/is/deep-space-9-is',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '320',
+  'timestamp' => '1564543655',
+))
+->values(array(
+  'aid' => '165',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article is - The thing about Deep Space 9',
+  'path' => 'node/3/edit',
+  'url' => 'https://drupal7.lndo.site/is/node/3/edit',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '514',
+  'timestamp' => '1564543677',
+))
+->values(array(
+  'aid' => '166',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'is - The thing about Deep Space 9 (1st rev)',
+  'path' => 'node/3',
+  'url' => 'https://drupal7.lndo.site/is/node/3/edit',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '119',
+  'timestamp' => '1564543677',
+))
+->values(array(
+  'aid' => '167',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article is - The thing about Deep Space 9 (1st rev)',
+  'path' => 'node/3/edit',
+  'url' => 'https://drupal7.lndo.site/is/deep-space-9-is',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '136',
+  'timestamp' => '1564543679',
+))
+->values(array(
+  'aid' => '168',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article is - The thing about Deep Space 9 (1st rev)',
+  'path' => 'node/3/edit',
+  'url' => 'https://drupal7.lndo.site/is/node/3/edit',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
   'timer' => '224',
-  'timestamp' => '1444945236',
+  'timestamp' => '1564543706',
 ))
 ->values(array(
-  'aid' => '113',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Parent menu items',
-  'path' => 'admin/structure/menu/parents',
-  'url' => 'http://drupal7.local/admin/structure/types/manage/blog',
-  'hostname' => '127.0.0.1',
+  'aid' => '169',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'is - The thing about Deep Space 9 (2nd rev)',
+  'path' => 'node/3',
+  'url' => 'https://drupal7.lndo.site/is/node/3/edit',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '165',
-  'timestamp' => '1444945237',
+  'timer' => '111',
+  'timestamp' => '1564543706',
 ))
 ->values(array(
-  'aid' => '114',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Blog entry',
-  'path' => 'admin/structure/types/manage/blog',
-  'url' => '',
-  'hostname' => '127.0.0.1',
+  'aid' => '170',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'is - The thing about Firefly',
+  'path' => 'node/4',
+  'url' => 'https://drupal7.lndo.site/admin/content',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '155',
-  'timestamp' => '1444945242',
+  'timer' => '126',
+  'timestamp' => '1564543732',
 ))
 ->values(array(
-  'aid' => '115',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Parent menu items',
-  'path' => 'admin/structure/menu/parents',
-  'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
-  'hostname' => '127.0.0.1',
+  'aid' => '171',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article is - The thing about Firefly',
+  'path' => 'node/4/edit',
+  'url' => 'https://drupal7.lndo.site/is/firefly-is',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '144',
+  'timestamp' => '1564543736',
+))
+->values(array(
+  'aid' => '172',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article is - The thing about Firefly',
+  'path' => 'node/4/edit',
+  'url' => 'https://drupal7.lndo.site/is/node/4/edit',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
   'timer' => '217',
-  'timestamp' => '1444945242',
+  'timestamp' => '1564543810',
 ))
 ->values(array(
-  'aid' => '116',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Blog entry',
-  'path' => 'admin/structure/types/manage/blog',
-  'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
-  'hostname' => '127.0.0.1',
+  'aid' => '173',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'is - The thing about Firefly (1st rev)',
+  'path' => 'node/4',
+  'url' => 'https://drupal7.lndo.site/is/node/4/edit',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '667',
-  'timestamp' => '1444945246',
+  'timer' => '81',
+  'timestamp' => '1564543810',
 ))
 ->values(array(
-  'aid' => '117',
-  'sid' => 'FA1BMWZvsAAE1G-OBMzfiJyA12sh588cOKSmEmxFQiA',
-  'title' => 'Content types',
-  'path' => 'admin/structure/types',
-  'url' => 'http://drupal7.local/?q=admin/structure/types/manage/blog',
-  'hostname' => '127.0.0.1',
+  'aid' => '174',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'en - The thing about Firefly',
+  'path' => 'node/5',
+  'url' => 'https://drupal7.lndo.site/admin/content',
+  'hostname' => '172.19.0.2',
   'uid' => '1',
-  'timer' => '149',
-  'timestamp' => '1444945246',
+  'timer' => '126',
+  'timestamp' => '1564543859',
+))
+->values(array(
+  'aid' => '175',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article en - The thing about Firefly',
+  'path' => 'node/5/edit',
+  'url' => 'https://drupal7.lndo.site/firefly',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '97',
+  'timestamp' => '1564543861',
+))
+->values(array(
+  'aid' => '176',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article en - The thing about Firefly',
+  'path' => 'node/5/edit',
+  'url' => 'https://drupal7.lndo.site/node/5/edit',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '176',
+  'timestamp' => '1564543887',
+))
+->values(array(
+  'aid' => '177',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'en - The thing about Firefly (1st rev)',
+  'path' => 'node/5',
+  'url' => 'https://drupal7.lndo.site/node/5/edit',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '78',
+  'timestamp' => '1564543887',
+))
+->values(array(
+  'aid' => '178',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article en - The thing about Firefly (1st rev)',
+  'path' => 'node/5/edit',
+  'url' => 'https://drupal7.lndo.site/firefly',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '84',
+  'timestamp' => '1564543888',
+))
+->values(array(
+  'aid' => '179',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'Edit Article en - The thing about Firefly (1st rev)',
+  'path' => 'node/5/edit',
+  'url' => 'https://drupal7.lndo.site/node/5/edit',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '182',
+  'timestamp' => '1564543929',
+))
+->values(array(
+  'aid' => '180',
+  'sid' => 'WEdUcwjPZO07jO9tMThv9y5v2xUJ--J3VJefUGqEgvE',
+  'title' => 'en - The thing about Firefly (2nd rev)',
+  'path' => 'node/5',
+  'url' => 'https://drupal7.lndo.site/node/5/edit',
+  'hostname' => '172.19.0.2',
+  'uid' => '1',
+  'timer' => '66',
+  'timestamp' => '1564543929',
 ))
 ->execute();
 $connection->schema()->createTable('actions', array(
@@ -722,13 +1129,13 @@
   'title' => 'Know Your Meme',
   'url' => 'http://knowyourmeme.com/newsfeed.rss',
   'refresh' => '900',
-  'checked' => '1444944970',
+  'checked' => '1564542385',
   'queued' => '0',
-  'link' => 'http://knowyourmeme.com',
+  'link' => 'https://knowyourmeme.com',
   'description' => 'New items added to the News Feed',
   'image' => '',
-  'hash' => 'e6295b3ba81b24db62b41515494a7e9fb87979ff45045a1c946de5fa5abc9c52',
-  'etag' => '"bad5e20e4993f31c869cffd22f1645b9"',
+  'hash' => 'cad07a4f911a5e0f6649456c9739ccc839e045642317d206219fd3a43415bc41',
+  'etag' => '"3198dcd1bc841eccaebf2ffbb0b434ea"',
   'modified' => '0',
   'block' => '5',
 ))
@@ -797,104 +1204,104 @@
   'guid',
 ))
 ->values(array(
-  'iid' => '2',
+  'iid' => '12',
   'fid' => '1',
-  'title' => 'Fido, Take the Wheel',
-  'link' => 'http://knowyourmeme.com/videos/127817-dogs',
+  'title' => 'Impressive Playground Spin Video Makes the "Rounds"',
+  'link' => 'https://knowyourmeme.com/memes/playground-spin',
   'author' => '',
-  'description' => '<img alt="D70olsu" src="http://i.imgur.com/D70Olsu.jpg?fb" /><p>When little Timmy had too much to drink, the family dog was forced into the role of designated driver.</p>',
-  'timestamp' => '1444860534',
-  'guid' => 'post:18816',
+  'description' => '<img alt="Untitled-1" src="https://i.kym-cdn.com/entries/icons/mobile/000/030/612/Untitled-1.jpg" /><p>A grow adult spinning around endlessly in a playground has sparked an interesting collection of captions on Twitter.</p>',
+  'timestamp' => '1564514134',
+  'guid' => 'post:39961',
 ))
 ->values(array(
-  'iid' => '3',
+  'iid' => '13',
   'fid' => '1',
-  'title' => 'One Punch Man Anime Premieres in Japan',
-  'link' => 'http://knowyourmeme.com/memes/subcultures/one-punch-man',
+  'title' => 'A Petition to Make Halloween the Last Saturday in October Is On Its Way to the White House',
+  'link' => 'https://knowyourmeme.com/memes/events/saturday-halloween-movement',
   'author' => '',
-  'description' => '<img alt="49b" src="http://i2.kym-cdn.com/news_feeds/icons/mobile/000/018/819/49b.jpg" /><p>The first two episodes of the much anticipated anime adaptation of <i>One Punch Man</i> were finally aired in Japan this month.</p>',
-  'timestamp' => '1444863415',
-  'guid' => 'post:18819',
+  'description' => '<img alt="Halloween-advent-calendar-craft-diy-i868079530" src="https://i.kym-cdn.com/entries/icons/mobile/000/030/596/Halloween-Advent-Calendar-Craft-DIY-i868079530.jpg" /><p>A petition to make Halloween the last Saturday of every October for safer and more expansive celebration currently has over 110,000 signatures, which means its on its way to the president.</p>',
+  'timestamp' => '1564510196',
+  'guid' => 'post:39957',
 ))
 ->values(array(
-  'iid' => '4',
+  'iid' => '14',
   'fid' => '1',
-  'title' => '’Tis the Season to Be Forever Alone',
-  'link' => 'http://knowyourmeme.com/photos/1029494-forever-alone',
+  'title' => 'Groovy Yuvi Creeps Internet Out With "Real Life Gru"',
+  'link' => 'https://knowyourmeme.com/memes/people/groovy-yuvi',
   'author' => '',
-  'description' => '<img alt="336" src="http://i2.kym-cdn.com/photos/images/newsfeed/001/029/494/336.jpg" />',
-  'timestamp' => '1444864413',
-  'guid' => 'post:18821',
+  'description' => '<img alt="A24" src="https://i.kym-cdn.com/news_feeds/icons/mobile/000/039/958/a24.jpg" /><p>He just looks a little too <em>Despicable</em>.</p>',
+  'timestamp' => '1564512887',
+  'guid' => 'post:39958',
 ))
 ->values(array(
-  'iid' => '5',
+  'iid' => '15',
   'fid' => '1',
-  'title' => 'Legend of Zelda: Symphony of The Goddesses',
-  'link' => 'http://knowyourmeme.com/videos/128124-the-legend-of-zelda',
+  'title' => 'The Best "Creeper, Aw Man" Attempts',
+  'link' => 'https://knowyourmeme.com/blog/collections/the-best-creeper-aw-man-videos',
   'author' => '',
-  'description' => '<img alt="1a9" src="http://i3.kym-cdn.com/news_feeds/icons/mobile/000/018/824/1a9.jpg" /><p>Rejoice, nerds! This is the music that awaits you in heaven. Check out The Legend of Zelda: Symphony of the Goddesses’ performance on the Late Show with Stephen Colbert.</p>',
-  'timestamp' => '1444934645',
-  'guid' => 'post:18824',
+  'description' => "<img alt=\"Untitled-3\" src=\"https://i.kym-cdn.com/editorials/icons/mobile/000/000/468/Untitled-3.jpg\" /><p>In the past week, nostalgic <em>Minecraft</em> Discord servers have been attempting to recite the lyrics to CaptainSparklez' \"Revenge\" line by line, and though they're rarely successful, the results have been hilarious.</p>",
+  'timestamp' => '1564519054',
+  'guid' => 'post:39965',
 ))
 ->values(array(
-  'iid' => '6',
+  'iid' => '16',
   'fid' => '1',
-  'title' => '“Your Mom” Jokes',
-  'link' => 'http://knowyourmeme.com/memes/your-mom-jokes',
+  'title' => 'TSA Might Have a Problem With "Florida Man: The Play"',
+  'link' => 'https://knowyourmeme.com/photos/1521220-florida-man',
   'author' => '',
-  'description' => '<img alt="3bc" src="http://i3.kym-cdn.com/news_feeds/icons/mobile/000/018/823/3bc.jpg" /><p>The earliest recorded example of a maternal insult joke comes from an ancient Babylonian tablet dated back to 1,500 <span class="caps">BCE</span>, which contains an incomplete riddle about a promiscuous mother.</p>',
-  'timestamp' => '1444928716',
-  'guid' => 'post:18823',
+  'description' => '<img alt="E4a" src="https://i.kym-cdn.com/news_feeds/icons/original/000/039/947/e4a.jpg" />',
+  'timestamp' => '1564502066',
+  'guid' => 'post:39947',
 ))
 ->values(array(
-  'iid' => '7',
+  'iid' => '17',
   'fid' => '1',
-  'title' => 'DBZ Voice Actors Dub Over Classic Movies',
-  'link' => 'http://knowyourmeme.com/videos/128169-dragon-ball',
+  'title' => "TikTokker's Dramatic Homage to the Classics",
+  'link' => 'https://knowyourmeme.com/memes/classic-art-loop',
   'author' => '',
-  'description' => '<img alt="D8c" src="http://i1.kym-cdn.com/news_feeds/icons/mobile/000/018/826/d8c.jpg" /><p>Some of the most recognizable voices behind the characters of Dragon Ball Z gather at The Nerdist studio for a parody dub of famous film scenes from <em>Ace Ventura</em> and <em>Independence Day</em> to <em>Zoolander</em> and <em>Meet the Parents</em>.</p>',
-  'timestamp' => '1444939569',
-  'guid' => 'post:18826',
+  'description' => '<img alt="Untitled-1" src="https://i.kym-cdn.com/entries/icons/mobile/000/030/615/Untitled-1.jpg" /><p>TikTokkers are imitating classic art pieces and memes in a new series of videos that feature a satisfying loop.</p>',
+  'timestamp' => '1564518799',
+  'guid' => 'post:39964',
 ))
 ->values(array(
-  'iid' => '8',
+  'iid' => '18',
   'fid' => '1',
-  'title' => 'Happy Birthday, Cure-chan!',
-  'link' => 'http://knowyourmeme.com/memes/cure-chan',
+  'title' => 'The Improved CATS Trailer',
+  'link' => 'https://knowyourmeme.com/videos/207164-surreal-entertainment',
   'author' => '',
-  'description' => '<img alt="E8c" src="http://i3.kym-cdn.com/news_feeds/icons/mobile/000/018/825/e8c.jpg" /><p>The archnemesis of <a href="/memes/ebola-chan">Ebola-chan</a> was born one year ago this week.</p>',
-  'timestamp' => '1444938083',
-  'guid' => 'post:18825',
+  'description' => '<img alt="99a" src="https://i.kym-cdn.com/news_feeds/icons/mobile/000/039/956/99a.jpg" /><p>Thankfully, Surreal Entertainment fixed the CATS trailer for us.</p>',
+  'timestamp' => '1564509380',
+  'guid' => 'post:39956',
 ))
 ->values(array(
-  'iid' => '9',
+  'iid' => '19',
   'fid' => '1',
-  'title' => 'That Face When Retweets Ain’t Coming In',
-  'link' => 'http://knowyourmeme.com/photos/1029430-my-face-when',
+  'title' => 'Laughlin Daughters Return to Social Media',
+  'link' => 'https://knowyourmeme.com/memes/events/operation-varsity-blues',
   'author' => '',
-  'description' => '<img alt="C51" src="http://i2.kym-cdn.com/news_feeds/icons/original/000/018/827/c51.jpg" />',
-  'timestamp' => '1444940736',
-  'guid' => 'post:18827',
+  'description' => '<img alt="97a" src="https://i.kym-cdn.com/news_feeds/icons/mobile/000/039/962/97a.jpg" /><p>Months after the Varsity Blues scandal turned Aunt Becky into public enemy number one, her two daughters have returned to Instagram to reaffirm their support for their mother.</p>',
+  'timestamp' => '1564515619',
+  'guid' => 'post:39962',
 ))
 ->values(array(
-  'iid' => '10',
+  'iid' => '20',
   'fid' => '1',
-  'title' => 'Back to the Future Stars Talk Film’s Predictions',
-  'link' => 'http://knowyourmeme.com/videos/128173-back-to-the-future-day',
+  'title' => 'How Ruber Became the Meme Villain of /co/',
+  'link' => 'https://knowyourmeme.com/memes/ruber',
   'author' => '',
-  'description' => '<img alt="944" src="http://i2.kym-cdn.com/news_feeds/icons/mobile/000/018/828/944.jpg" /><p>In honor of next week being the real <a href="/memes/back-to-the-future-day">Back to the Future Day</a>, Christopher Lloyd and Michael J. Fox recently got together (at the prompting of Toyota) to discuss which of the film’s predictions have come to pass in 2015.</p>',
-  'timestamp' => '1444943309',
-  'guid' => 'post:18828',
+  'description' => '<img alt="Tumblr_inline_nuyu1i4tml1r2zwfy_540" src="https://i.kym-cdn.com/entries/icons/mobile/000/030/232/tumblr_inline_nuyu1i4TML1r2zwfy_540.jpg" /><p>Last year, a thread about non-Disney animated villains reminded /co/ about the wonder that is Ruber from <em>Quest for Camelot</em>, leading to months of "Ruberposting" on the board.</p>',
+  'timestamp' => '1564513294',
+  'guid' => 'post:39960',
 ))
 ->values(array(
-  'iid' => '11',
+  'iid' => '21',
   'fid' => '1',
-  'title' => 'Chad Says Beta Things',
-  'link' => 'http://knowyourmeme.com/memes/chad-says-beta-things',
+  'title' => '(YouTuber Shocked Face)',
+  'link' => 'https://knowyourmeme.com/photos/1518233-bait-this-is-bait',
   'author' => '',
-  'description' => '<img alt="937" src="http://i1.kym-cdn.com/news_feeds/icons/mobile/000/018/829/937.jpg" /><p>This series of awkward Tinder messages sent by a fake <a href="http://knowyourmeme.com/memes/chad-thundercock">Chad</a> Tinder profile has caused a recent surge in popularity of the corn emoji.</p>',
-  'timestamp' => '1444944831',
-  'guid' => 'post:18829',
+  'description' => '<img alt="E12" src="https://i.kym-cdn.com/photos/images/newsfeed/001/518/233/e12.png" />',
+  'timestamp' => '1564502786',
+  'guid' => 'post:39948',
 ))
 ->execute();
 $connection->schema()->createTable('authmap', array(
@@ -4358,7 +4765,7 @@
   'field_name' => 'body',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:6:{s:5:"label";s:4:"Body";s:6:"widget";a:4:{s:4:"type";s:26:"text_textarea_with_summary";s:8:"settings";a:2:{s:4:"rows";i:20;s:12:"summary_rows";i:5;}s:6:"weight";s:2:"-4";s:6:"module";s:4:"text";}s:8:"settings";a:4:{s:15:"display_summary";b:1;s:15:"text_processing";i:1;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:3:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:0;}s:6:"teaser";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:23:"text_summary_or_trimmed";s:8:"settings";a:1:{s:11:"trim_length";i:600;}s:6:"module";s:4:"text";s:6:"weight";i:0;}s:6:"custom";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:23:"text_summary_or_trimmed";s:8:"settings";a:1:{s:11:"trim_length";i:600;}s:6:"module";s:4:"text";s:6:"weight";i:11;}}s:8:"required";b:0;s:11:"description";s:0:"";}',
+  'data' => 'a:6:{s:5:"label";s:4:"Body";s:6:"widget";a:4:{s:4:"type";s:26:"text_textarea_with_summary";s:8:"settings";a:2:{s:4:"rows";i:20;s:12:"summary_rows";i:5;}s:6:"weight";s:2:"-4";s:6:"module";s:4:"text";}s:8:"settings";a:4:{s:15:"display_summary";b:1;s:15:"text_processing";i:1;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:3:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:12:"text_default";s:6:"weight";s:1:"0";s:8:"settings";a:0:{}s:6:"module";s:4:"text";}s:6:"teaser";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:23:"text_summary_or_trimmed";s:8:"settings";a:1:{s:11:"trim_length";i:600;}s:6:"module";s:4:"text";s:6:"weight";i:0;}s:6:"custom";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:23:"text_summary_or_trimmed";s:8:"settings";a:1:{s:11:"trim_length";i:600;}s:6:"module";s:4:"text";s:6:"weight";i:11;}}s:8:"required";b:0;s:11:"description";s:0:"";}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4367,7 +4774,7 @@
   'field_name' => 'field_tags',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:6:{s:5:"label";s:4:"Tags";s:11:"description";s:63:"Enter a comma-separated list of words to describe your content.";s:6:"widget";a:4:{s:4:"type";s:21:"taxonomy_autocomplete";s:6:"weight";s:2:"-4";s:8:"settings";a:2:{s:4:"size";i:60;s:17:"autocomplete_path";s:21:"taxonomy/autocomplete";}s:6:"module";s:8:"taxonomy";}s:7:"display";a:2:{s:7:"default";a:5:{s:4:"type";s:28:"taxonomy_term_reference_link";s:6:"weight";i:10;s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"module";s:8:"taxonomy";}s:6:"teaser";a:5:{s:4:"type";s:28:"taxonomy_term_reference_link";s:6:"weight";i:10;s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"module";s:8:"taxonomy";}}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:8:"required";b:0;}',
+  'data' => 'a:6:{s:5:"label";s:4:"Tags";s:11:"description";s:63:"Enter a comma-separated list of words to describe your content.";s:6:"widget";a:4:{s:4:"type";s:21:"taxonomy_autocomplete";s:6:"weight";s:2:"-4";s:8:"settings";a:2:{s:4:"size";i:60;s:17:"autocomplete_path";s:21:"taxonomy/autocomplete";}s:6:"module";s:8:"taxonomy";}s:7:"display";a:2:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:28:"taxonomy_term_reference_link";s:6:"weight";s:2:"10";s:8:"settings";a:0:{}s:6:"module";s:8:"taxonomy";}s:6:"teaser";a:5:{s:4:"type";s:28:"taxonomy_term_reference_link";s:6:"weight";i:10;s:5:"label";s:5:"above";s:8:"settings";a:0:{}s:6:"module";s:8:"taxonomy";}}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:8:"required";b:0;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4376,7 +4783,7 @@
   'field_name' => 'field_image',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:6:{s:5:"label";s:5:"Image";s:11:"description";s:40:"Upload an image to go with this article.";s:8:"required";b:0;s:8:"settings";a:10:{s:14:"file_directory";s:11:"field/image";s:15:"file_extensions";s:16:"png gif jpg jpeg";s:12:"max_filesize";s:0:"";s:14:"max_resolution";s:0:"";s:14:"min_resolution";s:0:"";s:9:"alt_field";b:1;s:11:"title_field";s:0:"";s:13:"default_image";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:4:"type";s:11:"image_image";s:8:"settings";a:2:{s:18:"progress_indicator";s:8:"throbber";s:19:"preview_image_style";s:9:"thumbnail";}s:6:"weight";s:2:"-1";s:6:"module";s:5:"image";}s:7:"display";a:2:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:5:"image";s:8:"settings";a:2:{s:11:"image_style";s:5:"large";s:10:"image_link";s:0:"";}s:6:"weight";i:-1;s:6:"module";s:5:"image";}s:6:"teaser";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:5:"image";s:8:"settings";a:2:{s:11:"image_style";s:6:"medium";s:10:"image_link";s:7:"content";}s:6:"weight";i:-1;s:6:"module";s:5:"image";}}}',
+  'data' => 'a:6:{s:5:"label";s:5:"Image";s:11:"description";s:40:"Upload an image to go with this article.";s:8:"required";b:0;s:8:"settings";a:10:{s:14:"file_directory";s:11:"field/image";s:15:"file_extensions";s:16:"png gif jpg jpeg";s:12:"max_filesize";s:0:"";s:14:"max_resolution";s:0:"";s:14:"min_resolution";s:0:"";s:9:"alt_field";b:1;s:11:"title_field";s:0:"";s:13:"default_image";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:6:"widget";a:4:{s:4:"type";s:11:"image_image";s:8:"settings";a:2:{s:18:"progress_indicator";s:8:"throbber";s:19:"preview_image_style";s:9:"thumbnail";}s:6:"weight";s:2:"-1";s:6:"module";s:5:"image";}s:7:"display";a:2:{s:7:"default";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:5:"image";s:6:"weight";s:2:"-1";s:8:"settings";a:2:{s:11:"image_style";s:5:"large";s:10:"image_link";s:0:"";}s:6:"module";s:5:"image";}s:6:"teaser";a:5:{s:5:"label";s:6:"hidden";s:4:"type";s:5:"image";s:8:"settings";a:2:{s:11:"image_style";s:6:"medium";s:10:"image_link";s:7:"content";}s:6:"weight";i:-1;s:6:"module";s:5:"image";}}}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4610,7 +5017,7 @@
   'field_name' => 'field_link',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:4:"Link";s:6:"widget";a:5:{s:6:"weight";s:2:"10";s:4:"type";s:10:"link_field";s:6:"module";s:4:"link";s:6:"active";i:0;s:8:"settings";a:0:{}}s:8:"settings";a:13:{s:12:"absolute_url";i:1;s:12:"validate_url";i:1;s:3:"url";i:0;s:5:"title";s:8:"disabled";s:11:"title_value";s:19:"Unused Static Title";s:27:"title_label_use_field_label";i:0;s:15:"title_maxlength";s:3:"128";s:7:"display";a:1:{s:10:"url_cutoff";s:2:"81";}s:10:"attributes";a:6:{s:6:"target";s:6:"_blank";s:3:"rel";s:8:"nofollow";s:18:"configurable_class";i:0;s:5:"class";s:7:"classes";s:18:"configurable_title";i:1;s:5:"title";s:0:"";}s:10:"rel_remove";s:19:"rel_remove_external";s:13:"enable_tokens";i:1;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"link_default";s:6:"weight";s:1:"9";s:8:"settings";a:0:{}s:6:"module";s:4:"link";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:4:"Link";s:6:"widget";a:5:{s:6:"weight";s:2:"10";s:4:"type";s:10:"link_field";s:6:"module";s:4:"link";s:6:"active";i:0;s:8:"settings";a:0:{}}s:8:"settings";a:13:{s:12:"absolute_url";i:1;s:12:"validate_url";i:1;s:3:"url";i:0;s:5:"title";s:8:"disabled";s:11:"title_value";s:19:"Unused Static Title";s:27:"title_label_use_field_label";i:0;s:15:"title_maxlength";s:3:"128";s:7:"display";a:1:{s:10:"url_cutoff";s:2:"81";}s:10:"attributes";a:6:{s:6:"target";s:6:"_blank";s:3:"rel";s:8:"nofollow";s:18:"configurable_class";i:0;s:5:"class";s:7:"classes";s:18:"configurable_title";i:1;s:5:"title";s:0:"";}s:10:"rel_remove";s:19:"rel_remove_external";s:13:"enable_tokens";i:1;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"link_default";s:6:"weight";s:1:"2";s:8:"settings";a:0:{}s:6:"module";s:4:"link";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4691,7 +5098,7 @@
   'field_name' => 'field_text_plain',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:10:"Text plain";s:6:"widget";a:5:{s:6:"weight";s:2:"11";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:11;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:10:"Text plain";s:6:"widget";a:5:{s:6:"weight";s:2:"11";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:6:"weight";s:2:"11";s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4700,7 +5107,7 @@
   'field_name' => 'field_text_filtered',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:13:"Text filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"12";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:12;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:13:"Text filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"12";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:6:"weight";s:2:"12";s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4709,7 +5116,7 @@
   'field_name' => 'field_text_plain_filtered',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:23:"Text plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"13";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:13;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:23:"Text plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"13";s:4:"type";s:14:"text_textfield";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"size";s:2:"60";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:6:"weight";s:1:"6";s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4718,7 +5125,7 @@
   'field_name' => 'field_text_long_plain',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:15:"Text long plain";s:6:"widget";a:5:{s:6:"weight";s:2:"14";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:14;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:15:"Text long plain";s:6:"widget";a:5:{s:6:"weight";s:2:"14";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:6:"weight";s:2:"14";s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4727,7 +5134,7 @@
   'field_name' => 'field_text_long_filtered',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:18:"Text long filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"15";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:15;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:18:"Text long filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"15";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"1";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:6:"weight";s:2:"15";s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4736,7 +5143,7 @@
   'field_name' => 'field_text_long_plain_filtered',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:28:"Text long plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"16";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:16;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:28:"Text long plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"16";s:4:"type";s:13:"text_textarea";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:1:{s:4:"rows";s:1:"5";}}s:8:"settings";a:3:{s:15:"text_processing";s:1:"0";s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:6:"weight";s:1:"9";s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4745,7 +5152,7 @@
   'field_name' => 'field_text_sum_plain',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:18:"Text summary plain";s:6:"widget";a:5:{s:6:"weight";s:2:"17";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:4:{s:15:"text_processing";s:1:"0";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:17;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:18:"Text summary plain";s:6:"widget";a:5:{s:6:"weight";s:2:"17";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:4:{s:15:"text_processing";s:1:"0";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:6:"weight";s:2:"10";s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4754,7 +5161,7 @@
   'field_name' => 'field_text_sum_filtered',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:21:"Text summary filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"18";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:4:{s:15:"text_processing";s:1:"1";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:18;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:21:"Text summary filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"18";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:4:{s:15:"text_processing";s:1:"1";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:6:"weight";s:2:"18";s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4763,7 +5170,7 @@
   'field_name' => 'field_text_sum_plain_filtered',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:31:"Text summary plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"19";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:4:{s:15:"text_processing";s:1:"0";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:8:"settings";a:0:{}s:6:"module";s:4:"text";s:6:"weight";i:19;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:31:"Text summary plain and filtered";s:6:"widget";a:5:{s:6:"weight";s:2:"19";s:4:"type";s:26:"text_textarea_with_summary";s:6:"module";s:4:"text";s:6:"active";i:1;s:8:"settings";a:2:{s:4:"rows";s:2:"20";s:12:"summary_rows";i:5;}}s:8:"settings";a:4:{s:15:"text_processing";s:1:"0";s:15:"display_summary";i:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:12:"text_default";s:6:"weight";s:2:"18";s:8:"settings";a:0:{}s:6:"module";s:4:"text";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4952,7 +5359,7 @@
   'field_name' => 'field_vocab_localize',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:14:"vocab_localize";s:6:"widget";a:5:{s:6:"weight";s:2:"22";s:4:"type";s:15:"options_buttons";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:33:"i18n_taxonomy_term_reference_link";s:8:"settings";a:0:{}s:6:"module";s:13:"i18n_taxonomy";s:6:"weight";i:22;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:14:"vocab_localize";s:6:"widget";a:5:{s:6:"weight";s:2:"22";s:4:"type";s:15:"options_buttons";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:28:"taxonomy_term_reference_link";s:6:"weight";s:2:"15";s:8:"settings";a:0:{}s:6:"module";s:8:"taxonomy";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4961,7 +5368,7 @@
   'field_name' => 'field_vocab_translate',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:15:"vocab_translate";s:6:"widget";a:5:{s:6:"weight";s:2:"23";s:4:"type";s:21:"taxonomy_autocomplete";s:6:"module";s:8:"taxonomy";s:6:"active";i:0;s:8:"settings";a:2:{s:4:"size";i:60;s:17:"autocomplete_path";s:21:"taxonomy/autocomplete";}}s:8:"settings";a:3:{s:50:"entity_translation_taxonomy_autocomplete_translate";b:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:33:"i18n_taxonomy_term_reference_link";s:8:"settings";a:0:{}s:6:"module";s:13:"i18n_taxonomy";s:6:"weight";i:23;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:15:"vocab_translate";s:6:"widget";a:5:{s:6:"weight";s:2:"23";s:4:"type";s:21:"taxonomy_autocomplete";s:6:"module";s:8:"taxonomy";s:6:"active";i:0;s:8:"settings";a:2:{s:4:"size";i:60;s:17:"autocomplete_path";s:21:"taxonomy/autocomplete";}}s:8:"settings";a:3:{s:50:"entity_translation_taxonomy_autocomplete_translate";b:0;s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:28:"taxonomy_term_reference_link";s:6:"weight";s:2:"16";s:8:"settings";a:0:{}s:6:"module";s:8:"taxonomy";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -4970,7 +5377,7 @@
   'field_name' => 'field_vocab_fixed',
   'entity_type' => 'node',
   'bundle' => 'article',
-  'data' => 'a:7:{s:5:"label";s:11:"vocab_fixed";s:6:"widget";a:5:{s:6:"weight";s:2:"24";s:4:"type";s:14:"options_select";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:33:"i18n_taxonomy_term_reference_link";s:8:"settings";a:0:{}s:6:"module";s:13:"i18n_taxonomy";s:6:"weight";i:24;}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
+  'data' => 'a:7:{s:5:"label";s:11:"vocab_fixed";s:6:"widget";a:5:{s:6:"weight";s:2:"24";s:4:"type";s:14:"options_select";s:6:"module";s:7:"options";s:6:"active";i:1;s:8:"settings";a:0:{}}s:8:"settings";a:2:{s:18:"user_register_form";b:0;s:23:"entity_translation_sync";b:0;}s:7:"display";a:1:{s:7:"default";a:5:{s:5:"label";s:5:"above";s:4:"type";s:28:"taxonomy_term_reference_link";s:6:"weight";s:2:"17";s:8:"settings";a:0:{}s:6:"module";s:8:"taxonomy";}}s:8:"required";i:0;s:11:"description";s:0:"";s:13:"default_value";N;}',
   'deleted' => '0',
 ))
 ->values(array(
@@ -5080,7 +5487,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '2',
-  'revision_id' => '2',
+  'revision_id' => '11',
   'language' => 'und',
   'delta' => '0',
   'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
@@ -5092,7 +5499,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '3',
-  'revision_id' => '3',
+  'revision_id' => '12',
   'language' => 'und',
   'delta' => '0',
   'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
@@ -6926,23 +7333,23 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '2',
-  'revision_id' => '2',
+  'revision_id' => '11',
   'language' => 'und',
   'delta' => '0',
   'field_link_url' => '<front>',
-  'field_link_title' => 'Home',
-  'field_link_attributes' => 'a:0:{}',
+  'field_link_title' => NULL,
+  'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
 ))
 ->values(array(
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '3',
-  'revision_id' => '3',
+  'revision_id' => '12',
   'language' => 'und',
   'delta' => '0',
   'field_link_url' => '<front>',
-  'field_link_title' => 'Home',
+  'field_link_title' => NULL,
   'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
 ))
 ->execute();
@@ -7554,7 +7961,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '2',
-  'revision_id' => '2',
+  'revision_id' => '11',
   'language' => 'und',
   'delta' => '0',
   'field_reference_target_id' => '5',
@@ -7564,7 +7971,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '3',
-  'revision_id' => '3',
+  'revision_id' => '12',
   'language' => 'und',
   'delta' => '0',
   'field_reference_target_id' => '4',
@@ -7574,7 +7981,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '4',
-  'revision_id' => '4',
+  'revision_id' => '13',
   'language' => 'und',
   'delta' => '0',
   'field_reference_target_id' => '3',
@@ -7584,7 +7991,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '5',
-  'revision_id' => '5',
+  'revision_id' => '14',
   'language' => 'und',
   'delta' => '0',
   'field_reference_target_id' => '2',
@@ -7690,7 +8097,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '2',
-  'revision_id' => '2',
+  'revision_id' => '11',
   'language' => 'und',
   'delta' => '0',
   'field_reference_2_target_id' => '5',
@@ -7700,7 +8107,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '3',
-  'revision_id' => '3',
+  'revision_id' => '12',
   'language' => 'und',
   'delta' => '0',
   'field_reference_2_target_id' => '4',
@@ -7710,7 +8117,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '4',
-  'revision_id' => '4',
+  'revision_id' => '13',
   'language' => 'und',
   'delta' => '0',
   'field_reference_2_target_id' => '3',
@@ -7720,7 +8127,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '5',
-  'revision_id' => '5',
+  'revision_id' => '14',
   'language' => 'und',
   'delta' => '0',
   'field_reference_2_target_id' => '2',
@@ -7803,7 +8210,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '2',
-  'revision_id' => '2',
+  'revision_id' => '11',
   'language' => 'und',
   'delta' => '0',
   'field_tags_tid' => '9',
@@ -7813,7 +8220,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '3',
-  'revision_id' => '3',
+  'revision_id' => '12',
   'language' => 'und',
   'delta' => '0',
   'field_tags_tid' => '9',
@@ -7823,7 +8230,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '2',
-  'revision_id' => '2',
+  'revision_id' => '11',
   'language' => 'und',
   'delta' => '1',
   'field_tags_tid' => '14',
@@ -7833,7 +8240,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '3',
-  'revision_id' => '3',
+  'revision_id' => '12',
   'language' => 'und',
   'delta' => '1',
   'field_tags_tid' => '14',
@@ -7843,7 +8250,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '2',
-  'revision_id' => '2',
+  'revision_id' => '11',
   'language' => 'und',
   'delta' => '2',
   'field_tags_tid' => '17',
@@ -7853,7 +8260,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '3',
-  'revision_id' => '3',
+  'revision_id' => '12',
   'language' => 'und',
   'delta' => '2',
   'field_tags_tid' => '17',
@@ -8694,6 +9101,63 @@
   'mysql_character_set' => 'utf8',
 ));
 
+$connection->insert('field_data_field_text_plain')
+->fields(array(
+  'entity_type',
+  'bundle',
+  'deleted',
+  'entity_id',
+  'revision_id',
+  'language',
+  'delta',
+  'field_text_plain_value',
+  'field_text_plain_format',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '11',
+  'language' => 'und',
+  'delta' => '0',
+  'field_text_plain_value' => 'DS9 2nd rev',
+  'field_text_plain_format' => NULL,
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '3',
+  'revision_id' => '12',
+  'language' => 'und',
+  'delta' => '0',
+  'field_text_plain_value' => 'is - DS9 2nd rev',
+  'field_text_plain_format' => NULL,
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '4',
+  'revision_id' => '13',
+  'language' => 'und',
+  'delta' => '0',
+  'field_text_plain_value' => 'is - Firefly 2nd rev',
+  'field_text_plain_format' => NULL,
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '5',
+  'revision_id' => '14',
+  'language' => 'und',
+  'delta' => '0',
+  'field_text_plain_value' => 'Firefly 2nd rev',
+  'field_text_plain_format' => NULL,
+))
+->execute();
 $connection->schema()->createTable('field_data_field_text_plain_filtered', array(
   'fields' => array(
     'entity_type' => array(
@@ -9279,7 +9743,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '2',
-  'revision_id' => '2',
+  'revision_id' => '11',
   'language' => 'und',
   'delta' => '0',
   'field_vocab_fixed_tid' => '24',
@@ -9385,7 +9849,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '2',
-  'revision_id' => '2',
+  'revision_id' => '11',
   'language' => 'und',
   'delta' => '0',
   'field_vocab_localize_tid' => '20',
@@ -9395,7 +9859,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '3',
-  'revision_id' => '3',
+  'revision_id' => '12',
   'language' => 'und',
   'delta' => '0',
   'field_vocab_localize_tid' => '20',
@@ -9501,7 +9965,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '2',
-  'revision_id' => '2',
+  'revision_id' => '11',
   'language' => 'und',
   'delta' => '0',
   'field_vocab_translate_tid' => '21',
@@ -9511,7 +9975,7 @@
   'bundle' => 'article',
   'deleted' => '0',
   'entity_id' => '3',
-  'revision_id' => '3',
+  'revision_id' => '12',
   'language' => 'und',
   'delta' => '0',
   'field_vocab_translate_tid' => '23',
@@ -10165,6 +10629,18 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '11',
+  'language' => 'und',
+  'delta' => '0',
+  'body_value' => "...is that it's the absolute best show ever. Trust me, I would know.",
+  'body_summary' => '',
+  'body_format' => 'filtered_html',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '3',
   'revision_id' => '3',
   'language' => 'und',
@@ -10177,11 +10653,11 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
-  'entity_id' => '4',
-  'revision_id' => '4',
+  'entity_id' => '3',
+  'revision_id' => '12',
   'language' => 'und',
   'delta' => '0',
-  'body_value' => 'is - Is that is it awesome.',
+  'body_value' => "is - ...is that it's the absolute best show ever. Trust me, I would know.",
   'body_summary' => '',
   'body_format' => 'filtered_html',
 ))
@@ -10189,11 +10665,11 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
-  'entity_id' => '5',
-  'revision_id' => '5',
+  'entity_id' => '4',
+  'revision_id' => '4',
   'language' => 'und',
   'delta' => '0',
-  'body_value' => 'en - Is that is it awesome.',
+  'body_value' => 'is - Is that is it awesome.',
   'body_summary' => '',
   'body_format' => 'filtered_html',
 ))
@@ -12025,8 +12501,20 @@
   'language' => 'und',
   'delta' => '0',
   'field_link_url' => '<front>',
-  'field_link_title' => 'Home',
-  'field_link_attributes' => 'a:0:{}',
+  'field_link_title' => NULL,
+  'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '11',
+  'language' => 'und',
+  'delta' => '0',
+  'field_link_url' => '<front>',
+  'field_link_title' => NULL,
+  'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
 ))
 ->values(array(
   'entity_type' => 'node',
@@ -12037,7 +12525,19 @@
   'language' => 'und',
   'delta' => '0',
   'field_link_url' => '<front>',
-  'field_link_title' => 'Home',
+  'field_link_title' => NULL,
+  'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '3',
+  'revision_id' => '12',
+  'language' => 'und',
+  'delta' => '0',
+  'field_link_url' => '<front>',
+  'field_link_title' => NULL,
   'field_link_attributes' => 'a:1:{s:5:"title";s:0:"";}',
 ))
 ->execute();
@@ -12674,6 +13174,16 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '11',
+  'language' => 'und',
+  'delta' => '0',
+  'field_reference_target_id' => '5',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '3',
   'revision_id' => '3',
   'language' => 'und',
@@ -12684,6 +13194,16 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '3',
+  'revision_id' => '12',
+  'language' => 'und',
+  'delta' => '0',
+  'field_reference_target_id' => '4',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '4',
   'revision_id' => '4',
   'language' => 'und',
@@ -12694,12 +13214,32 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '4',
+  'revision_id' => '13',
+  'language' => 'und',
+  'delta' => '0',
+  'field_reference_target_id' => '3',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '5',
   'revision_id' => '5',
   'language' => 'und',
   'delta' => '0',
   'field_reference_target_id' => '2',
 ))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '5',
+  'revision_id' => '14',
+  'language' => 'und',
+  'delta' => '0',
+  'field_reference_target_id' => '2',
+))
 ->execute();
 $connection->schema()->createTable('field_revision_field_reference_2', array(
   'fields' => array(
@@ -12811,6 +13351,16 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '11',
+  'language' => 'und',
+  'delta' => '0',
+  'field_reference_2_target_id' => '5',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '3',
   'revision_id' => '3',
   'language' => 'und',
@@ -12821,6 +13371,16 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '3',
+  'revision_id' => '12',
+  'language' => 'und',
+  'delta' => '0',
+  'field_reference_2_target_id' => '4',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '4',
   'revision_id' => '4',
   'language' => 'und',
@@ -12831,12 +13391,32 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '4',
+  'revision_id' => '13',
+  'language' => 'und',
+  'delta' => '0',
+  'field_reference_2_target_id' => '3',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '5',
   'revision_id' => '5',
   'language' => 'und',
   'delta' => '0',
   'field_reference_2_target_id' => '2',
 ))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '5',
+  'revision_id' => '14',
+  'language' => 'und',
+  'delta' => '0',
+  'field_reference_2_target_id' => '2',
+))
 ->execute();
 $connection->schema()->createTable('field_revision_field_tags', array(
   'fields' => array(
@@ -12925,6 +13505,16 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '11',
+  'language' => 'und',
+  'delta' => '0',
+  'field_tags_tid' => '9',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '3',
   'revision_id' => '3',
   'language' => 'und',
@@ -12935,6 +13525,16 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '3',
+  'revision_id' => '12',
+  'language' => 'und',
+  'delta' => '0',
+  'field_tags_tid' => '9',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '2',
   'revision_id' => '2',
   'language' => 'und',
@@ -12945,6 +13545,16 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '11',
+  'language' => 'und',
+  'delta' => '1',
+  'field_tags_tid' => '14',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '3',
   'revision_id' => '3',
   'language' => 'und',
@@ -12955,6 +13565,16 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '3',
+  'revision_id' => '12',
+  'language' => 'und',
+  'delta' => '1',
+  'field_tags_tid' => '14',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '2',
   'revision_id' => '2',
   'language' => 'und',
@@ -12965,12 +13585,32 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '11',
+  'language' => 'und',
+  'delta' => '2',
+  'field_tags_tid' => '17',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '3',
   'revision_id' => '3',
   'language' => 'und',
   'delta' => '2',
   'field_tags_tid' => '17',
 ))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '3',
+  'revision_id' => '12',
+  'language' => 'und',
+  'delta' => '2',
+  'field_tags_tid' => '17',
+))
 ->execute();
 $connection->schema()->createTable('field_revision_field_term_entityreference', array(
   'fields' => array(
@@ -13816,6 +14456,96 @@
   'mysql_character_set' => 'utf8',
 ));
 
+$connection->insert('field_revision_field_text_plain')
+->fields(array(
+  'entity_type',
+  'bundle',
+  'deleted',
+  'entity_id',
+  'revision_id',
+  'language',
+  'delta',
+  'field_text_plain_value',
+  'field_text_plain_format',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '2',
+  'language' => 'und',
+  'delta' => '0',
+  'field_text_plain_value' => 'DS9 1st rev',
+  'field_text_plain_format' => NULL,
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '11',
+  'language' => 'und',
+  'delta' => '0',
+  'field_text_plain_value' => 'DS9 2nd rev',
+  'field_text_plain_format' => NULL,
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '3',
+  'revision_id' => '3',
+  'language' => 'und',
+  'delta' => '0',
+  'field_text_plain_value' => 'is - DS9 1st rev',
+  'field_text_plain_format' => NULL,
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '3',
+  'revision_id' => '12',
+  'language' => 'und',
+  'delta' => '0',
+  'field_text_plain_value' => 'is - DS9 2nd rev',
+  'field_text_plain_format' => NULL,
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '4',
+  'revision_id' => '13',
+  'language' => 'und',
+  'delta' => '0',
+  'field_text_plain_value' => 'is - Firefly 2nd rev',
+  'field_text_plain_format' => NULL,
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '5',
+  'revision_id' => '5',
+  'language' => 'und',
+  'delta' => '0',
+  'field_text_plain_value' => 'Firefly 1st rev',
+  'field_text_plain_format' => NULL,
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '5',
+  'revision_id' => '14',
+  'language' => 'und',
+  'delta' => '0',
+  'field_text_plain_value' => 'Firefly 2nd rev',
+  'field_text_plain_format' => NULL,
+))
+->execute();
 $connection->schema()->createTable('field_revision_field_text_plain_filtered', array(
   'fields' => array(
     'entity_type' => array(
@@ -14390,6 +15120,16 @@
   'delta' => '0',
   'field_vocab_fixed_tid' => '24',
 ))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '11',
+  'language' => 'und',
+  'delta' => '0',
+  'field_vocab_fixed_tid' => '24',
+))
 ->execute();
 $connection->schema()->createTable('field_revision_field_vocab_localize', array(
   'fields' => array(
@@ -14501,12 +15241,32 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '11',
+  'language' => 'und',
+  'delta' => '0',
+  'field_vocab_localize_tid' => '20',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '3',
   'revision_id' => '3',
   'language' => 'und',
   'delta' => '0',
   'field_vocab_localize_tid' => '20',
 ))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '3',
+  'revision_id' => '12',
+  'language' => 'und',
+  'delta' => '0',
+  'field_vocab_localize_tid' => '20',
+))
 ->execute();
 $connection->schema()->createTable('field_revision_field_vocab_translate', array(
   'fields' => array(
@@ -14618,12 +15378,32 @@
   'entity_type' => 'node',
   'bundle' => 'article',
   'deleted' => '0',
+  'entity_id' => '2',
+  'revision_id' => '11',
+  'language' => 'und',
+  'delta' => '0',
+  'field_vocab_translate_tid' => '21',
+))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
   'entity_id' => '3',
   'revision_id' => '3',
   'language' => 'und',
   'delta' => '0',
   'field_vocab_translate_tid' => '23',
 ))
+->values(array(
+  'entity_type' => 'node',
+  'bundle' => 'article',
+  'deleted' => '0',
+  'entity_id' => '3',
+  'revision_id' => '12',
+  'language' => 'und',
+  'delta' => '0',
+  'field_vocab_translate_tid' => '23',
+))
 ->execute();
 $connection->schema()->createTable('field_revision_name_field', array(
   'fields' => array(
@@ -15909,6 +16689,33 @@
   'mysql_character_set' => 'utf8',
 ));
 
+$connection->insert('history')
+->fields(array(
+  'uid',
+  'nid',
+  'timestamp',
+))
+->values(array(
+  'uid' => '1',
+  'nid' => '2',
+  'timestamp' => '1564543637',
+))
+->values(array(
+  'uid' => '1',
+  'nid' => '3',
+  'timestamp' => '1564543706',
+))
+->values(array(
+  'uid' => '1',
+  'nid' => '4',
+  'timestamp' => '1564543810',
+))
+->values(array(
+  'uid' => '1',
+  'nid' => '5',
+  'timestamp' => '1564543929',
+))
+->execute();
 $connection->schema()->createTable('i18n_block_language', array(
   'fields' => array(
     'module' => array(
@@ -16200,9 +17007,9 @@
 ->values(array(
   'lid' => '77',
   'textgroup' => 'field',
-  'context' => 'comment_body:comment_node_article:label',
-  'objectid' => 'comment_node_article',
-  'type' => 'comment_body',
+  'context' => 'body:article:label',
+  'objectid' => 'article',
+  'type' => 'body',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16210,189 +17017,189 @@
 ->values(array(
   'lid' => '78',
   'textgroup' => 'field',
-  'context' => 'comment_body:comment_node_blog:label',
-  'objectid' => 'comment_node_blog',
-  'type' => 'comment_body',
+  'context' => 'field_tags:article:label',
+  'objectid' => 'article',
+  'type' => 'field_tags',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '79',
-  'textgroup' => 'taxonomy',
-  'context' => 'vocabulary:1:name',
-  'objectid' => '1',
-  'type' => 'vocabulary',
-  'property' => 'name',
-  'objectindex' => '1',
+  'textgroup' => 'field',
+  'context' => 'field_tags:article:description',
+  'objectid' => 'article',
+  'type' => 'field_tags',
+  'property' => 'description',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '80',
-  'textgroup' => 'taxonomy',
-  'context' => 'vocabulary:1:description',
-  'objectid' => '1',
-  'type' => 'vocabulary',
-  'property' => 'description',
-  'objectindex' => '1',
+  'textgroup' => 'field',
+  'context' => 'field_image:article:label',
+  'objectid' => 'article',
+  'type' => 'field_image',
+  'property' => 'label',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '81',
-  'textgroup' => 'taxonomy',
-  'context' => 'vocabulary:3:name',
-  'objectid' => '3',
-  'type' => 'vocabulary',
-  'property' => 'name',
-  'objectindex' => '3',
+  'textgroup' => 'field',
+  'context' => 'field_image:article:description',
+  'objectid' => 'article',
+  'type' => 'field_image',
+  'property' => 'description',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '82',
-  'textgroup' => 'taxonomy',
-  'context' => 'vocabulary:3:description',
-  'objectid' => '3',
-  'type' => 'vocabulary',
-  'property' => 'description',
-  'objectindex' => '3',
+  'textgroup' => 'field',
+  'context' => 'field_link:article:label',
+  'objectid' => 'article',
+  'type' => 'field_link',
+  'property' => 'label',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '83',
-  'textgroup' => 'taxonomy',
-  'context' => 'vocabulary:4:name',
-  'objectid' => '4',
-  'type' => 'vocabulary',
-  'property' => 'name',
-  'objectindex' => '4',
+  'textgroup' => 'field',
+  'context' => 'field_link:article:title_value',
+  'objectid' => 'article',
+  'type' => 'field_link',
+  'property' => 'title_value',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '84',
-  'textgroup' => 'taxonomy',
-  'context' => 'vocabulary:4:description',
-  'objectid' => '4',
-  'type' => 'vocabulary',
-  'property' => 'description',
-  'objectindex' => '4',
+  'textgroup' => 'field',
+  'context' => 'field_text_plain:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_plain',
+  'property' => 'label',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '85',
-  'textgroup' => 'taxonomy',
-  'context' => 'vocabulary:5:name',
-  'objectid' => '5',
-  'type' => 'vocabulary',
-  'property' => 'name',
-  'objectindex' => '5',
+  'textgroup' => 'field',
+  'context' => 'field_text_filtered:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_filtered',
+  'property' => 'label',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '86',
-  'textgroup' => 'taxonomy',
-  'context' => 'vocabulary:5:description',
-  'objectid' => '5',
-  'type' => 'vocabulary',
-  'property' => 'description',
-  'objectindex' => '5',
+  'textgroup' => 'field',
+  'context' => 'field_text_plain_filtered:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_plain_filtered',
+  'property' => 'label',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '87',
-  'textgroup' => 'taxonomy',
-  'context' => 'vocabulary:6:name',
-  'objectid' => '6',
-  'type' => 'vocabulary',
-  'property' => 'name',
-  'objectindex' => '6',
+  'textgroup' => 'field',
+  'context' => 'field_text_long_plain:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_long_plain',
+  'property' => 'label',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '88',
-  'textgroup' => 'taxonomy',
-  'context' => 'vocabulary:6:description',
-  'objectid' => '6',
-  'type' => 'vocabulary',
-  'property' => 'description',
-  'objectindex' => '6',
+  'textgroup' => 'field',
+  'context' => 'field_text_long_filtered:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_long_filtered',
+  'property' => 'label',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '89',
-  'textgroup' => 'taxonomy',
-  'context' => 'vocabulary:7:name',
-  'objectid' => '7',
-  'type' => 'vocabulary',
-  'property' => 'name',
-  'objectindex' => '7',
+  'textgroup' => 'field',
+  'context' => 'field_text_long_plain_filtered:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_long_plain_filtered',
+  'property' => 'label',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '90',
-  'textgroup' => 'taxonomy',
-  'context' => 'vocabulary:7:description',
-  'objectid' => '7',
-  'type' => 'vocabulary',
-  'property' => 'description',
-  'objectindex' => '7',
+  'textgroup' => 'field',
+  'context' => 'field_text_sum_plain:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_sum_plain',
+  'property' => 'label',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '91',
-  'textgroup' => 'taxonomy',
-  'context' => 'term:19:name',
-  'objectid' => '19',
-  'type' => 'term',
-  'property' => 'name',
-  'objectindex' => '19',
+  'textgroup' => 'field',
+  'context' => 'field_text_sum_filtered:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_sum_filtered',
+  'property' => 'label',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '92',
-  'textgroup' => 'taxonomy',
-  'context' => 'term:19:description',
-  'objectid' => '19',
-  'type' => 'term',
-  'property' => 'description',
-  'objectindex' => '19',
-  'format' => 'filtered_html',
+  'textgroup' => 'field',
+  'context' => 'field_text_sum_plain_filtered:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_sum_plain_filtered',
+  'property' => 'label',
+  'objectindex' => '0',
+  'format' => '',
 ))
 ->values(array(
   'lid' => '93',
-  'textgroup' => 'taxonomy',
-  'context' => 'term:20:name',
-  'objectid' => '20',
-  'type' => 'term',
-  'property' => 'name',
-  'objectindex' => '20',
+  'textgroup' => 'field',
+  'context' => 'field_reference:article:label',
+  'objectid' => 'article',
+  'type' => 'field_reference',
+  'property' => 'label',
+  'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '94',
-  'textgroup' => 'taxonomy',
-  'context' => 'term:20:description',
-  'objectid' => '20',
-  'type' => 'term',
-  'property' => 'description',
-  'objectindex' => '20',
-  'format' => 'filtered_html',
+  'textgroup' => 'field',
+  'context' => 'field_reference_2:article:label',
+  'objectid' => 'article',
+  'type' => 'field_reference_2',
+  'property' => 'label',
+  'objectindex' => '0',
+  'format' => '',
 ))
 ->values(array(
   'lid' => '95',
   'textgroup' => 'field',
-  'context' => 'field_boolean:test_content_type:description',
-  'objectid' => 'test_content_type',
-  'type' => 'field_boolean',
-  'property' => 'description',
+  'context' => 'field_vocab_localize:article:label',
+  'objectid' => 'article',
+  'type' => 'field_vocab_localize',
+  'property' => 'label',
   'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '96',
   'textgroup' => 'field',
-  'context' => 'field_email:test_content_type:label',
-  'objectid' => 'test_content_type',
-  'type' => 'field_email',
+  'context' => 'field_vocab_translate:article:label',
+  'objectid' => 'article',
+  'type' => 'field_vocab_translate',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16400,19 +17207,19 @@
 ->values(array(
   'lid' => '97',
   'textgroup' => 'field',
-  'context' => 'field_email:test_content_type:description',
-  'objectid' => 'test_content_type',
-  'type' => 'field_email',
-  'property' => 'description',
+  'context' => 'field_vocab_fixed:article:label',
+  'objectid' => 'article',
+  'type' => 'field_vocab_fixed',
+  'property' => 'label',
   'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '98',
   'textgroup' => 'field',
-  'context' => 'field_phone:test_content_type:label',
-  'objectid' => 'test_content_type',
-  'type' => 'field_phone',
+  'context' => 'body:article:label',
+  'objectid' => 'article',
+  'type' => 'body',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16420,9 +17227,9 @@
 ->values(array(
   'lid' => '99',
   'textgroup' => 'field',
-  'context' => 'field_date:test_content_type:label',
-  'objectid' => 'test_content_type',
-  'type' => 'field_date',
+  'context' => 'field_tags:article:label',
+  'objectid' => 'article',
+  'type' => 'field_tags',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16430,19 +17237,19 @@
 ->values(array(
   'lid' => '100',
   'textgroup' => 'field',
-  'context' => 'field_date_with_end_time:test_content_type:label',
-  'objectid' => 'test_content_type',
-  'type' => 'field_date_with_end_time',
-  'property' => 'label',
+  'context' => 'field_tags:article:description',
+  'objectid' => 'article',
+  'type' => 'field_tags',
+  'property' => 'description',
   'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '101',
   'textgroup' => 'field',
-  'context' => 'field_file:test_content_type:label',
-  'objectid' => 'test_content_type',
-  'type' => 'field_file',
+  'context' => 'field_image:article:label',
+  'objectid' => 'article',
+  'type' => 'field_image',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16450,19 +17257,19 @@
 ->values(array(
   'lid' => '102',
   'textgroup' => 'field',
-  'context' => 'field_file:user:label',
-  'objectid' => 'user',
-  'type' => 'field_file',
-  'property' => 'label',
+  'context' => 'field_image:article:description',
+  'objectid' => 'article',
+  'type' => 'field_image',
+  'property' => 'description',
   'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '103',
   'textgroup' => 'field',
-  'context' => 'field_float:test_content_type:label',
-  'objectid' => 'test_content_type',
-  'type' => 'field_float',
+  'context' => 'field_link:article:label',
+  'objectid' => 'article',
+  'type' => 'field_link',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16470,19 +17277,19 @@
 ->values(array(
   'lid' => '104',
   'textgroup' => 'field',
-  'context' => 'field_float:test_content_type:description',
-  'objectid' => 'test_content_type',
-  'type' => 'field_float',
-  'property' => 'description',
+  'context' => 'field_link:article:title_value',
+  'objectid' => 'article',
+  'type' => 'field_link',
+  'property' => 'title_value',
   'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '105',
   'textgroup' => 'field',
-  'context' => 'field_images:test_content_type:label',
-  'objectid' => 'test_content_type',
-  'type' => 'field_images',
+  'context' => 'field_text_plain:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_plain',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16490,9 +17297,9 @@
 ->values(array(
   'lid' => '106',
   'textgroup' => 'field',
-  'context' => 'field_integer:test_content_type:label',
-  'objectid' => 'test_content_type',
-  'type' => 'field_integer',
+  'context' => 'field_text_filtered:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_filtered',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16500,9 +17307,9 @@
 ->values(array(
   'lid' => '107',
   'textgroup' => 'field',
-  'context' => 'field_integer:comment_node_test_content_type:label',
-  'objectid' => 'comment_node_test_content_type',
-  'type' => 'field_integer',
+  'context' => 'field_text_plain_filtered:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_plain_filtered',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16510,9 +17317,9 @@
 ->values(array(
   'lid' => '108',
   'textgroup' => 'field',
-  'context' => 'field_integer:test_vocabulary:label',
-  'objectid' => 'test_vocabulary',
-  'type' => 'field_integer',
+  'context' => 'field_text_long_plain:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_long_plain',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16520,9 +17327,9 @@
 ->values(array(
   'lid' => '109',
   'textgroup' => 'field',
-  'context' => 'field_integer:user:label',
-  'objectid' => 'user',
-  'type' => 'field_integer',
+  'context' => 'field_text_long_filtered:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_long_filtered',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16530,9 +17337,9 @@
 ->values(array(
   'lid' => '110',
   'textgroup' => 'field',
-  'context' => 'field_link:test_content_type:label',
-  'objectid' => 'test_content_type',
-  'type' => 'field_link',
+  'context' => 'field_text_long_plain_filtered:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_long_plain_filtered',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16540,19 +17347,19 @@
 ->values(array(
   'lid' => '111',
   'textgroup' => 'field',
-  'context' => 'field_link:test_content_type:title_value',
-  'objectid' => 'test_content_type',
-  'type' => 'field_link',
-  'property' => 'title_value',
+  'context' => 'field_text_sum_plain:article:label',
+  'objectid' => 'article',
+  'type' => 'field_text_sum_plain',
+  'property' => 'label',
   'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '112',
   'textgroup' => 'field',
-  'context' => 'field_link:article:label',
+  'context' => 'field_text_sum_filtered:article:label',
   'objectid' => 'article',
-  'type' => 'field_link',
+  'type' => 'field_text_sum_filtered',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16560,19 +17367,19 @@
 ->values(array(
   'lid' => '113',
   'textgroup' => 'field',
-  'context' => 'field_link:article:title_value',
+  'context' => 'field_text_sum_plain_filtered:article:label',
   'objectid' => 'article',
-  'type' => 'field_link',
-  'property' => 'title_value',
+  'type' => 'field_text_sum_plain_filtered',
+  'property' => 'label',
   'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '114',
   'textgroup' => 'field',
-  'context' => 'field_link:blog:label',
-  'objectid' => 'blog',
-  'type' => 'field_link',
+  'context' => 'field_reference:article:label',
+  'objectid' => 'article',
+  'type' => 'field_reference',
   'property' => 'label',
   'objectindex' => '0',
   'format' => '',
@@ -16580,40 +17387,40 @@
 ->values(array(
   'lid' => '115',
   'textgroup' => 'field',
-  'context' => 'field_link:blog:title_value',
-  'objectid' => 'blog',
-  'type' => 'field_link',
-  'property' => 'title_value',
+  'context' => 'field_reference_2:article:label',
+  'objectid' => 'article',
+  'type' => 'field_reference_2',
+  'property' => 'label',
   'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '116',
   'textgroup' => 'field',
-  'context' => 'field_text_list:#allowed_values:Some Text',
-  'objectid' => '#allowed_values',
-  'type' => 'field_text_list',
-  'property' => 'Some Text',
+  'context' => 'field_vocab_localize:article:label',
+  'objectid' => 'article',
+  'type' => 'field_vocab_localize',
+  'property' => 'label',
   'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '117',
   'textgroup' => 'field',
-  'context' => 'field_text_list:#allowed_values:Some more text',
-  'objectid' => '#allowed_values',
-  'type' => 'field_text_list',
-  'property' => 'Some more text',
+  'context' => 'field_vocab_translate:article:label',
+  'objectid' => 'article',
+  'type' => 'field_vocab_translate',
+  'property' => 'label',
   'objectindex' => '0',
   'format' => '',
 ))
 ->values(array(
   'lid' => '118',
   'textgroup' => 'field',
-  'context' => 'field_text_list:#allowed_values:The key',
-  'objectid' => '#allowed_values',
-  'type' => 'field_text_list',
-  'property' => 'The key',
+  'context' => 'field_vocab_fixed:article:label',
+  'objectid' => 'article',
+  'type' => 'field_vocab_fixed',
+  'property' => 'label',
   'objectindex' => '0',
   'format' => '',
 ))
@@ -17907,7 +18714,7 @@
   'textgroup' => 'default',
   'source' => 'Hide shortcuts',
   'context' => '',
-  'version' => 'none',
+  'version' => '7.40',
 ))
 ->values(array(
   'lid' => '13',
@@ -17915,7 +18722,7 @@
   'textgroup' => 'default',
   'source' => 'Edit',
   'context' => '',
-  'version' => 'none',
+  'version' => '7.40',
 ))
 ->values(array(
   'lid' => '14',
@@ -17931,7 +18738,7 @@
   'textgroup' => 'default',
   'source' => '(active tab)',
   'context' => '',
-  'version' => 'none',
+  'version' => '7.40',
 ))
 ->values(array(
   'lid' => '16',
@@ -17947,7 +18754,7 @@
   'textgroup' => 'default',
   'source' => 'Not published',
   'context' => '',
-  'version' => 'none',
+  'version' => '7.40',
 ))
 ->values(array(
   'lid' => '18',
@@ -18075,7 +18882,7 @@
   'textgroup' => 'default',
   'source' => 'Configure',
   'context' => '',
-  'version' => 'none',
+  'version' => '7.40',
 ))
 ->values(array(
   'lid' => '34',
@@ -18107,7 +18914,7 @@
   'textgroup' => 'default',
   'source' => 'Enabled',
   'context' => '',
-  'version' => 'none',
+  'version' => '7.40',
 ))
 ->values(array(
   'lid' => '38',
@@ -18115,7 +18922,7 @@
   'textgroup' => 'default',
   'source' => 'Disabled',
   'context' => '',
-  'version' => 'none',
+  'version' => '7.40',
 ))
 ->values(array(
   'lid' => '39',
@@ -18421,402 +19228,4514 @@
   'context' => 'user:login:title',
   'version' => '1',
 ))
-->execute();
-$connection->schema()->createTable('locales_target', array(
-  'fields' => array(
-    'lid' => array(
-      'type' => 'int',
-      'not null' => TRUE,
-      'size' => 'normal',
-      'default' => '0',
-    ),
-    'translation' => array(
-      'type' => 'blob',
-      'not null' => TRUE,
-      'size' => 'normal',
-    ),
-    'language' => array(
-      'type' => 'varchar',
-      'not null' => TRUE,
-      'length' => '12',
-      'default' => '',
-    ),
-    'plid' => array(
-      'type' => 'int',
-      'not null' => TRUE,
-      'size' => 'normal',
-      'default' => '0',
-    ),
-    'plural' => array(
-      'type' => 'int',
-      'not null' => TRUE,
-      'size' => 'normal',
-      'default' => '0',
-    ),
-    'i18n_status' => array(
-      'type' => 'int',
-      'not null' => TRUE,
-      'size' => 'normal',
-      'default' => '0',
-    ),
-  ),
-  'primary key' => array(
-    'lid',
-    'language',
-    'plural',
-  ),
-  'mysql_character_set' => 'utf8',
-));
-
-$connection->insert('locales_target')
-->fields(array(
-  'lid',
-  'translation',
-  'language',
-  'plid',
-  'plural',
-  'i18n_status',
+->values(array(
+  'lid' => '77',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Body',
+  'context' => 'body:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '57',
-  'translation' => 'fr - Mildly amusing limerick of the day',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '78',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Tags',
+  'context' => 'field_tags:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '60',
-  'translation' => "fr - A fellow jumped off a high wall\r\nAnd had a most terrible fall\r\nHe went back to bed\r\nWith a bump on his head\r\nThat's why you don't jump off a wall",
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '79',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Enter a comma-separated list of words to describe your content.',
+  'context' => 'field_tags:article:description',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '76',
-  'translation' => 'fr - User login title',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '80',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Image',
+  'context' => 'field_image:article:label',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '81',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Upload an image to go with this article.',
+  'context' => 'field_image:article:description',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '82',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Link',
+  'context' => 'field_link:article:label',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '83',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Unused Static Title',
+  'context' => 'field_link:article:title_value',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '84',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text plain',
+  'context' => 'field_text_plain:article:label',
+  'version' => '1',
 ))
 ->values(array(
   'lid' => '85',
-  'translation' => 'fr - VocabLocalized',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text filtered',
+  'context' => 'field_text_filtered:article:label',
+  'version' => '1',
 ))
 ->values(array(
   'lid' => '86',
-  'translation' => 'fr - Vocabulary localize option',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text plain and filtered',
+  'context' => 'field_text_plain_filtered:article:label',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '87',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text long plain',
+  'context' => 'field_text_long_plain:article:label',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '88',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text long filtered',
+  'context' => 'field_text_long_filtered:article:label',
+  'version' => '1',
 ))
 ->values(array(
   'lid' => '89',
-  'translation' => 'fr - VocabFixed',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text long plain and filtered',
+  'context' => 'field_text_long_plain_filtered:article:label',
+  'version' => '1',
 ))
 ->values(array(
   'lid' => '90',
-  'translation' => 'fr - Vocabulary fixed option',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text summary plain',
+  'context' => 'field_text_sum_plain:article:label',
+  'version' => '1',
 ))
 ->values(array(
   'lid' => '91',
-  'translation' => 'fr - Jupiter Station',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text summary filtered',
+  'context' => 'field_text_sum_filtered:article:label',
+  'version' => '1',
 ))
 ->values(array(
   'lid' => '92',
-  'translation' => 'fr - Holographic research.',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text summary plain and filtered',
+  'context' => 'field_text_sum_plain_filtered:article:label',
+  'version' => '1',
 ))
 ->values(array(
   'lid' => '93',
-  'translation' => 'fr - DS9',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Reference',
+  'context' => 'field_reference:article:label',
+  'version' => '1',
 ))
 ->values(array(
   'lid' => '94',
-  'translation' => 'Terok Nor',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Reference 2',
+  'context' => 'field_reference_2:article:label',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '95',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'vocab_localize',
+  'context' => 'field_vocab_localize:article:label',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '96',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'vocab_translate',
+  'context' => 'field_vocab_translate:article:label',
+  'version' => '1',
 ))
 ->values(array(
   'lid' => '97',
-  'translation' => 'fr - The email help text.',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'vocab_fixed',
+  'context' => 'field_vocab_fixed:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '113',
-  'translation' => 'fr - Link',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '98',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Body',
+  'context' => 'body:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '163',
-  'translation' => 'fr - User login title',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '99',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Tags',
+  'context' => 'field_tags:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '678',
-  'translation' => 'fr - Body',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '100',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Enter a comma-separated list of words to describe your content.',
+  'context' => 'field_tags:article:description',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '684',
-  'translation' => 'fr - Image',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '101',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Image',
+  'context' => 'field_image:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '761',
-  'translation' => 'Verte',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '102',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Upload an image to go with this article.',
+  'context' => 'field_image:article:description',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '762',
-  'translation' => 'Noire',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '103',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Link',
+  'context' => 'field_link:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '763',
-  'translation' => 'Blanche',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '104',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Unused Static Title',
+  'context' => 'field_link:article:title_value',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '764',
-  'translation' => 'Color',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '105',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text plain',
+  'context' => 'field_text_plain:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '765',
-  'translation' => 'Haute',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '106',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text filtered',
+  'context' => 'field_text_filtered:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '766',
-  'translation' => 'Moyenne',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '107',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text plain and filtered',
+  'context' => 'field_text_plain_filtered:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '767',
-  'translation' => 'Faible',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '108',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text long plain',
+  'context' => 'field_text_long_plain:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '768',
-  'translation' => 'Rating',
-  'language' => 'fr',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '109',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text long filtered',
+  'context' => 'field_text_long_filtered:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '57',
-  'translation' => 'is - Mildly amusing limerick of the day',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '110',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text long plain and filtered',
+  'context' => 'field_text_long_plain_filtered:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '87',
-  'translation' => 'is - VocabTranslate',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '111',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text summary plain',
+  'context' => 'field_text_sum_plain:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '88',
-  'translation' => 'is - Vocabulary translate option',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '112',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text summary filtered',
+  'context' => 'field_text_sum_filtered:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '93',
-  'translation' => 'is - DS9',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '113',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Text summary plain and filtered',
+  'context' => 'field_text_sum_plain_filtered:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '94',
-  'translation' => 'is - Terok Nor',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '114',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Reference',
+  'context' => 'field_reference:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '95',
-  'translation' => 'is - Some helpful text.',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '115',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'Reference 2',
+  'context' => 'field_reference_2:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '96',
-  'translation' => 'is - Email',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '116',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'vocab_localize',
+  'context' => 'field_vocab_localize:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '97',
-  'translation' => 'is - The email help text.',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '117',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'vocab_translate',
+  'context' => 'field_vocab_translate:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '128',
-  'translation' => 'is - Term Reference',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '118',
+  'location' => NULL,
+  'textgroup' => 'field',
+  'source' => 'vocab_fixed',
+  'context' => 'field_vocab_fixed:article:label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '761',
-  'translation' => 'Grænn',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '119',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Public files',
+  'context' => '',
+  'version' => '7.40',
 ))
 ->values(array(
-  'lid' => '762',
-  'translation' => 'Svartur',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '120',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Public local files served by the webserver.',
+  'context' => '',
+  'version' => '7.40',
 ))
 ->values(array(
-  'lid' => '763',
-  'translation' => 'Hvítur',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '121',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Temporary files',
+  'context' => '',
+  'version' => '7.40',
 ))
 ->values(array(
-  'lid' => '764',
-  'translation' => 'Color',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '122',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Temporary local files for upload and previews.',
+  'context' => '',
+  'version' => '7.40',
 ))
 ->values(array(
-  'lid' => '765',
-  'translation' => 'Hár',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '123',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Private files',
+  'context' => '',
+  'version' => '7.40',
 ))
 ->values(array(
-  'lid' => '766',
-  'translation' => 'Miðlungs',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '124',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Private local files served by Drupal.',
+  'context' => '',
+  'version' => '7.40',
 ))
 ->values(array(
-  'lid' => '767',
-  'translation' => 'Lágt',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '125',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Title',
+  'context' => '',
+  'version' => '7.40',
 ))
 ->values(array(
-  'lid' => '768',
-  'translation' => 'Rating',
-  'language' => 'is',
-  'plid' => '0',
-  'plural' => '0',
-  'i18n_status' => '0',
+  'lid' => '126',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Name',
+  'context' => '',
+  'version' => '7.40',
 ))
-->execute();
-$connection->schema()->createTable('menu_custom', array(
-  'fields' => array(
-    'menu_name' => array(
-      'type' => 'varchar',
-      'not null' => TRUE,
-      'length' => '32',
-      'default' => '',
-    ),
-    'title' => array(
-      'type' => 'varchar',
-      'not null' => TRUE,
+->values(array(
+  'lid' => '127',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Description',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '128',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Subject',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '129',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Comment',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '130',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Full comment',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '131',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Blog entry',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '132',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Use for multi-user blogs. Every user gets a personal blog.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '133',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Forum topic',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '134',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'A <em>forum topic</em> starts a new discussion thread within a forum.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '135',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => '@node_type comment',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '136',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Node',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '137',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Full content',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '138',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Teaser',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '139',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'RSS',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '140',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Search index',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '141',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Search result highlighting input',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '142',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'File',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '143',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Taxonomy term',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '144',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Taxonomy term page',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '145',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Taxonomy vocabulary',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '146',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'User',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '147',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'User account',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '148',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Print',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '149',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Nodes',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '150',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Users',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '151',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Files',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '152',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Nodes represent the main site content items.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '153',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Users who have created accounts on your site.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '154',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Uploaded file.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '155',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Comments',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '156',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Remark or note that refers to a node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '157',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Taxonomy terms',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '158',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Taxonomy terms are used for classifying content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '159',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Taxonomy vocabularies',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '160',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Vocabularies contain related taxonomy terms, which are used for classifying content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '161',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Long',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '162',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Medium',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '163',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Short',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '164',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Simple (with optional filter by bundle)',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '165',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Field',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '166',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Label',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '167',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Field instance',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '168',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Default value',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '169',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Block',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '170',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Body',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '171',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Fields',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '172',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Configurable fields descriptions, defaults, options, etc.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '173',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Blocks',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '174',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Configurable blocks titles and content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '175',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Add new comment',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '176',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Share your thoughts and opinions related to this posting.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '177',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Date',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '178',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Store a date in the database as a datetime field, recommended for complete dates and times that may need timezone conversion.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '179',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Date (ISO format)',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '180',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Store a date in the database as an ISO date, recommended for historical or partial dates.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '181',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Date (Unix timestamp)',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '182',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Store a date in the database as a timestamp, deprecated format to support legacy data.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '183',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field stores and renders email addresses.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '184',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Entity Reference',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '185',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field reference another entity.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '186',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field stores the ID of a file as an integer value.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '187',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Image',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '188',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field stores the ID of an image file as an integer value.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '189',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Link',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '190',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Store a title, href, and attributes in the database to assemble a link.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '191',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'List (integer)',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '192',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => "This field stores integer values from a list of allowed 'value => label' pairs, i.e. 'Lifetime in days': 1 => 1 day, 7 => 1 week, 31 => 1 month.",
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '193',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'List (float)',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '194',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => "This field stores float values from a list of allowed 'value => label' pairs, i.e. 'Fraction': 0 => 0, .25 => 1/4, .75 => 3/4, 1 => 1.",
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '195',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'List (text)',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '196',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => "This field stores text values from a list of allowed 'value => label' pairs, i.e. 'US States': IL => Illinois, IA => Iowa, IN => Indiana.",
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '197',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Boolean',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '198',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field stores simple on/off or yes/no options.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '199',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Integer',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '200',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field stores a number in the database as an integer.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '201',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Decimal',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '202',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field stores a number in the database in a fixed decimal format.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '203',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Float',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '204',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field stores a number in the database in a floating point format.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '205',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Phone Number',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '206',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Term reference',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '207',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field stores a reference to a taxonomy term.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '208',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Text',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '209',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field stores varchar text in the database.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '210',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Long text',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '211',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field stores long text in the database.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '212',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Long text and summary',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '213',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field stores long text in the database along with optional summary text.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '214',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Select list',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '215',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Text field',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '216',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Autocomplete',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '217',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'An autocomplete text field.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '218',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Autocomplete (Tags style)',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '219',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Check boxes/radio buttons',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '220',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Single on/off checkbox',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '221',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Autocomplete term widget (tagging)',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '222',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Text area (multiple rows)',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '223',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Text area with a summary',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '224',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Linked and wrapped',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '225',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Date and time',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '226',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Time ago',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '227',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Plain',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '228',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Default email link',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '229',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Display the email address as a mailto link.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '230',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Email contact form',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '231',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Display a contact form.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '232',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Email plain text',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '233',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Display the email address as plain text.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '234',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Display the label of the referenced entities.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '235',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Entity id',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '236',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Display the id of the referenced entities.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '237',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Rendered entity',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '238',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Display the referenced entities rendered by entity_view().',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '239',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Generic file',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '240',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Table of files',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '241',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'URL to file',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '242',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Default translated',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '243',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Title, as link (default)',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '244',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Title, as plain text',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '245',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Host, as plain text',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '246',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'URL, as link',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '247',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'URL, as plain text',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '248',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'URL, absolute',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '249',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Domain, as link',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '250',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'URL with the protocol removed',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '251',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Short, as link with title "Link"',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '252',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Label, as link with label as title',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '253',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Separate title and URL',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '254',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Default',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '255',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Key',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '256',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Unformatted',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '257',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Plain text',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '258',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'RSS category',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '259',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Trimmed',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '260',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Summary or trimmed',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '261',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Default SQL storage',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '262',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Stores fields in the local SQL database, using per-field tables.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '263',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Limit allowed HTML tags',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '264',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Convert line breaks into HTML (i.e. <code>&lt;br&gt;</code> and <code>&lt;p&gt;</code>)',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '265',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Convert URLs into links',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '266',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Correct faulty and chopped off HTML',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '267',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Display any HTML as plain text',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '268',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'PHP evaluator',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '269',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Executes a piece of PHP code. The usage of this filter should be restricted to administrators only!',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '270',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'delete',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '271',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'edit',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '272',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'reply',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '273',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'When either saving new content or updating existing content',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '274',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After saving new content',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '275',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After saving updated content',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '276',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After deleting content',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '277',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'When content is viewed by an authenticated user',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '278',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'When either saving a new comment or updating an existing comment',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '279',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After saving a new comment',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '280',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After saving an updated comment',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '281',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After deleting a comment',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '282',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'When a comment is being viewed by an authenticated user',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '283',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After saving a new term to the database',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '284',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After saving an updated term to the database',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '285',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After deleting a term',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '286',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'When cron runs',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '287',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After creating a new user account',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '288',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After updating a user account',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '289',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After a user has been deleted',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '290',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After a user has logged in',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '291',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'After a user has logged out',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '292',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => "When a user's profile is being viewed",
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '293',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Your name',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '294',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'View user profile.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '295',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'E-mail',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '296',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'The content of this field is kept private and will not be shown publicly.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '297',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Homepage',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '298',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Authored on',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '299',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Status',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '300',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Published',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '301',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Save',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '302',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Preview',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '303',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Text format',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '304',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => '1 read',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '305',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Header',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '306',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Help',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '307',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Page top',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '308',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Page bottom',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '309',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Highlighted',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '310',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Featured',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '311',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Content',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '312',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Sidebar first',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '313',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Sidebar second',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '314',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Triptych first',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '315',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Triptych middle',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '316',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Triptych last',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '317',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Footer first column',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '318',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Footer second column',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '319',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Footer third column',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '320',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Footer fourth column',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '321',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Footer',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '322',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'View',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '323',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Translate',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '324',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Outline',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '325',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Track',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '326',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Search',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '327',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Enter the terms you wish to search for.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '328',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Navigation',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '329',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Compose tips',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '330',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Add content',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '331',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Blogs',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '332',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Books',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '333',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Contact',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '334',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Feed aggregator',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '335',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Forums',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '336',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Recent content',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '337',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Powered by <a href="@poweredby">Drupal</a>',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '338',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'My account',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '339',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Log out',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '340',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Add to %shortcut_set shortcuts',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '341',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Home',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '342',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'You are here',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '343',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Status message',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '344',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Error message',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '345',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Warning message',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '346',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Main menu',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '347',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Secondary menu',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '348',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => '!title !required',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '349',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Search form',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '350',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Configure block',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '351',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'List links',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '352',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Edit menu',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '353',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Primary tabs',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '354',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => '!local-task-title!active',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '355',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Wed',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '356',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Submitted by !username on !datetime',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '357',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Tue',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '358',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Permalink',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '359',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => '« first',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '360',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => '‹ previous',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '361',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'next ›',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '362',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'last »',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '363',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'This field is required.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '364',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'More information about text formats',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '365',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Web page addresses and e-mail addresses turn into links automatically.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '366',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Allowed HTML tags: @tags',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '367',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Lines and paragraphs break automatically.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '368',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'No HTML tags allowed.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '369',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'You may post PHP code. You should include &lt;?php ?&gt; tags.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '370',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Appearance',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '371',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Select and configure your themes.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '372',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Configuration',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '373',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Administer settings.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '374',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Administer content and comments.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '375',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Index',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '376',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Modules',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '377',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Extend site functionality.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '378',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'People',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '379',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Manage user accounts, roles, and permissions.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '380',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Reports',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '381',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'View reports, updates, and errors.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '382',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Structure',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '383',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Administer blocks, content types, menus, etc.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '384',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Tasks',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '385',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Reference for usage, configuration, and modules.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '386',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Administrative toolbar',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '387',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Hello <strong>@username</strong>',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '388',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Edit shortcuts',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '389',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Skip to main content',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '390',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => '<em>Edit @type</em> @title',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '391',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Revision information',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '392',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Create new revision',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '393',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Revision log message',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '394',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Provide an explanation of the changes you are making. This will help other authors understand your motivations.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '395',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Authoring information',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '396',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Anonymous',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '397',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Authored by',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '398',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Leave blank for %anonymous.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '399',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Format: %time. The date format is YYYY-MM-DD and %timezone is the time zone offset from UTC. Leave blank to use the time of form submission.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '400',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Publishing options',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '401',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Promoted to front page',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '402',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Sticky at top of lists',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '403',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Delete',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '404',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Summary',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '405',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Leave blank to use trimmed value of full text as the summary.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '406',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => '@size KB',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '407',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => '@size MB',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '408',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => '@size GB',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '409',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => '@size TB',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '410',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => '@size PB',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '411',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => '@size EB',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '412',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => '@size ZB',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '413',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => '@size YB',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '414',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Files must be less than !size.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '415',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Allowed file types: !extensions.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '416',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => '- None -',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '417',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'N/A',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '418',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Book outline',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '419',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Weight',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '420',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Pages at a given level are ordered first by weight and then by title.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '421',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'create a new book',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '422',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'none',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '423',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Book',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '424',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Your page will be a part of the selected book.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '425',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Change book (update list of parents)',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '426',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Comment settings',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '427',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Open',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '428',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Closed',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '429',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Hidden',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '430',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Users with the "Post comments" permission can post comments.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '431',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Users cannot post comments, but existing comments will be displayed.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '432',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Comments are hidden from view.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '433',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Language',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '434',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Language neutral',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '435',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'English',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '436',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'French',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '437',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Icelandic',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '438',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Management',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '439',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Test Menu',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '440',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'User menu',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '441',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'URL path settings',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '442',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'URL alias',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '443',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => "Optionally specify an alternative URL by which this content can be accessed. For example, type \"about\" when writing an about page. Use a relative path and don't add a trailing slash or the URL alias won't work.",
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '444',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Translation settings',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '445',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'This translation needs to be updated',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '446',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'When this option is checked, this translation needs to be updated because the source post has changed. Uncheck when the translation is up to date again.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '447',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'User autocomplete',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '448',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Autocomplete taxonomy',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '449',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Upload',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '450',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Remove',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '451',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Choose a file',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '452',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Alternate text',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '453',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'This text will be used by screen readers, search engines, or when the image cannot be loaded.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '454',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The title is used as a tool tip when the user hovers the mouse over the image.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '455',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'URL',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '456',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Link "title" attribute',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '457',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Entity Reference Autocomplete',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '458',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'First sidebar',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '459',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Vertical Tabs',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '460',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'view',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '461',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Entity field',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '462',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Entity extra field',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '463',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Secondary navigation links',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '464',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Add the secondary_links (local tasks) as content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '465',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Page elements',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '466',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Status messages',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '467',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Add the status messages of the current page as content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '468',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Actions',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '469',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Add the action links (local tasks) as content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '470',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Site slogan',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '471',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => "Add the site's slogan as content.",
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '472',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Add the help text of the current page as content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '473',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Feed icons',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '474',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Add the site feed_icons statement as content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '475',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Site name',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '476',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The name of the site, optionally links to the front page.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '477',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Site logo',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '478',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Add the logo trail as content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '479',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Primary navigation links',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '480',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Add the primary_links (local tasks) as content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '481',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Tabs',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '482',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Add the tabs (local tasks) as content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '483',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Page title',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '484',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Add the page title as content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '485',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Breadcrumb',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '486',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Add the breadcrumb trail as content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '487',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'User picture',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '488',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The picture of a user.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '489',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'User links',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '490',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'User links of the referenced user.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '491',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'User profile',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '492',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The profile of a user.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '493',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'User signature',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '494',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The signature of a user.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '495',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'General form',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '496',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Everything in the form that is not displayed by other content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '497',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Form',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '498',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Term name',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '499',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The name of this taxonomy term.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '500',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Term',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '501',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Term description',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '502',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Term description.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '503',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'List of related terms',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '504',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Terms related to an existing term; may be child, siblings or top level.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '505',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Existing node',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '506',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Add a node from your site as content.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '507',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Custom',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '508',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Custom content',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '509',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node created date',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '510',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The date the referenced node was created.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '511',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node terms',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '512',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Taxonomy terms of the referenced node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '513',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node title',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '514',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The title of the referenced node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '515',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Book navigation menu',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '516',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The book menu belonging to the current book node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '517',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node body',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '518',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The body of the referenced node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '519',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node content',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '520',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The content of the referenced node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '521',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node type description',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '522',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node type description.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '523',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Book children',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '524',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The children menu the book the node belongs to.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '525',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node last updated date',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '526',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The date the referenced node was last updated.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '527',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Comments and comment form.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '528',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The comments and comment form for the referenced node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '529',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node author',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '530',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The author of the referenced node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '531',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node comments',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '532',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The comments of the referenced node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '533',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Comment form',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '534',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'A form to add a new comment.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '535',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Attached files',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '536',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'A list of files attached to the node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '537',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node links',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '538',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node links of the referenced node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '539',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Book navigation pager',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '540',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The navigational pager and sub pages of the current book node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '541',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Vocabulary terms',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '542',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'All the terms in a vocabulary.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '543',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Vocabulary',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '544',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Tokens',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '545',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node form menu settings',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '546',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Menu settings on the Node form.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '547',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node form author information',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '548',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Author information on the Node form.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '549',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node form publishing options',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '550',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Publishing options on the Node form.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '551',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node form revision log message',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '552',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Revision log message for the node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '553',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node form book options',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '554',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Book options for the node.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '555',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node form languages',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '556',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The language selection form.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '557',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node form comment settings',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '558',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Comment settings on the Node form.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '559',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node form submit buttons',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '560',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Submit buttons for the node form.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '561',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node form title field',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '562',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The node title form.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '563',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Node form url path settings',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '564',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Contact form',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '565',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The site contact form that allows users to send a message to site administrators.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '566',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Widgets',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '567',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'User contact form',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '568',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The site contact form that allows users to contact other users.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '569',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Advanced search form',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '570',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'A search form with advanced options.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '571',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Keywords',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '572',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Search results',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '573',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The results of a search using keywords.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '574',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Comment created date',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '575',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'The date the referenced comment was created.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '576',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Comment links',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '577',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Comment links of the referenced comment.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '578',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'Comment Reply Form',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '579',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => 'A form to add a new comment reply.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '580',
+  'location' => '/is/node/3/edit',
+  'textgroup' => 'default',
+  'source' => '@type %title has been updated.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '581',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => '@count reads',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '582',
+  'location' => '/is/deep-space-9-is',
+  'textgroup' => 'default',
+  'source' => 'Revisions',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '583',
+  'location' => '/is/firefly-is',
+  'textgroup' => 'default',
+  'source' => 'Go to next page',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '584',
+  'location' => '/is/firefly-is',
+  'textgroup' => 'default',
+  'source' => ' ›',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '585',
+  'location' => '/is/firefly-is',
+  'textgroup' => 'default',
+  'source' => 'Add child page',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '586',
+  'location' => '/is/firefly-is',
+  'textgroup' => 'default',
+  'source' => 'Printer-friendly version',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '587',
+  'location' => '/is/firefly-is',
+  'textgroup' => 'default',
+  'source' => 'Show a printer-friendly version of this book page and its sub-pages.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '588',
+  'location' => '/is/node/4/edit',
+  'textgroup' => 'default',
+  'source' => 'Users cannot post comments.',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '589',
+  'location' => '/is/node/4/edit',
+  'textgroup' => 'default',
+  'source' => 'Flag translations as outdated',
+  'context' => '',
+  'version' => '7.40',
+))
+->values(array(
+  'lid' => '590',
+  'location' => '/is/node/4/edit',
+  'textgroup' => 'default',
+  'source' => 'If you made a significant change, which means translations should be updated, you can flag all translations of this post as outdated. This will not change any other property of those posts, like whether they are published or not.',
+  'context' => '',
+  'version' => '7.40',
+))
+->execute();
+$connection->schema()->createTable('locales_target', array(
+  'fields' => array(
+    'lid' => array(
+      'type' => 'int',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'default' => '0',
+    ),
+    'translation' => array(
+      'type' => 'blob',
+      'not null' => TRUE,
+      'size' => 'normal',
+    ),
+    'language' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '12',
+      'default' => '',
+    ),
+    'plid' => array(
+      'type' => 'int',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'default' => '0',
+    ),
+    'plural' => array(
+      'type' => 'int',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'default' => '0',
+    ),
+    'i18n_status' => array(
+      'type' => 'int',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'default' => '0',
+    ),
+  ),
+  'primary key' => array(
+    'lid',
+    'language',
+    'plural',
+  ),
+  'mysql_character_set' => 'utf8',
+));
+
+$connection->insert('locales_target')
+->fields(array(
+  'lid',
+  'translation',
+  'language',
+  'plid',
+  'plural',
+  'i18n_status',
+))
+->values(array(
+  'lid' => '57',
+  'translation' => 'fr - Mildly amusing limerick of the day',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '60',
+  'translation' => "fr - A fellow jumped off a high wall\r\nAnd had a most terrible fall\r\nHe went back to bed\r\nWith a bump on his head\r\nThat's why you don't jump off a wall",
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '76',
+  'translation' => 'fr - User login title',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '85',
+  'translation' => 'fr - VocabLocalized',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '86',
+  'translation' => 'fr - Vocabulary localize option',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '89',
+  'translation' => 'fr - VocabFixed',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '90',
+  'translation' => 'fr - Vocabulary fixed option',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '91',
+  'translation' => 'fr - Jupiter Station',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '92',
+  'translation' => 'fr - Holographic research.',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '93',
+  'translation' => 'fr - DS9',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '94',
+  'translation' => 'Terok Nor',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '97',
+  'translation' => 'fr - The email help text.',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '113',
+  'translation' => 'fr - Link',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '163',
+  'translation' => 'fr - User login title',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '678',
+  'translation' => 'fr - Body',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '684',
+  'translation' => 'fr - Image',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '761',
+  'translation' => 'Verte',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '762',
+  'translation' => 'Noire',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '763',
+  'translation' => 'Blanche',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '764',
+  'translation' => 'Color',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '765',
+  'translation' => 'Haute',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '766',
+  'translation' => 'Moyenne',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '767',
+  'translation' => 'Faible',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '768',
+  'translation' => 'Rating',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '57',
+  'translation' => 'is - Mildly amusing limerick of the day',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '87',
+  'translation' => 'is - VocabTranslate',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '88',
+  'translation' => 'is - Vocabulary translate option',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '93',
+  'translation' => 'is - DS9',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '94',
+  'translation' => 'is - Terok Nor',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '95',
+  'translation' => 'is - Some helpful text.',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '96',
+  'translation' => 'is - Email',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '97',
+  'translation' => 'is - The email help text.',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '128',
+  'translation' => 'is - Term Reference',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '761',
+  'translation' => 'Grænn',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '762',
+  'translation' => 'Svartur',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '763',
+  'translation' => 'Hvítur',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '764',
+  'translation' => 'Color',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '765',
+  'translation' => 'Hár',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '766',
+  'translation' => 'Miðlungs',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '767',
+  'translation' => 'Lágt',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '768',
+  'translation' => 'Rating',
+  'language' => 'is',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->execute();
+$connection->schema()->createTable('menu_custom', array(
+  'fields' => array(
+    'menu_name' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '32',
+      'default' => '',
+    ),
+    'title' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
       'length' => '255',
       'default' => '',
     ),
@@ -19061,22 +23980,400 @@
   'updated',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '1',
+  'menu_name' => 'management',
+  'mlid' => '1',
+  'plid' => '0',
+  'link_path' => 'admin',
+  'router_path' => 'admin',
+  'link_title' => 'Administration',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '1',
+  'expanded' => '0',
+  'weight' => '9',
+  'depth' => '1',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'user-menu',
+  'mlid' => '2',
+  'plid' => '0',
+  'link_path' => 'user',
+  'router_path' => 'user',
+  'link_title' => 'User account',
+  'options' => 'a:1:{s:5:"alter";b:1;}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '-10',
+  'depth' => '1',
+  'customized' => '0',
+  'p1' => '2',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '3',
+  'plid' => '0',
+  'link_path' => 'comment/%',
+  'router_path' => 'comment/%',
+  'link_title' => 'Comment permalink',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '1',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '1',
+  'customized' => '0',
+  'p1' => '3',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '4',
+  'plid' => '0',
+  'link_path' => 'filter/tips',
+  'router_path' => 'filter/tips',
+  'link_title' => 'Compose tips',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '1',
+  'external' => '0',
+  'has_children' => '1',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '1',
+  'customized' => '0',
+  'p1' => '4',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '5',
+  'plid' => '0',
+  'link_path' => 'node/%',
+  'router_path' => 'node/%',
+  'link_title' => '',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '1',
+  'customized' => '0',
+  'p1' => '5',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '6',
+  'plid' => '0',
+  'link_path' => 'node/add',
+  'router_path' => 'node/add',
+  'link_title' => 'Add content',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '1',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '1',
+  'customized' => '0',
+  'p1' => '6',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '7',
+  'plid' => '1',
+  'link_path' => 'admin/appearance',
+  'router_path' => 'admin/appearance',
+  'link_title' => 'Appearance',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Select and configure your themes.";}}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '-6',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '7',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '8',
+  'plid' => '1',
+  'link_path' => 'admin/config',
+  'router_path' => 'admin/config',
+  'link_title' => 'Configuration',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:20:"Administer settings.";}}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '1',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '9',
+  'plid' => '1',
+  'link_path' => 'admin/content',
+  'router_path' => 'admin/content',
+  'link_title' => 'Content',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:32:"Administer content and comments.";}}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '1',
+  'expanded' => '0',
+  'weight' => '-10',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '9',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'user-menu',
+  'mlid' => '10',
+  'plid' => '2',
+  'link_path' => 'user/register',
+  'router_path' => 'user/register',
+  'link_title' => 'Create new account',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '2',
+  'p2' => '10',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '12',
+  'plid' => '1',
+  'link_path' => 'admin/index',
+  'router_path' => 'admin/index',
+  'link_title' => 'Index',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '-18',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '12',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'user-menu',
+  'mlid' => '13',
+  'plid' => '2',
+  'link_path' => 'user/login',
+  'router_path' => 'user/login',
+  'link_title' => 'Log in',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '2',
+  'p2' => '13',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'user-menu',
+  'mlid' => '14',
+  'plid' => '0',
+  'link_path' => 'user/logout',
+  'router_path' => 'user/logout',
+  'link_title' => 'Log out',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '10',
+  'depth' => '1',
+  'customized' => '0',
+  'p1' => '14',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '15',
+  'plid' => '1',
+  'link_path' => 'admin/modules',
+  'router_path' => 'admin/modules',
+  'link_title' => 'Modules',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:26:"Extend site functionality.";}}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '-2',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '15',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '16',
   'plid' => '0',
-  'link_path' => 'admin',
-  'router_path' => 'admin',
-  'link_title' => 'Administration',
+  'link_path' => 'user/%',
+  'router_path' => 'user/%',
+  'link_title' => 'My account',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '1',
   'expanded' => '0',
-  'weight' => '9',
+  'weight' => '0',
   'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
+  'p1' => '16',
   'p2' => '0',
   'p3' => '0',
   'p4' => '0',
@@ -19088,23 +24385,23 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'user-menu',
-  'mlid' => '2',
-  'plid' => '0',
-  'link_path' => 'user',
-  'router_path' => 'user',
-  'link_title' => 'User account',
-  'options' => 'a:1:{s:5:"alter";b:1;}',
+  'menu_name' => 'management',
+  'mlid' => '17',
+  'plid' => '1',
+  'link_path' => 'admin/people',
+  'router_path' => 'admin/people',
+  'link_title' => 'People',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Manage user accounts, roles, and permissions.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '1',
+  'weight' => '-4',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '2',
-  'p2' => '0',
+  'p1' => '1',
+  'p2' => '17',
   'p3' => '0',
   'p4' => '0',
   'p5' => '0',
@@ -19115,23 +24412,104 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '3',
-  'plid' => '0',
-  'link_path' => 'comment/%',
-  'router_path' => 'comment/%',
-  'link_title' => 'Comment permalink',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '18',
+  'plid' => '1',
+  'link_path' => 'admin/reports',
+  'router_path' => 'admin/reports',
+  'link_title' => 'Reports',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View reports, updates, and errors.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '1',
   'expanded' => '0',
+  'weight' => '5',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '18',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'user-menu',
+  'mlid' => '19',
+  'plid' => '2',
+  'link_path' => 'user/password',
+  'router_path' => 'user/password',
+  'link_title' => 'Request new password',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
   'weight' => '0',
-  'depth' => '1',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '3',
-  'p2' => '0',
+  'p1' => '2',
+  'p2' => '19',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '20',
+  'plid' => '1',
+  'link_path' => 'admin/structure',
+  'router_path' => 'admin/structure',
+  'link_title' => 'Structure',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Administer blocks, content types, menus, etc.";}}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '1',
+  'expanded' => '0',
+  'weight' => '-8',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '21',
+  'plid' => '1',
+  'link_path' => 'admin/tasks',
+  'router_path' => 'admin/tasks',
+  'link_title' => 'Tasks',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '-20',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '21',
   'p3' => '0',
   'p4' => '0',
   'p5' => '0',
@@ -19143,21 +24521,21 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '4',
+  'mlid' => '22',
   'plid' => '0',
-  'link_path' => 'filter/tips',
-  'router_path' => 'filter/tips',
-  'link_title' => 'Compose tips',
+  'link_path' => 'comment/reply/%',
+  'router_path' => 'comment/reply/%',
+  'link_title' => 'Add new comment',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
   'depth' => '1',
   'customized' => '0',
-  'p1' => '4',
+  'p1' => '22',
   'p2' => '0',
   'p3' => '0',
   'p4' => '0',
@@ -19170,22 +24548,76 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '5',
-  'plid' => '0',
-  'link_path' => 'node/%',
-  'router_path' => 'node/%',
-  'link_title' => '',
+  'mlid' => '23',
+  'plid' => '3',
+  'link_path' => 'comment/%/approve',
+  'router_path' => 'comment/%/approve',
+  'link_title' => 'Approve',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
+  'weight' => '1',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '3',
+  'p2' => '23',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '24',
+  'plid' => '3',
+  'link_path' => 'comment/%/delete',
+  'router_path' => 'comment/%/delete',
+  'link_title' => 'Delete',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '2',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '3',
+  'p2' => '24',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '25',
+  'plid' => '3',
+  'link_path' => 'comment/%/edit',
+  'router_path' => 'comment/%/edit',
+  'link_title' => 'Edit',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
   'weight' => '0',
-  'depth' => '1',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '5',
-  'p2' => '0',
+  'p1' => '3',
+  'p2' => '25',
   'p3' => '0',
   'p4' => '0',
   'p5' => '0',
@@ -19197,22 +24629,103 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '6',
-  'plid' => '0',
-  'link_path' => 'node/add',
-  'router_path' => 'node/add',
-  'link_title' => 'Add content',
+  'mlid' => '26',
+  'plid' => '3',
+  'link_path' => 'comment/%/view',
+  'router_path' => 'comment/%/view',
+  'link_title' => 'View comment',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '-10',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '3',
+  'p2' => '26',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '27',
+  'plid' => '17',
+  'link_path' => 'admin/people/create',
+  'router_path' => 'admin/people/create',
+  'link_title' => 'Add user',
   'options' => 'a:0:{}',
   'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '3',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '17',
+  'p3' => '27',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '28',
+  'plid' => '20',
+  'link_path' => 'admin/structure/block',
+  'router_path' => 'admin/structure/block',
+  'link_title' => 'Blocks',
+  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:79:\"Configure what block content appears in your site's sidebars and other regions.\";}}",
+  'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '1',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '6',
-  'p2' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '28',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '29',
+  'plid' => '16',
+  'link_path' => 'user/%/cancel',
+  'router_path' => 'user/%/cancel',
+  'link_title' => 'Cancel account',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '1',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '16',
+  'p2' => '29',
   'p3' => '0',
   'p4' => '0',
   'p5' => '0',
@@ -19224,23 +24737,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '7',
-  'plid' => '1',
-  'link_path' => 'admin/appearance',
-  'router_path' => 'admin/appearance',
-  'link_title' => 'Appearance',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Select and configure your themes.";}}',
+  'mlid' => '30',
+  'plid' => '9',
+  'link_path' => 'admin/content/comment',
+  'router_path' => 'admin/content/comment',
+  'link_title' => 'Comments',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"List and edit site comments and the comment approval queue.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-6',
-  'depth' => '2',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '7',
-  'p3' => '0',
+  'p2' => '9',
+  'p3' => '30',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19251,23 +24764,50 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '8',
-  'plid' => '1',
-  'link_path' => 'admin/config',
-  'router_path' => 'admin/config',
-  'link_title' => 'Configuration',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:20:"Administer settings.";}}',
+  'mlid' => '32',
+  'plid' => '9',
+  'link_path' => 'admin/content/node',
+  'router_path' => 'admin/content/node',
+  'link_title' => 'Content',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '-10',
+  'depth' => '3',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '9',
+  'p3' => '32',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '33',
+  'plid' => '8',
+  'link_path' => 'admin/config/content',
+  'router_path' => 'admin/config/content',
+  'link_title' => 'Content authoring',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:53:"Settings related to formatting and authoring content.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '2',
+  'weight' => '-15',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '0',
+  'p3' => '33',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19278,23 +24818,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '9',
-  'plid' => '1',
-  'link_path' => 'admin/content',
-  'router_path' => 'admin/content',
-  'link_title' => 'Content',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:32:"Administer content and comments.";}}',
+  'mlid' => '34',
+  'plid' => '20',
+  'link_path' => 'admin/structure/types',
+  'router_path' => 'admin/structure/types',
+  'link_title' => 'Content types',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:92:"Manage content types, including default status, front page promotion, comment settings, etc.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '1',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '2',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '9',
-  'p3' => '0',
+  'p2' => '20',
+  'p3' => '34',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19304,23 +24844,23 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'user-menu',
-  'mlid' => '10',
-  'plid' => '2',
-  'link_path' => 'user/register',
-  'router_path' => 'user/register',
-  'link_title' => 'Create new account',
+  'menu_name' => 'navigation',
+  'mlid' => '36',
+  'plid' => '5',
+  'link_path' => 'node/%/delete',
+  'router_path' => 'node/%/delete',
+  'link_title' => 'Delete',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
+  'weight' => '1',
   'depth' => '2',
   'customized' => '0',
-  'p1' => '2',
-  'p2' => '10',
+  'p1' => '5',
+  'p2' => '36',
   'p3' => '0',
   'p4' => '0',
   'p5' => '0',
@@ -19332,23 +24872,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '12',
-  'plid' => '1',
-  'link_path' => 'admin/index',
-  'router_path' => 'admin/index',
-  'link_title' => 'Index',
-  'options' => 'a:0:{}',
+  'mlid' => '37',
+  'plid' => '8',
+  'link_path' => 'admin/config/development',
+  'router_path' => 'admin/config/development',
+  'link_title' => 'Development',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Development tools.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '-18',
-  'depth' => '2',
+  'weight' => '-10',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '12',
-  'p3' => '0',
+  'p2' => '8',
+  'p3' => '37',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19358,12 +24898,12 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'user-menu',
-  'mlid' => '13',
-  'plid' => '2',
-  'link_path' => 'user/login',
-  'router_path' => 'user/login',
-  'link_title' => 'Log in',
+  'menu_name' => 'navigation',
+  'mlid' => '38',
+  'plid' => '16',
+  'link_path' => 'user/%/edit',
+  'router_path' => 'user/%/edit',
+  'link_title' => 'Edit',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -19373,8 +24913,8 @@
   'weight' => '0',
   'depth' => '2',
   'customized' => '0',
-  'p1' => '2',
-  'p2' => '13',
+  'p1' => '16',
+  'p2' => '38',
   'p3' => '0',
   'p4' => '0',
   'p5' => '0',
@@ -19385,23 +24925,23 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'user-menu',
-  'mlid' => '14',
-  'plid' => '0',
-  'link_path' => 'user/logout',
-  'router_path' => 'user/logout',
-  'link_title' => 'Log out',
+  'menu_name' => 'navigation',
+  'mlid' => '39',
+  'plid' => '5',
+  'link_path' => 'node/%/edit',
+  'router_path' => 'node/%/edit',
+  'link_title' => 'Edit',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '10',
-  'depth' => '1',
+  'weight' => '0',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '14',
-  'p2' => '0',
+  'p1' => '5',
+  'p2' => '39',
   'p3' => '0',
   'p4' => '0',
   'p5' => '0',
@@ -19413,23 +24953,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '15',
-  'plid' => '1',
-  'link_path' => 'admin/modules',
-  'router_path' => 'admin/modules',
-  'link_title' => 'Modules',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:26:"Extend site functionality.";}}',
+  'mlid' => '40',
+  'plid' => '15',
+  'link_path' => 'admin/modules/list',
+  'router_path' => 'admin/modules/list',
+  'link_title' => 'List',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-2',
-  'depth' => '2',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
   'p2' => '15',
-  'p3' => '0',
+  'p3' => '40',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19439,24 +24979,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '16',
-  'plid' => '0',
-  'link_path' => 'user/%',
-  'router_path' => 'user/%',
-  'link_title' => 'My account',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '41',
+  'plid' => '17',
+  'link_path' => 'admin/people/people',
+  'router_path' => 'admin/people/people',
+  'link_title' => 'List',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:50:"Find and manage people interacting with your site.";}}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '1',
+  'weight' => '-10',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '16',
-  'p2' => '0',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '17',
+  'p3' => '41',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19467,23 +25007,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '17',
-  'plid' => '1',
-  'link_path' => 'admin/people',
-  'router_path' => 'admin/people',
-  'link_title' => 'People',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Manage user accounts, roles, and permissions.";}}',
+  'mlid' => '42',
+  'plid' => '7',
+  'link_path' => 'admin/appearance/list',
+  'router_path' => 'admin/appearance/list',
+  'link_title' => 'List',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:31:"Select and configure your theme";}}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-4',
-  'depth' => '2',
+  'weight' => '-1',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '17',
-  'p3' => '0',
+  'p2' => '7',
+  'p3' => '42',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19494,23 +25034,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '18',
-  'plid' => '1',
-  'link_path' => 'admin/reports',
-  'router_path' => 'admin/reports',
-  'link_title' => 'Reports',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View reports, updates, and errors.";}}',
+  'mlid' => '43',
+  'plid' => '8',
+  'link_path' => 'admin/config/media',
+  'router_path' => 'admin/config/media',
+  'link_title' => 'Media',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:12:"Media tools.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '1',
   'expanded' => '0',
-  'weight' => '5',
-  'depth' => '2',
+  'weight' => '-10',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '0',
+  'p2' => '8',
+  'p3' => '43',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19520,24 +25060,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'user-menu',
-  'mlid' => '19',
-  'plid' => '2',
-  'link_path' => 'user/password',
-  'router_path' => 'user/password',
-  'link_title' => 'Request new password',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '44',
+  'plid' => '20',
+  'link_path' => 'admin/structure/menu',
+  'router_path' => 'admin/structure/menu',
+  'link_title' => 'Menus',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:86:"Add new menus to your site, edit existing menus, and rename and reorganize menu links.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '2',
-  'p2' => '19',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '44',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19548,23 +25088,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '20',
-  'plid' => '1',
-  'link_path' => 'admin/structure',
-  'router_path' => 'admin/structure',
-  'link_title' => 'Structure',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Administer blocks, content types, menus, etc.";}}',
+  'mlid' => '45',
+  'plid' => '8',
+  'link_path' => 'admin/config/people',
+  'router_path' => 'admin/config/people',
+  'link_title' => 'People',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:24:"Configure user accounts.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '1',
   'expanded' => '0',
-  'weight' => '-8',
-  'depth' => '2',
+  'weight' => '-20',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '0',
+  'p2' => '8',
+  'p3' => '45',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19575,23 +25115,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '21',
-  'plid' => '1',
-  'link_path' => 'admin/tasks',
-  'router_path' => 'admin/tasks',
-  'link_title' => 'Tasks',
-  'options' => 'a:0:{}',
+  'mlid' => '46',
+  'plid' => '17',
+  'link_path' => 'admin/people/permissions',
+  'router_path' => 'admin/people/permissions',
+  'link_title' => 'Permissions',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-20',
-  'depth' => '2',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '21',
-  'p3' => '0',
+  'p2' => '17',
+  'p3' => '46',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19601,24 +25141,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '22',
-  'plid' => '0',
-  'link_path' => 'comment/reply/%',
-  'router_path' => 'comment/reply/%',
-  'link_title' => 'Add new comment',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '47',
+  'plid' => '18',
+  'link_path' => 'admin/reports/dblog',
+  'router_path' => 'admin/reports/dblog',
+  'link_title' => 'Recent log messages',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View events that have recently been logged.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '1',
+  'weight' => '-1',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '22',
-  'p2' => '0',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '18',
+  'p3' => '47',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19628,24 +25168,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '23',
-  'plid' => '3',
-  'link_path' => 'comment/%/approve',
-  'router_path' => 'comment/%/approve',
-  'link_title' => 'Approve',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '48',
+  'plid' => '8',
+  'link_path' => 'admin/config/regional',
+  'router_path' => 'admin/config/regional',
+  'link_title' => 'Regional and language',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Regional settings, localization and translation.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '1',
-  'depth' => '2',
+  'weight' => '-5',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '3',
-  'p2' => '23',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '48',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19656,22 +25196,22 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '24',
-  'plid' => '3',
-  'link_path' => 'comment/%/delete',
-  'router_path' => 'comment/%/delete',
-  'link_title' => 'Delete',
+  'mlid' => '49',
+  'plid' => '5',
+  'link_path' => 'node/%/revisions',
+  'router_path' => 'node/%/revisions',
+  'link_title' => 'Revisions',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '2',
   'depth' => '2',
   'customized' => '0',
-  'p1' => '3',
-  'p2' => '24',
+  'p1' => '5',
+  'p2' => '49',
   'p3' => '0',
   'p4' => '0',
   'p5' => '0',
@@ -19682,24 +25222,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '25',
-  'plid' => '3',
-  'link_path' => 'comment/%/edit',
-  'router_path' => 'comment/%/edit',
-  'link_title' => 'Edit',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '50',
+  'plid' => '8',
+  'link_path' => 'admin/config/search',
+  'router_path' => 'admin/config/search',
+  'link_title' => 'Search and metadata',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:36:"Local site search, metadata and SEO.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '2',
+  'weight' => '-10',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '3',
-  'p2' => '25',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '50',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19709,24 +25249,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '26',
-  'plid' => '3',
-  'link_path' => 'comment/%/view',
-  'router_path' => 'comment/%/view',
-  'link_title' => 'View comment',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '51',
+  'plid' => '7',
+  'link_path' => 'admin/appearance/settings',
+  'router_path' => 'admin/appearance/settings',
+  'link_title' => 'Settings',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:46:"Configure default and theme specific settings.";}}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '2',
+  'weight' => '20',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '3',
-  'p2' => '26',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '7',
+  'p3' => '51',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19737,23 +25277,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '27',
-  'plid' => '17',
-  'link_path' => 'admin/people/create',
-  'router_path' => 'admin/people/create',
-  'link_title' => 'Add user',
-  'options' => 'a:0:{}',
+  'mlid' => '52',
+  'plid' => '18',
+  'link_path' => 'admin/reports/status',
+  'router_path' => 'admin/reports/status',
+  'link_title' => 'Status report',
+  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:74:\"Get a status report about your site's operation and any detected problems.\";}}",
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
+  'weight' => '-60',
   'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '17',
-  'p3' => '27',
+  'p2' => '18',
+  'p3' => '52',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19764,23 +25304,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '28',
-  'plid' => '20',
-  'link_path' => 'admin/structure/block',
-  'router_path' => 'admin/structure/block',
-  'link_title' => 'Blocks',
-  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:79:\"Configure what block content appears in your site's sidebars and other regions.\";}}",
+  'mlid' => '53',
+  'plid' => '8',
+  'link_path' => 'admin/config/system',
+  'router_path' => 'admin/config/system',
+  'link_title' => 'System',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:37:"General system related configuration.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
+  'weight' => '-20',
   'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '28',
+  'p2' => '8',
+  'p3' => '53',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19790,24 +25330,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '29',
-  'plid' => '16',
-  'link_path' => 'user/%/cancel',
-  'router_path' => 'user/%/cancel',
-  'link_title' => 'Cancel account',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '54',
+  'plid' => '18',
+  'link_path' => 'admin/reports/access-denied',
+  'router_path' => 'admin/reports/access-denied',
+  'link_title' => "Top 'access denied' errors",
+  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"View 'access denied' errors (403s).\";}}",
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '16',
-  'p2' => '29',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '18',
+  'p3' => '54',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19818,12 +25358,12 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '30',
-  'plid' => '9',
-  'link_path' => 'admin/content/comment',
-  'router_path' => 'admin/content/comment',
-  'link_title' => 'Comments',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"List and edit site comments and the comment approval queue.";}}',
+  'mlid' => '55',
+  'plid' => '18',
+  'link_path' => 'admin/reports/page-not-found',
+  'router_path' => 'admin/reports/page-not-found',
+  'link_title' => "Top 'page not found' errors",
+  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"View 'page not found' errors (404s).\";}}",
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
@@ -19833,8 +25373,8 @@
   'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '9',
-  'p3' => '30',
+  'p2' => '18',
+  'p3' => '55',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19845,23 +25385,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '32',
-  'plid' => '9',
-  'link_path' => 'admin/content/node',
-  'router_path' => 'admin/content/node',
-  'link_title' => 'Content',
+  'mlid' => '56',
+  'plid' => '15',
+  'link_path' => 'admin/modules/uninstall',
+  'router_path' => 'admin/modules/uninstall',
+  'link_title' => 'Uninstall',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
+  'weight' => '20',
   'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '9',
-  'p3' => '32',
+  'p2' => '15',
+  'p3' => '56',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19872,12 +25412,12 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '33',
+  'mlid' => '57',
   'plid' => '8',
-  'link_path' => 'admin/config/content',
-  'router_path' => 'admin/config/content',
-  'link_title' => 'Content authoring',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:53:"Settings related to formatting and authoring content.";}}',
+  'link_path' => 'admin/config/user-interface',
+  'router_path' => 'admin/config/user-interface',
+  'link_title' => 'User interface',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Tools that enhance the user interface.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
@@ -19888,7 +25428,7 @@
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '33',
+  'p3' => '57',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19898,24 +25438,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '34',
-  'plid' => '20',
-  'link_path' => 'admin/structure/types',
-  'router_path' => 'admin/structure/types',
-  'link_title' => 'Content types',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:92:"Manage content types, including default status, front page promotion, comment settings, etc.";}}',
+  'menu_name' => 'navigation',
+  'mlid' => '58',
+  'plid' => '5',
+  'link_path' => 'node/%/view',
+  'router_path' => 'node/%/view',
+  'link_title' => 'View',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '-10',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
+  'p1' => '5',
+  'p2' => '58',
+  'p3' => '0',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19926,22 +25466,22 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '36',
-  'plid' => '5',
-  'link_path' => 'node/%/delete',
-  'router_path' => 'node/%/delete',
-  'link_title' => 'Delete',
+  'mlid' => '59',
+  'plid' => '16',
+  'link_path' => 'user/%/view',
+  'router_path' => 'user/%/view',
+  'link_title' => 'View',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '1',
+  'weight' => '-10',
   'depth' => '2',
   'customized' => '0',
-  'p1' => '5',
-  'p2' => '36',
+  'p1' => '16',
+  'p2' => '59',
   'p3' => '0',
   'p4' => '0',
   'p5' => '0',
@@ -19953,23 +25493,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '37',
+  'mlid' => '60',
   'plid' => '8',
-  'link_path' => 'admin/config/development',
-  'router_path' => 'admin/config/development',
-  'link_title' => 'Development',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Development tools.";}}',
+  'link_path' => 'admin/config/services',
+  'router_path' => 'admin/config/services',
+  'link_title' => 'Web services',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"Tools related to web services.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '1',
   'expanded' => '0',
-  'weight' => '-10',
+  'weight' => '0',
   'depth' => '3',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '37',
+  'p3' => '60',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -19979,24 +25519,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '38',
-  'plid' => '16',
-  'link_path' => 'user/%/edit',
-  'router_path' => 'user/%/edit',
-  'link_title' => 'Edit',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '61',
+  'plid' => '8',
+  'link_path' => 'admin/config/workflow',
+  'router_path' => 'admin/config/workflow',
+  'link_title' => 'Workflow',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Content workflow, editorial workflow tools.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '2',
+  'weight' => '5',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '16',
-  'p2' => '38',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '61',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -20006,12 +25546,66 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '39',
-  'plid' => '5',
-  'link_path' => 'node/%/edit',
-  'router_path' => 'node/%/edit',
-  'link_title' => 'Edit',
+  'menu_name' => 'management',
+  'mlid' => '66',
+  'plid' => '45',
+  'link_path' => 'admin/config/people/accounts',
+  'router_path' => 'admin/config/people/accounts',
+  'link_title' => 'Account settings',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:109:"Configure default behavior of users, including registration requirements, e-mails, fields, and user pictures.";}}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '-10',
+  'depth' => '4',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '45',
+  'p4' => '66',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '67',
+  'plid' => '53',
+  'link_path' => 'admin/config/system/actions',
+  'router_path' => 'admin/config/system/actions',
+  'link_title' => 'Actions',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '1',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '4',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '53',
+  'p4' => '67',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '68',
+  'plid' => '28',
+  'link_path' => 'admin/structure/block/add',
+  'router_path' => 'admin/structure/block/add',
+  'link_title' => 'Add block',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -20019,12 +25613,12 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '5',
-  'p2' => '39',
-  'p3' => '0',
-  'p4' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '28',
+  'p4' => '68',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20034,11 +25628,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '40',
-  'plid' => '15',
-  'link_path' => 'admin/modules/list',
-  'router_path' => 'admin/modules/list',
-  'link_title' => 'List',
+  'mlid' => '69',
+  'plid' => '34',
+  'link_path' => 'admin/structure/types/add',
+  'router_path' => 'admin/structure/types/add',
+  'link_title' => 'Add content type',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -20046,12 +25640,12 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '15',
-  'p3' => '40',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '69',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20061,24 +25655,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '41',
-  'plid' => '17',
-  'link_path' => 'admin/people/people',
-  'router_path' => 'admin/people/people',
-  'link_title' => 'List',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:50:"Find and manage people interacting with your site.";}}',
+  'mlid' => '70',
+  'plid' => '44',
+  'link_path' => 'admin/structure/menu/add',
+  'router_path' => 'admin/structure/menu/add',
+  'link_title' => 'Add menu',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '3',
+  'weight' => '0',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '17',
-  'p3' => '41',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '44',
+  'p4' => '70',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20088,24 +25682,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '42',
-  'plid' => '7',
-  'link_path' => 'admin/appearance/list',
-  'router_path' => 'admin/appearance/list',
-  'link_title' => 'List',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:31:"Select and configure your theme";}}',
+  'mlid' => '71',
+  'plid' => '51',
+  'link_path' => 'admin/appearance/settings/bartik',
+  'router_path' => 'admin/appearance/settings/bartik',
+  'link_title' => 'Bartik',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-1',
-  'depth' => '3',
+  'weight' => '0',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '7',
-  'p3' => '42',
-  'p4' => '0',
+  'p3' => '51',
+  'p4' => '71',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20115,24 +25709,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '43',
-  'plid' => '8',
-  'link_path' => 'admin/config/media',
-  'router_path' => 'admin/config/media',
-  'link_title' => 'Media',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:12:"Media tools.";}}',
+  'mlid' => '72',
+  'plid' => '50',
+  'link_path' => 'admin/config/search/clean-urls',
+  'router_path' => 'admin/config/search/clean-urls',
+  'link_title' => 'Clean URLs',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Enable or disable clean URLs for your site.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '3',
+  'weight' => '5',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '43',
-  'p4' => '0',
+  'p3' => '50',
+  'p4' => '72',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20142,24 +25736,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '44',
-  'plid' => '20',
-  'link_path' => 'admin/structure/menu',
-  'router_path' => 'admin/structure/menu',
-  'link_title' => 'Menus',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:86:"Add new menus to your site, edit existing menus, and rename and reorganize menu links.";}}',
+  'mlid' => '73',
+  'plid' => '53',
+  'link_path' => 'admin/config/system/cron',
+  'router_path' => 'admin/config/system/cron',
+  'link_title' => 'Cron',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:40:"Manage automatic site maintenance tasks.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '20',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '53',
+  'p4' => '73',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20169,24 +25763,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '45',
-  'plid' => '8',
-  'link_path' => 'admin/config/people',
-  'router_path' => 'admin/config/people',
-  'link_title' => 'People',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:24:"Configure user accounts.";}}',
+  'mlid' => '74',
+  'plid' => '48',
+  'link_path' => 'admin/config/regional/date-time',
+  'router_path' => 'admin/config/regional/date-time',
+  'link_title' => 'Date and time',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-20',
-  'depth' => '3',
+  'weight' => '-15',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '45',
-  'p4' => '0',
+  'p3' => '48',
+  'p4' => '74',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20196,14 +25790,14 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '46',
-  'plid' => '17',
-  'link_path' => 'admin/people/permissions',
-  'router_path' => 'admin/people/permissions',
-  'link_title' => 'Permissions',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
+  'mlid' => '75',
+  'plid' => '18',
+  'link_path' => 'admin/reports/event/%',
+  'router_path' => 'admin/reports/event/%',
+  'link_title' => 'Details',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
@@ -20211,8 +25805,8 @@
   'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '17',
-  'p3' => '46',
+  'p2' => '18',
+  'p3' => '75',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -20223,24 +25817,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '47',
-  'plid' => '18',
-  'link_path' => 'admin/reports/dblog',
-  'router_path' => 'admin/reports/dblog',
-  'link_title' => 'Recent log messages',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View events that have recently been logged.";}}',
+  'mlid' => '76',
+  'plid' => '43',
+  'link_path' => 'admin/config/media/file-system',
+  'router_path' => 'admin/config/media/file-system',
+  'link_title' => 'File system',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:68:"Tell Drupal where to store uploaded files and how they are accessed.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-1',
-  'depth' => '3',
+  'weight' => '-10',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '47',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '43',
+  'p4' => '76',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20250,24 +25844,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '48',
-  'plid' => '8',
-  'link_path' => 'admin/config/regional',
-  'router_path' => 'admin/config/regional',
-  'link_title' => 'Regional and language',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Regional settings, localization and translation.";}}',
+  'mlid' => '78',
+  'plid' => '51',
+  'link_path' => 'admin/appearance/settings/garland',
+  'router_path' => 'admin/appearance/settings/garland',
+  'link_title' => 'Garland',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-5',
-  'depth' => '3',
+  'weight' => '0',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '0',
+  'p2' => '7',
+  'p3' => '51',
+  'p4' => '78',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20276,25 +25870,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '49',
-  'plid' => '5',
-  'link_path' => 'node/%/revisions',
-  'router_path' => 'node/%/revisions',
-  'link_title' => 'Revisions',
+  'menu_name' => 'management',
+  'mlid' => '79',
+  'plid' => '51',
+  'link_path' => 'admin/appearance/settings/global',
+  'router_path' => 'admin/appearance/settings/global',
+  'link_title' => 'Global settings',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '2',
-  'depth' => '2',
+  'weight' => '-1',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '5',
-  'p2' => '49',
-  'p3' => '0',
-  'p4' => '0',
+  'p1' => '1',
+  'p2' => '7',
+  'p3' => '51',
+  'p4' => '79',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20304,24 +25898,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '50',
-  'plid' => '8',
-  'link_path' => 'admin/config/search',
-  'router_path' => 'admin/config/search',
-  'link_title' => 'Search and metadata',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:36:"Local site search, metadata and SEO.";}}',
+  'mlid' => '80',
+  'plid' => '45',
+  'link_path' => 'admin/config/people/ip-blocking',
+  'router_path' => 'admin/config/people/ip-blocking',
+  'link_title' => 'IP address blocking',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Manage blocked IP addresses.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '1',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '3',
+  'weight' => '10',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '50',
-  'p4' => '0',
+  'p3' => '45',
+  'p4' => '80',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20331,24 +25925,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '51',
-  'plid' => '7',
-  'link_path' => 'admin/appearance/settings',
-  'router_path' => 'admin/appearance/settings',
-  'link_title' => 'Settings',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:46:"Configure default and theme specific settings.";}}',
+  'mlid' => '81',
+  'plid' => '43',
+  'link_path' => 'admin/config/media/image-toolkit',
+  'router_path' => 'admin/config/media/image-toolkit',
+  'link_title' => 'Image toolkit',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:74:"Choose which image toolkit to use if you have installed optional toolkits.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '20',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '7',
-  'p3' => '51',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '43',
+  'p4' => '81',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20358,24 +25952,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '52',
-  'plid' => '18',
-  'link_path' => 'admin/reports/status',
-  'router_path' => 'admin/reports/status',
-  'link_title' => 'Status report',
-  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:74:\"Get a status report about your site's operation and any detected problems.\";}}",
+  'mlid' => '82',
+  'plid' => '40',
+  'link_path' => 'admin/modules/list/confirm',
+  'router_path' => 'admin/modules/list/confirm',
+  'link_title' => 'List',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-60',
-  'depth' => '3',
+  'weight' => '0',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '52',
-  'p4' => '0',
+  'p2' => '15',
+  'p3' => '40',
+  'p4' => '82',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20385,24 +25979,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '53',
-  'plid' => '8',
-  'link_path' => 'admin/config/system',
-  'router_path' => 'admin/config/system',
-  'link_title' => 'System',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:37:"General system related configuration.";}}',
+  'mlid' => '83',
+  'plid' => '34',
+  'link_path' => 'admin/structure/types/list',
+  'router_path' => 'admin/structure/types/list',
+  'link_title' => 'List',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-20',
-  'depth' => '3',
+  'weight' => '-10',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '53',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '83',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20412,24 +26006,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '54',
-  'plid' => '18',
-  'link_path' => 'admin/reports/access-denied',
-  'router_path' => 'admin/reports/access-denied',
-  'link_title' => "Top 'access denied' errors",
-  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:35:\"View 'access denied' errors (403s).\";}}",
+  'mlid' => '84',
+  'plid' => '44',
+  'link_path' => 'admin/structure/menu/list',
+  'router_path' => 'admin/structure/menu/list',
+  'link_title' => 'List menus',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '-10',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '54',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '44',
+  'p4' => '84',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20439,24 +26033,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '55',
-  'plid' => '18',
-  'link_path' => 'admin/reports/page-not-found',
-  'router_path' => 'admin/reports/page-not-found',
-  'link_title' => "Top 'page not found' errors",
-  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:36:\"View 'page not found' errors (404s).\";}}",
+  'mlid' => '85',
+  'plid' => '37',
+  'link_path' => 'admin/config/development/logging',
+  'router_path' => 'admin/config/development/logging',
+  'link_title' => 'Logging and errors',
+  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:154:\"Settings for logging and alerts modules. Various modules can route Drupal's system events to different destinations, such as syslog, database, email, etc.\";}}",
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '-15',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '55',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '37',
+  'p4' => '85',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20466,24 +26060,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '56',
-  'plid' => '15',
-  'link_path' => 'admin/modules/uninstall',
-  'router_path' => 'admin/modules/uninstall',
-  'link_title' => 'Uninstall',
-  'options' => 'a:0:{}',
+  'mlid' => '86',
+  'plid' => '37',
+  'link_path' => 'admin/config/development/maintenance',
+  'router_path' => 'admin/config/development/maintenance',
+  'link_title' => 'Maintenance mode',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:62:"Take the site offline for maintenance or bring it back online.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '20',
-  'depth' => '3',
+  'weight' => '-10',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '15',
-  'p3' => '56',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '37',
+  'p4' => '86',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20493,24 +26087,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '57',
-  'plid' => '8',
-  'link_path' => 'admin/config/user-interface',
-  'router_path' => 'admin/config/user-interface',
-  'link_title' => 'User interface',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Tools that enhance the user interface.";}}',
+  'mlid' => '89',
+  'plid' => '37',
+  'link_path' => 'admin/config/development/performance',
+  'router_path' => 'admin/config/development/performance',
+  'link_title' => 'Performance',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:101:"Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-15',
-  'depth' => '3',
+  'weight' => '-20',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '57',
-  'p4' => '0',
+  'p3' => '37',
+  'p4' => '89',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20519,25 +26113,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '58',
-  'plid' => '5',
-  'link_path' => 'node/%/view',
-  'router_path' => 'node/%/view',
-  'link_title' => 'View',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '90',
+  'plid' => '46',
+  'link_path' => 'admin/people/permissions/list',
+  'router_path' => 'admin/people/permissions/list',
+  'link_title' => 'Permissions',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '2',
+  'weight' => '-8',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '5',
-  'p2' => '58',
-  'p3' => '0',
-  'p4' => '0',
+  'p1' => '1',
+  'p2' => '17',
+  'p3' => '46',
+  'p4' => '90',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20546,12 +26140,12 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '59',
-  'plid' => '16',
-  'link_path' => 'user/%/view',
-  'router_path' => 'user/%/view',
-  'link_title' => 'View',
+  'menu_name' => 'management',
+  'mlid' => '93',
+  'plid' => '30',
+  'link_path' => 'admin/content/comment/new',
+  'router_path' => 'admin/content/comment/new',
+  'link_title' => 'Published comments',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -20559,39 +26153,12 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '-10',
-  'depth' => '2',
-  'customized' => '0',
-  'p1' => '16',
-  'p2' => '59',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
-  'p7' => '0',
-  'p8' => '0',
-  'p9' => '0',
-  'updated' => '0',
-))
-->values(array(
-  'menu_name' => 'management',
-  'mlid' => '60',
-  'plid' => '8',
-  'link_path' => 'admin/config/services',
-  'router_path' => 'admin/config/services',
-  'link_title' => 'Web services',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"Tools related to web services.";}}',
-  'module' => 'system',
-  'hidden' => '0',
-  'external' => '0',
-  'has_children' => '1',
-  'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '60',
-  'p4' => '0',
+  'p2' => '9',
+  'p3' => '30',
+  'p4' => '93',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20601,24 +26168,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '61',
-  'plid' => '8',
-  'link_path' => 'admin/config/workflow',
-  'router_path' => 'admin/config/workflow',
-  'link_title' => 'Workflow',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Content workflow, editorial workflow tools.";}}',
+  'mlid' => '94',
+  'plid' => '60',
+  'link_path' => 'admin/config/services/rss-publishing',
+  'router_path' => 'admin/config/services/rss-publishing',
+  'link_title' => 'RSS publishing',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:114:"Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '5',
-  'depth' => '3',
+  'weight' => '0',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '61',
-  'p4' => '0',
+  'p3' => '60',
+  'p4' => '94',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20628,24 +26195,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '66',
-  'plid' => '45',
-  'link_path' => 'admin/config/people/accounts',
-  'router_path' => 'admin/config/people/accounts',
-  'link_title' => 'Account settings',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:109:"Configure default behavior of users, including registration requirements, e-mails, fields, and user pictures.";}}',
+  'mlid' => '95',
+  'plid' => '48',
+  'link_path' => 'admin/config/regional/settings',
+  'router_path' => 'admin/config/regional/settings',
+  'link_title' => 'Regional settings',
+  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:54:\"Settings for the site's default time zone and country.\";}}",
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
+  'weight' => '-20',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '45',
-  'p4' => '66',
+  'p3' => '48',
+  'p4' => '95',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20655,24 +26222,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '67',
-  'plid' => '53',
-  'link_path' => 'admin/config/system/actions',
-  'router_path' => 'admin/config/system/actions',
-  'link_title' => 'Actions',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
+  'mlid' => '96',
+  'plid' => '46',
+  'link_path' => 'admin/people/permissions/roles',
+  'router_path' => 'admin/people/permissions/roles',
+  'link_title' => 'Roles',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"List, edit, or add user roles.";}}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
+  'weight' => '-5',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '53',
-  'p4' => '67',
+  'p2' => '17',
+  'p3' => '46',
+  'p4' => '96',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20682,24 +26249,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '68',
-  'plid' => '28',
-  'link_path' => 'admin/structure/block/add',
-  'router_path' => 'admin/structure/block/add',
-  'link_title' => 'Add block',
+  'mlid' => '97',
+  'plid' => '44',
+  'link_path' => 'admin/structure/menu/settings',
+  'router_path' => 'admin/structure/menu/settings',
+  'link_title' => 'Settings',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
+  'weight' => '5',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '28',
-  'p4' => '68',
+  'p3' => '44',
+  'p4' => '97',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20709,11 +26276,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '69',
-  'plid' => '34',
-  'link_path' => 'admin/structure/types/add',
-  'router_path' => 'admin/structure/types/add',
-  'link_title' => 'Add content type',
+  'mlid' => '98',
+  'plid' => '51',
+  'link_path' => 'admin/appearance/settings/seven',
+  'router_path' => 'admin/appearance/settings/seven',
+  'link_title' => 'Seven',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -20724,9 +26291,9 @@
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '69',
+  'p2' => '7',
+  'p3' => '51',
+  'p4' => '98',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20736,24 +26303,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '70',
-  'plid' => '44',
-  'link_path' => 'admin/structure/menu/add',
-  'router_path' => 'admin/structure/menu/add',
-  'link_title' => 'Add menu',
-  'options' => 'a:0:{}',
+  'mlid' => '99',
+  'plid' => '53',
+  'link_path' => 'admin/config/system/site-information',
+  'router_path' => 'admin/config/system/site-information',
+  'link_title' => 'Site information',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:104:"Change site name, e-mail address, slogan, default front page, and number of posts per page, error pages.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
+  'weight' => '-20',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '70',
+  'p2' => '8',
+  'p3' => '53',
+  'p4' => '99',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20763,11 +26330,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '71',
+  'mlid' => '100',
   'plid' => '51',
-  'link_path' => 'admin/appearance/settings/bartik',
-  'router_path' => 'admin/appearance/settings/bartik',
-  'link_title' => 'Bartik',
+  'link_path' => 'admin/appearance/settings/stark',
+  'router_path' => 'admin/appearance/settings/stark',
+  'link_title' => 'Stark',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -20780,7 +26347,7 @@
   'p1' => '1',
   'p2' => '7',
   'p3' => '51',
-  'p4' => '71',
+  'p4' => '100',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20790,24 +26357,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '72',
-  'plid' => '50',
-  'link_path' => 'admin/config/search/clean-urls',
-  'router_path' => 'admin/config/search/clean-urls',
-  'link_title' => 'Clean URLs',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Enable or disable clean URLs for your site.";}}',
+  'mlid' => '101',
+  'plid' => '33',
+  'link_path' => 'admin/config/content/formats',
+  'router_path' => 'admin/config/content/formats',
+  'link_title' => 'Text formats',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:127:"Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '5',
+  'weight' => '0',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '50',
-  'p4' => '72',
+  'p3' => '33',
+  'p4' => '101',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20817,24 +26384,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '73',
-  'plid' => '53',
-  'link_path' => 'admin/config/system/cron',
-  'router_path' => 'admin/config/system/cron',
-  'link_title' => 'Cron',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:40:"Manage automatic site maintenance tasks.";}}',
+  'mlid' => '102',
+  'plid' => '30',
+  'link_path' => 'admin/content/comment/approval',
+  'router_path' => 'admin/content/comment/approval',
+  'link_title' => 'Unapproved comments',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '20',
+  'weight' => '0',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '53',
-  'p4' => '73',
+  'p2' => '9',
+  'p3' => '30',
+  'p4' => '102',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20844,24 +26411,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '74',
-  'plid' => '48',
-  'link_path' => 'admin/config/regional/date-time',
-  'router_path' => 'admin/config/regional/date-time',
-  'link_title' => 'Date and time',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
+  'mlid' => '103',
+  'plid' => '56',
+  'link_path' => 'admin/modules/uninstall/confirm',
+  'router_path' => 'admin/modules/uninstall/confirm',
+  'link_title' => 'Uninstall',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-15',
+  'weight' => '0',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '74',
+  'p2' => '15',
+  'p3' => '56',
+  'p4' => '103',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20870,24 +26437,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '75',
-  'plid' => '18',
-  'link_path' => 'admin/reports/event/%',
-  'router_path' => 'admin/reports/event/%',
-  'link_title' => 'Details',
+  'menu_name' => 'navigation',
+  'mlid' => '104',
+  'plid' => '38',
+  'link_path' => 'user/%/edit/account',
+  'router_path' => 'user/%/edit/account',
+  'link_title' => 'Account',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
   'depth' => '3',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '18',
-  'p3' => '75',
+  'p1' => '16',
+  'p2' => '38',
+  'p3' => '104',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -20898,25 +26465,52 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '76',
-  'plid' => '43',
-  'link_path' => 'admin/config/media/file-system',
-  'router_path' => 'admin/config/media/file-system',
-  'link_title' => 'File system',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:68:"Tell Drupal where to store uploaded files and how they are accessed.";}}',
+  'mlid' => '105',
+  'plid' => '101',
+  'link_path' => 'admin/config/content/formats/%',
+  'router_path' => 'admin/config/content/formats/%',
+  'link_title' => '',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
+  'has_children' => '1',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '5',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '33',
+  'p4' => '101',
+  'p5' => '105',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '110',
+  'plid' => '101',
+  'link_path' => 'admin/config/content/formats/add',
+  'router_path' => 'admin/config/content/formats/add',
+  'link_title' => 'Add text format',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '4',
+  'weight' => '1',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '43',
-  'p4' => '76',
-  'p5' => '0',
+  'p3' => '33',
+  'p4' => '101',
+  'p5' => '110',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -20925,24 +26519,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '78',
-  'plid' => '51',
-  'link_path' => 'admin/appearance/settings/garland',
-  'router_path' => 'admin/appearance/settings/garland',
-  'link_title' => 'Garland',
+  'mlid' => '111',
+  'plid' => '28',
+  'link_path' => 'admin/structure/block/list/bartik',
+  'router_path' => 'admin/structure/block/list/bartik',
+  'link_title' => 'Bartik',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
+  'weight' => '-10',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '7',
-  'p3' => '51',
-  'p4' => '78',
+  'p2' => '20',
+  'p3' => '28',
+  'p4' => '111',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -20952,25 +26546,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '79',
-  'plid' => '51',
-  'link_path' => 'admin/appearance/settings/global',
-  'router_path' => 'admin/appearance/settings/global',
-  'link_title' => 'Global settings',
+  'mlid' => '112',
+  'plid' => '67',
+  'link_path' => 'admin/config/system/actions/configure',
+  'router_path' => 'admin/config/system/actions/configure',
+  'link_title' => 'Configure an advanced action',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-1',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '7',
-  'p3' => '51',
-  'p4' => '79',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '53',
+  'p4' => '67',
+  'p5' => '112',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -20979,24 +26573,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '80',
-  'plid' => '45',
-  'link_path' => 'admin/config/people/ip-blocking',
-  'router_path' => 'admin/config/people/ip-blocking',
-  'link_title' => 'IP address blocking',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Manage blocked IP addresses.";}}',
+  'mlid' => '113',
+  'plid' => '44',
+  'link_path' => 'admin/structure/menu/manage/%',
+  'router_path' => 'admin/structure/menu/manage/%',
+  'link_title' => 'Customize menu',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '1',
   'expanded' => '0',
-  'weight' => '10',
+  'weight' => '0',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '45',
-  'p4' => '80',
+  'p2' => '20',
+  'p3' => '44',
+  'p4' => '113',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -21006,24 +26600,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '81',
-  'plid' => '43',
-  'link_path' => 'admin/config/media/image-toolkit',
-  'router_path' => 'admin/config/media/image-toolkit',
-  'link_title' => 'Image toolkit',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:74:"Choose which image toolkit to use if you have installed optional toolkits.";}}',
+  'mlid' => '114',
+  'plid' => '34',
+  'link_path' => 'admin/structure/types/manage/%',
+  'router_path' => 'admin/structure/types/manage/%',
+  'link_title' => 'Edit content type',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '20',
+  'weight' => '0',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '43',
-  'p4' => '81',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -21033,25 +26627,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '82',
-  'plid' => '40',
-  'link_path' => 'admin/modules/list/confirm',
-  'router_path' => 'admin/modules/list/confirm',
-  'link_title' => 'List',
-  'options' => 'a:0:{}',
+  'mlid' => '116',
+  'plid' => '74',
+  'link_path' => 'admin/config/regional/date-time/formats',
+  'router_path' => 'admin/config/regional/date-time/formats',
+  'link_title' => 'Formats',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:51:"Configure display format strings for date and time.";}}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '4',
+  'weight' => '-9',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '15',
-  'p3' => '40',
-  'p4' => '82',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '74',
+  'p5' => '116',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21060,24 +26654,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '83',
-  'plid' => '34',
-  'link_path' => 'admin/structure/types/list',
-  'router_path' => 'admin/structure/types/list',
-  'link_title' => 'List',
+  'mlid' => '117',
+  'plid' => '28',
+  'link_path' => 'admin/structure/block/list/garland',
+  'router_path' => 'admin/structure/block/list/garland',
+  'link_title' => 'Garland',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
+  'weight' => '0',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '34',
-  'p4' => '83',
+  'p3' => '28',
+  'p4' => '117',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -21087,25 +26681,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '84',
-  'plid' => '44',
-  'link_path' => 'admin/structure/menu/list',
-  'router_path' => 'admin/structure/menu/list',
-  'link_title' => 'List menus',
+  'mlid' => '118',
+  'plid' => '101',
+  'link_path' => 'admin/config/content/formats/list',
+  'router_path' => 'admin/config/content/formats/list',
+  'link_title' => 'List',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '84',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '33',
+  'p4' => '101',
+  'p5' => '118',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21114,25 +26708,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '85',
-  'plid' => '37',
-  'link_path' => 'admin/config/development/logging',
-  'router_path' => 'admin/config/development/logging',
-  'link_title' => 'Logging and errors',
-  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:154:\"Settings for logging and alerts modules. Various modules can route Drupal's system events to different destinations, such as syslog, database, email, etc.\";}}",
+  'mlid' => '119',
+  'plid' => '67',
+  'link_path' => 'admin/config/system/actions/manage',
+  'router_path' => 'admin/config/system/actions/manage',
+  'link_title' => 'Manage actions',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-15',
-  'depth' => '4',
+  'weight' => '-2',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '37',
-  'p4' => '85',
-  'p5' => '0',
+  'p3' => '53',
+  'p4' => '67',
+  'p5' => '119',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21141,25 +26735,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '86',
-  'plid' => '37',
-  'link_path' => 'admin/config/development/maintenance',
-  'router_path' => 'admin/config/development/maintenance',
-  'link_title' => 'Maintenance mode',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:62:"Take the site offline for maintenance or bring it back online.";}}',
+  'mlid' => '124',
+  'plid' => '66',
+  'link_path' => 'admin/config/people/accounts/settings',
+  'router_path' => 'admin/config/people/accounts/settings',
+  'link_title' => 'Settings',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '-10',
-  'depth' => '4',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '37',
-  'p4' => '86',
-  'p5' => '0',
+  'p3' => '45',
+  'p4' => '66',
+  'p5' => '124',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21168,24 +26762,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '89',
-  'plid' => '37',
-  'link_path' => 'admin/config/development/performance',
-  'router_path' => 'admin/config/development/performance',
-  'link_title' => 'Performance',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:101:"Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.";}}',
+  'mlid' => '125',
+  'plid' => '28',
+  'link_path' => 'admin/structure/block/list/seven',
+  'router_path' => 'admin/structure/block/list/seven',
+  'link_title' => 'Seven',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-20',
+  'weight' => '0',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '37',
-  'p4' => '89',
+  'p2' => '20',
+  'p3' => '28',
+  'p4' => '125',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -21195,24 +26789,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '90',
-  'plid' => '46',
-  'link_path' => 'admin/people/permissions/list',
-  'router_path' => 'admin/people/permissions/list',
-  'link_title' => 'Permissions',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
+  'mlid' => '126',
+  'plid' => '28',
+  'link_path' => 'admin/structure/block/list/stark',
+  'router_path' => 'admin/structure/block/list/stark',
+  'link_title' => 'Stark',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-8',
+  'weight' => '0',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '17',
-  'p3' => '46',
-  'p4' => '90',
+  'p2' => '20',
+  'p3' => '28',
+  'p4' => '126',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -21222,25 +26816,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '93',
-  'plid' => '30',
-  'link_path' => 'admin/content/comment/new',
-  'router_path' => 'admin/content/comment/new',
-  'link_title' => 'Published comments',
-  'options' => 'a:0:{}',
+  'mlid' => '127',
+  'plid' => '74',
+  'link_path' => 'admin/config/regional/date-time/types',
+  'router_path' => 'admin/config/regional/date-time/types',
+  'link_title' => 'Types',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '-10',
-  'depth' => '4',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '9',
-  'p3' => '30',
-  'p4' => '93',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '74',
+  'p5' => '127',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21248,25 +26842,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '94',
-  'plid' => '60',
-  'link_path' => 'admin/config/services/rss-publishing',
-  'router_path' => 'admin/config/services/rss-publishing',
-  'link_title' => 'RSS publishing',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:114:"Configure the site description, the number of items per feed and whether feeds should be titles/teasers/full-text.";}}',
+  'menu_name' => 'navigation',
+  'mlid' => '128',
+  'plid' => '49',
+  'link_path' => 'node/%/revisions/%/delete',
+  'router_path' => 'node/%/revisions/%/delete',
+  'link_title' => 'Delete earlier revision',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '60',
-  'p4' => '94',
+  'p1' => '5',
+  'p2' => '49',
+  'p3' => '128',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -21275,25 +26869,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '95',
-  'plid' => '48',
-  'link_path' => 'admin/config/regional/settings',
-  'router_path' => 'admin/config/regional/settings',
-  'link_title' => 'Regional settings',
-  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:54:\"Settings for the site's default time zone and country.\";}}",
+  'menu_name' => 'navigation',
+  'mlid' => '129',
+  'plid' => '49',
+  'link_path' => 'node/%/revisions/%/revert',
+  'router_path' => 'node/%/revisions/%/revert',
+  'link_title' => 'Revert to earlier revision',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-20',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '95',
+  'p1' => '5',
+  'p2' => '49',
+  'p3' => '129',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -21302,25 +26896,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '96',
-  'plid' => '46',
-  'link_path' => 'admin/people/permissions/roles',
-  'router_path' => 'admin/people/permissions/roles',
-  'link_title' => 'Roles',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"List, edit, or add user roles.";}}',
+  'menu_name' => 'navigation',
+  'mlid' => '130',
+  'plid' => '49',
+  'link_path' => 'node/%/revisions/%/view',
+  'router_path' => 'node/%/revisions/%/view',
+  'link_title' => 'Revisions',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-5',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '17',
-  'p3' => '46',
-  'p4' => '96',
+  'p1' => '5',
+  'p2' => '49',
+  'p3' => '130',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -21330,25 +26924,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '97',
-  'plid' => '44',
-  'link_path' => 'admin/structure/menu/settings',
-  'router_path' => 'admin/structure/menu/settings',
-  'link_title' => 'Settings',
+  'mlid' => '136',
+  'plid' => '117',
+  'link_path' => 'admin/structure/block/list/garland/add',
+  'router_path' => 'admin/structure/block/list/garland/add',
+  'link_title' => 'Add block',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '5',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '44',
-  'p4' => '97',
-  'p5' => '0',
+  'p3' => '28',
+  'p4' => '117',
+  'p5' => '136',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21357,11 +26951,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '98',
-  'plid' => '51',
-  'link_path' => 'admin/appearance/settings/seven',
-  'router_path' => 'admin/appearance/settings/seven',
-  'link_title' => 'Seven',
+  'mlid' => '141',
+  'plid' => '125',
+  'link_path' => 'admin/structure/block/list/seven/add',
+  'router_path' => 'admin/structure/block/list/seven/add',
+  'link_title' => 'Add block',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -21369,13 +26963,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '7',
-  'p3' => '51',
-  'p4' => '98',
-  'p5' => '0',
+  'p2' => '20',
+  'p3' => '28',
+  'p4' => '125',
+  'p5' => '141',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21384,25 +26978,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '99',
-  'plid' => '53',
-  'link_path' => 'admin/config/system/site-information',
-  'router_path' => 'admin/config/system/site-information',
-  'link_title' => 'Site information',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:104:"Change site name, e-mail address, slogan, default front page, and number of posts per page, error pages.";}}',
+  'mlid' => '142',
+  'plid' => '126',
+  'link_path' => 'admin/structure/block/list/stark/add',
+  'router_path' => 'admin/structure/block/list/stark/add',
+  'link_title' => 'Add block',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-20',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '53',
-  'p4' => '99',
-  'p5' => '0',
+  'p2' => '20',
+  'p3' => '28',
+  'p4' => '126',
+  'p5' => '142',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21411,26 +27005,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '100',
-  'plid' => '51',
-  'link_path' => 'admin/appearance/settings/stark',
-  'router_path' => 'admin/appearance/settings/stark',
-  'link_title' => 'Stark',
-  'options' => 'a:0:{}',
+  'mlid' => '143',
+  'plid' => '127',
+  'link_path' => 'admin/config/regional/date-time/types/add',
+  'router_path' => 'admin/config/regional/date-time/types/add',
+  'link_title' => 'Add date type',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Add new date type.";}}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '4',
+  'weight' => '-10',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '7',
-  'p3' => '51',
-  'p4' => '100',
-  'p5' => '0',
-  'p6' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '74',
+  'p5' => '127',
+  'p6' => '143',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -21438,26 +27032,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '101',
-  'plid' => '33',
-  'link_path' => 'admin/config/content/formats',
-  'router_path' => 'admin/config/content/formats',
-  'link_title' => 'Text formats',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:127:"Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.";}}',
+  'mlid' => '144',
+  'plid' => '116',
+  'link_path' => 'admin/config/regional/date-time/formats/add',
+  'router_path' => 'admin/config/regional/date-time/formats/add',
+  'link_title' => 'Add format',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Allow users to add additional date formats.";}}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '4',
+  'weight' => '-10',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '33',
-  'p4' => '101',
-  'p5' => '0',
-  'p6' => '0',
+  'p3' => '48',
+  'p4' => '74',
+  'p5' => '116',
+  'p6' => '144',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -21465,11 +27059,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '102',
-  'plid' => '30',
-  'link_path' => 'admin/content/comment/approval',
-  'router_path' => 'admin/content/comment/approval',
-  'link_title' => 'Unapproved comments',
+  'mlid' => '145',
+  'plid' => '113',
+  'link_path' => 'admin/structure/menu/manage/%/add',
+  'router_path' => 'admin/structure/menu/manage/%/add',
+  'link_title' => 'Add link',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -21477,13 +27071,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '9',
-  'p3' => '30',
-  'p4' => '102',
-  'p5' => '0',
+  'p2' => '20',
+  'p3' => '44',
+  'p4' => '113',
+  'p5' => '145',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21492,14 +27086,14 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '103',
-  'plid' => '56',
-  'link_path' => 'admin/modules/uninstall/confirm',
-  'router_path' => 'admin/modules/uninstall/confirm',
-  'link_title' => 'Uninstall',
+  'mlid' => '146',
+  'plid' => '28',
+  'link_path' => 'admin/structure/block/manage/%/%',
+  'router_path' => 'admin/structure/block/manage/%/%',
+  'link_title' => 'Configure block',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
@@ -21507,9 +27101,9 @@
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '15',
-  'p3' => '56',
-  'p4' => '103',
+  'p2' => '20',
+  'p3' => '28',
+  'p4' => '146',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -21519,14 +27113,14 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '104',
-  'plid' => '38',
-  'link_path' => 'user/%/edit/account',
-  'router_path' => 'user/%/edit/account',
-  'link_title' => 'Account',
+  'mlid' => '147',
+  'plid' => '29',
+  'link_path' => 'user/%/cancel/confirm/%/%',
+  'router_path' => 'user/%/cancel/confirm/%/%',
+  'link_title' => 'Confirm account cancellation',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
@@ -21534,8 +27128,8 @@
   'depth' => '3',
   'customized' => '0',
   'p1' => '16',
-  'p2' => '38',
-  'p3' => '104',
+  'p2' => '29',
+  'p3' => '147',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -21546,25 +27140,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '105',
-  'plid' => '101',
-  'link_path' => 'admin/config/content/formats/%',
-  'router_path' => 'admin/config/content/formats/%',
-  'link_title' => '',
+  'mlid' => '148',
+  'plid' => '114',
+  'link_path' => 'admin/structure/types/manage/%/delete',
+  'router_path' => 'admin/structure/types/manage/%/delete',
+  'link_title' => 'Delete',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
   'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '33',
-  'p4' => '101',
-  'p5' => '105',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '148',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21573,52 +27167,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '110',
-  'plid' => '101',
-  'link_path' => 'admin/config/content/formats/add',
-  'router_path' => 'admin/config/content/formats/add',
-  'link_title' => 'Add text format',
+  'mlid' => '149',
+  'plid' => '80',
+  'link_path' => 'admin/config/people/ip-blocking/delete/%',
+  'router_path' => 'admin/config/people/ip-blocking/delete/%',
+  'link_title' => 'Delete IP address',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '1',
+  'weight' => '0',
   'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '33',
-  'p4' => '101',
-  'p5' => '110',
-  'p6' => '0',
-  'p7' => '0',
-  'p8' => '0',
-  'p9' => '0',
-  'updated' => '0',
-))
-->values(array(
-  'menu_name' => 'management',
-  'mlid' => '111',
-  'plid' => '28',
-  'link_path' => 'admin/structure/block/list/bartik',
-  'router_path' => 'admin/structure/block/list/bartik',
-  'link_title' => 'Bartik',
-  'options' => 'a:0:{}',
-  'module' => 'system',
-  'hidden' => '-1',
-  'external' => '0',
-  'has_children' => '0',
-  'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '4',
-  'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '28',
-  'p4' => '111',
-  'p5' => '0',
+  'p3' => '45',
+  'p4' => '80',
+  'p5' => '149',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21627,14 +27194,14 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '112',
+  'mlid' => '150',
   'plid' => '67',
-  'link_path' => 'admin/config/system/actions/configure',
-  'router_path' => 'admin/config/system/actions/configure',
-  'link_title' => 'Configure an advanced action',
-  'options' => 'a:0:{}',
+  'link_path' => 'admin/config/system/actions/delete/%',
+  'router_path' => 'admin/config/system/actions/delete/%',
+  'link_title' => 'Delete action',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Delete an action.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
@@ -21645,7 +27212,7 @@
   'p2' => '8',
   'p3' => '53',
   'p4' => '67',
-  'p5' => '112',
+  'p5' => '150',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21654,25 +27221,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '113',
-  'plid' => '44',
-  'link_path' => 'admin/structure/menu/manage/%',
-  'router_path' => 'admin/structure/menu/manage/%',
-  'link_title' => 'Customize menu',
+  'mlid' => '151',
+  'plid' => '113',
+  'link_path' => 'admin/structure/menu/manage/%/delete',
+  'router_path' => 'admin/structure/menu/manage/%/delete',
+  'link_title' => 'Delete menu',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
   'p3' => '44',
   'p4' => '113',
-  'p5' => '0',
+  'p5' => '151',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21681,24 +27248,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '114',
-  'plid' => '34',
-  'link_path' => 'admin/structure/types/manage/%',
-  'router_path' => 'admin/structure/types/manage/%',
-  'link_title' => 'Edit content type',
+  'mlid' => '152',
+  'plid' => '44',
+  'link_path' => 'admin/structure/menu/item/%/delete',
+  'router_path' => 'admin/structure/menu/item/%/delete',
+  'link_title' => 'Delete menu link',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
+  'p3' => '44',
+  'p4' => '152',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -21708,52 +27275,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '116',
-  'plid' => '74',
-  'link_path' => 'admin/config/regional/date-time/formats',
-  'router_path' => 'admin/config/regional/date-time/formats',
-  'link_title' => 'Formats',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:51:"Configure display format strings for date and time.";}}',
-  'module' => 'system',
-  'hidden' => '-1',
-  'external' => '0',
-  'has_children' => '1',
-  'expanded' => '0',
-  'weight' => '-9',
-  'depth' => '5',
-  'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '74',
-  'p5' => '116',
-  'p6' => '0',
-  'p7' => '0',
-  'p8' => '0',
-  'p9' => '0',
-  'updated' => '0',
-))
-->values(array(
-  'menu_name' => 'management',
-  'mlid' => '117',
-  'plid' => '28',
-  'link_path' => 'admin/structure/block/list/garland',
-  'router_path' => 'admin/structure/block/list/garland',
-  'link_title' => 'Garland',
+  'mlid' => '153',
+  'plid' => '96',
+  'link_path' => 'admin/people/permissions/roles/delete/%',
+  'router_path' => 'admin/people/permissions/roles/delete/%',
+  'link_title' => 'Delete role',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '28',
-  'p4' => '117',
-  'p5' => '0',
+  'p2' => '17',
+  'p3' => '46',
+  'p4' => '96',
+  'p5' => '153',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21762,26 +27302,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '118',
-  'plid' => '101',
-  'link_path' => 'admin/config/content/formats/list',
-  'router_path' => 'admin/config/content/formats/list',
-  'link_title' => 'List',
+  'mlid' => '154',
+  'plid' => '105',
+  'link_path' => 'admin/config/content/formats/%/disable',
+  'router_path' => 'admin/config/content/formats/%/disable',
+  'link_title' => 'Disable text format',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
   'p3' => '33',
   'p4' => '101',
-  'p5' => '118',
-  'p6' => '0',
+  'p5' => '105',
+  'p6' => '154',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -21789,25 +27329,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '119',
-  'plid' => '67',
-  'link_path' => 'admin/config/system/actions/manage',
-  'router_path' => 'admin/config/system/actions/manage',
-  'link_title' => 'Manage actions',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
+  'mlid' => '155',
+  'plid' => '114',
+  'link_path' => 'admin/structure/types/manage/%/edit',
+  'router_path' => 'admin/structure/types/manage/%/edit',
+  'link_title' => 'Edit',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-2',
+  'weight' => '0',
   'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '53',
-  'p4' => '67',
-  'p5' => '119',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '155',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21816,25 +27356,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '124',
-  'plid' => '66',
-  'link_path' => 'admin/config/people/accounts/settings',
-  'router_path' => 'admin/config/people/accounts/settings',
-  'link_title' => 'Settings',
+  'mlid' => '156',
+  'plid' => '113',
+  'link_path' => 'admin/structure/menu/manage/%/edit',
+  'router_path' => 'admin/structure/menu/manage/%/edit',
+  'link_title' => 'Edit menu',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
+  'weight' => '0',
   'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '45',
-  'p4' => '66',
-  'p5' => '124',
+  'p2' => '20',
+  'p3' => '44',
+  'p4' => '113',
+  'p5' => '156',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21843,14 +27383,14 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '125',
-  'plid' => '28',
-  'link_path' => 'admin/structure/block/list/seven',
-  'router_path' => 'admin/structure/block/list/seven',
-  'link_title' => 'Seven',
+  'mlid' => '157',
+  'plid' => '44',
+  'link_path' => 'admin/structure/menu/item/%/edit',
+  'router_path' => 'admin/structure/menu/item/%/edit',
+  'link_title' => 'Edit menu link',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
@@ -21859,8 +27399,8 @@
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '28',
-  'p4' => '125',
+  'p3' => '44',
+  'p4' => '157',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -21870,25 +27410,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '126',
-  'plid' => '28',
-  'link_path' => 'admin/structure/block/list/stark',
-  'router_path' => 'admin/structure/block/list/stark',
-  'link_title' => 'Stark',
+  'mlid' => '158',
+  'plid' => '96',
+  'link_path' => 'admin/people/permissions/roles/edit/%',
+  'router_path' => 'admin/people/permissions/roles/edit/%',
+  'link_title' => 'Edit role',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '28',
-  'p4' => '126',
-  'p5' => '0',
+  'p2' => '17',
+  'p3' => '46',
+  'p4' => '96',
+  'p5' => '158',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21897,25 +27437,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '127',
-  'plid' => '74',
-  'link_path' => 'admin/config/regional/date-time/types',
-  'router_path' => 'admin/config/regional/date-time/types',
-  'link_title' => 'Types',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:44:"Configure display formats for date and time.";}}',
+  'mlid' => '159',
+  'plid' => '113',
+  'link_path' => 'admin/structure/menu/manage/%/list',
+  'router_path' => 'admin/structure/menu/manage/%/list',
+  'link_title' => 'List links',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '-10',
   'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '74',
-  'p5' => '127',
+  'p2' => '20',
+  'p3' => '44',
+  'p4' => '113',
+  'p5' => '159',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21923,12 +27463,12 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '128',
-  'plid' => '49',
-  'link_path' => 'node/%/revisions/%/delete',
-  'router_path' => 'node/%/revisions/%/delete',
-  'link_title' => 'Delete earlier revision',
+  'menu_name' => 'management',
+  'mlid' => '160',
+  'plid' => '44',
+  'link_path' => 'admin/structure/menu/item/%/reset',
+  'router_path' => 'admin/structure/menu/item/%/reset',
+  'link_title' => 'Reset menu link',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
@@ -21936,12 +27476,12 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '5',
-  'p2' => '49',
-  'p3' => '128',
-  'p4' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '44',
+  'p4' => '160',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -21950,26 +27490,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '129',
-  'plid' => '49',
-  'link_path' => 'node/%/revisions/%/revert',
-  'router_path' => 'node/%/revisions/%/revert',
-  'link_title' => 'Revert to earlier revision',
+  'menu_name' => 'management',
+  'mlid' => '161',
+  'plid' => '114',
+  'link_path' => 'admin/structure/types/manage/%/comment/display',
+  'router_path' => 'admin/structure/types/manage/%/comment/display',
+  'link_title' => 'Comment display',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '4',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '5',
-  'p2' => '49',
-  'p3' => '129',
-  'p4' => '0',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '161',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -21977,26 +27517,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '130',
-  'plid' => '49',
-  'link_path' => 'node/%/revisions/%/view',
-  'router_path' => 'node/%/revisions/%/view',
-  'link_title' => 'Revisions',
+  'menu_name' => 'management',
+  'mlid' => '162',
+  'plid' => '114',
+  'link_path' => 'admin/structure/types/manage/%/comment/fields',
+  'router_path' => 'admin/structure/types/manage/%/comment/fields',
+  'link_title' => 'Comment fields',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '3',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '5',
-  'p2' => '49',
-  'p3' => '130',
-  'p4' => '0',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '162',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22005,25 +27545,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '136',
-  'plid' => '117',
-  'link_path' => 'admin/structure/block/list/garland/add',
-  'router_path' => 'admin/structure/block/list/garland/add',
-  'link_title' => 'Add block',
+  'mlid' => '163',
+  'plid' => '146',
+  'link_path' => 'admin/structure/block/manage/%/%/configure',
+  'router_path' => 'admin/structure/block/manage/%/%/configure',
+  'link_title' => 'Configure',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
+  'weight' => '-100',
   'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
   'p3' => '28',
-  'p4' => '117',
-  'p5' => '136',
+  'p4' => '146',
+  'p5' => '163',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22032,11 +27572,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '141',
-  'plid' => '125',
-  'link_path' => 'admin/structure/block/list/seven/add',
-  'router_path' => 'admin/structure/block/list/seven/add',
-  'link_title' => 'Add block',
+  'mlid' => '164',
+  'plid' => '146',
+  'link_path' => 'admin/structure/block/manage/%/%/delete',
+  'router_path' => 'admin/structure/block/manage/%/%/delete',
+  'link_title' => 'Delete block',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -22049,8 +27589,8 @@
   'p1' => '1',
   'p2' => '20',
   'p3' => '28',
-  'p4' => '125',
-  'p5' => '141',
+  'p4' => '146',
+  'p5' => '164',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22059,26 +27599,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '142',
-  'plid' => '126',
-  'link_path' => 'admin/structure/block/list/stark/add',
-  'router_path' => 'admin/structure/block/list/stark/add',
-  'link_title' => 'Add block',
-  'options' => 'a:0:{}',
+  'mlid' => '165',
+  'plid' => '116',
+  'link_path' => 'admin/config/regional/date-time/formats/%/delete',
+  'router_path' => 'admin/config/regional/date-time/formats/%/delete',
+  'link_title' => 'Delete date format',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Allow users to delete a configured date format.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '28',
-  'p4' => '126',
-  'p5' => '142',
-  'p6' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '74',
+  'p5' => '116',
+  'p6' => '165',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -22086,18 +27626,18 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '143',
+  'mlid' => '166',
   'plid' => '127',
-  'link_path' => 'admin/config/regional/date-time/types/add',
-  'router_path' => 'admin/config/regional/date-time/types/add',
-  'link_title' => 'Add date type',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Add new date type.";}}',
+  'link_path' => 'admin/config/regional/date-time/types/%/delete',
+  'router_path' => 'admin/config/regional/date-time/types/%/delete',
+  'link_title' => 'Delete date type',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to delete a configured date type.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
+  'weight' => '0',
   'depth' => '6',
   'customized' => '0',
   'p1' => '1',
@@ -22105,7 +27645,7 @@
   'p3' => '48',
   'p4' => '74',
   'p5' => '127',
-  'p6' => '143',
+  'p6' => '166',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -22113,18 +27653,18 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '144',
+  'mlid' => '167',
   'plid' => '116',
-  'link_path' => 'admin/config/regional/date-time/formats/add',
-  'router_path' => 'admin/config/regional/date-time/formats/add',
-  'link_title' => 'Add format',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Allow users to add additional date formats.";}}',
+  'link_path' => 'admin/config/regional/date-time/formats/%/edit',
+  'router_path' => 'admin/config/regional/date-time/formats/%/edit',
+  'link_title' => 'Edit date format',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to edit a configured date format.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
+  'weight' => '0',
   'depth' => '6',
   'customized' => '0',
   'p1' => '1',
@@ -22132,7 +27672,7 @@
   'p3' => '48',
   'p4' => '74',
   'p5' => '116',
-  'p6' => '144',
+  'p6' => '167',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -22140,25 +27680,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '145',
-  'plid' => '113',
-  'link_path' => 'admin/structure/menu/manage/%/add',
-  'router_path' => 'admin/structure/menu/manage/%/add',
-  'link_title' => 'Add link',
+  'mlid' => '168',
+  'plid' => '44',
+  'link_path' => 'admin/structure/menu/manage/main-menu',
+  'router_path' => 'admin/structure/menu/manage/%',
+  'link_title' => 'Main menu',
   'options' => 'a:0:{}',
-  'module' => 'system',
-  'hidden' => '-1',
+  'module' => 'menu',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
   'p3' => '44',
-  'p4' => '113',
-  'p5' => '145',
+  'p4' => '168',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22167,13 +27707,13 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '146',
-  'plid' => '28',
-  'link_path' => 'admin/structure/block/manage/%/%',
-  'router_path' => 'admin/structure/block/manage/%/%',
-  'link_title' => 'Configure block',
+  'mlid' => '169',
+  'plid' => '44',
+  'link_path' => 'admin/structure/menu/manage/management',
+  'router_path' => 'admin/structure/menu/manage/%',
+  'link_title' => 'Management',
   'options' => 'a:0:{}',
-  'module' => 'system',
+  'module' => 'menu',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
@@ -22183,8 +27723,8 @@
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '28',
-  'p4' => '146',
+  'p3' => '44',
+  'p4' => '169',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -22193,25 +27733,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '147',
-  'plid' => '29',
-  'link_path' => 'user/%/cancel/confirm/%/%',
-  'router_path' => 'user/%/cancel/confirm/%/%',
-  'link_title' => 'Confirm account cancellation',
+  'menu_name' => 'management',
+  'mlid' => '170',
+  'plid' => '44',
+  'link_path' => 'admin/structure/menu/manage/navigation',
+  'router_path' => 'admin/structure/menu/manage/%',
+  'link_title' => 'Navigation',
   'options' => 'a:0:{}',
-  'module' => 'system',
+  'module' => 'menu',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '16',
-  'p2' => '29',
-  'p3' => '147',
-  'p4' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '44',
+  'p4' => '170',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -22221,25 +27761,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '148',
-  'plid' => '114',
-  'link_path' => 'admin/structure/types/manage/%/delete',
-  'router_path' => 'admin/structure/types/manage/%/delete',
-  'link_title' => 'Delete',
+  'mlid' => '171',
+  'plid' => '44',
+  'link_path' => 'admin/structure/menu/manage/user-menu',
+  'router_path' => 'admin/structure/menu/manage/%',
+  'link_title' => 'User menu',
   'options' => 'a:0:{}',
-  'module' => 'system',
+  'module' => 'menu',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '148',
+  'p3' => '44',
+  'p4' => '171',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22247,26 +27787,53 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '149',
-  'plid' => '80',
-  'link_path' => 'admin/config/people/ip-blocking/delete/%',
-  'router_path' => 'admin/config/people/ip-blocking/delete/%',
-  'link_title' => 'Delete IP address',
+  'menu_name' => 'navigation',
+  'mlid' => '172',
+  'plid' => '0',
+  'link_path' => 'search',
+  'router_path' => 'search',
+  'link_title' => 'Search',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '45',
-  'p4' => '80',
-  'p5' => '149',
+  'p1' => '172',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '173',
+  'plid' => '172',
+  'link_path' => 'search/node',
+  'router_path' => 'search/node',
+  'link_title' => 'Content',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '-10',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '172',
+  'p2' => '173',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22275,25 +27842,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '150',
-  'plid' => '67',
-  'link_path' => 'admin/config/system/actions/delete/%',
-  'router_path' => 'admin/config/system/actions/delete/%',
-  'link_title' => 'Delete action',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Delete an action.";}}',
+  'mlid' => '175',
+  'plid' => '1',
+  'link_path' => 'admin/help',
+  'router_path' => 'admin/help',
+  'link_title' => 'Help',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Reference for usage, configuration, and modules.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '5',
+  'weight' => '9',
+  'depth' => '2',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '53',
-  'p4' => '67',
-  'p5' => '150',
+  'p2' => '175',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22301,12 +27868,12 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '151',
-  'plid' => '113',
-  'link_path' => 'admin/structure/menu/manage/%/delete',
-  'router_path' => 'admin/structure/menu/manage/%/delete',
-  'link_title' => 'Delete menu',
+  'menu_name' => 'navigation',
+  'mlid' => '176',
+  'plid' => '0',
+  'link_path' => 'taxonomy/term/%',
+  'router_path' => 'taxonomy/term/%',
+  'link_title' => 'Taxonomy term',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
@@ -22314,13 +27881,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '113',
-  'p5' => '151',
+  'p1' => '176',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22328,25 +27895,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '152',
-  'plid' => '44',
-  'link_path' => 'admin/structure/menu/item/%/delete',
-  'router_path' => 'admin/structure/menu/item/%/delete',
-  'link_title' => 'Delete menu link',
+  'menu_name' => 'navigation',
+  'mlid' => '177',
+  'plid' => '173',
+  'link_path' => 'search/node/%',
+  'router_path' => 'search/node/%',
+  'link_title' => 'Content',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '152',
+  'p1' => '172',
+  'p2' => '173',
+  'p3' => '177',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -22356,25 +27923,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '153',
-  'plid' => '96',
-  'link_path' => 'admin/people/permissions/roles/delete/%',
-  'router_path' => 'admin/people/permissions/roles/delete/%',
-  'link_title' => 'Delete role',
-  'options' => 'a:0:{}',
+  'mlid' => '178',
+  'plid' => '18',
+  'link_path' => 'admin/reports/fields',
+  'router_path' => 'admin/reports/fields',
+  'link_title' => 'Field list',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Overview of fields on all entity types.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '17',
-  'p3' => '46',
-  'p4' => '96',
-  'p5' => '153',
+  'p2' => '18',
+  'p3' => '178',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22382,27 +27949,54 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '154',
-  'plid' => '105',
-  'link_path' => 'admin/config/content/formats/%/disable',
-  'router_path' => 'admin/config/content/formats/%/disable',
-  'link_title' => 'Disable text format',
+  'menu_name' => 'navigation',
+  'mlid' => '179',
+  'plid' => '16',
+  'link_path' => 'user/%/shortcuts',
+  'router_path' => 'user/%/shortcuts',
+  'link_title' => 'Shortcuts',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '16',
+  'p2' => '179',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '180',
+  'plid' => '20',
+  'link_path' => 'admin/structure/taxonomy',
+  'router_path' => 'admin/structure/taxonomy',
+  'link_title' => 'Taxonomy',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Manage tagging, categorization, and classification of your content.";}}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '1',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '33',
-  'p4' => '101',
-  'p5' => '105',
-  'p6' => '154',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -22410,25 +28004,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '155',
-  'plid' => '114',
-  'link_path' => 'admin/structure/types/manage/%/edit',
-  'router_path' => 'admin/structure/types/manage/%/edit',
-  'link_title' => 'Edit',
-  'options' => 'a:0:{}',
+  'mlid' => '181',
+  'plid' => '18',
+  'link_path' => 'admin/reports/search',
+  'router_path' => 'admin/reports/search',
+  'link_title' => 'Top search phrases',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"View most popular search phrases.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '155',
+  'p2' => '18',
+  'p3' => '181',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22437,11 +28031,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '156',
-  'plid' => '113',
-  'link_path' => 'admin/structure/menu/manage/%/edit',
-  'router_path' => 'admin/structure/menu/manage/%/edit',
-  'link_title' => 'Edit menu',
+  'mlid' => '183',
+  'plid' => '175',
+  'link_path' => 'admin/help/block',
+  'router_path' => 'admin/help/block',
+  'link_title' => 'block',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -22449,13 +28043,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '113',
-  'p5' => '156',
+  'p2' => '175',
+  'p3' => '183',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22464,24 +28058,51 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '157',
-  'plid' => '44',
-  'link_path' => 'admin/structure/menu/item/%/edit',
-  'router_path' => 'admin/structure/menu/item/%/edit',
-  'link_title' => 'Edit menu link',
+  'mlid' => '184',
+  'plid' => '175',
+  'link_path' => 'admin/help/color',
+  'router_path' => 'admin/help/color',
+  'link_title' => 'color',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '3',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '184',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '185',
+  'plid' => '175',
+  'link_path' => 'admin/help/comment',
+  'router_path' => 'admin/help/comment',
+  'link_title' => 'comment',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '157',
+  'p2' => '175',
+  'p3' => '185',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -22491,25 +28112,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '158',
-  'plid' => '96',
-  'link_path' => 'admin/people/permissions/roles/edit/%',
-  'router_path' => 'admin/people/permissions/roles/edit/%',
-  'link_title' => 'Edit role',
+  'mlid' => '186',
+  'plid' => '175',
+  'link_path' => 'admin/help/contextual',
+  'router_path' => 'admin/help/contextual',
+  'link_title' => 'contextual',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '17',
-  'p3' => '46',
-  'p4' => '96',
-  'p5' => '158',
+  'p2' => '175',
+  'p3' => '186',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22518,25 +28139,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '159',
-  'plid' => '113',
-  'link_path' => 'admin/structure/menu/manage/%/list',
-  'router_path' => 'admin/structure/menu/manage/%/list',
-  'link_title' => 'List links',
+  'mlid' => '188',
+  'plid' => '175',
+  'link_path' => 'admin/help/dblog',
+  'router_path' => 'admin/help/dblog',
+  'link_title' => 'dblog',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '113',
-  'p5' => '159',
+  'p2' => '175',
+  'p3' => '188',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22545,24 +28166,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '160',
-  'plid' => '44',
-  'link_path' => 'admin/structure/menu/item/%/reset',
-  'router_path' => 'admin/structure/menu/item/%/reset',
-  'link_title' => 'Reset menu link',
+  'mlid' => '189',
+  'plid' => '175',
+  'link_path' => 'admin/help/field',
+  'router_path' => 'admin/help/field',
+  'link_title' => 'field',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '160',
+  'p2' => '175',
+  'p3' => '189',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -22572,25 +28193,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '161',
-  'plid' => '114',
-  'link_path' => 'admin/structure/types/manage/%/comment/display',
-  'router_path' => 'admin/structure/types/manage/%/comment/display',
-  'link_title' => 'Comment display',
+  'mlid' => '190',
+  'plid' => '175',
+  'link_path' => 'admin/help/field_sql_storage',
+  'router_path' => 'admin/help/field_sql_storage',
+  'link_title' => 'field_sql_storage',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '4',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '161',
+  'p2' => '175',
+  'p3' => '190',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22599,25 +28220,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '162',
-  'plid' => '114',
-  'link_path' => 'admin/structure/types/manage/%/comment/fields',
-  'router_path' => 'admin/structure/types/manage/%/comment/fields',
-  'link_title' => 'Comment fields',
+  'mlid' => '191',
+  'plid' => '175',
+  'link_path' => 'admin/help/field_ui',
+  'router_path' => 'admin/help/field_ui',
+  'link_title' => 'field_ui',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '3',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '162',
+  'p2' => '175',
+  'p3' => '191',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22626,11 +28247,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '163',
-  'plid' => '146',
-  'link_path' => 'admin/structure/block/manage/%/%/configure',
-  'router_path' => 'admin/structure/block/manage/%/%/configure',
-  'link_title' => 'Configure block',
+  'mlid' => '192',
+  'plid' => '175',
+  'link_path' => 'admin/help/file',
+  'router_path' => 'admin/help/file',
+  'link_title' => 'file',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -22638,13 +28259,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '28',
-  'p4' => '146',
-  'p5' => '163',
+  'p2' => '175',
+  'p3' => '192',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22653,11 +28274,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '164',
-  'plid' => '146',
-  'link_path' => 'admin/structure/block/manage/%/%/delete',
-  'router_path' => 'admin/structure/block/manage/%/%/delete',
-  'link_title' => 'Delete block',
+  'mlid' => '193',
+  'plid' => '175',
+  'link_path' => 'admin/help/filter',
+  'router_path' => 'admin/help/filter',
+  'link_title' => 'filter',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -22665,13 +28286,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '28',
-  'p4' => '146',
-  'p5' => '164',
+  'p2' => '175',
+  'p3' => '193',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -22680,26 +28301,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '165',
-  'plid' => '116',
-  'link_path' => 'admin/config/regional/date-time/formats/%/delete',
-  'router_path' => 'admin/config/regional/date-time/formats/%/delete',
-  'link_title' => 'Delete date format',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Allow users to delete a configured date format.";}}',
+  'mlid' => '194',
+  'plid' => '175',
+  'link_path' => 'admin/help/help',
+  'router_path' => 'admin/help/help',
+  'link_title' => 'help',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '74',
-  'p5' => '116',
-  'p6' => '165',
+  'p2' => '175',
+  'p3' => '194',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -22707,26 +28328,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '166',
-  'plid' => '127',
-  'link_path' => 'admin/config/regional/date-time/types/%/delete',
-  'router_path' => 'admin/config/regional/date-time/types/%/delete',
-  'link_title' => 'Delete date type',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to delete a configured date type.";}}',
+  'mlid' => '195',
+  'plid' => '175',
+  'link_path' => 'admin/help/image',
+  'router_path' => 'admin/help/image',
+  'link_title' => 'image',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '74',
-  'p5' => '127',
-  'p6' => '166',
+  'p2' => '175',
+  'p3' => '195',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -22734,26 +28355,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '167',
-  'plid' => '116',
-  'link_path' => 'admin/config/regional/date-time/formats/%/edit',
-  'router_path' => 'admin/config/regional/date-time/formats/%/edit',
-  'link_title' => 'Edit date format',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Allow users to edit a configured date format.";}}',
+  'mlid' => '196',
+  'plid' => '175',
+  'link_path' => 'admin/help/list',
+  'router_path' => 'admin/help/list',
+  'link_title' => 'list',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '74',
-  'p5' => '116',
-  'p6' => '167',
+  'p2' => '175',
+  'p3' => '196',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -22761,24 +28382,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '168',
-  'plid' => '44',
-  'link_path' => 'admin/structure/menu/manage/main-menu',
-  'router_path' => 'admin/structure/menu/manage/%',
-  'link_title' => 'Main menu',
+  'mlid' => '197',
+  'plid' => '175',
+  'link_path' => 'admin/help/menu',
+  'router_path' => 'admin/help/menu',
+  'link_title' => 'menu',
   'options' => 'a:0:{}',
-  'module' => 'menu',
-  'hidden' => '0',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '168',
+  'p2' => '175',
+  'p3' => '197',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -22788,24 +28409,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '169',
-  'plid' => '44',
-  'link_path' => 'admin/structure/menu/manage/management',
-  'router_path' => 'admin/structure/menu/manage/%',
-  'link_title' => 'Management',
+  'mlid' => '198',
+  'plid' => '175',
+  'link_path' => 'admin/help/node',
+  'router_path' => 'admin/help/node',
+  'link_title' => 'node',
   'options' => 'a:0:{}',
-  'module' => 'menu',
-  'hidden' => '0',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '169',
+  'p2' => '175',
+  'p3' => '198',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -22815,24 +28436,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '170',
-  'plid' => '44',
-  'link_path' => 'admin/structure/menu/manage/navigation',
-  'router_path' => 'admin/structure/menu/manage/%',
-  'link_title' => 'Navigation',
+  'mlid' => '199',
+  'plid' => '175',
+  'link_path' => 'admin/help/number',
+  'router_path' => 'admin/help/number',
+  'link_title' => 'number',
   'options' => 'a:0:{}',
-  'module' => 'menu',
-  'hidden' => '0',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '170',
+  'p2' => '175',
+  'p3' => '199',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -22842,24 +28463,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '171',
-  'plid' => '44',
-  'link_path' => 'admin/structure/menu/manage/user-menu',
-  'router_path' => 'admin/structure/menu/manage/%',
-  'link_title' => 'User menu',
+  'mlid' => '200',
+  'plid' => '175',
+  'link_path' => 'admin/help/options',
+  'router_path' => 'admin/help/options',
+  'link_title' => 'options',
   'options' => 'a:0:{}',
-  'module' => 'menu',
-  'hidden' => '0',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '171',
+  'p2' => '175',
+  'p3' => '200',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -22868,24 +28489,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '172',
-  'plid' => '0',
-  'link_path' => 'search',
-  'router_path' => 'search',
-  'link_title' => 'Search',
+  'menu_name' => 'management',
+  'mlid' => '202',
+  'plid' => '175',
+  'link_path' => 'admin/help/path',
+  'router_path' => 'admin/help/path',
+  'link_title' => 'path',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '1',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '1',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '172',
-  'p2' => '0',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '202',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -22895,24 +28516,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '173',
-  'plid' => '172',
-  'link_path' => 'search/node',
-  'router_path' => 'search/node',
-  'link_title' => 'Content',
+  'menu_name' => 'management',
+  'mlid' => '203',
+  'plid' => '175',
+  'link_path' => 'admin/help/rdf',
+  'router_path' => 'admin/help/rdf',
+  'link_title' => 'rdf',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '2',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '172',
-  'p2' => '173',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '203',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -22922,12 +28543,12 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '174',
-  'plid' => '172',
-  'link_path' => 'search/user',
-  'router_path' => 'search/user',
-  'link_title' => 'Users',
+  'menu_name' => 'management',
+  'mlid' => '204',
+  'plid' => '175',
+  'link_path' => 'admin/help/search',
+  'router_path' => 'admin/help/search',
+  'link_title' => 'search',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -22935,11 +28556,11 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '172',
-  'p2' => '174',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '204',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -22950,23 +28571,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '175',
-  'plid' => '1',
-  'link_path' => 'admin/help',
-  'router_path' => 'admin/help',
-  'link_title' => 'Help',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:48:"Reference for usage, configuration, and modules.";}}',
+  'mlid' => '205',
+  'plid' => '175',
+  'link_path' => 'admin/help/shortcut',
+  'router_path' => 'admin/help/shortcut',
+  'link_title' => 'shortcut',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '9',
-  'depth' => '2',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
   'p2' => '175',
-  'p3' => '0',
+  'p3' => '205',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -22976,24 +28597,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '176',
-  'plid' => '0',
-  'link_path' => 'taxonomy/term/%',
-  'router_path' => 'taxonomy/term/%',
-  'link_title' => 'Taxonomy term',
+  'menu_name' => 'management',
+  'mlid' => '206',
+  'plid' => '175',
+  'link_path' => 'admin/help/system',
+  'router_path' => 'admin/help/system',
+  'link_title' => 'system',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '1',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '176',
-  'p2' => '0',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '206',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -23003,12 +28624,12 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '177',
-  'plid' => '173',
-  'link_path' => 'search/node/%',
-  'router_path' => 'search/node/%',
-  'link_title' => 'Content',
+  'menu_name' => 'management',
+  'mlid' => '207',
+  'plid' => '175',
+  'link_path' => 'admin/help/taxonomy',
+  'router_path' => 'admin/help/taxonomy',
+  'link_title' => 'taxonomy',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -23018,9 +28639,9 @@
   'weight' => '0',
   'depth' => '3',
   'customized' => '0',
-  'p1' => '172',
-  'p2' => '173',
-  'p3' => '177',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '207',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -23031,14 +28652,14 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '178',
-  'plid' => '18',
-  'link_path' => 'admin/reports/fields',
-  'router_path' => 'admin/reports/fields',
-  'link_title' => 'Field list',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Overview of fields on all entity types.";}}',
+  'mlid' => '208',
+  'plid' => '175',
+  'link_path' => 'admin/help/text',
+  'router_path' => 'admin/help/text',
+  'link_title' => 'text',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
@@ -23046,8 +28667,8 @@
   'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '178',
+  'p2' => '175',
+  'p3' => '208',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -23057,12 +28678,12 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '179',
-  'plid' => '16',
-  'link_path' => 'user/%/shortcuts',
-  'router_path' => 'user/%/shortcuts',
-  'link_title' => 'Shortcuts',
+  'menu_name' => 'management',
+  'mlid' => '209',
+  'plid' => '175',
+  'link_path' => 'admin/help/user',
+  'router_path' => 'admin/help/user',
+  'link_title' => 'user',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -23070,11 +28691,11 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '16',
-  'p2' => '179',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '209',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -23084,24 +28705,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '180',
-  'plid' => '20',
-  'link_path' => 'admin/structure/taxonomy',
-  'router_path' => 'admin/structure/taxonomy',
-  'link_title' => 'Taxonomy',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Manage tagging, categorization, and classification of your content.";}}',
+  'menu_name' => 'navigation',
+  'mlid' => '210',
+  'plid' => '176',
+  'link_path' => 'taxonomy/term/%/edit',
+  'router_path' => 'taxonomy/term/%/edit',
+  'link_title' => 'Edit',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '10',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '180',
+  'p1' => '176',
+  'p2' => '210',
+  'p3' => '0',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -23111,24 +28732,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '181',
-  'plid' => '18',
-  'link_path' => 'admin/reports/search',
-  'router_path' => 'admin/reports/search',
-  'link_title' => 'Top search phrases',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"View most popular search phrases.";}}',
+  'menu_name' => 'navigation',
+  'mlid' => '211',
+  'plid' => '176',
+  'link_path' => 'taxonomy/term/%/view',
+  'router_path' => 'taxonomy/term/%/view',
+  'link_title' => 'View',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '18',
-  'p3' => '181',
+  'p1' => '176',
+  'p2' => '211',
+  'p3' => '0',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -23138,25 +28759,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '182',
-  'plid' => '174',
-  'link_path' => 'search/user/%',
-  'router_path' => 'search/user/%',
-  'link_title' => 'Users',
+  'menu_name' => 'management',
+  'mlid' => '212',
+  'plid' => '180',
+  'link_path' => 'admin/structure/taxonomy/%',
+  'router_path' => 'admin/structure/taxonomy/%',
+  'link_title' => '',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '172',
-  'p2' => '174',
-  'p3' => '182',
-  'p4' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -23166,11 +28787,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '183',
-  'plid' => '175',
-  'link_path' => 'admin/help/block',
-  'router_path' => 'admin/help/block',
-  'link_title' => 'block',
+  'mlid' => '213',
+  'plid' => '180',
+  'link_path' => 'admin/structure/taxonomy/add',
+  'router_path' => 'admin/structure/taxonomy/add',
+  'link_title' => 'Add vocabulary',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -23178,12 +28799,12 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '183',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '213',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -23193,24 +28814,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '184',
-  'plid' => '175',
-  'link_path' => 'admin/help/color',
-  'router_path' => 'admin/help/color',
-  'link_title' => 'color',
-  'options' => 'a:0:{}',
+  'mlid' => '214',
+  'plid' => '43',
+  'link_path' => 'admin/config/media/image-styles',
+  'router_path' => 'admin/config/media/image-styles',
+  'link_title' => 'Image styles',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:78:"Configure styles that can be used for resizing or adjusting images on display.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '184',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '43',
+  'p4' => '214',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -23220,24 +28841,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '185',
-  'plid' => '175',
-  'link_path' => 'admin/help/comment',
-  'router_path' => 'admin/help/comment',
-  'link_title' => 'comment',
+  'mlid' => '215',
+  'plid' => '180',
+  'link_path' => 'admin/structure/taxonomy/list',
+  'router_path' => 'admin/structure/taxonomy/list',
+  'link_title' => 'List',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '-10',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '185',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '215',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -23247,24 +28868,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '186',
-  'plid' => '175',
-  'link_path' => 'admin/help/contextual',
-  'router_path' => 'admin/help/contextual',
-  'link_title' => 'contextual',
-  'options' => 'a:0:{}',
+  'mlid' => '216',
+  'plid' => '50',
+  'link_path' => 'admin/config/search/settings',
+  'router_path' => 'admin/config/search/settings',
+  'link_title' => 'Search settings',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Configure relevance settings for search and other indexing options.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '-10',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '186',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '50',
+  'p4' => '216',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -23274,24 +28895,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '188',
-  'plid' => '175',
-  'link_path' => 'admin/help/dblog',
-  'router_path' => 'admin/help/dblog',
-  'link_title' => 'dblog',
-  'options' => 'a:0:{}',
+  'mlid' => '217',
+  'plid' => '57',
+  'link_path' => 'admin/config/user-interface/shortcut',
+  'router_path' => 'admin/config/user-interface/shortcut',
+  'link_title' => 'Shortcuts',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:29:"Add and modify shortcut sets.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '188',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '57',
+  'p4' => '217',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -23301,24 +28922,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '189',
-  'plid' => '175',
-  'link_path' => 'admin/help/field',
-  'router_path' => 'admin/help/field',
-  'link_title' => 'field',
-  'options' => 'a:0:{}',
+  'mlid' => '218',
+  'plid' => '50',
+  'link_path' => 'admin/config/search/path',
+  'router_path' => 'admin/config/search/path',
+  'link_title' => 'URL aliases',
+  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:46:\"Change your site's URL paths by aliasing them.\";}}",
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '-5',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '189',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '50',
+  'p4' => '218',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -23328,11 +28949,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '190',
-  'plid' => '175',
-  'link_path' => 'admin/help/field_sql_storage',
-  'router_path' => 'admin/help/field_sql_storage',
-  'link_title' => 'field_sql_storage',
+  'mlid' => '219',
+  'plid' => '218',
+  'link_path' => 'admin/config/search/path/add',
+  'router_path' => 'admin/config/search/path/add',
+  'link_title' => 'Add alias',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -23340,13 +28961,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '190',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '50',
+  'p4' => '218',
+  'p5' => '219',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23355,11 +28976,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '191',
-  'plid' => '175',
-  'link_path' => 'admin/help/field_ui',
-  'router_path' => 'admin/help/field_ui',
-  'link_title' => 'field_ui',
+  'mlid' => '220',
+  'plid' => '217',
+  'link_path' => 'admin/config/user-interface/shortcut/add-set',
+  'router_path' => 'admin/config/user-interface/shortcut/add-set',
+  'link_title' => 'Add shortcut set',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -23367,13 +28988,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '191',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '57',
+  'p4' => '217',
+  'p5' => '220',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23382,25 +29003,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '192',
-  'plid' => '175',
-  'link_path' => 'admin/help/file',
-  'router_path' => 'admin/help/file',
-  'link_title' => 'file',
-  'options' => 'a:0:{}',
+  'mlid' => '221',
+  'plid' => '214',
+  'link_path' => 'admin/config/media/image-styles/add',
+  'router_path' => 'admin/config/media/image-styles/add',
+  'link_title' => 'Add style',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Add a new image style.";}}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '2',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '192',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '43',
+  'p4' => '214',
+  'p5' => '221',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23409,11 +29030,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '193',
-  'plid' => '175',
-  'link_path' => 'admin/help/filter',
-  'router_path' => 'admin/help/filter',
-  'link_title' => 'filter',
+  'mlid' => '222',
+  'plid' => '212',
+  'link_path' => 'admin/structure/taxonomy/%/add',
+  'router_path' => 'admin/structure/taxonomy/%/add',
+  'link_title' => 'Add term',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -23421,13 +29042,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '193',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '222',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23436,11 +29057,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '194',
-  'plid' => '175',
-  'link_path' => 'admin/help/help',
-  'router_path' => 'admin/help/help',
-  'link_title' => 'help',
+  'mlid' => '223',
+  'plid' => '216',
+  'link_path' => 'admin/config/search/settings/reindex',
+  'router_path' => 'admin/config/search/settings/reindex',
+  'link_title' => 'Clear index',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -23448,13 +29069,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '194',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '50',
+  'p4' => '216',
+  'p5' => '223',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23463,25 +29084,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '195',
-  'plid' => '175',
-  'link_path' => 'admin/help/image',
-  'router_path' => 'admin/help/image',
-  'link_title' => 'image',
+  'mlid' => '224',
+  'plid' => '212',
+  'link_path' => 'admin/structure/taxonomy/%/edit',
+  'router_path' => 'admin/structure/taxonomy/%/edit',
+  'link_title' => 'Edit',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '-10',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '195',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '224',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23490,25 +29111,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '196',
-  'plid' => '175',
-  'link_path' => 'admin/help/list',
-  'router_path' => 'admin/help/list',
-  'link_title' => 'list',
+  'mlid' => '225',
+  'plid' => '217',
+  'link_path' => 'admin/config/user-interface/shortcut/%',
+  'router_path' => 'admin/config/user-interface/shortcut/%',
+  'link_title' => 'Edit shortcuts',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '196',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '57',
+  'p4' => '217',
+  'p5' => '225',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23517,25 +29138,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '197',
-  'plid' => '175',
-  'link_path' => 'admin/help/menu',
-  'router_path' => 'admin/help/menu',
-  'link_title' => 'menu',
+  'mlid' => '226',
+  'plid' => '212',
+  'link_path' => 'admin/structure/taxonomy/%/list',
+  'router_path' => 'admin/structure/taxonomy/%/list',
+  'link_title' => 'List',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '-20',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '197',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '226',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23544,25 +29165,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '198',
-  'plid' => '175',
-  'link_path' => 'admin/help/node',
-  'router_path' => 'admin/help/node',
-  'link_title' => 'node',
+  'mlid' => '227',
+  'plid' => '218',
+  'link_path' => 'admin/config/search/path/list',
+  'router_path' => 'admin/config/search/path/list',
+  'link_title' => 'List',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '-10',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '198',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '50',
+  'p4' => '218',
+  'p5' => '227',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23571,25 +29192,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '199',
-  'plid' => '175',
-  'link_path' => 'admin/help/number',
-  'router_path' => 'admin/help/number',
-  'link_title' => 'number',
-  'options' => 'a:0:{}',
+  'mlid' => '228',
+  'plid' => '214',
+  'link_path' => 'admin/config/media/image-styles/list',
+  'router_path' => 'admin/config/media/image-styles/list',
+  'link_title' => 'List',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"List the current image styles on the site.";}}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '1',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '199',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '43',
+  'p4' => '214',
+  'p5' => '228',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23598,11 +29219,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '200',
-  'plid' => '175',
-  'link_path' => 'admin/help/options',
-  'router_path' => 'admin/help/options',
-  'link_title' => 'options',
+  'mlid' => '229',
+  'plid' => '225',
+  'link_path' => 'admin/config/user-interface/shortcut/%/add-link',
+  'router_path' => 'admin/config/user-interface/shortcut/%/add-link',
+  'link_title' => 'Add shortcut',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -23610,14 +29231,14 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '200',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'p2' => '8',
+  'p3' => '57',
+  'p4' => '217',
+  'p5' => '225',
+  'p6' => '229',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -23625,25 +29246,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '202',
-  'plid' => '175',
-  'link_path' => 'admin/help/path',
-  'router_path' => 'admin/help/path',
-  'link_title' => 'path',
+  'mlid' => '230',
+  'plid' => '218',
+  'link_path' => 'admin/config/search/path/delete/%',
+  'router_path' => 'admin/config/search/path/delete/%',
+  'link_title' => 'Delete alias',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '202',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '50',
+  'p4' => '218',
+  'p5' => '230',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23652,26 +29273,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '203',
-  'plid' => '175',
-  'link_path' => 'admin/help/rdf',
-  'router_path' => 'admin/help/rdf',
-  'link_title' => 'rdf',
+  'mlid' => '231',
+  'plid' => '225',
+  'link_path' => 'admin/config/user-interface/shortcut/%/delete',
+  'router_path' => 'admin/config/user-interface/shortcut/%/delete',
+  'link_title' => 'Delete shortcut set',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '203',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'p2' => '8',
+  'p3' => '57',
+  'p4' => '217',
+  'p5' => '225',
+  'p6' => '231',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -23679,25 +29300,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '204',
-  'plid' => '175',
-  'link_path' => 'admin/help/search',
-  'router_path' => 'admin/help/search',
-  'link_title' => 'search',
+  'mlid' => '232',
+  'plid' => '218',
+  'link_path' => 'admin/config/search/path/edit/%',
+  'router_path' => 'admin/config/search/path/edit/%',
+  'link_title' => 'Edit alias',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '204',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '50',
+  'p4' => '218',
+  'p5' => '232',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23706,26 +29327,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '205',
-  'plid' => '175',
-  'link_path' => 'admin/help/shortcut',
-  'router_path' => 'admin/help/shortcut',
-  'link_title' => 'shortcut',
+  'mlid' => '233',
+  'plid' => '225',
+  'link_path' => 'admin/config/user-interface/shortcut/%/edit',
+  'router_path' => 'admin/config/user-interface/shortcut/%/edit',
+  'link_title' => 'Edit set name',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
-  'customized' => '0',
-  'p1' => '1',
-  'p2' => '175',
-  'p3' => '205',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'weight' => '10',
+  'depth' => '6',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '57',
+  'p4' => '217',
+  'p5' => '225',
+  'p6' => '233',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -23733,25 +29354,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '206',
-  'plid' => '175',
-  'link_path' => 'admin/help/system',
-  'router_path' => 'admin/help/system',
-  'link_title' => 'system',
+  'mlid' => '234',
+  'plid' => '217',
+  'link_path' => 'admin/config/user-interface/shortcut/link/%',
+  'router_path' => 'admin/config/user-interface/shortcut/link/%',
+  'link_title' => 'Edit shortcut',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '206',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '57',
+  'p4' => '217',
+  'p5' => '234',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23760,25 +29381,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '207',
-  'plid' => '175',
-  'link_path' => 'admin/help/taxonomy',
-  'router_path' => 'admin/help/taxonomy',
-  'link_title' => 'taxonomy',
-  'options' => 'a:0:{}',
+  'mlid' => '235',
+  'plid' => '214',
+  'link_path' => 'admin/config/media/image-styles/edit/%',
+  'router_path' => 'admin/config/media/image-styles/edit/%',
+  'link_title' => 'Edit style',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:25:"Configure an image style.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '207',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '43',
+  'p4' => '214',
+  'p5' => '235',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23787,11 +29408,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '208',
-  'plid' => '175',
-  'link_path' => 'admin/help/text',
-  'router_path' => 'admin/help/text',
-  'link_title' => 'text',
+  'mlid' => '236',
+  'plid' => '225',
+  'link_path' => 'admin/config/user-interface/shortcut/%/links',
+  'router_path' => 'admin/config/user-interface/shortcut/%/links',
+  'link_title' => 'List links',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -23799,14 +29420,14 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '208',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'p2' => '8',
+  'p3' => '57',
+  'p4' => '217',
+  'p5' => '225',
+  'p6' => '236',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -23814,25 +29435,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '209',
-  'plid' => '175',
-  'link_path' => 'admin/help/user',
-  'router_path' => 'admin/help/user',
-  'link_title' => 'user',
-  'options' => 'a:0:{}',
+  'mlid' => '237',
+  'plid' => '214',
+  'link_path' => 'admin/config/media/image-styles/delete/%',
+  'router_path' => 'admin/config/media/image-styles/delete/%',
+  'link_title' => 'Delete style',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Delete an image style.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '209',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '43',
+  'p4' => '214',
+  'p5' => '237',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23840,26 +29461,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '210',
-  'plid' => '176',
-  'link_path' => 'taxonomy/term/%/edit',
-  'router_path' => 'taxonomy/term/%/edit',
-  'link_title' => 'Edit',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '238',
+  'plid' => '214',
+  'link_path' => 'admin/config/media/image-styles/revert/%',
+  'router_path' => 'admin/config/media/image-styles/revert/%',
+  'link_title' => 'Revert style',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Revert an image style.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '10',
-  'depth' => '2',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '176',
-  'p2' => '210',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '43',
+  'p4' => '214',
+  'p5' => '238',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -23867,27 +29488,27 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '211',
-  'plid' => '176',
-  'link_path' => 'taxonomy/term/%/view',
-  'router_path' => 'taxonomy/term/%/view',
-  'link_title' => 'View',
+  'menu_name' => 'management',
+  'mlid' => '239',
+  'plid' => '234',
+  'link_path' => 'admin/config/user-interface/shortcut/link/%/delete',
+  'router_path' => 'admin/config/user-interface/shortcut/link/%/delete',
+  'link_title' => 'Delete shortcut',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '6',
   'customized' => '0',
-  'p1' => '176',
-  'p2' => '211',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '57',
+  'p4' => '217',
+  'p5' => '234',
+  'p6' => '239',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -23895,26 +29516,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '212',
-  'plid' => '180',
-  'link_path' => 'admin/structure/taxonomy/%',
-  'router_path' => 'admin/structure/taxonomy/%',
-  'link_title' => '',
-  'options' => 'a:0:{}',
+  'mlid' => '240',
+  'plid' => '235',
+  'link_path' => 'admin/config/media/image-styles/edit/%/add/%',
+  'router_path' => 'admin/config/media/image-styles/edit/%/add/%',
+  'link_title' => 'Add image effect',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Add a new effect to a style.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '0',
-  'p6' => '0',
+  'p2' => '8',
+  'p3' => '43',
+  'p4' => '214',
+  'p5' => '235',
+  'p6' => '240',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -23922,26 +29543,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '213',
-  'plid' => '180',
-  'link_path' => 'admin/structure/taxonomy/add',
-  'router_path' => 'admin/structure/taxonomy/add',
-  'link_title' => 'Add vocabulary',
-  'options' => 'a:0:{}',
+  'mlid' => '241',
+  'plid' => '235',
+  'link_path' => 'admin/config/media/image-styles/edit/%/effects/%',
+  'router_path' => 'admin/config/media/image-styles/edit/%/effects/%',
+  'link_title' => 'Edit image effect',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Edit an existing effect within a style.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '180',
-  'p4' => '213',
-  'p5' => '0',
-  'p6' => '0',
+  'p2' => '8',
+  'p3' => '43',
+  'p4' => '214',
+  'p5' => '235',
+  'p6' => '241',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -23949,24 +29570,51 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '214',
-  'plid' => '43',
-  'link_path' => 'admin/config/media/image-styles',
-  'router_path' => 'admin/config/media/image-styles',
-  'link_title' => 'Image styles',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:78:"Configure styles that can be used for resizing or adjusting images on display.";}}',
+  'mlid' => '242',
+  'plid' => '241',
+  'link_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
+  'router_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
+  'link_title' => 'Delete image effect',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Delete an existing effect from a style.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
   'p3' => '43',
   'p4' => '214',
+  'p5' => '235',
+  'p6' => '241',
+  'p7' => '242',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'shortcut-set-1',
+  'mlid' => '243',
+  'plid' => '0',
+  'link_path' => 'node/add',
+  'router_path' => 'node/add',
+  'link_title' => 'Add content',
+  'options' => 'a:0:{}',
+  'module' => 'menu',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '-20',
+  'depth' => '1',
+  'customized' => '0',
+  'p1' => '243',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -23975,25 +29623,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '215',
-  'plid' => '180',
-  'link_path' => 'admin/structure/taxonomy/list',
-  'router_path' => 'admin/structure/taxonomy/list',
-  'link_title' => 'List',
+  'menu_name' => 'shortcut-set-1',
+  'mlid' => '244',
+  'plid' => '0',
+  'link_path' => 'admin/content',
+  'router_path' => 'admin/content',
+  'link_title' => 'Find content',
   'options' => 'a:0:{}',
-  'module' => 'system',
-  'hidden' => '-1',
+  'module' => 'menu',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '4',
+  'weight' => '-19',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '180',
-  'p4' => '215',
+  'p1' => '244',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -24002,25 +29650,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '216',
-  'plid' => '50',
-  'link_path' => 'admin/config/search/settings',
-  'router_path' => 'admin/config/search/settings',
-  'link_title' => 'Search settings',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Configure relevance settings for search and other indexing options.";}}',
-  'module' => 'system',
+  'menu_name' => 'main-menu',
+  'mlid' => '245',
+  'plid' => '0',
+  'link_path' => '<front>',
+  'router_path' => '',
+  'link_title' => 'Home',
+  'options' => 'a:0:{}',
+  'module' => 'menu',
   'hidden' => '0',
-  'external' => '0',
+  'external' => '1',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '50',
-  'p4' => '216',
+  'p1' => '245',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -24029,25 +29677,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '217',
-  'plid' => '57',
-  'link_path' => 'admin/config/user-interface/shortcut',
-  'router_path' => 'admin/config/user-interface/shortcut',
-  'link_title' => 'Shortcuts',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:29:"Add and modify shortcut sets.";}}',
+  'menu_name' => 'navigation',
+  'mlid' => '246',
+  'plid' => '6',
+  'link_path' => 'node/add/article',
+  'router_path' => 'node/add/article',
+  'link_title' => 'Article',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:89:"Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '57',
-  'p4' => '217',
+  'p1' => '6',
+  'p2' => '246',
+  'p3' => '0',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -24056,25 +29704,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '218',
-  'plid' => '50',
-  'link_path' => 'admin/config/search/path',
-  'router_path' => 'admin/config/search/path',
-  'link_title' => 'URL aliases',
-  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:46:\"Change your site's URL paths by aliasing them.\";}}",
+  'menu_name' => 'navigation',
+  'mlid' => '247',
+  'plid' => '6',
+  'link_path' => 'node/add/page',
+  'router_path' => 'node/add/page',
+  'link_title' => 'Basic page',
+  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:77:\"Use <em>basic pages</em> for your static content, such as an 'About us' page.\";}}",
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-5',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '50',
-  'p4' => '218',
+  'p1' => '6',
+  'p2' => '247',
+  'p3' => '0',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -24084,11 +29732,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '219',
-  'plid' => '218',
-  'link_path' => 'admin/config/search/path/add',
-  'router_path' => 'admin/config/search/path/add',
-  'link_title' => 'Add alias',
+  'mlid' => '248',
+  'plid' => '175',
+  'link_path' => 'admin/help/toolbar',
+  'router_path' => 'admin/help/toolbar',
+  'link_title' => 'toolbar',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -24096,13 +29744,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '50',
-  'p4' => '218',
-  'p5' => '219',
+  'p2' => '175',
+  'p3' => '248',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24111,25 +29759,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '220',
-  'plid' => '217',
-  'link_path' => 'admin/config/user-interface/shortcut/add-set',
-  'router_path' => 'admin/config/user-interface/shortcut/add-set',
-  'link_title' => 'Add shortcut set',
-  'options' => 'a:0:{}',
+  'mlid' => '287',
+  'plid' => '18',
+  'link_path' => 'admin/reports/updates',
+  'router_path' => 'admin/reports/updates',
+  'link_title' => 'Available updates',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:82:"Get a status report about available updates for your installed modules and themes.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '5',
+  'weight' => '-50',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '57',
-  'p4' => '217',
-  'p5' => '220',
+  'p2' => '18',
+  'p3' => '287',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24138,25 +29786,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '221',
-  'plid' => '214',
-  'link_path' => 'admin/config/media/image-styles/add',
-  'router_path' => 'admin/config/media/image-styles/add',
-  'link_title' => 'Add style',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Add a new image style.";}}',
+  'mlid' => '288',
+  'plid' => '15',
+  'link_path' => 'admin/modules/install',
+  'router_path' => 'admin/modules/install',
+  'link_title' => 'Install new module',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '2',
-  'depth' => '5',
+  'weight' => '25',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '43',
-  'p4' => '214',
-  'p5' => '221',
+  'p2' => '15',
+  'p3' => '288',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24165,25 +29813,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '222',
-  'plid' => '212',
-  'link_path' => 'admin/structure/taxonomy/%/add',
-  'router_path' => 'admin/structure/taxonomy/%/add',
-  'link_title' => 'Add term',
+  'mlid' => '289',
+  'plid' => '7',
+  'link_path' => 'admin/appearance/install',
+  'router_path' => 'admin/appearance/install',
+  'link_title' => 'Install new theme',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '5',
+  'weight' => '25',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '222',
+  'p2' => '7',
+  'p3' => '289',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24192,25 +29840,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '223',
-  'plid' => '216',
-  'link_path' => 'admin/config/search/settings/reindex',
-  'router_path' => 'admin/config/search/settings/reindex',
-  'link_title' => 'Clear index',
+  'mlid' => '290',
+  'plid' => '15',
+  'link_path' => 'admin/modules/update',
+  'router_path' => 'admin/modules/update',
+  'link_title' => 'Update',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '5',
+  'weight' => '10',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '50',
-  'p4' => '216',
-  'p5' => '223',
+  'p2' => '15',
+  'p3' => '290',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24219,25 +29867,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '224',
-  'plid' => '212',
-  'link_path' => 'admin/structure/taxonomy/%/edit',
-  'router_path' => 'admin/structure/taxonomy/%/edit',
-  'link_title' => 'Edit',
+  'mlid' => '291',
+  'plid' => '7',
+  'link_path' => 'admin/appearance/update',
+  'router_path' => 'admin/appearance/update',
+  'link_title' => 'Update',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '5',
+  'weight' => '10',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '224',
+  'p2' => '7',
+  'p3' => '291',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24245,26 +29893,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '225',
-  'plid' => '217',
-  'link_path' => 'admin/config/user-interface/shortcut/%',
-  'router_path' => 'admin/config/user-interface/shortcut/%',
-  'link_title' => 'Edit shortcuts',
+  'menu_name' => 'management',
+  'mlid' => '292',
+  'plid' => '175',
+  'link_path' => 'admin/help/update',
+  'router_path' => 'admin/help/update',
+  'link_title' => 'update',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '57',
-  'p4' => '217',
-  'p5' => '225',
+  'p2' => '175',
+  'p3' => '292',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24273,10 +29921,10 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '226',
-  'plid' => '212',
-  'link_path' => 'admin/structure/taxonomy/%/list',
-  'router_path' => 'admin/structure/taxonomy/%/list',
+  'mlid' => '293',
+  'plid' => '287',
+  'link_path' => 'admin/reports/updates/list',
+  'router_path' => 'admin/reports/updates/list',
   'link_title' => 'List',
   'options' => 'a:0:{}',
   'module' => 'system',
@@ -24284,14 +29932,14 @@
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-20',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '226',
+  'p2' => '18',
+  'p3' => '287',
+  'p4' => '293',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24300,25 +29948,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '227',
-  'plid' => '218',
-  'link_path' => 'admin/config/search/path/list',
-  'router_path' => 'admin/config/search/path/list',
-  'link_title' => 'List',
+  'mlid' => '294',
+  'plid' => '287',
+  'link_path' => 'admin/reports/updates/settings',
+  'router_path' => 'admin/reports/updates/settings',
+  'link_title' => 'Settings',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '5',
+  'weight' => '50',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '50',
-  'p4' => '218',
-  'p5' => '227',
+  'p2' => '18',
+  'p3' => '287',
+  'p4' => '294',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24327,25 +29975,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '228',
-  'plid' => '214',
-  'link_path' => 'admin/config/media/image-styles/list',
-  'router_path' => 'admin/config/media/image-styles/list',
-  'link_title' => 'List',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"List the current image styles on the site.";}}',
+  'mlid' => '295',
+  'plid' => '287',
+  'link_path' => 'admin/reports/updates/install',
+  'router_path' => 'admin/reports/updates/install',
+  'link_title' => 'Install new module or theme',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '1',
-  'depth' => '5',
+  'weight' => '25',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '43',
-  'p4' => '214',
-  'p5' => '228',
+  'p2' => '18',
+  'p3' => '287',
+  'p4' => '295',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24354,26 +30002,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '229',
-  'plid' => '225',
-  'link_path' => 'admin/config/user-interface/shortcut/%/add-link',
-  'router_path' => 'admin/config/user-interface/shortcut/%/add-link',
-  'link_title' => 'Add shortcut',
+  'mlid' => '296',
+  'plid' => '287',
+  'link_path' => 'admin/reports/updates/update',
+  'router_path' => 'admin/reports/updates/update',
+  'link_title' => 'Update',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '6',
+  'weight' => '10',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '57',
-  'p4' => '217',
-  'p5' => '225',
-  'p6' => '229',
+  'p2' => '18',
+  'p3' => '287',
+  'p4' => '296',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -24381,25 +30029,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '230',
-  'plid' => '218',
-  'link_path' => 'admin/config/search/path/delete/%',
-  'router_path' => 'admin/config/search/path/delete/%',
-  'link_title' => 'Delete alias',
+  'mlid' => '297',
+  'plid' => '212',
+  'link_path' => 'admin/structure/taxonomy/%/display',
+  'router_path' => 'admin/structure/taxonomy/%/display',
+  'link_title' => 'Manage display',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
+  'weight' => '2',
   'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '50',
-  'p4' => '218',
-  'p5' => '230',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '297',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24408,26 +30056,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '231',
-  'plid' => '225',
-  'link_path' => 'admin/config/user-interface/shortcut/%/delete',
-  'router_path' => 'admin/config/user-interface/shortcut/%/delete',
-  'link_title' => 'Delete shortcut set',
+  'mlid' => '298',
+  'plid' => '66',
+  'link_path' => 'admin/config/people/accounts/display',
+  'router_path' => 'admin/config/people/accounts/display',
+  'link_title' => 'Manage display',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '6',
+  'weight' => '2',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '57',
-  'p4' => '217',
-  'p5' => '225',
-  'p6' => '231',
+  'p3' => '45',
+  'p4' => '66',
+  'p5' => '298',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -24435,25 +30083,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '232',
-  'plid' => '218',
-  'link_path' => 'admin/config/search/path/edit/%',
-  'router_path' => 'admin/config/search/path/edit/%',
-  'link_title' => 'Edit alias',
+  'mlid' => '299',
+  'plid' => '212',
+  'link_path' => 'admin/structure/taxonomy/%/fields',
+  'router_path' => 'admin/structure/taxonomy/%/fields',
+  'link_title' => 'Manage fields',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
+  'weight' => '1',
   'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '50',
-  'p4' => '218',
-  'p5' => '232',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '299',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24462,26 +30110,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '233',
-  'plid' => '225',
-  'link_path' => 'admin/config/user-interface/shortcut/%/edit',
-  'router_path' => 'admin/config/user-interface/shortcut/%/edit',
-  'link_title' => 'Edit set name',
+  'mlid' => '300',
+  'plid' => '66',
+  'link_path' => 'admin/config/people/accounts/fields',
+  'router_path' => 'admin/config/people/accounts/fields',
+  'link_title' => 'Manage fields',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '10',
-  'depth' => '6',
+  'weight' => '1',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '57',
-  'p4' => '217',
-  'p5' => '225',
-  'p6' => '233',
+  'p3' => '45',
+  'p4' => '66',
+  'p5' => '300',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -24489,26 +30137,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '234',
-  'plid' => '217',
-  'link_path' => 'admin/config/user-interface/shortcut/link/%',
-  'router_path' => 'admin/config/user-interface/shortcut/link/%',
-  'link_title' => 'Edit shortcut',
+  'mlid' => '301',
+  'plid' => '297',
+  'link_path' => 'admin/structure/taxonomy/%/display/default',
+  'router_path' => 'admin/structure/taxonomy/%/display/default',
+  'link_title' => 'Default',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '5',
+  'weight' => '-10',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '57',
-  'p4' => '217',
-  'p5' => '234',
-  'p6' => '0',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '297',
+  'p6' => '301',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -24516,26 +30164,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '235',
-  'plid' => '214',
-  'link_path' => 'admin/config/media/image-styles/edit/%',
-  'router_path' => 'admin/config/media/image-styles/edit/%',
-  'link_title' => 'Edit style',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:25:"Configure an image style.";}}',
+  'mlid' => '302',
+  'plid' => '298',
+  'link_path' => 'admin/config/people/accounts/display/default',
+  'router_path' => 'admin/config/people/accounts/display/default',
+  'link_title' => 'Default',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '5',
+  'weight' => '-10',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '43',
-  'p4' => '214',
-  'p5' => '235',
-  'p6' => '0',
+  'p3' => '45',
+  'p4' => '66',
+  'p5' => '298',
+  'p6' => '302',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -24543,26 +30191,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '236',
-  'plid' => '225',
-  'link_path' => 'admin/config/user-interface/shortcut/%/links',
-  'router_path' => 'admin/config/user-interface/shortcut/%/links',
-  'link_title' => 'List links',
+  'mlid' => '303',
+  'plid' => '114',
+  'link_path' => 'admin/structure/types/manage/%/display',
+  'router_path' => 'admin/structure/types/manage/%/display',
+  'link_title' => 'Manage display',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '6',
+  'weight' => '2',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '57',
-  'p4' => '217',
-  'p5' => '225',
-  'p6' => '236',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '303',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -24570,25 +30218,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '237',
-  'plid' => '214',
-  'link_path' => 'admin/config/media/image-styles/delete/%',
-  'router_path' => 'admin/config/media/image-styles/delete/%',
-  'link_title' => 'Delete style',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Delete an image style.";}}',
+  'mlid' => '304',
+  'plid' => '114',
+  'link_path' => 'admin/structure/types/manage/%/fields',
+  'router_path' => 'admin/structure/types/manage/%/fields',
+  'link_title' => 'Manage fields',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
+  'weight' => '1',
   'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '43',
-  'p4' => '214',
-  'p5' => '237',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '304',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -24597,26 +30245,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '238',
-  'plid' => '214',
-  'link_path' => 'admin/config/media/image-styles/revert/%',
-  'router_path' => 'admin/config/media/image-styles/revert/%',
-  'link_title' => 'Revert style',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:22:"Revert an image style.";}}',
+  'mlid' => '305',
+  'plid' => '297',
+  'link_path' => 'admin/structure/taxonomy/%/display/full',
+  'router_path' => 'admin/structure/taxonomy/%/display/full',
+  'link_title' => 'Taxonomy term page',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '43',
-  'p4' => '214',
-  'p5' => '238',
-  'p6' => '0',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '297',
+  'p6' => '305',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -24624,14 +30272,14 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '239',
-  'plid' => '234',
-  'link_path' => 'admin/config/user-interface/shortcut/link/%/delete',
-  'router_path' => 'admin/config/user-interface/shortcut/link/%/delete',
-  'link_title' => 'Delete shortcut',
+  'mlid' => '306',
+  'plid' => '298',
+  'link_path' => 'admin/config/people/accounts/display/full',
+  'router_path' => 'admin/config/people/accounts/display/full',
+  'link_title' => 'User account',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
@@ -24640,10 +30288,10 @@
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '57',
-  'p4' => '217',
-  'p5' => '234',
-  'p6' => '239',
+  'p3' => '45',
+  'p4' => '66',
+  'p5' => '298',
+  'p6' => '306',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -24651,12 +30299,12 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '240',
-  'plid' => '235',
-  'link_path' => 'admin/config/media/image-styles/edit/%/add/%',
-  'router_path' => 'admin/config/media/image-styles/edit/%/add/%',
-  'link_title' => 'Add image effect',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:28:"Add a new effect to a style.";}}',
+  'mlid' => '307',
+  'plid' => '299',
+  'link_path' => 'admin/structure/taxonomy/%/fields/%',
+  'router_path' => 'admin/structure/taxonomy/%/fields/%',
+  'link_title' => '',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
@@ -24666,11 +30314,11 @@
   'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '43',
-  'p4' => '214',
-  'p5' => '235',
-  'p6' => '240',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '299',
+  'p6' => '307',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -24678,26 +30326,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '241',
-  'plid' => '235',
-  'link_path' => 'admin/config/media/image-styles/edit/%/effects/%',
-  'router_path' => 'admin/config/media/image-styles/edit/%/effects/%',
-  'link_title' => 'Edit image effect',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Edit an existing effect within a style.";}}',
+  'mlid' => '308',
+  'plid' => '300',
+  'link_path' => 'admin/config/people/accounts/fields/%',
+  'router_path' => 'admin/config/people/accounts/fields/%',
+  'link_title' => '',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
   'depth' => '6',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '43',
-  'p4' => '214',
-  'p5' => '235',
-  'p6' => '241',
+  'p3' => '45',
+  'p4' => '66',
+  'p5' => '300',
+  'p6' => '308',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -24705,161 +30353,161 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '242',
-  'plid' => '241',
-  'link_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
-  'router_path' => 'admin/config/media/image-styles/edit/%/effects/%/delete',
-  'link_title' => 'Delete image effect',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:39:"Delete an existing effect from a style.";}}',
+  'mlid' => '309',
+  'plid' => '303',
+  'link_path' => 'admin/structure/types/manage/%/display/default',
+  'router_path' => 'admin/structure/types/manage/%/display/default',
+  'link_title' => 'Default',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '7',
+  'weight' => '-10',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '43',
-  'p4' => '214',
-  'p5' => '235',
-  'p6' => '241',
-  'p7' => '242',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '303',
+  'p6' => '309',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'shortcut-set-1',
-  'mlid' => '243',
-  'plid' => '0',
-  'link_path' => 'node/add',
-  'router_path' => 'node/add',
-  'link_title' => 'Add content',
+  'menu_name' => 'management',
+  'mlid' => '310',
+  'plid' => '303',
+  'link_path' => 'admin/structure/types/manage/%/display/full',
+  'router_path' => 'admin/structure/types/manage/%/display/full',
+  'link_title' => 'Full content',
   'options' => 'a:0:{}',
-  'module' => 'menu',
-  'hidden' => '0',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-20',
-  'depth' => '1',
+  'weight' => '0',
+  'depth' => '6',
   'customized' => '0',
-  'p1' => '243',
-  'p2' => '0',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '303',
+  'p6' => '310',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'shortcut-set-1',
-  'mlid' => '244',
-  'plid' => '0',
-  'link_path' => 'admin/content',
-  'router_path' => 'admin/content',
-  'link_title' => 'Find content',
+  'menu_name' => 'management',
+  'mlid' => '311',
+  'plid' => '303',
+  'link_path' => 'admin/structure/types/manage/%/display/rss',
+  'router_path' => 'admin/structure/types/manage/%/display/rss',
+  'link_title' => 'RSS',
   'options' => 'a:0:{}',
-  'module' => 'menu',
-  'hidden' => '0',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-19',
-  'depth' => '1',
+  'weight' => '2',
+  'depth' => '6',
   'customized' => '0',
-  'p1' => '244',
-  'p2' => '0',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '303',
+  'p6' => '311',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'main-menu',
-  'mlid' => '245',
-  'plid' => '0',
-  'link_path' => '<front>',
-  'router_path' => '',
-  'link_title' => 'Home',
+  'menu_name' => 'management',
+  'mlid' => '312',
+  'plid' => '303',
+  'link_path' => 'admin/structure/types/manage/%/display/search_index',
+  'router_path' => 'admin/structure/types/manage/%/display/search_index',
+  'link_title' => 'Search index',
   'options' => 'a:0:{}',
-  'module' => 'menu',
-  'hidden' => '0',
-  'external' => '1',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '1',
+  'weight' => '3',
+  'depth' => '6',
   'customized' => '0',
-  'p1' => '245',
-  'p2' => '0',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '303',
+  'p6' => '312',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '246',
-  'plid' => '6',
-  'link_path' => 'node/add/article',
-  'router_path' => 'node/add/article',
-  'link_title' => 'Article',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:89:"Use <em>articles</em> for time-sensitive content like news, press releases or blog posts.";}}',
+  'menu_name' => 'management',
+  'mlid' => '313',
+  'plid' => '303',
+  'link_path' => 'admin/structure/types/manage/%/display/search_result',
+  'router_path' => 'admin/structure/types/manage/%/display/search_result',
+  'link_title' => 'Search result highlighting input',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '2',
+  'weight' => '4',
+  'depth' => '6',
   'customized' => '0',
-  'p1' => '6',
-  'p2' => '246',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '303',
+  'p6' => '313',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '247',
-  'plid' => '6',
-  'link_path' => 'node/add/page',
-  'router_path' => 'node/add/page',
-  'link_title' => 'Basic page',
-  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:77:\"Use <em>basic pages</em> for your static content, such as an 'About us' page.\";}}",
+  'menu_name' => 'management',
+  'mlid' => '314',
+  'plid' => '303',
+  'link_path' => 'admin/structure/types/manage/%/display/teaser',
+  'router_path' => 'admin/structure/types/manage/%/display/teaser',
+  'link_title' => 'Teaser',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '2',
+  'weight' => '1',
+  'depth' => '6',
   'customized' => '0',
-  'p1' => '6',
-  'p2' => '247',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '303',
+  'p6' => '314',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -24867,26 +30515,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '248',
-  'plid' => '175',
-  'link_path' => 'admin/help/toolbar',
-  'router_path' => 'admin/help/toolbar',
-  'link_title' => 'toolbar',
+  'mlid' => '315',
+  'plid' => '304',
+  'link_path' => 'admin/structure/types/manage/%/fields/%',
+  'router_path' => 'admin/structure/types/manage/%/fields/%',
+  'link_title' => '',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '248',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '304',
+  'p6' => '315',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -24894,119 +30542,119 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '287',
-  'plid' => '18',
-  'link_path' => 'admin/reports/updates',
-  'router_path' => 'admin/reports/updates',
-  'link_title' => 'Available updates',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:82:"Get a status report about available updates for your installed modules and themes.";}}',
+  'mlid' => '316',
+  'plid' => '307',
+  'link_path' => 'admin/structure/taxonomy/%/fields/%/delete',
+  'router_path' => 'admin/structure/taxonomy/%/fields/%/delete',
+  'link_title' => 'Delete',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-50',
-  'depth' => '3',
+  'weight' => '10',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '287',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
-  'p7' => '0',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '299',
+  'p6' => '307',
+  'p7' => '316',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '288',
-  'plid' => '15',
-  'link_path' => 'admin/modules/install',
-  'router_path' => 'admin/modules/install',
-  'link_title' => 'Install new module',
+  'mlid' => '317',
+  'plid' => '307',
+  'link_path' => 'admin/structure/taxonomy/%/fields/%/edit',
+  'router_path' => 'admin/structure/taxonomy/%/fields/%/edit',
+  'link_title' => 'Edit',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '25',
-  'depth' => '3',
+  'weight' => '0',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '15',
-  'p3' => '288',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
-  'p7' => '0',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '299',
+  'p6' => '307',
+  'p7' => '317',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '289',
-  'plid' => '7',
-  'link_path' => 'admin/appearance/install',
-  'router_path' => 'admin/appearance/install',
-  'link_title' => 'Install new theme',
+  'mlid' => '318',
+  'plid' => '307',
+  'link_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
+  'router_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
+  'link_title' => 'Field settings',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '25',
-  'depth' => '3',
+  'weight' => '0',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '7',
-  'p3' => '289',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
-  'p7' => '0',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '299',
+  'p6' => '307',
+  'p7' => '318',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '290',
-  'plid' => '15',
-  'link_path' => 'admin/modules/update',
-  'router_path' => 'admin/modules/update',
-  'link_title' => 'Update',
+  'mlid' => '319',
+  'plid' => '307',
+  'link_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
+  'router_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
+  'link_title' => 'Widget type',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '10',
-  'depth' => '3',
+  'weight' => '0',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '15',
-  'p3' => '290',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
-  'p7' => '0',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '299',
+  'p6' => '307',
+  'p7' => '319',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '291',
-  'plid' => '7',
-  'link_path' => 'admin/appearance/update',
-  'router_path' => 'admin/appearance/update',
-  'link_title' => 'Update',
+  'mlid' => '320',
+  'plid' => '308',
+  'link_path' => 'admin/config/people/accounts/fields/%/delete',
+  'router_path' => 'admin/config/people/accounts/fields/%/delete',
+  'link_title' => 'Delete',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -25014,26 +30662,26 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '10',
-  'depth' => '3',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '7',
-  'p3' => '291',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
-  'p7' => '0',
+  'p2' => '8',
+  'p3' => '45',
+  'p4' => '66',
+  'p5' => '300',
+  'p6' => '308',
+  'p7' => '320',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '292',
-  'plid' => '175',
-  'link_path' => 'admin/help/update',
-  'router_path' => 'admin/help/update',
-  'link_title' => 'update',
+  'mlid' => '321',
+  'plid' => '308',
+  'link_path' => 'admin/config/people/accounts/fields/%/edit',
+  'router_path' => 'admin/config/people/accounts/fields/%/edit',
+  'link_title' => 'Edit',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -25041,26 +30689,26 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '292',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
-  'p7' => '0',
+  'p2' => '8',
+  'p3' => '45',
+  'p4' => '66',
+  'p5' => '300',
+  'p6' => '308',
+  'p7' => '321',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '293',
-  'plid' => '287',
-  'link_path' => 'admin/reports/updates/list',
-  'router_path' => 'admin/reports/updates/list',
-  'link_title' => 'List',
+  'mlid' => '322',
+  'plid' => '308',
+  'link_path' => 'admin/config/people/accounts/fields/%/field-settings',
+  'router_path' => 'admin/config/people/accounts/fields/%/field-settings',
+  'link_title' => 'Field settings',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -25068,68 +30716,68 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '287',
-  'p4' => '293',
-  'p5' => '0',
-  'p6' => '0',
-  'p7' => '0',
+  'p2' => '8',
+  'p3' => '45',
+  'p4' => '66',
+  'p5' => '300',
+  'p6' => '308',
+  'p7' => '322',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '294',
-  'plid' => '287',
-  'link_path' => 'admin/reports/updates/settings',
-  'router_path' => 'admin/reports/updates/settings',
-  'link_title' => 'Settings',
+  'mlid' => '323',
+  'plid' => '308',
+  'link_path' => 'admin/config/people/accounts/fields/%/widget-type',
+  'router_path' => 'admin/config/people/accounts/fields/%/widget-type',
+  'link_title' => 'Widget type',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '50',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '287',
-  'p4' => '294',
-  'p5' => '0',
-  'p6' => '0',
-  'p7' => '0',
+  'p2' => '8',
+  'p3' => '45',
+  'p4' => '66',
+  'p5' => '300',
+  'p6' => '308',
+  'p7' => '323',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '295',
-  'plid' => '287',
-  'link_path' => 'admin/reports/updates/install',
-  'router_path' => 'admin/reports/updates/install',
-  'link_title' => 'Install new module or theme',
+  'mlid' => '324',
+  'plid' => '161',
+  'link_path' => 'admin/structure/types/manage/%/comment/display/default',
+  'router_path' => 'admin/structure/types/manage/%/comment/display/default',
+  'link_title' => 'Default',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '25',
-  'depth' => '4',
+  'weight' => '-10',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '287',
-  'p4' => '295',
-  'p5' => '0',
-  'p6' => '0',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '161',
+  'p6' => '324',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -25137,26 +30785,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '296',
-  'plid' => '287',
-  'link_path' => 'admin/reports/updates/update',
-  'router_path' => 'admin/reports/updates/update',
-  'link_title' => 'Update',
+  'mlid' => '325',
+  'plid' => '161',
+  'link_path' => 'admin/structure/types/manage/%/comment/display/full',
+  'router_path' => 'admin/structure/types/manage/%/comment/display/full',
+  'link_title' => 'Full comment',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '10',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '287',
-  'p4' => '296',
-  'p5' => '0',
-  'p6' => '0',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '161',
+  'p6' => '325',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -25164,26 +30812,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '297',
-  'plid' => '212',
-  'link_path' => 'admin/structure/taxonomy/%/display',
-  'router_path' => 'admin/structure/taxonomy/%/display',
-  'link_title' => 'Manage display',
+  'mlid' => '326',
+  'plid' => '162',
+  'link_path' => 'admin/structure/types/manage/%/comment/fields/%',
+  'router_path' => 'admin/structure/types/manage/%/comment/fields/%',
+  'link_title' => '',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '2',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '297',
-  'p6' => '0',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '162',
+  'p6' => '326',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -25191,200 +30839,200 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '298',
-  'plid' => '66',
-  'link_path' => 'admin/config/people/accounts/display',
-  'router_path' => 'admin/config/people/accounts/display',
-  'link_title' => 'Manage display',
+  'mlid' => '327',
+  'plid' => '315',
+  'link_path' => 'admin/structure/types/manage/%/fields/%/delete',
+  'router_path' => 'admin/structure/types/manage/%/fields/%/delete',
+  'link_title' => 'Delete',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '2',
-  'depth' => '5',
+  'weight' => '10',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '45',
-  'p4' => '66',
-  'p5' => '298',
-  'p6' => '0',
-  'p7' => '0',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '304',
+  'p6' => '315',
+  'p7' => '327',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '299',
-  'plid' => '212',
-  'link_path' => 'admin/structure/taxonomy/%/fields',
-  'router_path' => 'admin/structure/taxonomy/%/fields',
-  'link_title' => 'Manage fields',
+  'mlid' => '328',
+  'plid' => '315',
+  'link_path' => 'admin/structure/types/manage/%/fields/%/edit',
+  'router_path' => 'admin/structure/types/manage/%/fields/%/edit',
+  'link_title' => 'Edit',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '1',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '299',
-  'p6' => '0',
-  'p7' => '0',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '304',
+  'p6' => '315',
+  'p7' => '328',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '300',
-  'plid' => '66',
-  'link_path' => 'admin/config/people/accounts/fields',
-  'router_path' => 'admin/config/people/accounts/fields',
-  'link_title' => 'Manage fields',
+  'mlid' => '329',
+  'plid' => '315',
+  'link_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
+  'router_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
+  'link_title' => 'Field settings',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '1',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '45',
-  'p4' => '66',
-  'p5' => '300',
-  'p6' => '0',
-  'p7' => '0',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '304',
+  'p6' => '315',
+  'p7' => '329',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '301',
-  'plid' => '297',
-  'link_path' => 'admin/structure/taxonomy/%/display/default',
-  'router_path' => 'admin/structure/taxonomy/%/display/default',
-  'link_title' => 'Default',
+  'mlid' => '330',
+  'plid' => '315',
+  'link_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
+  'router_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
+  'link_title' => 'Widget type',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '6',
+  'weight' => '0',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '297',
-  'p6' => '301',
-  'p7' => '0',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '304',
+  'p6' => '315',
+  'p7' => '330',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '302',
-  'plid' => '298',
-  'link_path' => 'admin/config/people/accounts/display/default',
-  'router_path' => 'admin/config/people/accounts/display/default',
-  'link_title' => 'Default',
+  'mlid' => '331',
+  'plid' => '326',
+  'link_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
+  'router_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
+  'link_title' => 'Delete',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '6',
+  'weight' => '10',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '45',
-  'p4' => '66',
-  'p5' => '298',
-  'p6' => '302',
-  'p7' => '0',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '162',
+  'p6' => '326',
+  'p7' => '331',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '303',
-  'plid' => '114',
-  'link_path' => 'admin/structure/types/manage/%/display',
-  'router_path' => 'admin/structure/types/manage/%/display',
-  'link_title' => 'Manage display',
+  'mlid' => '332',
+  'plid' => '326',
+  'link_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
+  'router_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
+  'link_title' => 'Edit',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '2',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
   'p3' => '34',
   'p4' => '114',
-  'p5' => '303',
-  'p6' => '0',
-  'p7' => '0',
+  'p5' => '162',
+  'p6' => '326',
+  'p7' => '332',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '304',
-  'plid' => '114',
-  'link_path' => 'admin/structure/types/manage/%/fields',
-  'router_path' => 'admin/structure/types/manage/%/fields',
-  'link_title' => 'Manage fields',
+  'mlid' => '333',
+  'plid' => '326',
+  'link_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
+  'router_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
+  'link_title' => 'Field settings',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '1',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
   'p3' => '34',
   'p4' => '114',
-  'p5' => '304',
-  'p6' => '0',
-  'p7' => '0',
+  'p5' => '162',
+  'p6' => '326',
+  'p7' => '333',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '305',
-  'plid' => '297',
-  'link_path' => 'admin/structure/taxonomy/%/display/full',
-  'router_path' => 'admin/structure/taxonomy/%/display/full',
-  'link_title' => 'Taxonomy term page',
+  'mlid' => '334',
+  'plid' => '326',
+  'link_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
+  'router_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
+  'link_title' => 'Widget type',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -25392,269 +31040,269 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '7',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '297',
-  'p6' => '305',
-  'p7' => '0',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '162',
+  'p6' => '326',
+  'p7' => '334',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '306',
-  'plid' => '298',
-  'link_path' => 'admin/config/people/accounts/display/full',
-  'router_path' => 'admin/config/people/accounts/display/full',
-  'link_title' => 'User account',
+  'menu_name' => 'navigation',
+  'mlid' => '335',
+  'plid' => '0',
+  'link_path' => 'blog',
+  'router_path' => 'blog',
+  'link_title' => 'Blogs',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '45',
-  'p4' => '66',
-  'p5' => '298',
-  'p6' => '306',
+  'p1' => '335',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '307',
-  'plid' => '299',
-  'link_path' => 'admin/structure/taxonomy/%/fields/%',
-  'router_path' => 'admin/structure/taxonomy/%/fields/%',
-  'link_title' => '',
+  'menu_name' => 'navigation',
+  'mlid' => '336',
+  'plid' => '0',
+  'link_path' => 'book',
+  'router_path' => 'book',
+  'link_title' => 'Books',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '299',
-  'p6' => '307',
+  'p1' => '336',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '308',
-  'plid' => '300',
-  'link_path' => 'admin/config/people/accounts/fields/%',
-  'router_path' => 'admin/config/people/accounts/fields/%',
-  'link_title' => '',
+  'menu_name' => 'navigation',
+  'mlid' => '337',
+  'plid' => '0',
+  'link_path' => 'contact',
+  'router_path' => 'contact',
+  'link_title' => 'Contact',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '45',
-  'p4' => '66',
-  'p5' => '300',
-  'p6' => '308',
+  'p1' => '337',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '309',
-  'plid' => '303',
-  'link_path' => 'admin/structure/types/manage/%/display/default',
-  'router_path' => 'admin/structure/types/manage/%/display/default',
-  'link_title' => 'Default',
+  'menu_name' => 'navigation',
+  'mlid' => '338',
+  'plid' => '0',
+  'link_path' => 'aggregator',
+  'router_path' => 'aggregator',
+  'link_title' => 'Feed aggregator',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '6',
+  'weight' => '5',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '303',
-  'p6' => '309',
+  'p1' => '338',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '310',
-  'plid' => '303',
-  'link_path' => 'admin/structure/types/manage/%/display/full',
-  'router_path' => 'admin/structure/types/manage/%/display/full',
-  'link_title' => 'Full content',
+  'menu_name' => 'navigation',
+  'mlid' => '339',
+  'plid' => '0',
+  'link_path' => 'forum',
+  'router_path' => 'forum',
+  'link_title' => 'Forums',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '303',
-  'p6' => '310',
+  'p1' => '339',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '311',
-  'plid' => '303',
-  'link_path' => 'admin/structure/types/manage/%/display/rss',
-  'router_path' => 'admin/structure/types/manage/%/display/rss',
-  'link_title' => 'RSS',
+  'menu_name' => 'navigation',
+  'mlid' => '340',
+  'plid' => '0',
+  'link_path' => 'tracker',
+  'router_path' => 'tracker',
+  'link_title' => 'Recent content',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '2',
-  'depth' => '6',
+  'weight' => '1',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '303',
-  'p6' => '311',
+  'p1' => '340',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '312',
-  'plid' => '303',
-  'link_path' => 'admin/structure/types/manage/%/display/search_index',
-  'router_path' => 'admin/structure/types/manage/%/display/search_index',
-  'link_title' => 'Search index',
+  'menu_name' => 'navigation',
+  'mlid' => '341',
+  'plid' => '340',
+  'link_path' => 'tracker/all',
+  'router_path' => 'tracker/all',
+  'link_title' => 'All recent content',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '3',
-  'depth' => '6',
+  'weight' => '0',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '303',
-  'p6' => '312',
+  'p1' => '340',
+  'p2' => '341',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '313',
-  'plid' => '303',
-  'link_path' => 'admin/structure/types/manage/%/display/search_result',
-  'router_path' => 'admin/structure/types/manage/%/display/search_result',
-  'link_title' => 'Search result highlighting input',
+  'menu_name' => 'navigation',
+  'mlid' => '342',
+  'plid' => '338',
+  'link_path' => 'aggregator/categories',
+  'router_path' => 'aggregator/categories',
+  'link_title' => 'Categories',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '4',
-  'depth' => '6',
+  'weight' => '0',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '303',
-  'p6' => '313',
+  'p1' => '338',
+  'p2' => '342',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '314',
-  'plid' => '303',
-  'link_path' => 'admin/structure/types/manage/%/display/teaser',
-  'router_path' => 'admin/structure/types/manage/%/display/teaser',
-  'link_title' => 'Teaser',
+  'menu_name' => 'navigation',
+  'mlid' => '343',
+  'plid' => '339',
+  'link_path' => 'forum/%',
+  'router_path' => 'forum/%',
+  'link_title' => 'Forums',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '1',
-  'depth' => '6',
+  'weight' => '0',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '303',
-  'p6' => '314',
+  'p1' => '339',
+  'p2' => '343',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '315',
-  'plid' => '304',
-  'link_path' => 'admin/structure/types/manage/%/fields/%',
-  'router_path' => 'admin/structure/types/manage/%/fields/%',
-  'link_title' => '',
+  'menu_name' => 'navigation',
+  'mlid' => '344',
+  'plid' => '335',
+  'link_path' => 'blog/%',
+  'router_path' => 'blog/%',
+  'link_title' => 'My blog',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
@@ -25662,284 +31310,311 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '304',
-  'p6' => '315',
+  'p1' => '335',
+  'p2' => '344',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '316',
-  'plid' => '307',
-  'link_path' => 'admin/structure/taxonomy/%/fields/%/delete',
-  'router_path' => 'admin/structure/taxonomy/%/fields/%/delete',
-  'link_title' => 'Delete',
+  'menu_name' => 'navigation',
+  'mlid' => '345',
+  'plid' => '340',
+  'link_path' => 'tracker/%',
+  'router_path' => 'tracker/%',
+  'link_title' => 'My recent content',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '10',
-  'depth' => '7',
+  'weight' => '0',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '299',
-  'p6' => '307',
-  'p7' => '316',
+  'p1' => '340',
+  'p2' => '345',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '317',
-  'plid' => '307',
-  'link_path' => 'admin/structure/taxonomy/%/fields/%/edit',
-  'router_path' => 'admin/structure/taxonomy/%/fields/%/edit',
-  'link_title' => 'Edit',
+  'menu_name' => 'navigation',
+  'mlid' => '346',
+  'plid' => '338',
+  'link_path' => 'aggregator/sources',
+  'router_path' => 'aggregator/sources',
+  'link_title' => 'Sources',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '7',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '299',
-  'p6' => '307',
-  'p7' => '317',
+  'p1' => '338',
+  'p2' => '346',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '318',
-  'plid' => '307',
-  'link_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
-  'router_path' => 'admin/structure/taxonomy/%/fields/%/field-settings',
-  'link_title' => 'Field settings',
+  'menu_name' => 'navigation',
+  'mlid' => '347',
+  'plid' => '342',
+  'link_path' => 'aggregator/categories/%',
+  'router_path' => 'aggregator/categories/%',
+  'link_title' => '',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '7',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '299',
-  'p6' => '307',
-  'p7' => '318',
+  'p1' => '338',
+  'p2' => '342',
+  'p3' => '347',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '319',
-  'plid' => '307',
-  'link_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
-  'router_path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
-  'link_title' => 'Widget type',
+  'menu_name' => 'navigation',
+  'mlid' => '348',
+  'plid' => '346',
+  'link_path' => 'aggregator/sources/%',
+  'router_path' => 'aggregator/sources/%',
+  'link_title' => '',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '7',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '180',
-  'p4' => '212',
-  'p5' => '299',
-  'p6' => '307',
-  'p7' => '319',
+  'p1' => '338',
+  'p2' => '346',
+  'p3' => '348',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '320',
-  'plid' => '308',
-  'link_path' => 'admin/config/people/accounts/fields/%/delete',
-  'router_path' => 'admin/config/people/accounts/fields/%/delete',
-  'link_title' => 'Delete',
-  'options' => 'a:0:{}',
+  'menu_name' => 'navigation',
+  'mlid' => '349',
+  'plid' => '6',
+  'link_path' => 'node/add/blog',
+  'router_path' => 'node/add/blog',
+  'link_title' => 'Blog entry',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:58:"Use for multi-user blogs. Every user gets a personal blog.";}}',
+  'module' => 'system',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '6',
+  'p2' => '349',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '350',
+  'plid' => '6',
+  'link_path' => 'node/add/book',
+  'router_path' => 'node/add/book',
+  'link_title' => 'Book page',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:87:"<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '10',
-  'depth' => '7',
+  'weight' => '0',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '45',
-  'p4' => '66',
-  'p5' => '300',
-  'p6' => '308',
-  'p7' => '320',
+  'p1' => '6',
+  'p2' => '350',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '321',
-  'plid' => '308',
-  'link_path' => 'admin/config/people/accounts/fields/%/edit',
-  'router_path' => 'admin/config/people/accounts/fields/%/edit',
-  'link_title' => 'Edit',
-  'options' => 'a:0:{}',
+  'mlid' => '351',
+  'plid' => '9',
+  'link_path' => 'admin/content/book',
+  'router_path' => 'admin/content/book',
+  'link_title' => 'Books',
+  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:33:\"Manage your site's book outlines.\";}}",
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '7',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '45',
-  'p4' => '66',
-  'p5' => '300',
-  'p6' => '308',
-  'p7' => '321',
+  'p2' => '9',
+  'p3' => '351',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '322',
-  'plid' => '308',
-  'link_path' => 'admin/config/people/accounts/fields/%/field-settings',
-  'router_path' => 'admin/config/people/accounts/fields/%/field-settings',
-  'link_title' => 'Field settings',
+  'menu_name' => 'navigation',
+  'mlid' => '352',
+  'plid' => '16',
+  'link_path' => 'user/%/contact',
+  'router_path' => 'user/%/contact',
+  'link_title' => 'Contact',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '7',
+  'weight' => '2',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '45',
-  'p4' => '66',
-  'p5' => '300',
-  'p6' => '308',
-  'p7' => '322',
+  'p1' => '16',
+  'p2' => '352',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '323',
-  'plid' => '308',
-  'link_path' => 'admin/config/people/accounts/fields/%/widget-type',
-  'router_path' => 'admin/config/people/accounts/fields/%/widget-type',
-  'link_title' => 'Widget type',
-  'options' => 'a:0:{}',
+  'mlid' => '353',
+  'plid' => '20',
+  'link_path' => 'admin/structure/contact',
+  'router_path' => 'admin/structure/contact',
+  'link_title' => 'Contact form',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:71:"Create a system contact form and set up categories for the form to use.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '7',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '45',
-  'p4' => '66',
-  'p5' => '300',
-  'p6' => '308',
-  'p7' => '323',
+  'p2' => '20',
+  'p3' => '353',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '324',
-  'plid' => '161',
-  'link_path' => 'admin/structure/types/manage/%/comment/display/default',
-  'router_path' => 'admin/structure/types/manage/%/comment/display/default',
-  'link_title' => 'Default',
-  'options' => 'a:0:{}',
+  'mlid' => '354',
+  'plid' => '8',
+  'link_path' => 'admin/config/date',
+  'router_path' => 'admin/config/date',
+  'link_title' => 'Date API',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"Settings for modules the use the Date API.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '-10',
-  'depth' => '6',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '161',
-  'p6' => '324',
+  'p2' => '8',
+  'p3' => '354',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '325',
-  'plid' => '161',
-  'link_path' => 'admin/structure/types/manage/%/comment/display/full',
-  'router_path' => 'admin/structure/types/manage/%/comment/display/full',
-  'link_title' => 'Full comment',
-  'options' => 'a:0:{}',
+  'menu_name' => 'navigation',
+  'mlid' => '355',
+  'plid' => '6',
+  'link_path' => 'node/add/forum',
+  'router_path' => 'node/add/forum',
+  'link_title' => 'Forum topic',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:69:"A <em>forum topic</em> starts a new discussion thread within a forum.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '161',
-  'p6' => '325',
+  'p1' => '6',
+  'p2' => '355',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -25947,200 +31622,200 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '326',
-  'plid' => '162',
-  'link_path' => 'admin/structure/types/manage/%/comment/fields/%',
-  'router_path' => 'admin/structure/types/manage/%/comment/fields/%',
-  'link_title' => '',
-  'options' => 'a:0:{}',
+  'mlid' => '356',
+  'plid' => '20',
+  'link_path' => 'admin/structure/forum',
+  'router_path' => 'admin/structure/forum',
+  'link_title' => 'Forums',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Control forum hierarchy settings.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '162',
-  'p6' => '326',
+  'p3' => '356',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '327',
-  'plid' => '315',
-  'link_path' => 'admin/structure/types/manage/%/fields/%/delete',
-  'router_path' => 'admin/structure/types/manage/%/fields/%/delete',
-  'link_title' => 'Delete',
+  'menu_name' => 'navigation',
+  'mlid' => '358',
+  'plid' => '5',
+  'link_path' => 'node/%/outline',
+  'router_path' => 'node/%/outline',
+  'link_title' => 'Outline',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '10',
-  'depth' => '7',
+  'weight' => '2',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '304',
-  'p6' => '315',
-  'p7' => '327',
+  'p1' => '5',
+  'p2' => '358',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '328',
-  'plid' => '315',
-  'link_path' => 'admin/structure/types/manage/%/fields/%/edit',
-  'router_path' => 'admin/structure/types/manage/%/fields/%/edit',
-  'link_title' => 'Edit',
-  'options' => 'a:0:{}',
+  'mlid' => '359',
+  'plid' => '18',
+  'link_path' => 'admin/reports/hits',
+  'router_path' => 'admin/reports/hits',
+  'link_title' => 'Recent hits',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View pages that have recently been visited.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '7',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '304',
-  'p6' => '315',
-  'p7' => '328',
+  'p2' => '18',
+  'p3' => '359',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '329',
-  'plid' => '315',
-  'link_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
-  'router_path' => 'admin/structure/types/manage/%/fields/%/field-settings',
-  'link_title' => 'Field settings',
-  'options' => 'a:0:{}',
+  'mlid' => '360',
+  'plid' => '18',
+  'link_path' => 'admin/reports/pages',
+  'router_path' => 'admin/reports/pages',
+  'link_title' => 'Top pages',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"View pages that have been hit frequently.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '7',
+  'weight' => '1',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '304',
-  'p6' => '315',
-  'p7' => '329',
+  'p2' => '18',
+  'p3' => '360',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '330',
-  'plid' => '315',
-  'link_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
-  'router_path' => 'admin/structure/types/manage/%/fields/%/widget-type',
-  'link_title' => 'Widget type',
-  'options' => 'a:0:{}',
+  'mlid' => '361',
+  'plid' => '18',
+  'link_path' => 'admin/reports/referrers',
+  'router_path' => 'admin/reports/referrers',
+  'link_title' => 'Top referrers',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:19:"View top referrers.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '7',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '304',
-  'p6' => '315',
-  'p7' => '330',
+  'p2' => '18',
+  'p3' => '361',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '331',
-  'plid' => '326',
-  'link_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
-  'router_path' => 'admin/structure/types/manage/%/comment/fields/%/delete',
-  'link_title' => 'Delete',
-  'options' => 'a:0:{}',
+  'mlid' => '362',
+  'plid' => '18',
+  'link_path' => 'admin/reports/visitors',
+  'router_path' => 'admin/reports/visitors',
+  'link_title' => 'Top visitors',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View visitors that hit many pages.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '10',
-  'depth' => '7',
+  'weight' => '2',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '162',
-  'p6' => '326',
-  'p7' => '331',
+  'p2' => '18',
+  'p3' => '362',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '332',
-  'plid' => '326',
-  'link_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
-  'router_path' => 'admin/structure/types/manage/%/comment/fields/%/edit',
-  'link_title' => 'Edit',
+  'menu_name' => 'navigation',
+  'mlid' => '363',
+  'plid' => '5',
+  'link_path' => 'node/%/track',
+  'router_path' => 'node/%/track',
+  'link_title' => 'Track',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '7',
+  'weight' => '2',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '162',
-  'p6' => '326',
-  'p7' => '332',
+  'p1' => '5',
+  'p2' => '363',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '333',
-  'plid' => '326',
-  'link_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
-  'router_path' => 'admin/structure/types/manage/%/comment/fields/%/field-settings',
-  'link_title' => 'Field settings',
+  'menu_name' => 'navigation',
+  'mlid' => '364',
+  'plid' => '16',
+  'link_path' => 'user/%/track',
+  'router_path' => 'user/%/track',
+  'link_title' => 'Track',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -26148,65 +31823,65 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '7',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '162',
-  'p6' => '326',
-  'p7' => '333',
+  'p1' => '16',
+  'p2' => '364',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '334',
-  'plid' => '326',
-  'link_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
-  'router_path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
-  'link_title' => 'Widget type',
+  'menu_name' => 'navigation',
+  'mlid' => '365',
+  'plid' => '5',
+  'link_path' => 'node/%/translate',
+  'router_path' => 'node/%/translate',
+  'link_title' => 'Translate',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '7',
+  'weight' => '1',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '162',
-  'p6' => '326',
-  'p7' => '334',
+  'p1' => '5',
+  'p2' => '365',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '335',
-  'plid' => '0',
-  'link_path' => 'blog',
-  'router_path' => 'blog',
-  'link_title' => 'Blogs',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '366',
+  'plid' => '20',
+  'link_path' => 'admin/structure/trigger',
+  'router_path' => 'admin/structure/trigger',
+  'link_title' => 'Triggers',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Configure when to execute actions.";}}',
   'module' => 'system',
-  'hidden' => '1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '1',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '335',
-  'p2' => '0',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '366',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26216,24 +31891,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '336',
-  'plid' => '0',
-  'link_path' => 'book',
-  'router_path' => 'book',
-  'link_title' => 'Books',
+  'menu_name' => 'management',
+  'mlid' => '369',
+  'plid' => '175',
+  'link_path' => 'admin/help/aggregator',
+  'router_path' => 'admin/help/aggregator',
+  'link_title' => 'aggregator',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '1',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '1',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '336',
-  'p2' => '0',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '369',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26243,24 +31918,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '337',
-  'plid' => '0',
-  'link_path' => 'contact',
-  'router_path' => 'contact',
-  'link_title' => 'Contact',
+  'menu_name' => 'management',
+  'mlid' => '370',
+  'plid' => '175',
+  'link_path' => 'admin/help/blog',
+  'router_path' => 'admin/help/blog',
+  'link_title' => 'blog',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '1',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '1',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '337',
-  'p2' => '0',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '370',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26270,24 +31945,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '338',
-  'plid' => '0',
-  'link_path' => 'aggregator',
-  'router_path' => 'aggregator',
-  'link_title' => 'Feed aggregator',
+  'menu_name' => 'management',
+  'mlid' => '371',
+  'plid' => '175',
+  'link_path' => 'admin/help/book',
+  'router_path' => 'admin/help/book',
+  'link_title' => 'book',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '5',
-  'depth' => '1',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '338',
-  'p2' => '0',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '371',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26297,24 +31972,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '339',
-  'plid' => '0',
-  'link_path' => 'forum',
-  'router_path' => 'forum',
-  'link_title' => 'Forums',
+  'menu_name' => 'management',
+  'mlid' => '372',
+  'plid' => '175',
+  'link_path' => 'admin/help/contact',
+  'router_path' => 'admin/help/contact',
+  'link_title' => 'contact',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '1',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '339',
-  'p2' => '0',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '372',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26324,24 +31999,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '340',
-  'plid' => '0',
-  'link_path' => 'tracker',
-  'router_path' => 'tracker',
-  'link_title' => 'Recent content',
+  'menu_name' => 'management',
+  'mlid' => '373',
+  'plid' => '175',
+  'link_path' => 'admin/help/date',
+  'router_path' => 'admin/help/date',
+  'link_title' => 'date',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '1',
-  'depth' => '1',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '340',
-  'p2' => '0',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '373',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26351,12 +32026,12 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '341',
-  'plid' => '340',
-  'link_path' => 'tracker/all',
-  'router_path' => 'tracker/all',
-  'link_title' => 'All recent content',
+  'menu_name' => 'management',
+  'mlid' => '374',
+  'plid' => '175',
+  'link_path' => 'admin/help/forum',
+  'router_path' => 'admin/help/forum',
+  'link_title' => 'forum',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -26364,11 +32039,11 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '340',
-  'p2' => '341',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '374',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26378,24 +32053,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '342',
-  'plid' => '338',
-  'link_path' => 'aggregator/categories',
-  'router_path' => 'aggregator/categories',
-  'link_title' => 'Categories',
+  'menu_name' => 'management',
+  'mlid' => '375',
+  'plid' => '175',
+  'link_path' => 'admin/help/locale',
+  'router_path' => 'admin/help/locale',
+  'link_title' => 'locale',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '338',
-  'p2' => '342',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '375',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26405,24 +32080,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '343',
-  'plid' => '339',
-  'link_path' => 'forum/%',
-  'router_path' => 'forum/%',
-  'link_title' => 'Forums',
+  'menu_name' => 'management',
+  'mlid' => '377',
+  'plid' => '175',
+  'link_path' => 'admin/help/simpletest',
+  'router_path' => 'admin/help/simpletest',
+  'link_title' => 'simpletest',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '339',
-  'p2' => '343',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '377',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26432,24 +32107,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '344',
-  'plid' => '335',
-  'link_path' => 'blog/%',
-  'router_path' => 'blog/%',
-  'link_title' => 'My blog',
+  'menu_name' => 'management',
+  'mlid' => '378',
+  'plid' => '175',
+  'link_path' => 'admin/help/statistics',
+  'router_path' => 'admin/help/statistics',
+  'link_title' => 'statistics',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '335',
-  'p2' => '344',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '378',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26459,12 +32134,12 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '345',
-  'plid' => '340',
-  'link_path' => 'tracker/%',
-  'router_path' => 'tracker/%',
-  'link_title' => 'My recent content',
+  'menu_name' => 'management',
+  'mlid' => '379',
+  'plid' => '175',
+  'link_path' => 'admin/help/syslog',
+  'router_path' => 'admin/help/syslog',
+  'link_title' => 'syslog',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -26472,11 +32147,11 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '340',
-  'p2' => '345',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '379',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26486,24 +32161,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '346',
-  'plid' => '338',
-  'link_path' => 'aggregator/sources',
-  'router_path' => 'aggregator/sources',
-  'link_title' => 'Sources',
+  'menu_name' => 'management',
+  'mlid' => '380',
+  'plid' => '175',
+  'link_path' => 'admin/help/tracker',
+  'router_path' => 'admin/help/tracker',
+  'link_title' => 'tracker',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '338',
-  'p2' => '346',
-  'p3' => '0',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '380',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26513,24 +32188,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '347',
-  'plid' => '342',
-  'link_path' => 'aggregator/categories/%',
-  'router_path' => 'aggregator/categories/%',
-  'link_title' => '',
+  'menu_name' => 'management',
+  'mlid' => '381',
+  'plid' => '175',
+  'link_path' => 'admin/help/translation',
+  'router_path' => 'admin/help/translation',
+  'link_title' => 'translation',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
   'depth' => '3',
   'customized' => '0',
-  'p1' => '338',
-  'p2' => '342',
-  'p3' => '347',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '381',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26540,24 +32215,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '348',
-  'plid' => '346',
-  'link_path' => 'aggregator/sources/%',
-  'router_path' => 'aggregator/sources/%',
-  'link_title' => '',
+  'menu_name' => 'management',
+  'mlid' => '382',
+  'plid' => '175',
+  'link_path' => 'admin/help/trigger',
+  'router_path' => 'admin/help/trigger',
+  'link_title' => 'trigger',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
   'depth' => '3',
   'customized' => '0',
-  'p1' => '338',
-  'p2' => '346',
-  'p3' => '348',
+  'p1' => '1',
+  'p2' => '175',
+  'p3' => '382',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26568,24 +32243,24 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '349',
-  'plid' => '6',
-  'link_path' => 'node/add/blog',
-  'router_path' => 'node/add/blog',
-  'link_title' => 'Blog entry',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:58:"Use for multi-user blogs. Every user gets a personal blog.";}}',
+  'mlid' => '383',
+  'plid' => '347',
+  'link_path' => 'aggregator/categories/%/categorize',
+  'router_path' => 'aggregator/categories/%/categorize',
+  'link_title' => 'Categorize',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '6',
-  'p2' => '349',
-  'p3' => '0',
-  'p4' => '0',
+  'p1' => '338',
+  'p2' => '342',
+  'p3' => '347',
+  'p4' => '383',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26595,24 +32270,24 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '350',
-  'plid' => '6',
-  'link_path' => 'node/add/book',
-  'router_path' => 'node/add/book',
-  'link_title' => 'Book page',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:87:"<em>Books</em> have a built-in hierarchical navigation. Use for handbooks or tutorials.";}}',
+  'mlid' => '384',
+  'plid' => '348',
+  'link_path' => 'aggregator/sources/%/categorize',
+  'router_path' => 'aggregator/sources/%/categorize',
+  'link_title' => 'Categorize',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '6',
-  'p2' => '350',
-  'p3' => '0',
-  'p4' => '0',
+  'p1' => '338',
+  'p2' => '346',
+  'p3' => '348',
+  'p4' => '384',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26621,25 +32296,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '351',
-  'plid' => '9',
-  'link_path' => 'admin/content/book',
-  'router_path' => 'admin/content/book',
-  'link_title' => 'Books',
-  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:33:\"Manage your site's book outlines.\";}}",
+  'menu_name' => 'navigation',
+  'mlid' => '385',
+  'plid' => '347',
+  'link_path' => 'aggregator/categories/%/configure',
+  'router_path' => 'aggregator/categories/%/configure',
+  'link_title' => 'Configure',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '1',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '9',
-  'p3' => '351',
-  'p4' => '0',
+  'p1' => '338',
+  'p2' => '342',
+  'p3' => '347',
+  'p4' => '385',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26649,24 +32324,24 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '352',
-  'plid' => '16',
-  'link_path' => 'user/%/contact',
-  'router_path' => 'user/%/contact',
-  'link_title' => 'Contact',
+  'mlid' => '386',
+  'plid' => '348',
+  'link_path' => 'aggregator/sources/%/configure',
+  'router_path' => 'aggregator/sources/%/configure',
+  'link_title' => 'Configure',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '2',
-  'depth' => '2',
+  'weight' => '1',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '16',
-  'p2' => '352',
-  'p3' => '0',
-  'p4' => '0',
+  'p1' => '338',
+  'p2' => '346',
+  'p3' => '348',
+  'p4' => '386',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26675,25 +32350,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '353',
-  'plid' => '20',
-  'link_path' => 'admin/structure/contact',
-  'router_path' => 'admin/structure/contact',
-  'link_title' => 'Contact form',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:71:"Create a system contact form and set up categories for the form to use.";}}',
+  'menu_name' => 'navigation',
+  'mlid' => '387',
+  'plid' => '347',
+  'link_path' => 'aggregator/categories/%/view',
+  'router_path' => 'aggregator/categories/%/view',
+  'link_title' => 'View',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '-10',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '353',
-  'p4' => '0',
+  'p1' => '338',
+  'p2' => '342',
+  'p3' => '347',
+  'p4' => '387',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26702,25 +32377,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '354',
-  'plid' => '8',
-  'link_path' => 'admin/config/date',
-  'router_path' => 'admin/config/date',
-  'link_title' => 'Date API',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"Settings for modules the use the Date API.";}}',
+  'menu_name' => 'navigation',
+  'mlid' => '388',
+  'plid' => '348',
+  'link_path' => 'aggregator/sources/%/view',
+  'router_path' => 'aggregator/sources/%/view',
+  'link_title' => 'View',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '-10',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '354',
-  'p4' => '0',
+  'p1' => '338',
+  'p2' => '346',
+  'p3' => '348',
+  'p4' => '388',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26729,25 +32404,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '355',
-  'plid' => '6',
-  'link_path' => 'node/add/forum',
-  'router_path' => 'node/add/forum',
-  'link_title' => 'Forum topic',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:69:"A <em>forum topic</em> starts a new discussion thread within a forum.";}}',
+  'menu_name' => 'management',
+  'mlid' => '389',
+  'plid' => '353',
+  'link_path' => 'admin/structure/contact/add',
+  'router_path' => 'admin/structure/contact/add',
+  'link_title' => 'Add category',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '2',
+  'weight' => '1',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '6',
-  'p2' => '355',
-  'p3' => '0',
-  'p4' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '353',
+  'p4' => '389',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26757,23 +32432,23 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '356',
-  'plid' => '20',
-  'link_path' => 'admin/structure/forum',
-  'router_path' => 'admin/structure/forum',
-  'link_title' => 'Forums',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Control forum hierarchy settings.";}}',
+  'mlid' => '391',
+  'plid' => '18',
+  'link_path' => 'admin/reports/access/%',
+  'router_path' => 'admin/reports/access/%',
+  'link_title' => 'Details',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:16:"View access log.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
   'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '356',
+  'p2' => '18',
+  'p3' => '391',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26783,25 +32458,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '358',
-  'plid' => '5',
-  'link_path' => 'node/%/outline',
-  'router_path' => 'node/%/outline',
-  'link_title' => 'Outline',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '392',
+  'plid' => '33',
+  'link_path' => 'admin/config/content/email',
+  'router_path' => 'admin/config/content/email',
+  'link_title' => 'Email Contact Form Settings',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:57:"Administer flood control settings for email contact forms";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '2',
-  'depth' => '2',
+  'weight' => '0',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '5',
-  'p2' => '358',
-  'p3' => '0',
-  'p4' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '33',
+  'p4' => '392',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26811,24 +32486,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '359',
-  'plid' => '18',
-  'link_path' => 'admin/reports/hits',
-  'router_path' => 'admin/reports/hits',
-  'link_title' => 'Recent hits',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View pages that have recently been visited.";}}',
+  'mlid' => '393',
+  'plid' => '60',
+  'link_path' => 'admin/config/services/aggregator',
+  'router_path' => 'admin/config/services/aggregator',
+  'link_title' => 'Feed aggregator',
+  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:116:\"Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized.\";}}",
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '10',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '359',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '60',
+  'p4' => '393',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26838,24 +32513,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '360',
-  'plid' => '18',
-  'link_path' => 'admin/reports/pages',
-  'router_path' => 'admin/reports/pages',
-  'link_title' => 'Top pages',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"View pages that have been hit frequently.";}}',
+  'mlid' => '395',
+  'plid' => '48',
+  'link_path' => 'admin/config/regional/language',
+  'router_path' => 'admin/config/regional/language',
+  'link_title' => 'Languages',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:55:"Configure languages for content and the user interface.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '1',
-  'depth' => '3',
+  'weight' => '-10',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '360',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '395',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26865,24 +32540,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '361',
-  'plid' => '18',
-  'link_path' => 'admin/reports/referrers',
-  'router_path' => 'admin/reports/referrers',
-  'link_title' => 'Top referrers',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:19:"View top referrers.";}}',
+  'mlid' => '396',
+  'plid' => '351',
+  'link_path' => 'admin/content/book/list',
+  'router_path' => 'admin/content/book/list',
+  'link_title' => 'List',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '361',
-  'p4' => '0',
+  'p2' => '9',
+  'p3' => '351',
+  'p4' => '396',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26892,24 +32567,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '362',
-  'plid' => '18',
-  'link_path' => 'admin/reports/visitors',
-  'router_path' => 'admin/reports/visitors',
-  'link_title' => 'Top visitors',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View visitors that hit many pages.";}}',
+  'mlid' => '398',
+  'plid' => '356',
+  'link_path' => 'admin/structure/forum/list',
+  'router_path' => 'admin/structure/forum/list',
+  'link_title' => 'List',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '2',
-  'depth' => '3',
+  'weight' => '-10',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '362',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '356',
+  'p4' => '398',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26919,23 +32594,23 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '363',
-  'plid' => '5',
-  'link_path' => 'node/%/track',
-  'router_path' => 'node/%/track',
-  'link_title' => 'Track',
+  'mlid' => '399',
+  'plid' => '358',
+  'link_path' => 'node/%/outline/remove',
+  'router_path' => 'node/%/outline/remove',
+  'link_title' => 'Remove from outline',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '2',
-  'depth' => '2',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '5',
-  'p2' => '363',
-  'p3' => '0',
+  'p2' => '358',
+  'p3' => '399',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -26945,25 +32620,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '364',
-  'plid' => '16',
-  'link_path' => 'user/%/track',
-  'router_path' => 'user/%/track',
-  'link_title' => 'Track',
+  'menu_name' => 'management',
+  'mlid' => '400',
+  'plid' => '351',
+  'link_path' => 'admin/content/book/settings',
+  'router_path' => 'admin/content/book/settings',
+  'link_title' => 'Settings',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '2',
+  'weight' => '8',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '16',
-  'p2' => '364',
-  'p3' => '0',
-  'p4' => '0',
+  'p1' => '1',
+  'p2' => '9',
+  'p3' => '351',
+  'p4' => '400',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -26972,25 +32647,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '365',
-  'plid' => '5',
-  'link_path' => 'node/%/translate',
-  'router_path' => 'node/%/translate',
-  'link_title' => 'Translate',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '402',
+  'plid' => '53',
+  'link_path' => 'admin/config/system/statistics',
+  'router_path' => 'admin/config/system/statistics',
+  'link_title' => 'Statistics',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:68:"Control details about what and how your site logs access statistics.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '2',
-  'depth' => '2',
+  'weight' => '-15',
+  'depth' => '4',
   'customized' => '0',
-  'p1' => '5',
-  'p2' => '365',
-  'p3' => '0',
-  'p4' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '53',
+  'p4' => '402',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27000,24 +32675,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '366',
-  'plid' => '20',
-  'link_path' => 'admin/structure/trigger',
-  'router_path' => 'admin/structure/trigger',
-  'link_title' => 'Triggers',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Configure when to execute actions.";}}',
+  'mlid' => '405',
+  'plid' => '366',
+  'link_path' => 'admin/structure/trigger/comment',
+  'router_path' => 'admin/structure/trigger/comment',
+  'link_title' => 'Comment',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
   'p3' => '366',
-  'p4' => '0',
+  'p4' => '405',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27027,11 +32702,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '369',
-  'plid' => '175',
-  'link_path' => 'admin/help/aggregator',
-  'router_path' => 'admin/help/aggregator',
-  'link_title' => 'aggregator',
+  'mlid' => '407',
+  'plid' => '366',
+  'link_path' => 'admin/structure/trigger/node',
+  'router_path' => 'admin/structure/trigger/node',
+  'link_title' => 'Node',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -27039,12 +32714,12 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '369',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '366',
+  'p4' => '407',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27054,11 +32729,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '370',
-  'plid' => '175',
-  'link_path' => 'admin/help/blog',
-  'router_path' => 'admin/help/blog',
-  'link_title' => 'blog',
+  'mlid' => '408',
+  'plid' => '366',
+  'link_path' => 'admin/structure/trigger/system',
+  'router_path' => 'admin/structure/trigger/system',
+  'link_title' => 'System',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -27066,12 +32741,12 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '370',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '366',
+  'p4' => '408',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27081,11 +32756,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '371',
-  'plid' => '175',
-  'link_path' => 'admin/help/book',
-  'router_path' => 'admin/help/book',
-  'link_title' => 'book',
+  'mlid' => '409',
+  'plid' => '366',
+  'link_path' => 'admin/structure/trigger/taxonomy',
+  'router_path' => 'admin/structure/trigger/taxonomy',
+  'link_title' => 'Taxonomy',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -27093,12 +32768,12 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '371',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '366',
+  'p4' => '409',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27108,24 +32783,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '372',
-  'plid' => '175',
-  'link_path' => 'admin/help/contact',
-  'router_path' => 'admin/help/contact',
-  'link_title' => 'contact',
-  'options' => 'a:0:{}',
+  'mlid' => '410',
+  'plid' => '37',
+  'link_path' => 'admin/config/development/testing',
+  'router_path' => 'admin/config/development/testing',
+  'link_title' => 'Testing',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:122:"Run tests against Drupal core and your active modules. These tests help assure that your site code is working as designed.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '-5',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '372',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '37',
+  'p4' => '410',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27134,12 +32809,12 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '373',
-  'plid' => '175',
-  'link_path' => 'admin/help/date',
-  'router_path' => 'admin/help/date',
-  'link_title' => 'date',
+  'menu_name' => 'navigation',
+  'mlid' => '411',
+  'plid' => '364',
+  'link_path' => 'user/%/track/content',
+  'router_path' => 'user/%/track/content',
+  'link_title' => 'Track content',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -27149,9 +32824,9 @@
   'weight' => '0',
   'depth' => '3',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '175',
-  'p3' => '373',
+  'p1' => '16',
+  'p2' => '364',
+  'p3' => '411',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -27161,24 +32836,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '374',
-  'plid' => '175',
-  'link_path' => 'admin/help/forum',
-  'router_path' => 'admin/help/forum',
-  'link_title' => 'forum',
+  'menu_name' => 'navigation',
+  'mlid' => '412',
+  'plid' => '364',
+  'link_path' => 'user/%/track/navigation',
+  'router_path' => 'user/%/track/navigation',
+  'link_title' => 'Track page visits',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
+  'weight' => '2',
   'depth' => '3',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '175',
-  'p3' => '374',
+  'p1' => '16',
+  'p2' => '364',
+  'p3' => '412',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -27189,24 +32864,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '375',
-  'plid' => '175',
-  'link_path' => 'admin/help/locale',
-  'router_path' => 'admin/help/locale',
-  'link_title' => 'locale',
-  'options' => 'a:0:{}',
+  'mlid' => '413',
+  'plid' => '48',
+  'link_path' => 'admin/config/regional/translate',
+  'router_path' => 'admin/config/regional/translate',
+  'link_title' => 'Translate interface',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"Translate the built in interface and optionally other text.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '-5',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '375',
-  'p4' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '413',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27216,24 +32891,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '377',
-  'plid' => '175',
-  'link_path' => 'admin/help/simpletest',
-  'router_path' => 'admin/help/simpletest',
-  'link_title' => 'simpletest',
-  'options' => 'a:0:{}',
+  'mlid' => '414',
+  'plid' => '366',
+  'link_path' => 'admin/structure/trigger/unassign',
+  'router_path' => 'admin/structure/trigger/unassign',
+  'link_title' => 'Unassign',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Unassign an action from a trigger.";}}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '377',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '366',
+  'p4' => '414',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27243,11 +32918,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '378',
-  'plid' => '175',
-  'link_path' => 'admin/help/statistics',
-  'router_path' => 'admin/help/statistics',
-  'link_title' => 'statistics',
+  'mlid' => '416',
+  'plid' => '366',
+  'link_path' => 'admin/structure/trigger/user',
+  'router_path' => 'admin/structure/trigger/user',
+  'link_title' => 'User',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -27255,12 +32930,12 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '378',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '366',
+  'p4' => '416',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27270,24 +32945,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '379',
-  'plid' => '175',
-  'link_path' => 'admin/help/syslog',
-  'router_path' => 'admin/help/syslog',
-  'link_title' => 'syslog',
+  'mlid' => '417',
+  'plid' => '356',
+  'link_path' => 'admin/structure/forum/settings',
+  'router_path' => 'admin/structure/forum/settings',
+  'link_title' => 'Settings',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '5',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '379',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '356',
+  'p4' => '417',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27297,25 +32972,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '380',
-  'plid' => '175',
-  'link_path' => 'admin/help/tracker',
-  'router_path' => 'admin/help/tracker',
-  'link_title' => 'tracker',
+  'mlid' => '418',
+  'plid' => '395',
+  'link_path' => 'admin/config/regional/language/add',
+  'router_path' => 'admin/config/regional/language/add',
+  'link_title' => 'Add language',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '5',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '380',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '395',
+  'p5' => '418',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27324,24 +32999,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '381',
-  'plid' => '175',
-  'link_path' => 'admin/help/translation',
-  'router_path' => 'admin/help/translation',
-  'link_title' => 'translation',
+  'mlid' => '421',
+  'plid' => '353',
+  'link_path' => 'admin/structure/contact/delete/%',
+  'router_path' => 'admin/structure/contact/delete/%',
+  'link_title' => 'Delete contact',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '381',
-  'p4' => '0',
+  'p2' => '20',
+  'p3' => '353',
+  'p4' => '421',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27351,25 +33026,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '382',
-  'plid' => '175',
-  'link_path' => 'admin/help/trigger',
-  'router_path' => 'admin/help/trigger',
-  'link_title' => 'trigger',
+  'mlid' => '422',
+  'plid' => '395',
+  'link_path' => 'admin/config/regional/language/configure',
+  'router_path' => 'admin/config/regional/language/configure',
+  'link_title' => 'Detection and selection',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '10',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '382',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '395',
+  'p5' => '422',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27377,25 +33052,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '383',
-  'plid' => '347',
-  'link_path' => 'aggregator/categories/%/categorize',
-  'router_path' => 'aggregator/categories/%/categorize',
-  'link_title' => 'Categorize',
+  'menu_name' => 'management',
+  'mlid' => '423',
+  'plid' => '353',
+  'link_path' => 'admin/structure/contact/edit/%',
+  'router_path' => 'admin/structure/contact/edit/%',
+  'link_title' => 'Edit contact category',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
   'depth' => '4',
   'customized' => '0',
-  'p1' => '338',
-  'p2' => '342',
-  'p3' => '347',
-  'p4' => '383',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '353',
+  'p4' => '423',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27404,26 +33079,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '384',
-  'plid' => '348',
-  'link_path' => 'aggregator/sources/%/categorize',
-  'router_path' => 'aggregator/sources/%/categorize',
-  'link_title' => 'Categorize',
+  'menu_name' => 'management',
+  'mlid' => '424',
+  'plid' => '413',
+  'link_path' => 'admin/config/regional/translate/export',
+  'router_path' => 'admin/config/regional/translate/export',
+  'link_title' => 'Export',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '4',
+  'weight' => '30',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '338',
-  'p2' => '346',
-  'p3' => '348',
-  'p4' => '384',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '413',
+  'p5' => '424',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27431,26 +33106,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '385',
-  'plid' => '347',
-  'link_path' => 'aggregator/categories/%/configure',
-  'router_path' => 'aggregator/categories/%/configure',
-  'link_title' => 'Configure',
+  'menu_name' => 'management',
+  'mlid' => '425',
+  'plid' => '413',
+  'link_path' => 'admin/config/regional/translate/import',
+  'router_path' => 'admin/config/regional/translate/import',
+  'link_title' => 'Import',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '1',
-  'depth' => '4',
+  'weight' => '20',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '338',
-  'p2' => '342',
-  'p3' => '347',
-  'p4' => '385',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '413',
+  'p5' => '425',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27458,26 +33133,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '386',
-  'plid' => '348',
-  'link_path' => 'aggregator/sources/%/configure',
-  'router_path' => 'aggregator/sources/%/configure',
-  'link_title' => 'Configure',
+  'menu_name' => 'management',
+  'mlid' => '426',
+  'plid' => '393',
+  'link_path' => 'admin/config/services/aggregator/list',
+  'router_path' => 'admin/config/services/aggregator/list',
+  'link_title' => 'List',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '1',
-  'depth' => '4',
+  'weight' => '-10',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '338',
-  'p2' => '346',
-  'p3' => '348',
-  'p4' => '386',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '60',
+  'p4' => '393',
+  'p5' => '426',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27485,26 +33160,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '387',
-  'plid' => '347',
-  'link_path' => 'aggregator/categories/%/view',
-  'router_path' => 'aggregator/categories/%/view',
-  'link_title' => 'View',
+  'menu_name' => 'management',
+  'mlid' => '427',
+  'plid' => '395',
+  'link_path' => 'admin/config/regional/language/overview',
+  'router_path' => 'admin/config/regional/language/overview',
+  'link_title' => 'List',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '338',
-  'p2' => '342',
-  'p3' => '347',
-  'p4' => '387',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '395',
+  'p5' => '427',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27512,26 +33187,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '388',
-  'plid' => '348',
-  'link_path' => 'aggregator/sources/%/view',
-  'router_path' => 'aggregator/sources/%/view',
-  'link_title' => 'View',
+  'menu_name' => 'management',
+  'mlid' => '428',
+  'plid' => '410',
+  'link_path' => 'admin/config/development/testing/list',
+  'router_path' => 'admin/config/development/testing/list',
+  'link_title' => 'List',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '338',
-  'p2' => '346',
-  'p3' => '348',
-  'p4' => '388',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '37',
+  'p4' => '410',
+  'p5' => '428',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27540,25 +33215,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '389',
-  'plid' => '353',
-  'link_path' => 'admin/structure/contact/add',
-  'router_path' => 'admin/structure/contact/add',
-  'link_title' => 'Add category',
-  'options' => 'a:0:{}',
+  'mlid' => '429',
+  'plid' => '74',
+  'link_path' => 'admin/config/regional/date-time/locale',
+  'router_path' => 'admin/config/regional/date-time/locale',
+  'link_title' => 'Localize',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '1',
-  'depth' => '4',
+  'weight' => '-8',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '353',
-  'p4' => '389',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '74',
+  'p5' => '429',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27567,25 +33242,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '391',
-  'plid' => '18',
-  'link_path' => 'admin/reports/access/%',
-  'router_path' => 'admin/reports/access/%',
-  'link_title' => 'Details',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:16:"View access log.";}}',
+  'mlid' => '430',
+  'plid' => '413',
+  'link_path' => 'admin/config/regional/translate/overview',
+  'router_path' => 'admin/config/regional/translate/overview',
+  'link_title' => 'Overview',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '18',
-  'p3' => '391',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '413',
+  'p5' => '430',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27594,25 +33269,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '392',
-  'plid' => '33',
-  'link_path' => 'admin/config/content/email',
-  'router_path' => 'admin/config/content/email',
-  'link_title' => 'Email Contact Form Settings',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:57:"Administer flood control settings for email contact forms";}}',
+  'mlid' => '431',
+  'plid' => '410',
+  'link_path' => 'admin/config/development/testing/settings',
+  'router_path' => 'admin/config/development/testing/settings',
+  'link_title' => 'Settings',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '33',
-  'p4' => '392',
-  'p5' => '0',
+  'p3' => '37',
+  'p4' => '410',
+  'p5' => '431',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27621,25 +33296,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '393',
-  'plid' => '60',
-  'link_path' => 'admin/config/services/aggregator',
-  'router_path' => 'admin/config/services/aggregator',
-  'link_title' => 'Feed aggregator',
-  'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:116:\"Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized.\";}}",
+  'mlid' => '432',
+  'plid' => '393',
+  'link_path' => 'admin/config/services/aggregator/settings',
+  'router_path' => 'admin/config/services/aggregator/settings',
+  'link_title' => 'Settings',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:129:"Configure the behavior of the feed aggregator, including when to discard feed items and how to present feed items and categories.";}}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '10',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
   'p3' => '60',
   'p4' => '393',
-  'p5' => '0',
+  'p5' => '432',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27648,25 +33323,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '395',
-  'plid' => '48',
-  'link_path' => 'admin/config/regional/language',
-  'router_path' => 'admin/config/regional/language',
-  'link_title' => 'Languages',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:55:"Configure languages for content and the user interface.";}}',
+  'mlid' => '433',
+  'plid' => '413',
+  'link_path' => 'admin/config/regional/translate/translate',
+  'router_path' => 'admin/config/regional/translate/translate',
+  'link_title' => 'Translate',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '4',
+  'weight' => '10',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
   'p3' => '48',
-  'p4' => '395',
-  'p5' => '0',
+  'p4' => '413',
+  'p5' => '433',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27675,11 +33350,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '396',
-  'plid' => '351',
-  'link_path' => 'admin/content/book/list',
-  'router_path' => 'admin/content/book/list',
-  'link_title' => 'List',
+  'mlid' => '435',
+  'plid' => '356',
+  'link_path' => 'admin/structure/forum/add/container',
+  'router_path' => 'admin/structure/forum/add/container',
+  'link_title' => 'Add container',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -27690,9 +33365,9 @@
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '9',
-  'p3' => '351',
-  'p4' => '396',
+  'p2' => '20',
+  'p3' => '356',
+  'p4' => '435',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27702,24 +33377,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '398',
+  'mlid' => '436',
   'plid' => '356',
-  'link_path' => 'admin/structure/forum/list',
-  'router_path' => 'admin/structure/forum/list',
-  'link_title' => 'List',
+  'link_path' => 'admin/structure/forum/add/forum',
+  'router_path' => 'admin/structure/forum/add/forum',
+  'link_title' => 'Add forum',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
+  'weight' => '0',
   'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
   'p3' => '356',
-  'p4' => '398',
+  'p4' => '436',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27728,26 +33403,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '399',
-  'plid' => '358',
-  'link_path' => 'node/%/outline/remove',
-  'router_path' => 'node/%/outline/remove',
-  'link_title' => 'Remove from outline',
+  'menu_name' => 'management',
+  'mlid' => '437',
+  'plid' => '393',
+  'link_path' => 'admin/config/services/aggregator/add/category',
+  'router_path' => 'admin/config/services/aggregator/add/category',
+  'link_title' => 'Add category',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '5',
-  'p2' => '358',
-  'p3' => '399',
-  'p4' => '0',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '60',
+  'p4' => '393',
+  'p5' => '437',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27756,25 +33431,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '400',
-  'plid' => '351',
-  'link_path' => 'admin/content/book/settings',
-  'router_path' => 'admin/content/book/settings',
-  'link_title' => 'Settings',
+  'mlid' => '438',
+  'plid' => '393',
+  'link_path' => 'admin/config/services/aggregator/add/feed',
+  'router_path' => 'admin/config/services/aggregator/add/feed',
+  'link_title' => 'Add feed',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '8',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '9',
-  'p3' => '351',
-  'p4' => '400',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '60',
+  'p4' => '393',
+  'p5' => '438',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27783,25 +33458,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '402',
-  'plid' => '53',
-  'link_path' => 'admin/config/system/statistics',
-  'router_path' => 'admin/config/system/statistics',
-  'link_title' => 'Statistics',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:68:"Control details about what and how your site logs access statistics.";}}',
+  'mlid' => '440',
+  'plid' => '395',
+  'link_path' => 'admin/config/regional/language/delete/%',
+  'router_path' => 'admin/config/regional/language/delete/%',
+  'link_title' => 'Confirm',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-15',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '53',
-  'p4' => '402',
-  'p5' => '0',
+  'p3' => '48',
+  'p4' => '395',
+  'p5' => '440',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27810,25 +33485,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '405',
-  'plid' => '366',
-  'link_path' => 'admin/structure/trigger/comment',
-  'router_path' => 'admin/structure/trigger/comment',
-  'link_title' => 'Comment',
+  'mlid' => '441',
+  'plid' => '413',
+  'link_path' => 'admin/config/regional/translate/delete/%',
+  'router_path' => 'admin/config/regional/translate/delete/%',
+  'link_title' => 'Delete string',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '366',
-  'p4' => '405',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '413',
+  'p5' => '441',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27837,14 +33512,14 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '407',
-  'plid' => '366',
-  'link_path' => 'admin/structure/trigger/node',
-  'router_path' => 'admin/structure/trigger/node',
-  'link_title' => 'Node',
+  'mlid' => '442',
+  'plid' => '356',
+  'link_path' => 'admin/structure/forum/edit/container/%',
+  'router_path' => 'admin/structure/forum/edit/container/%',
+  'link_title' => 'Edit container',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
@@ -27853,8 +33528,8 @@
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '366',
-  'p4' => '407',
+  'p3' => '356',
+  'p4' => '442',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27864,14 +33539,14 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '408',
-  'plid' => '366',
-  'link_path' => 'admin/structure/trigger/system',
-  'router_path' => 'admin/structure/trigger/system',
-  'link_title' => 'System',
+  'mlid' => '443',
+  'plid' => '356',
+  'link_path' => 'admin/structure/forum/edit/forum/%',
+  'router_path' => 'admin/structure/forum/edit/forum/%',
+  'link_title' => 'Edit forum',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
@@ -27880,8 +33555,8 @@
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '366',
-  'p4' => '408',
+  'p3' => '356',
+  'p4' => '443',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -27891,25 +33566,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '409',
-  'plid' => '366',
-  'link_path' => 'admin/structure/trigger/taxonomy',
-  'router_path' => 'admin/structure/trigger/taxonomy',
-  'link_title' => 'Taxonomy',
+  'mlid' => '444',
+  'plid' => '395',
+  'link_path' => 'admin/config/regional/language/edit/%',
+  'router_path' => 'admin/config/regional/language/edit/%',
+  'link_title' => 'Edit language',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '366',
-  'p4' => '409',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '395',
+  'p5' => '444',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27918,25 +33593,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '410',
-  'plid' => '37',
-  'link_path' => 'admin/config/development/testing',
-  'router_path' => 'admin/config/development/testing',
-  'link_title' => 'Testing',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:122:"Run tests against Drupal core and your active modules. These tests help assure that your site code is working as designed.";}}',
+  'mlid' => '445',
+  'plid' => '413',
+  'link_path' => 'admin/config/regional/translate/edit/%',
+  'router_path' => 'admin/config/regional/translate/edit/%',
+  'link_title' => 'Edit string',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-5',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '37',
-  'p4' => '410',
-  'p5' => '0',
+  'p3' => '48',
+  'p4' => '413',
+  'p5' => '445',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27944,12 +33619,12 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '411',
-  'plid' => '364',
-  'link_path' => 'user/%/track/content',
-  'router_path' => 'user/%/track/content',
-  'link_title' => 'Track content',
+  'menu_name' => 'management',
+  'mlid' => '447',
+  'plid' => '393',
+  'link_path' => 'admin/config/services/aggregator/add/opml',
+  'router_path' => 'admin/config/services/aggregator/add/opml',
+  'link_title' => 'Import OPML',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -27957,13 +33632,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '16',
-  'p2' => '364',
-  'p3' => '411',
-  'p4' => '0',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '60',
+  'p4' => '393',
+  'p5' => '447',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27971,26 +33646,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '412',
-  'plid' => '364',
-  'link_path' => 'user/%/track/navigation',
-  'router_path' => 'user/%/track/navigation',
-  'link_title' => 'Track page visits',
+  'menu_name' => 'management',
+  'mlid' => '448',
+  'plid' => '393',
+  'link_path' => 'admin/config/services/aggregator/remove/%',
+  'router_path' => 'admin/config/services/aggregator/remove/%',
+  'link_title' => 'Remove items',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '2',
-  'depth' => '3',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '16',
-  'p2' => '364',
-  'p3' => '412',
-  'p4' => '0',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '60',
+  'p4' => '393',
+  'p5' => '448',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -27999,26 +33674,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '413',
-  'plid' => '48',
-  'link_path' => 'admin/config/regional/translate',
-  'router_path' => 'admin/config/regional/translate',
-  'link_title' => 'Translate interface',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"Translate the built in interface and optionally other text.";}}',
+  'mlid' => '449',
+  'plid' => '422',
+  'link_path' => 'admin/config/regional/language/configure/session',
+  'router_path' => 'admin/config/regional/language/configure/session',
+  'link_title' => 'Session language detection configuration',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-5',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
   'p3' => '48',
-  'p4' => '413',
-  'p5' => '0',
-  'p6' => '0',
+  'p4' => '395',
+  'p5' => '422',
+  'p6' => '449',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -28026,25 +33701,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '414',
-  'plid' => '366',
-  'link_path' => 'admin/structure/trigger/unassign',
-  'router_path' => 'admin/structure/trigger/unassign',
-  'link_title' => 'Unassign',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"Unassign an action from a trigger.";}}',
+  'mlid' => '450',
+  'plid' => '410',
+  'link_path' => 'admin/config/development/testing/results/%',
+  'router_path' => 'admin/config/development/testing/results/%',
+  'link_title' => 'Test result',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:21:"View result of tests.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '366',
-  'p4' => '414',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '37',
+  'p4' => '410',
+  'p5' => '450',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28053,11 +33728,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '416',
-  'plid' => '366',
-  'link_path' => 'admin/structure/trigger/user',
-  'router_path' => 'admin/structure/trigger/user',
-  'link_title' => 'User',
+  'mlid' => '451',
+  'plid' => '422',
+  'link_path' => 'admin/config/regional/language/configure/url',
+  'router_path' => 'admin/config/regional/language/configure/url',
+  'link_title' => 'URL language detection configuration',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -28065,14 +33740,14 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '366',
-  'p4' => '416',
-  'p5' => '0',
-  'p6' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '395',
+  'p5' => '422',
+  'p6' => '451',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -28080,25 +33755,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '417',
-  'plid' => '356',
-  'link_path' => 'admin/structure/forum/settings',
-  'router_path' => 'admin/structure/forum/settings',
-  'link_title' => 'Settings',
+  'mlid' => '452',
+  'plid' => '393',
+  'link_path' => 'admin/config/services/aggregator/update/%',
+  'router_path' => 'admin/config/services/aggregator/update/%',
+  'link_title' => 'Update items',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '5',
-  'depth' => '4',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '356',
-  'p4' => '417',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '60',
+  'p4' => '393',
+  'p5' => '452',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28107,25 +33782,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '418',
-  'plid' => '395',
-  'link_path' => 'admin/config/regional/language/add',
-  'router_path' => 'admin/config/regional/language/add',
-  'link_title' => 'Add language',
+  'mlid' => '458',
+  'plid' => '393',
+  'link_path' => 'admin/config/services/aggregator/edit/category/%',
+  'router_path' => 'admin/config/services/aggregator/edit/category/%',
+  'link_title' => 'Edit category',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '5',
+  'weight' => '0',
   'depth' => '5',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '48',
-  'p4' => '395',
-  'p5' => '418',
+  'p3' => '60',
+  'p4' => '393',
+  'p5' => '458',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28134,11 +33809,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '421',
-  'plid' => '353',
-  'link_path' => 'admin/structure/contact/delete/%',
-  'router_path' => 'admin/structure/contact/delete/%',
-  'link_title' => 'Delete contact',
+  'mlid' => '459',
+  'plid' => '393',
+  'link_path' => 'admin/config/services/aggregator/edit/feed/%',
+  'router_path' => 'admin/config/services/aggregator/edit/feed/%',
+  'link_title' => 'Edit feed',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
@@ -28146,13 +33821,13 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '353',
-  'p4' => '421',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '60',
+  'p4' => '393',
+  'p5' => '459',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28161,26 +33836,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '422',
-  'plid' => '395',
-  'link_path' => 'admin/config/regional/language/configure',
-  'router_path' => 'admin/config/regional/language/configure',
-  'link_title' => 'Detection and selection',
-  'options' => 'a:0:{}',
+  'mlid' => '461',
+  'plid' => '429',
+  'link_path' => 'admin/config/regional/date-time/locale/%/edit',
+  'router_path' => 'admin/config/regional/date-time/locale/%/edit',
+  'link_title' => 'Localize date formats',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '10',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
   'p3' => '48',
-  'p4' => '395',
-  'p5' => '422',
-  'p6' => '0',
+  'p4' => '74',
+  'p5' => '429',
+  'p6' => '461',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -28188,26 +33863,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '423',
-  'plid' => '353',
-  'link_path' => 'admin/structure/contact/edit/%',
-  'router_path' => 'admin/structure/contact/edit/%',
-  'link_title' => 'Edit contact category',
+  'mlid' => '462',
+  'plid' => '303',
+  'link_path' => 'admin/structure/types/manage/%/display/print',
+  'router_path' => 'admin/structure/types/manage/%/display/print',
+  'link_title' => 'Print',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '4',
+  'weight' => '5',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '353',
-  'p4' => '423',
-  'p5' => '0',
-  'p6' => '0',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '303',
+  'p6' => '462',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -28215,52 +33890,52 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '424',
-  'plid' => '413',
-  'link_path' => 'admin/config/regional/translate/export',
-  'router_path' => 'admin/config/regional/translate/export',
-  'link_title' => 'Export',
-  'options' => 'a:0:{}',
+  'mlid' => '463',
+  'plid' => '429',
+  'link_path' => 'admin/config/regional/date-time/locale/%/reset',
+  'router_path' => 'admin/config/regional/date-time/locale/%/reset',
+  'link_title' => 'Reset date formats',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Reset localized date formats to global defaults";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '30',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
   'p3' => '48',
-  'p4' => '413',
-  'p5' => '424',
-  'p6' => '0',
+  'p4' => '74',
+  'p5' => '429',
+  'p6' => '463',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '425',
-  'plid' => '413',
-  'link_path' => 'admin/config/regional/translate/import',
-  'router_path' => 'admin/config/regional/translate/import',
-  'link_title' => 'Import',
-  'options' => 'a:0:{}',
+  'menu_name' => 'navigation',
+  'mlid' => '465',
+  'plid' => '6',
+  'link_path' => 'node/add/test-content-type',
+  'router_path' => 'node/add/test-content-type',
+  'link_title' => 'Test content type',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:49:"This is the description of the test content type.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '20',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '413',
-  'p5' => '425',
+  'p1' => '6',
+  'p2' => '465',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28269,25 +33944,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '426',
-  'plid' => '393',
-  'link_path' => 'admin/config/services/aggregator/list',
-  'router_path' => 'admin/config/services/aggregator/list',
-  'link_title' => 'List',
+  'mlid' => '466',
+  'plid' => '44',
+  'link_path' => 'admin/structure/menu/manage/menu-test-menu',
+  'router_path' => 'admin/structure/menu/manage/%',
+  'link_title' => 'Test Menu',
   'options' => 'a:0:{}',
-  'module' => 'system',
-  'hidden' => '-1',
+  'module' => 'menu',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '60',
-  'p4' => '393',
-  'p5' => '426',
+  'p2' => '20',
+  'p3' => '44',
+  'p4' => '466',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28295,26 +33970,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '427',
-  'plid' => '395',
-  'link_path' => 'admin/config/regional/language/overview',
-  'router_path' => 'admin/config/regional/language/overview',
-  'link_title' => 'List',
-  'options' => 'a:0:{}',
-  'module' => 'system',
-  'hidden' => '-1',
-  'external' => '0',
+  'menu_name' => 'menu-test-menu',
+  'mlid' => '467',
+  'plid' => '469',
+  'link_path' => 'http://google.com',
+  'router_path' => '',
+  'link_title' => 'Google',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"Google";}}',
+  'module' => 'menu',
+  'hidden' => '0',
+  'external' => '1',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
-  'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '395',
-  'p5' => '427',
+  'depth' => '2',
+  'customized' => '1',
+  'p1' => '469',
+  'p2' => '467',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28322,26 +33997,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '428',
-  'plid' => '410',
-  'link_path' => 'admin/config/development/testing/list',
-  'router_path' => 'admin/config/development/testing/list',
-  'link_title' => 'List',
-  'options' => 'a:0:{}',
-  'module' => 'system',
-  'hidden' => '-1',
-  'external' => '0',
+  'menu_name' => 'menu-test-menu',
+  'mlid' => '468',
+  'plid' => '0',
+  'link_path' => 'http://yahoo.com',
+  'router_path' => '',
+  'link_title' => 'Yahoo',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:5:"Yahoo";}}',
+  'module' => 'menu',
+  'hidden' => '0',
+  'external' => '1',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
-  'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '37',
-  'p4' => '410',
-  'p5' => '428',
+  'depth' => '1',
+  'customized' => '1',
+  'p1' => '468',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28349,26 +34024,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '429',
-  'plid' => '74',
-  'link_path' => 'admin/config/regional/date-time/locale',
-  'router_path' => 'admin/config/regional/date-time/locale',
-  'link_title' => 'Localize',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
-  'module' => 'system',
-  'hidden' => '-1',
-  'external' => '0',
-  'has_children' => '1',
+  'menu_name' => 'menu-test-menu',
+  'mlid' => '469',
+  'plid' => '0',
+  'link_path' => 'http://bing.com',
+  'router_path' => '',
+  'link_title' => 'Bing',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:4:"Bing";}}',
+  'module' => 'menu',
+  'hidden' => '0',
+  'external' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-8',
-  'depth' => '5',
-  'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '74',
-  'p5' => '429',
+  'weight' => '0',
+  'depth' => '1',
+  'customized' => '1',
+  'p1' => '469',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28376,26 +34051,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '430',
-  'plid' => '413',
-  'link_path' => 'admin/config/regional/translate/overview',
-  'router_path' => 'admin/config/regional/translate/overview',
-  'link_title' => 'Overview',
+  'menu_name' => 'menu-test-menu',
+  'mlid' => '470',
+  'plid' => '469',
+  'link_path' => 'http://ask.com',
+  'router_path' => '',
+  'link_title' => 'Ask',
   'options' => 'a:0:{}',
-  'module' => 'system',
-  'hidden' => '-1',
-  'external' => '0',
+  'module' => 'menu',
+  'hidden' => '0',
+  'external' => '1',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
-  'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '413',
-  'p5' => '430',
+  'depth' => '2',
+  'customized' => '1',
+  'p1' => '469',
+  'p2' => '470',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28403,26 +34078,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '431',
-  'plid' => '410',
-  'link_path' => 'admin/config/development/testing/settings',
-  'router_path' => 'admin/config/development/testing/settings',
-  'link_title' => 'Settings',
+  'menu_name' => 'shortcut-set-2',
+  'mlid' => '472',
+  'plid' => '0',
+  'link_path' => 'admin/help',
+  'router_path' => 'admin/help',
+  'link_title' => 'Help',
   'options' => 'a:0:{}',
-  'module' => 'system',
-  'hidden' => '-1',
+  'module' => 'menu',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '5',
+  'weight' => '-49',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '37',
-  'p4' => '410',
-  'p5' => '431',
+  'p1' => '472',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28430,26 +34105,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '432',
-  'plid' => '393',
-  'link_path' => 'admin/config/services/aggregator/settings',
-  'router_path' => 'admin/config/services/aggregator/settings',
-  'link_title' => 'Settings',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:129:"Configure the behavior of the feed aggregator, including when to discard feed items and how to present feed items and categories.";}}',
-  'module' => 'system',
-  'hidden' => '-1',
+  'menu_name' => 'shortcut-set-2',
+  'mlid' => '473',
+  'plid' => '0',
+  'link_path' => 'admin/people',
+  'router_path' => 'admin/people',
+  'link_title' => 'People',
+  'options' => 'a:0:{}',
+  'module' => 'menu',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '5',
+  'weight' => '-50',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '60',
-  'p4' => '393',
-  'p5' => '432',
+  'p1' => '473',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28457,26 +34132,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '433',
-  'plid' => '413',
-  'link_path' => 'admin/config/regional/translate/translate',
-  'router_path' => 'admin/config/regional/translate/translate',
-  'link_title' => 'Translate',
+  'menu_name' => 'navigation',
+  'mlid' => '474',
+  'plid' => '4',
+  'link_path' => 'filter/tips/%',
+  'router_path' => 'filter/tips/%',
+  'link_title' => 'Compose tips',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '10',
-  'depth' => '5',
+  'weight' => '0',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '413',
-  'p5' => '433',
+  'p1' => '4',
+  'p2' => '474',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28485,11 +34160,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '435',
-  'plid' => '356',
-  'link_path' => 'admin/structure/forum/add/container',
-  'router_path' => 'admin/structure/forum/add/container',
-  'link_title' => 'Add container',
+  'mlid' => '475',
+  'plid' => '175',
+  'link_path' => 'admin/help/php',
+  'router_path' => 'admin/help/php',
+  'link_title' => 'php',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -28497,12 +34172,12 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '356',
-  'p4' => '435',
+  'p2' => '175',
+  'p3' => '475',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -28512,24 +34187,24 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '436',
-  'plid' => '356',
-  'link_path' => 'admin/structure/forum/add/forum',
-  'router_path' => 'admin/structure/forum/add/forum',
-  'link_title' => 'Add forum',
-  'options' => 'a:0:{}',
-  'module' => 'system',
-  'hidden' => '-1',
+  'mlid' => '478',
+  'plid' => '20',
+  'link_path' => 'admin/content',
+  'router_path' => 'admin/content',
+  'link_title' => 'custom link test',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
+  'module' => 'menu',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
-  'customized' => '0',
+  'depth' => '3',
+  'customized' => '1',
   'p1' => '1',
   'p2' => '20',
-  'p3' => '356',
-  'p4' => '436',
+  'p3' => '478',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -28538,26 +34213,53 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '437',
-  'plid' => '393',
-  'link_path' => 'admin/config/services/aggregator/add/category',
-  'router_path' => 'admin/config/services/aggregator/add/category',
-  'link_title' => 'Add category',
-  'options' => 'a:0:{}',
-  'module' => 'system',
-  'hidden' => '-1',
+  'menu_name' => 'navigation',
+  'mlid' => '479',
+  'plid' => '0',
+  'link_path' => 'node/2',
+  'router_path' => 'node/%',
+  'link_title' => 'node link test',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"node 2";}}',
+  'module' => 'menu',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '5',
+  'weight' => '3',
+  'depth' => '1',
+  'customized' => '1',
+  'p1' => '479',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'book-toc-4',
+  'mlid' => '480',
+  'plid' => '0',
+  'link_path' => 'node/4',
+  'router_path' => 'node/%',
+  'link_title' => 'is - The thing about Firefly (1st rev)',
+  'options' => 'a:0:{}',
+  'module' => 'book',
+  'hidden' => '0',
+  'external' => '0',
+  'has_children' => '1',
+  'expanded' => '0',
+  'weight' => '-10',
+  'depth' => '1',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '60',
-  'p4' => '393',
-  'p5' => '437',
+  'p1' => '480',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28565,26 +34267,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '438',
-  'plid' => '393',
-  'link_path' => 'admin/config/services/aggregator/add/feed',
-  'router_path' => 'admin/config/services/aggregator/add/feed',
-  'link_title' => 'Add feed',
+  'menu_name' => 'book-toc-4',
+  'mlid' => '481',
+  'plid' => '480',
+  'link_path' => 'node/6',
+  'router_path' => 'node/%',
+  'link_title' => 'Test book title child 1',
   'options' => 'a:0:{}',
-  'module' => 'system',
-  'hidden' => '-1',
+  'module' => 'book',
+  'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
-  'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '60',
-  'p4' => '393',
-  'p5' => '438',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '480',
+  'p2' => '481',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28592,26 +34294,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '440',
-  'plid' => '395',
-  'link_path' => 'admin/config/regional/language/delete/%',
-  'router_path' => 'admin/config/regional/language/delete/%',
-  'link_title' => 'Confirm',
+  'menu_name' => 'book-toc-4',
+  'mlid' => '482',
+  'plid' => '480',
+  'link_path' => 'node/2',
+  'router_path' => 'node/%',
+  'link_title' => 'The thing about Deep Space 9 (2nd rev)',
   'options' => 'a:0:{}',
-  'module' => 'system',
+  'module' => 'book',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '395',
-  'p5' => '440',
+  'p1' => '480',
+  'p2' => '482',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28619,26 +34321,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '441',
-  'plid' => '413',
-  'link_path' => 'admin/config/regional/translate/delete/%',
-  'router_path' => 'admin/config/regional/translate/delete/%',
-  'link_title' => 'Delete string',
+  'menu_name' => 'book-toc-2',
+  'mlid' => '483',
+  'plid' => '481',
+  'link_path' => 'node/1',
+  'router_path' => 'node/%',
+  'link_title' => 'Test book title 2',
   'options' => 'a:0:{}',
-  'module' => 'system',
+  'module' => 'book',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '413',
-  'p5' => '441',
+  'p1' => '480',
+  'p2' => '481',
+  'p3' => '483',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28646,25 +34348,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '442',
-  'plid' => '356',
-  'link_path' => 'admin/structure/forum/edit/container/%',
-  'router_path' => 'admin/structure/forum/edit/container/%',
-  'link_title' => 'Edit container',
-  'options' => 'a:0:{}',
-  'module' => 'system',
+  'menu_name' => 'navigation',
+  'mlid' => '484',
+  'plid' => '0',
+  'link_path' => 'node/2',
+  'router_path' => 'node/%',
+  'link_title' => 'The thing about Deep Space 9',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
+  'module' => 'menu',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '4',
-  'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '356',
-  'p4' => '442',
+  'weight' => '9',
+  'depth' => '1',
+  'customized' => '1',
+  'p1' => '484',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -28673,25 +34375,25 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '443',
-  'plid' => '356',
-  'link_path' => 'admin/structure/forum/edit/forum/%',
-  'router_path' => 'admin/structure/forum/edit/forum/%',
-  'link_title' => 'Edit forum',
-  'options' => 'a:0:{}',
-  'module' => 'system',
+  'menu_name' => 'navigation',
+  'mlid' => '485',
+  'plid' => '0',
+  'link_path' => 'node/3',
+  'router_path' => 'node/%',
+  'link_title' => 'is - The thing about Deep Space 9',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
+  'module' => 'menu',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '4',
-  'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '356',
-  'p4' => '443',
+  'weight' => '10',
+  'depth' => '1',
+  'customized' => '1',
+  'p1' => '485',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
   'p5' => '0',
   'p6' => '0',
   'p7' => '0',
@@ -28700,26 +34402,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '444',
-  'plid' => '395',
-  'link_path' => 'admin/config/regional/language/edit/%',
-  'router_path' => 'admin/config/regional/language/edit/%',
-  'link_title' => 'Edit language',
-  'options' => 'a:0:{}',
-  'module' => 'system',
+  'menu_name' => 'navigation',
+  'mlid' => '486',
+  'plid' => '0',
+  'link_path' => 'node/4',
+  'router_path' => 'node/%',
+  'link_title' => 'is - The thing about Firefly',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
+  'module' => 'menu',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '5',
-  'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '395',
-  'p5' => '444',
+  'weight' => '11',
+  'depth' => '1',
+  'customized' => '1',
+  'p1' => '486',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28727,26 +34429,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '445',
-  'plid' => '413',
-  'link_path' => 'admin/config/regional/translate/edit/%',
-  'router_path' => 'admin/config/regional/translate/edit/%',
-  'link_title' => 'Edit string',
-  'options' => 'a:0:{}',
-  'module' => 'system',
+  'menu_name' => 'navigation',
+  'mlid' => '487',
+  'plid' => '0',
+  'link_path' => 'node/5',
+  'router_path' => 'node/%',
+  'link_title' => 'en - The thing about Firefly',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
+  'module' => 'menu',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '5',
-  'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '413',
-  'p5' => '445',
+  'weight' => '12',
+  'depth' => '1',
+  'customized' => '1',
+  'p1' => '487',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28755,25 +34457,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '447',
-  'plid' => '393',
-  'link_path' => 'admin/config/services/aggregator/add/opml',
-  'router_path' => 'admin/config/services/aggregator/add/opml',
-  'link_title' => 'Import OPML',
-  'options' => 'a:0:{}',
+  'mlid' => '491',
+  'plid' => '48',
+  'link_path' => 'admin/config/regional/entity_translation',
+  'router_path' => 'admin/config/regional/entity_translation',
+  'link_title' => 'Entity translation',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:83:"Configure which entities can be translated and enable or disable language fallback.";}}',
   'module' => 'system',
-  'hidden' => '-1',
+  'hidden' => '0',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '60',
-  'p4' => '393',
-  'p5' => '447',
+  'p3' => '48',
+  'p4' => '491',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28781,26 +34483,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '448',
-  'plid' => '393',
-  'link_path' => 'admin/config/services/aggregator/remove/%',
-  'router_path' => 'admin/config/services/aggregator/remove/%',
-  'link_title' => 'Remove items',
+  'menu_name' => 'navigation',
+  'mlid' => '492',
+  'plid' => '3',
+  'link_path' => 'comment/%/translate',
+  'router_path' => 'comment/%/translate',
+  'link_title' => 'Translate',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '5',
+  'weight' => '1',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '60',
-  'p4' => '393',
-  'p5' => '448',
+  'p1' => '3',
+  'p2' => '492',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28808,27 +34510,27 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '449',
-  'plid' => '422',
-  'link_path' => 'admin/config/regional/language/configure/session',
-  'router_path' => 'admin/config/regional/language/configure/session',
-  'link_title' => 'Session language detection configuration',
+  'menu_name' => 'navigation',
+  'mlid' => '493',
+  'plid' => '16',
+  'link_path' => 'user/%/translate',
+  'router_path' => 'user/%/translate',
+  'link_title' => 'Translate',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
-  'has_children' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '6',
+  'weight' => '2',
+  'depth' => '2',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '395',
-  'p5' => '422',
-  'p6' => '449',
+  'p1' => '16',
+  'p2' => '493',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -28836,25 +34538,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '450',
-  'plid' => '410',
-  'link_path' => 'admin/config/development/testing/results/%',
-  'router_path' => 'admin/config/development/testing/results/%',
-  'link_title' => 'Test result',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:21:"View result of tests.";}}',
+  'mlid' => '494',
+  'plid' => '175',
+  'link_path' => 'admin/help/i18n',
+  'router_path' => 'admin/help/i18n',
+  'link_title' => 'i18n',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '37',
-  'p4' => '410',
-  'p5' => '450',
+  'p2' => '175',
+  'p3' => '494',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28863,11 +34565,11 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '451',
-  'plid' => '422',
-  'link_path' => 'admin/config/regional/language/configure/url',
-  'router_path' => 'admin/config/regional/language/configure/url',
-  'link_title' => 'URL language detection configuration',
+  'mlid' => '495',
+  'plid' => '175',
+  'link_path' => 'admin/help/i18n_block',
+  'router_path' => 'admin/help/i18n_block',
+  'link_title' => 'i18n_block',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
@@ -28875,14 +34577,14 @@
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '395',
-  'p5' => '422',
-  'p6' => '451',
+  'p2' => '175',
+  'p3' => '495',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -28890,25 +34592,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '452',
-  'plid' => '393',
-  'link_path' => 'admin/config/services/aggregator/update/%',
-  'router_path' => 'admin/config/services/aggregator/update/%',
-  'link_title' => 'Update items',
+  'mlid' => '496',
+  'plid' => '175',
+  'link_path' => 'admin/help/i18n_string',
+  'router_path' => 'admin/help/i18n_string',
+  'link_title' => 'i18n_string',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '60',
-  'p4' => '393',
-  'p5' => '452',
+  'p2' => '175',
+  'p3' => '496',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28917,25 +34619,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '458',
-  'plid' => '393',
-  'link_path' => 'admin/config/services/aggregator/edit/category/%',
-  'router_path' => 'admin/config/services/aggregator/edit/category/%',
-  'link_title' => 'Edit category',
+  'mlid' => '497',
+  'plid' => '175',
+  'link_path' => 'admin/help/link',
+  'router_path' => 'admin/help/link',
+  'link_title' => 'link',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '60',
-  'p4' => '393',
-  'p5' => '458',
+  'p2' => '175',
+  'p3' => '497',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28944,25 +34646,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '459',
-  'plid' => '393',
-  'link_path' => 'admin/config/services/aggregator/edit/feed/%',
-  'router_path' => 'admin/config/services/aggregator/edit/feed/%',
-  'link_title' => 'Edit feed',
+  'mlid' => '498',
+  'plid' => '175',
+  'link_path' => 'admin/help/title',
+  'router_path' => 'admin/help/title',
+  'link_title' => 'title',
   'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '5',
+  'depth' => '3',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '60',
-  'p4' => '393',
-  'p5' => '459',
+  'p2' => '175',
+  'p3' => '498',
+  'p4' => '0',
+  'p5' => '0',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -28971,53 +34673,53 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '461',
-  'plid' => '429',
-  'link_path' => 'admin/config/regional/date-time/locale/%/edit',
-  'router_path' => 'admin/config/regional/date-time/locale/%/edit',
-  'link_title' => 'Localize date formats',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Configure date formats for each locale";}}',
+  'mlid' => '499',
+  'plid' => '48',
+  'link_path' => 'admin/config/regional/i18n',
+  'router_path' => 'admin/config/regional/i18n',
+  'link_title' => 'Multilingual settings',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:69:"Configure extended options for multilingual content and translations.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '6',
+  'weight' => '10',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
   'p3' => '48',
-  'p4' => '74',
-  'p5' => '429',
-  'p6' => '461',
+  'p4' => '499',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '462',
-  'plid' => '303',
-  'link_path' => 'admin/structure/types/manage/%/display/print',
-  'router_path' => 'admin/structure/types/manage/%/display/print',
-  'link_title' => 'Print',
+  'menu_name' => 'navigation',
+  'mlid' => '500',
+  'plid' => '25',
+  'link_path' => 'comment/%/edit/%',
+  'router_path' => 'comment/%/edit/%',
+  'link_title' => 'Edit',
   'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '5',
-  'depth' => '6',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '34',
-  'p4' => '114',
-  'p5' => '303',
-  'p6' => '462',
+  'p1' => '3',
+  'p2' => '25',
+  'p3' => '500',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -29025,26 +34727,26 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '463',
-  'plid' => '429',
-  'link_path' => 'admin/config/regional/date-time/locale/%/reset',
-  'router_path' => 'admin/config/regional/date-time/locale/%/reset',
-  'link_title' => 'Reset date formats',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Reset localized date formats to global defaults";}}',
+  'mlid' => '501',
+  'plid' => '33',
+  'link_path' => 'admin/config/content/title',
+  'router_path' => 'admin/config/content/title',
+  'link_title' => 'Title settings',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"Settings for the Title module.";}}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '6',
+  'depth' => '4',
   'customized' => '0',
   'p1' => '1',
   'p2' => '8',
-  'p3' => '48',
-  'p4' => '74',
-  'p5' => '429',
-  'p6' => '463',
+  'p3' => '33',
+  'p4' => '501',
+  'p5' => '0',
+  'p6' => '0',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -29052,23 +34754,23 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '465',
-  'plid' => '6',
-  'link_path' => 'node/add/test-content-type',
-  'router_path' => 'node/add/test-content-type',
-  'link_title' => 'Test content type',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:49:"This is the description of the test content type.";}}',
+  'mlid' => '502',
+  'plid' => '39',
+  'link_path' => 'node/%/edit/%',
+  'router_path' => 'node/%/edit/%',
+  'link_title' => 'Edit',
+  'options' => 'a:0:{}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '6',
-  'p2' => '465',
-  'p3' => '0',
+  'p1' => '5',
+  'p2' => '39',
+  'p3' => '502',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -29078,51 +34780,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'management',
-  'mlid' => '466',
-  'plid' => '44',
-  'link_path' => 'admin/structure/menu/manage/menu-test-menu',
-  'router_path' => 'admin/structure/menu/manage/%',
-  'link_title' => 'Test Menu',
+  'menu_name' => 'navigation',
+  'mlid' => '503',
+  'plid' => '38',
+  'link_path' => 'user/%/edit/%',
+  'router_path' => 'user/%/edit/%',
+  'link_title' => 'Edit',
   'options' => 'a:0:{}',
-  'module' => 'menu',
-  'hidden' => '0',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '1',
-  'p2' => '20',
-  'p3' => '44',
-  'p4' => '466',
-  'p5' => '0',
-  'p6' => '0',
-  'p7' => '0',
-  'p8' => '0',
-  'p9' => '0',
-  'updated' => '0',
-))
-->values(array(
-  'menu_name' => 'menu-test-menu',
-  'mlid' => '467',
-  'plid' => '469',
-  'link_path' => 'http://google.com',
-  'router_path' => '',
-  'link_title' => 'Google',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"Google";}}',
-  'module' => 'menu',
-  'hidden' => '0',
-  'external' => '1',
-  'has_children' => '0',
-  'expanded' => '0',
-  'weight' => '0',
-  'depth' => '2',
-  'customized' => '1',
-  'p1' => '469',
-  'p2' => '467',
-  'p3' => '0',
+  'p1' => '16',
+  'p2' => '38',
+  'p3' => '503',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -29132,23 +34807,23 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'menu-test-menu',
-  'mlid' => '468',
-  'plid' => '0',
-  'link_path' => 'http://yahoo.com',
-  'router_path' => '',
-  'link_title' => 'Yahoo',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:5:"Yahoo";}}',
-  'module' => 'menu',
-  'hidden' => '0',
-  'external' => '1',
-  'has_children' => '0',
+  'menu_name' => 'navigation',
+  'mlid' => '504',
+  'plid' => '176',
+  'link_path' => 'taxonomy/term/%/translate',
+  'router_path' => 'taxonomy/term/%/translate',
+  'link_title' => 'Translate',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '1',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '1',
-  'customized' => '1',
-  'p1' => '468',
-  'p2' => '0',
+  'weight' => '11',
+  'depth' => '2',
+  'customized' => '0',
+  'p1' => '176',
+  'p2' => '504',
   'p3' => '0',
   'p4' => '0',
   'p5' => '0',
@@ -29159,24 +34834,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'menu-test-menu',
-  'mlid' => '469',
-  'plid' => '0',
-  'link_path' => 'http://bing.com',
-  'router_path' => '',
-  'link_title' => 'Bing',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:4:"Bing";}}',
-  'module' => 'menu',
+  'menu_name' => 'navigation',
+  'mlid' => '505',
+  'plid' => '492',
+  'link_path' => 'comment/%/translate/delete/%',
+  'router_path' => 'comment/%/translate/delete/%',
+  'link_title' => 'Delete',
+  'options' => 'a:0:{}',
+  'module' => 'system',
   'hidden' => '0',
-  'external' => '1',
+  'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '1',
-  'customized' => '1',
-  'p1' => '469',
-  'p2' => '0',
-  'p3' => '0',
+  'depth' => '3',
+  'customized' => '0',
+  'p1' => '3',
+  'p2' => '492',
+  'p3' => '505',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -29186,24 +34861,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'menu-test-menu',
-  'mlid' => '470',
-  'plid' => '469',
-  'link_path' => 'http://ask.com',
-  'router_path' => '',
-  'link_title' => 'Ask',
+  'menu_name' => 'navigation',
+  'mlid' => '506',
+  'plid' => '365',
+  'link_path' => 'node/%/translate/delete/%',
+  'router_path' => 'node/%/translate/delete/%',
+  'link_title' => 'Delete',
   'options' => 'a:0:{}',
-  'module' => 'menu',
+  'module' => 'system',
   'hidden' => '0',
-  'external' => '1',
+  'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
-  'customized' => '1',
-  'p1' => '469',
-  'p2' => '470',
-  'p3' => '0',
+  'depth' => '3',
+  'customized' => '0',
+  'p1' => '5',
+  'p2' => '365',
+  'p3' => '506',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -29213,24 +34888,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'shortcut-set-2',
-  'mlid' => '472',
-  'plid' => '0',
-  'link_path' => 'admin/help',
-  'router_path' => 'admin/help',
-  'link_title' => 'Help',
+  'menu_name' => 'navigation',
+  'mlid' => '507',
+  'plid' => '493',
+  'link_path' => 'user/%/translate/delete/%',
+  'router_path' => 'user/%/translate/delete/%',
+  'link_title' => 'Delete',
   'options' => 'a:0:{}',
-  'module' => 'menu',
+  'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-49',
-  'depth' => '1',
+  'weight' => '0',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '472',
-  'p2' => '0',
-  'p3' => '0',
+  'p1' => '16',
+  'p2' => '493',
+  'p3' => '507',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -29240,24 +34915,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'shortcut-set-2',
-  'mlid' => '473',
-  'plid' => '0',
-  'link_path' => 'admin/people',
-  'router_path' => 'admin/people',
-  'link_title' => 'People',
+  'menu_name' => 'navigation',
+  'mlid' => '508',
+  'plid' => '210',
+  'link_path' => 'taxonomy/term/%/edit/%',
+  'router_path' => 'taxonomy/term/%/edit/%',
+  'link_title' => 'Edit',
   'options' => 'a:0:{}',
-  'module' => 'menu',
-  'hidden' => '0',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-50',
-  'depth' => '1',
+  'weight' => '10',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '473',
-  'p2' => '0',
-  'p3' => '0',
+  'p1' => '176',
+  'p2' => '210',
+  'p3' => '508',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -29267,26 +34942,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '474',
-  'plid' => '4',
-  'link_path' => 'filter/tips/%',
-  'router_path' => 'filter/tips/%',
-  'link_title' => 'Compose tips',
-  'options' => 'a:0:{}',
+  'menu_name' => 'management',
+  'mlid' => '509',
+  'plid' => '499',
+  'link_path' => 'admin/config/regional/i18n/configure',
+  'router_path' => 'admin/config/regional/i18n/configure',
+  'link_title' => 'Multilingual system',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:69:"Configure extended options for multilingual content and translations.";}}',
   'module' => 'system',
-  'hidden' => '0',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '4',
-  'p2' => '474',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '499',
+  'p5' => '509',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -29295,25 +34970,25 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '475',
-  'plid' => '175',
-  'link_path' => 'admin/help/php',
-  'router_path' => 'admin/help/php',
-  'link_title' => 'php',
-  'options' => 'a:0:{}',
+  'mlid' => '510',
+  'plid' => '499',
+  'link_path' => 'admin/config/regional/i18n/strings',
+  'router_path' => 'admin/config/regional/i18n/strings',
+  'link_title' => 'Strings',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Options for user defined strings.";}}',
   'module' => 'system',
   'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '0',
-  'depth' => '3',
+  'weight' => '20',
+  'depth' => '5',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '175',
-  'p3' => '475',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '499',
+  'p5' => '510',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -29322,25 +34997,52 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '478',
-  'plid' => '20',
-  'link_path' => 'admin/content',
-  'router_path' => 'admin/content',
-  'link_title' => 'custom link test',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
-  'module' => 'menu',
-  'hidden' => '0',
+  'mlid' => '511',
+  'plid' => '413',
+  'link_path' => 'admin/config/regional/translate/i18n_string',
+  'router_path' => 'admin/config/regional/translate/i18n_string',
+  'link_title' => 'Strings',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:29:"Refresh user defined strings.";}}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '20',
+  'depth' => '5',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '413',
+  'p5' => '511',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '512',
+  'plid' => '499',
+  'link_path' => 'admin/config/regional/i18n/variable',
+  'router_path' => 'admin/config/regional/i18n/variable',
+  'link_title' => 'Variables',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:33:"Configure multilingual variables.";}}',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '3',
-  'customized' => '1',
+  'depth' => '5',
+  'customized' => '0',
   'p1' => '1',
-  'p2' => '20',
-  'p3' => '478',
-  'p4' => '0',
-  'p5' => '0',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '499',
+  'p5' => '512',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -29349,23 +35051,23 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '479',
-  'plid' => '0',
-  'link_path' => 'node/2',
-  'router_path' => 'node/2',
-  'link_title' => 'node link test',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:6:"node 2";}}',
-  'module' => 'menu',
-  'hidden' => '0',
+  'mlid' => '513',
+  'plid' => '25',
+  'link_path' => 'comment/%/edit/add/%/%',
+  'router_path' => 'comment/%/edit/add/%/%',
+  'link_title' => 'Edit',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '3',
-  'depth' => '1',
-  'customized' => '1',
-  'p1' => '479',
-  'p2' => '0',
-  'p3' => '0',
+  'weight' => '0',
+  'depth' => '3',
+  'customized' => '0',
+  'p1' => '3',
+  'p2' => '25',
+  'p3' => '513',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -29375,26 +35077,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'book-toc-1',
-  'mlid' => '480',
-  'plid' => '0',
-  'link_path' => 'node/4',
-  'router_path' => 'node/%',
-  'link_title' => 'Test top book title',
-  'options' => 'a:0:{}',
-  'module' => 'book',
+  'menu_name' => 'management',
+  'mlid' => '514',
+  'plid' => '491',
+  'link_path' => 'admin/config/regional/entity_translation/translatable/%',
+  'router_path' => 'admin/config/regional/entity_translation/translatable/%',
+  'link_title' => 'Confirm change in translatability.',
+  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:53:"Confirmation page for changing field translatability.";}}',
+  'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
-  'weight' => '-10',
-  'depth' => '1',
+  'weight' => '0',
+  'depth' => '5',
   'customized' => '0',
-  'p1' => '480',
-  'p2' => '0',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '48',
+  'p4' => '491',
+  'p5' => '514',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -29402,24 +35104,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'book-toc-1',
-  'mlid' => '481',
-  'plid' => '480',
-  'link_path' => 'node/6',
-  'router_path' => 'node/%',
-  'link_title' => 'Test book title child 1',
+  'menu_name' => 'navigation',
+  'mlid' => '515',
+  'plid' => '504',
+  'link_path' => 'taxonomy/term/%/translate/delete/%',
+  'router_path' => 'taxonomy/term/%/translate/delete/%',
+  'link_title' => 'Delete',
   'options' => 'a:0:{}',
-  'module' => 'book',
+  'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '2',
+  'depth' => '3',
   'customized' => '0',
-  'p1' => '480',
-  'p2' => '481',
-  'p3' => '0',
+  'p1' => '176',
+  'p2' => '504',
+  'p3' => '515',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -29429,24 +35131,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'book-toc-1',
-  'mlid' => '482',
-  'plid' => '481',
-  'link_path' => 'node/2',
-  'router_path' => 'node/%',
-  'link_title' => 'Test book title child 1.1',
+  'menu_name' => 'navigation',
+  'mlid' => '516',
+  'plid' => '39',
+  'link_path' => 'node/%/edit/add/%/%',
+  'router_path' => 'node/%/edit/add/%/%',
+  'link_title' => 'Edit',
   'options' => 'a:0:{}',
-  'module' => 'book',
-  'hidden' => '0',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
   'depth' => '3',
   'customized' => '0',
-  'p1' => '480',
-  'p2' => '481',
-  'p3' => '482',
+  'p1' => '5',
+  'p2' => '39',
+  'p3' => '516',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -29456,24 +35158,24 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'book-toc-2',
-  'mlid' => '483',
-  'plid' => '481',
-  'link_path' => 'node/1',
-  'router_path' => 'node/%',
-  'link_title' => 'Test book title 2',
+  'menu_name' => 'navigation',
+  'mlid' => '517',
+  'plid' => '38',
+  'link_path' => 'user/%/edit/add/%/%',
+  'router_path' => 'user/%/edit/add/%/%',
+  'link_title' => 'Edit',
   'options' => 'a:0:{}',
-  'module' => 'book',
-  'hidden' => '0',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
   'depth' => '3',
   'customized' => '0',
-  'p1' => '480',
-  'p2' => '481',
-  'p3' => '483',
+  'p1' => '16',
+  'p2' => '38',
+  'p3' => '517',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -29484,23 +35186,23 @@
 ))
 ->values(array(
   'menu_name' => 'navigation',
-  'mlid' => '484',
-  'plid' => '0',
-  'link_path' => 'node/2',
-  'router_path' => 'node/%',
-  'link_title' => 'The thing about Deep Space 9',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
-  'module' => 'menu',
-  'hidden' => '0',
+  'mlid' => '518',
+  'plid' => '210',
+  'link_path' => 'taxonomy/term/%/edit/add/%/%',
+  'router_path' => 'taxonomy/term/%/edit/add/%/%',
+  'link_title' => 'Edit',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '9',
-  'depth' => '1',
-  'customized' => '1',
-  'p1' => '484',
-  'p2' => '0',
-  'p3' => '0',
+  'weight' => '10',
+  'depth' => '3',
+  'customized' => '0',
+  'p1' => '176',
+  'p2' => '210',
+  'p3' => '518',
   'p4' => '0',
   'p5' => '0',
   'p6' => '0',
@@ -29510,26 +35212,26 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '485',
-  'plid' => '0',
-  'link_path' => 'node/3',
-  'router_path' => 'node/%',
-  'link_title' => 'is - The thing about Deep Space 9',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
-  'module' => 'menu',
-  'hidden' => '0',
+  'menu_name' => 'management',
+  'mlid' => '519',
+  'plid' => '146',
+  'link_path' => 'admin/structure/block/manage/%/%/translate',
+  'router_path' => 'admin/structure/block/manage/%/%/translate',
+  'link_title' => 'Translate',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
   'weight' => '10',
-  'depth' => '1',
-  'customized' => '1',
-  'p1' => '485',
-  'p2' => '0',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
+  'depth' => '5',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '28',
+  'p4' => '146',
+  'p5' => '519',
   'p6' => '0',
   'p7' => '0',
   'p8' => '0',
@@ -29537,54 +35239,108 @@
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '486',
-  'plid' => '0',
-  'link_path' => 'node/4',
-  'router_path' => 'node/%',
-  'link_title' => 'is - The thing about Firefly',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
-  'module' => 'menu',
+  'menu_name' => 'management',
+  'mlid' => '520',
+  'plid' => '299',
+  'link_path' => 'admin/structure/taxonomy/%/fields/replace/%',
+  'router_path' => 'admin/structure/taxonomy/%/fields/replace/%',
+  'link_title' => 'Replace fields',
+  'options' => 'a:0:{}',
+  'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '11',
-  'depth' => '1',
-  'customized' => '1',
-  'p1' => '486',
-  'p2' => '0',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'weight' => '0',
+  'depth' => '6',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '299',
+  'p6' => '520',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
 ->values(array(
-  'menu_name' => 'navigation',
-  'mlid' => '487',
-  'plid' => '0',
-  'link_path' => 'node/5',
-  'router_path' => 'node/%',
-  'link_title' => 'en - The thing about Firefly',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
-  'module' => 'menu',
+  'menu_name' => 'management',
+  'mlid' => '521',
+  'plid' => '307',
+  'link_path' => 'admin/structure/taxonomy/%/fields/%/translate',
+  'router_path' => 'admin/structure/taxonomy/%/fields/%/translate',
+  'link_title' => 'Translate',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '7',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '180',
+  'p4' => '212',
+  'p5' => '299',
+  'p6' => '307',
+  'p7' => '521',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '522',
+  'plid' => '308',
+  'link_path' => 'admin/config/people/accounts/fields/%/translate',
+  'router_path' => 'admin/config/people/accounts/fields/%/translate',
+  'link_title' => 'Translate',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '7',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '8',
+  'p3' => '45',
+  'p4' => '66',
+  'p5' => '300',
+  'p6' => '308',
+  'p7' => '522',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '523',
+  'plid' => '304',
+  'link_path' => 'admin/structure/types/manage/%/fields/replace/%',
+  'router_path' => 'admin/structure/types/manage/%/fields/replace/%',
+  'link_title' => 'Replace fields',
+  'options' => 'a:0:{}',
+  'module' => 'system',
   'hidden' => '0',
   'external' => '0',
   'has_children' => '0',
   'expanded' => '0',
-  'weight' => '12',
-  'depth' => '1',
-  'customized' => '1',
-  'p1' => '487',
-  'p2' => '0',
-  'p3' => '0',
-  'p4' => '0',
-  'p5' => '0',
-  'p6' => '0',
+  'weight' => '0',
+  'depth' => '6',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '304',
+  'p6' => '523',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
@@ -29592,31 +35348,85 @@
 ))
 ->values(array(
   'menu_name' => 'management',
-  'mlid' => '491',
-  'plid' => '48',
-  'link_path' => 'admin/config/regional/entity_translation',
-  'router_path' => 'admin/config/regional/entity_translation',
-  'link_title' => 'Entity translation',
-  'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:83:"Configure which entities can be translated and enable or disable language fallback.";}}',
+  'mlid' => '524',
+  'plid' => '315',
+  'link_path' => 'admin/structure/types/manage/%/fields/%/translate',
+  'router_path' => 'admin/structure/types/manage/%/fields/%/translate',
+  'link_title' => 'Translate',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '7',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '304',
+  'p6' => '315',
+  'p7' => '524',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '525',
+  'plid' => '162',
+  'link_path' => 'admin/structure/types/manage/%/comment/fields/replace/%',
+  'router_path' => 'admin/structure/types/manage/%/comment/fields/replace/%',
+  'link_title' => 'Replace fields',
+  'options' => 'a:0:{}',
   'module' => 'system',
   'hidden' => '0',
   'external' => '0',
-  'has_children' => '1',
+  'has_children' => '0',
   'expanded' => '0',
   'weight' => '0',
-  'depth' => '4',
+  'depth' => '6',
   'customized' => '0',
   'p1' => '1',
-  'p2' => '8',
-  'p3' => '48',
-  'p4' => '491',
-  'p5' => '0',
-  'p6' => '0',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '162',
+  'p6' => '525',
   'p7' => '0',
   'p8' => '0',
   'p9' => '0',
   'updated' => '0',
 ))
+->values(array(
+  'menu_name' => 'management',
+  'mlid' => '526',
+  'plid' => '326',
+  'link_path' => 'admin/structure/types/manage/%/comment/fields/%/translate',
+  'router_path' => 'admin/structure/types/manage/%/comment/fields/%/translate',
+  'link_title' => 'Translate',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '7',
+  'customized' => '0',
+  'p1' => '1',
+  'p2' => '20',
+  'p3' => '34',
+  'p4' => '114',
+  'p5' => '162',
+  'p6' => '326',
+  'p7' => '526',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
 ->execute();
 $connection->schema()->createTable('menu_router', array(
   'fields' => array(
@@ -29990,7 +35800,7 @@
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => '_system_themes_access',
-  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:25:"themes/bartik/bartik.info";s:4:"name";s:6:"bartik";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:6:"Bartik";s:11:"description";s:48:"A flexible, recolorable theme with many regions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:7:"regions";a:17:{s:6:"header";s:6:"Header";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:11:"highlighted";s:11:"Highlighted";s:8:"featured";s:8:"Featured";s:7:"content";s:7:"Content";s:13:"sidebar_first";s:13:"Sidebar first";s:14:"sidebar_second";s:14:"Sidebar second";s:14:"triptych_first";s:14:"Triptych first";s:15:"triptych_middle";s:15:"Triptych middle";s:13:"triptych_last";s:13:"Triptych last";s:18:"footer_firstcolumn";s:19:"Footer first column";s:19:"footer_secondcolumn";s:20:"Footer second column";s:18:"footer_thirdcolumn";s:19:"Footer third column";s:19:"footer_fourthcolumn";s:20:"Footer fourth column";s:6:"footer";s:6:"Footer";}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"0";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:28:"themes/bartik/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
+  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:25:"themes/bartik/bartik.info";s:4:"name";s:6:"bartik";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:16:{s:4:"name";s:6:"Bartik";s:11:"description";s:48:"A flexible, recolorable theme with many regions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:7:"regions";a:17:{s:6:"header";s:6:"Header";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:11:"highlighted";s:11:"Highlighted";s:8:"featured";s:8:"Featured";s:7:"content";s:7:"Content";s:13:"sidebar_first";s:13:"Sidebar first";s:14:"sidebar_second";s:14:"Sidebar second";s:14:"triptych_first";s:14:"Triptych first";s:15:"triptych_middle";s:15:"Triptych middle";s:13:"triptych_last";s:13:"Triptych last";s:18:"footer_firstcolumn";s:19:"Footer first column";s:19:"footer_secondcolumn";s:20:"Footer second column";s:18:"footer_thirdcolumn";s:19:"Footer third column";s:19:"footer_fourthcolumn";s:20:"Footer fourth column";s:6:"footer";s:6:"Footer";}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"0";}s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:28:"themes/bartik/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1535762879;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
   'page_callback' => 'drupal_get_form',
   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:6:"bartik";}',
   'delivery_callback' => '',
@@ -30015,7 +35825,7 @@
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => '_system_themes_access',
-  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:7:"Garland";s:11:"description";s:111:"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:8:"settings";a:1:{s:13:"garland_width";s:5:"fluid";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:9:{s:13:"sidebar_first";s:12:"Left sidebar";s:14:"sidebar_second";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";s:11:"highlighted";s:11:"Highlighted";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
+  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:16:{s:4:"name";s:7:"Garland";s:11:"description";s:111:"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:8:"settings";a:1:{s:13:"garland_width";s:5:"fluid";}s:6:"engine";s:11:"phptemplate";s:7:"regions";a:9:{s:13:"sidebar_first";s:12:"Left sidebar";s:14:"sidebar_second";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";s:11:"highlighted";s:11:"Highlighted";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1535762879;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
   'page_callback' => 'drupal_get_form',
   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:7:"garland";}',
   'delivery_callback' => '',
@@ -30065,7 +35875,7 @@
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => '_system_themes_access',
-  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:23:"themes/seven/seven.info";s:4:"name";s:5:"seven";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:5:"Seven";s:11:"description";s:65:"A simple one-column, tableless, fluid width administration theme.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"1";}s:7:"regions";a:5:{s:7:"content";s:7:"Content";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:13:"sidebar_first";s:13:"First sidebar";}s:14:"regions_hidden";a:3:{i:0;s:13:"sidebar_first";i:1;s:8:"page_top";i:2;s:11:"page_bottom";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:27:"themes/seven/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
+  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:23:"themes/seven/seven.info";s:4:"name";s:5:"seven";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:16:{s:4:"name";s:5:"Seven";s:11:"description";s:65:"A simple one-column, tableless, fluid width administration theme.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"1";}s:7:"regions";a:5:{s:7:"content";s:7:"Content";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:13:"sidebar_first";s:13:"First sidebar";}s:14:"regions_hidden";a:3:{i:0;s:13:"sidebar_first";i:1;s:8:"page_top";i:2;s:11:"page_bottom";}s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:27:"themes/seven/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1535762879;s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
   'page_callback' => 'drupal_get_form',
   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"seven";}',
   'delivery_callback' => '',
@@ -30090,7 +35900,7 @@
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => '_system_themes_access',
-  'access_arguments' => "a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:23:\"themes/stark/stark.info\";s:4:\"name\";s:5:\"stark\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:17:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1444866674;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}",
+  'access_arguments' => "a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:23:\"themes/stark/stark.info\";s:4:\"name\";s:5:\"stark\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:15:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1535762879;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}",
   'page_callback' => 'drupal_get_form',
   'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:5:"stark";}',
   'delivery_callback' => '',
@@ -30361,6 +36171,31 @@
   'include_file' => 'modules/filter/filter.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/config/content/title',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:1:{i:0;s:25:"title_admin_settings_form";}',
+  'delivery_callback' => '',
+  'fit' => '15',
+  'number_parts' => '4',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/config/content/title',
+  'title' => 'Title settings',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '6',
+  'description' => 'Settings for the Title module.',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/title/title.admin.inc',
+))
+->values(array(
   'path' => 'admin/config/date',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -31136,6 +36971,56 @@
   'include_file' => 'modules/field_ui/field_ui.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/config/people/accounts/fields/%/translate',
+  'load_functions' => 'a:1:{i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"user";i:1;s:4:"user";i:2;s:1:"0";i:3;s:4:"%map";}}}',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
+  'page_callback' => 'i18n_field_page_translate',
+  'page_arguments' => 'a:1:{i:0;i:5;}',
+  'delivery_callback' => '',
+  'fit' => '125',
+  'number_parts' => '7',
+  'context' => '1',
+  'tab_parent' => 'admin/config/people/accounts/fields/%',
+  'tab_root' => 'admin/config/people/accounts/fields/%',
+  'title' => 'Translate',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/i18n/i18n_field/i18n_field.pages.inc',
+))
+->values(array(
+  'path' => 'admin/config/people/accounts/fields/%/translate/%',
+  'load_functions' => 'a:2:{i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"user";i:1;s:4:"user";i:2;s:1:"0";i:3;s:4:"%map";}}i:7;a:1:{s:18:"i18n_language_load";a:4:{i:0;s:4:"user";i:1;s:4:"user";i:2;s:1:"0";i:3;s:4:"%map";}}}',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:16:"administer users";}',
+  'page_callback' => 'i18n_field_page_translate',
+  'page_arguments' => 'a:2:{i:0;i:5;i:1;i:7;}',
+  'delivery_callback' => '',
+  'fit' => '250',
+  'number_parts' => '8',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/config/people/accounts/fields/%/translate/%',
+  'title' => 'Instance',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '0',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/i18n/i18n_field/i18n_field.pages.inc',
+))
+->values(array(
   'path' => 'admin/config/people/accounts/fields/%/widget-type',
   'load_functions' => 'a:1:{i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"user";i:1;s:4:"user";i:2;s:1:"0";i:3;s:4:"%map";}}}',
   'to_arg_functions' => '',
@@ -31586,6 +37471,131 @@
   'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/config/regional/entity_translation/translatable/%',
+  'load_functions' => 'a:1:{i:5;N;}',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:28:"toggle field translatability";}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:2:{i:0;s:36:"entity_translation_translatable_form";i:1;i:5;}',
+  'delivery_callback' => '',
+  'fit' => '62',
+  'number_parts' => '6',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/config/regional/entity_translation/translatable/%',
+  'title' => 'Confirm change in translatability.',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '6',
+  'description' => 'Confirmation page for changing field translatability.',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
+))
+->values(array(
+  'path' => 'admin/config/regional/i18n',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:2:{i:0;s:20:"variable_module_form";i:1;s:4:"i18n";}',
+  'delivery_callback' => '',
+  'fit' => '15',
+  'number_parts' => '4',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/config/regional/i18n',
+  'title' => 'Multilingual settings',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '6',
+  'description' => 'Configure extended options for multilingual content and translations.',
+  'position' => '',
+  'weight' => '10',
+  'include_file' => '',
+))
+->values(array(
+  'path' => 'admin/config/regional/i18n/configure',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:2:{i:0;s:20:"variable_module_form";i:1;s:4:"i18n";}',
+  'delivery_callback' => '',
+  'fit' => '31',
+  'number_parts' => '5',
+  'context' => '1',
+  'tab_parent' => 'admin/config/regional/i18n',
+  'tab_root' => 'admin/config/regional/i18n',
+  'title' => 'Multilingual system',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '140',
+  'description' => 'Configure extended options for multilingual content and translations.',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => '',
+))
+->values(array(
+  'path' => 'admin/config/regional/i18n/strings',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:2:{i:0;s:18:"variable_edit_form";i:1;a:3:{i:0;s:27:"i18n_string_allowed_formats";i:1;s:27:"i18n_string_source_language";i:2;s:39:"i18n_string_textgroup_class_[textgroup]";}}',
+  'delivery_callback' => '',
+  'fit' => '31',
+  'number_parts' => '5',
+  'context' => '1',
+  'tab_parent' => 'admin/config/regional/i18n',
+  'tab_root' => 'admin/config/regional/i18n',
+  'title' => 'Strings',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => 'Options for user defined strings.',
+  'position' => '',
+  'weight' => '20',
+  'include_file' => '',
+))
+->values(array(
+  'path' => 'admin/config/regional/i18n/variable',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:2:{i:0;s:36:"variable_realm_select_variables_form";i:1;s:8:"language";}',
+  'delivery_callback' => '',
+  'fit' => '31',
+  'number_parts' => '5',
+  'context' => '1',
+  'tab_parent' => 'admin/config/regional/i18n',
+  'tab_root' => 'admin/config/regional/i18n',
+  'title' => 'Variables',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => 'Configure multilingual variables.',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/variable/variable_realm/variable_realm.form.inc',
+))
+->values(array(
   'path' => 'admin/config/regional/language',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -31867,7 +37877,7 @@
   'access_callback' => 'user_access',
   'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
   'page_callback' => 'drupal_get_form',
-  'page_arguments' => 'a:2:{i:0;s:26:"locale_translate_edit_form";i:1;i:5;}',
+  'page_arguments' => 'a:2:{i:0;s:38:"i18n_string_locale_translate_edit_form";i:1;i:5;}',
   'delivery_callback' => '',
   'fit' => '62',
   'number_parts' => '6',
@@ -31883,7 +37893,7 @@
   'description' => '',
   'position' => '',
   'weight' => '0',
-  'include_file' => 'modules/locale/locale.admin.inc',
+  'include_file' => 'sites/all/modules/i18n/i18n_string/i18n_string.pages.inc',
 ))
 ->values(array(
   'path' => 'admin/config/regional/translate/export',
@@ -31911,6 +37921,31 @@
   'include_file' => 'modules/locale/locale.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/config/regional/translate/i18n_string',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:1:{i:0;s:30:"i18n_string_admin_refresh_form";}',
+  'delivery_callback' => '',
+  'fit' => '31',
+  'number_parts' => '5',
+  'context' => '1',
+  'tab_parent' => 'admin/config/regional/translate',
+  'tab_root' => 'admin/config/regional/translate',
+  'title' => 'Strings',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => 'Refresh user defined strings.',
+  'position' => '',
+  'weight' => '20',
+  'include_file' => 'sites/all/modules/i18n/i18n_string/i18n_string.admin.inc',
+))
+->values(array(
   'path' => 'admin/config/regional/translate/import',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -33736,6 +39771,81 @@
   'include_file' => 'modules/help/help.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/help/i18n',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
+  'page_callback' => 'help_page',
+  'page_arguments' => 'a:1:{i:0;i:2;}',
+  'delivery_callback' => '',
+  'fit' => '7',
+  'number_parts' => '3',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/help/i18n',
+  'title' => 'i18n',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '4',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'modules/help/help.admin.inc',
+))
+->values(array(
+  'path' => 'admin/help/i18n_block',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
+  'page_callback' => 'help_page',
+  'page_arguments' => 'a:1:{i:0;i:2;}',
+  'delivery_callback' => '',
+  'fit' => '7',
+  'number_parts' => '3',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/help/i18n_block',
+  'title' => 'i18n_block',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '4',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'modules/help/help.admin.inc',
+))
+->values(array(
+  'path' => 'admin/help/i18n_string',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
+  'page_callback' => 'help_page',
+  'page_arguments' => 'a:1:{i:0;i:2;}',
+  'delivery_callback' => '',
+  'fit' => '7',
+  'number_parts' => '3',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/help/i18n_string',
+  'title' => 'i18n_string',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '4',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'modules/help/help.admin.inc',
+))
+->values(array(
   'path' => 'admin/help/image',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -33761,6 +39871,31 @@
   'include_file' => 'modules/help/help.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/help/link',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
+  'page_callback' => 'help_page',
+  'page_arguments' => 'a:1:{i:0;i:2;}',
+  'delivery_callback' => '',
+  'fit' => '7',
+  'number_parts' => '3',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/help/link',
+  'title' => 'link',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '4',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'modules/help/help.admin.inc',
+))
+->values(array(
   'path' => 'admin/help/list',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -34186,6 +40321,31 @@
   'include_file' => 'modules/help/help.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/help/title',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
+  'page_callback' => 'help_page',
+  'page_arguments' => 'a:1:{i:0;i:2;}',
+  'delivery_callback' => '',
+  'fit' => '7',
+  'number_parts' => '3',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/help/title',
+  'title' => 'title',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '4',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'modules/help/help.admin.inc',
+))
+->values(array(
   'path' => 'admin/help/toolbar',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -35365,7 +41525,7 @@
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => '_block_themes_access',
-  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:25:"themes/bartik/bartik.info";s:4:"name";s:6:"bartik";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:6:"Bartik";s:11:"description";s:48:"A flexible, recolorable theme with many regions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:7:"regions";a:17:{s:6:"header";s:6:"Header";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:11:"highlighted";s:11:"Highlighted";s:8:"featured";s:8:"Featured";s:7:"content";s:7:"Content";s:13:"sidebar_first";s:13:"Sidebar first";s:14:"sidebar_second";s:14:"Sidebar second";s:14:"triptych_first";s:14:"Triptych first";s:15:"triptych_middle";s:15:"Triptych middle";s:13:"triptych_last";s:13:"Triptych last";s:18:"footer_firstcolumn";s:19:"Footer first column";s:19:"footer_secondcolumn";s:20:"Footer second column";s:18:"footer_thirdcolumn";s:19:"Footer third column";s:19:"footer_fourthcolumn";s:20:"Footer fourth column";s:6:"footer";s:6:"Footer";}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"0";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:28:"themes/bartik/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
+  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:25:"themes/bartik/bartik.info";s:4:"name";s:6:"bartik";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:16:{s:4:"name";s:6:"Bartik";s:11:"description";s:48:"A flexible, recolorable theme with many regions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:7:"regions";a:17:{s:6:"header";s:6:"Header";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:11:"highlighted";s:11:"Highlighted";s:8:"featured";s:8:"Featured";s:7:"content";s:7:"Content";s:13:"sidebar_first";s:13:"Sidebar first";s:14:"sidebar_second";s:14:"Sidebar second";s:14:"triptych_first";s:14:"Triptych first";s:15:"triptych_middle";s:15:"Triptych middle";s:13:"triptych_last";s:13:"Triptych last";s:18:"footer_firstcolumn";s:19:"Footer first column";s:19:"footer_secondcolumn";s:20:"Footer second column";s:18:"footer_thirdcolumn";s:19:"Footer third column";s:19:"footer_fourthcolumn";s:20:"Footer fourth column";s:6:"footer";s:6:"Footer";}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"0";}s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:28:"themes/bartik/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1535762879;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
   'page_callback' => 'block_admin_demo',
   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
   'delivery_callback' => '',
@@ -35390,7 +41550,7 @@
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => '_block_themes_access',
-  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:7:"Garland";s:11:"description";s:111:"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:8:"settings";a:1:{s:13:"garland_width";s:5:"fluid";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:9:{s:13:"sidebar_first";s:12:"Left sidebar";s:14:"sidebar_second";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";s:11:"highlighted";s:11:"Highlighted";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
+  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:16:{s:4:"name";s:7:"Garland";s:11:"description";s:111:"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:8:"settings";a:1:{s:13:"garland_width";s:5:"fluid";}s:6:"engine";s:11:"phptemplate";s:7:"regions";a:9:{s:13:"sidebar_first";s:12:"Left sidebar";s:14:"sidebar_second";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";s:11:"highlighted";s:11:"Highlighted";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1535762879;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
   'page_callback' => 'block_admin_demo',
   'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
   'delivery_callback' => '',
@@ -35415,7 +41575,7 @@
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => '_block_themes_access',
-  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:23:"themes/seven/seven.info";s:4:"name";s:5:"seven";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:5:"Seven";s:11:"description";s:65:"A simple one-column, tableless, fluid width administration theme.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"1";}s:7:"regions";a:5:{s:7:"content";s:7:"Content";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:13:"sidebar_first";s:13:"First sidebar";}s:14:"regions_hidden";a:3:{i:0;s:13:"sidebar_first";i:1;s:8:"page_top";i:2;s:11:"page_bottom";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:27:"themes/seven/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
+  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:23:"themes/seven/seven.info";s:4:"name";s:5:"seven";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:16:{s:4:"name";s:5:"Seven";s:11:"description";s:65:"A simple one-column, tableless, fluid width administration theme.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"1";}s:7:"regions";a:5:{s:7:"content";s:7:"Content";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:13:"sidebar_first";s:13:"First sidebar";}s:14:"regions_hidden";a:3:{i:0;s:13:"sidebar_first";i:1;s:8:"page_top";i:2;s:11:"page_bottom";}s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:27:"themes/seven/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1535762879;s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
   'page_callback' => 'block_admin_demo',
   'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
   'delivery_callback' => '',
@@ -35440,7 +41600,7 @@
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => '_block_themes_access',
-  'access_arguments' => "a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:23:\"themes/stark/stark.info\";s:4:\"name\";s:5:\"stark\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:17:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1444866674;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}",
+  'access_arguments' => "a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:23:\"themes/stark/stark.info\";s:4:\"name\";s:5:\"stark\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:15:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1535762879;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}",
   'page_callback' => 'block_admin_demo',
   'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
   'delivery_callback' => '',
@@ -35465,7 +41625,7 @@
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => '_block_themes_access',
-  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:25:"themes/bartik/bartik.info";s:4:"name";s:6:"bartik";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:6:"Bartik";s:11:"description";s:48:"A flexible, recolorable theme with many regions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:7:"regions";a:17:{s:6:"header";s:6:"Header";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:11:"highlighted";s:11:"Highlighted";s:8:"featured";s:8:"Featured";s:7:"content";s:7:"Content";s:13:"sidebar_first";s:13:"Sidebar first";s:14:"sidebar_second";s:14:"Sidebar second";s:14:"triptych_first";s:14:"Triptych first";s:15:"triptych_middle";s:15:"Triptych middle";s:13:"triptych_last";s:13:"Triptych last";s:18:"footer_firstcolumn";s:19:"Footer first column";s:19:"footer_secondcolumn";s:20:"Footer second column";s:18:"footer_thirdcolumn";s:19:"Footer third column";s:19:"footer_fourthcolumn";s:20:"Footer fourth column";s:6:"footer";s:6:"Footer";}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"0";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:28:"themes/bartik/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
+  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:25:"themes/bartik/bartik.info";s:4:"name";s:6:"bartik";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:16:{s:4:"name";s:6:"Bartik";s:11:"description";s:48:"A flexible, recolorable theme with many regions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:7:"regions";a:17:{s:6:"header";s:6:"Header";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:11:"highlighted";s:11:"Highlighted";s:8:"featured";s:8:"Featured";s:7:"content";s:7:"Content";s:13:"sidebar_first";s:13:"Sidebar first";s:14:"sidebar_second";s:14:"Sidebar second";s:14:"triptych_first";s:14:"Triptych first";s:15:"triptych_middle";s:15:"Triptych middle";s:13:"triptych_last";s:13:"Triptych last";s:18:"footer_firstcolumn";s:19:"Footer first column";s:19:"footer_secondcolumn";s:20:"Footer second column";s:18:"footer_thirdcolumn";s:19:"Footer third column";s:19:"footer_fourthcolumn";s:20:"Footer fourth column";s:6:"footer";s:6:"Footer";}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"0";}s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:28:"themes/bartik/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1535762879;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
   'page_callback' => 'block_admin_display',
   'page_arguments' => 'a:1:{i:0;s:6:"bartik";}',
   'delivery_callback' => '',
@@ -35490,7 +41650,7 @@
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => '_block_themes_access',
-  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:7:"Garland";s:11:"description";s:111:"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:8:"settings";a:1:{s:13:"garland_width";s:5:"fluid";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:9:{s:13:"sidebar_first";s:12:"Left sidebar";s:14:"sidebar_second";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";s:11:"highlighted";s:11:"Highlighted";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
+  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:16:{s:4:"name";s:7:"Garland";s:11:"description";s:111:"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:8:"settings";a:1:{s:13:"garland_width";s:5:"fluid";}s:6:"engine";s:11:"phptemplate";s:7:"regions";a:9:{s:13:"sidebar_first";s:12:"Left sidebar";s:14:"sidebar_second";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";s:11:"highlighted";s:11:"Highlighted";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1535762879;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
   'page_callback' => 'block_admin_display',
   'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
   'delivery_callback' => '',
@@ -35540,7 +41700,7 @@
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => '_block_themes_access',
-  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:23:"themes/seven/seven.info";s:4:"name";s:5:"seven";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:18:{s:4:"name";s:5:"Seven";s:11:"description";s:65:"A simple one-column, tableless, fluid width administration theme.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"1";}s:7:"regions";a:5:{s:7:"content";s:7:"Content";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:13:"sidebar_first";s:13:"First sidebar";}s:14:"regions_hidden";a:3:{i:0;s:13:"sidebar_first";i:1;s:8:"page_top";i:2;s:11:"page_bottom";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:27:"themes/seven/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
+  'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:23:"themes/seven/seven.info";s:4:"name";s:5:"seven";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:16:{s:4:"name";s:5:"Seven";s:11:"description";s:65:"A simple one-column, tableless, fluid width administration theme.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"1";}s:7:"regions";a:5:{s:7:"content";s:7:"Content";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:13:"sidebar_first";s:13:"First sidebar";}s:14:"regions_hidden";a:3:{i:0;s:13:"sidebar_first";i:1;s:8:"page_top";i:2;s:11:"page_bottom";}s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:27:"themes/seven/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1535762879;s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}s:6:"prefix";s:11:"phptemplate";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
   'page_callback' => 'block_admin_display',
   'page_arguments' => 'a:1:{i:0;s:5:"seven";}',
   'delivery_callback' => '',
@@ -35590,7 +41750,7 @@
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => '_block_themes_access',
-  'access_arguments' => "a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:23:\"themes/stark/stark.info\";s:4:\"name\";s:5:\"stark\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:17:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1444866674;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}",
+  'access_arguments' => "a:1:{i:0;O:8:\"stdClass\":12:{s:8:\"filename\";s:23:\"themes/stark/stark.info\";s:4:\"name\";s:5:\"stark\";s:4:\"type\";s:5:\"theme\";s:5:\"owner\";s:45:\"themes/engines/phptemplate/phptemplate.engine\";s:6:\"status\";s:1:\"0\";s:9:\"bootstrap\";s:1:\"0\";s:14:\"schema_version\";s:2:\"-1\";s:6:\"weight\";s:1:\"0\";s:4:\"info\";a:15:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1535762879;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}s:6:\"prefix\";s:11:\"phptemplate\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";}}",
   'page_callback' => 'block_admin_display',
   'page_arguments' => 'a:1:{i:0;s:5:"stark";}',
   'delivery_callback' => '',
@@ -35671,10 +41831,10 @@
   'delivery_callback' => '',
   'fit' => '121',
   'number_parts' => '7',
-  'context' => '2',
+  'context' => '3',
   'tab_parent' => 'admin/structure/block/manage/%/%',
   'tab_root' => 'admin/structure/block/manage/%/%',
-  'title' => 'Configure block',
+  'title' => 'Configure',
   'title_callback' => 't',
   'title_arguments' => '',
   'theme_callback' => '',
@@ -35682,7 +41842,7 @@
   'type' => '140',
   'description' => '',
   'position' => '',
-  'weight' => '0',
+  'weight' => '-100',
   'include_file' => 'modules/block/block.admin.inc',
 ))
 ->values(array(
@@ -35697,20 +41857,70 @@
   'fit' => '121',
   'number_parts' => '7',
   'context' => '0',
-  'tab_parent' => 'admin/structure/block/manage/%/%',
-  'tab_root' => 'admin/structure/block/manage/%/%',
+  'tab_parent' => '',
+  'tab_root' => 'admin/structure/block/manage/%/%/delete',
   'title' => 'Delete block',
   'title_callback' => 't',
   'title_arguments' => '',
   'theme_callback' => '',
   'theme_arguments' => 'a:0:{}',
-  'type' => '132',
+  'type' => '0',
   'description' => '',
   'position' => '',
   'weight' => '0',
   'include_file' => 'modules/block/block.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/structure/block/manage/%/%/translate',
+  'load_functions' => 'a:2:{i:4;N;i:5;N;}',
+  'to_arg_functions' => '',
+  'access_callback' => 'i18n_block_translate_tab_access',
+  'access_arguments' => 'a:2:{i:0;i:4;i:1;i:5;}',
+  'page_callback' => 'i18n_block_translate_tab_page',
+  'page_arguments' => 'a:2:{i:0;i:4;i:1;i:5;}',
+  'delivery_callback' => '',
+  'fit' => '121',
+  'number_parts' => '7',
+  'context' => '3',
+  'tab_parent' => 'admin/structure/block/manage/%/%',
+  'tab_root' => 'admin/structure/block/manage/%/%',
+  'title' => 'Translate',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => '',
+  'position' => '',
+  'weight' => '10',
+  'include_file' => '',
+))
+->values(array(
+  'path' => 'admin/structure/block/manage/%/%/translate/%',
+  'load_functions' => 'a:3:{i:4;N;i:5;N;i:7;s:18:"i18n_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'i18n_block_translate_tab_access',
+  'access_arguments' => 'a:2:{i:0;i:4;i:1;i:5;}',
+  'page_callback' => 'i18n_block_translate_tab_page',
+  'page_arguments' => 'a:3:{i:0;i:4;i:1;i:5;i:2;i:7;}',
+  'delivery_callback' => '',
+  'fit' => '242',
+  'number_parts' => '8',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/structure/block/manage/%/%/translate/%',
+  'title' => 'Translate',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '0',
+  'description' => '',
+  'position' => '',
+  'weight' => '10',
+  'include_file' => '',
+))
+->values(array(
   'path' => 'admin/structure/contact',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -36611,6 +42821,56 @@
   'include_file' => 'modules/field_ui/field_ui.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/structure/taxonomy/%/fields/%/translate',
+  'load_functions' => 'a:2:{i:3;a:1:{s:37:"taxonomy_vocabulary_machine_name_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}}',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
+  'page_callback' => 'i18n_field_page_translate',
+  'page_arguments' => 'a:1:{i:0;i:5;}',
+  'delivery_callback' => '',
+  'fit' => '117',
+  'number_parts' => '7',
+  'context' => '1',
+  'tab_parent' => 'admin/structure/taxonomy/%/fields/%',
+  'tab_root' => 'admin/structure/taxonomy/%/fields/%',
+  'title' => 'Translate',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/i18n/i18n_field/i18n_field.pages.inc',
+))
+->values(array(
+  'path' => 'admin/structure/taxonomy/%/fields/%/translate/%',
+  'load_functions' => 'a:3:{i:3;a:1:{s:37:"taxonomy_vocabulary_machine_name_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}i:7;a:1:{s:18:"i18n_language_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}}',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
+  'page_callback' => 'i18n_field_page_translate',
+  'page_arguments' => 'a:2:{i:0;i:5;i:1;i:7;}',
+  'delivery_callback' => '',
+  'fit' => '234',
+  'number_parts' => '8',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/structure/taxonomy/%/fields/%/translate/%',
+  'title' => 'Instance',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '0',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/i18n/i18n_field/i18n_field.pages.inc',
+))
+->values(array(
   'path' => 'admin/structure/taxonomy/%/fields/%/widget-type',
   'load_functions' => 'a:2:{i:3;a:1:{s:37:"taxonomy_vocabulary_machine_name_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}i:5;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:13:"taxonomy_term";i:1;i:3;i:2;s:1:"3";i:3;s:4:"%map";}}}',
   'to_arg_functions' => '',
@@ -36636,6 +42896,31 @@
   'include_file' => 'modules/field_ui/field_ui.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/structure/taxonomy/%/fields/replace/%',
+  'load_functions' => 'a:2:{i:3;a:1:{s:37:"taxonomy_vocabulary_machine_name_load";a:0:{}}i:6;N;}',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:19:"administer taxonomy";}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:4:{i:0;s:28:"title_field_replacement_form";i:1;s:13:"taxonomy_term";i:2;i:3;i:3;i:6;}',
+  'delivery_callback' => '',
+  'fit' => '118',
+  'number_parts' => '7',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/structure/taxonomy/%/fields/replace/%',
+  'title' => 'Replace fields',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '6',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/title/title.admin.inc',
+))
+->values(array(
   'path' => 'admin/structure/taxonomy/%/list',
   'load_functions' => 'a:1:{i:3;s:37:"taxonomy_vocabulary_machine_name_load";}',
   'to_arg_functions' => '',
@@ -37186,6 +43471,56 @@
   'include_file' => 'modules/field_ui/field_ui.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/structure/types/manage/%/comment/fields/%/translate',
+  'load_functions' => 'a:2:{i:4;a:1:{s:22:"comment_node_type_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:7;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
+  'page_callback' => 'i18n_field_page_translate',
+  'page_arguments' => 'a:1:{i:0;i:7;}',
+  'delivery_callback' => '',
+  'fit' => '493',
+  'number_parts' => '9',
+  'context' => '1',
+  'tab_parent' => 'admin/structure/types/manage/%/comment/fields/%',
+  'tab_root' => 'admin/structure/types/manage/%/comment/fields/%',
+  'title' => 'Translate',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/i18n/i18n_field/i18n_field.pages.inc',
+))
+->values(array(
+  'path' => 'admin/structure/types/manage/%/comment/fields/%/translate/%i18n_language',
+  'load_functions' => 'a:2:{i:4;a:1:{s:22:"comment_node_type_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:7;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
+  'page_callback' => 'i18n_field_page_translate',
+  'page_arguments' => 'a:2:{i:0;i:7;i:1;i:9;}',
+  'delivery_callback' => '',
+  'fit' => '493',
+  'number_parts' => '9',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/structure/types/manage/%/comment/fields/%/translate/%i18n_language',
+  'title' => 'Instance',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '0',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/i18n/i18n_field/i18n_field.pages.inc',
+))
+->values(array(
   'path' => 'admin/structure/types/manage/%/comment/fields/%/widget-type',
   'load_functions' => 'a:2:{i:4;a:1:{s:22:"comment_node_type_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:7;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:7:"comment";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
   'to_arg_functions' => '',
@@ -37211,6 +43546,31 @@
   'include_file' => 'modules/field_ui/field_ui.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/structure/types/manage/%/comment/fields/replace/%',
+  'load_functions' => 'a:2:{i:4;a:1:{s:22:"comment_node_type_load";a:0:{}}i:8;N;}',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:4:{i:0;s:28:"title_field_replacement_form";i:1;s:7:"comment";i:2;i:4;i:3;i:8;}',
+  'delivery_callback' => '',
+  'fit' => '494',
+  'number_parts' => '9',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/structure/types/manage/%/comment/fields/replace/%',
+  'title' => 'Replace fields',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '6',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/title/title.admin.inc',
+))
+->values(array(
   'path' => 'admin/structure/types/manage/%/delete',
   'load_functions' => 'a:1:{i:4;s:14:"node_type_load";}',
   'to_arg_functions' => '',
@@ -37586,6 +43946,56 @@
   'include_file' => 'modules/field_ui/field_ui.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/structure/types/manage/%/fields/%/translate',
+  'load_functions' => 'a:2:{i:4;a:1:{s:14:"node_type_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:6;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
+  'page_callback' => 'i18n_field_page_translate',
+  'page_arguments' => 'a:1:{i:0;i:6;}',
+  'delivery_callback' => '',
+  'fit' => '245',
+  'number_parts' => '8',
+  'context' => '1',
+  'tab_parent' => 'admin/structure/types/manage/%/fields/%',
+  'tab_root' => 'admin/structure/types/manage/%/fields/%',
+  'title' => 'Translate',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/i18n/i18n_field/i18n_field.pages.inc',
+))
+->values(array(
+  'path' => 'admin/structure/types/manage/%/fields/%/translate/%',
+  'load_functions' => 'a:3:{i:4;a:1:{s:14:"node_type_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:6;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:8;a:1:{s:18:"i18n_language_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
+  'page_callback' => 'i18n_field_page_translate',
+  'page_arguments' => 'a:2:{i:0;i:6;i:1;i:8;}',
+  'delivery_callback' => '',
+  'fit' => '490',
+  'number_parts' => '9',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/structure/types/manage/%/fields/%/translate/%',
+  'title' => 'Instance',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '0',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/i18n/i18n_field/i18n_field.pages.inc',
+))
+->values(array(
   'path' => 'admin/structure/types/manage/%/fields/%/widget-type',
   'load_functions' => 'a:2:{i:4;a:1:{s:14:"node_type_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}i:6;a:1:{s:18:"field_ui_menu_load";a:4:{i:0;s:4:"node";i:1;i:4;i:2;s:1:"4";i:3;s:4:"%map";}}}',
   'to_arg_functions' => '',
@@ -37611,6 +44021,31 @@
   'include_file' => 'modules/field_ui/field_ui.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/structure/types/manage/%/fields/replace/%',
+  'load_functions' => 'a:2:{i:4;a:1:{s:14:"node_type_load";a:0:{}}i:7;N;}',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:4:{i:0;s:28:"title_field_replacement_form";i:1;s:4:"node";i:2;i:4;i:3;i:7;}',
+  'delivery_callback' => '',
+  'fit' => '246',
+  'number_parts' => '8',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'admin/structure/types/manage/%/fields/replace/%',
+  'title' => 'Replace fields',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '6',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/title/title.admin.inc',
+))
+->values(array(
   'path' => 'admin/tasks',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -38239,10 +44674,10 @@
   'path' => 'comment/%/edit',
   'load_functions' => 'a:1:{i:1;s:12:"comment_load";}',
   'to_arg_functions' => '',
-  'access_callback' => 'comment_access',
-  'access_arguments' => 'a:2:{i:0;s:4:"edit";i:1;i:1;}',
-  'page_callback' => 'comment_edit_page',
-  'page_arguments' => 'a:1:{i:0;i:1;}',
+  'access_callback' => 'entity_translation_edit_access',
+  'access_arguments' => 'a:6:{i:0;s:7:"comment";i:1;i:1;i:2;b:0;i:3;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:17:"comment_edit_page";s:14:"page arguments";a:1:{i:0;i:1;}s:15:"access callback";s:14:"comment_access";s:16:"access arguments";a:2:{i:0;s:4:"edit";i:1;i:1;}s:4:"type";i:132;s:6:"weight";i:0;s:6:"module";s:7:"comment";}i:4;s:4:"edit";i:5;i:1;}',
+  'page_callback' => 'entity_translation_edit_page',
+  'page_arguments' => 'a:5:{i:0;s:7:"comment";i:1;i:1;i:2;b:0;i:3;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:17:"comment_edit_page";s:14:"page arguments";a:1:{i:0;i:1;}s:15:"access callback";s:14:"comment_access";s:16:"access arguments";a:2:{i:0;s:4:"edit";i:1;i:1;}s:4:"type";i:132;s:6:"weight";i:0;s:6:"module";s:7:"comment";}i:4;i:1;}',
   'delivery_callback' => '',
   'fit' => '5',
   'number_parts' => '3',
@@ -38261,6 +44696,106 @@
   'include_file' => '',
 ))
 ->values(array(
+  'path' => 'comment/%/edit/%',
+  'load_functions' => 'a:2:{i:1;s:12:"comment_load";i:3;s:32:"entity_translation_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_edit_access',
+  'access_arguments' => 'a:6:{i:0;s:7:"comment";i:1;i:1;i:2;i:3;i:3;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:17:"comment_edit_page";s:14:"page arguments";a:1:{i:0;i:1;}s:15:"access callback";s:14:"comment_access";s:16:"access arguments";a:2:{i:0;s:4:"edit";i:1;i:1;}s:4:"type";i:132;s:6:"weight";i:0;s:6:"module";s:7:"comment";}i:4;s:4:"edit";i:5;i:1;}',
+  'page_callback' => 'entity_translation_edit_page',
+  'page_arguments' => 'a:5:{i:0;s:7:"comment";i:1;i:1;i:2;i:3;i:3;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:17:"comment_edit_page";s:14:"page arguments";a:1:{i:0;i:1;}s:15:"access callback";s:14:"comment_access";s:16:"access arguments";a:2:{i:0;s:4:"edit";i:1;i:1;}s:4:"type";i:132;s:6:"weight";i:0;s:6:"module";s:7:"comment";}i:4;i:1;}',
+  'delivery_callback' => '',
+  'fit' => '10',
+  'number_parts' => '4',
+  'context' => '1',
+  'tab_parent' => 'comment/%/edit',
+  'tab_root' => 'comment/%',
+  'title' => 'Edit',
+  'title_callback' => 'entity_translation_edit_title',
+  'title_arguments' => 'a:1:{i:0;i:3;}',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '140',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => '',
+))
+->values(array(
+  'path' => 'comment/%/edit/add/%/%',
+  'load_functions' => 'a:3:{i:1;s:12:"comment_load";i:4;s:32:"entity_translation_language_load";i:5;s:32:"entity_translation_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_add_access',
+  'access_arguments' => 'a:7:{i:0;s:7:"comment";i:1;i:1;i:2;i:4;i:3;i:5;i:4;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:17:"comment_edit_page";s:14:"page arguments";a:1:{i:0;i:1;}s:15:"access callback";s:14:"comment_access";s:16:"access arguments";a:2:{i:0;s:4:"edit";i:1;i:1;}s:4:"type";i:132;s:6:"weight";i:0;s:6:"module";s:7:"comment";}i:5;s:4:"edit";i:6;i:1;}',
+  'page_callback' => 'entity_translation_add_page',
+  'page_arguments' => 'a:6:{i:0;s:7:"comment";i:1;i:1;i:2;i:4;i:3;i:5;i:4;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:17:"comment_edit_page";s:14:"page arguments";a:1:{i:0;i:1;}s:15:"access callback";s:14:"comment_access";s:16:"access arguments";a:2:{i:0;s:4:"edit";i:1;i:1;}s:4:"type";i:132;s:6:"weight";i:0;s:6:"module";s:7:"comment";}i:5;i:1;}',
+  'delivery_callback' => '',
+  'fit' => '44',
+  'number_parts' => '6',
+  'context' => '1',
+  'tab_parent' => 'comment/%/edit',
+  'tab_root' => 'comment/%',
+  'title' => 'Edit',
+  'title_callback' => 'Add translation',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => '',
+))
+->values(array(
+  'path' => 'comment/%/translate',
+  'load_functions' => 'a:1:{i:1;s:12:"comment_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_tab_access',
+  'access_arguments' => 'a:2:{i:0;s:7:"comment";i:1;i:1;}',
+  'page_callback' => 'entity_translation_overview',
+  'page_arguments' => 'a:2:{i:0;s:7:"comment";i:1;i:1;}',
+  'delivery_callback' => '',
+  'fit' => '5',
+  'number_parts' => '3',
+  'context' => '3',
+  'tab_parent' => 'comment/%',
+  'tab_root' => 'comment/%',
+  'title' => 'Translate',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => '',
+  'position' => '',
+  'weight' => '1',
+  'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
+))
+->values(array(
+  'path' => 'comment/%/translate/delete/%',
+  'load_functions' => 'a:2:{i:1;s:12:"comment_load";i:4;s:32:"entity_translation_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_tab_access',
+  'access_arguments' => 'a:2:{i:0;s:7:"comment";i:1;i:1;}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:4:{i:0;s:33:"entity_translation_delete_confirm";i:1;s:7:"comment";i:2;i:1;i:3;i:4;}',
+  'delivery_callback' => '',
+  'fit' => '22',
+  'number_parts' => '5',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'comment/%/translate/delete/%',
+  'title' => 'Delete',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '6',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
+))
+->values(array(
   'path' => 'comment/%/view',
   'load_functions' => 'a:1:{i:1;N;}',
   'to_arg_functions' => '',
@@ -38586,6 +45121,31 @@
   'include_file' => '',
 ))
 ->values(array(
+  'path' => 'entity_translation/taxonomy_term/autocomplete',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
+  'page_callback' => 'entity_translation_taxonomy_term_autocomplete',
+  'page_arguments' => 'a:0:{}',
+  'delivery_callback' => '',
+  'fit' => '7',
+  'number_parts' => '3',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'entity_translation/taxonomy_term/autocomplete',
+  'title' => 'Entity translation autocomplete',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '0',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => '',
+))
+->values(array(
   'path' => 'file/ajax',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -38736,6 +45296,31 @@
   'include_file' => 'modules/forum/forum.pages.inc',
 ))
 ->values(array(
+  'path' => 'i18n_string/save',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:23:"use on-page translation";}',
+  'page_callback' => 'i18n_string_l10n_client_save_string',
+  'page_arguments' => 'a:0:{}',
+  'delivery_callback' => '',
+  'fit' => '3',
+  'number_parts' => '2',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'i18n_string/save',
+  'title' => 'Save string',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '0',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/i18n/i18n_string/i18n_string.pages.inc',
+))
+->values(array(
   'path' => 'node',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -38814,10 +45399,10 @@
   'path' => 'node/%/edit',
   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
   'to_arg_functions' => '',
-  'access_callback' => 'node_access',
-  'access_arguments' => 'a:2:{i:0;s:6:"update";i:1;i:1;}',
-  'page_callback' => 'node_page_edit',
-  'page_arguments' => 'a:1:{i:0;i:1;}',
+  'access_callback' => 'entity_translation_edit_access',
+  'access_arguments' => 'a:6:{i:0;s:4:"node";i:1;i:1;i:2;b:0;i:3;a:10:{s:5:"title";s:4:"Edit";s:13:"page callback";s:14:"node_page_edit";s:14:"page arguments";a:1:{i:0;i:1;}s:15:"access callback";s:11:"node_access";s:16:"access arguments";a:2:{i:0;s:6:"update";i:1;i:1;}s:6:"weight";i:0;s:4:"type";i:132;s:7:"context";i:3;s:4:"file";s:14:"node.pages.inc";s:6:"module";s:4:"node";}i:4;s:6:"update";i:5;i:1;}',
+  'page_callback' => 'entity_translation_edit_page',
+  'page_arguments' => 'a:5:{i:0;s:4:"node";i:1;i:1;i:2;b:0;i:3;a:10:{s:5:"title";s:4:"Edit";s:13:"page callback";s:14:"node_page_edit";s:14:"page arguments";a:1:{i:0;i:1;}s:15:"access callback";s:11:"node_access";s:16:"access arguments";a:2:{i:0;s:6:"update";i:1;i:1;}s:6:"weight";i:0;s:4:"type";i:132;s:7:"context";i:3;s:4:"file";s:14:"node.pages.inc";s:6:"module";s:4:"node";}i:4;i:1;}',
   'delivery_callback' => '',
   'fit' => '5',
   'number_parts' => '3',
@@ -38836,6 +45421,56 @@
   'include_file' => 'modules/node/node.pages.inc',
 ))
 ->values(array(
+  'path' => 'node/%/edit/%',
+  'load_functions' => 'a:2:{i:1;s:9:"node_load";i:3;s:32:"entity_translation_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_edit_access',
+  'access_arguments' => 'a:6:{i:0;s:4:"node";i:1;i:1;i:2;i:3;i:3;a:10:{s:5:"title";s:4:"Edit";s:13:"page callback";s:14:"node_page_edit";s:14:"page arguments";a:1:{i:0;i:1;}s:15:"access callback";s:11:"node_access";s:16:"access arguments";a:2:{i:0;s:6:"update";i:1;i:1;}s:6:"weight";i:0;s:4:"type";i:132;s:7:"context";i:3;s:4:"file";s:14:"node.pages.inc";s:6:"module";s:4:"node";}i:4;s:6:"update";i:5;i:1;}',
+  'page_callback' => 'entity_translation_edit_page',
+  'page_arguments' => 'a:5:{i:0;s:4:"node";i:1;i:1;i:2;i:3;i:3;a:10:{s:5:"title";s:4:"Edit";s:13:"page callback";s:14:"node_page_edit";s:14:"page arguments";a:1:{i:0;i:1;}s:15:"access callback";s:11:"node_access";s:16:"access arguments";a:2:{i:0;s:6:"update";i:1;i:1;}s:6:"weight";i:0;s:4:"type";i:132;s:7:"context";i:3;s:4:"file";s:14:"node.pages.inc";s:6:"module";s:4:"node";}i:4;i:1;}',
+  'delivery_callback' => '',
+  'fit' => '10',
+  'number_parts' => '4',
+  'context' => '3',
+  'tab_parent' => 'node/%/edit',
+  'tab_root' => 'node/%',
+  'title' => 'Edit',
+  'title_callback' => 'entity_translation_edit_title',
+  'title_arguments' => 'a:1:{i:0;i:3;}',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '140',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'modules/node/node.pages.inc',
+))
+->values(array(
+  'path' => 'node/%/edit/add/%/%',
+  'load_functions' => 'a:3:{i:1;s:9:"node_load";i:4;s:32:"entity_translation_language_load";i:5;s:32:"entity_translation_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_add_access',
+  'access_arguments' => 'a:7:{i:0;s:4:"node";i:1;i:1;i:2;i:4;i:3;i:5;i:4;a:10:{s:5:"title";s:4:"Edit";s:13:"page callback";s:14:"node_page_edit";s:14:"page arguments";a:1:{i:0;i:1;}s:15:"access callback";s:11:"node_access";s:16:"access arguments";a:2:{i:0;s:6:"update";i:1;i:1;}s:6:"weight";i:0;s:4:"type";i:132;s:7:"context";i:3;s:4:"file";s:14:"node.pages.inc";s:6:"module";s:4:"node";}i:5;s:6:"update";i:6;i:1;}',
+  'page_callback' => 'entity_translation_add_page',
+  'page_arguments' => 'a:6:{i:0;s:4:"node";i:1;i:1;i:2;i:4;i:3;i:5;i:4;a:10:{s:5:"title";s:4:"Edit";s:13:"page callback";s:14:"node_page_edit";s:14:"page arguments";a:1:{i:0;i:1;}s:15:"access callback";s:11:"node_access";s:16:"access arguments";a:2:{i:0;s:6:"update";i:1;i:1;}s:6:"weight";i:0;s:4:"type";i:132;s:7:"context";i:3;s:4:"file";s:14:"node.pages.inc";s:6:"module";s:4:"node";}i:5;i:1;}',
+  'delivery_callback' => '',
+  'fit' => '44',
+  'number_parts' => '6',
+  'context' => '3',
+  'tab_parent' => 'node/%/edit',
+  'tab_root' => 'node/%',
+  'title' => 'Edit',
+  'title_callback' => 'Add translation',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'modules/node/node.pages.inc',
+))
+->values(array(
   'path' => 'node/%/outline',
   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
   'to_arg_functions' => '',
@@ -39014,14 +45649,14 @@
   'path' => 'node/%/translate',
   'load_functions' => 'a:1:{i:1;s:9:"node_load";}',
   'to_arg_functions' => '',
-  'access_callback' => '_translation_tab_access',
-  'access_arguments' => 'a:1:{i:0;i:1;}',
-  'page_callback' => 'translation_node_overview',
-  'page_arguments' => 'a:1:{i:0;i:1;}',
+  'access_callback' => 'entity_translation_node_tab_access',
+  'access_arguments' => 'a:3:{i:0;i:1;i:1;s:23:"_translation_tab_access";i:2;i:1;}',
+  'page_callback' => 'entity_translation_overview',
+  'page_arguments' => 'a:4:{i:0;s:4:"node";i:1;i:1;i:2;a:3:{s:13:"page callback";s:25:"translation_node_overview";s:4:"file";s:21:"translation.pages.inc";s:6:"module";s:11:"translation";}i:3;i:1;}',
   'delivery_callback' => '',
   'fit' => '5',
   'number_parts' => '3',
-  'context' => '1',
+  'context' => '3',
   'tab_parent' => 'node/%',
   'tab_root' => 'node/%',
   'title' => 'Translate',
@@ -39032,8 +45667,33 @@
   'type' => '132',
   'description' => '',
   'position' => '',
-  'weight' => '2',
-  'include_file' => 'modules/translation/translation.pages.inc',
+  'weight' => '1',
+  'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
+))
+->values(array(
+  'path' => 'node/%/translate/delete/%',
+  'load_functions' => 'a:2:{i:1;s:9:"node_load";i:4;s:32:"entity_translation_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_node_tab_access',
+  'access_arguments' => 'a:1:{i:0;i:1;}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:4:{i:0;s:33:"entity_translation_delete_confirm";i:1;s:4:"node";i:2;i:1;i:3;i:4;}',
+  'delivery_callback' => '',
+  'fit' => '22',
+  'number_parts' => '5',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'node/%/translate/delete/%',
+  'title' => 'Delete',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '6',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
 ))
 ->values(array(
   'path' => 'node/%/view',
@@ -39336,56 +45996,6 @@
   'include_file' => 'modules/search/search.pages.inc',
 ))
 ->values(array(
-  'path' => 'search/user',
-  'load_functions' => '',
-  'to_arg_functions' => '',
-  'access_callback' => '_search_menu_access',
-  'access_arguments' => 'a:1:{i:0;s:4:"user";}',
-  'page_callback' => 'search_view',
-  'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;s:0:"";}',
-  'delivery_callback' => '',
-  'fit' => '3',
-  'number_parts' => '2',
-  'context' => '1',
-  'tab_parent' => 'search',
-  'tab_root' => 'search',
-  'title' => 'Users',
-  'title_callback' => 't',
-  'title_arguments' => '',
-  'theme_callback' => '',
-  'theme_arguments' => 'a:0:{}',
-  'type' => '132',
-  'description' => '',
-  'position' => '',
-  'weight' => '0',
-  'include_file' => 'modules/search/search.pages.inc',
-))
-->values(array(
-  'path' => 'search/user/%',
-  'load_functions' => 'a:1:{i:2;a:1:{s:14:"menu_tail_load";a:2:{i:0;s:4:"%map";i:1;s:6:"%index";}}}',
-  'to_arg_functions' => 'a:1:{i:2;s:16:"menu_tail_to_arg";}',
-  'access_callback' => '_search_menu_access',
-  'access_arguments' => 'a:1:{i:0;s:4:"user";}',
-  'page_callback' => 'search_view',
-  'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;i:2;}',
-  'delivery_callback' => '',
-  'fit' => '6',
-  'number_parts' => '3',
-  'context' => '1',
-  'tab_parent' => 'search/node',
-  'tab_root' => 'search/node/%',
-  'title' => 'Users',
-  'title_callback' => 't',
-  'title_arguments' => '',
-  'theme_callback' => '',
-  'theme_arguments' => 'a:0:{}',
-  'type' => '132',
-  'description' => '',
-  'position' => '',
-  'weight' => '0',
-  'include_file' => 'modules/search/search.pages.inc',
-))
-->values(array(
   'path' => 'sites/default/files/styles/%',
   'load_functions' => 'a:1:{i:4;s:16:"image_style_load";}',
   'to_arg_functions' => '',
@@ -39589,10 +46199,10 @@
   'path' => 'taxonomy/term/%/edit',
   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
   'to_arg_functions' => '',
-  'access_callback' => 'taxonomy_term_edit_access',
-  'access_arguments' => 'a:1:{i:0;i:2;}',
-  'page_callback' => 'drupal_get_form',
-  'page_arguments' => 'a:3:{i:0;s:18:"taxonomy_form_term";i:1;i:2;i:2;N;}',
+  'access_callback' => 'entity_translation_edit_access',
+  'access_arguments' => 'a:5:{i:0;s:13:"taxonomy_term";i:1;i:2;i:2;b:0;i:3;a:9:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:3:{i:0;s:18:"taxonomy_form_term";i:1;i:2;i:2;N;}s:15:"access callback";s:25:"taxonomy_term_edit_access";s:16:"access arguments";a:1:{i:0;i:2;}s:4:"type";i:132;s:6:"weight";i:10;s:4:"file";s:18:"taxonomy.admin.inc";s:6:"module";s:8:"taxonomy";}i:4;i:2;}',
+  'page_callback' => 'entity_translation_edit_page',
+  'page_arguments' => 'a:7:{i:0;s:13:"taxonomy_term";i:1;i:2;i:2;b:0;i:3;a:9:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:3:{i:0;s:18:"taxonomy_form_term";i:1;i:2;i:2;N;}s:15:"access callback";s:25:"taxonomy_term_edit_access";s:16:"access arguments";a:1:{i:0;i:2;}s:4:"type";i:132;s:6:"weight";i:10;s:4:"file";s:18:"taxonomy.admin.inc";s:6:"module";s:8:"taxonomy";}i:4;s:18:"taxonomy_form_term";i:5;i:2;i:6;N;}',
   'delivery_callback' => '',
   'fit' => '13',
   'number_parts' => '4',
@@ -39611,6 +46221,56 @@
   'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
 ))
 ->values(array(
+  'path' => 'taxonomy/term/%/edit/%',
+  'load_functions' => 'a:2:{i:2;s:18:"taxonomy_term_load";i:4;s:32:"entity_translation_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_edit_access',
+  'access_arguments' => 'a:5:{i:0;s:13:"taxonomy_term";i:1;i:2;i:2;i:4;i:3;a:9:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:3:{i:0;s:18:"taxonomy_form_term";i:1;i:2;i:2;N;}s:15:"access callback";s:25:"taxonomy_term_edit_access";s:16:"access arguments";a:1:{i:0;i:2;}s:4:"type";i:132;s:6:"weight";i:10;s:4:"file";s:18:"taxonomy.admin.inc";s:6:"module";s:8:"taxonomy";}i:4;i:2;}',
+  'page_callback' => 'entity_translation_edit_page',
+  'page_arguments' => 'a:7:{i:0;s:13:"taxonomy_term";i:1;i:2;i:2;i:4;i:3;a:9:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:3:{i:0;s:18:"taxonomy_form_term";i:1;i:2;i:2;N;}s:15:"access callback";s:25:"taxonomy_term_edit_access";s:16:"access arguments";a:1:{i:0;i:2;}s:4:"type";i:132;s:6:"weight";i:10;s:4:"file";s:18:"taxonomy.admin.inc";s:6:"module";s:8:"taxonomy";}i:4;s:18:"taxonomy_form_term";i:5;i:2;i:6;N;}',
+  'delivery_callback' => '',
+  'fit' => '26',
+  'number_parts' => '5',
+  'context' => '1',
+  'tab_parent' => 'taxonomy/term/%/edit',
+  'tab_root' => 'taxonomy/term/%',
+  'title' => 'Edit',
+  'title_callback' => 'entity_translation_edit_title',
+  'title_arguments' => 'a:1:{i:0;i:4;}',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '140',
+  'description' => '',
+  'position' => '',
+  'weight' => '10',
+  'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
+))
+->values(array(
+  'path' => 'taxonomy/term/%/edit/add/%/%',
+  'load_functions' => 'a:3:{i:2;s:18:"taxonomy_term_load";i:5;s:32:"entity_translation_language_load";i:6;s:32:"entity_translation_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_add_access',
+  'access_arguments' => 'a:6:{i:0;s:13:"taxonomy_term";i:1;i:2;i:2;i:5;i:3;i:6;i:4;a:9:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:3:{i:0;s:18:"taxonomy_form_term";i:1;i:2;i:2;N;}s:15:"access callback";s:25:"taxonomy_term_edit_access";s:16:"access arguments";a:1:{i:0;i:2;}s:4:"type";i:132;s:6:"weight";i:10;s:4:"file";s:18:"taxonomy.admin.inc";s:6:"module";s:8:"taxonomy";}i:5;i:2;}',
+  'page_callback' => 'entity_translation_add_page',
+  'page_arguments' => 'a:8:{i:0;s:13:"taxonomy_term";i:1;i:2;i:2;i:5;i:3;i:6;i:4;a:9:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:3:{i:0;s:18:"taxonomy_form_term";i:1;i:2;i:2;N;}s:15:"access callback";s:25:"taxonomy_term_edit_access";s:16:"access arguments";a:1:{i:0;i:2;}s:4:"type";i:132;s:6:"weight";i:10;s:4:"file";s:18:"taxonomy.admin.inc";s:6:"module";s:8:"taxonomy";}i:5;s:18:"taxonomy_form_term";i:6;i:2;i:7;N;}',
+  'delivery_callback' => '',
+  'fit' => '108',
+  'number_parts' => '7',
+  'context' => '1',
+  'tab_parent' => 'taxonomy/term/%/edit',
+  'tab_root' => 'taxonomy/term/%',
+  'title' => 'Edit',
+  'title_callback' => 'Add translation',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => '',
+  'position' => '',
+  'weight' => '10',
+  'include_file' => 'modules/taxonomy/taxonomy.admin.inc',
+))
+->values(array(
   'path' => 'taxonomy/term/%/feed',
   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
   'to_arg_functions' => '',
@@ -39636,6 +46296,56 @@
   'include_file' => 'modules/taxonomy/taxonomy.pages.inc',
 ))
 ->values(array(
+  'path' => 'taxonomy/term/%/translate',
+  'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_taxonomy_term_tab_access',
+  'access_arguments' => 'a:1:{i:0;i:2;}',
+  'page_callback' => 'entity_translation_overview',
+  'page_arguments' => 'a:2:{i:0;s:13:"taxonomy_term";i:1;i:2;}',
+  'delivery_callback' => '',
+  'fit' => '13',
+  'number_parts' => '4',
+  'context' => '3',
+  'tab_parent' => 'taxonomy/term/%',
+  'tab_root' => 'taxonomy/term/%',
+  'title' => 'Translate',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => '',
+  'position' => '',
+  'weight' => '11',
+  'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
+))
+->values(array(
+  'path' => 'taxonomy/term/%/translate/delete/%',
+  'load_functions' => 'a:2:{i:2;s:18:"taxonomy_term_load";i:5;s:32:"entity_translation_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_taxonomy_term_tab_access',
+  'access_arguments' => 'a:1:{i:0;i:2;}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:4:{i:0;s:33:"entity_translation_delete_confirm";i:1;s:13:"taxonomy_term";i:2;i:2;i:3;i:5;}',
+  'delivery_callback' => '',
+  'fit' => '54',
+  'number_parts' => '6',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'taxonomy/term/%/translate/delete/%',
+  'title' => 'Delete',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '6',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
+))
+->values(array(
   'path' => 'taxonomy/term/%/view',
   'load_functions' => 'a:1:{i:2;s:18:"taxonomy_term_load";}',
   'to_arg_functions' => '',
@@ -39889,10 +46599,10 @@
   'path' => 'user/%/edit',
   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
   'to_arg_functions' => '',
-  'access_callback' => 'user_edit_access',
-  'access_arguments' => 'a:1:{i:0;i:1;}',
-  'page_callback' => 'drupal_get_form',
-  'page_arguments' => 'a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}',
+  'access_callback' => 'entity_translation_edit_access',
+  'access_arguments' => 'a:5:{i:0;s:4:"user";i:1;i:1;i:2;b:0;i:3;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}s:15:"access callback";s:16:"user_edit_access";s:16:"access arguments";a:1:{i:0;i:1;}s:4:"type";i:132;s:4:"file";s:14:"user.pages.inc";s:6:"module";s:4:"user";}i:4;i:1;}',
+  'page_callback' => 'entity_translation_edit_page',
+  'page_arguments' => 'a:6:{i:0;s:4:"user";i:1;i:1;i:2;b:0;i:3;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}s:15:"access callback";s:16:"user_edit_access";s:16:"access arguments";a:1:{i:0;i:1;}s:4:"type";i:132;s:4:"file";s:14:"user.pages.inc";s:6:"module";s:4:"user";}i:4;s:17:"user_profile_form";i:5;i:1;}',
   'delivery_callback' => '',
   'fit' => '5',
   'number_parts' => '3',
@@ -39911,13 +46621,38 @@
   'include_file' => 'modules/user/user.pages.inc',
 ))
 ->values(array(
+  'path' => 'user/%/edit/%',
+  'load_functions' => 'a:2:{i:1;s:9:"user_load";i:3;s:32:"entity_translation_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_edit_access',
+  'access_arguments' => 'a:5:{i:0;s:4:"user";i:1;i:1;i:2;i:3;i:3;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}s:15:"access callback";s:16:"user_edit_access";s:16:"access arguments";a:1:{i:0;i:1;}s:4:"type";i:132;s:4:"file";s:14:"user.pages.inc";s:6:"module";s:4:"user";}i:4;i:1;}',
+  'page_callback' => 'entity_translation_edit_page',
+  'page_arguments' => 'a:6:{i:0;s:4:"user";i:1;i:1;i:2;i:3;i:3;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}s:15:"access callback";s:16:"user_edit_access";s:16:"access arguments";a:1:{i:0;i:1;}s:4:"type";i:132;s:4:"file";s:14:"user.pages.inc";s:6:"module";s:4:"user";}i:4;s:17:"user_profile_form";i:5;i:1;}',
+  'delivery_callback' => '',
+  'fit' => '10',
+  'number_parts' => '4',
+  'context' => '1',
+  'tab_parent' => 'user/%/edit',
+  'tab_root' => 'user/%',
+  'title' => 'Edit',
+  'title_callback' => 'entity_translation_edit_title',
+  'title_arguments' => 'a:1:{i:0;i:3;}',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '140',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'modules/user/user.pages.inc',
+))
+->values(array(
   'path' => 'user/%/edit/account',
   'load_functions' => 'a:1:{i:1;a:1:{s:18:"user_category_load";a:2:{i:0;s:4:"%map";i:1;s:6:"%index";}}}',
   'to_arg_functions' => '',
-  'access_callback' => 'user_edit_access',
-  'access_arguments' => 'a:1:{i:0;i:1;}',
-  'page_callback' => 'drupal_get_form',
-  'page_arguments' => 'a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}',
+  'access_callback' => 'entity_translation_edit_access',
+  'access_arguments' => 'a:5:{i:0;s:4:"user";i:1;i:1;i:2;b:0;i:3;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}s:15:"access callback";s:16:"user_edit_access";s:16:"access arguments";a:1:{i:0;i:1;}s:4:"type";i:132;s:4:"file";s:14:"user.pages.inc";s:6:"module";s:4:"user";}i:4;i:1;}',
+  'page_callback' => 'entity_translation_edit_page',
+  'page_arguments' => 'a:6:{i:0;s:4:"user";i:1;i:1;i:2;b:0;i:3;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}s:15:"access callback";s:16:"user_edit_access";s:16:"access arguments";a:1:{i:0;i:1;}s:4:"type";i:132;s:4:"file";s:14:"user.pages.inc";s:6:"module";s:4:"user";}i:4;s:17:"user_profile_form";i:5;i:1;}',
   'delivery_callback' => '',
   'fit' => '11',
   'number_parts' => '4',
@@ -39936,6 +46671,31 @@
   'include_file' => 'modules/user/user.pages.inc',
 ))
 ->values(array(
+  'path' => 'user/%/edit/add/%/%',
+  'load_functions' => 'a:3:{i:1;s:9:"user_load";i:4;s:32:"entity_translation_language_load";i:5;s:32:"entity_translation_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_add_access',
+  'access_arguments' => 'a:6:{i:0;s:4:"user";i:1;i:1;i:2;i:4;i:3;i:5;i:4;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}s:15:"access callback";s:16:"user_edit_access";s:16:"access arguments";a:1:{i:0;i:1;}s:4:"type";i:132;s:4:"file";s:14:"user.pages.inc";s:6:"module";s:4:"user";}i:5;i:1;}',
+  'page_callback' => 'entity_translation_add_page',
+  'page_arguments' => 'a:7:{i:0;s:4:"user";i:1;i:1;i:2;i:4;i:3;i:5;i:4;a:8:{s:5:"title";s:4:"Edit";s:13:"page callback";s:15:"drupal_get_form";s:14:"page arguments";a:2:{i:0;s:17:"user_profile_form";i:1;i:1;}s:15:"access callback";s:16:"user_edit_access";s:16:"access arguments";a:1:{i:0;i:1;}s:4:"type";i:132;s:4:"file";s:14:"user.pages.inc";s:6:"module";s:4:"user";}i:5;s:17:"user_profile_form";i:6;i:1;}',
+  'delivery_callback' => '',
+  'fit' => '44',
+  'number_parts' => '6',
+  'context' => '1',
+  'tab_parent' => 'user/%/edit',
+  'tab_root' => 'user/%',
+  'title' => 'Edit',
+  'title_callback' => 'Add translation',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'modules/user/user.pages.inc',
+))
+->values(array(
   'path' => 'user/%/shortcuts',
   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
   'to_arg_functions' => '',
@@ -40036,6 +46796,56 @@
   'include_file' => 'modules/statistics/statistics.pages.inc',
 ))
 ->values(array(
+  'path' => 'user/%/translate',
+  'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_tab_access',
+  'access_arguments' => 'a:2:{i:0;s:4:"user";i:1;i:1;}',
+  'page_callback' => 'entity_translation_overview',
+  'page_arguments' => 'a:2:{i:0;s:4:"user";i:1;i:1;}',
+  'delivery_callback' => '',
+  'fit' => '5',
+  'number_parts' => '3',
+  'context' => '3',
+  'tab_parent' => 'user/%',
+  'tab_root' => 'user/%',
+  'title' => 'Translate',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '132',
+  'description' => '',
+  'position' => '',
+  'weight' => '2',
+  'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
+))
+->values(array(
+  'path' => 'user/%/translate/delete/%',
+  'load_functions' => 'a:2:{i:1;s:9:"user_load";i:4;s:32:"entity_translation_language_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => 'entity_translation_tab_access',
+  'access_arguments' => 'a:2:{i:0;s:4:"user";i:1;i:1;}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:4:{i:0;s:33:"entity_translation_delete_confirm";i:1;s:4:"user";i:2;i:1;i:3;i:4;}',
+  'delivery_callback' => '',
+  'fit' => '22',
+  'number_parts' => '5',
+  'context' => '0',
+  'tab_parent' => '',
+  'tab_root' => 'user/%/translate/delete/%',
+  'title' => 'Delete',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'theme_callback' => '',
+  'theme_arguments' => 'a:0:{}',
+  'type' => '6',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'include_file' => 'sites/all/modules/entity_translation/entity_translation.admin.inc',
+))
+->values(array(
   'path' => 'user/%/view',
   'load_functions' => 'a:1:{i:1;s:9:"user_load";}',
   'to_arg_functions' => '',
@@ -40340,14 +47150,14 @@
 ))
 ->values(array(
   'nid' => '2',
-  'vid' => '2',
+  'vid' => '11',
   'type' => 'article',
   'language' => 'en',
-  'title' => 'The thing about Deep Space 9',
+  'title' => 'The thing about Deep Space 9 (2nd rev)',
   'uid' => '2',
   'status' => '1',
   'created' => '1441306772',
-  'changed' => '1441306832',
+  'changed' => '1564543637',
   'comment' => '2',
   'promote' => '1',
   'sticky' => '0',
@@ -40356,14 +47166,14 @@
 ))
 ->values(array(
   'nid' => '3',
-  'vid' => '3',
+  'vid' => '12',
   'type' => 'article',
   'language' => 'is',
-  'title' => 'is - The thing about Deep Space 9',
+  'title' => 'is - The thing about Deep Space 9 (2nd rev)',
   'uid' => '1',
   'status' => '1',
   'created' => '1471428152',
-  'changed' => '1471428152',
+  'changed' => '1564543706',
   'comment' => '2',
   'promote' => '1',
   'sticky' => '0',
@@ -40372,14 +47182,14 @@
 ))
 ->values(array(
   'nid' => '4',
-  'vid' => '4',
+  'vid' => '13',
   'type' => 'article',
   'language' => 'is',
-  'title' => 'is - The thing about Firefly',
+  'title' => 'is - The thing about Firefly (1st rev)',
   'uid' => '1',
   'status' => '1',
   'created' => '1478755274',
-  'changed' => '1478755274',
+  'changed' => '1564543810',
   'comment' => '1',
   'promote' => '1',
   'sticky' => '0',
@@ -40388,14 +47198,14 @@
 ))
 ->values(array(
   'nid' => '5',
-  'vid' => '5',
+  'vid' => '14',
   'type' => 'article',
   'language' => 'en',
-  'title' => 'en - The thing about Firefly',
+  'title' => 'en - The thing about Firefly (2nd rev)',
   'uid' => '1',
   'status' => '1',
   'created' => '1478755314',
-  'changed' => '1478755314',
+  'changed' => '1564543929',
   'comment' => '1',
   'promote' => '1',
   'sticky' => '0',
@@ -40724,38 +47534,38 @@
 ))
 ->values(array(
   'nid' => '2',
-  'totalcount' => '1',
-  'daycount' => '0',
-  'timestamp' => '1471428059',
+  'totalcount' => '4',
+  'daycount' => '3',
+  'timestamp' => '1564543637',
 ))
 ->values(array(
   'nid' => '3',
-  'totalcount' => '1',
-  'daycount' => '0',
-  'timestamp' => '1471428153',
+  'totalcount' => '4',
+  'daycount' => '3',
+  'timestamp' => '1564543706',
 ))
 ->values(array(
   'nid' => '4',
-  'totalcount' => '1',
-  'daycount' => '1',
-  'timestamp' => '1478755275',
+  'totalcount' => '3',
+  'daycount' => '2',
+  'timestamp' => '1564543810',
 ))
 ->values(array(
   'nid' => '5',
-  'totalcount' => '1',
-  'daycount' => '1',
-  'timestamp' => '1478755314',
+  'totalcount' => '4',
+  'daycount' => '3',
+  'timestamp' => '1564543929',
 ))
 ->values(array(
   'nid' => '6',
   'totalcount' => '2',
-  'daycount' => '2',
+  'daycount' => '0',
   'timestamp' => '1504715439',
 ))
 ->values(array(
   'nid' => '7',
   'totalcount' => '2',
-  'daycount' => '2',
+  'daycount' => '0',
   'timestamp' => '1504715438',
 ))
 ->execute();
@@ -40857,9 +47667,9 @@
   'nid' => '2',
   'vid' => '2',
   'uid' => '1',
-  'title' => 'The thing about Deep Space 9',
-  'log' => '',
-  'timestamp' => '1441306832',
+  'title' => 'The thing about Deep Space 9 (1st rev)',
+  'log' => 'DS9 1st rev',
+  'timestamp' => '1564543588',
   'status' => '1',
   'comment' => '2',
   'promote' => '1',
@@ -40869,9 +47679,9 @@
   'nid' => '3',
   'vid' => '3',
   'uid' => '1',
-  'title' => 'is - The thing about Deep Space 9',
-  'log' => '',
-  'timestamp' => '1471428152',
+  'title' => 'is - The thing about Deep Space 9 (1st rev)',
+  'log' => 'is - DS9 1st rev',
+  'timestamp' => '1564543677',
   'status' => '1',
   'comment' => '2',
   'promote' => '1',
@@ -40881,8 +47691,8 @@
   'nid' => '4',
   'vid' => '4',
   'uid' => '1',
-  'title' => 'is - The thing about Firefly',
-  'log' => '',
+  'title' => 'is - The thing about Firefly (1st rev)',
+  'log' => 'is - Firefly 1st rev',
   'timestamp' => '1478755274',
   'status' => '1',
   'comment' => '1',
@@ -40893,9 +47703,9 @@
   'nid' => '5',
   'vid' => '5',
   'uid' => '1',
-  'title' => 'en - The thing about Firefly',
-  'log' => '',
-  'timestamp' => '1478755314',
+  'title' => 'en - The thing about Firefly (1st rev)',
+  'log' => 'Firefly 1st rev',
+  'timestamp' => '1564543887',
   'status' => '1',
   'comment' => '1',
   'promote' => '1',
@@ -40961,6 +47771,54 @@
   'promote' => '1',
   'sticky' => '0',
 ))
+->values(array(
+  'nid' => '2',
+  'vid' => '11',
+  'uid' => '1',
+  'title' => 'The thing about Deep Space 9 (2nd rev)',
+  'log' => 'DS9 2nd rev',
+  'timestamp' => '1564543637',
+  'status' => '1',
+  'comment' => '2',
+  'promote' => '1',
+  'sticky' => '0',
+))
+->values(array(
+  'nid' => '3',
+  'vid' => '12',
+  'uid' => '1',
+  'title' => 'is - The thing about Deep Space 9 (2nd rev)',
+  'log' => 'is - DS9 2nd rev',
+  'timestamp' => '1564543706',
+  'status' => '1',
+  'comment' => '2',
+  'promote' => '1',
+  'sticky' => '0',
+))
+->values(array(
+  'nid' => '4',
+  'vid' => '13',
+  'uid' => '1',
+  'title' => 'is - The thing about Firefly (2nd rev)',
+  'log' => 'is - Firefly 2nd rev',
+  'timestamp' => '1564543810',
+  'status' => '1',
+  'comment' => '1',
+  'promote' => '1',
+  'sticky' => '0',
+))
+->values(array(
+  'nid' => '5',
+  'vid' => '14',
+  'uid' => '1',
+  'title' => 'en - The thing about Firefly (2nd rev)',
+  'log' => 'Firefly 2nd rev',
+  'timestamp' => '1564543929',
+  'status' => '1',
+  'comment' => '1',
+  'promote' => '1',
+  'sticky' => '0',
+))
 ->execute();
 $connection->schema()->createTable('node_type', array(
   'fields' => array(
@@ -41189,6 +48047,92 @@
   'mysql_character_set' => 'utf8',
 ));
 
+$connection->insert('queue')
+->fields(array(
+  'item_id',
+  'name',
+  'data',
+  'expire',
+  'created',
+))
+->values(array(
+  'item_id' => '13',
+  'name' => 'update_fetch_tasks',
+  'data' => 'a:8:{s:4:"name";s:6:"drupal";s:4:"info";a:6:{s:4:"name";s:10:"Aggregator";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:16:"_info_file_ctime";i:1564354091;s:9:"datestamp";i:0;}s:9:"datestamp";i:0;s:8:"includes";a:42:{s:10:"aggregator";s:10:"Aggregator";s:5:"block";s:5:"Block";s:4:"blog";s:4:"Blog";s:4:"book";s:4:"Book";s:5:"color";s:5:"Color";s:7:"comment";s:7:"Comment";s:7:"contact";s:7:"Contact";s:10:"contextual";s:16:"Contextual links";s:5:"dblog";s:16:"Database logging";s:5:"field";s:5:"Field";s:17:"field_sql_storage";s:17:"Field SQL storage";s:8:"field_ui";s:8:"Field UI";s:4:"file";s:4:"File";s:6:"filter";s:6:"Filter";s:5:"forum";s:5:"Forum";s:4:"help";s:4:"Help";s:5:"image";s:5:"Image";s:4:"list";s:4:"List";s:6:"locale";s:6:"Locale";s:4:"menu";s:4:"Menu";s:4:"node";s:4:"Node";s:6:"number";s:6:"Number";s:7:"options";s:7:"Options";s:4:"path";s:4:"Path";s:3:"php";s:10:"PHP filter";s:3:"rdf";s:3:"RDF";s:6:"search";s:6:"Search";s:8:"shortcut";s:8:"Shortcut";s:10:"simpletest";s:7:"Testing";s:10:"statistics";s:10:"Statistics";s:6:"syslog";s:6:"Syslog";s:6:"system";s:6:"System";s:8:"taxonomy";s:8:"Taxonomy";s:4:"text";s:4:"Text";s:7:"toolbar";s:7:"Toolbar";s:7:"tracker";s:7:"Tracker";s:11:"translation";s:19:"Content translation";s:7:"trigger";s:7:"Trigger";s:6:"update";s:14:"Update manager";s:4:"user";s:4:"User";s:6:"bartik";s:6:"Bartik";s:5:"seven";s:5:"Seven";}s:12:"project_type";s:4:"core";s:14:"project_status";b:1;s:10:"sub_themes";a:0:{}s:11:"base_themes";a:0:{}}',
+  'expire' => '0',
+  'created' => '1564542397',
+))
+->values(array(
+  'item_id' => '14',
+  'name' => 'update_fetch_tasks',
+  'data' => 'a:8:{s:4:"name";s:6:"ctools";s:4:"info";a:6:{s:4:"name";s:11:"Chaos tools";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:8:"7.x-1.14";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:16:"_info_file_ctime";i:1564354089;}s:9:"datestamp";s:10:"1519455788";s:8:"includes";a:1:{s:6:"ctools";s:11:"Chaos tools";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:10:"sub_themes";a:0:{}s:11:"base_themes";a:0:{}}',
+  'expire' => '0',
+  'created' => '1564542397',
+))
+->values(array(
+  'item_id' => '15',
+  'name' => 'update_fetch_tasks',
+  'data' => 'a:8:{s:4:"name";s:4:"date";s:4:"info";a:6:{s:4:"name";s:4:"Date";s:7:"package";s:9:"Date/Time";s:7:"version";s:8:"7.x-2.10";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1491562090";s:16:"_info_file_ctime";i:1564354090;}s:9:"datestamp";s:10:"1491562090";s:8:"includes";a:2:{s:4:"date";s:4:"Date";s:8:"date_api";s:8:"Date API";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:10:"sub_themes";a:0:{}s:11:"base_themes";a:0:{}}',
+  'expire' => '0',
+  'created' => '1564542397',
+))
+->values(array(
+  'item_id' => '16',
+  'name' => 'update_fetch_tasks',
+  'data' => 'a:8:{s:4:"name";s:5:"email";s:4:"info";a:6:{s:4:"name";s:5:"Email";s:7:"package";s:6:"Fields";s:7:"version";s:7:"7.x-1.3";s:7:"project";s:5:"email";s:9:"datestamp";s:10:"1397134155";s:16:"_info_file_ctime";i:1564354090;}s:9:"datestamp";s:10:"1397134155";s:8:"includes";a:1:{s:5:"email";s:5:"Email";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:10:"sub_themes";a:0:{}s:11:"base_themes";a:0:{}}',
+  'expire' => '0',
+  'created' => '1564542397',
+))
+->values(array(
+  'item_id' => '17',
+  'name' => 'update_fetch_tasks',
+  'data' => 'a:8:{s:4:"name";s:6:"entity";s:4:"info";a:6:{s:4:"name";s:10:"Entity API";s:7:"version";s:7:"7.x-1.9";s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1518620551";s:7:"package";s:5:"Other";s:16:"_info_file_ctime";i:1564354089;}s:9:"datestamp";s:10:"1518620551";s:8:"includes";a:1:{s:6:"entity";s:10:"Entity API";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:10:"sub_themes";a:0:{}s:11:"base_themes";a:0:{}}',
+  'expire' => '0',
+  'created' => '1564542397',
+))
+->values(array(
+  'item_id' => '18',
+  'name' => 'update_fetch_tasks',
+  'data' => 'a:8:{s:4:"name";s:18:"entity_translation";s:4:"info";a:6:{s:4:"name";s:18:"Entity Translation";s:7:"package";s:33:"Multilingual - Entity Translation";s:7:"version";s:7:"7.x-1.0";s:7:"project";s:18:"entity_translation";s:9:"datestamp";s:10:"1522600694";s:16:"_info_file_ctime";i:1564354090;}s:9:"datestamp";s:10:"1522600694";s:8:"includes";a:1:{s:18:"entity_translation";s:18:"Entity Translation";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:10:"sub_themes";a:0:{}s:11:"base_themes";a:0:{}}',
+  'expire' => '0',
+  'created' => '1564542397',
+))
+->values(array(
+  'item_id' => '19',
+  'name' => 'update_fetch_tasks',
+  'data' => 'a:8:{s:4:"name";s:15:"entityreference";s:4:"info";a:6:{s:4:"name";s:16:"Entity Reference";s:7:"package";s:6:"Fields";s:7:"version";s:7:"7.x-1.5";s:7:"project";s:15:"entityreference";s:9:"datestamp";s:10:"1502895850";s:16:"_info_file_ctime";i:1564354089;}s:9:"datestamp";s:10:"1502895850";s:8:"includes";a:1:{s:15:"entityreference";s:16:"Entity Reference";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:10:"sub_themes";a:0:{}s:11:"base_themes";a:0:{}}',
+  'expire' => '0',
+  'created' => '1564542397',
+))
+->values(array(
+  'item_id' => '20',
+  'name' => 'update_fetch_tasks',
+  'data' => 'a:8:{s:4:"name";s:4:"i18n";s:4:"info";a:6:{s:4:"name";s:20:"Internationalization";s:7:"package";s:35:"Multilingual - Internationalization";s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:16:"_info_file_ctime";i:1564354090;}s:9:"datestamp";s:10:"1531342125";s:8:"includes";a:5:{s:4:"i18n";s:20:"Internationalization";s:10:"i18n_block";s:15:"Block languages";s:10:"i18n_field";s:17:"Field translation";s:11:"i18n_string";s:18:"String translation";s:13:"i18n_variable";s:20:"Variable translation";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:10:"sub_themes";a:0:{}s:11:"base_themes";a:0:{}}',
+  'expire' => '0',
+  'created' => '1564542397',
+))
+->values(array(
+  'item_id' => '21',
+  'name' => 'update_fetch_tasks',
+  'data' => 'a:8:{s:4:"name";s:4:"link";s:4:"info";a:6:{s:4:"name";s:4:"Link";s:7:"package";s:6:"Fields";s:7:"version";s:7:"7.x-1.5";s:7:"project";s:4:"link";s:9:"datestamp";s:10:"1526190487";s:16:"_info_file_ctime";i:1564354090;}s:9:"datestamp";s:10:"1526190487";s:8:"includes";a:1:{s:4:"link";s:4:"Link";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:10:"sub_themes";a:0:{}s:11:"base_themes";a:0:{}}',
+  'expire' => '0',
+  'created' => '1564542397',
+))
+->values(array(
+  'item_id' => '22',
+  'name' => 'update_fetch_tasks',
+  'data' => 'a:8:{s:4:"name";s:5:"phone";s:4:"info";a:6:{s:4:"name";s:5:"Phone";s:7:"package";s:6:"Fields";s:7:"version";s:13:"7.x-1.0-beta1";s:7:"project";s:5:"phone";s:9:"datestamp";s:10:"1389732224";s:16:"_info_file_ctime";i:1564354089;}s:9:"datestamp";s:10:"1389732224";s:8:"includes";a:1:{s:5:"phone";s:5:"Phone";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:10:"sub_themes";a:0:{}s:11:"base_themes";a:0:{}}',
+  'expire' => '0',
+  'created' => '1564542397',
+))
+->values(array(
+  'item_id' => '23',
+  'name' => 'update_fetch_tasks',
+  'data' => 'a:8:{s:4:"name";s:8:"variable";s:4:"info";a:6:{s:4:"name";s:8:"Variable";s:7:"package";s:8:"Variable";s:7:"version";s:7:"7.x-2.5";s:7:"project";s:8:"variable";s:9:"datestamp";s:10:"1398250128";s:16:"_info_file_ctime";i:1564354090;}s:9:"datestamp";s:10:"1398250128";s:8:"includes";a:3:{s:8:"variable";s:8:"Variable";s:14:"variable_realm";s:14:"Variable realm";s:14:"variable_store";s:14:"Variable store";}s:12:"project_type";s:6:"module";s:14:"project_status";b:1;s:10:"sub_themes";a:0:{}s:11:"base_themes";a:0:{}}',
+  'expire' => '0',
+  'created' => '1564542397',
+))
+->execute();
 $connection->schema()->createTable('rdf_mapping', array(
   'fields' => array(
     'type' => array(
@@ -43541,6 +50485,20 @@
   'weight' => '11',
 ))
 ->values(array(
+  'name' => 'EntityTranslationCommentTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/entity_translation/tests/entity_translation.test',
+  'module' => 'entity_translation',
+  'weight' => '11',
+))
+->values(array(
+  'name' => 'EntityTranslationContentTranslationTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/entity_translation/tests/entity_translation.test',
+  'module' => 'entity_translation',
+  'weight' => '11',
+))
+->values(array(
   'name' => 'EntityTranslationDefaultHandler',
   'type' => 'class',
   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.inc',
@@ -43562,6 +50520,34 @@
   'weight' => '11',
 ))
 ->values(array(
+  'name' => 'EntityTranslationHierarchyTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/entity_translation/tests/entity_translation.test',
+  'module' => 'entity_translation',
+  'weight' => '11',
+))
+->values(array(
+  'name' => 'EntityTranslationHookTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/entity_translation/tests/entity_translation.test',
+  'module' => 'entity_translation',
+  'weight' => '11',
+))
+->values(array(
+  'name' => 'EntityTranslationIntegrationTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/entity_translation/tests/entity_translation.test',
+  'module' => 'entity_translation',
+  'weight' => '11',
+))
+->values(array(
+  'name' => 'EntityTranslationMenuTranslationTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/entity_translation/entity_translation_i18n_menu/entity_translation_i18n_menu.test',
+  'module' => 'entity_translation_i18n_menu',
+  'weight' => '0',
+))
+->values(array(
   'name' => 'EntityTranslationNodeHandler',
   'type' => 'class',
   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.node.inc',
@@ -43569,6 +50555,13 @@
   'weight' => '11',
 ))
 ->values(array(
+  'name' => 'EntityTranslationTaxonomyAutocompleteTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/entity_translation/tests/entity_translation.test',
+  'module' => 'entity_translation',
+  'weight' => '11',
+))
+->values(array(
   'name' => 'EntityTranslationTaxonomyTermHandler',
   'type' => 'class',
   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.taxonomy_term.inc',
@@ -43576,6 +50569,34 @@
   'weight' => '11',
 ))
 ->values(array(
+  'name' => 'EntityTranslationTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/entity_translation/tests/entity_translation.test',
+  'module' => 'entity_translation',
+  'weight' => '11',
+))
+->values(array(
+  'name' => 'EntityTranslationToggleFieldsTranslatabilityTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/entity_translation/tests/entity_translation.test',
+  'module' => 'entity_translation',
+  'weight' => '11',
+))
+->values(array(
+  'name' => 'EntityTranslationTranslationTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/entity_translation/tests/entity_translation.test',
+  'module' => 'entity_translation',
+  'weight' => '11',
+))
+->values(array(
+  'name' => 'EntityTranslationUpgradeTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/entity_translation/entity_translation_upgrade/entity_translation_upgrade.test',
+  'module' => 'entity_translation_upgrade',
+  'weight' => '0',
+))
+->values(array(
   'name' => 'EntityTranslationUserHandler',
   'type' => 'class',
   'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.user.inc',
@@ -44535,6 +51556,160 @@
   'weight' => '0',
 ))
 ->values(array(
+  'name' => 'i18nBlocksTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_block/i18n_block.test',
+  'module' => 'i18n_block',
+  'weight' => '100',
+))
+->values(array(
+  'name' => 'i18nFieldTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_field/i18n_field.test',
+  'module' => 'i18n_field',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18nForumTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_forum/i18n_forum.test',
+  'module' => 'i18n_forum',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18nMenuTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_menu/i18n_menu.test',
+  'module' => 'i18n_menu',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'I18nNodeTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_node/i18n_node.test',
+  'module' => 'i18n_node',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18nPathTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_path/i18n_path.test',
+  'module' => 'i18n_path',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'I18NSelectAdminViewsAjax',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_select/i18n_select.test',
+  'module' => 'i18n_select',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18nSelectTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_select/i18n_select.test',
+  'module' => 'i18n_select',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18nStringTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_string/i18n_string.test',
+  'module' => 'i18n_string',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18nSyncTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_sync/i18n_sync.test',
+  'module' => 'i18n_sync',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18nTaxonomyTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.test',
+  'module' => 'i18n_taxonomy',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'I18nVariableLanguageRealm',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_variable/i18n_variable.class.inc',
+  'module' => 'i18n_variable',
+  'weight' => '-900',
+))
+->values(array(
+  'name' => 'i18nVariableTestCase',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_variable/i18n_variable.test',
+  'module' => 'i18n_variable',
+  'weight' => '-900',
+))
+->values(array(
+  'name' => 'i18n_block_object',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_block/i18n_block.inc',
+  'module' => 'i18n_block',
+  'weight' => '100',
+))
+->values(array(
+  'name' => 'i18n_field',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_field/i18n_field.inc',
+  'module' => 'i18n_field',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18n_field_base',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_field/i18n_field.inc',
+  'module' => 'i18n_field',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18n_field_instance',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_field/i18n_field.inc',
+  'module' => 'i18n_field',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18n_object_wrapper',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_object.inc',
+  'module' => 'i18n',
+  'weight' => '10',
+))
+->values(array(
+  'name' => 'i18n_string_object',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_string/i18n_string.inc',
+  'module' => 'i18n_string',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18n_string_object_wrapper',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_string/i18n_string.inc',
+  'module' => 'i18n_string',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18n_string_textgroup_cached',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_string/i18n_string.inc',
+  'module' => 'i18n_string',
+  'weight' => '0',
+))
+->values(array(
+  'name' => 'i18n_string_textgroup_default',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/i18n/i18n_string/i18n_string.inc',
+  'module' => 'i18n_string',
+  'weight' => '0',
+))
+->values(array(
   'name' => 'ILPhoneNumberTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/phone/tests/phone.il.test',
@@ -44752,6 +51927,13 @@
   'weight' => '0',
 ))
 ->values(array(
+  'name' => 'LinkEntityTokenTest',
+  'type' => 'class',
+  'filename' => 'sites/all/modules/link/tests/link.entity_token.test',
+  'module' => 'link',
+  'weight' => '0',
+))
+->values(array(
   'name' => 'LinkTokenTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/link/tests/link.token.test',
@@ -47381,7 +54563,7 @@
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_access.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsAjaxTest',
@@ -47395,147 +54577,147 @@
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_analyze.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsArgumentDefaultTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_argument_default.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsArgumentValidatorTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_argument_validator.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsBasicTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_basic.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsCacheTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_cache.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsExposedFormTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_exposed_form.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'viewsFieldApiDataTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsFieldApiTestHelper',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsGlossaryTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_glossary.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerAreaTextTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_area_text.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'viewsHandlerArgumentCommentUserUidTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerArgumentNullTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_null.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerArgumentStringTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_string.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerFieldBooleanTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_boolean.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerFieldCustomTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_custom.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerFieldDateTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_date.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'viewsHandlerFieldFieldTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerFieldMath',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_math.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerFieldTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerFieldUrlTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_url.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'viewsHandlerFieldUserNameTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/user/views_handler_field_user_name.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerFileExtensionTest',
@@ -47549,35 +54731,35 @@
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_combine.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'viewsHandlerFilterCommentUserUidTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/comment/views_handler_filter_comment_user_uid.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerFilterCounterTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_counter.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerFilterDateTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_date.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerFilterEqualityTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_equality.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerFilterInOperator',
@@ -47591,49 +54773,49 @@
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_numeric.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerFilterStringTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_string.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerRelationshipNodeTermDataTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerSortDateTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_date.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerSortRandomTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_random.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerSortTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlersTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_handlers.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerTest',
@@ -47647,35 +54829,35 @@
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_size.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsHandlerTestXss',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_xss.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsModuleTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_module.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsNodeRevisionRelationsTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/node/views_node_revision_relations.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsPagerTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_pager.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsPagerTestCase',
@@ -47689,21 +54871,21 @@
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/plugins/views_plugin_display.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'viewsPluginStyleJumpMenuTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_jump_menu.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsPluginStyleMappingTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_mapping.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsPluginStyleTestBase',
@@ -47717,147 +54899,147 @@
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsPluginStyleUnformattedTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_unformatted.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsQueryGroupByTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsSqlTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_query.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_query.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsTranslatableTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_translatable.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'viewsUiGroupbyTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUIWizardBasicTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_ui.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUIWizardDefaultViewsTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_ui.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUIWizardHelper',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_ui.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUIWizardItemsPerPageTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_ui.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUIWizardJumpMenuTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_ui.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUIWizardMenuTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_ui.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUIWizardOverrideDisplaysTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_ui.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUIWizardSortingTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_ui.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUIWizardTaggedWithTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_ui.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUpgradeTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_upgrade.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUserArgumentDefault',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_default.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUserArgumentValidate',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_validate.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsUserTestCase',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/user/views_user.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'ViewsViewTest',
   'type' => 'class',
   'filename' => 'sites/all/modules/views/tests/views_view.test',
   'module' => 'views',
-  'weight' => '0',
+  'weight' => '10',
 ))
 ->values(array(
   'name' => 'views_handler_title_field',
@@ -48616,8 +55798,12 @@
   'hash' => '178320fdb9a0c8754f1fa7272f68f536dcb94ae82ce7d0fc6a0f8a476c1f6922',
 ))
 ->values(array(
+  'filename' => 'sites/all/modules/breakpoints/breakpoints.test',
+  'hash' => '3d0dae6143ff9903554128f599a4156d852e57d5665e5cebc2ecc55f5eaef962',
+))
+->values(array(
   'filename' => 'sites/all/modules/ctools/includes/context.inc',
-  'hash' => '4cec11a71872eb916c4315c9f727a184d46758aa64bb950d86877a60b9007157',
+  'hash' => '2057a0331cf54e23ef39aa84b7c60f486aff749223367a30f3513b05dde35f3d',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/includes/css-cache.inc',
@@ -48625,55 +55811,71 @@
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/includes/math-expr.inc',
-  'hash' => '601db581743dd22d67f7aaf228bd8d26298d72033fc675d02385a1fd6d31888f',
+  'hash' => 'f468453177eaa340d2a9dd03cc857be1080f4422bc0c4467e1f55663aa8aa4ae',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/includes/stylizer.inc',
-  'hash' => '3f91f5ed42fb6ee1b65ddef7ac22577b07a5d75ca1eb2df60041243ced5c7079',
+  'hash' => 'a19b912a79e6d982a6bfbb660c108a047e41283a23e1b12e4b9c22af51771add',
+))
+->values(array(
+  'filename' => 'sites/all/modules/ctools/page_manager/tests/head_links.test',
+  'hash' => '4ff6f74d4567cf6e0d4c062cbee6bedabbdc8cbebe65dea9b4ce89620e1f09ce',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/plugins/export_ui/ctools_export_ui.class.php',
-  'hash' => '2fd87a7d80689e4d44673b31c07b762144eb8ac57324fd0b9cd9ede5f4ea34b5',
+  'hash' => 'ba3c6c2b75bdbd9922a6324d7a946b3916870590477cceea58d824c18a85e78d',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/tests/context.test',
-  'hash' => '3a8dd81dd1b99da05a28425f9a017cb611e0470ba88cf000c8b74339c8c91d91',
+  'hash' => 'bc23a86c5c32a0335c970f1e51ad6d60cc02d006de3d5cb5ee0bbdaa84d5bcd3',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/tests/css.test',
-  'hash' => '20ba7d780a8bdd8f512472a8becef11240da74b96599f6968fecea0ad7ae49c6',
+  'hash' => '832c58634157083e988797bf878c5fd6b9640e187802a397763e25771eced028',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/tests/css_cache.test',
-  'hash' => '0dbc038efedb1fa06d2617b7c72b3a45d6ee5b5b791dcb1134876f174a2a7733',
+  'hash' => '331564b96148bb666b306ead748b8b18a7baf746e96d6564b9685a23ca47a888',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/tests/ctools.plugins.test',
-  'hash' => '6af9d9caa3afe93faf5051d3d42c0ce33a1ff6e3a18a09f281df1260d43337d6',
+  'hash' => '2dbabab681d5a9e15e093aef5a48732dcdb030680b932c7a0c7260e444751919',
+))
+->values(array(
+  'filename' => 'sites/all/modules/ctools/tests/ctools.test',
+  'hash' => '427659c5c3db1e8638539b6dd1a440451e043129172a42f66f3f9bbd15e8db0b',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export.test',
-  'hash' => '65e96eabc5c62d7ad29f63309671e2761f221a1c15bb6836d7eadfd263653abc',
+  'hash' => 'e45a693efd455f1a596edba7907e5357ed54e3353a48d1f6212cf16b46fe1d87',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/tests/math_expression.test',
-  'hash' => 'b99d5c3096857de944dba0e88e21628c7268d8056f42903786172b7a95563dbf',
+  'hash' => '8e75cdab9db025add3adf9dd36fa818e6982b23f7bf3a8192deca5d3240360e4',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/tests/math_expression_stack.test',
-  'hash' => '797d9e0844f9e214799d96b33d55dd041720d27b11ceb96c3790634d93a62be6',
+  'hash' => '203b98c797d7eaa787c6481c1ab9482c0ca45559314f79632d7c5efb51d7d170',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/tests/object_cache.test',
-  'hash' => '18e03c7760a2fc8858d801479ec5471b8c93bd4044c80db557c5e77e7ab20d79',
+  'hash' => '0af88e1d17b8265ac621799922934dded7c44073c001acf8c1c47d0187cb52fa',
+))
+->values(array(
+  'filename' => 'sites/all/modules/ctools/tests/object_cache_unit.test',
+  'hash' => '9fd7871c5f0307247469bcdd488f3086126f5f7978d6a470f8ecb8a6dc4b5a1e',
+))
+->values(array(
+  'filename' => 'sites/all/modules/ctools/tests/page_tokens.test',
+  'hash' => '078f82bd0957d8821521388fa270e70e10e9f143c1012ebac60f2dfd4d9ab1a4',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date.migrate.inc',
-  'hash' => '47ffb48daf97c13ef154cf2ffff577018f02a7091b85dfb39e9c2c89e1da6a5d',
+  'hash' => '7822a7a36b311d200501e2cab67165e23d8501ad268df36c1a1c1d639eca450d',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_api/date_api.module',
-  'hash' => 'af2124c5727d839871309b31fe288fe3945d6ef67eb469ddcc02839be98860dc',
+  'hash' => '6d1d63b0f55af7e9c886384e7b259d0cf6e2da8d005cfdb82f9173995c9d68f4',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_api/date_api_sql.inc',
@@ -48685,11 +55887,11 @@
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_repeat/tests/date_repeat_form.test',
-  'hash' => '2ec4e5d57d5b9f1adf81505d40890c63dc684f2d0f00669b9c8c12518eb3bf4a',
+  'hash' => 'c7df0c13648deccc586792ab6a6e7782031c6d88db963b6f092bf901bf95b582',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_tools/tests/date_tools.test',
-  'hash' => 'bdb9b310295207ce2284b23556810296e1477b9604e98a3d0fb21aba7da04394',
+  'hash' => '7d7e4a8f39b226b5199c1a82d100e8c9bb31a65466285a9e5c1e754ac1720d08',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/tests/date.test',
@@ -48697,19 +55899,23 @@
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/tests/date_api.test',
-  'hash' => '280148ca742592a1e22f663fe4d810532b95d09975db0182347a0bbd6917f996',
+  'hash' => '3018073791ba419f53d04d9b1ec73cbd751c7436e12be0215d4b64e5664ebe6b',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/tests/date_field.test',
-  'hash' => 'bae59aee63ed204e27909709e59eeae1a6192e5f7456de2ce2cce06c49732dc4',
+  'hash' => '6f5c2ea12b3dad6516e438eaad587d5bb189f96e369c671e0e5b22b8de9e0be7',
+))
+->values(array(
+  'filename' => 'sites/all/modules/date/tests/date_form.test',
+  'hash' => '77c10765c4da14f4c143ca8143708c53b80cb8710fb7a971bde9598dd677b4fa',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/tests/date_migrate.test',
-  'hash' => 'a43f448732d474c5136d89ff560b7e14c1ff5622f9c35a1998aa0570cd0c536c',
+  'hash' => 'ea21aeccf0c30c45104c970e0074f0dab072b3fe8c47b23b934752304ab5b8b5',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/tests/date_timezone.test',
-  'hash' => '598ac52aa82f79fe90faa401c2c6dc7114295c0321800ea9a9b4058717d00409',
+  'hash' => 'b9439865cb3942708249130b9d4ea3e1a6335153b4d95e739dc19a81b7d61d49',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/tests/date_validation.test',
@@ -48729,7 +55935,7 @@
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/entity.features.inc',
-  'hash' => '47261e1f4f39ac3707a16fdea8a8147c09df1281bcb4b9e46b0c8120603137e8',
+  'hash' => '53f537caf6ad9355fb92b2c6db019959abdf399d80764151dd976b0891f37436',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/entity.i18n.inc',
@@ -48745,35 +55951,35 @@
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/entity.test',
-  'hash' => 'df253128e41f152b45ef30b5674009c51cf4112450e5dad8e815f39ced280db5',
+  'hash' => 'aba6490cd2041438d832dc8f63b213e0d171a5a218f6d51a9fe00c51e95069ce',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/includes/entity.controller.inc',
-  'hash' => '342db185e6170b63c59a9b360a196eb322edb9a5b8c7819f66b0eae48ed13ebd',
+  'hash' => 'b85d1882fae38ee8a0e82bf75952f44f65a58fd95e3bf0c3cb2a1321cf4d308a',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/includes/entity.inc',
-  'hash' => '57411fa3d7b5cd2afe8b84f20c1741f48c32673a9da07bd2c35d4a11c50c640e',
+  'hash' => '02c3c8b1d4b7230f875c4fae8e6ba3bd57431e01f312b32f3ed305a7be734774',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/includes/entity.ui.inc',
-  'hash' => '65739b31af0e6b422919c17805799dc99143fd89cacfb56b9186e26ece2d0df2',
+  'hash' => '49653cbbccc4b4e51f957727aa95803c149fac9565f53ed553e2cd1c1c3580ff',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/includes/entity.wrapper.inc',
-  'hash' => '0db08cbb6b730035e3e9a483e6e5c06a744a73f19e4ca83936446b44f0c3d158',
+  'hash' => 'c728444ea73d4d5a7f0ec4cc80c7b749ab3134e1d0b973f8c001936c3dd5b861',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/views/entity.views.inc',
-  'hash' => 'de657f42389ed6832df787e4b618d8d7117b60d145d34ce5dcf3a5b65db29df9',
+  'hash' => '089b8ed3103f62778be3395a99ddfbd84da4235f5ad431392f8984eaa4bf349f',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_field_handler_helper.inc',
-  'hash' => '4ec395881109a71327ab8d7c5b5702bef30288ca66557e44e8539cc15a2135bb',
+  'hash' => '88e4cbbbeab9bbaa4c928118bdefb158ea99f343f813cf88cce01ed7fbf8bf6a',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_area_entity.inc',
-  'hash' => '7b7bb88e53861739b7279f705f0492fc83ce95f5b20d89339480f546422ebf25',
+  'hash' => '39ac643c4365394ac54190c4d130ea5787de423b9dadc14a470687a64cfbc8ab',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/views/handlers/entity_views_handler_field_boolean.inc',
@@ -48821,11 +56027,11 @@
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/views/plugins/entity_views_plugin_row_entity_view.inc',
-  'hash' => 'ba557790215f2658146424d933e0d17787a0b15180c5815f23428448ccf056a0',
+  'hash' => 'e489ca209c66b76228383864b8267067e7cf3a1e375d9a195339f89932fed71f',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/entityreference.migrate.inc',
-  'hash' => '617c6c49e6e0fa4d106cfb49b61a6994b5520934ac3b64a8400a9d969eab7c59',
+  'hash' => '6dfe7be97f3198bff6c145dce9a0f521c3695c380d24fe6d3feb97362363407d',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/plugins/behavior/abstract.inc',
@@ -48833,15 +56039,15 @@
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/plugins/behavior/EntityReferenceBehavior_TaxonomyIndex.class.php',
-  'hash' => '92fa0cf46ecdf6200659646e6666c562ea506c40efa41a8edd4758dc0c551b92',
+  'hash' => '29e0f80ac52c1c313455a531404a3040c9160ecd173afd2e200ff99ffbab491c',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/plugins/selection/abstract.inc',
-  'hash' => '7ecf94f5dc3456e4a5c87117d19deb98c368617fb07d610505b1dfa351f14a0b',
+  'hash' => '9c8cdf704c8e42cc2a63d4c8271d28c7b0aa7e0b1ec081ed7bd84712631e3e72',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/plugins/selection/EntityReference_SelectionHandler_Generic.class.php',
-  'hash' => 'e9a8a3c693ed24218d00c10c445cdb21daed10a26e6b55e5c9d6a8c616cfd871',
+  'hash' => '3516c65d6048e182dcd1b7209ccf6838e17b1d342617d06e7a07ffed8bd549c6',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/plugins/selection/views.inc',
@@ -48849,23 +56055,23 @@
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/tests/entityreference.admin.test',
-  'hash' => 'bcd6516be3099ae87a4c3d41add08edd17eafb4244db8442c5dc15f19ebde7ae',
+  'hash' => 'f9e581f0fd8481b12ae74779f28942b26d29b0df828ba092b7be87cab29e1172',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/tests/entityreference.feeds.test',
-  'hash' => '320c7480b1758e4d80e91c0a6ea3d43b6b35d1adfe00b6155b61ef786510bb7c',
+  'hash' => 'b19193542031d2e1a247ffac8852e9219e5f7f0ed38298207ffe27cd1af9352a',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/tests/entityreference.handlers.test',
-  'hash' => '2fa170925ac5303c519378f1763e918cc2f111205220d90998b547a08db90d8c',
+  'hash' => 'be2ea3fab2b6a5116a5ff1292ec3d916fb48ae36001e064503ef3db952c99b99',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/tests/entityreference.taxonomy.test',
-  'hash' => '8e4f7d9ae621df0f587b6fcbf139adea2a35c69305ef018ced88447a41164c5f',
+  'hash' => '28aed16bd109189d6b2bfc8f59d914c8e237190738fa23d81dbd6cf2c2bced9b',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_display.inc',
-  'hash' => '9216a065ea4fdb2daacb1280e5c9549e3400b8553b5293534cf65a0d703ab189',
+  'hash' => '369e6ef46c06cc651ed209f94aa64ff6a4bbb3f2af678b2f1a8b23e42c81e648',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_row_fields.inc',
@@ -48873,47 +56079,187 @@
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/views/entityreference_plugin_style.inc',
-  'hash' => 'ad9a7ea5a37c2d9658c2b1d19ade3011c27ed5d9959423ebf7a390372507e6b0',
+  'hash' => 'fef62f9375cbcadbfd1918227434193f45e4cc62964cb4fee22ab1d8d3b3bb26',
 ))
 ->values(array(
-  'filename' => 'sites/all/modules/link/link.migrate.inc',
-  'hash' => '0a17ff0daa79813174fff92e9db787e75e710fe757b6924eec193c66fe13f3df',
+  'filename' => 'sites/all/modules/entity_translation/entity_translation_i18n_menu/entity_translation_i18n_menu.test',
+  'hash' => '9c9c1565754c3fcd5a5a90f2525819c47ec58a9f94c514ac92c4fdb99f40f218',
 ))
 ->values(array(
-  'filename' => 'sites/all/modules/link/link.module',
-  'hash' => '3fdf23f9f409b80df5eee57207a5045c566422cef14128306835f7b1b03a5e66',
+  'filename' => 'sites/all/modules/entity_translation/entity_translation_upgrade/entity_translation_upgrade.test',
+  'hash' => 'a7bff85b8ef693c394b387e3588cc4eaa730623df3f2505bc9a6e62e29de009a',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.comment.inc',
+  'hash' => 'c1667be0bdea8805be52b10bad904f60a278213b749d4c9903e3887b6165448c',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.inc',
+  'hash' => 'ee78d6330239e326af6187f92e6a19b776323bf367c181f0cf6d09339a7835a8',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.node.inc',
+  'hash' => '255963e0d0a38349e1c5cb3ff072819b9c39cb5760a71b312ddaac1dd2edbb82',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.taxonomy_term.inc',
+  'hash' => '587417ed1ba9debd4caef9b32722ca003be28c325d12f3fcb82b70384c095814',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/includes/translation.handler.user.inc',
+  'hash' => '4574d55fc756f566bc10f574231ee7900a181fbaa68d647ae973d9e06b4167ac',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/includes/translation.handler_factory.inc',
+  'hash' => '80ed7658c3d685bc18e7d29129893b2fb48dcda029e730241c1d0f53db7ad367',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/includes/translation.migrate.inc',
+  'hash' => 'e5c56971c44ad5352089481e48e01fb83bfefbb5359c8033949ce5227a917d42',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/tests/entity_translation.test',
+  'hash' => 'ea12781697a342961ae466b46a89646e31b5fb4d7618e64998c6e8b2d8bcc5c6',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_field_field.inc',
+  'hash' => '4681a5b5e8963b562e6fbb39c3385024034f392162eb4ff7f52a1684db628ea8',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_field_label.inc',
+  'hash' => 'd31ea1af45150832df052fad29af729c6c028a54fa44d62a023a861bbeba744d',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_field_translate_link.inc',
+  'hash' => '78cfa9c4e9b074e5d45d887fe8f69a8966fc0112d95a6abc74b9b13421b58047',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_filter_entity_type.inc',
+  'hash' => 'd86bb73731c60f8ebaa3d8c29f837403935e91fe062c5ab6293901aa253da3e7',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_filter_language.inc',
+  'hash' => '44c3a6928b8f7cde5fea6ae7cff973982d6c7781a3c8be663838ff770435c939',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_filter_translation_exists.inc',
+  'hash' => '25d8ee7f5d45a5e3984572d00816368902121574f04277a67bbabd004b67f39a',
+))
+->values(array(
+  'filename' => 'sites/all/modules/entity_translation/views/entity_translation_handler_relationship.inc',
+  'hash' => 'aac136a9eab8c4b832edd73b942e124c3fdf1f48b6c8a8d0bf5383ba1d32259c',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n.test',
+  'hash' => 'c52b5076bfd40ec8820a1f58dd9ea6f8d0098c771f65d740298143137d52866e',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_block/i18n_block.inc',
+  'hash' => '73eb3b7ba1e14cd12b51c7a94dcd2e5d701d1cee5aaf24d907aa282dbc9212c1',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_block/i18n_block.test',
+  'hash' => 'b2608274dae333577514565b54b14f2ad8f84c3928fb0ea0ed848aa8db7375e6',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_field/i18n_field.inc',
+  'hash' => 'b8c9b97f9dbc510e0e3b478e8fe21e86278a19ac5b8ddcf2da15c37d14afcc03',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_field/i18n_field.test',
+  'hash' => '933758375305519b97501c2479834620d258881088cdbabb4a493f4e0054d068',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_forum/i18n_forum.test',
+  'hash' => '90b38124594fea145afac37b8343cee5a08b0db5e4f4adfcdd5cd5da9231f263',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_menu/i18n_menu.test',
+  'hash' => 'c907c0cf68dec26504ede662d8afa254b3903d9a964e3099011d680de87acf0b',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_node/i18n_node.test',
+  'hash' => '0009235387b1fb0a15ae46cea8e00539128f8a807c4e5f6c8abf27929ec28ff6',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_object.inc',
+  'hash' => '13118a2525f7ef27040f1c4824fcd05258154fcba128bdb5802c0aac471293c8',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_path/i18n_path.test',
+  'hash' => 'd625f7e36e653d8d55cf68e4366a647f5efc20689d3905d6fc77657752ac7584',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_select/i18n_select.test',
+  'hash' => 'bfb4267be987278f079382f218433a191973f13f4f8c06077e719ca90fd744ed',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_string/i18n_string.admin.inc',
+  'hash' => 'ace6c13b12cbb5379c803def1f4c4ba073457aa7fe84d1f87a4a4693e28b216c',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_string/i18n_string.inc',
+  'hash' => '8413df5e4840f03eb9291fa4805c1cbbeeeefd2617c0f883c1c242a74c9eeb5c',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_string/i18n_string.test',
+  'hash' => '5127520c1b08f78d3314d6df948b6a59eeb5a889c74687a196bfa3244c33f6d8',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_sync/i18n_sync.test',
+  'hash' => '3da6de303a0d0443d312c44f72c6e346acb52688ffd1349b615640abb7a93ca5',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.test',
+  'hash' => '29fc8c69345e4d2b8eda25ae5d7775772ff1432452f07d51d66b727857ba3690',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_variable/i18n_variable.class.inc',
+  'hash' => '8803cd58f313f348b08afb953c6ebcfc6ea2203e9751bee09326b882b346edc6',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n_variable/i18n_variable.test',
+  'hash' => 'b511aa2d4275a7464cb0aef90e308568a08ff523c80d6a63567cbeba94918e01',
+))
+->values(array(
+  'filename' => 'sites/all/modules/link/link.migrate.inc',
+  'hash' => '9b0da9075168fc485d990de4184a37d7581d356349ce1fb7458347b2c6c72652',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/link/tests/link.attribute.test',
-  'hash' => '8c21045dbcf346edf8dc70c157d02074dd87372d4f60e7f5a4ae11683cd79399',
+  'hash' => '516e93212b6e601d0f5f15d30bc3fd7c4315adaa8c16aed03b8707d8ac191cd9',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/link/tests/link.crud.test',
-  'hash' => 'de19e2c5e8c6cb02f25d7051bdd1db77852379ac59ce8185c25b4bf927478f22',
+  'hash' => '60bb95cb9a49bec9668a70ee8755beebdef6a91c577fcd3b29fa372ceead2f72',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/link/tests/link.crud_browser.test',
-  'hash' => '07794771164033e14a635625ad08fdbcdc4dafa154db2ec0bd9a95ca30202eb5',
+  'hash' => 'ce3d4ff41d40c16889d798f2ba924b8adfcca6e33c03ab000e6e29beed01d555',
+))
+->values(array(
+  'filename' => 'sites/all/modules/link/tests/link.entity_token.test',
+  'hash' => 'a6b823595f7cda227b8b8c1e12725b9cb981fa1706a4df5501c7734d0e2d46b7',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/link/tests/link.test',
-  'hash' => 'fe5d8cd577fbfc07929e7216e115530a28777ace9b7135fbc853a3a78d550456',
+  'hash' => '9c34bd78c2c9bbf63e0382f73176491385bfac4c22fd18f2ddfb62bc26964a36',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/link/tests/link.token.test',
-  'hash' => '930af3b64ccabd58a14c8f596ee4b908596b4bee64174bfa34d55fbab7173da4',
+  'hash' => '17511bda38c9aa5b8498885fa4e80192e435b0e639763c69c3f5ef5def06ba9f',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/link/tests/link.validate.test',
-  'hash' => '4fb3d9124767f43332f2e40bcca3aba98575dd1f6a286adfc8831607823986c5',
+  'hash' => '53caccf0c1fa55ca0aadb1cd51d700bb85ee7a5e50a1184f109ea14583db6935',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/link/views/link_views_handler_argument_target.inc',
-  'hash' => 'd77c23c6b085382c63e7dbce3d95afc9756517edcdc4cd455892d8333520d4c9',
+  'hash' => '99203a8b7c5a6e39c75104836aada6d4034ab010c95f4dbdc28b020f32383da7',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/link/views/link_views_handler_filter_protocol.inc',
-  'hash' => 'e10a0d2de73bfa9a56fadbac023c6ac16022ced40c0444ab6ffed1b5d7ea7358',
+  'hash' => '873d4a3a3d52d7cc5ed6c872aef7df84813d2630fda5f9f8a736c019544692c9',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/phone/phone.migrate.inc',
@@ -49036,76 +56382,152 @@
   'hash' => 'c5491ab663972aa23ae2f917a0fc605a6136f02e1b207d3fc650ed1f251359ee',
 ))
 ->values(array(
+  'filename' => 'sites/all/modules/title/tests/TitleAdminSettingsTestCase.test',
+  'hash' => 'd855bdf24cf385f5a29fa428273c05f7c2dc5cdbbdcf81efc424982e7dafbf76',
+))
+->values(array(
+  'filename' => 'sites/all/modules/title/tests/TitleFieldReplacementTestCase.test',
+  'hash' => '3a208dea6b8fa26a5412ad65abe24d8c5e77594a3110b3882bb022c2a25c0d69',
+))
+->values(array(
+  'filename' => 'sites/all/modules/title/tests/TitleTranslationTestCase.test',
+  'hash' => '5c26003d1d3bd98d334e538c07ac85adcf472543090d691cb91f4d69e2d957b1',
+))
+->values(array(
+  'filename' => 'sites/all/modules/title/views/views_handler_title_field.inc',
+  'hash' => '0d3887f86cac0993973710229695f755694e334928355b7fd0b0f98a096be3c6',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/includes/forum.variable.inc',
+  'hash' => '84ab5992d648c704b2ae6d680cf8e02d3150cccd8939170f7e8fd82ac054b516',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/includes/locale.variable.inc',
+  'hash' => '27173d9c9e526a8ba88c5f48bf516aaac59ad932b64ef654621bc11f1ccd9f7a',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/includes/menu.variable.inc',
+  'hash' => 'bc776840ee32060a9fda616ca154d3fd315461fbe07ce822d7969b79fccd8160',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/includes/node.variable.inc',
+  'hash' => '596064101f8fbd3affdb61ca1240354ce0b51778601a8b02c021a1150bbf4e06',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/includes/system.variable.inc',
+  'hash' => '909bae0f1e3a4d85c32c385a92a58c559576fb60fd13a0e4f71127eee27afd3e',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/includes/taxonomy.variable.inc',
+  'hash' => '7792f07f8ea088cd8c3350e16f4cacef262c319c2e605dd911f17999a872f09e',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/includes/translation.variable.inc',
+  'hash' => '3e4e82f779986bfb32987d6b27bdab9f907ba5e18841847f138a20c42cf725d4',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/includes/user.variable.inc',
+  'hash' => 'b80094c1db0037f396f197bdd70c19e87afe76f4378c5c6089c4199af3bcb03a',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/variable.test',
+  'hash' => 'a6614814c24aee5ae1d2f2f8c23c08138466c41a82e57ee670e070d7cdd6e4b2',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/variable_realm/variable_realm.class.inc',
+  'hash' => 'ba523237a0e0116b3fdb3c86390fd2adc51b1cc50bab25d42995cd40a5b582bf',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/variable_realm/variable_realm_union.class.inc',
+  'hash' => 'e9597edd9bac66e6b7f078cee37c3ced317b2768821cdac77b8d4c2f68b2adcc',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/variable_store/variable_store.class.inc',
+  'hash' => '16870479d9464f0453d573e1384c808bae8319944fdf466e67ebdb53f6f8f54c',
+))
+->values(array(
+  'filename' => 'sites/all/modules/variable/variable_store/variable_store.test',
+  'hash' => '1546243a6be757de0fd7f9fe1428152fb0e53a91453c53c72aebb06f6cef4311',
+))
+->values(array(
   'filename' => 'sites/all/modules/views/tests/comment/views_handler_argument_comment_user_uid.test',
-  'hash' => 'b8b417ef0e05806a88bd7d5e2f7dcb41339fbf5b66f39311defc9fb65476d561',
+  'hash' => '112071c4612089fab915f89246af03d3d4ff99b93564677b4d0005464c6ee6b8',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/comment/views_handler_filter_comment_user_uid.test',
-  'hash' => '347c6ffd4383706dbde844235aaf31cff44a22e95d2e6d8ef4da34a41b70edd1',
+  'hash' => 'd62fe3f3257efc0eaf742e3c177ea3f1bd5efb9fc8f91dc1bc5e9e6196085bd7',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/field/views_fieldapi.test',
-  'hash' => '53e6d57c2d1d6cd0cd92e15ca4077ba532214daf41e9c7c0f940c7c8dbd86a66',
+  'hash' => '3d0625d9214c3fb72d5d422cbb093f11fe7f7c2cc791ffeb8dddd61ad7875667',
+))
+->values(array(
+  'filename' => 'sites/all/modules/views/tests/handlers/views_handlers.test',
+  'hash' => '44f3dd30909d43e250c726e312290a522131c7f0d3048fc5f8583fc8c5986f72',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_area_text.test',
-  'hash' => 'af74a74a3357567b844606add76d7ca1271317778dd7bd245a216cf963c738b4',
+  'hash' => '3553a85c6d86992a17029eac182b486940393cee0c06380cf9f60ed208a57b5f',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_null.test',
-  'hash' => '1d174e1f467b905d67217bd755100d78ffeca4aa4ada5c4be40270cd6d30b721',
+  'hash' => 'e9adbe3e322cc8b536d79b5b915cab97102199abf2a14ad7a6374cfd18246372',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_argument_string.test',
-  'hash' => '3d0213af0041146abb61dcdc750869ed773d0ac80cfa74ffbadfdd03b1f11c52',
+  'hash' => '162bbf926626b68af8b1f1b6c74af5057962b0a26d74afb50298c0f2644a3d25',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field.test',
-  'hash' => 'af552bf825ab77486b3d0d156779b7c4806ce5a983c6116ad68b633daf9bb927',
+  'hash' => '32aa0c4febcdcedb2b4d570279c4ec0e3a529cf1d93f370963f68411460efedd',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_boolean.test',
-  'hash' => 'd334b12a850f36b41fe89ab30a9d758fd3ce434286bd136404344b7b288460ae',
+  'hash' => 'c9f409147fe545a413b365ee37e0758a47291165effc76f0ae8743f84915053d',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_counter.test',
-  'hash' => '75b31942adf06b107f5ffd3c97545fde8cd1040b1d00f682e3c7c1320026e26c',
+  'hash' => '86f4514cfa72192034db1ef70723cb2b2b1ffde6e4e5fb4212ec959cd5697ba6',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_custom.test',
-  'hash' => '1446bc3d5a6b1180a79edfa46a5268dbf7f089836aa3bc45df00ddaff9dd0ce1',
+  'hash' => '57d1f7d01e57f8e2a9694340684344f5e7d6d5c90bad8679aba591192c1f6a2d',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_date.test',
-  'hash' => '6f45326d7f74127956d9d8e4d7ad96a4beb0f66175fa40daf1d618d1a5fa996d',
+  'hash' => '27f9b23bc31068a3f2a2f5b6678388dd4175b66f758b60e9a996e061a2e3a789',
+))
+->values(array(
+  'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_extension.test',
+  'hash' => '0f9c376f31ca47ecc0f01548d451c548ef7bebe8a07974def77e6725badda4e6',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_file_size.test',
-  'hash' => '49184db68af398a54e81c8a76261acd861da8fd7846b9d51dcf476d61396bfb9',
+  'hash' => '9c951d86dad9df3fca72b20abcb1345a0473578324a454c75d8a5a22e8b68015',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_math.test',
-  'hash' => '6e39e4f782e6b36151ceafb41a5509f7c661be79b393b24f6f5496d724535887',
+  'hash' => 'bbf418c1be15c20d4ddf09add1620f19ff91dc66611e8426a5528900ad9baf60',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_url.test',
-  'hash' => 'b41f762a71594b438a2e60a79c8260ba54e6305635725b0747e29f0d3ffe08c9',
+  'hash' => '0c0e54a93ffd5890b81807e0d0440d061f771fafc6d99943d5d9dfc4a1702686',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_field_xss.test',
-  'hash' => 'f129ee16c03f84673e33990cbb2da5aa88c362f46e9ba1620b2a842ffd1c9cd2',
+  'hash' => '0089186f1ad71ff02e52e5f5d83b408a11914c2393102a989c360d00fde0592b',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_combine.test',
-  'hash' => '05842d83a11822afe7d566835f5db9f0f94fdb27ddfc388d38138767bdf36f8b',
+  'hash' => '7e5d47eba626fb56ac0c44b0b9897e6854e8a615e2a7648198a47a00fd28fd8f',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_date.test',
-  'hash' => '045cc449b68bbd5526071bf38c505b6d44f6c91868273c3120705c3bad250aee',
+  'hash' => '93dc87c72a29beaa33963f8b8603bca7a8ace80314ff9e4d3f9af71e17e4ada4',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_equality.test',
-  'hash' => 'c88f21c9cbf1aae83393b26616908f8020c18fe378d76256c7ba192df2ec17af',
+  'hash' => '8940123f7aec681ea580a517c77186cea7b8ec75368e5f5633b29c773fc3b93e',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_in_operator.test',
@@ -49113,35 +56535,35 @@
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_numeric.test',
-  'hash' => '35ac7a34e696b979e86ef7209b6697098d9abe218e30a02cc4fe39fb11f2a852',
+  'hash' => '3dd29c4bc988d15accf0473d8498c3d3e9dd05c8d93eac5722f2e39d5b7d4e74',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_filter_string.test',
-  'hash' => 'b7d090780748faad478e619fd55673d746d4a0cf343d9e40ea96881324c34cbd',
+  'hash' => '371b8e711df02b162227a22765808ecf3d9ddf6c40813a058f60208e151dad46',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort.test',
-  'hash' => 'f4ff79e6bc54e83c4eb2777811f33702b7e9fe7416ef70ae00d100fa54d44fec',
+  'hash' => 'ace33efab99798d8221871038b2298b9e645f22278dd015dda5fac6688ee54ee',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_date.test',
-  'hash' => 'f548584d7c6a71cabd3ce07e04053a38df3f3e1685210ce8114238fd05344c10',
+  'hash' => '4f997b2d2afdb64747b087c7e118287bc58872d72740e5004e17e5ee6ef643c7',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/handlers/views_handler_sort_random.test',
-  'hash' => '4fdba9bf05a26720ffa97e7a37da65ddc9044bd2832f8c89007b82feb062f182',
+  'hash' => '9ff72485303fd209ef748c65d0cb52078400985b54f256b82f1b3bb28a323a1f',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/node/views_node_revision_relations.test',
-  'hash' => '9467497a6d693615b48c8f57611a850002317bcb091b926d2efbbe56a4e61480',
+  'hash' => '108f56a3381d1c9a72f85d5a681ebeff66c587d032d13ed229dfc32c7d0195d7',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/plugins/views_plugin_display.test',
-  'hash' => '4a6b136543a60999604c54125fa9d4f5aa61a5dcc71e2133d89325d81bc0fc2d',
+  'hash' => 'fb9399398d003056fe5b7d79f67de93b6a79a2a651f1041c73d5beedf632bfde',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style.test',
-  'hash' => 'fb6c3279645fbcc1126acb3e1c908189e5240c647f81dcfd9b0761570c99d269',
+  'hash' => '49507203fd59567c97575b139c4cb578f1eab8cd4ab2b31141ca224fc2724123',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_base.test',
@@ -49149,103 +56571,107 @@
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_jump_menu.test',
-  'hash' => 'b88baa8aebe183943a6e4cf2df314fef13ac41b5844cd5fa4aa91557dd624895',
+  'hash' => 'e1082d2fc79e05c9e32608a5b7e67e4465fec6172a137b03b63438a1ca7d0295',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_mapping.test',
-  'hash' => 'a4e68bc8cfbeff4a1d9b8085fd115bfe7a8c4b84c049573fa0409b0dc8c2f053',
+  'hash' => '03e61703eefdc9fcc8d5a2e551c884a86a81e1459f4fc0da7d7d99776e0e0b70',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/styles/views_plugin_style_unformatted.test',
-  'hash' => '033ca29d41af47cd7bd12d50fea6c956dde247202ebda9df7f637111481bb51d',
+  'hash' => 'd22239d0812c2f28df86b1742a0968c8ce76f120072a7bf5631b839967ff757a',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test',
-  'hash' => '6074f5c7ae63225ea0cd26626ace6c017740e226f4d3c234e39869c31308223d',
+  'hash' => '86da344a0263ad7cde83934d69f4cc9abaf6379cf0371422787169a9d048b26b',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/user/views_handler_field_user_name.test',
-  'hash' => '69641b6da26d8daee9a2ceb2d0df56668bf09b86db1d4071c275b6e8d0885f9e',
+  'hash' => 'b389292fef9b674317bc1d2f81aef59a6ee07ba517d2ab732cfeace0f4f5ef74',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/user/views_user.test',
-  'hash' => 'fbb63b42a0b7051bd4d33cf36841f39d7cc13a63b0554eca431b2a08c19facae',
+  'hash' => 'bebfb59eec884e9b16a4a8052610046b02f0a08b3e372eca91a6589df124437b',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_default.test',
-  'hash' => '6423f2db7673763991b1fd0c452a7d84413c7dd888ca6c95545fadc531cfaaf4',
+  'hash' => 'a2026a55bec3bfd84601f4c03ba5a284732f9797c61c175a906b11a8fbe8effc',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/user/views_user_argument_validate.test',
-  'hash' => 'c88c9e5d162958f8924849758486a0d83822ada06088f5cf71bfbe76932d8d84',
+  'hash' => '7b67ac666fe7b838bdb839ff998d068febdd52cae0db0b64fcac515cf2b35abb',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_access.test',
-  'hash' => 'f8b9d04b43c09a67ec722290a30408c1df8c163cf6e5863b41468bb4e381ee6f',
+  'hash' => 'ba3492c5ae718223f45d37766dfb7e991c34c26262c2e59dcb8e2f14db5fed48',
+))
+->values(array(
+  'filename' => 'sites/all/modules/views/tests/views_ajax.test',
+  'hash' => '3d0675fcbf3766a902cce6ecc240eee90abb516055c6e48f4ce996a245aa6990',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_analyze.test',
-  'hash' => '5548e36c99bb626209d63e5cddbc31f49ad83865c983d2662c6826b328d24ffb',
+  'hash' => '3a1da4e3bee1ec7a7a8d9d02cf1779be40730e518a96d99ccd3a1b96013efe32',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_argument_default.test',
-  'hash' => '5950937aae4608bba5b86f366ef3a56cc6518bbccfeaeacda79fa13246d220e4',
+  'hash' => 'b63d8135cbce1ced2ffdf6d8e85423c7cdc9847c500bd397e2aaceea810c04db',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_argument_validator.test',
-  'hash' => '31f8f49946c8aa3b03d6d9a2281bdfb11c54071b28e83fb3e827ca6ff5e38c88',
+  'hash' => 'cf10d1f6d60bae2b40d381feccc6aa78e44dca60bb2e6360bc8961c1b181260c',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_basic.test',
-  'hash' => '655bd33983f84bbea68a3f24bfab545d2c02f36a478566edf35a98a58ff0c6cf',
+  'hash' => 'e3715a9df468b1c2decb4d8a068a68ca6a3f8bd467066634075ee643d6cabb60',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_cache.test',
-  'hash' => '76316e1f026c2ab81ef91450b9d6d5985cbfab087f839ea0edd112209bf84fd9',
+  'hash' => '325ac3e8100fe1c9aa065a72bdd238c863bf51da269d2a686a36060d05ede112',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_exposed_form.test',
-  'hash' => '2b2b16373af8ecade91d7c77bd8c2da8286a33bde554874f5d81399d201c3228',
+  'hash' => 'f509e3d9df6f28355ae53e3f24f5c7f11d2f820589251d4d69dd87380801566f',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_glossary.test',
-  'hash' => '118d50177a68a6f88e3727e10f8bcc6f95176282cc42fbd604458eeb932a36e8',
+  'hash' => '6f6d3699b782796ec6280530fe3444f4593d4f2d5fe25aeab7ab90a61bee3bb0',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_groupby.test',
-  'hash' => 'ac6ca55f084f4884c06437815ccfa5c4d10bfef808c3f6f17a4f69537794a992',
+  'hash' => '9c27b9c9e56a1b5f547637983b6af094d8f0d953becc38e1eab3cbae8e8ee8ee',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_handlers.test',
-  'hash' => 'a696e3d6b1748da03a04ac532f403700d07c920b9c405c628a6c94ea6764f501',
+  'hash' => 'f9d37f26793529bfe9d1e21cb03ff3c7384e90569d72a3580d3d78fa4d44f93b',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_module.test',
-  'hash' => '3939798f2f679308903d4845f5625dd60df6110aec2615e33ab81e854d0b7e73',
+  'hash' => 'b7c9d102c9b652c3b84267c5d3b022c7fb577d64bdfc951817b5c6cf85ef26c0',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_pager.test',
-  'hash' => '6f448c8c13c5177afb35103119d6281958a2d6dbdfb96ae5f4ee77cb3b44adc5',
+  'hash' => 'c5879c716f6c39f548fefbef4027bfb22bd8d9e06831d5768524db7bf3fb8dfc',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_query.test',
-  'hash' => '1ab587994dc43b1315e9a534d005798aecaa14182ba23a2b445e56516b9528cb',
+  'hash' => '74530c85b68b97e697f3b58a6f3ee49b15a58869bdc4afe9c807043f7e5772a0',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_translatable.test',
-  'hash' => '6899c7b09ab72c262480cf78d200ecddfb683e8f2495438a55b35ae0e103a1b3',
+  'hash' => '8eadade5096b91633d4d7daa1021846c8c8c85a1d9abf20b736d63beb5307b99',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_ui.test',
-  'hash' => 'f9687a363d7cc2828739583e3eedeb68c99acd505ff4e3036c806a42b93a2688',
+  'hash' => 'de99510c24538d10dbe4feee0b8365fc3967be3804f6b45901b1c08c6507f0f1',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_upgrade.test',
-  'hash' => 'c48bd74b85809dd78d963e525e38f3b6dd7e12aa249f73bd6a20247a40d6713a',
+  'hash' => 'ef950f69070176056ecd8435a5d98e347137b35558b74ef3e620c51dd0ff9046',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/tests/views_view.test',
-  'hash' => 'a52e010d27cc2eb29804a3acd30f574adf11fad1f5860e431178b61cddbdbb69',
+  'hash' => '9fc3e62bfa6ad01bbf71b9b2ff065466290de378bd7adc28943dba1c1364fc83',
 ))
 ->execute();
 $connection->schema()->createTable('role', array(
@@ -49853,7 +57279,7 @@
   'sid' => '2',
   'type' => 'node',
   'data' => ' the thing about deep space 9  is that it s the absolute best show ever trust me i would know benjamin sisko odo quark ',
-  'reindex' => '0',
+  'reindex' => '1564543637',
 ))
 ->execute();
 $connection->schema()->createTable('search_index', array(
@@ -50739,7 +58165,7 @@
   'bootstrap' => '0',
   'schema_version' => '7004',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:10:"Aggregator";s:11:"description";s:57:"Aggregates syndicated content (RSS, RDF, and Atom feeds).";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"aggregator.test";}s:9:"configure";s:41:"admin/config/services/aggregator/settings";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:14:"aggregator.css";s:33:"modules/aggregator/aggregator.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:10:"Aggregator";s:11:"description";s:57:"Aggregates syndicated content (RSS, RDF, and Atom feeds).";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"aggregator.test";}s:9:"configure";s:41:"admin/config/services/aggregator/settings";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:14:"aggregator.css";s:33:"modules/aggregator/aggregator.css";}}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/aggregator/tests/aggregator_test.module',
@@ -50750,7 +58176,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:23:"Aggregator module tests";s:11:"description";s:46:"Support module for aggregator related testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:23:"Aggregator module tests";s:11:"description";s:46:"Support module for aggregator related testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/block/block.module',
@@ -50761,7 +58187,7 @@
   'bootstrap' => '0',
   'schema_version' => '7009',
   'weight' => '-5',
-  'info' => 'a:13:{s:4:"name";s:5:"Block";s:11:"description";s:140:"Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:10:"block.test";}s:9:"configure";s:21:"admin/structure/block";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:5:"Block";s:11:"description";s:140:"Controls the visual building blocks a page is constructed with. Blocks are boxes of content rendered into an area, or region, of a web page.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:10:"block.test";}s:9:"configure";s:21:"admin/structure/block";s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/block/tests/block_test.module',
@@ -50772,7 +58198,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:10:"Block test";s:11:"description";s:21:"Provides test blocks.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:10:"Block test";s:11:"description";s:21:"Provides test blocks.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/blog/blog.module',
@@ -50783,7 +58209,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:4:"Blog";s:11:"description";s:25:"Enables multi-user blogs.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"blog.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:4:"Blog";s:11:"description";s:25:"Enables multi-user blogs.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"blog.test";}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/book/book.module',
@@ -50794,7 +58220,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:4:"Book";s:11:"description";s:66:"Allows users to create and organize related content in an outline.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"book.test";}s:9:"configure";s:27:"admin/content/book/settings";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"book.css";s:21:"modules/book/book.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:4:"Book";s:11:"description";s:66:"Allows users to create and organize related content in an outline.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"book.test";}s:9:"configure";s:27:"admin/content/book/settings";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"book.css";s:21:"modules/book/book.css";}}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/color/color.module',
@@ -50805,7 +58231,7 @@
   'bootstrap' => '0',
   'schema_version' => '7001',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:5:"Color";s:11:"description";s:70:"Allows administrators to change the color scheme of compatible themes.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:10:"color.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:5:"Color";s:11:"description";s:70:"Allows administrators to change the color scheme of compatible themes.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:10:"color.test";}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/comment/comment.module',
@@ -50816,7 +58242,7 @@
   'bootstrap' => '0',
   'schema_version' => '7009',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:7:"Comment";s:11:"description";s:57:"Allows users to comment on and discuss published content.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:4:"text";}s:5:"files";a:2:{i:0;s:14:"comment.module";i:1;s:12:"comment.test";}s:9:"configure";s:21:"admin/content/comment";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:11:"comment.css";s:27:"modules/comment/comment.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:7:"Comment";s:11:"description";s:57:"Allows users to comment on and discuss published content.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:4:"text";}s:5:"files";a:2:{i:0;s:14:"comment.module";i:1;s:12:"comment.test";}s:9:"configure";s:21:"admin/content/comment";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:11:"comment.css";s:27:"modules/comment/comment.css";}}s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/contact/contact.module',
@@ -50827,7 +58253,7 @@
   'bootstrap' => '0',
   'schema_version' => '7003',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:7:"Contact";s:11:"description";s:61:"Enables the use of both personal and site-wide contact forms.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:12:"contact.test";}s:9:"configure";s:23:"admin/structure/contact";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:7:"Contact";s:11:"description";s:61:"Enables the use of both personal and site-wide contact forms.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:12:"contact.test";}s:9:"configure";s:23:"admin/structure/contact";s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/contextual/contextual.module',
@@ -50838,7 +58264,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:16:"Contextual links";s:11:"description";s:75:"Provides contextual links to perform actions related to elements on a page.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"contextual.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:16:"Contextual links";s:11:"description";s:75:"Provides contextual links to perform actions related to elements on a page.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"contextual.test";}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/dashboard/dashboard.module',
@@ -50849,7 +58275,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:9:"Dashboard";s:11:"description";s:136:"Provides a dashboard page in the administrative interface for organizing administrative tasks and tracking information within your site.";s:4:"core";s:3:"7.x";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:5:"files";a:1:{i:0;s:14:"dashboard.test";}s:12:"dependencies";a:1:{i:0;s:5:"block";}s:9:"configure";s:25:"admin/dashboard/customize";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:9:"Dashboard";s:11:"description";s:136:"Provides a dashboard page in the administrative interface for organizing administrative tasks and tracking information within your site.";s:4:"core";s:3:"7.x";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:5:"files";a:1:{i:0;s:14:"dashboard.test";}s:12:"dependencies";a:1:{i:0;s:5:"block";}s:9:"configure";s:25:"admin/dashboard/customize";s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/dblog/dblog.module',
@@ -50860,7 +58286,7 @@
   'bootstrap' => '1',
   'schema_version' => '7002',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:16:"Database logging";s:11:"description";s:47:"Logs and records system events to the database.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:10:"dblog.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:16:"Database logging";s:11:"description";s:47:"Logs and records system events to the database.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:10:"dblog.test";}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/field/field.module',
@@ -50871,7 +58297,7 @@
   'bootstrap' => '0',
   'schema_version' => '7003',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:5:"Field";s:11:"description";s:57:"Field API to add fields to entities like nodes and users.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:4:{i:0;s:12:"field.module";i:1;s:16:"field.attach.inc";i:2;s:20:"field.info.class.inc";i:3;s:16:"tests/field.test";}s:12:"dependencies";a:1:{i:0;s:17:"field_sql_storage";}s:8:"required";b:1;s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:15:"theme/field.css";s:29:"modules/field/theme/field.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:5:"Field";s:11:"description";s:57:"Field API to add fields to entities like nodes and users.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:4:{i:0;s:12:"field.module";i:1;s:16:"field.attach.inc";i:2;s:20:"field.info.class.inc";i:3;s:16:"tests/field.test";}s:12:"dependencies";a:1:{i:0;s:17:"field_sql_storage";}s:8:"required";b:1;s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:15:"theme/field.css";s:29:"modules/field/theme/field.css";}}s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/field/modules/field_sql_storage/field_sql_storage.module',
@@ -50882,7 +58308,7 @@
   'bootstrap' => '0',
   'schema_version' => '7002',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:17:"Field SQL storage";s:11:"description";s:37:"Stores field data in an SQL database.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:22:"field_sql_storage.test";}s:8:"required";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:17:"Field SQL storage";s:11:"description";s:37:"Stores field data in an SQL database.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:22:"field_sql_storage.test";}s:8:"required";b:1;s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/field/modules/list/list.module',
@@ -50893,7 +58319,7 @@
   'bootstrap' => '0',
   'schema_version' => '7002',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:4:"List";s:11:"description";s:69:"Defines list field types. Use with Options to create selection lists.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:2:{i:0;s:5:"field";i:1;s:7:"options";}s:5:"files";a:1:{i:0;s:15:"tests/list.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
+  'info' => 'a:12:{s:4:"name";s:4:"List";s:11:"description";s:69:"Defines list field types. Use with Options to create selection lists.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:2:{i:0;s:5:"field";i:1;s:7:"options";}s:5:"files";a:1:{i:0;s:15:"tests/list.test";}s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
 ))
 ->values(array(
   'filename' => 'modules/field/modules/list/tests/list_test.module',
@@ -50904,7 +58330,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:9:"List test";s:11:"description";s:41:"Support module for the List module tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:9:"List test";s:11:"description";s:41:"Support module for the List module tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/field/modules/number/number.module',
@@ -50915,7 +58341,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:6:"Number";s:11:"description";s:28:"Defines numeric field types.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:11:"number.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
+  'info' => 'a:12:{s:4:"name";s:6:"Number";s:11:"description";s:28:"Defines numeric field types.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:11:"number.test";}s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
 ))
 ->values(array(
   'filename' => 'modules/field/modules/options/options.module',
@@ -50926,7 +58352,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:7:"Options";s:11:"description";s:82:"Defines selection, check box and radio button widgets for text and numeric fields.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:12:"options.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:7:"Options";s:11:"description";s:82:"Defines selection, check box and radio button widgets for text and numeric fields.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:12:"options.test";}s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/field/modules/text/text.module',
@@ -50937,7 +58363,7 @@
   'bootstrap' => '0',
   'schema_version' => '7000',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:4:"Text";s:11:"description";s:32:"Defines simple text field types.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:9:"text.test";}s:8:"required";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
+  'info' => 'a:12:{s:4:"name";s:4:"Text";s:11:"description";s:32:"Defines simple text field types.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:9:"text.test";}s:8:"required";b:1;s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
 ))
 ->values(array(
   'filename' => 'modules/field/tests/field_test.module',
@@ -50948,7 +58374,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:14:"Field API Test";s:11:"description";s:39:"Support module for the Field API tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:5:"files";a:1:{i:0;s:21:"field_test.entity.inc";}s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:14:"Field API Test";s:11:"description";s:39:"Support module for the Field API tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:5:"files";a:1:{i:0;s:21:"field_test.entity.inc";}s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/field_ui/field_ui.module',
@@ -50959,7 +58385,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:8:"Field UI";s:11:"description";s:33:"User interface for the Field API.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:13:"field_ui.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:8:"Field UI";s:11:"description";s:33:"User interface for the Field API.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:13:"field_ui.test";}s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/file/file.module',
@@ -50970,7 +58396,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:4:"File";s:11:"description";s:26:"Defines a file field type.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:15:"tests/file.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
+  'info' => 'a:12:{s:4:"name";s:4:"File";s:11:"description";s:26:"Defines a file field type.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:5:"field";}s:5:"files";a:1:{i:0;s:15:"tests/file.test";}s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
 ))
 ->values(array(
   'filename' => 'modules/file/tests/file_module_test.module',
@@ -50981,7 +58407,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:9:"File test";s:11:"description";s:53:"Provides hooks for testing File module functionality.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:9:"File test";s:11:"description";s:53:"Provides hooks for testing File module functionality.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/filter/filter.module',
@@ -50992,7 +58418,7 @@
   'bootstrap' => '0',
   'schema_version' => '7010',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:6:"Filter";s:11:"description";s:43:"Filters content in preparation for display.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"filter.test";}s:8:"required";b:1;s:9:"configure";s:28:"admin/config/content/formats";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:6:"Filter";s:11:"description";s:43:"Filters content in preparation for display.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"filter.test";}s:8:"required";b:1;s:9:"configure";s:28:"admin/config/content/formats";s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/forum/forum.module',
@@ -51003,7 +58429,7 @@
   'bootstrap' => '0',
   'schema_version' => '7012',
   'weight' => '1',
-  'info' => 'a:14:{s:4:"name";s:5:"Forum";s:11:"description";s:27:"Provides discussion forums.";s:12:"dependencies";a:2:{i:0;s:8:"taxonomy";i:1;s:7:"comment";}s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:10:"forum.test";}s:9:"configure";s:21:"admin/structure/forum";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"forum.css";s:23:"modules/forum/forum.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:5:"Forum";s:11:"description";s:27:"Provides discussion forums.";s:12:"dependencies";a:2:{i:0;s:8:"taxonomy";i:1;s:7:"comment";}s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:10:"forum.test";}s:9:"configure";s:21:"admin/structure/forum";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"forum.css";s:23:"modules/forum/forum.css";}}s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/help/help.module',
@@ -51014,7 +58440,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:4:"Help";s:11:"description";s:35:"Manages the display of online help.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"help.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:4:"Help";s:11:"description";s:35:"Manages the display of online help.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"help.test";}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/image/image.module',
@@ -51025,7 +58451,7 @@
   'bootstrap' => '0',
   'schema_version' => '7005',
   'weight' => '0',
-  'info' => 'a:15:{s:4:"name";s:5:"Image";s:11:"description";s:34:"Provides image manipulation tools.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:4:"file";}s:5:"files";a:1:{i:0;s:10:"image.test";}s:9:"configure";s:31:"admin/config/media/image-styles";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
+  'info' => 'a:13:{s:4:"name";s:5:"Image";s:11:"description";s:34:"Provides image manipulation tools.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:4:"file";}s:5:"files";a:1:{i:0;s:10:"image.test";}s:9:"configure";s:31:"admin/config/media/image-styles";s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
 ))
 ->values(array(
   'filename' => 'modules/image/tests/image_module_test.module',
@@ -51036,7 +58462,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:10:"Image test";s:11:"description";s:69:"Provides hook implementations for testing Image module functionality.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:24:"image_module_test.module";}s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:10:"Image test";s:11:"description";s:69:"Provides hook implementations for testing Image module functionality.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:24:"image_module_test.module";}s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/locale/locale.module',
@@ -51047,7 +58473,7 @@
   'bootstrap' => '0',
   'schema_version' => '7005',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:6:"Locale";s:11:"description";s:119:"Adds language handling functionality and enables the translation of the user interface to languages other than English.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"locale.test";}s:9:"configure";s:30:"admin/config/regional/language";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:6:"Locale";s:11:"description";s:119:"Adds language handling functionality and enables the translation of the user interface to languages other than English.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"locale.test";}s:9:"configure";s:30:"admin/config/regional/language";s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/locale/tests/locale_test.module',
@@ -51058,7 +58484,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:11:"Locale Test";s:11:"description";s:42:"Support module for the locale layer tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:11:"Locale Test";s:11:"description";s:42:"Support module for the locale layer tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/menu/menu.module',
@@ -51069,7 +58495,7 @@
   'bootstrap' => '0',
   'schema_version' => '7003',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:4:"Menu";s:11:"description";s:60:"Allows administrators to customize the site navigation menu.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"menu.test";}s:9:"configure";s:20:"admin/structure/menu";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:4:"Menu";s:11:"description";s:60:"Allows administrators to customize the site navigation menu.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"menu.test";}s:9:"configure";s:20:"admin/structure/menu";s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/node/node.module',
@@ -51080,7 +58506,7 @@
   'bootstrap' => '0',
   'schema_version' => '7015',
   'weight' => '0',
-  'info' => 'a:15:{s:4:"name";s:4:"Node";s:11:"description";s:66:"Allows content to be submitted to the site and displayed on pages.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:11:"node.module";i:1;s:9:"node.test";}s:8:"required";b:1;s:9:"configure";s:21:"admin/structure/types";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"node.css";s:21:"modules/node/node.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:4:"Node";s:11:"description";s:66:"Allows content to be submitted to the site and displayed on pages.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:11:"node.module";i:1;s:9:"node.test";}s:8:"required";b:1;s:9:"configure";s:21:"admin/structure/types";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"node.css";s:21:"modules/node/node.css";}}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/node/tests/node_access_test.module',
@@ -51091,7 +58517,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:24:"Node module access tests";s:11:"description";s:43:"Support module for node permission testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:24:"Node module access tests";s:11:"description";s:43:"Support module for node permission testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/node/tests/node_test.module',
@@ -51102,7 +58528,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:17:"Node module tests";s:11:"description";s:40:"Support module for node related testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:17:"Node module tests";s:11:"description";s:40:"Support module for node related testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/node/tests/node_test_exception.module',
@@ -51113,7 +58539,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:27:"Node module exception tests";s:11:"description";s:50:"Support module for node related exception testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:27:"Node module exception tests";s:11:"description";s:50:"Support module for node related exception testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/openid/openid.module',
@@ -51124,7 +58550,7 @@
   'bootstrap' => '0',
   'schema_version' => '7000',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:6:"OpenID";s:11:"description";s:48:"Allows users to log into your site using OpenID.";s:7:"version";s:4:"7.40";s:7:"package";s:4:"Core";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"openid.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:6:"OpenID";s:11:"description";s:48:"Allows users to log into your site using OpenID.";s:7:"version";s:4:"7.40";s:7:"package";s:4:"Core";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"openid.test";}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/openid/tests/openid_test.module',
@@ -51135,7 +58561,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:21:"OpenID dummy provider";s:11:"description";s:33:"OpenID provider used for testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"openid";}s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:21:"OpenID dummy provider";s:11:"description";s:33:"OpenID provider used for testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"openid";}s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/overlay/overlay.module',
@@ -51146,7 +58572,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:7:"Overlay";s:11:"description";s:59:"Displays the Drupal administration interface in an overlay.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:7:"Overlay";s:11:"description";s:59:"Displays the Drupal administration interface in an overlay.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/path/path.module',
@@ -51157,7 +58583,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:4:"Path";s:11:"description";s:28:"Allows users to rename URLs.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"path.test";}s:9:"configure";s:24:"admin/config/search/path";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:4:"Path";s:11:"description";s:28:"Allows users to rename URLs.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"path.test";}s:9:"configure";s:24:"admin/config/search/path";s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/php/php.module',
@@ -51168,7 +58594,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:10:"PHP filter";s:11:"description";s:50:"Allows embedded PHP code/snippets to be evaluated.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:8:"php.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:10:"PHP filter";s:11:"description";s:50:"Allows embedded PHP code/snippets to be evaluated.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:8:"php.test";}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/poll/poll.module',
@@ -51179,7 +58605,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:4:"Poll";s:11:"description";s:95:"Allows your site to capture votes on different topics in the form of multiple choice questions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"poll.test";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"poll.css";s:21:"modules/poll/poll.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:4:"Poll";s:11:"description";s:95:"Allows your site to capture votes on different topics in the form of multiple choice questions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:9:"poll.test";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"poll.css";s:21:"modules/poll/poll.css";}}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/profile/profile.module',
@@ -51190,7 +58616,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:7:"Profile";s:11:"description";s:36:"Supports configurable user profiles.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:12:"profile.test";}s:9:"configure";s:27:"admin/config/people/profile";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:7:"Profile";s:11:"description";s:36:"Supports configurable user profiles.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:12:"profile.test";}s:9:"configure";s:27:"admin/config/people/profile";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/rdf/rdf.module',
@@ -51201,7 +58627,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:3:"RDF";s:11:"description";s:148:"Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:8:"rdf.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:3:"RDF";s:11:"description";s:148:"Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:8:"rdf.test";}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/rdf/tests/rdf_test.module',
@@ -51212,7 +58638,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:16:"RDF module tests";s:11:"description";s:38:"Support module for RDF module testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:16:"RDF module tests";s:11:"description";s:38:"Support module for RDF module testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/search/search.module',
@@ -51223,7 +58649,7 @@
   'bootstrap' => '0',
   'schema_version' => '7000',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:6:"Search";s:11:"description";s:36:"Enables site-wide keyword searching.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:19:"search.extender.inc";i:1;s:11:"search.test";}s:9:"configure";s:28:"admin/config/search/settings";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:10:"search.css";s:25:"modules/search/search.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:6:"Search";s:11:"description";s:36:"Enables site-wide keyword searching.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:19:"search.extender.inc";i:1;s:11:"search.test";}s:9:"configure";s:28:"admin/config/search/settings";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:10:"search.css";s:25:"modules/search/search.css";}}s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/search/tests/search_embedded_form.module',
@@ -51234,7 +58660,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:20:"Search embedded form";s:11:"description";s:59:"Support module for search module testing of embedded forms.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:20:"Search embedded form";s:11:"description";s:59:"Support module for search module testing of embedded forms.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/search/tests/search_extra_type.module',
@@ -51245,7 +58671,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:16:"Test search type";s:11:"description";s:41:"Support module for search module testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:16:"Test search type";s:11:"description";s:41:"Support module for search module testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/search/tests/search_node_tags.module',
@@ -51256,7 +58682,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:21:"Test search node tags";s:11:"description";s:44:"Support module for Node search tags testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:21:"Test search node tags";s:11:"description";s:44:"Support module for Node search tags testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/shortcut/shortcut.module',
@@ -51267,7 +58693,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:8:"Shortcut";s:11:"description";s:60:"Allows users to manage customizable lists of shortcut links.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:13:"shortcut.test";}s:9:"configure";s:36:"admin/config/user-interface/shortcut";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:8:"Shortcut";s:11:"description";s:60:"Allows users to manage customizable lists of shortcut links.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:13:"shortcut.test";}s:9:"configure";s:36:"admin/config/user-interface/shortcut";s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/simpletest.module',
@@ -51278,7 +58704,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:7:"Testing";s:11:"description";s:53:"Provides a framework for unit and functional testing.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:50:{i:0;s:15:"simpletest.test";i:1;s:24:"drupal_web_test_case.php";i:2;s:18:"tests/actions.test";i:3;s:15:"tests/ajax.test";i:4;s:16:"tests/batch.test";i:5;s:15:"tests/boot.test";i:6;s:20:"tests/bootstrap.test";i:7;s:16:"tests/cache.test";i:8;s:17:"tests/common.test";i:9;s:24:"tests/database_test.test";i:10;s:22:"tests/entity_crud.test";i:11;s:32:"tests/entity_crud_hook_test.test";i:12;s:23:"tests/entity_query.test";i:13;s:16:"tests/error.test";i:14;s:15:"tests/file.test";i:15;s:23:"tests/filetransfer.test";i:16;s:15:"tests/form.test";i:17;s:16:"tests/graph.test";i:18;s:16:"tests/image.test";i:19;s:15:"tests/lock.test";i:20;s:15:"tests/mail.test";i:21;s:15:"tests/menu.test";i:22;s:17:"tests/module.test";i:23;s:16:"tests/pager.test";i:24;s:19:"tests/password.test";i:25;s:15:"tests/path.test";i:26;s:19:"tests/registry.test";i:27;s:17:"tests/schema.test";i:28;s:18:"tests/session.test";i:29;s:20:"tests/tablesort.test";i:30;s:16:"tests/theme.test";i:31;s:18:"tests/unicode.test";i:32;s:17:"tests/update.test";i:33;s:17:"tests/xmlrpc.test";i:34;s:26:"tests/upgrade/upgrade.test";i:35;s:34:"tests/upgrade/upgrade.comment.test";i:36;s:33:"tests/upgrade/upgrade.filter.test";i:37;s:32:"tests/upgrade/upgrade.forum.test";i:38;s:33:"tests/upgrade/upgrade.locale.test";i:39;s:31:"tests/upgrade/upgrade.menu.test";i:40;s:31:"tests/upgrade/upgrade.node.test";i:41;s:35:"tests/upgrade/upgrade.taxonomy.test";i:42;s:34:"tests/upgrade/upgrade.trigger.test";i:43;s:39:"tests/upgrade/upgrade.translatable.test";i:44;s:33:"tests/upgrade/upgrade.upload.test";i:45;s:31:"tests/upgrade/upgrade.user.test";i:46;s:36:"tests/upgrade/update.aggregator.test";i:47;s:33:"tests/upgrade/update.trigger.test";i:48;s:31:"tests/upgrade/update.field.test";i:49;s:30:"tests/upgrade/update.user.test";}s:9:"configure";s:41:"admin/config/development/testing/settings";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:7:"Testing";s:11:"description";s:53:"Provides a framework for unit and functional testing.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:50:{i:0;s:15:"simpletest.test";i:1;s:24:"drupal_web_test_case.php";i:2;s:18:"tests/actions.test";i:3;s:15:"tests/ajax.test";i:4;s:16:"tests/batch.test";i:5;s:15:"tests/boot.test";i:6;s:20:"tests/bootstrap.test";i:7;s:16:"tests/cache.test";i:8;s:17:"tests/common.test";i:9;s:24:"tests/database_test.test";i:10;s:22:"tests/entity_crud.test";i:11;s:32:"tests/entity_crud_hook_test.test";i:12;s:23:"tests/entity_query.test";i:13;s:16:"tests/error.test";i:14;s:15:"tests/file.test";i:15;s:23:"tests/filetransfer.test";i:16;s:15:"tests/form.test";i:17;s:16:"tests/graph.test";i:18;s:16:"tests/image.test";i:19;s:15:"tests/lock.test";i:20;s:15:"tests/mail.test";i:21;s:15:"tests/menu.test";i:22;s:17:"tests/module.test";i:23;s:16:"tests/pager.test";i:24;s:19:"tests/password.test";i:25;s:15:"tests/path.test";i:26;s:19:"tests/registry.test";i:27;s:17:"tests/schema.test";i:28;s:18:"tests/session.test";i:29;s:20:"tests/tablesort.test";i:30;s:16:"tests/theme.test";i:31;s:18:"tests/unicode.test";i:32;s:17:"tests/update.test";i:33;s:17:"tests/xmlrpc.test";i:34;s:26:"tests/upgrade/upgrade.test";i:35;s:34:"tests/upgrade/upgrade.comment.test";i:36;s:33:"tests/upgrade/upgrade.filter.test";i:37;s:32:"tests/upgrade/upgrade.forum.test";i:38;s:33:"tests/upgrade/upgrade.locale.test";i:39;s:31:"tests/upgrade/upgrade.menu.test";i:40;s:31:"tests/upgrade/upgrade.node.test";i:41;s:35:"tests/upgrade/upgrade.taxonomy.test";i:42;s:34:"tests/upgrade/upgrade.trigger.test";i:43;s:39:"tests/upgrade/upgrade.translatable.test";i:44;s:33:"tests/upgrade/upgrade.upload.test";i:45;s:31:"tests/upgrade/upgrade.user.test";i:46;s:36:"tests/upgrade/update.aggregator.test";i:47;s:33:"tests/upgrade/update.trigger.test";i:48;s:31:"tests/upgrade/update.field.test";i:49;s:30:"tests/upgrade/update.user.test";}s:9:"configure";s:41:"admin/config/development/testing/settings";s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/actions_loop_test.module',
@@ -51289,7 +58715,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:17:"Actions loop test";s:11:"description";s:39:"Support module for action loop testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:17:"Actions loop test";s:11:"description";s:39:"Support module for action loop testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/ajax_forms_test.module',
@@ -51300,7 +58726,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:26:"AJAX form test mock module";s:11:"description";s:25:"Test for AJAX form calls.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:26:"AJAX form test mock module";s:11:"description";s:25:"Test for AJAX form calls.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/ajax_test.module',
@@ -51311,7 +58737,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:9:"AJAX Test";s:11:"description";s:40:"Support module for AJAX framework tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:9:"AJAX Test";s:11:"description";s:40:"Support module for AJAX framework tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/batch_test.module',
@@ -51322,7 +58748,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:14:"Batch API test";s:11:"description";s:35:"Support module for Batch API tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:14:"Batch API test";s:11:"description";s:35:"Support module for Batch API tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/boot_test_1.module',
@@ -51333,7 +58759,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:21:"Early bootstrap tests";s:11:"description";s:39:"A support module for hook_boot testing.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:21:"Early bootstrap tests";s:11:"description";s:39:"A support module for hook_boot testing.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/boot_test_2.module',
@@ -51344,7 +58770,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:21:"Early bootstrap tests";s:11:"description";s:44:"A support module for hook_boot hook testing.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:21:"Early bootstrap tests";s:11:"description";s:44:"A support module for hook_boot hook testing.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/common_test.module',
@@ -51355,7 +58781,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:11:"Common Test";s:11:"description";s:32:"Support module for Common tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:15:"common_test.css";s:40:"modules/simpletest/tests/common_test.css";}s:5:"print";a:1:{s:21:"common_test.print.css";s:46:"modules/simpletest/tests/common_test.print.css";}}s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:11:"Common Test";s:11:"description";s:32:"Support module for Common tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:15:"common_test.css";s:40:"modules/simpletest/tests/common_test.css";}s:5:"print";a:1:{s:21:"common_test.print.css";s:46:"modules/simpletest/tests/common_test.print.css";}}s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/common_test_cron_helper.module',
@@ -51366,7 +58792,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:23:"Common Test Cron Helper";s:11:"description";s:56:"Helper module for CronRunTestCase::testCronExceptions().";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:23:"Common Test Cron Helper";s:11:"description";s:56:"Helper module for CronRunTestCase::testCronExceptions().";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/database_test.module',
@@ -51377,7 +58803,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:13:"Database Test";s:11:"description";s:40:"Support module for Database layer tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:13:"Database Test";s:11:"description";s:40:"Support module for Database layer tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/drupal_autoload_test/drupal_autoload_test.module',
@@ -51388,7 +58814,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:25:"Drupal code registry test";s:11:"description";s:45:"Support module for testing the code registry.";s:5:"files";a:2:{i:0;s:34:"drupal_autoload_test_interface.inc";i:1;s:30:"drupal_autoload_test_class.inc";}s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:25:"Drupal code registry test";s:11:"description";s:45:"Support module for testing the code registry.";s:5:"files";a:2:{i:0;s:34:"drupal_autoload_test_interface.inc";i:1;s:30:"drupal_autoload_test_class.inc";}s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.module',
@@ -51399,7 +58825,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:37:"Drupal system listing compatible test";s:11:"description";s:62:"Support module for testing the drupal_system_listing function.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:37:"Drupal system listing compatible test";s:11:"description";s:62:"Support module for testing the drupal_system_listing function.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/drupal_system_listing_incompatible_test/drupal_system_listing_incompatible_test.module',
@@ -51410,7 +58836,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:39:"Drupal system listing incompatible test";s:11:"description";s:62:"Support module for testing the drupal_system_listing function.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:39:"Drupal system listing incompatible test";s:11:"description";s:62:"Support module for testing the drupal_system_listing function.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/entity_cache_test.module',
@@ -51421,7 +58847,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:17:"Entity cache test";s:11:"description";s:40:"Support module for testing entity cache.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:28:"entity_cache_test_dependency";}s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:17:"Entity cache test";s:11:"description";s:40:"Support module for testing entity cache.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:28:"entity_cache_test_dependency";}s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/entity_cache_test_dependency.module',
@@ -51432,7 +58858,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:28:"Entity cache test dependency";s:11:"description";s:51:"Support dependency module for testing entity cache.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:28:"Entity cache test dependency";s:11:"description";s:51:"Support dependency module for testing entity cache.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/entity_crud_hook_test.module',
@@ -51443,7 +58869,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:22:"Entity CRUD Hooks Test";s:11:"description";s:35:"Support module for CRUD hook tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:22:"Entity CRUD Hooks Test";s:11:"description";s:35:"Support module for CRUD hook tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/entity_query_access_test.module',
@@ -51454,7 +58880,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:24:"Entity query access test";s:11:"description";s:49:"Support module for checking entity query results.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:24:"Entity query access test";s:11:"description";s:49:"Support module for checking entity query results.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/error_test.module',
@@ -51465,7 +58891,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:10:"Error test";s:11:"description";s:47:"Support module for error and exception testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:10:"Error test";s:11:"description";s:47:"Support module for error and exception testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/file_test.module',
@@ -51476,7 +58902,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:9:"File test";s:11:"description";s:39:"Support module for file handling tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:16:"file_test.module";}s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:9:"File test";s:11:"description";s:39:"Support module for file handling tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:16:"file_test.module";}s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/filter_test.module',
@@ -51487,7 +58913,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:18:"Filter test module";s:11:"description";s:33:"Tests filter hooks and functions.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:18:"Filter test module";s:11:"description";s:33:"Tests filter hooks and functions.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/form_test.module',
@@ -51498,7 +58924,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:12:"FormAPI Test";s:11:"description";s:34:"Support module for Form API tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:12:"FormAPI Test";s:11:"description";s:34:"Support module for Form API tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/image_test.module',
@@ -51509,7 +58935,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:10:"Image test";s:11:"description";s:39:"Support module for image toolkit tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:10:"Image test";s:11:"description";s:39:"Support module for image toolkit tests.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/menu_test.module',
@@ -51520,7 +58946,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:15:"Hook menu tests";s:11:"description";s:37:"Support module for menu hook testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:15:"Hook menu tests";s:11:"description";s:37:"Support module for menu hook testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/module_test.module',
@@ -51531,7 +58957,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:11:"Module test";s:11:"description";s:41:"Support module for module system testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:11:"Module test";s:11:"description";s:41:"Support module for module system testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/path_test.module',
@@ -51542,7 +58968,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:15:"Hook path tests";s:11:"description";s:37:"Support module for path hook testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:15:"Hook path tests";s:11:"description";s:37:"Support module for path hook testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762878;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/psr_0_test/psr_0_test.module',
@@ -51553,7 +58979,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:16:"PSR-0 Test cases";s:11:"description";s:44:"Test classes to be discovered by simpletest.";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:16:"PSR-0 Test cases";s:11:"description";s:44:"Test classes to be discovered by simpletest.";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"package";s:7:"Testing";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:7:"version";N;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/psr_4_test/psr_4_test.module',
@@ -51564,7 +58990,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:16:"PSR-4 Test cases";s:11:"description";s:44:"Test classes to be discovered by simpletest.";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:16:"PSR-4 Test cases";s:11:"description";s:44:"Test classes to be discovered by simpletest.";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"package";s:7:"Testing";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:7:"version";N;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/requirements1_test.module',
@@ -51575,7 +59001,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => "a:13:{s:4:\"name\";s:19:\"Requirements 1 Test\";s:11:\"description\";s:80:\"Tests that a module is not installed when it fails hook_requirements('install').\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:5:\"mtime\";i:1444866674;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}",
+  'info' => "a:11:{s:4:\"name\";s:19:\"Requirements 1 Test\";s:11:\"description\";s:80:\"Tests that a module is not installed when it fails hook_requirements('install').\";s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:5:\"mtime\";i:1535762879;s:12:\"dependencies\";a:0:{}s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}",
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/requirements2_test.module',
@@ -51586,7 +59012,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => "a:13:{s:4:\"name\";s:19:\"Requirements 2 Test\";s:11:\"description\";s:98:\"Tests that a module is not installed when the one it depends on fails hook_requirements('install).\";s:12:\"dependencies\";a:2:{i:0;s:18:\"requirements1_test\";i:1;s:7:\"comment\";}s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:5:\"mtime\";i:1444866674;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}",
+  'info' => "a:11:{s:4:\"name\";s:19:\"Requirements 2 Test\";s:11:\"description\";s:98:\"Tests that a module is not installed when the one it depends on fails hook_requirements('install).\";s:12:\"dependencies\";a:2:{i:0;s:18:\"requirements1_test\";i:1;s:7:\"comment\";}s:7:\"package\";s:7:\"Testing\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:6:\"hidden\";b:1;s:5:\"mtime\";i:1535762879;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}",
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/session_test.module',
@@ -51597,7 +59023,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:12:"Session test";s:11:"description";s:40:"Support module for session data testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:12:"Session test";s:11:"description";s:40:"Support module for session data testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/system_dependencies_test.module',
@@ -51608,7 +59034,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:22:"System dependency test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:19:"_missing_dependency";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:22:"System dependency test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:19:"_missing_dependency";}s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/system_incompatible_core_version_dependencies_test.module',
@@ -51619,7 +59045,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:50:"System incompatible core version dependencies test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:37:"system_incompatible_core_version_test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:50:"System incompatible core version dependencies test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:37:"system_incompatible_core_version_test";}s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/system_incompatible_core_version_test.module',
@@ -51630,7 +59056,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:37:"System incompatible core version test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"5.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:37:"System incompatible core version test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"5.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/system_incompatible_module_version_dependencies_test.module',
@@ -51641,7 +59067,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:52:"System incompatible module version dependencies test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:46:"system_incompatible_module_version_test (>2.0)";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:52:"System incompatible module version dependencies test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:46:"system_incompatible_module_version_test (>2.0)";}s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/system_incompatible_module_version_test.module',
@@ -51652,7 +59078,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:39:"System incompatible module version test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:39:"System incompatible module version test";s:11:"description";s:47:"Support module for testing system dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:3:"1.0";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/system_project_namespace_test.module',
@@ -51663,7 +59089,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:29:"System project namespace test";s:11:"description";s:58:"Support module for testing project namespace dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:13:"drupal:filter";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:29:"System project namespace test";s:11:"description";s:58:"Support module for testing project namespace dependencies.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:13:"drupal:filter";}s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/system_test.module',
@@ -51674,7 +59100,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:11:"System test";s:11:"description";s:34:"Support module for system testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:18:"system_test.module";}s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:11:"System test";s:11:"description";s:34:"Support module for system testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:18:"system_test.module";}s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/taxonomy_test.module',
@@ -51685,7 +59111,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:20:"Taxonomy test module";s:11:"description";s:45:""Tests functions and hooks not used in core".";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:8:"taxonomy";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:20:"Taxonomy test module";s:11:"description";s:45:""Tests functions and hooks not used in core".";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:1:{i:0;s:8:"taxonomy";}s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/theme_test.module',
@@ -51696,7 +59122,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:10:"Theme test";s:11:"description";s:40:"Support module for theme system testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:10:"Theme test";s:11:"description";s:40:"Support module for theme system testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/update_script_test.module',
@@ -51707,7 +59133,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:18:"Update script test";s:11:"description";s:41:"Support module for update script testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:18:"Update script test";s:11:"description";s:41:"Support module for update script testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/update_test_1.module',
@@ -51718,7 +59144,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:11:"Update test";s:11:"description";s:34:"Support module for update testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:11:"Update test";s:11:"description";s:34:"Support module for update testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/update_test_2.module',
@@ -51729,7 +59155,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:11:"Update test";s:11:"description";s:34:"Support module for update testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:11:"Update test";s:11:"description";s:34:"Support module for update testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/update_test_3.module',
@@ -51740,7 +59166,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:11:"Update test";s:11:"description";s:34:"Support module for update testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:11:"Update test";s:11:"description";s:34:"Support module for update testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/url_alter_test.module',
@@ -51751,7 +59177,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:15:"Url_alter tests";s:11:"description";s:45:"A support modules for url_alter hook testing.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:15:"Url_alter tests";s:11:"description";s:45:"A support modules for url_alter hook testing.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/simpletest/tests/xmlrpc_test.module',
@@ -51762,7 +59188,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:12:"XML-RPC Test";s:11:"description";s:75:"Support module for XML-RPC tests according to the validator1 specification.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:12:"XML-RPC Test";s:11:"description";s:75:"Support module for XML-RPC tests according to the validator1 specification.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/statistics/statistics.module',
@@ -51773,7 +59199,7 @@
   'bootstrap' => '1',
   'schema_version' => '7000',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:10:"Statistics";s:11:"description";s:37:"Logs access statistics for your site.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"statistics.test";}s:9:"configure";s:30:"admin/config/system/statistics";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:10:"Statistics";s:11:"description";s:37:"Logs access statistics for your site.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"statistics.test";}s:9:"configure";s:30:"admin/config/system/statistics";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/syslog/syslog.module',
@@ -51784,7 +59210,7 @@
   'bootstrap' => '1',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:6:"Syslog";s:11:"description";s:41:"Logs and records system events to syslog.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"syslog.test";}s:9:"configure";s:32:"admin/config/development/logging";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:6:"Syslog";s:11:"description";s:41:"Logs and records system events to syslog.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"syslog.test";}s:9:"configure";s:32:"admin/config/development/logging";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/system/system.module',
@@ -51792,10 +59218,10 @@
   'type' => 'module',
   'owner' => '',
   'status' => '1',
-  'bootstrap' => '1',
+  'bootstrap' => '0',
   'schema_version' => '7080',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:6:"System";s:11:"description";s:54:"Handles general site configuration for administrators.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:6:{i:0;s:19:"system.archiver.inc";i:1;s:15:"system.mail.inc";i:2;s:16:"system.queue.inc";i:3;s:14:"system.tar.inc";i:4;s:18:"system.updater.inc";i:5;s:11:"system.test";}s:8:"required";b:1;s:9:"configure";s:19:"admin/config/system";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:6:"System";s:11:"description";s:54:"Handles general site configuration for administrators.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:6:{i:0;s:19:"system.archiver.inc";i:1;s:15:"system.mail.inc";i:2;s:16:"system.queue.inc";i:3;s:14:"system.tar.inc";i:4;s:18:"system.updater.inc";i:5;s:11:"system.test";}s:8:"required";b:1;s:9:"configure";s:19:"admin/config/system";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/system/tests/cron_queue_test.module',
@@ -51806,7 +59232,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:15:"Cron Queue test";s:11:"description";s:41:"Support module for the cron queue runner.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:15:"Cron Queue test";s:11:"description";s:41:"Support module for the cron queue runner.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/taxonomy/taxonomy.module',
@@ -51817,7 +59243,7 @@
   'bootstrap' => '0',
   'schema_version' => '7011',
   'weight' => '0',
-  'info' => 'a:15:{s:4:"name";s:8:"Taxonomy";s:11:"description";s:38:"Enables the categorization of content.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:7:"options";}s:5:"files";a:2:{i:0;s:15:"taxonomy.module";i:1;s:13:"taxonomy.test";}s:9:"configure";s:24:"admin/structure/taxonomy";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
+  'info' => 'a:13:{s:4:"name";s:8:"Taxonomy";s:11:"description";s:38:"Enables the categorization of content.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:7:"options";}s:5:"files";a:2:{i:0;s:15:"taxonomy.module";i:1;s:13:"taxonomy.test";}s:9:"configure";s:24:"admin/structure/taxonomy";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
 ))
 ->values(array(
   'filename' => 'modules/toolbar/toolbar.module',
@@ -51828,7 +59254,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:7:"Toolbar";s:11:"description";s:99:"Provides a toolbar that shows the top-level administration menu items and links from other modules.";s:4:"core";s:3:"7.x";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:7:"Toolbar";s:11:"description";s:99:"Provides a toolbar that shows the top-level administration menu items and links from other modules.";s:4:"core";s:3:"7.x";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/tracker/tracker.module',
@@ -51839,7 +59265,7 @@
   'bootstrap' => '0',
   'schema_version' => '7000',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:7:"Tracker";s:11:"description";s:45:"Enables tracking of recent content for users.";s:12:"dependencies";a:1:{i:0;s:7:"comment";}s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:12:"tracker.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:7:"Tracker";s:11:"description";s:45:"Enables tracking of recent content for users.";s:12:"dependencies";a:1:{i:0;s:7:"comment";}s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:12:"tracker.test";}s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/translation/tests/translation_test.module',
@@ -51850,7 +59276,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:24:"Content Translation Test";s:11:"description";s:49:"Support module for the content translation tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:24:"Content Translation Test";s:11:"description";s:49:"Support module for the content translation tests.";s:4:"core";s:3:"7.x";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/translation/translation.module',
@@ -51861,7 +59287,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:19:"Content translation";s:11:"description";s:57:"Allows content to be translated into different languages.";s:12:"dependencies";a:1:{i:0;s:6:"locale";}s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:16:"translation.test";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:10:{s:4:"name";s:19:"Content translation";s:11:"description";s:57:"Allows content to be translated into different languages.";s:12:"dependencies";a:1:{i:0;s:6:"locale";}s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:16:"translation.test";}s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/trigger/tests/trigger_test.module',
@@ -51872,7 +59298,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:12:"Trigger Test";s:11:"description";s:33:"Support module for Trigger tests.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:12:"Trigger Test";s:11:"description";s:33:"Support module for Trigger tests.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:7:"version";N;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/trigger/trigger.module',
@@ -51883,7 +59309,7 @@
   'bootstrap' => '0',
   'schema_version' => '7002',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:7:"Trigger";s:11:"description";s:90:"Enables actions to be fired on certain system events, such as when new content is created.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:12:"trigger.test";}s:9:"configure";s:23:"admin/structure/trigger";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:7:"Trigger";s:11:"description";s:90:"Enables actions to be fired on certain system events, such as when new content is created.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:12:"trigger.test";}s:9:"configure";s:23:"admin/structure/trigger";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/update/tests/aaa_update_test.module',
@@ -51894,7 +59320,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:15:"AAA Update test";s:11:"description";s:41:"Support module for update module testing.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:15:"AAA Update test";s:11:"description";s:41:"Support module for update module testing.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:7:"version";N;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/update/tests/bbb_update_test.module',
@@ -51905,7 +59331,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:15:"BBB Update test";s:11:"description";s:41:"Support module for update module testing.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:15:"BBB Update test";s:11:"description";s:41:"Support module for update module testing.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:7:"version";N;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/update/tests/ccc_update_test.module',
@@ -51916,7 +59342,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:15:"CCC Update test";s:11:"description";s:41:"Support module for update module testing.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:4:"7.40";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:15:"CCC Update test";s:11:"description";s:41:"Support module for update module testing.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:7:"version";N;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/update/tests/update_test.module',
@@ -51927,7 +59353,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:11:"Update test";s:11:"description";s:41:"Support module for update module testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:11:"Update test";s:11:"description";s:41:"Support module for update module testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/update/update.module',
@@ -51938,7 +59364,7 @@
   'bootstrap' => '0',
   'schema_version' => '7001',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:14:"Update manager";s:11:"description";s:104:"Checks for available updates, and can securely install or update modules and themes via a web interface.";s:7:"version";s:4:"7.40";s:7:"package";s:4:"Core";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"update.test";}s:9:"configure";s:30:"admin/reports/updates/settings";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:14:"Update manager";s:11:"description";s:104:"Checks for available updates, and can securely install or update modules and themes via a web interface.";s:7:"version";s:4:"7.40";s:7:"package";s:4:"Core";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:11:"update.test";}s:9:"configure";s:30:"admin/reports/updates/settings";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/user/tests/user_form_test.module',
@@ -51949,7 +59375,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:22:"User module form tests";s:11:"description";s:37:"Support module for user form testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:11:{s:4:"name";s:22:"User module form tests";s:11:"description";s:37:"Support module for user form testing.";s:7:"package";s:7:"Testing";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'modules/user/user.module',
@@ -51960,7 +59386,7 @@
   'bootstrap' => '0',
   'schema_version' => '7018',
   'weight' => '0',
-  'info' => 'a:15:{s:4:"name";s:4:"User";s:11:"description";s:47:"Manages the user registration and login system.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:11:"user.module";i:1;s:9:"user.test";}s:8:"required";b:1;s:9:"configure";s:19:"admin/config/people";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"user.css";s:21:"modules/user/user.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:5:"mtime";i:1444866674;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:4:"User";s:11:"description";s:47:"Manages the user registration and login system.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:11:"user.module";i:1;s:9:"user.test";}s:8:"required";b:1;s:9:"configure";s:19:"admin/config/people";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"user.css";s:21:"modules/user/user.css";}}s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'profiles/standard/standard.profile',
@@ -52004,7 +59430,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:11:"Bulk Export";s:11:"description";s:67:"Performs bulk exporting of data objects known about by Chaos tools.";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:11:"Bulk Export";s:11:"description";s:67:"Performs bulk exporting of data objects known about by Chaos tools.";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:8:"7.x-1.14";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/ctools.module',
@@ -52015,7 +59441,7 @@
   'bootstrap' => '0',
   'schema_version' => '6008',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:11:"Chaos tools";s:11:"description";s:46:"A library of helpful tools by Merlin of Chaos.";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:5:"files";a:3:{i:0;s:20:"includes/context.inc";i:1;s:22:"includes/math-expr.inc";i:2;s:21:"includes/stylizer.inc";}s:7:"version";s:7:"7.x-1.4";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1392220730";s:5:"mtime";i:1392220730;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:11:"Chaos tools";s:11:"description";s:46:"A library of helpful tools by Merlin of Chaos.";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:5:"files";a:14:{i:0;s:20:"includes/context.inc";i:1;s:22:"includes/css-cache.inc";i:2;s:22:"includes/math-expr.inc";i:3;s:21:"includes/stylizer.inc";i:4;s:18:"tests/context.test";i:5;s:14:"tests/css.test";i:6;s:20:"tests/css_cache.test";i:7;s:25:"tests/ctools.plugins.test";i:8;s:17:"tests/ctools.test";i:9;s:26:"tests/math_expression.test";i:10;s:32:"tests/math_expression_stack.test";i:11;s:23:"tests/object_cache.test";i:12;s:28:"tests/object_cache_unit.test";i:13;s:22:"tests/page_tokens.test";}s:7:"version";s:8:"7.x-1.14";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/ctools_access_ruleset/ctools_access_ruleset.module',
@@ -52026,7 +59452,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:15:"Custom rulesets";s:11:"description";s:81:"Create custom, exportable, reusable access rulesets for applications like Panels.";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:15:"Custom rulesets";s:11:"description";s:81:"Create custom, exportable, reusable access rulesets for applications like Panels.";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:8:"7.x-1.14";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/ctools_ajax_sample/ctools_ajax_sample.module',
@@ -52037,7 +59463,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:33:"Chaos Tools (CTools) AJAX Example";s:11:"description";s:41:"Shows how to use the power of Chaos AJAX.";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:4:"core";s:3:"7.x";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:33:"Chaos Tools (CTools) AJAX Example";s:11:"description";s:41:"Shows how to use the power of Chaos AJAX.";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:8:"7.x-1.14";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:4:"core";s:3:"7.x";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/ctools_custom_content/ctools_custom_content.module',
@@ -52048,7 +59474,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:20:"Custom content panes";s:11:"description";s:79:"Create custom, exportable, reusable content panes for applications like Panels.";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:20:"Custom content panes";s:11:"description";s:79:"Create custom, exportable, reusable content panes for applications like Panels.";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:8:"7.x-1.14";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/ctools_plugin_example/ctools_plugin_example.module',
@@ -52059,7 +59485,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:35:"Chaos Tools (CTools) Plugin Example";s:11:"description";s:75:"Shows how an external module can provide ctools plugins (for Panels, etc.).";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:12:"dependencies";a:4:{i:0;s:6:"ctools";i:1;s:6:"panels";i:2;s:12:"page_manager";i:3;s:13:"advanced_help";}s:4:"core";s:3:"7.x";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:35:"Chaos Tools (CTools) Plugin Example";s:11:"description";s:75:"Shows how an external module can provide ctools plugins (for Panels, etc.).";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:8:"7.x-1.14";s:12:"dependencies";a:4:{i:0;s:6:"ctools";i:1;s:6:"panels";i:2;s:12:"page_manager";i:3;s:13:"advanced_help";}s:4:"core";s:3:"7.x";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/page_manager/page_manager.module',
@@ -52070,7 +59496,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:12:"Page manager";s:11:"description";s:54:"Provides a UI and API to manage pages within the site.";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:12:"Page manager";s:11:"description";s:54:"Provides a UI and API to manage pages within the site.";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:8:"7.x-1.14";s:5:"files";a:1:{i:0;s:21:"tests/head_links.test";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/stylizer/stylizer.module',
@@ -52081,7 +59507,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:8:"Stylizer";s:11:"description";s:53:"Create custom styles for applications such as Panels.";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:12:"dependencies";a:2:{i:0;s:6:"ctools";i:1;s:5:"color";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:8:"Stylizer";s:11:"description";s:53:"Create custom styles for applications such as Panels.";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:8:"7.x-1.14";s:12:"dependencies";a:2:{i:0;s:6:"ctools";i:1;s:5:"color";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/term_depth/term_depth.module',
@@ -52092,7 +59518,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:17:"Term Depth access";s:11:"description";s:48:"Controls access to context based upon term depth";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:17:"Term Depth access";s:11:"description";s:48:"Controls access to context based upon term depth";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:8:"7.x-1.14";s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/tests/ctools_export_test/ctools_export_test.module',
@@ -52103,7 +59529,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:18:"CTools export test";s:11:"description";s:25:"CTools export test module";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:6:"hidden";b:1;s:5:"files";a:1:{i:0;s:18:"ctools_export.test";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:18:"CTools export test";s:11:"description";s:25:"CTools export test module";s:4:"core";s:3:"7.x";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:8:"7.x-1.14";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:6:"hidden";b:1;s:5:"files";a:1:{i:0;s:18:"ctools_export.test";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/tests/ctools_plugin_test.module',
@@ -52114,7 +59540,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:24:"Chaos tools plugins test";s:11:"description";s:42:"Provides hooks for testing ctools plugins.";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:7:"7.x-1.9";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:5:"files";a:6:{i:0;s:19:"ctools.plugins.test";i:1;s:17:"object_cache.test";i:2;s:8:"css.test";i:3;s:12:"context.test";i:4;s:20:"math_expression.test";i:5;s:26:"math_expression_stack.test";}s:6:"hidden";b:1;s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:24:"Chaos tools plugins test";s:11:"description";s:42:"Provides hooks for testing ctools plugins.";s:7:"package";s:16:"Chaos tool suite";s:7:"version";s:8:"7.x-1.14";s:4:"core";s:3:"7.x";s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:6:"hidden";b:1;s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/ctools/views_content/views_content.module',
@@ -52125,7 +59551,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:19:"Views content panes";s:11:"description";s:104:"Allows Views content to be used in Panels, Dashboard and other modules which use the CTools Content API.";s:7:"package";s:16:"Chaos tool suite";s:12:"dependencies";a:2:{i:0;s:6:"ctools";i:1;s:5:"views";}s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-1.9";s:5:"files";a:3:{i:0;s:61:"plugins/views/views_content_plugin_display_ctools_context.inc";i:1;s:57:"plugins/views/views_content_plugin_display_panel_pane.inc";i:2;s:59:"plugins/views/views_content_plugin_style_ctools_context.inc";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1440020680";s:5:"mtime";i:1440020680;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:19:"Views content panes";s:11:"description";s:104:"Allows Views content to be used in Panels, Dashboard and other modules which use the CTools Content API.";s:7:"package";s:16:"Chaos tool suite";s:12:"dependencies";a:2:{i:0;s:6:"ctools";i:1;s:5:"views";}s:4:"core";s:3:"7.x";s:7:"version";s:8:"7.x-1.14";s:5:"files";a:3:{i:0;s:61:"plugins/views/views_content_plugin_display_ctools_context.inc";i:1;s:57:"plugins/views/views_content_plugin_display_panel_pane.inc";i:2;s:59:"plugins/views/views_content_plugin_style_ctools_context.inc";}s:7:"project";s:6:"ctools";s:9:"datestamp";s:10:"1519455788";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date.module',
@@ -52136,7 +59562,7 @@
   'bootstrap' => '0',
   'schema_version' => '7004',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:4:"Date";s:11:"description";s:33:"Makes date/time fields available.";s:12:"dependencies";a:1:{i:0;s:8:"date_api";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:3:"php";s:3:"5.2";s:5:"files";a:9:{i:0;s:16:"date.migrate.inc";i:1;s:19:"tests/date_api.test";i:2;s:15:"tests/date.test";i:3;s:21:"tests/date_field.test";i:4;s:23:"tests/date_migrate.test";i:5;s:26:"tests/date_validation.test";i:6;s:24:"tests/date_timezone.test";i:7;s:27:"tests/date_views_pager.test";i:8;s:27:"tests/date_views_popup.test";}s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
+  'info' => 'a:14:{s:4:"name";s:4:"Date";s:11:"description";s:33:"Makes date/time fields available.";s:12:"dependencies";a:1:{i:0;s:8:"date_api";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:3:"php";s:3:"5.2";s:5:"files";a:10:{i:0;s:16:"date.migrate.inc";i:1;s:19:"tests/date_api.test";i:2;s:15:"tests/date.test";i:3;s:21:"tests/date_field.test";i:4;s:23:"tests/date_migrate.test";i:5;s:26:"tests/date_validation.test";i:6;s:24:"tests/date_timezone.test";i:7;s:27:"tests/date_views_pager.test";i:8;s:27:"tests/date_views_popup.test";i:9;s:20:"tests/date_form.test";}s:7:"version";s:8:"7.x-2.10";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1491562090";s:5:"mtime";i:1535762879;s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_all_day/date_all_day.module',
@@ -52147,7 +59573,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => "a:12:{s:4:\"name\";s:12:\"Date All Day\";s:11:\"description\";s:142:\"Adds 'All Day' functionality to date fields, including an 'All Day' theme and 'All Day' checkboxes for the Date select and Date popup widgets.\";s:12:\"dependencies\";a:2:{i:0;s:8:\"date_api\";i:1;s:4:\"date\";}s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:7:\"7.x-2.9\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1441727353\";s:5:\"mtime\";i:1441727353;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}",
+  'info' => "a:12:{s:4:\"name\";s:12:\"Date All Day\";s:11:\"description\";s:142:\"Adds 'All Day' functionality to date fields, including an 'All Day' theme and 'All Day' checkboxes for the Date select and Date popup widgets.\";s:12:\"dependencies\";a:2:{i:0;s:8:\"date_api\";i:1;s:4:\"date\";}s:7:\"package\";s:9:\"Date/Time\";s:4:\"core\";s:3:\"7.x\";s:7:\"version\";s:8:\"7.x-2.10\";s:7:\"project\";s:4:\"date\";s:9:\"datestamp\";s:10:\"1491562090\";s:5:\"mtime\";i:1535762879;s:3:\"php\";s:5:\"5.2.4\";s:5:\"files\";a:0:{}s:9:\"bootstrap\";i:0;}",
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_api/date_api.module',
@@ -52158,7 +59584,7 @@
   'bootstrap' => '0',
   'schema_version' => '7001',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:8:"Date API";s:11:"description";s:45:"A Date API that can be used by other modules.";s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:3:"php";s:3:"5.2";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"date.css";s:40:"sites/all/modules/date/date_api/date.css";}}s:5:"files";a:2:{i:0;s:15:"date_api.module";i:1;s:16:"date_api_sql.inc";}s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:12:"dependencies";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:8:"Date API";s:11:"description";s:45:"A Date API that can be used by other modules.";s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:3:"php";s:3:"5.2";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:8:"date.css";s:40:"sites/all/modules/date/date_api/date.css";}}s:5:"files";a:2:{i:0;s:15:"date_api.module";i:1;s:16:"date_api_sql.inc";}s:7:"version";s:8:"7.x-2.10";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1491562090";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_context/date_context.module',
@@ -52169,7 +59595,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:12:"Date Context";s:11:"description";s:99:"Adds an option to the Context module to set a context condition based on the value of a date field.";s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:12:"dependencies";a:2:{i:0;s:4:"date";i:1;s:7:"context";}s:5:"files";a:2:{i:0;s:19:"date_context.module";i:1;s:39:"plugins/date_context_date_condition.inc";}s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:12:"Date Context";s:11:"description";s:99:"Adds an option to the Context module to set a context condition based on the value of a date field.";s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:12:"dependencies";a:2:{i:0;s:4:"date";i:1;s:7:"context";}s:5:"files";a:2:{i:0;s:19:"date_context.module";i:1;s:39:"plugins/date_context_date_condition.inc";}s:7:"version";s:8:"7.x-2.10";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1491562090";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_migrate/date_migrate.module',
@@ -52180,7 +59606,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:14:"Date Migration";s:11:"description";s:73:"Obsolete data migration module. Disable if no other modules depend on it.";s:4:"core";s:3:"7.x";s:7:"package";s:9:"Date/Time";s:6:"hidden";b:1;s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:14:"Date Migration";s:11:"description";s:73:"Obsolete data migration module. Disable if no other modules depend on it.";s:4:"core";s:3:"7.x";s:7:"package";s:9:"Date/Time";s:6:"hidden";b:1;s:7:"version";s:8:"7.x-2.10";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1491562090";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_migrate/date_migrate_example/date_migrate_example.module',
@@ -52191,7 +59617,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"core";s:3:"7.x";s:12:"dependencies";a:5:{i:0;s:4:"date";i:1;s:11:"date_repeat";i:2;s:17:"date_repeat_field";i:3;s:8:"features";i:4;s:7:"migrate";}s:11:"description";s:42:"Examples of migrating with the Date module";s:8:"features";a:2:{s:5:"field";a:8:{i:0;s:30:"node-date_migrate_example-body";i:1;s:36:"node-date_migrate_example-field_date";i:2;s:42:"node-date_migrate_example-field_date_range";i:3;s:43:"node-date_migrate_example-field_date_repeat";i:4;s:41:"node-date_migrate_example-field_datestamp";i:5;s:47:"node-date_migrate_example-field_datestamp_range";i:6;s:40:"node-date_migrate_example-field_datetime";i:7;s:46:"node-date_migrate_example-field_datetime_range";}s:4:"node";a:1:{i:0;s:20:"date_migrate_example";}}s:5:"files";a:1:{i:0;s:32:"date_migrate_example.migrate.inc";}s:4:"name";s:22:"Date Migration Example";s:7:"package";s:8:"Features";s:7:"project";s:4:"date";s:7:"version";s:7:"7.x-2.9";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"core";s:3:"7.x";s:12:"dependencies";a:5:{i:0;s:4:"date";i:1;s:11:"date_repeat";i:2;s:17:"date_repeat_field";i:3;s:8:"features";i:4;s:7:"migrate";}s:11:"description";s:42:"Examples of migrating with the Date module";s:8:"features";a:2:{s:5:"field";a:8:{i:0;s:30:"node-date_migrate_example-body";i:1;s:36:"node-date_migrate_example-field_date";i:2;s:42:"node-date_migrate_example-field_date_range";i:3;s:43:"node-date_migrate_example-field_date_repeat";i:4;s:41:"node-date_migrate_example-field_datestamp";i:5;s:47:"node-date_migrate_example-field_datestamp_range";i:6;s:40:"node-date_migrate_example-field_datetime";i:7;s:46:"node-date_migrate_example-field_datetime_range";}s:4:"node";a:1:{i:0;s:20:"date_migrate_example";}}s:5:"files";a:1:{i:0;s:32:"date_migrate_example.migrate.inc";}s:4:"name";s:22:"Date Migration Example";s:7:"package";s:8:"Features";s:7:"project";s:4:"date";s:7:"version";s:8:"7.x-2.10";s:9:"datestamp";s:10:"1491562090";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_popup/date_popup.module',
@@ -52202,7 +59628,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:10:"Date Popup";s:11:"description";s:84:"Enables jquery popup calendars and time entry widgets for selecting dates and times.";s:12:"dependencies";a:1:{i:0;s:8:"date_api";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:9:"configure";s:28:"admin/config/date/date_popup";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:25:"themes/datepicker.1.7.css";s:59:"sites/all/modules/date/date_popup/themes/datepicker.1.7.css";}}s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:14:{s:4:"name";s:10:"Date Popup";s:11:"description";s:84:"Enables jquery popup calendars and time entry widgets for selecting dates and times.";s:12:"dependencies";a:1:{i:0;s:8:"date_api";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:9:"configure";s:28:"admin/config/date/date_popup";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:25:"themes/datepicker.1.7.css";s:59:"sites/all/modules/date/date_popup/themes/datepicker.1.7.css";}}s:7:"version";s:8:"7.x-2.10";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1491562090";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_repeat/date_repeat.module',
@@ -52213,7 +59639,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:15:"Date Repeat API";s:11:"description";s:73:"A Date Repeat API to calculate repeating dates and times from iCal rules.";s:12:"dependencies";a:1:{i:0;s:8:"date_api";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:3:"php";s:3:"5.2";s:5:"files";a:2:{i:0;s:22:"tests/date_repeat.test";i:1;s:27:"tests/date_repeat_form.test";}s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:15:"Date Repeat API";s:11:"description";s:73:"A Date Repeat API to calculate repeating dates and times from iCal rules.";s:12:"dependencies";a:1:{i:0;s:8:"date_api";}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:3:"php";s:3:"5.2";s:5:"files";a:2:{i:0;s:22:"tests/date_repeat.test";i:1;s:27:"tests/date_repeat_form.test";}s:7:"version";s:8:"7.x-2.10";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1491562090";s:5:"mtime";i:1535762879;s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_repeat_field/date_repeat_field.module',
@@ -52224,7 +59650,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:17:"Date Repeat Field";s:11:"description";s:97:"Creates the option of Repeating date fields and manages Date fields that use the Date Repeat API.";s:12:"dependencies";a:3:{i:0;s:8:"date_api";i:1;s:4:"date";i:2;s:11:"date_repeat";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:21:"date_repeat_field.css";s:62:"sites/all/modules/date/date_repeat_field/date_repeat_field.css";}}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:7:"version";s:7:"7.x-2.9";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1441727353";s:5:"mtime";i:1441727353;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:17:"Date Repeat Field";s:11:"description";s:97:"Creates the option of Repeating date fields and manages Date fields that use the Date Repeat API.";s:12:"dependencies";a:3:{i:0;s:8:"date_api";i:1;s:4:"date";i:2;s:11:"date_repeat";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:21:"date_repeat_field.css";s:62:"sites/all/modules/date/date_repeat_field/date_repeat_field.css";}}s:7:"package";s:9:"Date/Time";s:4:"core";s:3:"7.x";s:7:"version";s:8:"7.x-2.10";s:7:"project";s:4:"date";s:9:"datestamp";s:10:"1491562090";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date_tools/date_tools.module',
@@ -52268,7 +59694,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:5:"Email";s:11:"description";s:28:"Defines an email field type.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:5:"files";a:1:{i:0;s:17:"email.migrate.inc";}s:7:"version";s:7:"7.x-1.3";s:7:"project";s:5:"email";s:9:"datestamp";s:10:"1397134155";s:5:"mtime";i:1397134155;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
+  'info' => 'a:14:{s:4:"name";s:5:"Email";s:11:"description";s:28:"Defines an email field type.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:5:"files";a:1:{i:0;s:17:"email.migrate.inc";}s:7:"version";s:7:"7.x-1.3";s:7:"project";s:5:"email";s:9:"datestamp";s:10:"1397134155";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/entity.module',
@@ -52279,7 +59705,7 @@
   'bootstrap' => '0',
   'schema_version' => '7003',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:10:"Entity API";s:11:"description";s:69:"Enables modules to work with any entity type and to provide entities.";s:4:"core";s:3:"7.x";s:5:"files";a:24:{i:0;s:19:"entity.features.inc";i:1;s:15:"entity.i18n.inc";i:2;s:15:"entity.info.inc";i:3;s:16:"entity.rules.inc";i:4;s:11:"entity.test";i:5;s:19:"includes/entity.inc";i:6;s:30:"includes/entity.controller.inc";i:7;s:22:"includes/entity.ui.inc";i:8;s:27:"includes/entity.wrapper.inc";i:9;s:22:"views/entity.views.inc";i:10;s:52:"views/handlers/entity_views_field_handler_helper.inc";i:11;s:51:"views/handlers/entity_views_handler_area_entity.inc";i:12;s:53:"views/handlers/entity_views_handler_field_boolean.inc";i:13;s:50:"views/handlers/entity_views_handler_field_date.inc";i:14;s:54:"views/handlers/entity_views_handler_field_duration.inc";i:15;s:52:"views/handlers/entity_views_handler_field_entity.inc";i:16;s:51:"views/handlers/entity_views_handler_field_field.inc";i:17;s:53:"views/handlers/entity_views_handler_field_numeric.inc";i:18;s:53:"views/handlers/entity_views_handler_field_options.inc";i:19;s:50:"views/handlers/entity_views_handler_field_text.inc";i:20;s:49:"views/handlers/entity_views_handler_field_uri.inc";i:21;s:62:"views/handlers/entity_views_handler_relationship_by_bundle.inc";i:22;s:52:"views/handlers/entity_views_handler_relationship.inc";i:23;s:53:"views/plugins/entity_views_plugin_row_entity_view.inc";}s:7:"version";s:7:"7.x-1.6";s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1424876582";s:5:"mtime";i:1424876582;s:12:"dependencies";a:0:{}s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:10:"Entity API";s:11:"description";s:69:"Enables modules to work with any entity type and to provide entities.";s:4:"core";s:3:"7.x";s:5:"files";a:24:{i:0;s:19:"entity.features.inc";i:1;s:15:"entity.i18n.inc";i:2;s:15:"entity.info.inc";i:3;s:16:"entity.rules.inc";i:4;s:11:"entity.test";i:5;s:19:"includes/entity.inc";i:6;s:30:"includes/entity.controller.inc";i:7;s:22:"includes/entity.ui.inc";i:8;s:27:"includes/entity.wrapper.inc";i:9;s:22:"views/entity.views.inc";i:10;s:52:"views/handlers/entity_views_field_handler_helper.inc";i:11;s:51:"views/handlers/entity_views_handler_area_entity.inc";i:12;s:53:"views/handlers/entity_views_handler_field_boolean.inc";i:13;s:50:"views/handlers/entity_views_handler_field_date.inc";i:14;s:54:"views/handlers/entity_views_handler_field_duration.inc";i:15;s:52:"views/handlers/entity_views_handler_field_entity.inc";i:16;s:51:"views/handlers/entity_views_handler_field_field.inc";i:17;s:53:"views/handlers/entity_views_handler_field_numeric.inc";i:18;s:53:"views/handlers/entity_views_handler_field_options.inc";i:19;s:50:"views/handlers/entity_views_handler_field_text.inc";i:20;s:49:"views/handlers/entity_views_handler_field_uri.inc";i:21;s:62:"views/handlers/entity_views_handler_relationship_by_bundle.inc";i:22;s:52:"views/handlers/entity_views_handler_relationship.inc";i:23;s:53:"views/plugins/entity_views_plugin_row_entity_view.inc";}s:7:"version";s:7:"7.x-1.9";s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1518620551";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/entity_token.module',
@@ -52290,7 +59716,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:13:"Entity tokens";s:11:"description";s:99:"Provides token replacements for all properties that have no tokens and are known to the entity API.";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:23:"entity_token.tokens.inc";i:1;s:19:"entity_token.module";}s:12:"dependencies";a:1:{i:0;s:6:"entity";}s:7:"version";s:7:"7.x-1.6";s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1424876582";s:5:"mtime";i:1424876582;s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:13:"Entity tokens";s:11:"description";s:99:"Provides token replacements for all properties that have no tokens and are known to the entity API.";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:23:"entity_token.tokens.inc";i:1;s:19:"entity_token.module";}s:12:"dependencies";a:1:{i:0;s:6:"entity";}s:7:"version";s:7:"7.x-1.9";s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1518620551";s:5:"mtime";i:1535762879;s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/tests/entity_feature.module',
@@ -52301,7 +59727,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:21:"Entity feature module";s:11:"description";s:31:"Provides some entities in code.";s:7:"version";s:7:"7.x-1.6";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:21:"entity_feature.module";}s:12:"dependencies";a:1:{i:0;s:11:"entity_test";}s:6:"hidden";b:1;s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1424876582";s:5:"mtime";i:1424876582;s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:21:"Entity feature module";s:11:"description";s:31:"Provides some entities in code.";s:7:"version";s:7:"7.x-1.9";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:21:"entity_feature.module";}s:12:"dependencies";a:1:{i:0;s:11:"entity_test";}s:6:"hidden";b:1;s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1518620551";s:5:"mtime";i:1535762879;s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/tests/entity_test.module',
@@ -52312,7 +59738,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:23:"Entity CRUD test module";s:11:"description";s:46:"Provides entity types based upon the CRUD API.";s:7:"version";s:7:"7.x-1.6";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:18:"entity_test.module";i:1;s:19:"entity_test.install";}s:12:"dependencies";a:1:{i:0;s:6:"entity";}s:6:"hidden";b:1;s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1424876582";s:5:"mtime";i:1424876582;s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:23:"Entity CRUD test module";s:11:"description";s:46:"Provides entity types based upon the CRUD API.";s:7:"version";s:7:"7.x-1.9";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:18:"entity_test.module";i:1;s:19:"entity_test.install";}s:12:"dependencies";a:1:{i:0;s:6:"entity";}s:6:"hidden";b:1;s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1518620551";s:5:"mtime";i:1535762879;s:7:"package";s:5:"Other";s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity/tests/entity_test_i18n.module',
@@ -52323,7 +59749,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:28:"Entity-test type translation";s:11:"description";s:37:"Allows translating entity-test types.";s:12:"dependencies";a:2:{i:0;s:11:"entity_test";i:1;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:7:"7.x-1.6";s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1424876582";s:5:"mtime";i:1424876582;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:28:"Entity-test type translation";s:11:"description";s:37:"Allows translating entity-test types.";s:12:"dependencies";a:2:{i:0;s:11:"entity_test";i:1;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:7:"7.x-1.9";s:7:"project";s:6:"entity";s:9:"datestamp";s:10:"1518620551";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/entityreference.module',
@@ -52334,7 +59760,7 @@
   'bootstrap' => '0',
   'schema_version' => '7002',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:16:"Entity Reference";s:11:"description";s:51:"Provides a field that can reference other entities.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:12:"dependencies";a:2:{i:0;s:6:"entity";i:1;s:6:"ctools";}s:5:"files";a:11:{i:0;s:27:"entityreference.migrate.inc";i:1;s:30:"plugins/selection/abstract.inc";i:2;s:27:"plugins/selection/views.inc";i:3;s:29:"plugins/behavior/abstract.inc";i:4;s:40:"views/entityreference_plugin_display.inc";i:5;s:38:"views/entityreference_plugin_style.inc";i:6;s:43:"views/entityreference_plugin_row_fields.inc";i:7;s:35:"tests/entityreference.handlers.test";i:8;s:35:"tests/entityreference.taxonomy.test";i:9;s:32:"tests/entityreference.admin.test";i:10;s:32:"tests/entityreference.feeds.test";}s:7:"version";s:7:"7.x-1.1";s:7:"project";s:15:"entityreference";s:9:"datestamp";s:10:"1384973110";s:5:"mtime";i:1384973110;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
+  'info' => 'a:15:{s:4:"name";s:16:"Entity Reference";s:11:"description";s:51:"Provides a field that can reference other entities.";s:7:"package";s:6:"Fields";s:4:"core";s:3:"7.x";s:12:"dependencies";a:2:{i:0;s:6:"entity";i:1;s:6:"ctools";}s:17:"test_dependencies";a:2:{i:0;s:5:"feeds";i:1;s:5:"views";}s:5:"files";a:12:{i:0;s:27:"entityreference.migrate.inc";i:1;s:30:"plugins/selection/abstract.inc";i:2;s:27:"plugins/selection/views.inc";i:3;s:29:"plugins/behavior/abstract.inc";i:4;s:40:"views/entityreference_plugin_display.inc";i:5;s:38:"views/entityreference_plugin_style.inc";i:6;s:43:"views/entityreference_plugin_row_fields.inc";i:7;s:35:"tests/entityreference.handlers.test";i:8;s:35:"tests/entityreference.taxonomy.test";i:9;s:32:"tests/entityreference.admin.test";i:10;s:32:"tests/entityreference.feeds.test";i:11;s:45:"tests/entityreference.entity_translation.test";}s:7:"version";s:7:"7.x-1.5";s:7:"project";s:15:"entityreference";s:9:"datestamp";s:10:"1502895850";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/examples/entityreference_behavior_example/entityreference_behavior_example.module',
@@ -52345,7 +59771,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:33:"Entity Reference Behavior Example";s:11:"description";s:71:"Provides some example code for implementing Entity Reference behaviors.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:12:"dependencies";a:1:{i:0;s:15:"entityreference";}s:7:"version";s:7:"7.x-1.1";s:7:"project";s:15:"entityreference";s:9:"datestamp";s:10:"1384973110";s:5:"mtime";i:1384973110;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:33:"Entity Reference Behavior Example";s:11:"description";s:71:"Provides some example code for implementing Entity Reference behaviors.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:12:"dependencies";a:1:{i:0;s:15:"entityreference";}s:7:"version";s:7:"7.x-1.5";s:7:"project";s:15:"entityreference";s:9:"datestamp";s:10:"1502895850";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entityreference/tests/modules/entityreference_feeds_test/entityreference_feeds_test.module',
@@ -52356,7 +59782,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:41:"Entityreference - Feeds integration tests";s:11:"description";s:65:"Support module for the Entityreference - Feeds integration tests.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:3:{i:0;s:5:"feeds";i:1;s:8:"feeds_ui";i:2;s:15:"entityreference";}s:7:"version";s:7:"7.x-1.1";s:7:"project";s:15:"entityreference";s:9:"datestamp";s:10:"1384973110";s:5:"mtime";i:1384973110;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:41:"Entityreference - Feeds integration tests";s:11:"description";s:65:"Support module for the Entityreference - Feeds integration tests.";s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:12:"dependencies";a:3:{i:0;s:5:"feeds";i:1;s:8:"feeds_ui";i:2;s:15:"entityreference";}s:7:"version";s:7:"7.x-1.5";s:7:"project";s:15:"entityreference";s:9:"datestamp";s:10:"1502895850";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/entity_translation/entity_translation.module',
@@ -52411,7 +59837,7 @@
   'bootstrap' => '1',
   'schema_version' => '7001',
   'weight' => '10',
-  'info' => 'a:13:{s:4:"name";s:20:"Internationalization";s:11:"description";s:49:"Extends Drupal support for multilingual features.";s:12:"dependencies";a:2:{i:0;s:6:"locale";i:1;s:8:"variable";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:15:"i18n_object.inc";i:1;s:9:"i18n.test";}s:9:"configure";s:26:"admin/config/regional/i18n";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:20:"Internationalization";s:11:"description";s:49:"Extends Drupal support for multilingual features.";s:12:"dependencies";a:2:{i:0;s:6:"locale";i:1;s:8:"variable";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:15:"i18n_object.inc";i:1;s:9:"i18n.test";}s:9:"configure";s:26:"admin/config/regional/i18n";s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747250;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/i18n/i18n_block/i18n_block.module',
@@ -52455,7 +59881,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:18:"Multilingual forum";s:11:"description";s:60:"Enables multilingual forum, translates names and containers.";s:12:"dependencies";a:3:{i:0;s:5:"forum";i:1;s:13:"i18n_taxonomy";i:2;s:9:"i18n_node";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"i18n_forum.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:18:"Multilingual forum";s:11:"description";s:60:"Enables multilingual forum, translates names and containers.";s:12:"dependencies";a:3:{i:0;s:5:"forum";i:1;s:13:"i18n_taxonomy";i:2;s:9:"i18n_node";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:15:"i18n_forum.test";}s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747250;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/i18n/i18n_menu/i18n_menu.module',
@@ -52466,7 +59892,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:16:"Menu translation";s:11:"description";s:40:"Supports translatable custom menu items.";s:12:"dependencies";a:4:{i:0;s:4:"i18n";i:1;s:4:"menu";i:2;s:11:"i18n_string";i:3;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:13:"i18n_menu.inc";i:1;s:14:"i18n_menu.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:16:"Menu translation";s:11:"description";s:40:"Supports translatable custom menu items.";s:12:"dependencies";a:4:{i:0;s:4:"i18n";i:1;s:4:"menu";i:2;s:11:"i18n_string";i:3;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:13:"i18n_menu.inc";i:1;s:14:"i18n_menu.test";}s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747250;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/i18n/i18n_node/i18n_node.module',
@@ -52477,7 +59903,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:20:"Multilingual content";s:11:"description";s:46:"Extended node options for multilingual content";s:12:"dependencies";a:3:{i:0;s:11:"translation";i:1;s:4:"i18n";i:2;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:31:"admin/config/regional/i18n/node";s:5:"files";a:2:{i:0;s:14:"i18n_node.test";i:1;s:22:"i18n_node.variable.inc";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:20:"Multilingual content";s:11:"description";s:46:"Extended node options for multilingual content";s:12:"dependencies";a:3:{i:0;s:11:"translation";i:1;s:4:"i18n";i:2;s:11:"i18n_string";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:31:"admin/config/regional/i18n/node";s:5:"files";a:2:{i:0;s:14:"i18n_node.test";i:1;s:22:"i18n_node.variable.inc";}s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747250;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/i18n/i18n_path/i18n_path.module',
@@ -52488,7 +59914,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:16:"Path translation";s:11:"description";s:37:"Define translations for generic paths";s:12:"dependencies";a:1:{i:0;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:13:"i18n_path.inc";i:1;s:14:"i18n_path.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:16:"Path translation";s:11:"description";s:37:"Define translations for generic paths";s:12:"dependencies";a:1:{i:0;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:2:{i:0;s:13:"i18n_path.inc";i:1;s:14:"i18n_path.test";}s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747251;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/i18n/i18n_redirect/i18n_redirect.module',
@@ -52499,7 +59925,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:20:"Translation redirect";s:11:"description";s:71:"Redirect to translated page when available. SEO for multilingual sites.";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:20:"Translation redirect";s:11:"description";s:71:"Redirect to translated page when available. SEO for multilingual sites.";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747251;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/i18n/i18n_select/i18n_select.module',
@@ -52532,7 +59958,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:24:"Synchronize translations";s:11:"description";s:73:"Synchronizes taxonomy and fields across translations of the same content.";s:12:"dependencies";a:2:{i:0;s:4:"i18n";i:1;s:11:"translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:5:{i:0;s:16:"i18n_sync.module";i:1;s:17:"i18n_sync.install";i:2;s:20:"i18n_sync.module.inc";i:3;s:18:"i18n_sync.node.inc";i:4;s:14:"i18n_sync.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:24:"Synchronize translations";s:11:"description";s:73:"Synchronizes taxonomy and fields across translations of the same content.";s:12:"dependencies";a:2:{i:0;s:4:"i18n";i:1;s:11:"translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:5:{i:0;s:16:"i18n_sync.module";i:1;s:17:"i18n_sync.install";i:2;s:20:"i18n_sync.module.inc";i:3;s:18:"i18n_sync.node.inc";i:4;s:14:"i18n_sync.test";}s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747251;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/i18n/i18n_taxonomy/i18n_taxonomy.module',
@@ -52543,7 +59969,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:20:"Taxonomy translation";s:11:"description";s:30:"Enables multilingual taxonomy.";s:12:"dependencies";a:3:{i:0;s:8:"taxonomy";i:1;s:11:"i18n_string";i:2;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:4:{i:0;s:17:"i18n_taxonomy.inc";i:1;s:23:"i18n_taxonomy.pages.inc";i:2;s:23:"i18n_taxonomy.admin.inc";i:3;s:18:"i18n_taxonomy.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:20:"Taxonomy translation";s:11:"description";s:30:"Enables multilingual taxonomy.";s:12:"dependencies";a:3:{i:0;s:8:"taxonomy";i:1;s:11:"i18n_string";i:2;s:16:"i18n_translation";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:4:{i:0;s:17:"i18n_taxonomy.inc";i:1;s:23:"i18n_taxonomy.pages.inc";i:2;s:23:"i18n_taxonomy.admin.inc";i:3;s:18:"i18n_taxonomy.test";}s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747251;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/i18n/i18n_translation/i18n_translation.module',
@@ -52554,7 +59980,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:16:"Translation sets";s:11:"description";s:47:"Simple translation sets API for generic objects";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:20:"i18n_translation.inc";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:16:"Translation sets";s:11:"description";s:47:"Simple translation sets API for generic objects";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:5:"files";a:1:{i:0;s:20:"i18n_translation.inc";}s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747251;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/i18n/i18n_user/i18n_user.module',
@@ -52565,7 +59991,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:12:{s:4:"name";s:21:"User mail translation";s:11:"description";s:43:"Translate emails sent from the User module.";s:4:"core";s:3:"7.x";s:7:"package";s:35:"Multilingual - Internationalization";s:12:"dependencies";a:1:{i:0;s:13:"i18n_variable";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:21:"User mail translation";s:11:"description";s:43:"Translate emails sent from the User module.";s:4:"core";s:3:"7.x";s:7:"package";s:35:"Multilingual - Internationalization";s:12:"dependencies";a:1:{i:0;s:13:"i18n_variable";}s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747251;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/i18n/i18n_variable/i18n_variable.module',
@@ -52576,7 +60002,7 @@
   'bootstrap' => '1',
   'schema_version' => '7004',
   'weight' => '-900',
-  'info' => 'a:13:{s:4:"name";s:20:"Variable translation";s:11:"description";s:71:"Multilingual variables that switch language depending on page language.";s:12:"dependencies";a:3:{i:0;s:4:"i18n";i:1;s:24:"variable_store (7.x-2.x)";i:2;s:24:"variable_realm (7.x-2.x)";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:35:"admin/config/regional/i18n/variable";s:5:"files";a:2:{i:0;s:23:"i18n_variable.class.inc";i:1;s:18:"i18n_variable.test";}s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:20:"Variable translation";s:11:"description";s:71:"Multilingual variables that switch language depending on page language.";s:12:"dependencies";a:3:{i:0;s:4:"i18n";i:1;s:24:"variable_store (7.x-2.x)";i:2;s:24:"variable_realm (7.x-2.x)";}s:7:"package";s:35:"Multilingual - Internationalization";s:4:"core";s:3:"7.x";s:9:"configure";s:35:"admin/config/regional/i18n/variable";s:5:"files";a:2:{i:0;s:23:"i18n_variable.class.inc";i:1;s:18:"i18n_variable.test";}s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747251;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/i18n/tests/i18n_test.module',
@@ -52587,7 +60013,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:26:"Internationalization tests";s:11:"description";s:55:"Helper module for testing i18n (do not enable manually)";s:12:"dependencies";a:3:{i:0;s:6:"locale";i:1;s:11:"translation";i:2;s:4:"i18n";}s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:8:"7.x-1.26";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1534531985";s:5:"mtime";i:1534531985;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:26:"Internationalization tests";s:11:"description";s:55:"Helper module for testing i18n (do not enable manually)";s:12:"dependencies";a:3:{i:0;s:6:"locale";i:1;s:11:"translation";i:2;s:4:"i18n";}s:7:"package";s:7:"Testing";s:4:"core";s:3:"7.x";s:6:"hidden";b:1;s:7:"version";s:8:"7.x-1.25";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1531342125";s:5:"mtime";i:1537747251;s:3:"php";s:5:"5.2.4";s:5:"files";a:0:{}s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/link/link.module',
@@ -52598,7 +60024,7 @@
   'bootstrap' => '0',
   'schema_version' => '7001',
   'weight' => '0',
-  'info' => 'a:14:{s:4:"name";s:4:"Link";s:11:"description";s:32:"Defines simple link field types.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:5:"files";a:10:{i:0;s:11:"link.module";i:1;s:16:"link.migrate.inc";i:2;s:15:"tests/link.test";i:3;s:25:"tests/link.attribute.test";i:4;s:20:"tests/link.crud.test";i:5;s:28:"tests/link.crud_browser.test";i:6;s:21:"tests/link.token.test";i:7;s:24:"tests/link.validate.test";i:8;s:44:"views/link_views_handler_argument_target.inc";i:9;s:44:"views/link_views_handler_filter_protocol.inc";}s:7:"version";s:7:"7.x-1.3";s:7:"project";s:4:"link";s:9:"datestamp";s:10:"1413924830";s:5:"mtime";i:1413924830;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
+  'info' => 'a:14:{s:4:"name";s:4:"Link";s:11:"description";s:32:"Defines simple link field types.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:5:"files";a:10:{i:0;s:16:"link.migrate.inc";i:1;s:15:"tests/link.test";i:2;s:25:"tests/link.attribute.test";i:3;s:20:"tests/link.crud.test";i:4;s:28:"tests/link.crud_browser.test";i:5;s:21:"tests/link.token.test";i:6;s:28:"tests/link.entity_token.test";i:7;s:24:"tests/link.validate.test";i:8;s:44:"views/link_views_handler_argument_target.inc";i:9;s:44:"views/link_views_handler_filter_protocol.inc";}s:7:"version";s:7:"7.x-1.5";s:7:"project";s:4:"link";s:9:"datestamp";s:10:"1526190487";s:5:"mtime";i:1535762879;s:12:"dependencies";a:0:{}s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;s:8:"required";b:1;s:11:"explanation";s:73:"Field type(s) in use - see <a href="/admin/reports/fields">Field list</a>";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/phone/phone.module',
@@ -52653,7 +60079,7 @@
   'bootstrap' => '0',
   'schema_version' => '7002',
   'weight' => '100',
-  'info' => 'a:13:{s:4:"name";s:5:"Title";s:11:"description";s:50:"Replaces entity legacy fields with regular fields.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:9:"configure";s:26:"admin/config/content/title";s:12:"dependencies";a:1:{i:0;s:14:"system (>7.14)";}s:5:"files";a:3:{i:0;s:12:"title.module";i:1;s:35:"views/views_handler_title_field.inc";i:2;s:16:"tests/title.test";}s:7:"version";s:14:"7.x-1.0-alpha9";s:7:"project";s:5:"title";s:9:"datestamp";s:10:"1484302985";s:5:"mtime";i:1484302985;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => 'a:12:{s:4:"name";s:5:"Title";s:11:"description";s:50:"Replaces entity legacy fields with regular fields.";s:4:"core";s:3:"7.x";s:7:"package";s:6:"Fields";s:9:"configure";s:26:"admin/config/content/title";s:12:"dependencies";a:1:{i:0;s:14:"system (>7.14)";}s:5:"files";a:4:{i:0;s:35:"views/views_handler_title_field.inc";i:1;s:37:"tests/TitleAdminSettingsTestCase.test";i:2;s:40:"tests/TitleFieldReplacementTestCase.test";i:3;s:35:"tests/TitleTranslationTestCase.test";}s:17:"test_dependencies";a:2:{i:0;s:6:"entity";i:1;s:18:"entity_translation";}s:5:"mtime";i:1544915724;s:7:"version";N;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/variable/variable.module',
@@ -52741,7 +60167,7 @@
   'bootstrap' => '0',
   'schema_version' => '7301',
   'weight' => '10',
-  'info' => 'a:13:{s:4:"name";s:5:"Views";s:11:"description";s:55:"Create customized lists and queries from your database.";s:7:"package";s:5:"Views";s:4:"core";s:3:"7.x";s:3:"php";s:3:"5.2";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:13:"css/views.css";s:37:"sites/all/modules/views/css/views.css";}}s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:5:"files";a:297:{i:0;s:31:"handlers/views_handler_area.inc";i:1;s:38:"handlers/views_handler_area_result.inc";i:2;s:36:"handlers/views_handler_area_text.inc";i:3;s:43:"handlers/views_handler_area_text_custom.inc";i:4;s:36:"handlers/views_handler_area_view.inc";i:5;s:35:"handlers/views_handler_argument.inc";i:6;s:40:"handlers/views_handler_argument_date.inc";i:7;s:43:"handlers/views_handler_argument_formula.inc";i:8;s:47:"handlers/views_handler_argument_many_to_one.inc";i:9;s:40:"handlers/views_handler_argument_null.inc";i:10;s:43:"handlers/views_handler_argument_numeric.inc";i:11;s:42:"handlers/views_handler_argument_string.inc";i:12;s:52:"handlers/views_handler_argument_group_by_numeric.inc";i:13;s:32:"handlers/views_handler_field.inc";i:14;s:40:"handlers/views_handler_field_counter.inc";i:15;s:40:"handlers/views_handler_field_boolean.inc";i:16;s:49:"handlers/views_handler_field_contextual_links.inc";i:17;s:39:"handlers/views_handler_field_custom.inc";i:18;s:37:"handlers/views_handler_field_date.inc";i:19;s:39:"handlers/views_handler_field_entity.inc";i:20;s:39:"handlers/views_handler_field_markup.inc";i:21;s:37:"handlers/views_handler_field_math.inc";i:22;s:40:"handlers/views_handler_field_numeric.inc";i:23;s:47:"handlers/views_handler_field_prerender_list.inc";i:24;s:46:"handlers/views_handler_field_time_interval.inc";i:25;s:43:"handlers/views_handler_field_serialized.inc";i:26;s:45:"handlers/views_handler_field_machine_name.inc";i:27;s:36:"handlers/views_handler_field_url.inc";i:28;s:33:"handlers/views_handler_filter.inc";i:29;s:50:"handlers/views_handler_filter_boolean_operator.inc";i:30;s:57:"handlers/views_handler_filter_boolean_operator_string.inc";i:31;s:41:"handlers/views_handler_filter_combine.inc";i:32;s:38:"handlers/views_handler_filter_date.inc";i:33;s:42:"handlers/views_handler_filter_equality.inc";i:34;s:47:"handlers/views_handler_filter_entity_bundle.inc";i:35;s:50:"handlers/views_handler_filter_group_by_numeric.inc";i:36;s:45:"handlers/views_handler_filter_in_operator.inc";i:37;s:45:"handlers/views_handler_filter_many_to_one.inc";i:38;s:41:"handlers/views_handler_filter_numeric.inc";i:39;s:40:"handlers/views_handler_filter_string.inc";i:40;s:39:"handlers/views_handler_relationship.inc";i:41;s:53:"handlers/views_handler_relationship_groupwise_max.inc";i:42;s:31:"handlers/views_handler_sort.inc";i:43;s:36:"handlers/views_handler_sort_date.inc";i:44;s:39:"handlers/views_handler_sort_formula.inc";i:45;s:48:"handlers/views_handler_sort_group_by_numeric.inc";i:46;s:46:"handlers/views_handler_sort_menu_hierarchy.inc";i:47;s:38:"handlers/views_handler_sort_random.inc";i:48;s:17:"includes/base.inc";i:49;s:21:"includes/handlers.inc";i:50;s:20:"includes/plugins.inc";i:51;s:17:"includes/view.inc";i:52;s:60:"modules/aggregator/views_handler_argument_aggregator_fid.inc";i:53;s:60:"modules/aggregator/views_handler_argument_aggregator_iid.inc";i:54;s:69:"modules/aggregator/views_handler_argument_aggregator_category_cid.inc";i:55;s:64:"modules/aggregator/views_handler_field_aggregator_title_link.inc";i:56;s:62:"modules/aggregator/views_handler_field_aggregator_category.inc";i:57;s:70:"modules/aggregator/views_handler_field_aggregator_item_description.inc";i:58;s:57:"modules/aggregator/views_handler_field_aggregator_xss.inc";i:59;s:67:"modules/aggregator/views_handler_filter_aggregator_category_cid.inc";i:60;s:54:"modules/aggregator/views_plugin_row_aggregator_rss.inc";i:61;s:56:"modules/book/views_plugin_argument_default_book_root.inc";i:62;s:59:"modules/comment/views_handler_argument_comment_user_uid.inc";i:63;s:47:"modules/comment/views_handler_field_comment.inc";i:64;s:53:"modules/comment/views_handler_field_comment_depth.inc";i:65;s:52:"modules/comment/views_handler_field_comment_link.inc";i:66;s:60:"modules/comment/views_handler_field_comment_link_approve.inc";i:67;s:59:"modules/comment/views_handler_field_comment_link_delete.inc";i:68;s:57:"modules/comment/views_handler_field_comment_link_edit.inc";i:69;s:58:"modules/comment/views_handler_field_comment_link_reply.inc";i:70;s:57:"modules/comment/views_handler_field_comment_node_link.inc";i:71;s:56:"modules/comment/views_handler_field_comment_username.inc";i:72;s:61:"modules/comment/views_handler_field_ncs_last_comment_name.inc";i:73;s:56:"modules/comment/views_handler_field_ncs_last_updated.inc";i:74;s:52:"modules/comment/views_handler_field_node_comment.inc";i:75;s:57:"modules/comment/views_handler_field_node_new_comments.inc";i:76;s:62:"modules/comment/views_handler_field_last_comment_timestamp.inc";i:77;s:57:"modules/comment/views_handler_filter_comment_user_uid.inc";i:78;s:57:"modules/comment/views_handler_filter_ncs_last_updated.inc";i:79;s:53:"modules/comment/views_handler_filter_node_comment.inc";i:80;s:53:"modules/comment/views_handler_sort_comment_thread.inc";i:81;s:60:"modules/comment/views_handler_sort_ncs_last_comment_name.inc";i:82;s:55:"modules/comment/views_handler_sort_ncs_last_updated.inc";i:83;s:48:"modules/comment/views_plugin_row_comment_rss.inc";i:84;s:49:"modules/comment/views_plugin_row_comment_view.inc";i:85;s:52:"modules/contact/views_handler_field_contact_link.inc";i:86;s:43:"modules/field/views_handler_field_field.inc";i:87;s:59:"modules/field/views_handler_relationship_entity_reverse.inc";i:88;s:51:"modules/field/views_handler_argument_field_list.inc";i:89;s:58:"modules/field/views_handler_argument_field_list_string.inc";i:90;s:49:"modules/field/views_handler_filter_field_list.inc";i:91;s:57:"modules/filter/views_handler_field_filter_format_name.inc";i:92;s:52:"modules/locale/views_handler_field_node_language.inc";i:93;s:53:"modules/locale/views_handler_filter_node_language.inc";i:94;s:54:"modules/locale/views_handler_argument_locale_group.inc";i:95;s:57:"modules/locale/views_handler_argument_locale_language.inc";i:96;s:51:"modules/locale/views_handler_field_locale_group.inc";i:97;s:54:"modules/locale/views_handler_field_locale_language.inc";i:98;s:55:"modules/locale/views_handler_field_locale_link_edit.inc";i:99;s:52:"modules/locale/views_handler_filter_locale_group.inc";i:100;s:55:"modules/locale/views_handler_filter_locale_language.inc";i:101;s:54:"modules/locale/views_handler_filter_locale_version.inc";i:102;s:53:"modules/node/views_handler_argument_dates_various.inc";i:103;s:53:"modules/node/views_handler_argument_node_language.inc";i:104;s:48:"modules/node/views_handler_argument_node_nid.inc";i:105;s:49:"modules/node/views_handler_argument_node_type.inc";i:106;s:48:"modules/node/views_handler_argument_node_vid.inc";i:107;s:57:"modules/node/views_handler_argument_node_uid_revision.inc";i:108;s:59:"modules/node/views_handler_field_history_user_timestamp.inc";i:109;s:41:"modules/node/views_handler_field_node.inc";i:110;s:46:"modules/node/views_handler_field_node_link.inc";i:111;s:53:"modules/node/views_handler_field_node_link_delete.inc";i:112;s:51:"modules/node/views_handler_field_node_link_edit.inc";i:113;s:50:"modules/node/views_handler_field_node_revision.inc";i:114;s:55:"modules/node/views_handler_field_node_revision_link.inc";i:115;s:62:"modules/node/views_handler_field_node_revision_link_delete.inc";i:116;s:62:"modules/node/views_handler_field_node_revision_link_revert.inc";i:117;s:46:"modules/node/views_handler_field_node_path.inc";i:118;s:46:"modules/node/views_handler_field_node_type.inc";i:119;s:60:"modules/node/views_handler_filter_history_user_timestamp.inc";i:120;s:49:"modules/node/views_handler_filter_node_access.inc";i:121;s:49:"modules/node/views_handler_filter_node_status.inc";i:122;s:47:"modules/node/views_handler_filter_node_type.inc";i:123;s:55:"modules/node/views_handler_filter_node_uid_revision.inc";i:124;s:51:"modules/node/views_plugin_argument_default_node.inc";i:125;s:52:"modules/node/views_plugin_argument_validate_node.inc";i:126;s:42:"modules/node/views_plugin_row_node_rss.inc";i:127;s:43:"modules/node/views_plugin_row_node_view.inc";i:128;s:52:"modules/profile/views_handler_field_profile_date.inc";i:129;s:52:"modules/profile/views_handler_field_profile_list.inc";i:130;s:58:"modules/profile/views_handler_filter_profile_selection.inc";i:131;s:48:"modules/search/views_handler_argument_search.inc";i:132;s:51:"modules/search/views_handler_field_search_score.inc";i:133;s:46:"modules/search/views_handler_filter_search.inc";i:134;s:50:"modules/search/views_handler_sort_search_score.inc";i:135;s:47:"modules/search/views_plugin_row_search_view.inc";i:136;s:57:"modules/statistics/views_handler_field_accesslog_path.inc";i:137;s:50:"modules/system/views_handler_argument_file_fid.inc";i:138;s:43:"modules/system/views_handler_field_file.inc";i:139;s:53:"modules/system/views_handler_field_file_extension.inc";i:140;s:52:"modules/system/views_handler_field_file_filemime.inc";i:141;s:47:"modules/system/views_handler_field_file_uri.inc";i:142;s:50:"modules/system/views_handler_field_file_status.inc";i:143;s:51:"modules/system/views_handler_filter_file_status.inc";i:144;s:52:"modules/taxonomy/views_handler_argument_taxonomy.inc";i:145;s:57:"modules/taxonomy/views_handler_argument_term_node_tid.inc";i:146;s:63:"modules/taxonomy/views_handler_argument_term_node_tid_depth.inc";i:147;s:72:"modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc";i:148;s:58:"modules/taxonomy/views_handler_argument_vocabulary_vid.inc";i:149;s:67:"modules/taxonomy/views_handler_argument_vocabulary_machine_name.inc";i:150;s:49:"modules/taxonomy/views_handler_field_taxonomy.inc";i:151;s:54:"modules/taxonomy/views_handler_field_term_node_tid.inc";i:152;s:55:"modules/taxonomy/views_handler_field_term_link_edit.inc";i:153;s:55:"modules/taxonomy/views_handler_filter_term_node_tid.inc";i:154;s:61:"modules/taxonomy/views_handler_filter_term_node_tid_depth.inc";i:155;s:56:"modules/taxonomy/views_handler_filter_vocabulary_vid.inc";i:156;s:65:"modules/taxonomy/views_handler_filter_vocabulary_machine_name.inc";i:157;s:62:"modules/taxonomy/views_handler_relationship_node_term_data.inc";i:158;s:65:"modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc";i:159;s:63:"modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc";i:160;s:67:"modules/tracker/views_handler_argument_tracker_comment_user_uid.inc";i:161;s:65:"modules/tracker/views_handler_filter_tracker_comment_user_uid.inc";i:162;s:65:"modules/tracker/views_handler_filter_tracker_boolean_operator.inc";i:163;s:51:"modules/system/views_handler_filter_system_type.inc";i:164;s:56:"modules/translation/views_handler_argument_node_tnid.inc";i:165;s:63:"modules/translation/views_handler_field_node_link_translate.inc";i:166;s:65:"modules/translation/views_handler_field_node_translation_link.inc";i:167;s:54:"modules/translation/views_handler_filter_node_tnid.inc";i:168;s:60:"modules/translation/views_handler_filter_node_tnid_child.inc";i:169;s:62:"modules/translation/views_handler_relationship_translation.inc";i:170;s:48:"modules/user/views_handler_argument_user_uid.inc";i:171;s:55:"modules/user/views_handler_argument_users_roles_rid.inc";i:172;s:41:"modules/user/views_handler_field_user.inc";i:173;s:50:"modules/user/views_handler_field_user_language.inc";i:174;s:46:"modules/user/views_handler_field_user_link.inc";i:175;s:53:"modules/user/views_handler_field_user_link_cancel.inc";i:176;s:51:"modules/user/views_handler_field_user_link_edit.inc";i:177;s:46:"modules/user/views_handler_field_user_mail.inc";i:178;s:46:"modules/user/views_handler_field_user_name.inc";i:179;s:53:"modules/user/views_handler_field_user_permissions.inc";i:180;s:49:"modules/user/views_handler_field_user_picture.inc";i:181;s:47:"modules/user/views_handler_field_user_roles.inc";i:182;s:50:"modules/user/views_handler_filter_user_current.inc";i:183;s:47:"modules/user/views_handler_filter_user_name.inc";i:184;s:54:"modules/user/views_handler_filter_user_permissions.inc";i:185;s:48:"modules/user/views_handler_filter_user_roles.inc";i:186;s:59:"modules/user/views_plugin_argument_default_current_user.inc";i:187;s:51:"modules/user/views_plugin_argument_default_user.inc";i:188;s:52:"modules/user/views_plugin_argument_validate_user.inc";i:189;s:43:"modules/user/views_plugin_row_user_view.inc";i:190;s:31:"plugins/views_plugin_access.inc";i:191;s:36:"plugins/views_plugin_access_none.inc";i:192;s:36:"plugins/views_plugin_access_perm.inc";i:193;s:36:"plugins/views_plugin_access_role.inc";i:194;s:41:"plugins/views_plugin_argument_default.inc";i:195;s:45:"plugins/views_plugin_argument_default_php.inc";i:196;s:47:"plugins/views_plugin_argument_default_fixed.inc";i:197;s:45:"plugins/views_plugin_argument_default_raw.inc";i:198;s:42:"plugins/views_plugin_argument_validate.inc";i:199;s:50:"plugins/views_plugin_argument_validate_numeric.inc";i:200;s:46:"plugins/views_plugin_argument_validate_php.inc";i:201;s:30:"plugins/views_plugin_cache.inc";i:202;s:35:"plugins/views_plugin_cache_none.inc";i:203;s:35:"plugins/views_plugin_cache_time.inc";i:204;s:32:"plugins/views_plugin_display.inc";i:205;s:43:"plugins/views_plugin_display_attachment.inc";i:206;s:38:"plugins/views_plugin_display_block.inc";i:207;s:40:"plugins/views_plugin_display_default.inc";i:208;s:38:"plugins/views_plugin_display_embed.inc";i:209;s:41:"plugins/views_plugin_display_extender.inc";i:210;s:37:"plugins/views_plugin_display_feed.inc";i:211;s:37:"plugins/views_plugin_display_page.inc";i:212;s:43:"plugins/views_plugin_exposed_form_basic.inc";i:213;s:37:"plugins/views_plugin_exposed_form.inc";i:214;s:52:"plugins/views_plugin_exposed_form_input_required.inc";i:215;s:42:"plugins/views_plugin_localization_core.inc";i:216;s:37:"plugins/views_plugin_localization.inc";i:217;s:42:"plugins/views_plugin_localization_none.inc";i:218;s:30:"plugins/views_plugin_pager.inc";i:219;s:35:"plugins/views_plugin_pager_full.inc";i:220;s:35:"plugins/views_plugin_pager_mini.inc";i:221;s:35:"plugins/views_plugin_pager_none.inc";i:222;s:35:"plugins/views_plugin_pager_some.inc";i:223;s:30:"plugins/views_plugin_query.inc";i:224;s:38:"plugins/views_plugin_query_default.inc";i:225;s:28:"plugins/views_plugin_row.inc";i:226;s:35:"plugins/views_plugin_row_fields.inc";i:227;s:39:"plugins/views_plugin_row_rss_fields.inc";i:228;s:30:"plugins/views_plugin_style.inc";i:229;s:38:"plugins/views_plugin_style_default.inc";i:230;s:35:"plugins/views_plugin_style_grid.inc";i:231;s:35:"plugins/views_plugin_style_list.inc";i:232;s:40:"plugins/views_plugin_style_jump_menu.inc";i:233;s:38:"plugins/views_plugin_style_mapping.inc";i:234;s:34:"plugins/views_plugin_style_rss.inc";i:235;s:38:"plugins/views_plugin_style_summary.inc";i:236;s:48:"plugins/views_plugin_style_summary_jump_menu.inc";i:237;s:50:"plugins/views_plugin_style_summary_unformatted.inc";i:238;s:36:"plugins/views_plugin_style_table.inc";i:239;s:43:"tests/handlers/views_handler_area_text.test";i:240;s:47:"tests/handlers/views_handler_argument_null.test";i:241;s:49:"tests/handlers/views_handler_argument_string.test";i:242;s:39:"tests/handlers/views_handler_field.test";i:243;s:47:"tests/handlers/views_handler_field_boolean.test";i:244;s:46:"tests/handlers/views_handler_field_custom.test";i:245;s:47:"tests/handlers/views_handler_field_counter.test";i:246;s:44:"tests/handlers/views_handler_field_date.test";i:247;s:49:"tests/handlers/views_handler_field_file_size.test";i:248;s:44:"tests/handlers/views_handler_field_math.test";i:249;s:43:"tests/handlers/views_handler_field_url.test";i:250;s:43:"tests/handlers/views_handler_field_xss.test";i:251;s:48:"tests/handlers/views_handler_filter_combine.test";i:252;s:45:"tests/handlers/views_handler_filter_date.test";i:253;s:49:"tests/handlers/views_handler_filter_equality.test";i:254;s:52:"tests/handlers/views_handler_filter_in_operator.test";i:255;s:48:"tests/handlers/views_handler_filter_numeric.test";i:256;s:47:"tests/handlers/views_handler_filter_string.test";i:257;s:45:"tests/handlers/views_handler_sort_random.test";i:258;s:43:"tests/handlers/views_handler_sort_date.test";i:259;s:38:"tests/handlers/views_handler_sort.test";i:260;s:60:"tests/test_plugins/views_test_plugin_access_test_dynamic.inc";i:261;s:59:"tests/test_plugins/views_test_plugin_access_test_static.inc";i:262;s:59:"tests/test_plugins/views_test_plugin_style_test_mapping.inc";i:263;s:39:"tests/plugins/views_plugin_display.test";i:264;s:46:"tests/styles/views_plugin_style_jump_menu.test";i:265;s:36:"tests/styles/views_plugin_style.test";i:266;s:41:"tests/styles/views_plugin_style_base.test";i:267;s:44:"tests/styles/views_plugin_style_mapping.test";i:268;s:48:"tests/styles/views_plugin_style_unformatted.test";i:269;s:23:"tests/views_access.test";i:270;s:24:"tests/views_analyze.test";i:271;s:22:"tests/views_basic.test";i:272;s:33:"tests/views_argument_default.test";i:273;s:35:"tests/views_argument_validator.test";i:274;s:29:"tests/views_exposed_form.test";i:275;s:31:"tests/field/views_fieldapi.test";i:276;s:25:"tests/views_glossary.test";i:277;s:24:"tests/views_groupby.test";i:278;s:25:"tests/views_handlers.test";i:279;s:23:"tests/views_module.test";i:280;s:22:"tests/views_pager.test";i:281;s:40:"tests/views_plugin_localization_test.inc";i:282;s:29:"tests/views_translatable.test";i:283;s:22:"tests/views_query.test";i:284;s:24:"tests/views_upgrade.test";i:285;s:34:"tests/views_test.views_default.inc";i:286;s:58:"tests/comment/views_handler_argument_comment_user_uid.test";i:287;s:56:"tests/comment/views_handler_filter_comment_user_uid.test";i:288;s:45:"tests/node/views_node_revision_relations.test";i:289;s:61:"tests/taxonomy/views_handler_relationship_node_term_data.test";i:290;s:45:"tests/user/views_handler_field_user_name.test";i:291;s:43:"tests/user/views_user_argument_default.test";i:292;s:44:"tests/user/views_user_argument_validate.test";i:293;s:26:"tests/user/views_user.test";i:294;s:22:"tests/views_cache.test";i:295;s:21:"tests/views_view.test";i:296;s:19:"tests/views_ui.test";}s:7:"version";s:7:"7.x-3.7";s:7:"project";s:5:"views";s:9:"datestamp";s:10:"1365499236";s:5:"mtime";i:1365499236;s:9:"bootstrap";i:0;}',
+  'info' => 'a:13:{s:4:"name";s:5:"Views";s:11:"description";s:55:"Create customized lists and queries from your database.";s:7:"package";s:5:"Views";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:13:"css/views.css";s:37:"sites/all/modules/views/css/views.css";}}s:12:"dependencies";a:1:{i:0;s:6:"ctools";}s:5:"files";a:314:{i:0;s:31:"handlers/views_handler_area.inc";i:1;s:40:"handlers/views_handler_area_messages.inc";i:2;s:38:"handlers/views_handler_area_result.inc";i:3;s:36:"handlers/views_handler_area_text.inc";i:4;s:43:"handlers/views_handler_area_text_custom.inc";i:5;s:36:"handlers/views_handler_area_view.inc";i:6;s:35:"handlers/views_handler_argument.inc";i:7;s:40:"handlers/views_handler_argument_date.inc";i:8;s:43:"handlers/views_handler_argument_formula.inc";i:9;s:47:"handlers/views_handler_argument_many_to_one.inc";i:10;s:40:"handlers/views_handler_argument_null.inc";i:11;s:43:"handlers/views_handler_argument_numeric.inc";i:12;s:42:"handlers/views_handler_argument_string.inc";i:13;s:52:"handlers/views_handler_argument_group_by_numeric.inc";i:14;s:32:"handlers/views_handler_field.inc";i:15;s:40:"handlers/views_handler_field_counter.inc";i:16;s:40:"handlers/views_handler_field_boolean.inc";i:17;s:49:"handlers/views_handler_field_contextual_links.inc";i:18;s:48:"handlers/views_handler_field_ctools_dropdown.inc";i:19;s:39:"handlers/views_handler_field_custom.inc";i:20;s:37:"handlers/views_handler_field_date.inc";i:21;s:39:"handlers/views_handler_field_entity.inc";i:22;s:38:"handlers/views_handler_field_links.inc";i:23;s:39:"handlers/views_handler_field_markup.inc";i:24;s:37:"handlers/views_handler_field_math.inc";i:25;s:40:"handlers/views_handler_field_numeric.inc";i:26;s:47:"handlers/views_handler_field_prerender_list.inc";i:27;s:46:"handlers/views_handler_field_time_interval.inc";i:28;s:43:"handlers/views_handler_field_serialized.inc";i:29;s:45:"handlers/views_handler_field_machine_name.inc";i:30;s:36:"handlers/views_handler_field_url.inc";i:31;s:33:"handlers/views_handler_filter.inc";i:32;s:50:"handlers/views_handler_filter_boolean_operator.inc";i:33;s:57:"handlers/views_handler_filter_boolean_operator_string.inc";i:34;s:41:"handlers/views_handler_filter_combine.inc";i:35;s:38:"handlers/views_handler_filter_date.inc";i:36;s:42:"handlers/views_handler_filter_equality.inc";i:37;s:47:"handlers/views_handler_filter_entity_bundle.inc";i:38;s:50:"handlers/views_handler_filter_group_by_numeric.inc";i:39;s:45:"handlers/views_handler_filter_in_operator.inc";i:40;s:45:"handlers/views_handler_filter_many_to_one.inc";i:41;s:41:"handlers/views_handler_filter_numeric.inc";i:42;s:40:"handlers/views_handler_filter_string.inc";i:43;s:48:"handlers/views_handler_filter_fields_compare.inc";i:44;s:39:"handlers/views_handler_relationship.inc";i:45;s:53:"handlers/views_handler_relationship_groupwise_max.inc";i:46;s:31:"handlers/views_handler_sort.inc";i:47;s:36:"handlers/views_handler_sort_date.inc";i:48;s:39:"handlers/views_handler_sort_formula.inc";i:49;s:48:"handlers/views_handler_sort_group_by_numeric.inc";i:50;s:46:"handlers/views_handler_sort_menu_hierarchy.inc";i:51;s:38:"handlers/views_handler_sort_random.inc";i:52;s:17:"includes/base.inc";i:53;s:21:"includes/handlers.inc";i:54;s:20:"includes/plugins.inc";i:55;s:17:"includes/view.inc";i:56;s:60:"modules/aggregator/views_handler_argument_aggregator_fid.inc";i:57;s:60:"modules/aggregator/views_handler_argument_aggregator_iid.inc";i:58;s:69:"modules/aggregator/views_handler_argument_aggregator_category_cid.inc";i:59;s:64:"modules/aggregator/views_handler_field_aggregator_title_link.inc";i:60;s:62:"modules/aggregator/views_handler_field_aggregator_category.inc";i:61;s:70:"modules/aggregator/views_handler_field_aggregator_item_description.inc";i:62;s:57:"modules/aggregator/views_handler_field_aggregator_xss.inc";i:63;s:67:"modules/aggregator/views_handler_filter_aggregator_category_cid.inc";i:64;s:54:"modules/aggregator/views_plugin_row_aggregator_rss.inc";i:65;s:56:"modules/book/views_plugin_argument_default_book_root.inc";i:66;s:59:"modules/comment/views_handler_argument_comment_user_uid.inc";i:67;s:47:"modules/comment/views_handler_field_comment.inc";i:68;s:53:"modules/comment/views_handler_field_comment_depth.inc";i:69;s:52:"modules/comment/views_handler_field_comment_link.inc";i:70;s:60:"modules/comment/views_handler_field_comment_link_approve.inc";i:71;s:59:"modules/comment/views_handler_field_comment_link_delete.inc";i:72;s:57:"modules/comment/views_handler_field_comment_link_edit.inc";i:73;s:58:"modules/comment/views_handler_field_comment_link_reply.inc";i:74;s:57:"modules/comment/views_handler_field_comment_node_link.inc";i:75;s:56:"modules/comment/views_handler_field_comment_username.inc";i:76;s:61:"modules/comment/views_handler_field_ncs_last_comment_name.inc";i:77;s:56:"modules/comment/views_handler_field_ncs_last_updated.inc";i:78;s:52:"modules/comment/views_handler_field_node_comment.inc";i:79;s:57:"modules/comment/views_handler_field_node_new_comments.inc";i:80;s:62:"modules/comment/views_handler_field_last_comment_timestamp.inc";i:81;s:57:"modules/comment/views_handler_filter_comment_user_uid.inc";i:82;s:57:"modules/comment/views_handler_filter_ncs_last_updated.inc";i:83;s:53:"modules/comment/views_handler_filter_node_comment.inc";i:84;s:53:"modules/comment/views_handler_sort_comment_thread.inc";i:85;s:60:"modules/comment/views_handler_sort_ncs_last_comment_name.inc";i:86;s:55:"modules/comment/views_handler_sort_ncs_last_updated.inc";i:87;s:48:"modules/comment/views_plugin_row_comment_rss.inc";i:88;s:49:"modules/comment/views_plugin_row_comment_view.inc";i:89;s:52:"modules/contact/views_handler_field_contact_link.inc";i:90;s:43:"modules/field/views_handler_field_field.inc";i:91;s:59:"modules/field/views_handler_relationship_entity_reverse.inc";i:92;s:51:"modules/field/views_handler_argument_field_list.inc";i:93;s:57:"modules/field/views_handler_filter_field_list_boolean.inc";i:94;s:58:"modules/field/views_handler_argument_field_list_string.inc";i:95;s:49:"modules/field/views_handler_filter_field_list.inc";i:96;s:57:"modules/filter/views_handler_field_filter_format_name.inc";i:97;s:52:"modules/locale/views_handler_field_node_language.inc";i:98;s:53:"modules/locale/views_handler_filter_node_language.inc";i:99;s:54:"modules/locale/views_handler_argument_locale_group.inc";i:100;s:57:"modules/locale/views_handler_argument_locale_language.inc";i:101;s:51:"modules/locale/views_handler_field_locale_group.inc";i:102;s:54:"modules/locale/views_handler_field_locale_language.inc";i:103;s:55:"modules/locale/views_handler_field_locale_link_edit.inc";i:104;s:52:"modules/locale/views_handler_filter_locale_group.inc";i:105;s:55:"modules/locale/views_handler_filter_locale_language.inc";i:106;s:54:"modules/locale/views_handler_filter_locale_version.inc";i:107;s:51:"modules/locale/views_handler_sort_node_language.inc";i:108;s:53:"modules/node/views_handler_argument_dates_various.inc";i:109;s:53:"modules/node/views_handler_argument_node_language.inc";i:110;s:48:"modules/node/views_handler_argument_node_nid.inc";i:111;s:49:"modules/node/views_handler_argument_node_type.inc";i:112;s:48:"modules/node/views_handler_argument_node_vid.inc";i:113;s:57:"modules/node/views_handler_argument_node_uid_revision.inc";i:114;s:59:"modules/node/views_handler_field_history_user_timestamp.inc";i:115;s:41:"modules/node/views_handler_field_node.inc";i:116;s:46:"modules/node/views_handler_field_node_link.inc";i:117;s:53:"modules/node/views_handler_field_node_link_delete.inc";i:118;s:51:"modules/node/views_handler_field_node_link_edit.inc";i:119;s:50:"modules/node/views_handler_field_node_revision.inc";i:120;s:55:"modules/node/views_handler_field_node_revision_link.inc";i:121;s:62:"modules/node/views_handler_field_node_revision_link_delete.inc";i:122;s:62:"modules/node/views_handler_field_node_revision_link_revert.inc";i:123;s:46:"modules/node/views_handler_field_node_path.inc";i:124;s:46:"modules/node/views_handler_field_node_type.inc";i:125;s:55:"modules/node/views_handler_field_node_version_count.inc";i:126;s:60:"modules/node/views_handler_filter_history_user_timestamp.inc";i:127;s:49:"modules/node/views_handler_filter_node_access.inc";i:128;s:49:"modules/node/views_handler_filter_node_status.inc";i:129;s:47:"modules/node/views_handler_filter_node_type.inc";i:130;s:55:"modules/node/views_handler_filter_node_uid_revision.inc";i:131;s:56:"modules/node/views_handler_filter_node_version_count.inc";i:132;s:54:"modules/node/views_handler_sort_node_version_count.inc";i:133;s:51:"modules/node/views_plugin_argument_default_node.inc";i:134;s:52:"modules/node/views_plugin_argument_validate_node.inc";i:135;s:42:"modules/node/views_plugin_row_node_rss.inc";i:136;s:43:"modules/node/views_plugin_row_node_view.inc";i:137;s:52:"modules/profile/views_handler_field_profile_date.inc";i:138;s:52:"modules/profile/views_handler_field_profile_list.inc";i:139;s:58:"modules/profile/views_handler_filter_profile_selection.inc";i:140;s:48:"modules/search/views_handler_argument_search.inc";i:141;s:51:"modules/search/views_handler_field_search_score.inc";i:142;s:46:"modules/search/views_handler_filter_search.inc";i:143;s:50:"modules/search/views_handler_sort_search_score.inc";i:144;s:47:"modules/search/views_plugin_row_search_view.inc";i:145;s:57:"modules/statistics/views_handler_field_accesslog_path.inc";i:146;s:65:"modules/statistics/views_handler_field_node_counter_timestamp.inc";i:147;s:61:"modules/statistics/views_handler_field_statistics_numeric.inc";i:148;s:50:"modules/system/views_handler_argument_file_fid.inc";i:149;s:43:"modules/system/views_handler_field_file.inc";i:150;s:53:"modules/system/views_handler_field_file_extension.inc";i:151;s:52:"modules/system/views_handler_field_file_filemime.inc";i:152;s:47:"modules/system/views_handler_field_file_uri.inc";i:153;s:50:"modules/system/views_handler_field_file_status.inc";i:154;s:51:"modules/system/views_handler_filter_file_status.inc";i:155;s:52:"modules/taxonomy/views_handler_argument_taxonomy.inc";i:156;s:57:"modules/taxonomy/views_handler_argument_term_node_tid.inc";i:157;s:63:"modules/taxonomy/views_handler_argument_term_node_tid_depth.inc";i:158;s:68:"modules/taxonomy/views_handler_argument_term_node_tid_depth_join.inc";i:159;s:72:"modules/taxonomy/views_handler_argument_term_node_tid_depth_modifier.inc";i:160;s:58:"modules/taxonomy/views_handler_argument_vocabulary_vid.inc";i:161;s:67:"modules/taxonomy/views_handler_argument_vocabulary_machine_name.inc";i:162;s:49:"modules/taxonomy/views_handler_field_taxonomy.inc";i:163;s:54:"modules/taxonomy/views_handler_field_term_node_tid.inc";i:164;s:55:"modules/taxonomy/views_handler_field_term_link_edit.inc";i:165;s:55:"modules/taxonomy/views_handler_filter_term_node_tid.inc";i:166;s:61:"modules/taxonomy/views_handler_filter_term_node_tid_depth.inc";i:167;s:66:"modules/taxonomy/views_handler_filter_term_node_tid_depth_join.inc";i:168;s:56:"modules/taxonomy/views_handler_filter_vocabulary_vid.inc";i:169;s:65:"modules/taxonomy/views_handler_filter_vocabulary_machine_name.inc";i:170;s:62:"modules/taxonomy/views_handler_relationship_node_term_data.inc";i:171;s:65:"modules/taxonomy/views_plugin_argument_validate_taxonomy_term.inc";i:172;s:63:"modules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc";i:173;s:67:"modules/tracker/views_handler_argument_tracker_comment_user_uid.inc";i:174;s:65:"modules/tracker/views_handler_filter_tracker_comment_user_uid.inc";i:175;s:65:"modules/tracker/views_handler_filter_tracker_boolean_operator.inc";i:176;s:51:"modules/system/views_handler_filter_system_type.inc";i:177;s:56:"modules/translation/views_handler_argument_node_tnid.inc";i:178;s:63:"modules/translation/views_handler_field_node_link_translate.inc";i:179;s:65:"modules/translation/views_handler_field_node_translation_link.inc";i:180;s:54:"modules/translation/views_handler_filter_node_tnid.inc";i:181;s:60:"modules/translation/views_handler_filter_node_tnid_child.inc";i:182;s:62:"modules/translation/views_handler_relationship_translation.inc";i:183;s:48:"modules/user/views_handler_argument_user_uid.inc";i:184;s:55:"modules/user/views_handler_argument_users_roles_rid.inc";i:185;s:41:"modules/user/views_handler_field_user.inc";i:186;s:50:"modules/user/views_handler_field_user_language.inc";i:187;s:46:"modules/user/views_handler_field_user_link.inc";i:188;s:53:"modules/user/views_handler_field_user_link_cancel.inc";i:189;s:51:"modules/user/views_handler_field_user_link_edit.inc";i:190;s:46:"modules/user/views_handler_field_user_mail.inc";i:191;s:46:"modules/user/views_handler_field_user_name.inc";i:192;s:53:"modules/user/views_handler_field_user_permissions.inc";i:193;s:49:"modules/user/views_handler_field_user_picture.inc";i:194;s:47:"modules/user/views_handler_field_user_roles.inc";i:195;s:50:"modules/user/views_handler_filter_user_current.inc";i:196;s:47:"modules/user/views_handler_filter_user_name.inc";i:197;s:54:"modules/user/views_handler_filter_user_permissions.inc";i:198;s:48:"modules/user/views_handler_filter_user_roles.inc";i:199;s:59:"modules/user/views_plugin_argument_default_current_user.inc";i:200;s:51:"modules/user/views_plugin_argument_default_user.inc";i:201;s:52:"modules/user/views_plugin_argument_validate_user.inc";i:202;s:43:"modules/user/views_plugin_row_user_view.inc";i:203;s:31:"plugins/views_plugin_access.inc";i:204;s:36:"plugins/views_plugin_access_none.inc";i:205;s:36:"plugins/views_plugin_access_perm.inc";i:206;s:36:"plugins/views_plugin_access_role.inc";i:207;s:41:"plugins/views_plugin_argument_default.inc";i:208;s:45:"plugins/views_plugin_argument_default_php.inc";i:209;s:47:"plugins/views_plugin_argument_default_fixed.inc";i:210;s:45:"plugins/views_plugin_argument_default_raw.inc";i:211;s:42:"plugins/views_plugin_argument_validate.inc";i:212;s:50:"plugins/views_plugin_argument_validate_numeric.inc";i:213;s:46:"plugins/views_plugin_argument_validate_php.inc";i:214;s:30:"plugins/views_plugin_cache.inc";i:215;s:35:"plugins/views_plugin_cache_none.inc";i:216;s:35:"plugins/views_plugin_cache_time.inc";i:217;s:32:"plugins/views_plugin_display.inc";i:218;s:43:"plugins/views_plugin_display_attachment.inc";i:219;s:38:"plugins/views_plugin_display_block.inc";i:220;s:40:"plugins/views_plugin_display_default.inc";i:221;s:38:"plugins/views_plugin_display_embed.inc";i:222;s:41:"plugins/views_plugin_display_extender.inc";i:223;s:37:"plugins/views_plugin_display_feed.inc";i:224;s:37:"plugins/views_plugin_display_page.inc";i:225;s:43:"plugins/views_plugin_exposed_form_basic.inc";i:226;s:37:"plugins/views_plugin_exposed_form.inc";i:227;s:52:"plugins/views_plugin_exposed_form_input_required.inc";i:228;s:42:"plugins/views_plugin_localization_core.inc";i:229;s:37:"plugins/views_plugin_localization.inc";i:230;s:42:"plugins/views_plugin_localization_none.inc";i:231;s:30:"plugins/views_plugin_pager.inc";i:232;s:35:"plugins/views_plugin_pager_full.inc";i:233;s:35:"plugins/views_plugin_pager_mini.inc";i:234;s:35:"plugins/views_plugin_pager_none.inc";i:235;s:35:"plugins/views_plugin_pager_some.inc";i:236;s:30:"plugins/views_plugin_query.inc";i:237;s:38:"plugins/views_plugin_query_default.inc";i:238;s:28:"plugins/views_plugin_row.inc";i:239;s:35:"plugins/views_plugin_row_fields.inc";i:240;s:39:"plugins/views_plugin_row_rss_fields.inc";i:241;s:30:"plugins/views_plugin_style.inc";i:242;s:38:"plugins/views_plugin_style_default.inc";i:243;s:35:"plugins/views_plugin_style_grid.inc";i:244;s:35:"plugins/views_plugin_style_list.inc";i:245;s:40:"plugins/views_plugin_style_jump_menu.inc";i:246;s:38:"plugins/views_plugin_style_mapping.inc";i:247;s:34:"plugins/views_plugin_style_rss.inc";i:248;s:38:"plugins/views_plugin_style_summary.inc";i:249;s:48:"plugins/views_plugin_style_summary_jump_menu.inc";i:250;s:50:"plugins/views_plugin_style_summary_unformatted.inc";i:251;s:36:"plugins/views_plugin_style_table.inc";i:252;s:34:"tests/handlers/views_handlers.test";i:253;s:43:"tests/handlers/views_handler_area_text.test";i:254;s:47:"tests/handlers/views_handler_argument_null.test";i:255;s:49:"tests/handlers/views_handler_argument_string.test";i:256;s:39:"tests/handlers/views_handler_field.test";i:257;s:47:"tests/handlers/views_handler_field_boolean.test";i:258;s:46:"tests/handlers/views_handler_field_custom.test";i:259;s:47:"tests/handlers/views_handler_field_counter.test";i:260;s:44:"tests/handlers/views_handler_field_date.test";i:261;s:54:"tests/handlers/views_handler_field_file_extension.test";i:262;s:49:"tests/handlers/views_handler_field_file_size.test";i:263;s:44:"tests/handlers/views_handler_field_math.test";i:264;s:43:"tests/handlers/views_handler_field_url.test";i:265;s:43:"tests/handlers/views_handler_field_xss.test";i:266;s:48:"tests/handlers/views_handler_filter_combine.test";i:267;s:45:"tests/handlers/views_handler_filter_date.test";i:268;s:49:"tests/handlers/views_handler_filter_equality.test";i:269;s:52:"tests/handlers/views_handler_filter_in_operator.test";i:270;s:48:"tests/handlers/views_handler_filter_numeric.test";i:271;s:47:"tests/handlers/views_handler_filter_string.test";i:272;s:45:"tests/handlers/views_handler_sort_random.test";i:273;s:43:"tests/handlers/views_handler_sort_date.test";i:274;s:38:"tests/handlers/views_handler_sort.test";i:275;s:46:"tests/test_handlers/views_test_area_access.inc";i:276;s:60:"tests/test_plugins/views_test_plugin_access_test_dynamic.inc";i:277;s:59:"tests/test_plugins/views_test_plugin_access_test_static.inc";i:278;s:59:"tests/test_plugins/views_test_plugin_style_test_mapping.inc";i:279;s:39:"tests/plugins/views_plugin_display.test";i:280;s:46:"tests/styles/views_plugin_style_jump_menu.test";i:281;s:36:"tests/styles/views_plugin_style.test";i:282;s:41:"tests/styles/views_plugin_style_base.test";i:283;s:44:"tests/styles/views_plugin_style_mapping.test";i:284;s:48:"tests/styles/views_plugin_style_unformatted.test";i:285;s:23:"tests/views_access.test";i:286;s:24:"tests/views_analyze.test";i:287;s:22:"tests/views_basic.test";i:288;s:21:"tests/views_ajax.test";i:289;s:33:"tests/views_argument_default.test";i:290;s:35:"tests/views_argument_validator.test";i:291;s:29:"tests/views_exposed_form.test";i:292;s:31:"tests/field/views_fieldapi.test";i:293;s:25:"tests/views_glossary.test";i:294;s:24:"tests/views_groupby.test";i:295;s:25:"tests/views_handlers.test";i:296;s:23:"tests/views_module.test";i:297;s:22:"tests/views_pager.test";i:298;s:40:"tests/views_plugin_localization_test.inc";i:299;s:29:"tests/views_translatable.test";i:300;s:22:"tests/views_query.test";i:301;s:24:"tests/views_upgrade.test";i:302;s:34:"tests/views_test.views_default.inc";i:303;s:58:"tests/comment/views_handler_argument_comment_user_uid.test";i:304;s:56:"tests/comment/views_handler_filter_comment_user_uid.test";i:305;s:45:"tests/node/views_node_revision_relations.test";i:306;s:61:"tests/taxonomy/views_handler_relationship_node_term_data.test";i:307;s:45:"tests/user/views_handler_field_user_name.test";i:308;s:43:"tests/user/views_user_argument_default.test";i:309;s:44:"tests/user/views_user_argument_validate.test";i:310;s:26:"tests/user/views_user.test";i:311;s:22:"tests/views_cache.test";i:312;s:21:"tests/views_view.test";i:313;s:19:"tests/views_ui.test";}s:7:"version";s:8:"7.x-3.20";s:7:"project";s:5:"views";s:9:"datestamp";s:10:"1523668093";s:5:"mtime";i:1535762879;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/views/views_ui.module',
@@ -52752,7 +60178,7 @@
   'bootstrap' => '0',
   'schema_version' => '0',
   'weight' => '0',
-  'info' => 'a:13:{s:4:"name";s:8:"Views UI";s:11:"description";s:93:"Administrative interface to views. Without this module, you cannot create or edit your views.";s:7:"package";s:5:"Views";s:4:"core";s:3:"7.x";s:9:"configure";s:21:"admin/structure/views";s:12:"dependencies";a:1:{i:0;s:5:"views";}s:5:"files";a:2:{i:0;s:15:"views_ui.module";i:1;s:57:"plugins/views_wizard/views_ui_base_views_wizard.class.php";}s:7:"version";s:7:"7.x-3.7";s:7:"project";s:5:"views";s:9:"datestamp";s:10:"1365499236";s:5:"mtime";i:1365499236;s:3:"php";s:5:"5.2.4";s:9:"bootstrap";i:0;}',
+  'info' => "a:14:{s:4:\"name\";s:8:\"Views UI\";s:11:\"description\";s:93:\"Administrative interface to views. Without this module, you cannot create or edit your views.\";s:7:\"package\";s:5:\"Views\";s:4:\"core\";s:3:\"7.x\";s:9:\"configure\";s:21:\"admin/structure/views\";s:12:\"dependencies\";a:1:{i:0;s:5:\"views\";}s:34:\"# @codingStandardsIgnoreLine\nfiles\";a:1:{i:0;s:15:\"views_ui.module\";}s:5:\"files\";a:1:{i:0;s:57:\"plugins/views_wizard/views_ui_base_views_wizard.class.php\";}s:7:\"version\";s:8:\"7.x-3.20\";s:7:\"project\";s:5:\"views\";s:9:\"datestamp\";s:10:\"1523668093\";s:5:\"mtime\";i:1535762879;s:3:\"php\";s:5:\"5.2.4\";s:9:\"bootstrap\";i:0;}",
 ))
 ->values(array(
   'filename' => 'themes/bartik/bartik.info',
@@ -52763,7 +60189,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:18:{s:4:"name";s:6:"Bartik";s:11:"description";s:48:"A flexible, recolorable theme with many regions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:7:"regions";a:17:{s:6:"header";s:6:"Header";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:11:"highlighted";s:11:"Highlighted";s:8:"featured";s:8:"Featured";s:7:"content";s:7:"Content";s:13:"sidebar_first";s:13:"Sidebar first";s:14:"sidebar_second";s:14:"Sidebar second";s:14:"triptych_first";s:14:"Triptych first";s:15:"triptych_middle";s:15:"Triptych middle";s:13:"triptych_last";s:13:"Triptych last";s:18:"footer_firstcolumn";s:19:"Footer first column";s:19:"footer_secondcolumn";s:20:"Footer second column";s:18:"footer_thirdcolumn";s:19:"Footer third column";s:19:"footer_fourthcolumn";s:20:"Footer fourth column";s:6:"footer";s:6:"Footer";}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"0";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:28:"themes/bartik/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}',
+  'info' => 'a:16:{s:4:"name";s:6:"Bartik";s:11:"description";s:48:"A flexible, recolorable theme with many regions.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:3:{s:14:"css/layout.css";s:28:"themes/bartik/css/layout.css";s:13:"css/style.css";s:27:"themes/bartik/css/style.css";s:14:"css/colors.css";s:28:"themes/bartik/css/colors.css";}s:5:"print";a:1:{s:13:"css/print.css";s:27:"themes/bartik/css/print.css";}}s:7:"regions";a:17:{s:6:"header";s:6:"Header";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:11:"highlighted";s:11:"Highlighted";s:8:"featured";s:8:"Featured";s:7:"content";s:7:"Content";s:13:"sidebar_first";s:13:"Sidebar first";s:14:"sidebar_second";s:14:"Sidebar second";s:14:"triptych_first";s:14:"Triptych first";s:15:"triptych_middle";s:15:"Triptych middle";s:13:"triptych_last";s:13:"Triptych last";s:18:"footer_firstcolumn";s:19:"Footer first column";s:19:"footer_secondcolumn";s:20:"Footer second column";s:18:"footer_thirdcolumn";s:19:"Footer third column";s:19:"footer_fourthcolumn";s:20:"Footer fourth column";s:6:"footer";s:6:"Footer";}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"0";}s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:28:"themes/bartik/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1535762879;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}',
 ))
 ->values(array(
   'filename' => 'themes/garland/garland.info',
@@ -52774,7 +60200,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:18:{s:4:"name";s:7:"Garland";s:11:"description";s:111:"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:8:"settings";a:1:{s:13:"garland_width";s:5:"fluid";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:7:"regions";a:9:{s:13:"sidebar_first";s:12:"Left sidebar";s:14:"sidebar_second";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";s:11:"highlighted";s:11:"Highlighted";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}',
+  'info' => 'a:16:{s:4:"name";s:7:"Garland";s:11:"description";s:111:"A multi-column theme which can be configured to modify colors and switch between fixed and fluid width layouts.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:8:"settings";a:1:{s:13:"garland_width";s:5:"fluid";}s:6:"engine";s:11:"phptemplate";s:7:"regions";a:9:{s:13:"sidebar_first";s:12:"Left sidebar";s:14:"sidebar_second";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";s:11:"highlighted";s:11:"Highlighted";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";}s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1535762879;s:14:"regions_hidden";a:2:{i:0;s:8:"page_top";i:1;s:11:"page_bottom";}s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}',
 ))
 ->values(array(
   'filename' => 'themes/seven/seven.info',
@@ -52785,7 +60211,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:18:{s:4:"name";s:5:"Seven";s:11:"description";s:65:"A simple one-column, tableless, fluid width administration theme.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"1";}s:7:"regions";a:5:{s:7:"content";s:7:"Content";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:13:"sidebar_first";s:13:"First sidebar";}s:14:"regions_hidden";a:3:{i:0;s:13:"sidebar_first";i:1;s:8:"page_top";i:2;s:11:"page_bottom";}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1444866674";s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:27:"themes/seven/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1444866674;s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}',
+  'info' => 'a:16:{s:4:"name";s:5:"Seven";s:11:"description";s:65:"A simple one-column, tableless, fluid width administration theme.";s:7:"package";s:4:"Core";s:7:"version";s:4:"7.40";s:4:"core";s:3:"7.x";s:11:"stylesheets";a:1:{s:6:"screen";a:2:{s:9:"reset.css";s:22:"themes/seven/reset.css";s:9:"style.css";s:22:"themes/seven/style.css";}}s:8:"settings";a:1:{s:20:"shortcut_module_link";s:1:"1";}s:7:"regions";a:5:{s:7:"content";s:7:"Content";s:4:"help";s:4:"Help";s:8:"page_top";s:8:"Page top";s:11:"page_bottom";s:11:"Page bottom";s:13:"sidebar_first";s:13:"First sidebar";}s:14:"regions_hidden";a:3:{i:0;s:13:"sidebar_first";i:1;s:8:"page_top";i:2;s:11:"page_bottom";}s:6:"engine";s:11:"phptemplate";s:8:"features";a:9:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";i:4;s:17:"node_user_picture";i:5;s:20:"comment_user_picture";i:6;s:25:"comment_user_verification";i:7;s:9:"main_menu";i:8;s:14:"secondary_menu";}s:10:"screenshot";s:27:"themes/seven/screenshot.png";s:3:"php";s:5:"5.2.4";s:7:"scripts";a:0:{}s:5:"mtime";i:1535762879;s:28:"overlay_supplemental_regions";a:1:{i:0;s:8:"page_top";}}',
 ))
 ->values(array(
   'filename' => 'themes/stark/stark.info',
@@ -52796,7 +60222,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => "a:17:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:7:\"project\";s:6:\"drupal\";s:9:\"datestamp\";s:10:\"1444866674\";s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1444866674;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}",
+  'info' => "a:15:{s:4:\"name\";s:5:\"Stark\";s:11:\"description\";s:208:\"This theme demonstrates Drupal's default HTML markup and CSS styles. To learn how to build your own theme and override Drupal's default code, see the <a href=\"http://drupal.org/theme-guide\">Theming Guide</a>.\";s:7:\"package\";s:4:\"Core\";s:7:\"version\";s:4:\"7.40\";s:4:\"core\";s:3:\"7.x\";s:11:\"stylesheets\";a:1:{s:3:\"all\";a:1:{s:10:\"layout.css\";s:23:\"themes/stark/layout.css\";}}s:6:\"engine\";s:11:\"phptemplate\";s:7:\"regions\";a:9:{s:13:\"sidebar_first\";s:12:\"Left sidebar\";s:14:\"sidebar_second\";s:13:\"Right sidebar\";s:7:\"content\";s:7:\"Content\";s:6:\"header\";s:6:\"Header\";s:6:\"footer\";s:6:\"Footer\";s:11:\"highlighted\";s:11:\"Highlighted\";s:4:\"help\";s:4:\"Help\";s:8:\"page_top\";s:8:\"Page top\";s:11:\"page_bottom\";s:11:\"Page bottom\";}s:8:\"features\";a:9:{i:0;s:4:\"logo\";i:1;s:7:\"favicon\";i:2;s:4:\"name\";i:3;s:6:\"slogan\";i:4;s:17:\"node_user_picture\";i:5;s:20:\"comment_user_picture\";i:6;s:25:\"comment_user_verification\";i:7;s:9:\"main_menu\";i:8;s:14:\"secondary_menu\";}s:10:\"screenshot\";s:27:\"themes/stark/screenshot.png\";s:3:\"php\";s:5:\"5.2.4\";s:7:\"scripts\";a:0:{}s:5:\"mtime\";i:1535762879;s:14:\"regions_hidden\";a:2:{i:0;s:8:\"page_top\";i:1;s:11:\"page_bottom\";}s:28:\"overlay_supplemental_regions\";a:1:{i:0;s:8:\"page_top\";}}",
 ))
 ->execute();
 $connection->schema()->createTable('taxonomy_index', array(
@@ -52875,70 +60301,70 @@
   'created' => '1504715432',
 ))
 ->values(array(
-  'nid' => '3',
+  'nid' => '2',
   'tid' => '9',
   'sticky' => '0',
-  'created' => '1471428152',
+  'created' => '1441306772',
 ))
 ->values(array(
-  'nid' => '3',
+  'nid' => '2',
   'tid' => '14',
   'sticky' => '0',
-  'created' => '1471428152',
+  'created' => '1441306772',
 ))
 ->values(array(
-  'nid' => '3',
+  'nid' => '2',
   'tid' => '17',
   'sticky' => '0',
-  'created' => '1471428152',
+  'created' => '1441306772',
 ))
 ->values(array(
-  'nid' => '3',
+  'nid' => '2',
   'tid' => '20',
   'sticky' => '0',
-  'created' => '1471428152',
+  'created' => '1441306772',
 ))
 ->values(array(
-  'nid' => '3',
-  'tid' => '23',
+  'nid' => '2',
+  'tid' => '21',
   'sticky' => '0',
-  'created' => '1471428152',
+  'created' => '1441306772',
 ))
 ->values(array(
   'nid' => '2',
-  'tid' => '9',
+  'tid' => '24',
   'sticky' => '0',
   'created' => '1441306772',
 ))
 ->values(array(
-  'nid' => '2',
-  'tid' => '14',
+  'nid' => '3',
+  'tid' => '9',
   'sticky' => '0',
-  'created' => '1441306772',
+  'created' => '1471428152',
 ))
 ->values(array(
-  'nid' => '2',
-  'tid' => '17',
+  'nid' => '3',
+  'tid' => '14',
   'sticky' => '0',
-  'created' => '1441306772',
+  'created' => '1471428152',
 ))
 ->values(array(
-  'nid' => '2',
-  'tid' => '20',
+  'nid' => '3',
+  'tid' => '17',
   'sticky' => '0',
-  'created' => '1441306772',
+  'created' => '1471428152',
 ))
 ->values(array(
-  'nid' => '2',
-  'tid' => '21',
+  'nid' => '3',
+  'tid' => '20',
   'sticky' => '0',
-  'created' => '1441306772',
+  'created' => '1471428152',
 ))
 ->values(array(
-  'nid' => '2',
-  'tid' => '24',
+  'nid' => '3',
+  'tid' => '23',
   'sticky' => '0',
-  'created' => '1441306772',
+  'created' => '1471428152',
 ))
 ->execute();
 $connection->schema()->createTable('taxonomy_term_data', array(
@@ -53570,6 +60996,26 @@
   'published' => '1',
   'changed' => '1421727536',
 ))
+->values(array(
+  'nid' => '2',
+  'published' => '1',
+  'changed' => '1564543637',
+))
+->values(array(
+  'nid' => '3',
+  'published' => '1',
+  'changed' => '1564543706',
+))
+->values(array(
+  'nid' => '4',
+  'published' => '1',
+  'changed' => '1564543810',
+))
+->values(array(
+  'nid' => '5',
+  'published' => '1',
+  'changed' => '1564543929',
+))
 ->execute();
 $connection->schema()->createTable('tracker_user', array(
   'fields' => array(
@@ -53620,6 +61066,30 @@
   'published' => '1',
   'changed' => '1421727536',
 ))
+->values(array(
+  'nid' => '2',
+  'uid' => '2',
+  'published' => '1',
+  'changed' => '1564543637',
+))
+->values(array(
+  'nid' => '3',
+  'uid' => '1',
+  'published' => '1',
+  'changed' => '1564543706',
+))
+->values(array(
+  'nid' => '4',
+  'uid' => '1',
+  'published' => '1',
+  'changed' => '1564543810',
+))
+->values(array(
+  'nid' => '5',
+  'uid' => '1',
+  'published' => '1',
+  'changed' => '1564543929',
+))
 ->execute();
 $connection->schema()->createTable('trigger_assignments', array(
   'fields' => array(
@@ -53869,8 +61339,8 @@
   'signature' => '',
   'signature_format' => NULL,
   'created' => '0',
-  'access' => '1444945097',
-  'login' => '1444945097',
+  'access' => '1564543810',
+  'login' => '1564542392',
   'status' => '1',
   'timezone' => NULL,
   'language' => '',
@@ -54096,19 +61566,19 @@
 ))
 ->values(array(
   'name' => 'cache_flush_cache_filter',
-  'value' => 'i:1444944970;',
+  'value' => 'i:0;',
 ))
 ->values(array(
   'name' => 'cache_flush_cache_form',
-  'value' => 'i:1444944970;',
+  'value' => 'i:0;',
 ))
 ->values(array(
   'name' => 'cache_flush_cache_image',
-  'value' => 'i:1444944970;',
+  'value' => 'i:0;',
 ))
 ->values(array(
   'name' => 'cache_flush_cache_menu',
-  'value' => 'i:1444944970;',
+  'value' => 'i:0;',
 ))
 ->values(array(
   'name' => 'cache_flush_cache_page',
@@ -54116,7 +61586,11 @@
 ))
 ->values(array(
   'name' => 'cache_flush_cache_path',
-  'value' => 'i:1444944970;',
+  'value' => 'i:0;',
+))
+->values(array(
+  'name' => 'cache_flush_cache_variable',
+  'value' => 'i:1564542385;',
 ))
 ->values(array(
   'name' => 'cache_lifetime',
@@ -54356,7 +61830,7 @@
 ))
 ->values(array(
   'name' => 'cron_last',
-  'value' => 'i:1444944970;',
+  'value' => 'i:1564542385;',
 ))
 ->values(array(
   'name' => 'cron_threshold_error',
@@ -54368,11 +61842,11 @@
 ))
 ->values(array(
   'name' => 'css_js_query_string',
-  'value' => 's:6:"nwa6nq";',
+  'value' => 's:6:"pvhkn5";',
 ))
 ->values(array(
   'name' => 'ctools_last_cron',
-  'value' => 'i:1421720834;',
+  'value' => 'i:1564542385;',
 ))
 ->values(array(
   'name' => 'dashboard_stashed_blocks',
@@ -54400,7 +61874,7 @@
 ))
 ->values(array(
   'name' => 'drupal_css_cache_files',
-  'value' => 'a:10:{s:64:"823ba1006db72809515d2221cd02ec1075d7b49b0c07f49307b3a7930bfdd9e4";s:64:"public://css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css";s:64:"039ba69b25efd672767c5ee21b686a2cdaa496c5fb210693b88f81cc556db518";s:64:"public://css/css_M8BpLSgFJ1ipHW-ZwVd6p7yRHsT3q23ohYErZrFJ1xA.css";s:64:"568f3bca87830de88c7b44e71808ac7f33f4cdf273ed3bf3d2532bd48f084b06";s:64:"public://css/css_NRg0AX3iY_x0OX3_WzcWp90JnwurHRvZn6i75GL0rRI.css";s:64:"586e4d641f74d0fbdea2ecffe62294e983c5961df8d0128aab1c561505f6b35a";s:64:"public://css/css_2THG1eGiBIizsWFeexsNe1iDifJ00QRS9uSd03rY9co.css";s:64:"cb9f93e666a396bb3eb14c5fd16f7ebd1cdd0067733eb0a2ab1b294b6f14f76f";s:64:"public://css/css_1kF33EODTO5gDyEbdpAfYzMKbjG3ottD1s5np0BNI8U.css";s:64:"35337ea541d4968f58917d83eaa9e495d5a38bb0aaf23bc714650d3c71fc275a";s:64:"public://css/css_LJ87GFKz9ZFt2bWZ4pMV8e2o8w_790Mbwcd7C-RKri0.css";s:64:"592db66916e1dd3416cbe95bcb34a5a68775eb0b7cf95e4c858671de35290cc9";s:64:"public://css/css_LS9OUalDR9-d_lCAvF3yUWjNU6yF8ZBm84jEPRvoyuQ.css";s:64:"fe9fca5a618e55058e69458a65b2edb4e958c16c13e1d1526c4dc0c0e782b483";s:64:"public://css/css_WWafHiT44xXp69Ucog34hgXKsZRScJzl3S17Xg7evtM.css";s:64:"ebb3f433ad4107b1ac31e9d7de0f9a5d399040e9f82b6364211dcfaadea158c0";s:64:"public://css/css_Nv0ct-zkzztuah_LbaPFF8ZkdSEk-LxBtTWMm9mN_F8.css";s:64:"032d72e2b3124645b11e59c23005327dc2b450af6aaa6bf3cad34a6a65a9d774";s:64:"public://css/css_ZDWl28hdmeinIcKg-HMrN6uKD0nTMld5NlXLmm5MH2U.css";}',
+  'value' => 'a:15:{s:64:"823ba1006db72809515d2221cd02ec1075d7b49b0c07f49307b3a7930bfdd9e4";s:64:"public://css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css";s:64:"592db66916e1dd3416cbe95bcb34a5a68775eb0b7cf95e4c858671de35290cc9";s:64:"public://css/css_LS9OUalDR9-d_lCAvF3yUWjNU6yF8ZBm84jEPRvoyuQ.css";s:64:"039ba69b25efd672767c5ee21b686a2cdaa496c5fb210693b88f81cc556db518";s:64:"public://css/css_M8BpLSgFJ1ipHW-ZwVd6p7yRHsT3q23ohYErZrFJ1xA.css";s:64:"695a209324194c0d21d9bb46ee5c79be16c9ce95ecc78a32b1f9987c0df40b0b";s:64:"public://css/css_NGxDrM9UJ-wUewpBHXjAEGgwYxfLtvpstiWGfzqNNwA.css";s:64:"ebb3f433ad4107b1ac31e9d7de0f9a5d399040e9f82b6364211dcfaadea158c0";s:64:"public://css/css_Nv0ct-zkzztuah_LbaPFF8ZkdSEk-LxBtTWMm9mN_F8.css";s:64:"de467953ab86040d25a8490791f0f4352275233c920ecd041c103fa9b7e7a163";s:64:"public://css/css_EFyjZ4zLATP-GcgIXjW_um67QxSmSefin4HfVeCqZek.css";s:64:"50084274c4d57dc206d2107806b0347788ef01bbfb31c73af065037e6668802d";s:64:"public://css/css_pKggL89uPQWOpKLTwXyBUt5vQDHPdO-FoWqCxWNbD0U.css";s:64:"cb9f93e666a396bb3eb14c5fd16f7ebd1cdd0067733eb0a2ab1b294b6f14f76f";s:64:"public://css/css_1kF33EODTO5gDyEbdpAfYzMKbjG3ottD1s5np0BNI8U.css";s:64:"fdbace5562c04b8212ac8404f094df4a1705578e8492cf84958e8b35fdba15ab";s:64:"public://css/css_SJB2wqQKSdUToeXWIshGU7zkPcf6_Zh1mrqqvP_q54Y.css";s:64:"568f3bca87830de88c7b44e71808ac7f33f4cdf273ed3bf3d2532bd48f084b06";s:64:"public://css/css_NRg0AX3iY_x0OX3_WzcWp90JnwurHRvZn6i75GL0rRI.css";s:64:"586e4d641f74d0fbdea2ecffe62294e983c5961df8d0128aab1c561505f6b35a";s:64:"public://css/css_2THG1eGiBIizsWFeexsNe1iDifJ00QRS9uSd03rY9co.css";s:64:"fe7963db4794bab1af204e74f1f6feee5bffd589eaacbcdf9b4636de5a6a0d4f";s:64:"public://css/css_DsapenVPuSH6iW3_gQX1pciqKlstMf05L4WyNNOk698.css";s:64:"032d72e2b3124645b11e59c23005327dc2b450af6aaa6bf3cad34a6a65a9d774";s:64:"public://css/css_ZDWl28hdmeinIcKg-HMrN6uKD0nTMld5NlXLmm5MH2U.css";s:64:"c4aa9d06ea60fbc0750e4cfc7f1a29621a8182fb288ded25aadca0e7f5ea6944";s:64:"public://css/css_CPYza70Oo8oDhOx2iicCT--gKrGNDg978tajQok0Mi8.css";s:64:"8366be3a82d83db4ec0cd63fdb2977a1145c38937190ceb866dd8b9322c159a6";s:64:"public://css/css_MG3BLNoFLiaTT09Z-SSyV39ahpygv9ewq6nNr3kmwB8.css";}',
 ))
 ->values(array(
   'name' => 'drupal_http_request_fails',
@@ -54424,7 +61898,7 @@
 ))
 ->values(array(
   'name' => 'entityreference:base-tables',
-  'value' => 'a:7:{s:4:"node";a:2:{i:0;s:4:"node";i:1;s:3:"nid";}s:13:"taxonomy_term";a:2:{i:0;s:18:"taxonomy_term_data";i:1;s:3:"tid";}s:7:"comment";a:2:{i:0;s:7:"comment";i:1;s:3:"cid";}s:16:"i18n_translation";a:2:{i:0;s:20:"i18n_translation_set";i:1;s:4:"tsid";}s:4:"file";a:2:{i:0;s:12:"file_managed";i:1;s:3:"fid";}s:19:"taxonomy_vocabulary";a:2:{i:0;s:19:"taxonomy_vocabulary";i:1;s:3:"vid";}s:4:"user";a:2:{i:0;s:5:"users";i:1;s:3:"uid";}}',
+  'value' => 'a:6:{s:4:"node";a:2:{i:0;s:4:"node";i:1;s:3:"nid";}s:13:"taxonomy_term";a:2:{i:0;s:18:"taxonomy_term_data";i:1;s:3:"tid";}s:7:"comment";a:2:{i:0;s:7:"comment";i:1;s:3:"cid";}s:4:"file";a:2:{i:0;s:12:"file_managed";i:1;s:3:"fid";}s:19:"taxonomy_vocabulary";a:2:{i:0;s:19:"taxonomy_vocabulary";i:1;s:3:"vid";}s:4:"user";a:2:{i:0;s:5:"users";i:1;s:3:"uid";}}',
 ))
 ->values(array(
   'name' => 'entity_translation_entity_types',
@@ -54468,7 +61942,7 @@
 ))
 ->values(array(
   'name' => 'field_bundle_settings_node__article',
-  'value' => 'a:2:{s:10:"view_modes";a:0:{}s:12:"extra_fields";a:2:{s:4:"form";a:1:{s:5:"title";a:1:{s:6:"weight";s:2:"-5";}}s:7:"display";a:0:{}}}',
+  'value' => 'a:2:{s:10:"view_modes";a:6:{s:6:"teaser";a:1:{s:15:"custom_settings";b:1;}s:4:"full";a:1:{s:15:"custom_settings";b:0;}s:3:"rss";a:1:{s:15:"custom_settings";b:0;}s:12:"search_index";a:1:{s:15:"custom_settings";b:0;}s:13:"search_result";a:1:{s:15:"custom_settings";b:0;}s:5:"print";a:1:{s:15:"custom_settings";b:0;}}s:12:"extra_fields";a:2:{s:4:"form";a:1:{s:5:"title";a:1:{s:6:"weight";s:2:"-5";}}s:7:"display";a:0:{}}}',
 ))
 ->values(array(
   'name' => 'field_bundle_settings_node__blog',
@@ -54592,7 +62066,7 @@
 ))
 ->values(array(
   'name' => 'javascript_parsed',
-  'value' => 'a:17:{i:0;s:14:"misc/drupal.js";i:1;s:14:"misc/jquery.js";i:2;s:19:"misc/jquery.once.js";i:3;s:32:"modules/contextual/contextual.js";i:4;s:21:"misc/jquery.cookie.js";i:5;s:26:"modules/toolbar/toolbar.js";i:6;s:19:"misc/tableheader.js";i:7;s:12:"misc/form.js";i:8;s:16:"misc/collapse.js";i:9;s:17:"misc/tabledrag.js";s:10:"refresh:is";s:7:"waiting";i:10;s:20:"misc/machine-name.js";i:11;s:16:"misc/textarea.js";i:12;s:36:"modules/comment/comment-node-form.js";i:13;s:26:"modules/menu/menu.admin.js";i:14;s:21:"misc/vertical-tabs.js";i:15;s:29:"modules/node/content_types.js";}',
+  'value' => 'a:29:{i:0;s:14:"misc/drupal.js";i:1;s:14:"misc/jquery.js";i:2;s:19:"misc/jquery.once.js";i:3;s:24:"modules/system/system.js";i:4;s:12:"misc/form.js";i:5;s:21:"misc/jquery.cookie.js";i:6;s:26:"modules/toolbar/toolbar.js";s:10:"refresh:fr";s:7:"waiting";i:7;s:19:"misc/tableheader.js";i:8;s:19:"misc/jquery.form.js";i:9;s:16:"misc/progress.js";i:10;s:12:"misc/ajax.js";i:11;s:16:"misc/collapse.js";i:12;s:28:"modules/field_ui/field_ui.js";i:13;s:17:"misc/tabledrag.js";i:14;s:20:"misc/machine-name.js";i:15;s:16:"misc/textarea.js";i:16;s:20:"misc/autocomplete.js";i:17;s:19:"misc/tableselect.js";i:18;s:32:"modules/contextual/contextual.js";i:19;s:24:"modules/filter/filter.js";i:20;s:34:"modules/field/modules/text/text.js";i:21;s:20:"modules/file/file.js";i:22;s:20:"modules/book/book.js";i:23;s:14:"misc/states.js";i:24;s:20:"modules/node/node.js";i:25;s:20:"modules/path/path.js";i:26;s:36:"modules/comment/comment-node-form.js";i:27;s:21:"misc/vertical-tabs.js";}',
 ))
 ->values(array(
   'name' => 'language_content_type_article',
@@ -54668,7 +62142,7 @@
 ))
 ->values(array(
   'name' => 'menu_masks',
-  'value' => 'a:36:{i:0;i:501;i:1;i:493;i:2;i:250;i:3;i:247;i:4;i:246;i:5;i:245;i:6;i:126;i:7;i:125;i:8;i:123;i:9;i:122;i:10;i:121;i:11;i:117;i:12;i:63;i:13;i:62;i:14;i:61;i:15;i:60;i:16;i:59;i:17;i:58;i:18;i:44;i:19;i:31;i:20;i:30;i:21;i:29;i:22;i:24;i:23;i:21;i:24;i:15;i:25;i:14;i:26;i:13;i:27;i:12;i:28;i:11;i:29;i:8;i:30;i:7;i:31;i:6;i:32;i:5;i:33;i:3;i:34;i:2;i:35;i:1;}',
+  'value' => 'a:47:{i:0;i:501;i:1;i:494;i:2;i:493;i:3;i:490;i:4;i:250;i:5;i:247;i:6;i:246;i:7;i:245;i:8;i:242;i:9;i:234;i:10;i:126;i:11;i:125;i:12;i:123;i:13;i:122;i:14;i:121;i:15;i:118;i:16;i:117;i:17;i:108;i:18;i:63;i:19;i:62;i:20;i:61;i:21;i:60;i:22;i:59;i:23;i:58;i:24;i:56;i:25;i:54;i:26;i:44;i:27;i:31;i:28;i:30;i:29;i:29;i:30;i:26;i:31;i:24;i:32;i:22;i:33;i:21;i:34;i:15;i:35;i:14;i:36;i:13;i:37;i:12;i:38;i:11;i:39;i:10;i:40;i:8;i:41;i:7;i:42;i:6;i:43;i:5;i:44;i:3;i:45;i:2;i:46;i:1;}',
 ))
 ->values(array(
   'name' => 'menu_options_article',
@@ -54732,7 +62206,7 @@
 ))
 ->values(array(
   'name' => 'node_cron_last',
-  'value' => 's:10:"1441306832";',
+  'value' => 's:10:"1471428152";',
 ))
 ->values(array(
   'name' => 'node_options_article',
@@ -54936,7 +62410,7 @@
 ))
 ->values(array(
   'name' => 'statistics_day_timestamp',
-  'value' => 'i:1444944970;',
+  'value' => 'i:1564542385;',
 ))
 ->values(array(
   'name' => 'statistics_enable_access_log',
@@ -55004,7 +62478,7 @@
 ))
 ->values(array(
   'name' => 'update_last_check',
-  'value' => 'i:1444944973;',
+  'value' => 'i:1564542387;',
 ))
 ->values(array(
   'name' => 'update_max_fetch_attempts',
diff --git a/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php b/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php
index 0b2735c8ea..8339142975 100644
--- a/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php
+++ b/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php
@@ -108,6 +108,9 @@ protected function migrateContent(array $include = []) {
     }
     if (in_array('revisions', $include)) {
       $this->executeMigrations(['d6_node_revision']);
+      if (in_array('translations', $include)) {
+        $this->executeMigrations(['d6_node_revision_translation']);
+      }
     }
   }
 
diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php
index a83527035a..bc1a029f41 100644
--- a/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php
+++ b/core/modules/migrate_drupal_ui/tests/src/Functional/d6/Upgrade6Test.php
@@ -70,8 +70,8 @@ protected function getEntityCounts() {
       'contact_message' => 0,
       'configurable_language' => 5,
       'editor' => 2,
-      'field_config' => 95,
-      'field_storage_config' => 66,
+      'field_config' => 96,
+      'field_storage_config' => 67,
       'file' => 7,
       'filter_format' => 7,
       'image_style' => 5,
diff --git a/core/modules/node/migrations/d6_node.yml b/core/modules/node/migrations/d6_node.yml
index 524448bc38..d0d503aa19 100644
--- a/core/modules/node/migrations/d6_node.yml
+++ b/core/modules/node/migrations/d6_node.yml
@@ -7,6 +7,8 @@ migration_tags:
 deriver: Drupal\node\Plugin\migrate\D6NodeDeriver
 source:
   plugin: d6_node
+  constants:
+    revision_translation_affected: true
 process:
   # In D6, nodes always have a tnid, but it's zero for untranslated nodes.
   # We normalize it to equal the nid in that case.
@@ -35,7 +37,7 @@ process:
   revision_uid: revision_uid
   revision_log: log
   revision_timestamp: timestamp
-
+  revision_translation_affected: constants/revision_translation_affected
 #  unmapped d6 fields.
 #  tnid
 #  translate
diff --git a/core/modules/node/migrations/d6_node_revision.yml b/core/modules/node/migrations/d6_node_revision.yml
index 732c9abe27..1e0ddabcab 100644
--- a/core/modules/node/migrations/d6_node_revision.yml
+++ b/core/modules/node/migrations/d6_node_revision.yml
@@ -7,6 +7,8 @@ migration_tags:
 deriver: Drupal\node\Plugin\migrate\D6NodeDeriver
 source:
   plugin: d6_node_revision
+  constants:
+    revision_translation_affected: true
 process:
   # If you are using this file to build a custom migration consider removing
   # the nid and vid fields to allow incremental migrations.
@@ -32,7 +34,7 @@ process:
   revision_uid: revision_uid
   revision_log: log
   revision_timestamp: timestamp
-
+  revision_translation_affected: constants/revision_translation_affected
 #  unmapped d6 fields.
 #  tnid
 #  translate
diff --git a/core/modules/node/migrations/d7_node.yml b/core/modules/node/migrations/d7_node.yml
index 5bf826164a..7ccae408c9 100644
--- a/core/modules/node/migrations/d7_node.yml
+++ b/core/modules/node/migrations/d7_node.yml
@@ -7,6 +7,8 @@ migration_tags:
 deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
 source:
   plugin: d7_node
+  constants:
+    revision_translation_affected: true
 process:
   # If you are using this file to build a custom migration consider removing
   # the nid and vid fields to allow incremental migrations.
@@ -29,6 +31,7 @@ process:
   revision_uid: revision_uid
   revision_log: log
   revision_timestamp: timestamp
+  revision_translation_affected: constants/revision_translation_affected
 destination:
   plugin: entity:node
 migration_dependencies:
diff --git a/core/modules/node/migrations/d7_node_revision.yml b/core/modules/node/migrations/d7_node_revision.yml
index 7310b0d5b0..15722ed4b4 100644
--- a/core/modules/node/migrations/d7_node_revision.yml
+++ b/core/modules/node/migrations/d7_node_revision.yml
@@ -7,6 +7,8 @@ migration_tags:
 deriver: Drupal\node\Plugin\migrate\D7NodeDeriver
 source:
   plugin: d7_node_revision
+  constants:
+    revision_translation_affected: true
 process:
   # If you are using this file to build a custom migration consider removing
   # the nid and vid fields to allow incremental migrations.
@@ -26,6 +28,7 @@ process:
   revision_uid: revision_uid
   revision_log: log
   revision_timestamp: timestamp
+  revision_translation_affected: constants/revision_translation_affected
 destination:
   plugin: entity_revision:node
 migration_dependencies:
diff --git a/core/modules/node/src/Plugin/migrate/D6NodeDeriver.php b/core/modules/node/src/Plugin/migrate/D6NodeDeriver.php
index a8fa1d0bbe..899a1c4372 100644
--- a/core/modules/node/src/Plugin/migrate/D6NodeDeriver.php
+++ b/core/modules/node/src/Plugin/migrate/D6NodeDeriver.php
@@ -69,7 +69,7 @@ public static function create(ContainerInterface $container, $base_plugin_id) {
    * {@inheritdoc}
    */
   public function getDerivativeDefinitions($base_plugin_definition) {
-    if ($base_plugin_definition['id'] == 'd6_node_translation' && !$this->includeTranslations) {
+    if (in_array('translation', $base_plugin_definition['migration_tags']) && !$this->includeTranslations) {
       // Refuse to generate anything.
       return $this->derivatives;
     }
@@ -99,7 +99,7 @@ public function getDerivativeDefinitions($base_plugin_definition) {
         // If this migration is based on the d6_node_revision migration or
         // is for translations of nodes, it should explicitly depend on the
         // corresponding d6_node variant.
-        if (in_array($base_plugin_definition['id'], ['d6_node_revision', 'd6_node_translation'])) {
+        if ($base_plugin_definition['id'] == ['d6_node_revision'] || in_array('translation', $base_plugin_definition['migration_tags'])) {
           $values['migration_dependencies']['required'][] = 'd6_node:' . $node_type;
         }
 
diff --git a/core/modules/node/src/Plugin/migrate/source/d6/NodeRevision.php b/core/modules/node/src/Plugin/migrate/source/d6/NodeRevision.php
index 629249888d..e0988294d0 100644
--- a/core/modules/node/src/Plugin/migrate/source/d6/NodeRevision.php
+++ b/core/modules/node/src/Plugin/migrate/source/d6/NodeRevision.php
@@ -2,8 +2,6 @@
 
 namespace Drupal\node\Plugin\migrate\source\d6;
 
-use Drupal\Core\Database\Query\SelectInterface;
-
 /**
  * Drupal 6 node revision source from database.
  *
@@ -40,11 +38,4 @@ public function getIds() {
     return $ids;
   }
 
-  /**
-   * {@inheritdoc}
-   */
-  protected function handleTranslations(SelectInterface $query) {
-    // @todo in https://www.drupal.org/node/2746541
-  }
-
 }
diff --git a/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTranslationTest.php b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTranslationTest.php
new file mode 100644
index 0000000000..9eb4376492
--- /dev/null
+++ b/core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeRevisionTranslationTest.php
@@ -0,0 +1,95 @@
+<?php
+
+namespace Drupal\Tests\node\Kernel\Migrate\d6;
+
+use Drupal\node\NodeInterface;
+
+/**
+ * Tests node revision migrations.
+ *
+ * @group node
+ */
+class MigrateNodeRevisionTranslationTest extends MigrateNodeTestBase {
+
+  /**
+   * The entity storage for node.
+   *
+   * @var \Drupal\Core\Entity\EntityStorageInterface
+   */
+  protected $nodeStorage;
+
+  /**
+   * {@inheritdoc}
+   */
+  public static $modules = [
+    'content_translation',
+    'language',
+    'menu_ui',
+    // Required for translation migrations.
+    'migrate_drupal_multilingual',
+  ];
+
+  /**
+   * {@inheritdoc}
+   */
+  protected function setUp() {
+    parent::setUp();
+
+    $this->executeMigrations([
+      'language',
+      'd6_language_content_settings',
+      'd6_node',
+      'd6_node_revision',
+      'd6_node_translation',
+      'd6_node_revision_translation',
+    ]);
+
+    $this->nodeStorage = $this->container->get('entity_type.manager')
+      ->getStorage('node');
+  }
+
+  /**
+   * Asserts various aspects of a node revision.
+   *
+   * @param int $id
+   *   The revision ID.
+   * @param string $langcode
+   *   The revision language.
+   * @param string $title
+   *   The expected title.
+   * @param string $log
+   *   The revision log message.
+   * @param string $field_text_field
+   *   The expected field_text_field field value.
+   * @param int $revision_translation_affected
+   *   The revision translation affected field value.
+   */
+  protected function assertRevision($id, $langcode, $title, $log, $field_text_field, $revision_translation_affected) {
+    /* @var  \Drupal\node\NodeInterface $revision */
+    $revision = $this->nodeStorage->loadRevision($id)
+      ->getTranslation($langcode);
+    $this->assertInstanceOf(NodeInterface::class, $revision);
+    $this->assertSame($title, $revision->getTitle());
+    $this->assertSame($log, $revision->revision_log->value);
+    $this->assertSame($field_text_field, $revision->field_text_field->value);
+    $this->assertSame($revision_translation_affected, $revision->get('revision_translation_affected')->value);
+  }
+
+  /**
+   * Tests the migration of node revisions with translated nodes.
+   */
+  public function testNodeTranslationRevisions() {
+    // Test the first revision.
+    $this->assertRevision(13, 'en', 'The Real McCoy (first revision)', 'First revision (en)', 'McCoy first revision (en)', '1');
+    $this->assertRevision(2007, 'fr', 'Le Vrai McCoy (first revision)', 'First revision (fr)', 'McCoy first revision (fr)', '1');
+    $this->assertRevision(15, 'zu', 'Abantu zulu (first revision)', 'First revision (zu)', 'Zulu first revision (zu)', '1');
+    $this->assertRevision(2008, 'en', 'The Zulu People (first revision)', 'First revision (en)', 'Zulu first revision (en)', '1');
+
+    // Test the current revision.
+    $this->assertRevision(24, 'en', 'The Real McCoy', 'Current revision (en)', 'McCoy current revision (en)', '1');
+    $this->assertRevision(2004, 'fr', 'Le Vrai McCoy', 'Current revision (fr)', 'McCoy current revision (fr)', '1');
+    $this->assertRevision(26, 'zu', 'Abantu zulu', 'Current revision (zu)', 'Zulu current revision (zu)', '1');
+    $this->assertRevision(2005, 'en', 'The Zulu People', 'Current revision (en)', 'Zulu current revision (en)', '1');
+  }
+
+}
diff --git a/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTranslationTest.php b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTranslationTest.php
new file mode 100644
index 0000000000..49b8e896d5
--- /dev/null
+++ b/core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeRevisionTranslationTest.php
@@ -0,0 +1,132 @@
+<?php
+
+namespace Drupal\Tests\node\Kernel\Migrate\d7;
+
+use Drupal\node\NodeInterface;
+use Drupal\Tests\file\Kernel\Migrate\d7\FileMigrationSetupTrait;
+use Drupal\Tests\migrate_drupal\Kernel\d7\MigrateDrupal7TestBase;
+
+/**
+ * Tests node revision migrations.
+ *
+ * @group node
+ */
+class MigrateNodeRevisionTest extends MigrateDrupal7TestBase {
+
+  use FileMigrationSetupTrait;
+
+  /**
+   * The entity storage for node.
+   *
+   * @var \Drupal\Core\Entity\EntityStorageInterface
+   */
+  protected $nodeStorage;
+
+  /**
+   * {@inheritdoc}
+   */
+  public static $modules = [
+    'content_translation',
+    'comment',
+    'datetime',
+    'file',
+    'filter',
+    'image',
+    'language',
+    'link',
+    // Required for translation migrations.
+    'migrate_drupal_multilingual',
+    'menu_ui',
+    'node',
+    'taxonomy',
+    'telephone',
+    'text',
+  ];
+
+  /**
+   * {@inheritdoc}
+   */
+  protected function setUp() {
+    parent::setUp();
+
+    $this->fileMigrationSetup();
+
+    $this->installEntitySchema('node');
+    $this->installEntitySchema('comment');
+    $this->installEntitySchema('taxonomy_term');
+    $this->installSchema('comment', ['comment_entity_statistics']);
+    $this->installSchema('node', ['node_access']);
+
+    $this->migrateUsers();
+    $this->migrateFields();
+    $this->executeMigrations([
+      'language',
+      'd7_language_content_settings',
+      'd7_comment_field',
+      'd7_comment_field_instance',
+      'd7_node',
+      'd7_node_translation',
+      'd7_node_revision',
+      'd7_node_revision_translation',
+    ]);
+    $this->nodeStorage = $this->container->get('entity_type.manager')->getStorage('node');
+  }
+
+  /**
+   * {@inheritdoc}
+   */
+  protected function getFileMigrationInfo() {
+    return [
+      'path' => 'public://sites/default/files/cube.jpeg',
+      'size' => '3620',
+      'base_path' => 'public://',
+      'plugin_id' => 'd7_file',
+    ];
+  }
+
+  /**
+   * Asserts various aspects of a node revision.
+   *
+   * @param int $id
+   *   The revision ID.
+   * @param string $langcode
+   *   The revision language.
+   * @param string $title
+   *   The expected title.
+   * @param string $log
+   *   The revision log message.
+   * @param string $field_text_plain
+   *   The expected field_text_plain field value.
+   * @param int $revision_translation_affected
+   *   The revision translation affected field value.
+   */
+  protected function assertRevision($id, $langcode, $title, $log, $field_text_plain, $revision_translation_affected) {
+    /* @var  \Drupal\node\NodeInterface $revision */
+    $revision = $this->nodeStorage->loadRevision($id)->getTranslation($langcode);
+    $this->assertInstanceOf(NodeInterface::class, $revision);
+    $this->assertSame($title, $revision->getTitle());
+    $this->assertSame($log, $revision->revision_log->value);
+    if ($field_text_plain) {
+      $this->assertSame($field_text_plain, $revision->field_text_plain->value);
+    }
+    $this->assertSame($revision_translation_affected, $revision->get('revision_translation_affected')->value);
+  }
+
+  /**
+   * Tests the migration of node revisions with translated nodes.
+   */
+  public function testNodeTranslationRevisions() {
+    // Test the 1st revision.
+    $this->assertRevision(2, 'en', 'The thing about Deep Space 9 (1st rev)', 'DS9 1st rev', 'DS9 1st rev', '1');
+    $this->assertRevision(18, 'is', 'is - The thing about Deep Space 9 (1st rev)', 'is - DS9 1st rev', 'is - DS9 1st rev', '1');
+    $this->assertRevision(4, 'is', 'is - The thing about Firefly (1st rev)', 'is - Firefly 1st rev', NULL, '1');
+    $this->assertRevision(19, 'en', 'en - The thing about Firefly (1st rev)', 'Firefly 1st rev', 'Firefly 1st rev', '1');
+
+    // Test the 2nd revision.
+    $this->assertRevision(11, 'en', 'The thing about Deep Space 9 (2nd rev)', 'DS9 2nd rev', 'DS9 2nd rev', '1');
+    $this->assertRevision(14, 'is', 'is - The thing about Deep Space 9 (2nd rev)', 'is - DS9 2nd rev', 'is - DS9 2nd rev', '1');
+    $this->assertRevision(13, 'is', 'is - The thing about Firefly (2nd rev)', 'is - Firefly 2nd rev', NULL, '1');
+    $this->assertRevision(15, 'en', 'en - The thing about Firefly (2nd rev)', 'Firefly 2nd rev', 'Firefly 2nd rev', '1');
+  }
+
+}
