diff --git a/core/modules/migrate_drupal/tests/fixtures/drupal6.php b/core/modules/migrate_drupal/tests/fixtures/drupal6.php
index d8cdf58..663d9a3 100644
--- a/core/modules/migrate_drupal/tests/fixtures/drupal6.php
+++ b/core/modules/migrate_drupal/tests/fixtures/drupal6.php
@@ -8037,3823 +8037,5817 @@
   'mysql_character_set' => 'utf8',
 ));
 
-$connection->schema()->createTable('imagecache_action', array(
+$connection->schema()->createTable('i18n_blocks', array(
   'fields' => array(
-    'actionid' => array(
+    'ibid' => array(
       'type' => 'serial',
       'not null' => TRUE,
       'size' => 'normal',
       'unsigned' => TRUE,
     ),
-    'presetid' => array(
-      'type' => 'int',
-      'not null' => TRUE,
-      'size' => 'normal',
-      'default' => '0',
-      'unsigned' => TRUE,
-    ),
-    'weight' => array(
-      'type' => 'int',
-      'not null' => TRUE,
-      'size' => 'normal',
-      'default' => '0',
-    ),
     'module' => array(
       'type' => 'varchar',
       'not null' => TRUE,
-      'length' => '255',
+      'length' => '64',
     ),
-    'action' => array(
+    'delta' => array(
       'type' => 'varchar',
       'not null' => TRUE,
-      'length' => '255',
-    ),
-    'data' => array(
-      'type' => 'text',
-      'not null' => TRUE,
-      'size' => 'normal',
+      'length' => '32',
+      'default' => '0',
     ),
-  ),
-  'primary key' => array(
-    'actionid',
-  ),
-  'mysql_character_set' => 'utf8',
-));
-
-$connection->insert('imagecache_action')
-->fields(array(
-  'actionid',
-  'presetid',
-  'weight',
-  'module',
-  'action',
-  'data',
-))
-->values(array(
-  'actionid' => '3',
-  'presetid' => '1',
-  'weight' => '0',
-  'module' => 'imagecache',
-  'action' => 'imagecache_scale_and_crop',
-  'data' => 'a:2:{s:5:"width";s:4:"100%";s:6:"height";s:4:"100%";}',
-))
-->values(array(
-  'actionid' => '4',
-  'presetid' => '2',
-  'weight' => '0',
-  'module' => 'imagecache',
-  'action' => 'imagecache_crop',
-  'data' => 'a:4:{s:5:"width";s:3:"555";s:6:"height";s:4:"5555";s:7:"xoffset";s:6:"center";s:7:"yoffset";s:6:"center";}',
-))
-->values(array(
-  'actionid' => '5',
-  'presetid' => '2',
-  'weight' => '0',
-  'module' => 'imagecache',
-  'action' => 'imagecache_resize',
-  'data' => 'a:2:{s:5:"width";s:3:"55%";s:6:"height";s:3:"55%";}',
-))
-->values(array(
-  'actionid' => '6',
-  'presetid' => '2',
-  'weight' => '0',
-  'module' => 'imagecache',
-  'action' => 'imagecache_rotate',
-  'data' => 'a:3:{s:7:"degrees";s:2:"55";s:6:"random";i:0;s:7:"bgcolor";s:0:"";}',
-))
-->execute();
-
-$connection->schema()->createTable('imagecache_preset', array(
-  'fields' => array(
-    'presetid' => array(
-      'type' => 'serial',
+    'type' => array(
+      'type' => 'int',
       'not null' => TRUE,
       'size' => 'normal',
-      'unsigned' => TRUE,
+      'default' => '0',
     ),
-    'presetname' => array(
+    'language' => array(
       'type' => 'varchar',
       'not null' => TRUE,
-      'length' => '255',
+      'length' => '12',
+      'default' => '',
     ),
   ),
   'primary key' => array(
-    'presetid',
+    'ibid',
   ),
   'mysql_character_set' => 'utf8',
 ));
 
-$connection->insert('imagecache_preset')
-->fields(array(
-  'presetid',
-  'presetname',
-))
-->values(array(
-  'presetid' => '1',
-  'presetname' => 'slackjaw_boys',
-))
-->values(array(
-  'presetid' => '2',
-  'presetname' => 'big_blue_cheese',
-))
-->execute();
-
-$connection->schema()->createTable('languages', array(
+$connection->schema()->createTable('i18n_strings', array(
   'fields' => array(
-    'language' => array(
-      'type' => 'varchar',
-      'not null' => TRUE,
-      'length' => '12',
-      'default' => '',
-    ),
-    'name' => array(
-      'type' => 'varchar',
-      'not null' => TRUE,
-      'length' => '64',
-      'default' => '',
-    ),
-    'native' => array(
-      'type' => 'varchar',
-      'not null' => TRUE,
-      'length' => '64',
-      'default' => '',
-    ),
-    'direction' => array(
-      'type' => 'int',
-      'not null' => TRUE,
-      'size' => 'normal',
-      'default' => '0',
-    ),
-    'enabled' => array(
-      'type' => 'int',
-      'not null' => TRUE,
-      'size' => 'normal',
-      'default' => '0',
-    ),
-    'plurals' => array(
+    'lid' => array(
       'type' => 'int',
       'not null' => TRUE,
       'size' => 'normal',
       'default' => '0',
     ),
-    'formula' => array(
+    'objectid' => array(
       'type' => 'varchar',
       'not null' => TRUE,
-      'length' => '128',
+      'length' => '255',
       'default' => '',
     ),
-    'domain' => array(
+    'type' => array(
       'type' => 'varchar',
       'not null' => TRUE,
-      'length' => '128',
+      'length' => '255',
       'default' => '',
     ),
-    'prefix' => array(
+    'property' => array(
       'type' => 'varchar',
       'not null' => TRUE,
-      'length' => '128',
+      'length' => '255',
       'default' => '',
     ),
-    'weight' => array(
+    'objectindex' => array(
       'type' => 'int',
       'not null' => TRUE,
       'size' => 'normal',
       'default' => '0',
     ),
-    'javascript' => array(
-      'type' => 'varchar',
-      'not null' => TRUE,
-      'length' => '32',
-      'default' => '',
-    ),
-  ),
-  'primary key' => array(
-    'language',
-  ),
-  'indexes' => array(
-    'list' => array(
-      'weight',
-      'name',
-    ),
-  ),
-  'mysql_character_set' => 'utf8',
-));
-
-$connection->insert('languages')
-->fields(array(
-  'language',
-  'name',
-  'native',
-  'direction',
-  'enabled',
-  'plurals',
-  'formula',
-  'domain',
-  'prefix',
-  'weight',
-  'javascript',
-))
-->values(array(
-  'language' => 'en',
-  'name' => 'English',
-  'native' => 'English',
-  'direction' => '0',
-  'enabled' => '1',
-  'plurals' => '0',
-  'formula' => '',
-  'domain' => '',
-  'prefix' => '',
-  'weight' => '0',
-  'javascript' => '',
-))
-->values(array(
-  'language' => 'fr',
-  'name' => 'French',
-  'native' => 'Français',
-  'direction' => '0',
-  'enabled' => '1',
-  'plurals' => '2',
-  'formula' => '($n>1)',
-  'domain' => '',
-  'prefix' => 'fr',
-  'weight' => '0',
-  'javascript' => '',
-))
-->execute();
-
-$connection->schema()->createTable('locales_source', array(
-  'fields' => array(
-    'lid' => array(
-      'type' => 'serial',
-      'not null' => TRUE,
-      'size' => 'normal',
-    ),
-    'location' => array(
-      'type' => 'varchar',
-      'not null' => TRUE,
-      'length' => '255',
-      'default' => '',
-    ),
-    'textgroup' => array(
-      'type' => 'varchar',
-      'not null' => TRUE,
-      'length' => '255',
-      'default' => 'default',
-    ),
-    'source' => array(
-      'type' => 'blob',
+    'format' => array(
+      'type' => 'int',
       'not null' => TRUE,
       'size' => 'normal',
-    ),
-    'version' => array(
-      'type' => 'varchar',
-      'not null' => TRUE,
-      'length' => '20',
-      'default' => 'none',
+      'default' => '0',
     ),
   ),
   'primary key' => array(
     'lid',
   ),
-  'indexes' => array(
-    'source' => array(
-      array(
-        'source',
-        '30',
-      ),
-    ),
-  ),
   'mysql_character_set' => 'utf8',
 ));
 
-$connection->insert('locales_source')
+$connection->insert('i18n_strings')
 ->fields(array(
   'lid',
-  'location',
-  'textgroup',
-  'source',
-  'version',
+  'objectid',
+  'type',
+  'property',
+  'objectindex',
+  'format',
+))
+->values(array(
+  'lid' => '504',
+  'objectid' => 'profile_color',
+  'type' => 'field',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '505',
+  'objectid' => 'profile_color',
+  'type' => 'field',
+  'property' => 'explanation',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '506',
+  'objectid' => '',
+  'type' => 'category',
+  'property' => '',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '507',
+  'objectid' => 'profile_biography',
+  'type' => 'field',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '508',
+  'objectid' => 'profile_biography',
+  'type' => 'field',
+  'property' => 'explanation',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '509',
+  'objectid' => 'profile_sell_address',
+  'type' => 'field',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '510',
+  'objectid' => 'profile_sell_address',
+  'type' => 'field',
+  'property' => 'explanation',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '511',
+  'objectid' => '',
+  'type' => 'category',
+  'property' => '',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '512',
+  'objectid' => 'profile_sold_to',
+  'type' => 'field',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '513',
+  'objectid' => 'profile_sold_to',
+  'type' => 'field',
+  'property' => 'explanation',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '514',
+  'objectid' => 'profile_sold_to',
+  'type' => 'field',
+  'property' => 'options',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '515',
+  'objectid' => '',
+  'type' => 'category',
+  'property' => '',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '516',
+  'objectid' => 'profile_bands',
+  'type' => 'field',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '517',
+  'objectid' => 'profile_bands',
+  'type' => 'field',
+  'property' => 'explanation',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '518',
+  'objectid' => 'profile_birthdate',
+  'type' => 'field',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '519',
+  'objectid' => 'profile_birthdate',
+  'type' => 'field',
+  'property' => 'explanation',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '520',
+  'objectid' => 'profile_love_migrations',
+  'type' => 'field',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '521',
+  'objectid' => 'profile_love_migrations',
+  'type' => 'field',
+  'property' => 'explanation',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '522',
+  'objectid' => 'profile_blog',
+  'type' => 'field',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '523',
+  'objectid' => 'profile_blog',
+  'type' => 'field',
+  'property' => 'explanation',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '524',
+  'objectid' => '1',
+  'type' => 'block',
+  'property' => 'title',
+  'objectindex' => '1',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '525',
+  'objectid' => '1',
+  'type' => 'block',
+  'property' => 'body',
+  'objectindex' => '1',
+  'format' => '2',
+))
+->values(array(
+  'lid' => '526',
+  'objectid' => '2',
+  'type' => 'block',
+  'property' => 'title',
+  'objectindex' => '2',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '527',
+  'objectid' => '2',
+  'type' => 'block',
+  'property' => 'body',
+  'objectindex' => '2',
+  'format' => '2',
+))
+->values(array(
+  'lid' => '528',
+  'objectid' => '4',
+  'type' => 'vocabulary',
+  'property' => 'name',
+  'objectindex' => '4',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '529',
+  'objectid' => '1',
+  'type' => 'vocabulary',
+  'property' => 'name',
+  'objectindex' => '1',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '530',
+  'objectid' => '2',
+  'type' => 'vocabulary',
+  'property' => 'name',
+  'objectindex' => '2',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '531',
+  'objectid' => '3',
+  'type' => 'vocabulary',
+  'property' => 'name',
+  'objectindex' => '3',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '532',
+  'objectid' => '5',
+  'type' => 'vocabulary',
+  'property' => 'name',
+  'objectindex' => '5',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '533',
+  'objectid' => 'article',
+  'type' => 'type',
+  'property' => 'name',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '534',
+  'objectid' => 'article',
+  'type' => 'type',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '535',
+  'objectid' => 'article',
+  'type' => 'type',
+  'property' => 'body',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '536',
+  'objectid' => 'article',
+  'type' => 'type',
+  'property' => 'description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '537',
+  'objectid' => 'company',
+  'type' => 'type',
+  'property' => 'name',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '538',
+  'objectid' => 'company',
+  'type' => 'type',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '539',
+  'objectid' => 'company',
+  'type' => 'type',
+  'property' => 'body',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '540',
+  'objectid' => 'company',
+  'type' => 'type',
+  'property' => 'description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '541',
+  'objectid' => 'employee',
+  'type' => 'type',
+  'property' => 'name',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '542',
+  'objectid' => 'employee',
+  'type' => 'type',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '543',
+  'objectid' => 'employee',
+  'type' => 'type',
+  'property' => 'body',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '544',
+  'objectid' => 'employee',
+  'type' => 'type',
+  'property' => 'description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '545',
+  'objectid' => 'sponsor',
+  'type' => 'type',
+  'property' => 'name',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '546',
+  'objectid' => 'sponsor',
+  'type' => 'type',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '547',
+  'objectid' => 'sponsor',
+  'type' => 'type',
+  'property' => 'body',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '548',
+  'objectid' => 'sponsor',
+  'type' => 'type',
+  'property' => 'description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '549',
+  'objectid' => 'story',
+  'type' => 'type',
+  'property' => 'name',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '550',
+  'objectid' => 'story',
+  'type' => 'type',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '551',
+  'objectid' => 'story',
+  'type' => 'type',
+  'property' => 'body',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '552',
+  'objectid' => 'story',
+  'type' => 'type',
+  'property' => 'description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '553',
+  'objectid' => 'test_event',
+  'type' => 'type',
+  'property' => 'name',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '554',
+  'objectid' => 'test_event',
+  'type' => 'type',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '555',
+  'objectid' => 'test_event',
+  'type' => 'type',
+  'property' => 'body',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '556',
+  'objectid' => 'test_event',
+  'type' => 'type',
+  'property' => 'description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '558',
+  'objectid' => 'test_page',
+  'type' => 'type',
+  'property' => 'name',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '559',
+  'objectid' => 'test_page',
+  'type' => 'type',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '560',
+  'objectid' => 'test_page',
+  'type' => 'type',
+  'property' => 'body',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '561',
+  'objectid' => 'test_page',
+  'type' => 'type',
+  'property' => 'description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '562',
+  'objectid' => 'test_planet',
+  'type' => 'type',
+  'property' => 'name',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '563',
+  'objectid' => 'test_planet',
+  'type' => 'type',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '564',
+  'objectid' => 'test_planet',
+  'type' => 'type',
+  'property' => 'body',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '565',
+  'objectid' => 'test_planet',
+  'type' => 'type',
+  'property' => 'description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '566',
+  'objectid' => 'test_story',
+  'type' => 'type',
+  'property' => 'name',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '567',
+  'objectid' => 'test_story',
+  'type' => 'type',
+  'property' => 'title',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '568',
+  'objectid' => 'test_story',
+  'type' => 'type',
+  'property' => 'body',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '569',
+  'objectid' => 'test_story',
+  'type' => 'type',
+  'property' => 'description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '570',
+  'objectid' => 'story-field_test_exclude_unset',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '571',
+  'objectid' => 'story-field_test_exclude_unset',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '572',
+  'objectid' => 'story-field_test_two',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '573',
+  'objectid' => 'story-field_test_two',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '574',
+  'objectid' => 'story-field_test',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '575',
+  'objectid' => 'story-field_test',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '576',
+  'objectid' => 'story-field_test_three',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '577',
+  'objectid' => 'story-field_test_three',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '578',
+  'objectid' => 'story-field_test_four',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '579',
+  'objectid' => 'story-field_test_four',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '580',
+  'objectid' => 'story-field_test_identical1',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '581',
+  'objectid' => 'story-field_test_identical1',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '582',
+  'objectid' => 'story-field_test_identical2',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '583',
+  'objectid' => 'story-field_test_identical2',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '584',
+  'objectid' => 'story-field_test_email',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '585',
+  'objectid' => 'story-field_test_email',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '586',
+  'objectid' => 'story-field_test_link',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '587',
+  'objectid' => 'story-field_test_link',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '588',
+  'objectid' => 'story-field_test_filefield',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '589',
+  'objectid' => 'story-field_test_filefield',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '590',
+  'objectid' => 'story-field_test_imagefield',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '591',
+  'objectid' => 'story-field_test_imagefield',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '592',
+  'objectid' => 'story-field_test_date',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '593',
+  'objectid' => 'story-field_test_date',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '594',
+  'objectid' => 'story-field_test_datestamp',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '595',
+  'objectid' => 'story-field_test_datestamp',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '596',
+  'objectid' => 'story-field_test_datetime',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '597',
+  'objectid' => 'story-field_test_datetime',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '598',
+  'objectid' => 'story-field_test_phone',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '599',
+  'objectid' => 'story-field_test_phone',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '600',
+  'objectid' => 'story-field_test_decimal_radio_buttons',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '601',
+  'objectid' => 'story-field_test_decimal_radio_buttons',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '602',
+  'objectid' => 'field_test_decimal_radio_buttons',
+  'type' => 'field',
+  'property' => 'option_1.2',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '603',
+  'objectid' => 'field_test_decimal_radio_buttons',
+  'type' => 'field',
+  'property' => 'option_2.1',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '604',
+  'objectid' => 'story-field_test_float_single_checkbox',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '605',
+  'objectid' => 'story-field_test_float_single_checkbox',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '606',
+  'objectid' => 'field_test_float_single_checkbox',
+  'type' => 'field',
+  'property' => 'option_3.142',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '607',
+  'objectid' => 'field_test_float_single_checkbox',
+  'type' => 'field',
+  'property' => 'option_1.234',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '608',
+  'objectid' => 'story-field_test_integer_selectlist',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '609',
+  'objectid' => 'story-field_test_integer_selectlist',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '610',
+  'objectid' => 'field_test_integer_selectlist',
+  'type' => 'field',
+  'property' => 'option_1234',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '611',
+  'objectid' => 'field_test_integer_selectlist',
+  'type' => 'field',
+  'property' => 'option_2341',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '612',
+  'objectid' => 'field_test_integer_selectlist',
+  'type' => 'field',
+  'property' => 'option_3412',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '613',
+  'objectid' => 'field_test_integer_selectlist',
+  'type' => 'field',
+  'property' => 'option_4123',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '614',
+  'objectid' => 'story-field_test_text_single_checkbox',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '615',
+  'objectid' => 'story-field_test_text_single_checkbox',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '616',
+  'objectid' => 'field_test_text_single_checkbox',
+  'type' => 'field',
+  'property' => 'option_0',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '617',
+  'objectid' => 'field_test_text_single_checkbox',
+  'type' => 'field',
+  'property' => 'option_1',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '618',
+  'objectid' => 'story-field_test_text_single_checkbox2',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '619',
+  'objectid' => 'story-field_test_text_single_checkbox2',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '620',
+  'objectid' => 'field_test_text_single_checkbox2',
+  'type' => 'field',
+  'property' => 'option_Off',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '621',
+  'objectid' => 'field_test_text_single_checkbox2',
+  'type' => 'field',
+  'property' => 'option_Hello',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '622',
+  'objectid' => 'test_page-field_test',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '623',
+  'objectid' => 'test_page-field_test',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '624',
+  'objectid' => 'test_planet-field_multivalue',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '625',
+  'objectid' => 'test_planet-field_multivalue',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '626',
+  'objectid' => 'test_planet-field_test_text_single_checkbox',
+  'type' => 'field',
+  'property' => 'widget_label',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->values(array(
+  'lid' => '627',
+  'objectid' => 'test_planet-field_test_text_single_checkbox',
+  'type' => 'field',
+  'property' => 'widget_description',
+  'objectindex' => '0',
+  'format' => '0',
+))
+->execute();
+
+$connection->schema()->createTable('i18n_variable', array(
+  'fields' => array(
+    'name' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '128',
+      'default' => '',
+    ),
+    'language' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '12',
+      'default' => '',
+    ),
+    'value' => array(
+      'type' => 'text',
+      'not null' => TRUE,
+      'size' => 'big',
+    ),
+  ),
+  'primary key' => array(
+    'name',
+    'language',
+  ),
+  'mysql_character_set' => 'utf8',
+));
+
+$connection->insert('i18n_variable')
+->fields(array(
+  'name',
+  'language',
+  'value',
+))
+->values(array(
+  'name' => 'array_filter',
+  'language' => 'en',
+  'value' => 'b:1;',
+))
+->values(array(
+  'name' => 'i18nstrings_allowed_formats',
+  'language' => 'en',
+  'value' => 'a:2:{i:0;i:1;i:1;i:2;}',
+))
+->execute();
+
+$connection->schema()->createTable('imagecache_action', array(
+  'fields' => array(
+    'actionid' => array(
+      'type' => 'serial',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'unsigned' => TRUE,
+    ),
+    'presetid' => array(
+      'type' => 'int',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'default' => '0',
+      'unsigned' => TRUE,
+    ),
+    'weight' => array(
+      'type' => 'int',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'default' => '0',
+    ),
+    'module' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '255',
+    ),
+    'action' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '255',
+    ),
+    'data' => array(
+      'type' => 'text',
+      'not null' => TRUE,
+      'size' => 'normal',
+    ),
+  ),
+  'primary key' => array(
+    'actionid',
+  ),
+  'mysql_character_set' => 'utf8',
+));
+
+$connection->insert('imagecache_action')
+->fields(array(
+  'actionid',
+  'presetid',
+  'weight',
+  'module',
+  'action',
+  'data',
+))
+->values(array(
+  'actionid' => '3',
+  'presetid' => '1',
+  'weight' => '0',
+  'module' => 'imagecache',
+  'action' => 'imagecache_scale_and_crop',
+  'data' => 'a:2:{s:5:"width";s:4:"100%";s:6:"height";s:4:"100%";}',
+))
+->values(array(
+  'actionid' => '4',
+  'presetid' => '2',
+  'weight' => '0',
+  'module' => 'imagecache',
+  'action' => 'imagecache_crop',
+  'data' => 'a:4:{s:5:"width";s:3:"555";s:6:"height";s:4:"5555";s:7:"xoffset";s:6:"center";s:7:"yoffset";s:6:"center";}',
+))
+->values(array(
+  'actionid' => '5',
+  'presetid' => '2',
+  'weight' => '0',
+  'module' => 'imagecache',
+  'action' => 'imagecache_resize',
+  'data' => 'a:2:{s:5:"width";s:3:"55%";s:6:"height";s:3:"55%";}',
+))
+->values(array(
+  'actionid' => '6',
+  'presetid' => '2',
+  'weight' => '0',
+  'module' => 'imagecache',
+  'action' => 'imagecache_rotate',
+  'data' => 'a:3:{s:7:"degrees";s:2:"55";s:6:"random";i:0;s:7:"bgcolor";s:0:"";}',
+))
+->execute();
+
+$connection->schema()->createTable('imagecache_preset', array(
+  'fields' => array(
+    'presetid' => array(
+      'type' => 'serial',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'unsigned' => TRUE,
+    ),
+    'presetname' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '255',
+    ),
+  ),
+  'primary key' => array(
+    'presetid',
+  ),
+  'mysql_character_set' => 'utf8',
+));
+
+$connection->insert('imagecache_preset')
+->fields(array(
+  'presetid',
+  'presetname',
+))
+->values(array(
+  'presetid' => '1',
+  'presetname' => 'slackjaw_boys',
+))
+->values(array(
+  'presetid' => '2',
+  'presetname' => 'big_blue_cheese',
+))
+->execute();
+
+$connection->schema()->createTable('languages', array(
+  'fields' => array(
+    'language' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '12',
+      'default' => '',
+    ),
+    'name' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '64',
+      'default' => '',
+    ),
+    'native' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '64',
+      'default' => '',
+    ),
+    'direction' => array(
+      'type' => 'int',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'default' => '0',
+    ),
+    'enabled' => array(
+      'type' => 'int',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'default' => '0',
+    ),
+    'plurals' => array(
+      'type' => 'int',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'default' => '0',
+    ),
+    'formula' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '128',
+      'default' => '',
+    ),
+    'domain' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '128',
+      'default' => '',
+    ),
+    'prefix' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '128',
+      'default' => '',
+    ),
+    'weight' => array(
+      'type' => 'int',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'default' => '0',
+    ),
+    'javascript' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '32',
+      'default' => '',
+    ),
+  ),
+  'primary key' => array(
+    'language',
+  ),
+  'indexes' => array(
+    'list' => array(
+      'weight',
+      'name',
+    ),
+  ),
+  'mysql_character_set' => 'utf8',
+));
+
+$connection->insert('languages')
+->fields(array(
+  'language',
+  'name',
+  'native',
+  'direction',
+  'enabled',
+  'plurals',
+  'formula',
+  'domain',
+  'prefix',
+  'weight',
+  'javascript',
+))
+->values(array(
+  'language' => 'en',
+  'name' => 'English',
+  'native' => 'English',
+  'direction' => '0',
+  'enabled' => '1',
+  'plurals' => '0',
+  'formula' => '',
+  'domain' => '',
+  'prefix' => '',
+  'weight' => '0',
+  'javascript' => '',
+))
+->values(array(
+  'language' => 'fr',
+  'name' => 'French',
+  'native' => 'Français',
+  'direction' => '0',
+  'enabled' => '1',
+  'plurals' => '2',
+  'formula' => '($n>1)',
+  'domain' => '',
+  'prefix' => 'fr',
+  'weight' => '0',
+  'javascript' => '',
+))
+->execute();
+
+$connection->schema()->createTable('locales_source', array(
+  'fields' => array(
+    'lid' => array(
+      'type' => 'serial',
+      'not null' => TRUE,
+      'size' => 'normal',
+    ),
+    'location' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '255',
+      'default' => '',
+    ),
+    'textgroup' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '255',
+      'default' => 'default',
+    ),
+    'source' => array(
+      'type' => 'blob',
+      'not null' => TRUE,
+      'size' => 'normal',
+    ),
+    'version' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '20',
+      'default' => 'none',
+    ),
+  ),
+  'primary key' => array(
+    'lid',
+  ),
+  'indexes' => array(
+    'source' => array(
+      array(
+        'source',
+        '30',
+      ),
+    ),
+    'textgroup_location' => array(
+      array(
+        'textgroup',
+        '30',
+      ),
+      array(
+        'location',
+        '191',
+      ),
+    ),
+  ),
+  'mysql_character_set' => 'utf8',
+));
+
+$connection->insert('locales_source')
+->fields(array(
+  'lid',
+  'location',
+  'textgroup',
+  'source',
+  'version',
 ))
 ->values(array(
   'lid' => '1',
   'location' => 'misc/drupal.js',
   'textgroup' => 'default',
-  'source' => 'Unspecified error',
+  'source' => 'Unspecified error',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '2',
+  'location' => 'misc/drupal.js',
+  'textgroup' => 'default',
+  'source' => 'An error occurred. \n@uri\n@text',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '3',
+  'location' => 'misc/drupal.js',
+  'textgroup' => 'default',
+  'source' => 'An error occurred. \n@uri\n(no information available).',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '4',
+  'location' => 'misc/drupal.js',
+  'textgroup' => 'default',
+  'source' => 'An HTTP error @status occurred. \n@uri',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '5',
+  'location' => 'content.module:21',
+  'textgroup' => 'default',
+  'source' => 'The content module, a required component of the Content Construction Kit (CCK), allows administrators to associate custom fields with content types. In Drupal, content types are used to define the characteristics of a post, including the title and description of the fields displayed on its add and edit pages. Using the content module (and the other helper modules included in CCK), custom fields beyond the default "Title" and "Body" may be added. CCK features are accessible through tabs on the <a href="@content-types">content types administration page</a>. (See the <a href="@node-help">node module help page</a> for more information about content types.)',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '6',
+  'location' => 'content.module:22',
+  'textgroup' => 'default',
+  'source' => 'When adding a custom field to a content type, you determine its type (whether it will contain text, numbers, or references to other objects) and how it will be displayed (either as a text field or area, a select box, checkbox, radio button, or autocompleting field). A field may have multiple values (i.e., a "person" may have multiple e-mail addresses) or a single value (i.e., an "employee" has a single employee identification number). As you add and edit fields, CCK automatically adjusts the structure of the database as necessary. CCK also provides a number of other features, including intelligent caching for your custom data, an import and export facility for content type definitions, and integration with other contributed modules.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '7',
+  'location' => 'content.module:23',
+  'textgroup' => 'default',
+  'source' => 'Custom field types are provided by a set of optional modules included with CCK (each module provides a different type). The <a href="@modules">modules page</a> allows you to enable or disable CCK components. A default installation of CCK includes:',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '8',
+  'location' => 'content.module:25',
+  'textgroup' => 'default',
+  'source' => '<em>number</em>, which adds numeric field types, in integer, decimal or floating point form. You may define a set of allowed inputs, or specify an allowable range of values. A variety of common formats for displaying numeric data are available.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '9',
+  'location' => 'content.module:26',
+  'textgroup' => 'default',
+  'source' => "<em>text</em>, which adds text field types. A text field may contain plain text only, or optionally, may use Drupal's input format filters to securely manage rich text input. Text input fields may be either a single line (text field), multiple lines (text area), or for greater input control, a select box, checkbox, or radio buttons. If desired, CCK can validate the input to a set of allowed values.",
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '10',
+  'location' => 'content.module:27',
+  'textgroup' => 'default',
+  'source' => '<em>nodereference</em>, which creates custom references between Drupal nodes. By adding a <em>nodereference</em> field and two different content types, for instance, you can easily create complex parent/child relationships between data (multiple "employee" nodes may contain a <em>nodereference</em> field linking to an "employer" node).',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '11',
+  'location' => 'content.module:28',
+  'textgroup' => 'default',
+  'source' => "<em>userreference</em>, which creates custom references to your sites' user accounts. By adding a <em>userreference</em> field, you can create complex relationships between your site's users and posts. To track user involvement in a post beyond Drupal's standard <em>Authored by</em> field, for instance, add a <em>userreference</em> field named \"Edited by\" to a content type to store a link to an editor's user account page.",
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '12',
+  'location' => 'content.module:29',
+  'textgroup' => 'default',
+  'source' => '<em>fieldgroup</em>, which creates collapsible fieldsets to hold a group of related fields. A fieldset may either be open or closed by default. The order of your fieldsets, and the order of fields within a fieldset, is managed via a drag-and-drop interface provided by content module.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '13',
+  'location' => 'content.module:31',
+  'textgroup' => 'default',
+  'source' => 'For more information, see the online handbook entry for <a href="@handbook-cck">CCK</a> or the <a href="@project-cck">CCK project page</a>.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '14',
+  'location' => 'theme/theme.inc:111',
+  'textgroup' => 'default',
+  'source' => "Configure how this content type's fields and field labels should be displayed when it's viewed in teaser and full-page mode.",
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '15',
+  'location' => 'theme/theme.inc:114',
+  'textgroup' => 'default',
+  'source' => "Configure how this content type's fields should be displayed when it's rendered in the following contexts.",
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '16',
+  'location' => 'content.module:48',
+  'textgroup' => 'default',
+  'source' => 'Control the order of fields in the input form.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '17',
+  'location' => 'content.module:486,  modules/content_multigroup/content_multigroup.module:1422',
+  'textgroup' => 'default',
+  'source' => 'This field is required.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '18',
+  'location' => 'content.module:490',
+  'textgroup' => 'default',
+  'source' => '!title: !required',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '19',
+  'location' => 'content.module:493,  modules/content_multigroup/content_multigroup.module:1434',
+  'textgroup' => 'default',
+  'source' => 'Order',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '20',
+  'location' => 'content.module:1640',
+  'textgroup' => 'default',
+  'source' => 'RSS Item',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '21',
+  'location' => 'content.module:1897',
+  'textgroup' => 'default',
+  'source' => 'Search Index',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '22',
+  'location' => 'content.module:1901',
+  'textgroup' => 'default',
+  'source' => 'Search Result',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '23',
+  'location' => 'content.module:2363',
+  'textgroup' => 'default',
+  'source' => 'Language',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '24',
+  'location' => 'content.module:2377',
+  'textgroup' => 'default',
+  'source' => 'Taxonomy',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '25',
+  'location' => 'content.module:2408',
+  'textgroup' => 'default',
+  'source' => 'File attachments',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '26',
+  'location' => 'content.module:600',
+  'textgroup' => 'default',
+  'source' => 'Updating field type %type with module %module.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '27',
+  'location' => 'content.module:607',
+  'textgroup' => 'default',
+  'source' => 'Updating widget type %type with module %module.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '28',
+  'location' => 'content.module:63',
+  'textgroup' => 'default',
+  'source' => 'Use PHP input for field settings (dangerous - grant with care)',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '29',
+  'location' => 'content.module:104',
+  'textgroup' => 'default',
+  'source' => 'Manage fields',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '30',
+  'location' => 'content.module:113',
+  'textgroup' => 'default',
+  'source' => 'Display fields',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '31',
+  'location' => 'content.module:143',
+  'textgroup' => 'default',
+  'source' => 'General',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '32',
+  'location' => 'content.module:149',
+  'textgroup' => 'default',
+  'source' => 'Advanced',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '33',
+  'location' => 'content.module:144',
+  'textgroup' => 'default',
+  'source' => 'Remove field',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '34',
+  'location' => 'content.info:0,  includes/content.rules.inc:19;200,  includes/views/content.views.inc:178;254',
+  'textgroup' => 'default',
+  'source' => 'Content',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '35',
+  'location' => 'content.info:0',
+  'textgroup' => 'default',
+  'source' => 'Allows administrators to define new content types.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '36',
+  'location' => 'content.info:0,  modules/content_copy/content_copy.info:0,  modules/content_multigroup/content_multigroup.info:0,  modules/content_permissions/content_permissions.info:0',
+  'textgroup' => 'default',
+  'source' => 'CCK',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '37',
+  'location' => 'modules/text/text.module:41,  modules/text/text.info:0',
+  'textgroup' => 'default',
+  'source' => 'Text',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '38',
+  'location' => 'examples/example_field.php:178',
+  'textgroup' => 'default',
+  'source' => 'The possible values this field can contain. Enter one value per line, in the format key|label. The key is the value that will be stored in the database and it must match the field storage type, %type. The label is optional and the key will be used as the label if no label is specified.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '39',
+  'location' => 'examples/example_field.php:484',
+  'textgroup' => 'default',
+  'source' => 'Text area',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '40',
+  'location' => 'includes/content.admin.inc:148;164;790,  modules/fieldgroup/fieldgroup.module:236',
+  'textgroup' => 'default',
+  'source' => 'Remove',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '41',
+  'location' => 'content.module:1868',
+  'textgroup' => 'default',
+  'source' => 'Basic',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '42',
+  'location' => 'content.module:1635 modules/nodereference/nodereference.module:215',
+  'textgroup' => 'default',
+  'source' => 'Teaser',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '43',
+  'location' => 'content.module:1636 modules/nodereference/nodereference.module:210',
+  'textgroup' => 'default',
+  'source' => 'Full node',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '44',
+  'location' => 'content.module:1881;1884',
+  'textgroup' => 'default',
+  'source' => 'RSS',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '45',
+  'location' => 'content.module:1894',
+  'textgroup' => 'default',
+  'source' => 'Search',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '46',
+  'location' => 'content.module:2349;2356',
+  'textgroup' => 'default',
+  'source' => 'Node module form.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '47',
+  'location' => 'content.module:2364',
+  'textgroup' => 'default',
+  'source' => 'Locale module form.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '48',
+  'location' => 'content.module:2370',
+  'textgroup' => 'default',
+  'source' => 'Menu settings',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '49',
+  'location' => 'content.module:2371',
+  'textgroup' => 'default',
+  'source' => 'Menu module form.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '50',
+  'location' => 'content.module:2378',
+  'textgroup' => 'default',
+  'source' => 'Taxonomy module form.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '51',
+  'location' => 'content.module:2384',
+  'textgroup' => 'default',
+  'source' => 'Book',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '52',
+  'location' => 'content.module:2385',
+  'textgroup' => 'default',
+  'source' => 'Book module form.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '53',
+  'location' => 'content.module:2391',
+  'textgroup' => 'default',
+  'source' => 'Poll title',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '54',
+  'location' => 'content.module:2392',
+  'textgroup' => 'default',
+  'source' => 'Poll module title.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '55',
+  'location' => 'content.module:2396',
+  'textgroup' => 'default',
+  'source' => 'Poll choices',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '56',
+  'location' => 'content.module:2397',
+  'textgroup' => 'default',
+  'source' => 'Poll module choices.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '57',
+  'location' => 'content.module:2401',
+  'textgroup' => 'default',
+  'source' => 'Poll settings',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '58',
+  'location' => 'content.module:2402',
+  'textgroup' => 'default',
+  'source' => 'Poll module settings.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '59',
+  'location' => 'content.module:2409',
+  'textgroup' => 'default',
+  'source' => 'Upload module form.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '60',
+  'location' => 'content.module:557;564;0 includes/content.crud.inc:591;629',
+  'textgroup' => 'default',
+  'source' => 'content',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '61',
+  'location' => 'content.module:103 modules/content_copy/content_copy.module:125',
+  'textgroup' => 'default',
+  'source' => 'Fields',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '62',
+  'location' => 'content.install:236',
+  'textgroup' => 'default',
+  'source' => "Updates for CCK-related modules are not run until the modules are enabled on the <a href=\"@admin-modules-path\">administer modules page</a>. When you enable them, you'll need to return to <a href=\"@update-php\">update.php</a> and run the remaining updates.",
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '63',
+  'location' => 'content.install:239',
+  'textgroup' => 'default',
+  'source' => '!module.module has updates but cannot be updated because content.module is not enabled.<br />If and when content.module is enabled, you will need to re-run the update script. You will continue to see this message until the module is enabled and updates are run.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '64',
+  'location' => 'content.install:244',
+  'textgroup' => 'default',
+  'source' => '!module.module has updates and is available in the modules folder but is not enabled.<br />If and when it is enabled, you will need to re-run the update script. You will continue to see this message until the module is enabled and updates are run.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '65',
+  'location' => 'content.install:251',
+  'textgroup' => 'default',
+  'source' => 'Some updates are still pending. Please return to <a href="@update-php">update.php</a> and run the remaining updates.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '66',
+  'location' => '(duplicate) content.install:10',
+  'textgroup' => 'default',
+  'source' => 'CCK - No Views integration',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '67',
+  'location' => '(duplicate) content.install:11',
+  'textgroup' => 'default',
+  'source' => 'CCK integration with Views module requires Views 6.x-2.0-rc2 or greater.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '68',
+  'location' => 'includes/content.admin.inc:16;212',
+  'textgroup' => 'default',
+  'source' => 'Name',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '69',
+  'location' => 'includes/content.admin.inc:16;212',
+  'textgroup' => 'default',
+  'source' => 'Type',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '70',
+  'location' => 'includes/content.admin.inc:16 modules/fieldgroup/fieldgroup.module:156',
+  'textgroup' => 'default',
+  'source' => 'Description',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '71',
+  'location' => 'includes/content.admin.inc:16;212',
+  'textgroup' => 'default',
+  'source' => 'Operations',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '72',
+  'location' => 'includes/content.admin.inc:30',
+  'textgroup' => 'default',
+  'source' => 'edit',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '73',
+  'location' => 'includes/content.admin.inc:34',
+  'textgroup' => 'default',
+  'source' => 'manage fields',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '74',
+  'location' => 'includes/content.admin.inc:37',
+  'textgroup' => 'default',
+  'source' => 'delete',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '75',
+  'location' => 'includes/content.admin.inc:48',
+  'textgroup' => 'default',
+  'source' => 'No content types available.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '76',
+  'location' => 'includes/content.admin.inc:55',
+  'textgroup' => 'default',
+  'source' => '» Add a new content type',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '77',
+  'location' => 'includes/content.admin.inc:64;602;856',
+  'textgroup' => 'default',
+  'source' => 'Field name',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '78',
+  'location' => 'includes/content.admin.inc:64;632;643;862',
+  'textgroup' => 'default',
+  'source' => 'Field type',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '79',
+  'location' => 'includes/content.admin.inc:64',
+  'textgroup' => 'default',
+  'source' => 'Used in',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '80',
+  'location' => 'includes/content.admin.inc:71',
+  'textgroup' => 'default',
+  'source' => '@field_name (Locked)',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '81',
+  'location' => 'includes/content.admin.inc:87',
+  'textgroup' => 'default',
+  'source' => 'No fields have been defined for any content type yet.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '82',
+  'location' => 'includes/content.admin.inc:106',
+  'textgroup' => 'default',
+  'source' => 'This content type has inactive fields. Inactive fields are not included in lists of available fields until their modules are enabled.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '83',
+  'location' => 'includes/content.admin.inc:108',
+  'textgroup' => 'default',
+  'source' => '!field (!field_name) is an inactive !field_type field that uses a !widget_type widget.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '84',
+  'location' => 'includes/content.admin.inc:147;163',
+  'textgroup' => 'default',
+  'source' => 'Configure',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '85',
+  'location' => 'includes/content.admin.inc:181',
+  'textgroup' => 'default',
+  'source' => 'Locked',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '86',
+  'location' => 'includes/content.admin.inc:237',
+  'textgroup' => 'default',
+  'source' => '- Select a field type -',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '2',
-  'location' => 'misc/drupal.js',
+  'lid' => '87',
+  'location' => 'includes/content.admin.inc:238',
   'textgroup' => 'default',
-  'source' => 'An error occurred. \n@uri\n@text',
+  'source' => '- Select a widget -',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '3',
-  'location' => 'misc/drupal.js',
+  'lid' => '88',
+  'location' => 'includes/content.admin.inc:212;413;623;850,  modules/fieldgroup/fieldgroup.module:121',
   'textgroup' => 'default',
-  'source' => 'An error occurred. \n@uri\n(no information available).',
+  'source' => 'Label',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '4',
-  'location' => 'misc/drupal.js',
+  'lid' => '89',
+  'location' => 'includes/content.admin.inc:253',
   'textgroup' => 'default',
-  'source' => 'An HTTP error @status occurred. \n@uri',
+  'source' => 'Field name (a-z, 0-9, _)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '5',
-  'location' => 'content.module:21',
+  'lid' => '90',
+  'location' => 'includes/content.admin.inc:258',
   'textgroup' => 'default',
-  'source' => 'The content module, a required component of the Content Construction Kit (CCK), allows administrators to associate custom fields with content types. In Drupal, content types are used to define the characteristics of a post, including the title and description of the fields displayed on its add and edit pages. Using the content module (and the other helper modules included in CCK), custom fields beyond the default "Title" and "Body" may be added. CCK features are accessible through tabs on the <a href="@content-types">content types administration page</a>. (See the <a href="@node-help">node module help page</a> for more information about content types.)',
+  'source' => 'Type of data to store.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '6',
-  'location' => 'content.module:22',
+  'lid' => '91',
+  'location' => 'includes/content.admin.inc:263;295',
   'textgroup' => 'default',
-  'source' => 'When adding a custom field to a content type, you determine its type (whether it will contain text, numbers, or references to other objects) and how it will be displayed (either as a text field or area, a select box, checkbox, radio button, or autocompleting field). A field may have multiple values (i.e., a "person" may have multiple e-mail addresses) or a single value (i.e., an "employee" has a single employee identification number). As you add and edit fields, CCK automatically adjusts the structure of the database as necessary. CCK also provides a number of other features, including intelligent caching for your custom data, an import and export facility for content type definitions, and integration with other contributed modules.',
+  'source' => 'Form element to edit the data.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '7',
-  'location' => 'content.module:23',
+  'lid' => '92',
+  'location' => 'includes/content.admin.inc:279',
   'textgroup' => 'default',
-  'source' => 'Custom field types are provided by a set of optional modules included with CCK (each module provides a different type). The <a href="@modules">modules page</a> allows you to enable or disable CCK components. A default installation of CCK includes:',
+  'source' => '- Select an existing field -',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '8',
-  'location' => 'content.module:25',
+  'lid' => '93',
+  'location' => 'includes/content.admin.inc:290',
   'textgroup' => 'default',
-  'source' => '<em>number</em>, which adds numeric field types, in integer, decimal or floating point form. You may define a set of allowed inputs, or specify an allowable range of values. A variety of common formats for displaying numeric data are available.',
+  'source' => 'Field to share',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '9',
-  'location' => 'content.module:26',
+  'lid' => '94',
+  'location' => 'includes/content.admin.inc:324',
   'textgroup' => 'default',
-  'source' => "<em>text</em>, which adds text field types. A text field may contain plain text only, or optionally, may use Drupal's input format filters to securely manage rich text input. Text input fields may be either a single line (text field), multiple lines (text area), or for greater input control, a select box, checkbox, or radio buttons. If desired, CCK can validate the input to a set of allowed values.",
+  'source' => 'Group name (a-z, 0-9, _)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '10',
-  'location' => 'content.module:27',
+  'lid' => '95',
+  'location' => 'includes/content.admin.inc:201;402,  modules/fieldgroup/fieldgroup.module:110;363',
   'textgroup' => 'default',
-  'source' => '<em>nodereference</em>, which creates custom references between Drupal nodes. By adding a <em>nodereference</em> field and two different content types, for instance, you can easily create complex parent/child relationships between data (multiple "employee" nodes may contain a <em>nodereference</em> field linking to an "employer" node).',
+  'source' => 'Save',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '11',
-  'location' => 'content.module:28',
+  'lid' => '96',
+  'location' => 'includes/content.admin.inc:365',
   'textgroup' => 'default',
-  'source' => "<em>userreference</em>, which creates custom references to your sites' user accounts. By adding a <em>userreference</em> field, you can create complex relationships between your site's users and posts. To track user involvement in a post beyond Drupal's standard <em>Authored by</em> field, for instance, add a <em>userreference</em> field named \"Edited by\" to a content type to store a link to an editor's user account page.",
+  'source' => 'Add new field: you need to provide a label.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '12',
-  'location' => 'content.module:29',
+  'lid' => '97',
+  'location' => 'includes/content.admin.inc:370',
   'textgroup' => 'default',
-  'source' => '<em>fieldgroup</em>, which creates collapsible fieldsets to hold a group of related fields. A fieldset may either be open or closed by default. The order of your fieldsets, and the order of fields within a fieldset, is managed via a drag-and-drop interface provided by content module.',
+  'source' => 'Add new field: you need to provide a field name.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '13',
-  'location' => 'content.module:31',
+  'lid' => '98',
+  'location' => 'includes/content.admin.inc:384',
   'textgroup' => 'default',
-  'source' => 'For more information, see the online handbook entry for <a href="@handbook-cck">CCK</a> or the <a href="@project-cck">CCK project page</a>.',
+  'source' => 'Add new field: the field name %field_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '14',
-  'location' => 'theme/theme.inc:111',
+  'lid' => '99',
+  'location' => 'includes/content.admin.inc:387',
+  'textgroup' => 'default',
+  'source' => "Add new field: the field name %field_name is too long. The name is limited to 32 characters, including the 'field_' prefix.",
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '100',
+  'location' => 'includes/content.admin.inc:391',
+  'textgroup' => 'default',
+  'source' => "Add new field: the name 'field_instance' is a reserved name.",
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '101',
+  'location' => 'includes/content.admin.inc:403',
+  'textgroup' => 'default',
+  'source' => 'Add new field: the field name %field_name already exists.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '102',
+  'location' => 'includes/content.admin.inc:409',
+  'textgroup' => 'default',
+  'source' => 'Add new field: you need to select a field type.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '103',
+  'location' => 'includes/content.admin.inc:414',
+  'textgroup' => 'default',
+  'source' => 'Add new field: you need to select a widget.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '104',
+  'location' => 'includes/content.admin.inc:420',
+  'textgroup' => 'default',
+  'source' => 'Add new field: invalid widget.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '105',
+  'location' => 'includes/content.admin.inc:441',
+  'textgroup' => 'default',
+  'source' => 'Add existing field: you need to provide a label.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '106',
+  'location' => 'includes/content.admin.inc:446',
+  'textgroup' => 'default',
+  'source' => 'Add existing field: you need to select a field.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '107',
+  'location' => 'includes/content.admin.inc:451',
+  'textgroup' => 'default',
+  'source' => 'Add existing field: you need to select a widget.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '108',
+  'location' => 'includes/content.admin.inc:457',
+  'textgroup' => 'default',
+  'source' => 'Add existing field: invalid widget.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '109',
+  'location' => 'includes/content.admin.inc:745',
+  'textgroup' => 'default',
+  'source' => 'There was a problem creating field %label.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '110',
+  'location' => 'includes/content.admin.inc:518',
+  'textgroup' => 'default',
+  'source' => 'The field %label cannot be added to a content type because it is locked.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '111',
+  'location' => 'includes/content.admin.inc:550',
+  'textgroup' => 'default',
+  'source' => 'There was a problem adding field %label.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '112',
+  'location' => 'includes/content.admin.inc:571',
+  'textgroup' => 'default',
+  'source' => 'There are no fields configured for this content type. You can add new fields on the <a href="@link">Manage fields</a> page.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '113',
+  'location' => 'includes/content.admin.inc:319;360',
+  'textgroup' => 'default',
+  'source' => 'Above',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '114',
+  'location' => 'includes/content.admin.inc:320',
+  'textgroup' => 'default',
+  'source' => 'Inline',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '115',
+  'location' => 'includes/content.admin.inc:618;661',
+  'textgroup' => 'default',
+  'source' => 'Include',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '116',
+  'location' => 'includes/content.admin.inc:618;661,  theme/content-admin-display-overview-form.tpl.php:17',
+  'textgroup' => 'default',
+  'source' => 'Exclude',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '117',
+  'location' => 'includes/content.admin.inc:364',
+  'textgroup' => 'default',
+  'source' => 'no styling',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '118',
+  'location' => 'includes/content.admin.inc:365',
+  'textgroup' => 'default',
+  'source' => 'simple',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '119',
+  'location' => 'includes/content.admin.inc:366',
+  'textgroup' => 'default',
+  'source' => 'fieldset',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '120',
+  'location' => 'includes/content.admin.inc:367',
+  'textgroup' => 'default',
+  'source' => 'fieldset - collapsible',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '121',
+  'location' => 'includes/content.admin.inc:368',
+  'textgroup' => 'default',
+  'source' => 'fieldset - collapsed',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '122',
+  'location' => 'includes/content.admin.inc:460',
+  'textgroup' => 'default',
+  'source' => 'Your settings have been saved.',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '123',
+  'location' => 'includes/content.admin.inc:760',
+  'textgroup' => 'default',
+  'source' => '@type: @field (@label)',
+  'version' => 'none',
+))
+->values(array(
+  'lid' => '124',
+  'location' => 'includes/content.admin.inc:597',
   'textgroup' => 'default',
-  'source' => "Configure how this content type's fields and field labels should be displayed when it's viewed in teaser and full-page mode.",
+  'source' => 'Edit basic information',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '15',
-  'location' => 'theme/theme.inc:114',
+  'lid' => '125',
+  'location' => 'includes/content.admin.inc:792',
   'textgroup' => 'default',
-  'source' => "Configure how this content type's fields should be displayed when it's rendered in the following contexts.",
+  'source' => 'The machine-readable name of the field. This name cannot be changed.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '16',
-  'location' => 'content.module:48',
+  'lid' => '126',
+  'location' => 'includes/content.admin.inc:626',
   'textgroup' => 'default',
-  'source' => 'Control the order of fields in the input form.',
+  'source' => 'A human-readable name to be used as the label for this field in the %type content type.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '17',
-  'location' => 'content.module:486,  modules/content_multigroup/content_multigroup.module:1422',
+  'lid' => '127',
+  'location' => 'includes/content.admin.inc:646',
   'textgroup' => 'default',
-  'source' => 'This field is required.',
+  'source' => 'The type of data you would like to store in the database with this field. This option cannot be changed.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '18',
-  'location' => 'content.module:490',
+  'lid' => '128',
+  'location' => 'includes/content.admin.inc:651;869',
   'textgroup' => 'default',
-  'source' => '!title: !required',
+  'source' => 'Widget type',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '19',
-  'location' => 'content.module:493,  modules/content_multigroup/content_multigroup.module:1434',
+  'lid' => '129',
+  'location' => 'includes/content.admin.inc:655',
   'textgroup' => 'default',
-  'source' => 'Order',
+  'source' => 'The type of form element you would like to present to the user when creating this field in the %type content type.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '20',
-  'location' => 'content.module:1640',
+  'lid' => '130',
+  'location' => 'includes/content.admin.inc:669',
   'textgroup' => 'default',
-  'source' => 'RSS Item',
+  'source' => 'Continue',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '21',
-  'location' => 'content.module:1897',
+  'lid' => '131',
+  'location' => 'includes/content.admin.inc:854',
   'textgroup' => 'default',
-  'source' => 'Search Index',
+  'source' => 'Updated basic settings for field %label.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '22',
-  'location' => 'content.module:1901',
+  'lid' => '132',
+  'location' => 'includes/content.admin.inc:858',
   'textgroup' => 'default',
-  'source' => 'Search Result',
+  'source' => 'There was a problem updating the basic settings for field %label.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '23',
-  'location' => 'content.module:2363',
+  'lid' => '133',
+  'location' => 'includes/content.admin.inc:786',
   'textgroup' => 'default',
-  'source' => 'Language',
+  'source' => 'Are you sure you want to remove the field %field?',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '24',
-  'location' => 'content.module:2377',
+  'lid' => '134',
+  'location' => 'includes/content.admin.inc:789',
   'textgroup' => 'default',
-  'source' => 'Taxonomy',
+  'source' => 'If you have any content left in this field, it will be lost. This action cannot be undone.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '25',
-  'location' => 'content.module:2408',
+  'lid' => '135',
+  'location' => 'includes/content.admin.inc:790 modules/fieldgroup/fieldgroup.module:236',
   'textgroup' => 'default',
-  'source' => 'File attachments',
+  'source' => 'Cancel',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '26',
-  'location' => 'content.module:600',
+  'lid' => '136',
+  'location' => 'includes/content.admin.inc:894',
   'textgroup' => 'default',
-  'source' => 'Updating field type %type with module %module.',
+  'source' => 'This field is <strong>locked</strong> and cannot be removed.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '27',
-  'location' => 'content.module:607',
+  'lid' => '137',
+  'location' => 'includes/content.admin.inc:808',
   'textgroup' => 'default',
-  'source' => 'Updating widget type %type with module %module.',
+  'source' => 'Removed field %field from %type.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '28',
-  'location' => 'content.module:63',
+  'lid' => '138',
+  'location' => 'includes/content.admin.inc:813',
   'textgroup' => 'default',
-  'source' => 'Use PHP input for field settings (dangerous - grant with care)',
+  'source' => 'There was a problem deleting %field from %type.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '29',
-  'location' => 'content.module:104',
+  'lid' => '139',
+  'location' => 'includes/content.admin.inc:939',
   'textgroup' => 'default',
-  'source' => 'Manage fields',
+  'source' => 'The field %field is locked and cannot be edited.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '30',
-  'location' => 'content.module:113',
+  'lid' => '140',
+  'location' => 'includes/content.admin.inc:846',
   'textgroup' => 'default',
-  'source' => 'Display fields',
+  'source' => '%type basic information',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '31',
-  'location' => 'content.module:143',
+  'lid' => '141',
+  'location' => 'includes/content.admin.inc:876',
   'textgroup' => 'default',
-  'source' => 'General',
+  'source' => 'Change basic information',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '32',
-  'location' => 'content.module:149',
+  'lid' => '142',
+  'location' => 'includes/content.admin.inc:882',
   'textgroup' => 'default',
-  'source' => 'Advanced',
+  'source' => '%type settings',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '33',
-  'location' => 'content.module:144',
+  'lid' => '143',
+  'location' => 'includes/content.admin.inc:883',
   'textgroup' => 'default',
-  'source' => 'Remove field',
+  'source' => 'These settings apply only to the %field field as it appears in the %type content type.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '34',
-  'location' => 'content.info:0,  includes/content.rules.inc:19;200,  includes/views/content.views.inc:178;254',
+  'lid' => '144',
+  'location' => 'includes/content.admin.inc:897 modules/fieldgroup/fieldgroup.module:143',
   'textgroup' => 'default',
-  'source' => 'Content',
+  'source' => 'Help text',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '35',
-  'location' => 'content.info:0',
+  'lid' => '145',
+  'location' => 'includes/content.admin.inc:900',
   'textgroup' => 'default',
-  'source' => 'Allows administrators to define new content types.',
+  'source' => 'Instructions to present to the user below this field on the editing form.<br />Allowed HTML tags: @tags',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '36',
-  'location' => 'content.info:0,  modules/content_copy/content_copy.info:0,  modules/content_multigroup/content_multigroup.info:0,  modules/content_permissions/content_permissions.info:0',
+  'lid' => '146',
+  'location' => 'includes/content.admin.inc:908',
   'textgroup' => 'default',
-  'source' => 'CCK',
+  'source' => 'Default value',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '37',
-  'location' => 'modules/text/text.module:41,  modules/text/text.info:0',
+  'lid' => '147',
+  'location' => 'examples/example_field.php:182 includes/content.admin.inc:930,  modules/number/number.module:137 modules/text/text.module:96',
   'textgroup' => 'default',
-  'source' => 'Text',
+  'source' => 'PHP code',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '38',
-  'location' => 'examples/example_field.php:178',
+  'lid' => '148',
+  'location' => 'includes/content.admin.inc:1083;1238,  includes/content.rules.inc:93',
   'textgroup' => 'default',
-  'source' => 'The possible values this field can contain. Enter one value per line, in the format key|label. The key is the value that will be stored in the database and it must match the field storage type, %type. The label is optional and the key will be used as the label if no label is specified.',
+  'source' => "'@column' => value for @column",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '39',
-  'location' => 'examples/example_field.php:484',
+  'lid' => '149',
+  'location' => 'includes/content.admin.inc:1085;1240,  includes/content.rules.inc:95',
   'textgroup' => 'default',
-  'source' => 'Text area',
+  'source' => "return array(\n  0 => array(@columns),\n  // You'll usually want to stop here. Provide more values\n  // if you want your 'default value' to be multi-valued:\n  1 => array(@columns),\n  2 => ...\n);",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '40',
-  'location' => 'includes/content.admin.inc:148;164;790,  modules/fieldgroup/fieldgroup.module:236',
+  'lid' => '150',
+  'location' => 'examples/example_field.php:188 includes/content.admin.inc:951;964,  modules/number/number.module:144;153 modules/text/text.module:103;112',
   'textgroup' => 'default',
-  'source' => 'Remove',
+  'source' => 'Code',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '41',
-  'location' => 'content.module:1868',
+  'lid' => '151',
+  'location' => 'includes/content.admin.inc:1093',
   'textgroup' => 'default',
-  'source' => 'Basic',
+  'source' => 'Advanced usage only: PHP code that returns a default value. Should not include &lt;?php ?&gt; delimiters. If this field is filled out, the value returned by this code will override any value specified above. Expected format: <pre>!sample</pre>To figure out the expected format, you can use the <em>devel load</em> tab provided by <a href="@link_devel">devel module</a> on a %type content page.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '42',
-  'location' => 'content.module:1635 modules/nodereference/nodereference.module:215',
+  'lid' => '152',
+  'location' => 'includes/content.admin.inc:965 modules/number/number.module:154,  modules/text/text.module:113',
   'textgroup' => 'default',
-  'source' => 'Teaser',
+  'source' => '&lt;none&gt;',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '43',
-  'location' => 'content.module:1636 modules/nodereference/nodereference.module:210',
+  'lid' => '153',
+  'location' => 'includes/content.admin.inc:966 modules/number/number.module:155,  modules/text/text.module:114',
   'textgroup' => 'default',
-  'source' => 'Full node',
+  'source' => "You're not allowed to input PHP code.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '44',
-  'location' => 'content.module:1881;1884',
+  'lid' => '154',
+  'location' => 'includes/content.admin.inc:966',
   'textgroup' => 'default',
-  'source' => 'RSS',
+  'source' => 'This PHP code was set by an administrator and will override any value specified above.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '45',
-  'location' => 'content.module:1894',
+  'lid' => '155',
+  'location' => 'includes/content.admin.inc:973',
   'textgroup' => 'default',
-  'source' => 'Search',
+  'source' => 'Global settings',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '46',
-  'location' => 'content.module:2349;2356',
+  'lid' => '156',
+  'location' => 'includes/content.admin.inc:974',
   'textgroup' => 'default',
-  'source' => 'Node module form.',
+  'source' => 'These settings apply to the %field field in every content type in which it appears.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '47',
-  'location' => 'content.module:2364',
+  'lid' => '157',
+  'location' => 'includes/content.admin.inc:978',
   'textgroup' => 'default',
-  'source' => 'Locale module form.',
+  'source' => 'Required',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '48',
-  'location' => 'content.module:2370',
+  'lid' => '158',
+  'location' => 'includes/content.admin.inc:1119',
   'textgroup' => 'default',
-  'source' => 'Menu settings',
+  'source' => 'Maximum number of values users can enter for this field.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '49',
-  'location' => 'content.module:2371',
+  'lid' => '159',
+  'location' => 'includes/content.admin.inc:1121',
   'textgroup' => 'default',
-  'source' => 'Menu module form.',
+  'source' => "'Unlimited' will provide an 'Add more' button so the users can add as many values as they like.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '50',
-  'location' => 'content.module:2378',
+  'lid' => '160',
+  'location' => 'includes/content.admin.inc:986',
   'textgroup' => 'default',
-  'source' => 'Taxonomy module form.',
+  'source' => 'Warning! Changing this setting after data has been created could result in the loss of data!',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '51',
-  'location' => 'content.module:2384',
+  'lid' => '161',
+  'location' => 'includes/content.admin.inc:983',
   'textgroup' => 'default',
-  'source' => 'Book',
+  'source' => 'Number of values',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '52',
-  'location' => 'content.module:2385',
+  'lid' => '162',
+  'location' => 'includes/content.admin.inc:984',
   'textgroup' => 'default',
-  'source' => 'Book module form.',
+  'source' => 'Unlimited',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '53',
-  'location' => 'content.module:2391',
+  'lid' => '163',
+  'location' => 'includes/content.admin.inc:1001',
   'textgroup' => 'default',
-  'source' => 'Poll title',
+  'source' => 'Save field settings',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '54',
-  'location' => 'content.module:2392',
+  'lid' => '164',
+  'location' => 'includes/content.admin.inc:1281',
   'textgroup' => 'default',
-  'source' => 'Poll module title.',
+  'source' => "The PHP code for 'default value' returned @value, which is invalid.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '55',
-  'location' => 'content.module:2396',
+  'lid' => '165',
+  'location' => 'includes/content.admin.inc:1135',
   'textgroup' => 'default',
-  'source' => 'Poll choices',
+  'source' => 'The default value is invalid.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '56',
-  'location' => 'content.module:2397',
+  'lid' => '166',
+  'location' => 'includes/content.admin.inc:547',
   'textgroup' => 'default',
-  'source' => 'Poll module choices.',
+  'source' => 'Added field %label.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '57',
-  'location' => 'content.module:2401',
+  'lid' => '167',
+  'location' => 'includes/content.admin.inc:1158',
   'textgroup' => 'default',
-  'source' => 'Poll settings',
+  'source' => 'Saved field %label.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '58',
-  'location' => 'content.module:2402',
+  'lid' => '168',
+  'location' => 'includes/content.admin.inc:1463',
   'textgroup' => 'default',
-  'source' => 'Poll module settings.',
+  'source' => 'Processing',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '59',
-  'location' => 'content.module:2409',
+  'lid' => '169',
+  'location' => 'includes/content.admin.inc:1464',
   'textgroup' => 'default',
-  'source' => 'Upload module form.',
+  'source' => 'The update has encountered an error.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '60',
-  'location' => 'content.module:557;564;0 includes/content.crud.inc:591;629',
+  'lid' => '170',
+  'location' => 'includes/content.admin.inc:1478',
   'textgroup' => 'default',
-  'source' => 'content',
+  'source' => 'The database has been altered and data has been migrated or deleted.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '61',
-  'location' => 'content.module:103 modules/content_copy/content_copy.module:125',
+  'lid' => '171',
+  'location' => 'includes/content.admin.inc:1481',
   'textgroup' => 'default',
-  'source' => 'Fields',
+  'source' => 'An error occurred and database alteration did not complete.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '62',
-  'location' => 'content.install:236',
+  'lid' => '172',
+  'location' => 'includes/content.admin.inc:1584',
   'textgroup' => 'default',
-  'source' => "Updates for CCK-related modules are not run until the modules are enabled on the <a href=\"@admin-modules-path\">administer modules page</a>. When you enable them, you'll need to return to <a href=\"@update-php\">update.php</a> and run the remaining updates.",
+  'source' => 'Processing %title',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '63',
-  'location' => 'content.install:239',
+  'lid' => '173',
+  'location' => 'includes/content.admin.inc:1849',
   'textgroup' => 'default',
-  'source' => '!module.module has updates but cannot be updated because content.module is not enabled.<br />If and when content.module is enabled, you will need to re-run the update script. You will continue to see this message until the module is enabled and updates are run.',
+  'source' => '%name must be an integer.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '64',
-  'location' => 'content.install:244',
+  'lid' => '174',
+  'location' => 'includes/content.admin.inc:1859',
   'textgroup' => 'default',
-  'source' => '!module.module has updates and is available in the modules folder but is not enabled.<br />If and when it is enabled, you will need to re-run the update script. You will continue to see this message until the module is enabled and updates are run.',
+  'source' => '%name must be a positive integer.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '65',
-  'location' => 'content.install:251',
+  'lid' => '175',
+  'location' => 'includes/content.admin.inc:1869',
   'textgroup' => 'default',
-  'source' => 'Some updates are still pending. Please return to <a href="@update-php">update.php</a> and run the remaining updates.',
+  'source' => '%name must be a number.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '66',
-  'location' => '(duplicate) content.install:10',
+  'lid' => '176',
+  'location' => 'includes/content.admin.inc:1482',
   'textgroup' => 'default',
-  'source' => 'CCK - No Views integration',
+  'source' => '1 item successfully processed:',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '67',
-  'location' => '(duplicate) content.install:11',
+  'lid' => '177',
+  'location' => 'includes/content.admin.inc:1482',
   'textgroup' => 'default',
-  'source' => 'CCK integration with Views module requires Views 6.x-2.0-rc2 or greater.',
+  'source' => '@count items successfully processed:',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '68',
-  'location' => 'includes/content.admin.inc:16;212',
+  'lid' => '178',
+  'location' => 'includes/content.crud.inc:591',
   'textgroup' => 'default',
-  'source' => 'Name',
+  'source' => 'Content fields table %old_name has been renamed to %new_name and field instances have been updated.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '69',
-  'location' => 'includes/content.admin.inc:16;212',
+  'lid' => '179',
+  'location' => 'includes/content.crud.inc:629',
   'textgroup' => 'default',
-  'source' => 'Type',
+  'source' => 'The content fields table %name has been deleted.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '70',
-  'location' => 'includes/content.admin.inc:16 modules/fieldgroup/fieldgroup.module:156',
+  'lid' => '180',
+  'location' => 'includes/content.node_form.inc:206',
   'textgroup' => 'default',
-  'source' => 'Description',
+  'source' => 'Add another item',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '71',
-  'location' => 'includes/content.admin.inc:16;212',
+  'lid' => '181',
+  'location' => 'includes/content.panels.inc:21;35',
   'textgroup' => 'default',
-  'source' => 'Operations',
+  'source' => 'Content field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '72',
-  'location' => 'includes/content.admin.inc:30',
+  'lid' => '182',
+  'location' => 'includes/content.panels.inc:38',
   'textgroup' => 'default',
-  'source' => 'edit',
+  'source' => 'A content field from the referenced node.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '73',
-  'location' => 'includes/content.admin.inc:34',
+  'lid' => '183',
+  'location' => 'includes/content.panels.inc:39,  modules/fieldgroup/fieldgroup.panels.inc:31',
   'textgroup' => 'default',
-  'source' => 'manage fields',
+  'source' => 'Node',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '74',
-  'location' => 'includes/content.admin.inc:37',
+  'lid' => '184',
+  'location' => 'includes/content.panels.inc:40,  modules/fieldgroup/fieldgroup.panels.inc:32',
   'textgroup' => 'default',
-  'source' => 'delete',
+  'source' => 'Node context',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '75',
-  'location' => 'includes/content.admin.inc:48',
+  'lid' => '185',
+  'location' => 'includes/content.panels.inc:52',
   'textgroup' => 'default',
-  'source' => 'No content types available.',
+  'source' => 'Block title',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '76',
-  'location' => 'includes/content.admin.inc:55',
+  'lid' => '186',
+  'location' => 'includes/content.panels.inc:55',
   'textgroup' => 'default',
-  'source' => '» Add a new content type',
+  'source' => 'Hidden',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '77',
-  'location' => 'includes/content.admin.inc:64;602;856',
+  'lid' => '187',
+  'location' => 'includes/content.panels.inc:57',
   'textgroup' => 'default',
-  'source' => 'Field name',
+  'source' => 'Configure how the label is going to be displayed.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '78',
-  'location' => 'includes/content.admin.inc:64;632;643;862',
+  'lid' => '188',
+  'location' => 'includes/content.panels.inc:73',
   'textgroup' => 'default',
-  'source' => 'Field type',
+  'source' => 'Field / Formatter',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '79',
-  'location' => 'includes/content.admin.inc:64',
+  'lid' => '189',
+  'location' => 'includes/content.panels.inc:76',
   'textgroup' => 'default',
-  'source' => 'Used in',
+  'source' => 'Select a field and formatter.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '80',
-  'location' => 'includes/content.admin.inc:71',
+  'lid' => '190',
+  'location' => 'includes/content.panels.inc:92',
   'textgroup' => 'default',
-  'source' => '@field_name (Locked)',
+  'source' => '"@s" field @name',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '81',
-  'location' => 'includes/content.admin.inc:87',
+  'lid' => '191',
+  'location' => 'includes/content.rules.inc:15',
   'textgroup' => 'default',
-  'source' => 'No fields have been defined for any content type yet.',
+  'source' => 'Populate a field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '82',
-  'location' => 'includes/content.admin.inc:106',
+  'lid' => '192',
+  'location' => 'includes/content.rules.inc:23;212',
   'textgroup' => 'default',
-  'source' => 'This content type has inactive fields. Inactive fields are not included in lists of available fields until their modules are enabled.',
+  'source' => 'You should make sure that the used field exists in the given content type.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '83',
-  'location' => 'includes/content.admin.inc:108',
+  'lid' => '193',
+  'location' => 'includes/content.admin.inc:413',
   'textgroup' => 'default',
-  'source' => '!field (!field_name) is an inactive !field_type field that uses a !widget_type widget.',
+  'source' => 'Field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '84',
-  'location' => 'includes/content.admin.inc:147;163',
+  'lid' => '194',
+  'location' => 'includes/content.rules.inc:56',
   'textgroup' => 'default',
-  'source' => 'Configure',
+  'source' => 'Select the machine-name of the field.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '85',
-  'location' => 'includes/content.admin.inc:181',
+  'lid' => '195',
+  'location' => 'includes/content.rules.inc:84',
   'textgroup' => 'default',
-  'source' => 'Locked',
+  'source' => 'Advanced: Specify the fields value with PHP code',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '86',
-  'location' => 'includes/content.admin.inc:237',
+  'lid' => '196',
+  'location' => 'includes/content.rules.inc:102',
   'textgroup' => 'default',
-  'source' => '- Select a field type -',
+  'source' => "Advanced usage only: PHP code that returns the value to set. Should not include &lt;?php ?&gt; delimiters. If this field is filled out, the value returned by this code will override any value specified above. Expected format: <pre>!sample</pre>Using <a href=\"@link_devel\">devel.module's</a> 'devel load' tab on a content page might help you figure out the expected format.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '87',
-  'location' => 'includes/content.admin.inc:238',
+  'lid' => '197',
+  'location' => 'includes/content.rules.inc:130',
   'textgroup' => 'default',
-  'source' => '- Select a widget -',
+  'source' => 'You have to return the default value in the expected format.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '88',
-  'location' => 'includes/content.admin.inc:212;413;623;850,  modules/fieldgroup/fieldgroup.module:121',
+  'lid' => '198',
+  'location' => 'includes/content.rules.inc:181',
   'textgroup' => 'default',
-  'source' => 'Label',
+  'source' => "Populate @node's field '@field'",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '89',
-  'location' => 'includes/content.admin.inc:253',
+  'lid' => '199',
+  'location' => 'includes/content.rules.inc:198',
   'textgroup' => 'default',
-  'source' => 'Field name (a-z, 0-9, _)',
+  'source' => 'Field has value',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '90',
-  'location' => 'includes/content.admin.inc:258',
+  'lid' => '200',
+  'location' => 'includes/content.rules.inc:203',
   'textgroup' => 'default',
-  'source' => 'Type of data to store.',
+  'source' => 'You should make sure that the used field exists in the given content type. The condition returns TRUE, if the selected field has the given value.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '91',
-  'location' => 'includes/content.admin.inc:263;295',
+  'lid' => '201',
+  'location' => 'includes/content.rules.inc:207',
   'textgroup' => 'default',
-  'source' => 'Form element to edit the data.',
+  'source' => 'Field has changed',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '92',
-  'location' => 'includes/content.admin.inc:279',
+  'lid' => '202',
+  'location' => 'includes/content.rules.inc:209',
   'textgroup' => 'default',
-  'source' => '- Select an existing field -',
+  'source' => 'Content containing changes',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '93',
-  'location' => 'includes/content.admin.inc:290',
+  'lid' => '203',
+  'location' => 'includes/content.rules.inc:210',
   'textgroup' => 'default',
-  'source' => 'Field to share',
+  'source' => 'Content not containing changes',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '94',
-  'location' => 'includes/content.admin.inc:324',
+  'lid' => '204',
+  'location' => 'includes/content.rules.inc:249',
   'textgroup' => 'default',
-  'source' => 'Group name (a-z, 0-9, _)',
+  'source' => "@node's field '@field' has value",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '95',
-  'location' => 'includes/content.admin.inc:201;402,  modules/fieldgroup/fieldgroup.module:110;363',
+  'lid' => '205',
+  'location' => 'includes/content.rules.inc:269',
   'textgroup' => 'default',
-  'source' => 'Save',
+  'source' => 'Select the machine-name of the field to look at.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '96',
-  'location' => 'includes/content.admin.inc:365',
+  'lid' => '206',
+  'location' => 'includes/content.rules.inc:275',
   'textgroup' => 'default',
-  'source' => 'Add new field: you need to provide a label.',
+  'source' => "@node's field '@field' has been changed",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '97',
-  'location' => 'includes/content.admin.inc:370',
+  'lid' => '207',
+  'location' => 'includes/content.token.inc:12;15',
   'textgroup' => 'default',
-  'source' => 'Add new field: you need to provide a field name.',
+  'source' => 'Token',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '98',
-  'location' => 'includes/content.admin.inc:384',
+  'lid' => '208',
+  'location' => 'includes/content.token.inc:60',
   'textgroup' => 'default',
-  'source' => 'Add new field: the field name %field_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.',
+  'source' => 'Referenced node ID',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '99',
-  'location' => 'includes/content.admin.inc:387',
+  'lid' => '209',
+  'location' => 'includes/content.token.inc:61',
   'textgroup' => 'default',
-  'source' => "Add new field: the field name %field_name is too long. The name is limited to 32 characters, including the 'field_' prefix.",
+  'source' => 'Referenced node title',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '100',
-  'location' => 'includes/content.admin.inc:391',
+  'lid' => '210',
+  'location' => 'includes/content.token.inc:83',
   'textgroup' => 'default',
-  'source' => "Add new field: the name 'field_instance' is a reserved name.",
+  'source' => 'Referenced node unfiltered title. WARNING - raw user input.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '101',
-  'location' => 'includes/content.admin.inc:403',
+  'lid' => '211',
+  'location' => 'includes/content.token.inc:84',
   'textgroup' => 'default',
-  'source' => 'Add new field: the field name %field_name already exists.',
+  'source' => 'Formatted html link to the referenced node.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '102',
-  'location' => 'includes/content.admin.inc:409',
+  'lid' => '212',
+  'location' => 'includes/content.token.inc:85',
   'textgroup' => 'default',
-  'source' => 'Add new field: you need to select a field type.',
+  'source' => 'Relative path alias to the referenced node.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '103',
-  'location' => 'includes/content.admin.inc:414',
+  'lid' => '213',
+  'location' => 'includes/content.token.inc:86',
   'textgroup' => 'default',
-  'source' => 'Add new field: you need to select a widget.',
+  'source' => 'Absolute path alias to the referenced node.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '104',
-  'location' => 'includes/content.admin.inc:420',
+  'lid' => '214',
+  'location' => 'includes/content.token.inc:86',
   'textgroup' => 'default',
-  'source' => 'Add new field: invalid widget.',
+  'source' => 'Raw number value',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '105',
-  'location' => 'includes/content.admin.inc:441',
+  'lid' => '215',
+  'location' => 'includes/content.token.inc:87',
   'textgroup' => 'default',
-  'source' => 'Add existing field: you need to provide a label.',
+  'source' => 'Formatted number value',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '106',
-  'location' => 'includes/content.admin.inc:446',
+  'lid' => '216',
+  'location' => 'includes/content.token.inc:110',
   'textgroup' => 'default',
-  'source' => 'Add existing field: you need to select a field.',
+  'source' => 'Raw, unfiltered text',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '107',
-  'location' => 'includes/content.admin.inc:451',
+  'lid' => '217',
+  'location' => 'includes/content.token.inc:111',
   'textgroup' => 'default',
-  'source' => 'Add existing field: you need to select a widget.',
+  'source' => 'Formatted and filtered text',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '108',
-  'location' => 'includes/content.admin.inc:457',
+  'lid' => '218',
+  'location' => 'includes/content.token.inc:133',
   'textgroup' => 'default',
-  'source' => 'Add existing field: invalid widget.',
+  'source' => 'Referenced user ID',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '109',
-  'location' => 'includes/content.admin.inc:745',
+  'lid' => '219',
+  'location' => 'includes/content.token.inc:134',
   'textgroup' => 'default',
-  'source' => 'There was a problem creating field %label.',
+  'source' => 'Referenced user name',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '110',
-  'location' => 'includes/content.admin.inc:518',
+  'lid' => '220',
+  'location' => 'includes/content.token.inc:135',
   'textgroup' => 'default',
-  'source' => 'The field %label cannot be added to a content type because it is locked.',
+  'source' => 'Formatted HTML link to referenced user',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '111',
-  'location' => 'includes/content.admin.inc:550',
+  'lid' => '221',
+  'location' => 'includes/content.token.inc:164',
   'textgroup' => 'default',
-  'source' => 'There was a problem adding field %label.',
+  'source' => 'Relative path alias to the referenced user.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '112',
-  'location' => 'includes/content.admin.inc:571',
+  'lid' => '222',
+  'location' => 'includes/content.token.inc:165',
   'textgroup' => 'default',
-  'source' => 'There are no fields configured for this content type. You can add new fields on the <a href="@link">Manage fields</a> page.',
+  'source' => 'Absolute path alias to the referenced user.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '113',
-  'location' => 'includes/content.admin.inc:319;360',
+  'lid' => '223',
+  'location' => 'includes/views/content.views.inc:245;261',
   'textgroup' => 'default',
-  'source' => 'Above',
+  'source' => '@label (!name)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '114',
-  'location' => 'includes/content.admin.inc:320',
+  'lid' => '224',
+  'location' => 'includes/views/content.views.inc:249',
   'textgroup' => 'default',
-  'source' => 'Inline',
+  'source' => '@label (!name) - !column',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '115',
-  'location' => 'includes/content.admin.inc:618;661',
+  'lid' => '225',
+  'location' => 'includes/views/content.views.inc:250',
   'textgroup' => 'default',
-  'source' => 'Include',
+  'source' => '@label-truncated - !column',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '116',
-  'location' => 'includes/content.admin.inc:618;661,  theme/content-admin-display-overview-form.tpl.php:17',
+  'lid' => '226',
+  'location' => 'includes/content.views.inc:93',
   'textgroup' => 'default',
-  'source' => 'Exclude',
+  'source' => 'Appears in: @types',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '117',
-  'location' => 'includes/content.admin.inc:364',
+  'lid' => '227',
+  'location' => 'includes/views/handlers/content_handler_field.inc:59',
   'textgroup' => 'default',
-  'source' => 'no styling',
+  'source' => 'None',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '118',
-  'location' => 'includes/content.admin.inc:365',
+  'lid' => '228',
+  'location' => 'includes/views/handlers/content_handler_field.inc:60',
   'textgroup' => 'default',
-  'source' => 'simple',
+  'source' => 'Widget label (@label)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '119',
-  'location' => 'includes/content.admin.inc:366',
+  'lid' => '229',
+  'location' => 'includes/views/handlers/content_handler_field.inc:61',
   'textgroup' => 'default',
-  'source' => 'fieldset',
+  'source' => 'Custom',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '120',
-  'location' => 'includes/content.admin.inc:367',
+  'lid' => '230',
+  'location' => 'includes/views/handlers/content_handler_field.inc:67',
   'textgroup' => 'default',
-  'source' => 'fieldset - collapsible',
+  'source' => 'Custom label',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '121',
-  'location' => 'includes/content.admin.inc:368',
+  'lid' => '231',
+  'location' => 'includes/content.views.inc:291',
   'textgroup' => 'default',
-  'source' => 'fieldset - collapsed',
+  'source' => 'Format',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '122',
-  'location' => 'includes/content.admin.inc:460',
+  'lid' => '232',
+  'location' => 'includes/content.views.inc:372',
   'textgroup' => 'default',
-  'source' => 'Your settings have been saved.',
+  'source' => 'Group multiple values',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '123',
-  'location' => 'includes/content.admin.inc:760',
+  'lid' => '233',
+  'location' => 'includes/views/handlers/content_handler_field_multiple.inc:61',
   'textgroup' => 'default',
-  'source' => '@type: @field (@label)',
+  'source' => 'If unchecked, each item in the field will create a new row, which may appear to cause duplicates. This setting is not compatible with click-sorting in table displays.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '124',
-  'location' => 'includes/content.admin.inc:597',
+  'lid' => '234',
+  'location' => 'includes/content.views.inc:378',
   'textgroup' => 'default',
-  'source' => 'Edit basic information',
+  'source' => 'Show @count value(s)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '125',
-  'location' => 'includes/content.admin.inc:792',
+  'lid' => '235',
+  'location' => 'includes/content.views.inc:387',
   'textgroup' => 'default',
-  'source' => 'The machine-readable name of the field. This name cannot be changed.',
+  'source' => 'starting from @count',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '126',
-  'location' => 'includes/content.admin.inc:626',
+  'lid' => '236',
+  'location' => 'includes/content.views.inc:396',
   'textgroup' => 'default',
-  'source' => 'A human-readable name to be used as the label for this field in the %type content type.',
+  'source' => 'Reversed (start from last values)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '127',
-  'location' => 'includes/content.admin.inc:646',
+  'lid' => '237',
+  'location' => 'includes/views/handlers/content_handler_relationship.inc:40,  includes/views/handlers/content_handler_sort.inc:41',
   'textgroup' => 'default',
-  'source' => 'The type of data you would like to store in the database with this field. This option cannot be changed.',
+  'source' => 'All',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '128',
-  'location' => 'includes/content.admin.inc:651;869',
+  'lid' => '238',
+  'location' => 'includes/views/handlers/content_handler_relationship.inc:48,  includes/views/handlers/content_handler_sort.inc:49',
   'textgroup' => 'default',
-  'source' => 'Widget type',
+  'source' => 'Delta',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '129',
-  'location' => 'includes/content.admin.inc:655',
+  'lid' => '239',
+  'location' => 'includes/views/handlers/content_handler_relationship.inc:49',
   'textgroup' => 'default',
-  'source' => 'The type of form element you would like to present to the user when creating this field in the %type content type.',
+  'source' => 'The delta allows you to select which item in a multiple value field to key the relationship off of. Select "1" to use the first item, "2" for the second item, and so on. If you select "All", each item in the field will create a new row, which may appear to cause duplicates.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '130',
-  'location' => 'includes/content.admin.inc:669',
+  'lid' => '240',
+  'location' => 'includes/views/handlers/content_handler_sort.inc:50',
   'textgroup' => 'default',
-  'source' => 'Continue',
+  'source' => 'The delta allows you to select which item in a multiple value field will be used for sorting. Select "1" to use the first item, "2" for the second item, and so on. If you select "All", each item in the field will create a new row, which may appear to cause duplicates.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '131',
-  'location' => 'includes/content.admin.inc:854',
+  'lid' => '241',
+  'location' => 'modules/content_copy/content_copy_export_form.tpl.php:9,  modules/content_copy/content_copy.module:191;38',
   'textgroup' => 'default',
-  'source' => 'Updated basic settings for field %label.',
+  'source' => 'Export',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '132',
-  'location' => 'includes/content.admin.inc:858',
+  'lid' => '242',
+  'location' => 'modules/content_copy/content_copy.module:97',
   'textgroup' => 'default',
-  'source' => 'There was a problem updating the basic settings for field %label.',
+  'source' => 'This form will process a content type and one or more fields from that type and export the settings. The export created by this process can be copied and pasted as an import into the current or any other database. The import will add the fields to into an existing content type or create a new content type that includes the selected fields.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '133',
-  'location' => 'includes/content.admin.inc:786',
+  'lid' => '243',
+  'location' => 'modules/content_copy/content_copy.module:103',
   'textgroup' => 'default',
-  'source' => 'Are you sure you want to remove the field %field?',
+  'source' => 'Types',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '134',
-  'location' => 'includes/content.admin.inc:789',
+  'lid' => '244',
+  'location' => 'modules/content_copy/content_copy.module:107',
   'textgroup' => 'default',
-  'source' => 'If you have any content left in this field, it will be lost. This action cannot be undone.',
+  'source' => 'Select the content type to export.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '135',
-  'location' => 'includes/content.admin.inc:790 modules/fieldgroup/fieldgroup.module:236',
+  'lid' => '245',
+  'location' => 'modules/content_copy/content_copy.module:175',
   'textgroup' => 'default',
-  'source' => 'Cancel',
+  'source' => 'Export data',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '136',
-  'location' => 'includes/content.admin.inc:894',
+  'lid' => '246',
+  'location' => 'modules/content_copy/content_copy.module:180',
   'textgroup' => 'default',
-  'source' => 'This field is <strong>locked</strong> and cannot be removed.',
+  'source' => 'Copy the export text and paste it into another content type using the import function.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '137',
-  'location' => 'includes/content.admin.inc:808',
+  'lid' => '247',
+  'location' => 'modules/content_copy/content_copy.module:184',
   'textgroup' => 'default',
-  'source' => 'Removed field %field from %type.',
+  'source' => 'Content types',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '138',
-  'location' => 'includes/content.admin.inc:813',
+  'lid' => '248',
+  'location' => 'modules/content_copy/content_copy.module:308',
   'textgroup' => 'default',
-  'source' => 'There was a problem deleting %field from %type.',
+  'source' => 'Content type',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '139',
-  'location' => 'includes/content.admin.inc:939',
+  'lid' => '249',
+  'location' => 'modules/content_copy/content_copy.module:309',
   'textgroup' => 'default',
-  'source' => 'The field %field is locked and cannot be edited.',
+  'source' => 'Select the content type to import these fields into.<br/>Select &lt;Create&gt; to create a new content type to contain the fields.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '140',
-  'location' => 'includes/content.admin.inc:846',
+  'lid' => '250',
+  'location' => 'modules/content_copy/content_copy.module:314',
   'textgroup' => 'default',
-  'source' => '%type basic information',
+  'source' => 'Import data',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '141',
-  'location' => 'includes/content.admin.inc:876',
+  'lid' => '251',
+  'location' => 'modules/content_copy/content_copy.module:316',
   'textgroup' => 'default',
-  'source' => 'Change basic information',
+  'source' => 'Paste the text created by a content export into this field.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '142',
-  'location' => 'includes/content.admin.inc:882',
+  'lid' => '252',
+  'location' => 'modules/content_copy/content_copy.module:320;46',
   'textgroup' => 'default',
-  'source' => '%type settings',
+  'source' => 'Import',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '143',
-  'location' => 'includes/content.admin.inc:883',
+  'lid' => '253',
+  'location' => 'modules/content_copy/content_copy.module:328',
   'textgroup' => 'default',
-  'source' => 'These settings apply only to the %field field as it appears in the %type content type.',
+  'source' => 'A file has been pre-loaded for import.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '144',
-  'location' => 'includes/content.admin.inc:897 modules/fieldgroup/fieldgroup.module:143',
+  'lid' => '254',
+  'location' => 'modules/content_copy/content_copy.module:354',
   'textgroup' => 'default',
-  'source' => 'Help text',
+  'source' => 'The import data is not valid import text.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '145',
-  'location' => 'includes/content.admin.inc:900',
+  'lid' => '255',
+  'location' => 'modules/content_copy/content_copy.module:403',
   'textgroup' => 'default',
-  'source' => 'Instructions to present to the user below this field on the editing form.<br />Allowed HTML tags: @tags',
+  'source' => 'The following modules must be enabled for this import to work: %modules.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '146',
-  'location' => 'includes/content.admin.inc:908',
+  'lid' => '256',
+  'location' => 'modules/content_copy/content_copy.module:411',
   'textgroup' => 'default',
-  'source' => 'Default value',
+  'source' => 'The content type %type already exists in this database.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '147',
-  'location' => 'examples/example_field.php:182 includes/content.admin.inc:930,  modules/number/number.module:137 modules/text/text.module:96',
+  'lid' => '257',
+  'location' => 'modules/content_copy/content_copy.module:418',
   'textgroup' => 'default',
-  'source' => 'PHP code',
+  'source' => 'Exiting. No import performed.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '148',
-  'location' => 'includes/content.admin.inc:1083;1238,  includes/content.rules.inc:93',
+  'lid' => '258',
+  'location' => 'modules/content_copy/content_copy.module:442',
   'textgroup' => 'default',
-  'source' => "'@column' => value for @column",
+  'source' => 'An error has occurred adding the content type %type.<br/>Please check the errors displayed for more details.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '149',
-  'location' => 'includes/content.admin.inc:1085;1240,  includes/content.rules.inc:95',
+  'lid' => '259',
+  'location' => 'modules/content_copy/content_copy.module:467',
   'textgroup' => 'default',
-  'source' => "return array(\n  0 => array(@columns),\n  // You'll usually want to stop here. Provide more values\n  // if you want your 'default value' to be multi-valued:\n  1 => array(@columns),\n  2 => ...\n);",
+  'source' => 'The imported field %field_label (%field_name) was not added to %type because that field already exists in %type.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '150',
-  'location' => 'examples/example_field.php:188 includes/content.admin.inc:951;964,  modules/number/number.module:144;153 modules/text/text.module:103;112',
+  'lid' => '260',
+  'location' => 'modules/content_copy/content_copy.module:476',
   'textgroup' => 'default',
-  'source' => 'Code',
+  'source' => 'The field %field_label (%field_name) was added to the content type %type.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '151',
-  'location' => 'includes/content.admin.inc:1093',
+  'lid' => '261',
+  'location' => 'modules/content_copy/content_copy.module:0',
   'textgroup' => 'default',
-  'source' => 'Advanced usage only: PHP code that returns a default value. Should not include &lt;?php ?&gt; delimiters. If this field is filled out, the value returned by this code will override any value specified above. Expected format: <pre>!sample</pre>To figure out the expected format, you can use the <em>devel load</em> tab provided by <a href="@link_devel">devel module</a> on a %type content page.',
+  'source' => 'content_copy',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '152',
-  'location' => 'includes/content.admin.inc:965 modules/number/number.module:154,  modules/text/text.module:113',
+  'lid' => '262',
+  'location' => 'modules/content_copy/content_copy.info:0',
   'textgroup' => 'default',
-  'source' => '&lt;none&gt;',
+  'source' => 'Content Copy',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '153',
-  'location' => 'includes/content.admin.inc:966 modules/number/number.module:155,  modules/text/text.module:114',
+  'lid' => '263',
+  'location' => 'modules/content_copy/content_copy.info:0',
   'textgroup' => 'default',
-  'source' => "You're not allowed to input PHP code.",
+  'source' => 'Enables ability to import/export field definitions.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '154',
-  'location' => 'includes/content.admin.inc:966',
+  'lid' => '264',
+  'location' => 'modules/content_multigroup/content_multigroup.module:12',
   'textgroup' => 'default',
-  'source' => 'This PHP code was set by an administrator and will override any value specified above.',
+  'source' => 'The fields in a Standard group are independent of each other and each can have either single or multiple values. The fields in a Multigroup are treated as a repeating collection of single value fields.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '155',
-  'location' => 'includes/content.admin.inc:973',
+  'lid' => '265',
+  'location' => 'modules/content_multigroup/content_multigroup.module:65;135',
   'textgroup' => 'default',
-  'source' => 'Global settings',
+  'source' => 'Multigroup',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '156',
-  'location' => 'includes/content.admin.inc:974',
+  'lid' => '266',
+  'location' => 'modules/content_multigroup/content_multigroup.module:134',
   'textgroup' => 'default',
-  'source' => 'These settings apply to the %field field in every content type in which it appears.',
+  'source' => 'Standard',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '157',
-  'location' => 'includes/content.admin.inc:978',
+  'lid' => '267',
+  'location' => 'modules/content_multigroup/content_multigroup.module:138',
   'textgroup' => 'default',
-  'source' => 'Required',
+  'source' => 'Type of group.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '158',
-  'location' => 'includes/content.admin.inc:1119',
+  'lid' => '268',
+  'location' => 'modules/content_multigroup/content_multigroup.module:215',
   'textgroup' => 'default',
-  'source' => 'Maximum number of values users can enter for this field.',
+  'source' => 'The field %field has been updated to use %multiple values, to match the multiple value setting of the Multigroup %group.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '159',
-  'location' => 'includes/content.admin.inc:1121',
+  'lid' => '269',
+  'location' => 'modules/content_multigroup/content_multigroup.module:248',
   'textgroup' => 'default',
-  'source' => "'Unlimited' will provide an 'Add more' button so the users can add as many values as they like.",
+  'source' => 'This change is not allowed. The field %field already has %multiple values in the database but the group %group only allows %group_max. Making this change would result in the loss of data.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '160',
-  'location' => 'includes/content.admin.inc:986',
+  'lid' => '270',
+  'location' => 'modules/content_multigroup/content_multigroup.module:272',
   'textgroup' => 'default',
-  'source' => 'Warning! Changing this setting after data has been created could result in the loss of data!',
+  'source' => 'This change is not allowed. The field %field handles multiple values differently than the Content module. Making this change could result in the loss of data.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '161',
-  'location' => 'includes/content.admin.inc:983',
+  'lid' => '271',
+  'location' => 'modules/content_multigroup/content_multigroup.module:287',
   'textgroup' => 'default',
-  'source' => 'Number of values',
+  'source' => 'You are moving the field %field into a Multigroup.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '162',
-  'location' => 'includes/content.admin.inc:984',
+  'lid' => '272',
+  'location' => 'modules/content_multigroup/content_multigroup.module:320',
   'textgroup' => 'default',
-  'source' => 'Unlimited',
+  'source' => 'This change is not allowed. The field %field already has data created and uses a widget that stores data differently in a Standard group than in a Multigroup. Making this change could result in the loss of data.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '163',
-  'location' => 'includes/content.admin.inc:1001',
+  'lid' => '273',
+  'location' => 'modules/content_multigroup/content_multigroup.module:334',
   'textgroup' => 'default',
-  'source' => 'Save field settings',
+  'source' => 'You are moving the field %field out of a Multigroup.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '164',
-  'location' => 'includes/content.admin.inc:1281',
+  'lid' => '274',
+  'location' => 'modules/content_multigroup/content_multigroup.module:369',
   'textgroup' => 'default',
-  'source' => "The PHP code for 'default value' returned @value, which is invalid.",
+  'source' => 'Simple',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '165',
-  'location' => 'includes/content.admin.inc:1135',
+  'lid' => '275',
+  'location' => 'modules/content_multigroup/content_multigroup.module:370',
   'textgroup' => 'default',
-  'source' => 'The default value is invalid.',
+  'source' => 'Fieldset',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '166',
-  'location' => 'includes/content.admin.inc:547',
+  'lid' => '276',
+  'location' => 'modules/content_multigroup/content_multigroup.module:371',
   'textgroup' => 'default',
-  'source' => 'Added field %label.',
+  'source' => 'Horizontal line',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '167',
-  'location' => 'includes/content.admin.inc:1158',
+  'lid' => '277',
+  'location' => 'modules/content_multigroup/content_multigroup.module:372',
   'textgroup' => 'default',
-  'source' => 'Saved field %label.',
+  'source' => 'Table - Single column',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '168',
-  'location' => 'includes/content.admin.inc:1463',
+  'lid' => '278',
+  'location' => 'modules/content_multigroup/content_multigroup.module:373',
   'textgroup' => 'default',
-  'source' => 'Processing',
+  'source' => 'Table - Multiple columns',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '169',
-  'location' => 'includes/content.admin.inc:1464',
+  'lid' => '279',
+  'location' => 'modules/content_multigroup/content_multigroup.module:384',
   'textgroup' => 'default',
-  'source' => 'The update has encountered an error.',
+  'source' => '[Subgroup format]',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '170',
-  'location' => 'includes/content.admin.inc:1478',
+  'lid' => '280',
+  'location' => 'modules/content_multigroup/content_multigroup.module:461',
   'textgroup' => 'default',
-  'source' => 'The database has been altered and data has been migrated or deleted.',
+  'source' => 'Multigroup settings',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '171',
-  'location' => 'includes/content.admin.inc:1481',
+  'lid' => '281',
+  'location' => 'modules/content_multigroup/content_multigroup.module:476',
   'textgroup' => 'default',
-  'source' => 'An error occurred and database alteration did not complete.',
+  'source' => 'Multiple columns',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '172',
-  'location' => 'includes/content.admin.inc:1584',
+  'lid' => '282',
+  'location' => 'modules/content_multigroup/content_multigroup.module:478',
   'textgroup' => 'default',
-  'source' => 'Processing %title',
+  'source' => 'Enable this option to render each field on a separate column on the node edit form.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '173',
-  'location' => 'includes/content.admin.inc:1849',
+  'lid' => '283',
+  'location' => 'modules/content_multigroup/content_multigroup.module:485',
   'textgroup' => 'default',
-  'source' => '%name must be an integer.',
+  'source' => 'Enable this option to require a minimum of one collection of fields in this Multigroup.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '174',
-  'location' => 'includes/content.admin.inc:1859',
+  'lid' => '284',
+  'location' => 'modules/content_multigroup/content_multigroup.module:488',
   'textgroup' => 'default',
-  'source' => '%name must be a positive integer.',
+  'source' => 'Number of times to repeat the collection of Multigroup fields.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '175',
-  'location' => 'includes/content.admin.inc:1869',
+  'lid' => '285',
+  'location' => 'modules/content_multigroup/content_multigroup.module:489',
   'textgroup' => 'default',
-  'source' => '%name must be a number.',
+  'source' => "'Unlimited' will provide an 'Add more' button so the users can add items as many times as they like.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '176',
-  'location' => 'includes/content.admin.inc:1482',
+  'lid' => '286',
+  'location' => 'modules/content_multigroup/content_multigroup.module:490',
   'textgroup' => 'default',
-  'source' => '1 item successfully processed:',
+  'source' => 'All fields in this group will automatically be set to allow this number of values.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '177',
-  'location' => 'includes/content.admin.inc:1482',
+  'lid' => '287',
+  'location' => 'modules/content_multigroup/content_multigroup.module:495',
   'textgroup' => 'default',
-  'source' => '@count items successfully processed:',
+  'source' => 'Number of repeats',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '178',
-  'location' => 'includes/content.crud.inc:591',
+  'lid' => '288',
+  'location' => 'modules/content_multigroup/content_multigroup.module:503',
   'textgroup' => 'default',
-  'source' => 'Content fields table %old_name has been renamed to %new_name and field instances have been updated.',
+  'source' => 'Labels',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '179',
-  'location' => 'includes/content.crud.inc:629',
+  'lid' => '289',
+  'location' => 'modules/content_multigroup/content_multigroup.module:504',
   'textgroup' => 'default',
-  'source' => 'The content fields table %name has been deleted.',
+  'source' => "Labels for each subgroup of fields. Labels can be hidden or shown in various contexts using the 'Display fields' screen.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '180',
-  'location' => 'includes/content.node_form.inc:206',
+  'lid' => '290',
+  'location' => 'modules/content_multigroup/content_multigroup.module:512',
   'textgroup' => 'default',
-  'source' => 'Add another item',
+  'source' => 'Subgroup %number label',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '181',
-  'location' => 'includes/content.panels.inc:21;35',
+  'lid' => '291',
+  'location' => 'modules/content_multigroup/content_multigroup.module:539',
   'textgroup' => 'default',
-  'source' => 'Content field',
+  'source' => 'The field %field in this group already has %multiple values in the database. To prevent the loss of data you cannot set the number of Multigroup values to less than this.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '182',
-  'location' => 'includes/content.panels.inc:38',
+  'lid' => '292',
+  'location' => 'modules/content_multigroup/content_multigroup.module:932',
   'textgroup' => 'default',
-  'source' => 'A content field from the referenced node.',
+  'source' => '!name field is required in group @group.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '183',
-  'location' => 'includes/content.panels.inc:39,  modules/fieldgroup/fieldgroup.panels.inc:31',
+  'lid' => '293',
+  'location' => 'modules/content_multigroup/content_multigroup.module:946',
   'textgroup' => 'default',
-  'source' => 'Node',
+  'source' => 'Group @name requires one collection of fields minimum.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '184',
-  'location' => 'includes/content.panels.inc:40,  modules/fieldgroup/fieldgroup.panels.inc:32',
+  'lid' => '294',
+  'location' => 'modules/content_multigroup/content_multigroup.module:1145',
   'textgroup' => 'default',
-  'source' => 'Node context',
+  'source' => 'Add more values',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '185',
-  'location' => 'includes/content.panels.inc:52',
+  'lid' => '295',
+  'location' => 'modules/content_multigroup/content_multigroup.module:0',
   'textgroup' => 'default',
-  'source' => 'Block title',
+  'source' => 'content_multigroup',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '186',
-  'location' => 'includes/content.panels.inc:55',
+  'lid' => '296',
+  'location' => 'modules/content_multigroup/content_multigroup.info:0',
   'textgroup' => 'default',
-  'source' => 'Hidden',
+  'source' => 'Content Multigroup',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '187',
-  'location' => 'includes/content.panels.inc:57',
+  'lid' => '297',
+  'location' => 'modules/content_multigroup/content_multigroup.info:0',
   'textgroup' => 'default',
-  'source' => 'Configure how the label is going to be displayed.',
+  'source' => 'Combine multiple CCK fields into repeating field collections that work in unison.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '188',
-  'location' => 'includes/content.panels.inc:73',
+  'lid' => '298',
+  'location' => 'modules/content_permissions/content_permissions.module:10',
   'textgroup' => 'default',
-  'source' => 'Field / Formatter',
+  'source' => 'edit ',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '189',
-  'location' => 'includes/content.panels.inc:76',
+  'lid' => '299',
+  'location' => 'modules/content_permissions/content_permissions.module:10;11',
   'textgroup' => 'default',
-  'source' => 'Select a field and formatter.',
+  'source' => 'field_name',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '190',
-  'location' => 'includes/content.panels.inc:92',
+  'lid' => '300',
+  'location' => 'modules/content_permissions/content_permissions.module:11',
   'textgroup' => 'default',
-  'source' => '"@s" field @name',
+  'source' => 'view ',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '191',
-  'location' => 'includes/content.rules.inc:15',
+  'lid' => '301',
+  'location' => 'modules/content_permissions/content_permissions.module:0',
   'textgroup' => 'default',
-  'source' => 'Populate a field',
+  'source' => 'content_permissions',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '192',
-  'location' => 'includes/content.rules.inc:23;212',
+  'lid' => '302',
+  'location' => 'modules/content_permissions/content_permissions.install:9',
   'textgroup' => 'default',
-  'source' => 'You should make sure that the used field exists in the given content type.',
+  'source' => 'Please <a href="!url">configure your field permissions</a> immediately. All fields are inaccessible by default.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '193',
-  'location' => 'includes/content.admin.inc:413',
+  'lid' => '303',
+  'location' => 'modules/content_permissions/content_permissions.info:0',
   'textgroup' => 'default',
-  'source' => 'Field',
+  'source' => 'Content Permissions',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '194',
-  'location' => 'includes/content.rules.inc:56',
+  'lid' => '304',
+  'location' => 'modules/content_permissions/content_permissions.info:0',
   'textgroup' => 'default',
-  'source' => 'Select the machine-name of the field.',
+  'source' => 'Set field-level permissions for CCK fields.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '195',
-  'location' => 'includes/content.rules.inc:84',
+  'lid' => '305',
+  'location' => 'modules/fieldgroup/fieldgroup.panels.inc:10;27',
   'textgroup' => 'default',
-  'source' => 'Advanced: Specify the fields value with PHP code',
+  'source' => 'Content fieldgroup',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '196',
-  'location' => 'includes/content.rules.inc:102',
+  'lid' => '306',
+  'location' => 'modules/fieldgroup/fieldgroup.panels.inc:30',
   'textgroup' => 'default',
-  'source' => "Advanced usage only: PHP code that returns the value to set. Should not include &lt;?php ?&gt; delimiters. If this field is filled out, the value returned by this code will override any value specified above. Expected format: <pre>!sample</pre>Using <a href=\"@link_devel\">devel.module's</a> 'devel load' tab on a content page might help you figure out the expected format.",
+  'source' => 'All fields from a fieldgroup on the referenced node.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '197',
-  'location' => 'includes/content.rules.inc:130',
+  'lid' => '307',
+  'location' => 'modules/fieldgroup/fieldgroup.panels.inc:91',
   'textgroup' => 'default',
-  'source' => 'You have to return the default value in the expected format.',
+  'source' => '@group_label (@group_type_name)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '198',
-  'location' => 'includes/content.rules.inc:181',
+  'lid' => '308',
+  'location' => 'modules/fieldgroup/fieldgroup.panels.inc:102,  modules/fieldgroup/fieldgroup.info:0',
   'textgroup' => 'default',
-  'source' => "Populate @node's field '@field'",
+  'source' => 'Fieldgroup',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '199',
-  'location' => 'includes/content.rules.inc:198',
+  'lid' => '309',
+  'location' => 'modules/fieldgroup/fieldgroup.panels.inc:112',
   'textgroup' => 'default',
-  'source' => 'Field has value',
+  'source' => 'Text to display if group has no data. Note that title will not display unless overridden.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '200',
-  'location' => 'includes/content.rules.inc:203',
+  'lid' => '310',
+  'location' => 'modules/fieldgroup/fieldgroup.panels.inc:128',
   'textgroup' => 'default',
-  'source' => 'You should make sure that the used field exists in the given content type. The condition returns TRUE, if the selected field has the given value.',
+  'source' => '"@s" fieldgroup @name',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '201',
-  'location' => 'includes/content.rules.inc:207',
+  'lid' => '311',
+  'location' => 'modules/fieldgroup/fieldgroup.module:124',
   'textgroup' => 'default',
-  'source' => 'Field has changed',
+  'source' => 'Form settings',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '202',
-  'location' => 'includes/content.rules.inc:209',
+  'lid' => '312',
+  'location' => 'modules/fieldgroup/fieldgroup.module:125',
   'textgroup' => 'default',
-  'source' => 'Content containing changes',
+  'source' => 'These settings apply to the group in the node editing form.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '203',
-  'location' => 'includes/content.rules.inc:210',
+  'lid' => '313',
+  'location' => 'modules/fieldgroup/fieldgroup.module:129',
   'textgroup' => 'default',
-  'source' => 'Content not containing changes',
+  'source' => 'Style',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '204',
-  'location' => 'includes/content.rules.inc:249',
+  'lid' => '314',
+  'location' => 'modules/fieldgroup/fieldgroup.module:132',
   'textgroup' => 'default',
-  'source' => "@node's field '@field' has value",
+  'source' => 'always open',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '205',
-  'location' => 'includes/content.rules.inc:269',
+  'lid' => '315',
+  'location' => 'modules/fieldgroup/fieldgroup.module:133',
   'textgroup' => 'default',
-  'source' => 'Select the machine-name of the field to look at.',
+  'source' => 'collapsible',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '206',
-  'location' => 'includes/content.rules.inc:275',
+  'lid' => '316',
+  'location' => 'modules/fieldgroup/fieldgroup.module:134',
   'textgroup' => 'default',
-  'source' => "@node's field '@field' has been changed",
+  'source' => 'collapsed',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '207',
-  'location' => 'includes/content.token.inc:12;15',
+  'lid' => '317',
+  'location' => 'modules/fieldgroup/fieldgroup.module:142',
   'textgroup' => 'default',
-  'source' => 'Token',
+  'source' => 'Instructions to present to the user on the editing form.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '208',
-  'location' => 'includes/content.token.inc:60',
+  'lid' => '318',
+  'location' => 'modules/fieldgroup/fieldgroup.module:147',
   'textgroup' => 'default',
-  'source' => 'Referenced node ID',
+  'source' => 'Display settings',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '209',
-  'location' => 'includes/content.token.inc:61',
+  'lid' => '319',
+  'location' => 'modules/fieldgroup/fieldgroup.module:148',
   'textgroup' => 'default',
-  'source' => 'Referenced node title',
+  'source' => 'These settings apply to the group on node display.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '210',
-  'location' => 'includes/content.token.inc:83',
+  'lid' => '320',
+  'location' => 'modules/fieldgroup/fieldgroup.module:155',
   'textgroup' => 'default',
-  'source' => 'Referenced node unfiltered title. WARNING - raw user input.',
+  'source' => 'A description of the group.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '211',
-  'location' => 'includes/content.token.inc:84',
+  'lid' => '321',
+  'location' => 'modules/fieldgroup/fieldgroup.module:200',
   'textgroup' => 'default',
-  'source' => 'Formatted html link to the referenced node.',
+  'source' => 'Are you sure you want to remove the group %label?',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '212',
-  'location' => 'includes/content.token.inc:85',
+  'lid' => '322',
+  'location' => 'modules/fieldgroup/fieldgroup.module:202',
   'textgroup' => 'default',
-  'source' => 'Relative path alias to the referenced node.',
+  'source' => 'This action cannot be undone.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '213',
-  'location' => 'includes/content.token.inc:86',
+  'lid' => '323',
+  'location' => 'modules/fieldgroup/fieldgroup.module:211',
   'textgroup' => 'default',
-  'source' => 'Absolute path alias to the referenced node.',
+  'source' => 'The group %group_name has been removed.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '214',
-  'location' => 'includes/content.token.inc:86',
+  'lid' => '324',
+  'location' => 'modules/fieldgroup/fieldgroup.module:293,  modules/nodereference/nodereference.module:544,  modules/userreference/userreference.module:439',
   'textgroup' => 'default',
-  'source' => 'Raw number value',
+  'source' => 'none',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '215',
-  'location' => 'includes/content.token.inc:87',
+  'lid' => '325',
+  'location' => 'modules/fieldgroup/fieldgroup.module:353',
   'textgroup' => 'default',
-  'source' => 'Formatted number value',
+  'source' => 'You need to provide a label.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '216',
-  'location' => 'includes/content.token.inc:110',
+  'lid' => '326',
+  'location' => 'modules/fieldgroup/fieldgroup.module:358',
   'textgroup' => 'default',
-  'source' => 'Raw, unfiltered text',
+  'source' => 'You need to provide a group name.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '217',
-  'location' => 'includes/content.token.inc:111',
+  'lid' => '327',
+  'location' => 'modules/fieldgroup/fieldgroup.module:372',
   'textgroup' => 'default',
-  'source' => 'Formatted and filtered text',
+  'source' => 'The group name %group_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '218',
-  'location' => 'includes/content.token.inc:133',
+  'lid' => '328',
+  'location' => 'modules/fieldgroup/fieldgroup.module:375',
   'textgroup' => 'default',
-  'source' => 'Referenced user ID',
+  'source' => "The group name %group_name is too long. The name is limited to 32 characters, including the 'group_' prefix.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '219',
-  'location' => 'includes/content.token.inc:134',
+  'lid' => '329',
+  'location' => 'modules/fieldgroup/fieldgroup.module:381',
   'textgroup' => 'default',
-  'source' => 'Referenced user name',
+  'source' => 'The group name %group_name already exists.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '220',
-  'location' => 'includes/content.token.inc:135',
+  'lid' => '330',
+  'location' => 'modules/fieldgroup/fieldgroup.module:400;403',
   'textgroup' => 'default',
-  'source' => 'Formatted HTML link to referenced user',
+  'source' => 'Add new group:',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '221',
-  'location' => 'includes/content.token.inc:164',
+  'lid' => '331',
+  'location' => 'modules/fieldgroup/fieldgroup.module:418',
   'textgroup' => 'default',
-  'source' => 'Relative path alias to the referenced user.',
+  'source' => 'Add new group: you need to provide a label.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '222',
-  'location' => 'includes/content.token.inc:165',
+  'lid' => '332',
+  'location' => 'modules/fieldgroup/fieldgroup.module:419',
   'textgroup' => 'default',
-  'source' => 'Absolute path alias to the referenced user.',
+  'source' => 'Add new group: you need to provide a group name.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '223',
-  'location' => 'includes/views/content.views.inc:245;261',
+  'lid' => '333',
+  'location' => 'modules/fieldgroup/fieldgroup.module:648',
   'textgroup' => 'default',
-  'source' => '@label (!name)',
+  'source' => 'Standard group',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '224',
-  'location' => 'includes/views/content.views.inc:249',
+  'lid' => '334',
+  'location' => 'modules/fieldgroup/fieldgroup.module:39;46',
   'textgroup' => 'default',
-  'source' => '@label (!name) - !column',
+  'source' => 'Edit group',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '225',
-  'location' => 'includes/views/content.views.inc:250',
+  'lid' => '335',
+  'location' => 'modules/fieldgroup/fieldgroup.module:0',
   'textgroup' => 'default',
-  'source' => '@label-truncated - !column',
+  'source' => 'fieldgroup',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '226',
-  'location' => 'includes/content.views.inc:93',
+  'lid' => '336',
+  'location' => 'modules/fieldgroup/fieldgroup.info:0',
   'textgroup' => 'default',
-  'source' => 'Appears in: @types',
+  'source' => 'Create display groups for CCK fields.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '227',
-  'location' => 'includes/views/handlers/content_handler_field.inc:59',
+  'lid' => '337',
+  'location' => 'modules/nodereference/nodereference.rules.inc:15',
   'textgroup' => 'default',
-  'source' => 'None',
+  'source' => 'Load a referenced node',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '228',
-  'location' => 'includes/views/handlers/content_handler_field.inc:60',
+  'lid' => '338',
+  'location' => 'modules/nodereference/nodereference.rules.inc:19',
   'textgroup' => 'default',
-  'source' => 'Widget label (@label)',
+  'source' => 'Content containing the node reference field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '229',
-  'location' => 'includes/views/handlers/content_handler_field.inc:61',
+  'lid' => '339',
+  'location' => 'modules/nodereference/nodereference.rules.inc:25',
   'textgroup' => 'default',
-  'source' => 'Custom',
+  'source' => 'Referenced content',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '230',
-  'location' => 'includes/views/handlers/content_handler_field.inc:67',
+  'lid' => '340',
+  'location' => 'modules/nodereference/nodereference.rules.inc:29',
   'textgroup' => 'default',
-  'source' => 'Custom label',
+  'source' => 'Note that if the field has multiple values, only the first content node will be loaded.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '231',
-  'location' => 'includes/content.views.inc:291',
+  'lid' => '341',
+  'location' => 'modules/nodereference/nodereference.rules.inc:50',
   'textgroup' => 'default',
-  'source' => 'Format',
+  'source' => 'There are no nodereference fields defined.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '232',
-  'location' => 'includes/content.views.inc:372',
+  'lid' => '342',
+  'location' => 'modules/nodereference/nodereference.module:60',
   'textgroup' => 'default',
-  'source' => 'Group multiple values',
+  'source' => 'Node reference',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '233',
-  'location' => 'includes/views/handlers/content_handler_field_multiple.inc:61',
+  'lid' => '343',
+  'location' => 'modules/nodereference/nodereference.module:61',
   'textgroup' => 'default',
-  'source' => 'If unchecked, each item in the field will create a new row, which may appear to cause duplicates. This setting is not compatible with click-sorting in table displays.',
+  'source' => 'Store the ID of a related node as an integer value.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '234',
-  'location' => 'includes/content.views.inc:378',
+  'lid' => '344',
+  'location' => 'modules/nodereference/nodereference.module:75',
   'textgroup' => 'default',
-  'source' => 'Show @count value(s)',
+  'source' => 'Content types that can be referenced',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '235',
-  'location' => 'includes/content.views.inc:387',
+  'lid' => '345',
+  'location' => 'modules/nodereference/nodereference.module:87,  modules/userreference/userreference.module:84',
   'textgroup' => 'default',
-  'source' => 'starting from @count',
+  'source' => 'Default Views',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '236',
-  'location' => 'includes/content.views.inc:396',
+  'lid' => '346',
+  'location' => 'modules/nodereference/nodereference.module:90,  modules/userreference/userreference.module:87',
   'textgroup' => 'default',
-  'source' => 'Reversed (start from last values)',
+  'source' => 'Existing Views',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '237',
-  'location' => 'includes/views/handlers/content_handler_relationship.inc:40,  includes/views/handlers/content_handler_sort.inc:41',
+  'lid' => '347',
+  'location' => 'modules/nodereference/nodereference.module:97',
   'textgroup' => 'default',
-  'source' => 'All',
+  'source' => 'Advanced - Nodes that can be referenced (View)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '238',
-  'location' => 'includes/views/handlers/content_handler_relationship.inc:48,  includes/views/handlers/content_handler_sort.inc:49',
+  'lid' => '348',
+  'location' => 'modules/nodereference/nodereference.module:104',
   'textgroup' => 'default',
-  'source' => 'Delta',
+  'source' => 'View used to select the nodes',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '239',
-  'location' => 'includes/views/handlers/content_handler_relationship.inc:49',
+  'lid' => '349',
+  'location' => 'modules/nodereference/nodereference.module:107',
   'textgroup' => 'default',
-  'source' => 'The delta allows you to select which item in a multiple value field to key the relationship off of. Select "1" to use the first item, "2" for the second item, and so on. If you select "All", each item in the field will create a new row, which may appear to cause duplicates.',
+  'source' => '<p>Choose the "Views module" view that selects the nodes that can be referenced.<br />Note:</p>',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '240',
-  'location' => 'includes/views/handlers/content_handler_sort.inc:50',
+  'lid' => '350',
+  'location' => 'modules/nodereference/nodereference.module:108;121',
   'textgroup' => 'default',
-  'source' => 'The delta allows you to select which item in a multiple value field will be used for sorting. Select "1" to use the first item, "2" for the second item, and so on. If you select "All", each item in the field will create a new row, which may appear to cause duplicates.',
+  'source' => "<ul><li>Only views that have fields will work for this purpose.</li><li>This will discard the \"Content types\" settings above. Use the view's \"filters\" section instead.</li><li>Use the view's \"fields\" section to display additional informations about candidate nodes on node creation/edition form.</li><li>Use the view's \"sort criteria\" section to determine the order in which candidate nodes will be displayed.</li></ul>",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '241',
-  'location' => 'modules/content_copy/content_copy_export_form.tpl.php:9,  modules/content_copy/content_copy.module:191;38',
+  'lid' => '351',
+  'location' => 'modules/nodereference/nodereference.module:112,  modules/userreference/userreference.module:109',
   'textgroup' => 'default',
-  'source' => 'Export',
+  'source' => 'View arguments',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '242',
-  'location' => 'modules/content_copy/content_copy.module:97',
+  'lid' => '352',
+  'location' => 'modules/nodereference/nodereference.module:115,  modules/userreference/userreference.module:112',
   'textgroup' => 'default',
-  'source' => 'This form will process a content type and one or more fields from that type and export the settings. The export created by this process can be copied and pasted as an import into the current or any other database. The import will add the fields to into an existing content type or create a new content type that includes the selected fields.',
+  'source' => 'Provide a comma separated list of arguments to pass to the view.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '243',
-  'location' => 'modules/content_copy/content_copy.module:103',
+  'lid' => '353',
+  'location' => 'modules/nodereference/nodereference.module:120',
   'textgroup' => 'default',
-  'source' => 'Types',
+  'source' => '<p>The list of nodes that can be referenced can be based on a "Views module" view but no appropriate views were found. <br />Note:</p>',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '244',
-  'location' => 'modules/content_copy/content_copy.module:107',
+  'lid' => '354',
+  'location' => 'modules/nodereference/nodereference.module:205,  modules/userreference/userreference.module:184',
   'textgroup' => 'default',
-  'source' => 'Select the content type to export.',
+  'source' => '%name: invalid input.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '245',
-  'location' => 'modules/content_copy/content_copy.module:175',
+  'lid' => '355',
+  'location' => 'modules/nodereference/nodereference.module:217',
   'textgroup' => 'default',
-  'source' => 'Export data',
+  'source' => "%name: this post can't be referenced.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '246',
-  'location' => 'modules/content_copy/content_copy.module:180',
+  'lid' => '356',
+  'location' => 'modules/nodereference/nodereference.module:242',
   'textgroup' => 'default',
-  'source' => 'Copy the export text and paste it into another content type using the import function.',
+  'source' => 'Title (link)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '247',
-  'location' => 'modules/content_copy/content_copy.module:184',
+  'lid' => '357',
+  'location' => 'modules/nodereference/nodereference.module:247',
   'textgroup' => 'default',
-  'source' => 'Content types',
+  'source' => 'Title (no link)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '248',
-  'location' => 'modules/content_copy/content_copy.module:308',
+  'lid' => '358',
+  'location' => 'modules/nodereference/nodereference.module:303,  modules/optionwidgets/optionwidgets.module:62,  modules/userreference/userreference.module:198',
   'textgroup' => 'default',
-  'source' => 'Content type',
+  'source' => 'Select list',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '249',
-  'location' => 'modules/content_copy/content_copy.module:309',
+  'lid' => '359',
+  'location' => 'modules/optionwidgets/optionwidgets.module:70',
   'textgroup' => 'default',
-  'source' => 'Select the content type to import these fields into.<br/>Select &lt;Create&gt; to create a new content type to contain the fields.',
+  'source' => 'Check boxes/radio buttons',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '250',
-  'location' => 'modules/content_copy/content_copy.module:314',
+  'lid' => '360',
+  'location' => 'modules/nodereference/nodereference.module:311,  modules/userreference/userreference.module:206',
   'textgroup' => 'default',
-  'source' => 'Import data',
+  'source' => 'Autocomplete text field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '251',
-  'location' => 'modules/content_copy/content_copy.module:316',
+  'lid' => '361',
+  'location' => 'modules/nodereference/nodereference.module:417,  modules/userreference/userreference.module:343',
   'textgroup' => 'default',
-  'source' => 'Paste the text created by a content export into this field.',
+  'source' => 'Autocomplete matching',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '252',
-  'location' => 'modules/content_copy/content_copy.module:320;46',
+  'lid' => '362',
+  'location' => 'modules/nodereference/nodereference.module:420,  modules/userreference/userreference.module:346',
   'textgroup' => 'default',
-  'source' => 'Import',
+  'source' => 'Starts with',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '253',
-  'location' => 'modules/content_copy/content_copy.module:328',
+  'lid' => '363',
+  'location' => 'modules/nodereference/nodereference.module:421,  modules/userreference/userreference.module:347',
   'textgroup' => 'default',
-  'source' => 'A file has been pre-loaded for import.',
+  'source' => 'Contains',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '254',
-  'location' => 'modules/content_copy/content_copy.module:354',
+  'lid' => '364',
+  'location' => 'modules/nodereference/nodereference.module:423',
   'textgroup' => 'default',
-  'source' => 'The import data is not valid import text.',
+  'source' => 'Select the method used to collect autocomplete suggestions. Note that <em>Contains</em> can cause performance issues on sites with thousands of nodes.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '255',
-  'location' => 'modules/content_copy/content_copy.module:403',
+  'lid' => '365',
+  'location' => 'modules/nodereference/nodereference.module:671',
   'textgroup' => 'default',
-  'source' => 'The following modules must be enabled for this import to work: %modules.',
+  'source' => '%name: title mismatch. Please check your selection.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '256',
-  'location' => 'modules/content_copy/content_copy.module:411',
+  'lid' => '366',
+  'location' => 'modules/nodereference/nodereference.module:678',
   'textgroup' => 'default',
-  'source' => 'The content type %type already exists in this database.',
+  'source' => '%name: found no valid post with that title.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '257',
-  'location' => 'modules/content_copy/content_copy.module:418',
+  'lid' => '367',
+  'location' => 'modules/nodereference/nodereference.module:15',
   'textgroup' => 'default',
-  'source' => 'Exiting. No import performed.',
+  'source' => 'Nodereference autocomplete',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '258',
-  'location' => 'modules/content_copy/content_copy.module:442',
+  'lid' => '368',
+  'location' => 'modules/nodereference/nodereference.module:0',
   'textgroup' => 'default',
-  'source' => 'An error has occurred adding the content type %type.<br/>Please check the errors displayed for more details.',
+  'source' => 'nodereference',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '259',
-  'location' => 'modules/content_copy/content_copy.module:467',
+  'lid' => '369',
+  'location' => 'modules/nodereference/nodereference.info:0',
   'textgroup' => 'default',
-  'source' => 'The imported field %field_label (%field_name) was not added to %type because that field already exists in %type.',
+  'source' => 'Node Reference',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '260',
-  'location' => 'modules/content_copy/content_copy.module:476',
+  'lid' => '370',
+  'location' => 'modules/nodereference/nodereference.info:0',
   'textgroup' => 'default',
-  'source' => 'The field %field_label (%field_name) was added to the content type %type.',
+  'source' => 'Defines a field type for referencing one node from another.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '261',
-  'location' => 'modules/content_copy/content_copy.module:0',
+  'lid' => '371',
+  'location' => 'modules/number/number.module:41',
   'textgroup' => 'default',
-  'source' => 'content_copy',
+  'source' => 'Integer',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '262',
-  'location' => 'modules/content_copy/content_copy.info:0',
+  'lid' => '372',
+  'location' => 'modules/number/number.module:42',
   'textgroup' => 'default',
-  'source' => 'Content Copy',
+  'source' => 'Store a number in the database as an integer.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '263',
-  'location' => 'modules/content_copy/content_copy.info:0',
+  'lid' => '373',
+  'location' => 'modules/number/number.module:49',
   'textgroup' => 'default',
-  'source' => 'Enables ability to import/export field definitions.',
+  'source' => 'Decimal',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '264',
-  'location' => 'modules/content_multigroup/content_multigroup.module:12',
+  'lid' => '374',
+  'location' => 'modules/number/number.module:50',
   'textgroup' => 'default',
-  'source' => 'The fields in a Standard group are independent of each other and each can have either single or multiple values. The fields in a Multigroup are treated as a repeating collection of single value fields.',
+  'source' => 'Store a number in the database in a fixed decimal format.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '265',
-  'location' => 'modules/content_multigroup/content_multigroup.module:65;135',
+  'lid' => '375',
+  'location' => 'modules/number/number.module:57',
   'textgroup' => 'default',
-  'source' => 'Multigroup',
+  'source' => 'Float',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '266',
-  'location' => 'modules/content_multigroup/content_multigroup.module:134',
+  'lid' => '376',
+  'location' => 'modules/number/number.module:58',
   'textgroup' => 'default',
-  'source' => 'Standard',
+  'source' => 'Store a number in the database in a floating point format.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '267',
-  'location' => 'modules/content_multigroup/content_multigroup.module:138',
+  'lid' => '377',
+  'location' => 'modules/number/number.module:76',
   'textgroup' => 'default',
-  'source' => 'Type of group.',
+  'source' => 'Minimum',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '268',
-  'location' => 'modules/content_multigroup/content_multigroup.module:215',
+  'lid' => '378',
+  'location' => 'modules/number/number.module:81',
   'textgroup' => 'default',
-  'source' => 'The field %field has been updated to use %multiple values, to match the multiple value setting of the Multigroup %group.',
+  'source' => 'Maximum',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '269',
-  'location' => 'modules/content_multigroup/content_multigroup.module:248',
+  'lid' => '379',
+  'location' => 'modules/number/number.module:88',
   'textgroup' => 'default',
-  'source' => 'This change is not allowed. The field %field already has %multiple values in the database but the group %group only allows %group_max. Making this change would result in the loss of data.',
+  'source' => 'Precision',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '270',
-  'location' => 'modules/content_multigroup/content_multigroup.module:272',
+  'lid' => '380',
+  'location' => 'modules/number/number.module:89',
   'textgroup' => 'default',
-  'source' => 'This change is not allowed. The field %field handles multiple values differently than the Content module. Making this change could result in the loss of data.',
+  'source' => 'The total number of digits to store in the database, including those to the right of the decimal.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '271',
-  'location' => 'modules/content_multigroup/content_multigroup.module:287',
+  'lid' => '381',
+  'location' => 'modules/number/number.module:95',
   'textgroup' => 'default',
-  'source' => 'You are moving the field %field into a Multigroup.',
+  'source' => 'Scale',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '272',
-  'location' => 'modules/content_multigroup/content_multigroup.module:320',
+  'lid' => '382',
+  'location' => 'modules/number/number.module:96',
   'textgroup' => 'default',
-  'source' => 'This change is not allowed. The field %field already has data created and uses a widget that stores data differently in a Standard group than in a Multigroup. Making this change could result in the loss of data.',
+  'source' => 'The number of digits to the right of the decimal.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '273',
-  'location' => 'modules/content_multigroup/content_multigroup.module:334',
+  'lid' => '383',
+  'location' => 'modules/number/number.module:102',
   'textgroup' => 'default',
-  'source' => 'You are moving the field %field out of a Multigroup.',
+  'source' => 'Decimal marker',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '274',
-  'location' => 'modules/content_multigroup/content_multigroup.module:369',
+  'lid' => '384',
+  'location' => 'modules/number/number.module:103',
   'textgroup' => 'default',
-  'source' => 'Simple',
+  'source' => 'The character users will input to mark the decimal point in forms.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '275',
-  'location' => 'modules/content_multigroup/content_multigroup.module:370',
+  'lid' => '385',
+  'location' => 'modules/number/number.module:109',
   'textgroup' => 'default',
-  'source' => 'Fieldset',
+  'source' => 'Prefix',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '276',
-  'location' => 'modules/content_multigroup/content_multigroup.module:371',
+  'lid' => '386',
+  'location' => 'modules/number/number.module:112',
   'textgroup' => 'default',
-  'source' => 'Horizontal line',
+  'source' => 'Define a string that should be prefixed to the value, like $ or €. Leave blank for none. Separate singular and plural values with a pipe (pound|pounds).',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '277',
-  'location' => 'modules/content_multigroup/content_multigroup.module:372',
+  'lid' => '387',
+  'location' => 'modules/number/number.module:116',
   'textgroup' => 'default',
-  'source' => 'Table - Single column',
+  'source' => 'Suffix',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '278',
-  'location' => 'modules/content_multigroup/content_multigroup.module:373',
+  'lid' => '388',
+  'location' => 'modules/number/number.module:119',
   'textgroup' => 'default',
-  'source' => 'Table - Multiple columns',
+  'source' => 'Define a string that should suffixed to the value, like m², m/s², kb/s. Leave blank for none. Separate singular and plural values with a pipe (pound|pounds).',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '279',
-  'location' => 'modules/content_multigroup/content_multigroup.module:384',
+  'lid' => '389',
+  'location' => 'modules/number/number.module:123 modules/text/text.module:82',
   'textgroup' => 'default',
-  'source' => '[Subgroup format]',
+  'source' => 'Allowed values',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '280',
-  'location' => 'modules/content_multigroup/content_multigroup.module:461',
+  'lid' => '390',
+  'location' => 'examples/example_field.php:174 modules/number/number.module:129,  modules/text/text.module:88',
   'textgroup' => 'default',
-  'source' => 'Multigroup settings',
+  'source' => 'Allowed values list',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '281',
-  'location' => 'modules/content_multigroup/content_multigroup.module:476',
+  'lid' => '391',
+  'location' => 'modules/number/number.module:116,  modules/text/text.module:81',
   'textgroup' => 'default',
-  'source' => 'Multiple columns',
+  'source' => 'The possible values this field can contain. Enter one value per line, in the format key|label. The key is the value that will be stored in the database, and it must match the field storage type (%type). The label is optional, and the key will be used as the label if no label is specified.<br />Allowed HTML tags: @tags',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '282',
-  'location' => 'modules/content_multigroup/content_multigroup.module:478',
+  'lid' => '392',
+  'location' => 'examples/example_field.php:191 modules/number/number.module:147,  modules/text/text.module:106',
   'textgroup' => 'default',
-  'source' => 'Enable this option to render each field on a separate column on the node edit form.',
+  'source' => 'Advanced usage only: PHP code that returns a keyed array of allowed values. Should not include &lt;?php ?&gt; delimiters. If this field is filled out, the array returned by this code will override the allowed values list above.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '283',
-  'location' => 'modules/content_multigroup/content_multigroup.module:485',
+  'lid' => '393',
+  'location' => 'modules/number/number.module:155 modules/text/text.module:114',
   'textgroup' => 'default',
-  'source' => 'Enable this option to require a minimum of one collection of fields in this Multigroup.',
+  'source' => 'This PHP code was set by an administrator and will override the allowed values list above.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '284',
-  'location' => 'modules/content_multigroup/content_multigroup.module:488',
+  'lid' => '394',
+  'location' => 'modules/number/number.module:178,  modules/text/text.module:132',
   'textgroup' => 'default',
-  'source' => 'Number of times to repeat the collection of Multigroup fields.',
+  'source' => '@label (!name) - Allowed values',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '285',
-  'location' => 'modules/content_multigroup/content_multigroup.module:489',
+  'lid' => '395',
+  'location' => 'modules/number/number.module:162',
   'textgroup' => 'default',
-  'source' => "'Unlimited' will provide an 'Add more' button so the users can add items as many times as they like.",
+  'source' => '"Minimum" must be a number.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '286',
-  'location' => 'modules/content_multigroup/content_multigroup.module:490',
+  'lid' => '396',
+  'location' => 'modules/number/number.module:165',
   'textgroup' => 'default',
-  'source' => 'All fields in this group will automatically be set to allow this number of values.',
+  'source' => '"Maximum" must be a number.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '287',
-  'location' => 'modules/content_multigroup/content_multigroup.module:495',
+  'lid' => '397',
+  'location' => 'modules/number/number.module:219',
   'textgroup' => 'default',
-  'source' => 'Number of repeats',
+  'source' => '%name: the value may be no smaller than %min.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '288',
-  'location' => 'modules/content_multigroup/content_multigroup.module:503',
+  'lid' => '398',
+  'location' => 'modules/number/number.module:222',
   'textgroup' => 'default',
-  'source' => 'Labels',
+  'source' => '%name: the value may be no larger than %max.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '289',
-  'location' => 'modules/content_multigroup/content_multigroup.module:504',
+  'lid' => '399',
+  'location' => 'modules/number/number.module:235,  modules/text/text.module:156',
   'textgroup' => 'default',
-  'source' => "Labels for each subgroup of fields. Labels can be hidden or shown in various contexts using the 'Display fields' screen.",
+  'source' => '%name: illegal value.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '290',
-  'location' => 'modules/content_multigroup/content_multigroup.module:512',
+  'lid' => '400',
+  'location' => 'modules/number/number.module:263',
   'textgroup' => 'default',
-  'source' => 'Subgroup %number label',
+  'source' => 'unformatted',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '291',
-  'location' => 'modules/content_multigroup/content_multigroup.module:539',
+  'lid' => '401',
+  'location' => 'examples/example_field.php:476 examples/simple_field.php:400,  modules/number/number.module:342 modules/text/text.module:264',
   'textgroup' => 'default',
-  'source' => 'The field %field in this group already has %multiple values in the database. To prevent the loss of data you cannot set the number of Multigroup values to less than this.',
+  'source' => 'Text field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '292',
-  'location' => 'modules/content_multigroup/content_multigroup.module:932',
+  'lid' => '402',
+  'location' => 'modules/number/number.module:512',
   'textgroup' => 'default',
-  'source' => '!name field is required in group @group.',
+  'source' => 'Only numbers and decimals are allowed in %field.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '293',
-  'location' => 'modules/content_multigroup/content_multigroup.module:946',
+  'lid' => '403',
+  'location' => 'modules/number/number.module:535',
   'textgroup' => 'default',
-  'source' => 'Group @name requires one collection of fields minimum.',
+  'source' => 'Only numbers are allowed in %field.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '294',
-  'location' => 'modules/content_multigroup/content_multigroup.module:1145',
+  'lid' => '404',
+  'location' => 'modules/number/number.module:559',
   'textgroup' => 'default',
-  'source' => 'Add more values',
+  'source' => 'Only numbers and the decimal character (%decimal) are allowed in %field.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '295',
-  'location' => 'modules/content_multigroup/content_multigroup.module:0',
+  'lid' => '405',
+  'location' => 'modules/number/number.module:0',
   'textgroup' => 'default',
-  'source' => 'content_multigroup',
+  'source' => 'number',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '296',
-  'location' => 'modules/content_multigroup/content_multigroup.info:0',
+  'lid' => '406',
+  'location' => 'modules/number/number.info:0',
   'textgroup' => 'default',
-  'source' => 'Content Multigroup',
+  'source' => 'Number',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '297',
-  'location' => 'modules/content_multigroup/content_multigroup.info:0',
+  'lid' => '407',
+  'location' => 'modules/number/number.info:0',
   'textgroup' => 'default',
-  'source' => 'Combine multiple CCK fields into repeating field collections that work in unison.',
+  'source' => 'Defines numeric field types.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '298',
-  'location' => 'modules/content_permissions/content_permissions.module:10',
+  'lid' => '408',
+  'location' => 'modules/optionwidgets/optionwidgets.module:19',
   'textgroup' => 'default',
-  'source' => 'edit ',
+  'source' => 'Create a list of options as a list in <strong>Allowed values list</strong> or as an array in PHP code. These values will be the same for %field in all content types.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '299',
-  'location' => 'modules/content_permissions/content_permissions.module:10;11',
+  'lid' => '409',
+  'location' => 'modules/optionwidgets/optionwidgets.module:12',
   'textgroup' => 'default',
-  'source' => 'field_name',
+  'source' => "For a 'single on/off checkbox' widget, define the 'off' value first, then the 'on' value in the <strong>Allowed values</strong> section. Note that the checkbox will be labeled with the label of the 'on' value.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '300',
-  'location' => 'modules/content_permissions/content_permissions.module:11',
+  'lid' => '410',
+  'location' => 'modules/optionwidgets/optionwidgets.module:15',
   'textgroup' => 'default',
-  'source' => 'view ',
+  'source' => "The 'checkboxes/radio buttons' widget will display checkboxes if the multiple values option is selected for this field, otherwise radios will be displayed.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '301',
-  'location' => 'modules/content_permissions/content_permissions.module:0',
+  'lid' => '411',
+  'location' => 'modules/optionwidgets/optionwidgets.module:37',
   'textgroup' => 'default',
-  'source' => 'content_permissions',
+  'source' => "You need to specify the 'allowed values' for this field.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '302',
-  'location' => 'modules/content_permissions/content_permissions.install:9',
+  'lid' => '412',
+  'location' => 'modules/optionwidgets/optionwidgets.module:78',
   'textgroup' => 'default',
-  'source' => 'Please <a href="!url">configure your field permissions</a> immediately. All fields are inaccessible by default.',
+  'source' => 'Single on/off checkbox',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '303',
-  'location' => 'modules/content_permissions/content_permissions.info:0',
+  'lid' => '413',
+  'location' => 'modules/optionwidgets/optionwidgets.module:331',
   'textgroup' => 'default',
-  'source' => 'Content Permissions',
+  'source' => '%name: this field cannot hold more that @count values.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '304',
-  'location' => 'modules/content_permissions/content_permissions.info:0',
+  'lid' => '414',
+  'location' => 'modules/optionwidgets/optionwidgets.module:364',
   'textgroup' => 'default',
-  'source' => 'Set field-level permissions for CCK fields.',
+  'source' => 'N/A',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '305',
-  'location' => 'modules/fieldgroup/fieldgroup.panels.inc:10;27',
+  'lid' => '415',
+  'location' => 'modules/optionwidgets/optionwidgets.module:420',
   'textgroup' => 'default',
-  'source' => 'Content fieldgroup',
+  'source' => '- None -',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '306',
-  'location' => 'modules/fieldgroup/fieldgroup.panels.inc:30',
+  'lid' => '416',
+  'location' => 'modules/optionwidgets/optionwidgets.module:0',
   'textgroup' => 'default',
-  'source' => 'All fields from a fieldgroup on the referenced node.',
+  'source' => 'optionwidgets',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '307',
-  'location' => 'modules/fieldgroup/fieldgroup.panels.inc:91',
+  'lid' => '417',
+  'location' => 'modules/optionwidgets/optionwidgets.info:0',
   'textgroup' => 'default',
-  'source' => '@group_label (@group_type_name)',
+  'source' => 'Option Widgets',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '308',
-  'location' => 'modules/fieldgroup/fieldgroup.panels.inc:102,  modules/fieldgroup/fieldgroup.info:0',
+  'lid' => '418',
+  'location' => 'modules/optionwidgets/optionwidgets.info:0',
   'textgroup' => 'default',
-  'source' => 'Fieldgroup',
+  'source' => 'Defines selection, check box and radio button widgets for text and numeric fields.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '309',
-  'location' => 'modules/fieldgroup/fieldgroup.panels.inc:112',
+  'lid' => '419',
+  'location' => 'modules/text/text.module:50',
   'textgroup' => 'default',
-  'source' => 'Text to display if group has no data. Note that title will not display unless overridden.',
+  'source' => 'Store text in the database.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '310',
-  'location' => 'modules/fieldgroup/fieldgroup.panels.inc:128',
+  'lid' => '420',
+  'location' => 'examples/example_field.php:158;388 examples/simple_field.php:332,  modules/text/text.module:66;209,  modules/userreference/userreference.module:151',
   'textgroup' => 'default',
-  'source' => '"@s" fieldgroup @name',
+  'source' => 'Plain text',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '311',
-  'location' => 'modules/fieldgroup/fieldgroup.module:124',
+  'lid' => '421',
+  'location' => 'examples/example_field.php:158 modules/text/text.module:66',
   'textgroup' => 'default',
-  'source' => 'Form settings',
+  'source' => 'Filtered text (user selects input format)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '312',
-  'location' => 'modules/fieldgroup/fieldgroup.module:125',
+  'lid' => '422',
+  'location' => 'examples/example_field.php:161 modules/text/text.module:69',
   'textgroup' => 'default',
-  'source' => 'These settings apply to the group in the node editing form.',
+  'source' => 'Text processing',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '313',
-  'location' => 'modules/fieldgroup/fieldgroup.module:129',
+  'lid' => '423',
+  'location' => 'examples/example_field.php:167 examples/simple_field.php:164,  modules/text/text.module:75',
   'textgroup' => 'default',
-  'source' => 'Style',
+  'source' => 'Maximum length',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '314',
-  'location' => 'modules/fieldgroup/fieldgroup.module:132',
+  'lid' => '424',
+  'location' => 'examples/example_field.php:170 examples/simple_field.php:167,  modules/text/text.module:78',
   'textgroup' => 'default',
-  'source' => 'always open',
+  'source' => 'The maximum length of the field in characters. Leave blank for an unlimited size.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '315',
-  'location' => 'modules/fieldgroup/fieldgroup.module:133',
+  'lid' => '425',
+  'location' => 'modules/text/text.module:159',
   'textgroup' => 'default',
-  'source' => 'collapsible',
+  'source' => '%name: the value may not be longer than %max characters.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '316',
-  'location' => 'modules/fieldgroup/fieldgroup.module:134',
+  'lid' => '426',
+  'location' => 'examples/example_field.php:383 examples/simple_field.php:327,  modules/text/text.module:204 modules/userreference/userreference.module:146',
   'textgroup' => 'default',
-  'source' => 'collapsed',
+  'source' => 'Default',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '317',
-  'location' => 'modules/fieldgroup/fieldgroup.module:142',
+  'lid' => '427',
+  'location' => 'examples/example_field.php:393 modules/text/text.module:214',
   'textgroup' => 'default',
-  'source' => 'Instructions to present to the user on the editing form.',
+  'source' => 'Trimmed',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '318',
-  'location' => 'modules/fieldgroup/fieldgroup.module:147',
+  'lid' => '428',
+  'location' => 'modules/text/text.module:272',
   'textgroup' => 'default',
-  'source' => 'Display settings',
+  'source' => 'Text area (multiple rows)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '319',
-  'location' => 'modules/fieldgroup/fieldgroup.module:148',
+  'lid' => '429',
+  'location' => 'modules/text/text.module:316',
   'textgroup' => 'default',
-  'source' => 'These settings apply to the group on node display.',
+  'source' => 'Size of textfield',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '320',
-  'location' => 'modules/fieldgroup/fieldgroup.module:155',
+  'lid' => '430',
+  'location' => 'examples/example_field.php:551 examples/simple_field.php:430,  modules/text/text.module:324',
   'textgroup' => 'default',
-  'source' => 'A description of the group.',
+  'source' => 'Rows',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '321',
-  'location' => 'modules/fieldgroup/fieldgroup.module:200',
+  'lid' => '431',
+  'location' => 'modules/text/text.module:0',
   'textgroup' => 'default',
-  'source' => 'Are you sure you want to remove the group %label?',
+  'source' => 'text',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '322',
-  'location' => 'modules/fieldgroup/fieldgroup.module:202',
+  'lid' => '432',
+  'location' => 'modules/text/text.info:0',
   'textgroup' => 'default',
-  'source' => 'This action cannot be undone.',
+  'source' => 'Defines simple text field types.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '323',
-  'location' => 'modules/fieldgroup/fieldgroup.module:211',
+  'lid' => '433',
+  'location' => 'modules/userreference/userreference.rules.inc:15',
   'textgroup' => 'default',
-  'source' => 'The group %group_name has been removed.',
+  'source' => 'Load a referenced user',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '324',
-  'location' => 'modules/fieldgroup/fieldgroup.module:293,  modules/nodereference/nodereference.module:544,  modules/userreference/userreference.module:439',
+  'lid' => '434',
+  'location' => 'modules/userreference/userreference.rules.inc:19',
   'textgroup' => 'default',
-  'source' => 'none',
+  'source' => 'Content containing the user reference field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '325',
-  'location' => 'modules/fieldgroup/fieldgroup.module:353',
+  'lid' => '435',
+  'location' => 'modules/userreference/userreference.rules.inc:25',
   'textgroup' => 'default',
-  'source' => 'You need to provide a label.',
+  'source' => 'Referenced user',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '326',
-  'location' => 'modules/fieldgroup/fieldgroup.module:358',
+  'lid' => '436',
+  'location' => 'modules/userreference/userreference.rules.inc:29',
   'textgroup' => 'default',
-  'source' => 'You need to provide a group name.',
+  'source' => 'Note that if the field has multiple values, only the first user will be loaded.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '327',
-  'location' => 'modules/fieldgroup/fieldgroup.module:372',
+  'lid' => '437',
+  'location' => 'modules/userreference/userreference.rules.inc:52',
   'textgroup' => 'default',
-  'source' => 'The group name %group_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.',
+  'source' => 'There are no userreference fields defined.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '328',
-  'location' => 'modules/fieldgroup/fieldgroup.module:375',
+  'lid' => '438',
+  'location' => 'modules/userreference/userreference.module:52',
   'textgroup' => 'default',
-  'source' => "The group name %group_name is too long. The name is limited to 32 characters, including the 'group_' prefix.",
+  'source' => 'User reference',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '329',
-  'location' => 'modules/fieldgroup/fieldgroup.module:381',
+  'lid' => '439',
+  'location' => 'modules/userreference/userreference.module:53',
   'textgroup' => 'default',
-  'source' => 'The group name %group_name already exists.',
+  'source' => 'Store the ID of a related user as an integer value.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '330',
-  'location' => 'modules/fieldgroup/fieldgroup.module:400;403',
+  'lid' => '440',
+  'location' => 'modules/userreference/userreference.module:67',
   'textgroup' => 'default',
-  'source' => 'Add new group:',
+  'source' => 'User roles that can be referenced',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '331',
-  'location' => 'modules/fieldgroup/fieldgroup.module:418',
+  'lid' => '441',
+  'location' => 'modules/userreference/userreference.module:73',
   'textgroup' => 'default',
-  'source' => 'Add new group: you need to provide a label.',
+  'source' => 'User status that can be referenced',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '332',
-  'location' => 'modules/fieldgroup/fieldgroup.module:419',
+  'lid' => '442',
+  'location' => 'modules/userreference/userreference.module:75',
   'textgroup' => 'default',
-  'source' => 'Add new group: you need to provide a group name.',
+  'source' => 'Active',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '333',
-  'location' => 'modules/fieldgroup/fieldgroup.module:648',
+  'lid' => '443',
+  'location' => 'modules/userreference/userreference.module:75',
   'textgroup' => 'default',
-  'source' => 'Standard group',
+  'source' => 'Blocked',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '334',
-  'location' => 'modules/fieldgroup/fieldgroup.module:39;46',
+  'lid' => '444',
+  'location' => 'modules/userreference/userreference.module:94',
   'textgroup' => 'default',
-  'source' => 'Edit group',
+  'source' => 'Advanced - Users that can be referenced (View)',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '335',
-  'location' => 'modules/fieldgroup/fieldgroup.module:0',
+  'lid' => '445',
+  'location' => 'modules/userreference/userreference.module:101',
   'textgroup' => 'default',
-  'source' => 'fieldgroup',
+  'source' => 'View used to select the users',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '336',
-  'location' => 'modules/fieldgroup/fieldgroup.info:0',
+  'lid' => '446',
+  'location' => 'modules/userreference/userreference.module:104',
   'textgroup' => 'default',
-  'source' => 'Create display groups for CCK fields.',
+  'source' => '<p>Choose the "Views module" view that selects the users that can be referenced.<br />Note:</p>',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '337',
-  'location' => 'modules/nodereference/nodereference.rules.inc:15',
+  'lid' => '447',
+  'location' => 'modules/userreference/userreference.module:105;118',
   'textgroup' => 'default',
-  'source' => 'Load a referenced node',
+  'source' => "<ul><li>Only views that have fields will work for this purpose.</li><li>This will discard the \"Referenceable Roles\" and \"Referenceable Status\" settings above. Use the view's \"filters\" section instead.</li><li>Use the view's \"fields\" section to display additional informations about candidate users on user creation/edition form.</li><li>Use the view's \"sort criteria\" section to determine the order in which candidate users will be displayed.</li></ul>",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '338',
-  'location' => 'modules/nodereference/nodereference.rules.inc:19',
+  'lid' => '448',
+  'location' => 'modules/userreference/userreference.module:117',
   'textgroup' => 'default',
-  'source' => 'Content containing the node reference field',
+  'source' => '<p>The list of user that can be referenced can be based on a "Views module" view but no appropriate views were found. <br />Note:</p>',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '339',
-  'location' => 'modules/nodereference/nodereference.rules.inc:25',
+  'lid' => '449',
+  'location' => 'modules/userreference/userreference.module:196',
   'textgroup' => 'default',
-  'source' => 'Referenced content',
+  'source' => '%name: invalid user.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '340',
-  'location' => 'modules/nodereference/nodereference.rules.inc:29',
+  'lid' => '450',
+  'location' => 'modules/userreference/userreference.module:349',
   'textgroup' => 'default',
-  'source' => 'Note that if the field has multiple values, only the first content node will be loaded.',
+  'source' => 'Select the method used to collect autocomplete suggestions. Note that <em>Contains</em> can cause performance issues on sites with thousands of users.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '341',
-  'location' => 'modules/nodereference/nodereference.rules.inc:50',
+  'lid' => '451',
+  'location' => 'modules/userreference/userreference.module:357',
   'textgroup' => 'default',
-  'source' => 'There are no nodereference fields defined.',
+  'source' => 'Reverse link',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '342',
-  'location' => 'modules/nodereference/nodereference.module:60',
+  'lid' => '452',
+  'location' => 'modules/userreference/userreference.module:359',
   'textgroup' => 'default',
-  'source' => 'Node reference',
+  'source' => 'If selected, a reverse link back to the referencing node will displayed on the referenced user record.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '343',
-  'location' => 'modules/nodereference/nodereference.module:61',
+  'lid' => '453',
+  'location' => 'modules/userreference/userreference.module:594',
   'textgroup' => 'default',
-  'source' => 'Store the ID of a related node as an integer value.',
+  'source' => '%name: found no valid user with that name.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '344',
-  'location' => 'modules/nodereference/nodereference.module:75',
+  'lid' => '454',
+  'location' => 'modules/userreference/userreference.module:887',
   'textgroup' => 'default',
-  'source' => 'Content types that can be referenced',
+  'source' => 'Related content',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '345',
-  'location' => 'modules/nodereference/nodereference.module:87,  modules/userreference/userreference.module:84',
+  'lid' => '455',
+  'location' => 'modules/userreference/userreference.module:15',
   'textgroup' => 'default',
-  'source' => 'Default Views',
+  'source' => 'Userreference autocomplete',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '346',
-  'location' => 'modules/nodereference/nodereference.module:90,  modules/userreference/userreference.module:87',
+  'lid' => '456',
+  'location' => 'modules/userreference/userreference.module:0',
   'textgroup' => 'default',
-  'source' => 'Existing Views',
+  'source' => 'userreference',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '347',
-  'location' => 'modules/nodereference/nodereference.module:97',
+  'lid' => '457',
+  'location' => 'modules/userreference/userreference.info:0',
   'textgroup' => 'default',
-  'source' => 'Advanced - Nodes that can be referenced (View)',
+  'source' => 'User Reference',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '348',
-  'location' => 'modules/nodereference/nodereference.module:104',
+  'lid' => '458',
+  'location' => 'modules/userreference/userreference.info:0',
   'textgroup' => 'default',
-  'source' => 'View used to select the nodes',
+  'source' => 'Defines a field type for referencing a user from a node.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '349',
-  'location' => 'modules/nodereference/nodereference.module:107',
+  'lid' => '459',
+  'location' => 'includes/content.admin.inc:212',
   'textgroup' => 'default',
-  'source' => '<p>Choose the "Views module" view that selects the nodes that can be referenced.<br />Note:</p>',
+  'source' => 'Weight',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '350',
-  'location' => 'modules/nodereference/nodereference.module:108;121',
+  'lid' => '460',
+  'location' => 'theme/content-admin-field-overview-form.tpl.php:53',
   'textgroup' => 'default',
-  'source' => "<ul><li>Only views that have fields will work for this purpose.</li><li>This will discard the \"Content types\" settings above. Use the view's \"filters\" section instead.</li><li>Use the view's \"fields\" section to display additional informations about candidate nodes on node creation/edition form.</li><li>Use the view's \"sort criteria\" section to determine the order in which candidate nodes will be displayed.</li></ul>",
+  'source' => 'Add',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '351',
-  'location' => 'modules/nodereference/nodereference.module:112,  modules/userreference/userreference.module:109',
+  'lid' => '461',
+  'location' => 'theme/content-admin-field-overview-form.tpl.php:59',
   'textgroup' => 'default',
-  'source' => 'View arguments',
+  'source' => 'New field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '352',
-  'location' => 'modules/nodereference/nodereference.module:115,  modules/userreference/userreference.module:112',
+  'lid' => '462',
+  'location' => 'theme/content-admin-field-overview-form.tpl.php:72',
   'textgroup' => 'default',
-  'source' => 'Provide a comma separated list of arguments to pass to the view.',
+  'source' => 'Existing field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '353',
-  'location' => 'modules/nodereference/nodereference.module:120',
+  'lid' => '463',
+  'location' => 'theme/content-admin-field-overview-form.tpl.php:84',
   'textgroup' => 'default',
-  'source' => '<p>The list of nodes that can be referenced can be based on a "Views module" view but no appropriate views were found. <br />Note:</p>',
+  'source' => 'New group',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '354',
-  'location' => 'modules/nodereference/nodereference.module:205,  modules/userreference/userreference.module:184',
+  'lid' => '464',
+  'location' => 'theme/theme.inc:11',
   'textgroup' => 'default',
-  'source' => '%name: invalid input.',
+  'source' => 'Add fields and groups to the content type, and arrange them on content display and input forms.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '355',
-  'location' => 'modules/nodereference/nodereference.module:217',
+  'lid' => '465',
+  'location' => 'theme/theme.inc:13',
   'textgroup' => 'default',
-  'source' => "%name: this post can't be referenced.",
+  'source' => 'You can add a field to a group by dragging it below and to the right of the group.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '356',
-  'location' => 'modules/nodereference/nodereference.module:242',
+  'lid' => '466',
+  'location' => 'theme/theme.inc:16',
   'textgroup' => 'default',
-  'source' => 'Title (link)',
+  'source' => 'Note: Installing the <a href="!adv_help">Advanced help</a> module will let you access more and better help.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '357',
-  'location' => 'modules/nodereference/nodereference.module:247',
+  'lid' => '467',
+  'location' => 'theme/theme.inc:116',
   'textgroup' => 'default',
-  'source' => 'Title (no link)',
+  'source' => "Use the 'Exclude' checkbox to exclude an item from the !content value passed to the node template.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '358',
-  'location' => 'modules/nodereference/nodereference.module:303,  modules/optionwidgets/optionwidgets.module:62,  modules/userreference/userreference.module:198',
+  'lid' => '468',
+  'location' => 'theme/content-edit.js:0',
   'textgroup' => 'default',
-  'source' => 'Select list',
+  'source' => 'Remove this item',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '359',
-  'location' => 'modules/optionwidgets/optionwidgets.module:70',
+  'lid' => '469',
+  'location' => 'content.module:156 includes/content.admin.inc:528',
   'textgroup' => 'default',
-  'source' => 'Check boxes/radio buttons',
+  'source' => 'Add field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '360',
-  'location' => 'modules/nodereference/nodereference.module:311,  modules/userreference/userreference.module:206',
+  'lid' => '470',
+  'location' => 'examples/example_field.php:278 modules/number/number.module:228,  modules/text/text.module:160',
   'textgroup' => 'default',
-  'source' => 'Autocomplete text field',
+  'source' => 'Illegal value for %name.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '361',
-  'location' => 'modules/nodereference/nodereference.module:417,  modules/userreference/userreference.module:343',
+  'lid' => '471',
+  'location' => 'examples/example_field.php:287 examples/simple_field.php:231,  modules/text/text.module:169',
   'textgroup' => 'default',
-  'source' => 'Autocomplete matching',
+  'source' => '%label is longer than %max characters.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '362',
-  'location' => 'modules/nodereference/nodereference.module:420,  modules/userreference/userreference.module:346',
+  'lid' => '472',
+  'location' => 'examples/example_field.php:560 examples/simple_field.php:438,  modules/text/text.module:333',
   'textgroup' => 'default',
-  'source' => 'Starts with',
+  'source' => '"Rows" must be a positive integer.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '363',
-  'location' => 'modules/nodereference/nodereference.module:421,  modules/userreference/userreference.module:347',
+  'lid' => '473',
+  'location' => 'modules/number/number.module:133 modules/text/text.module:92',
   'textgroup' => 'default',
-  'source' => 'Contains',
+  'source' => 'The possible values this field can contain. Enter one value per line, in the format key|label. The key is the value that will be stored in the database and it must match the field storage type, %type. The label is optional and the key will be used as the label if no label is specified.<br />Allowed HTML tags: @tags',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '364',
-  'location' => 'modules/nodereference/nodereference.module:423',
+  'lid' => '474',
+  'location' => 'includes/content.admin.inc:33',
   'textgroup' => 'default',
-  'source' => 'Select the method used to collect autocomplete suggestions. Note that <em>Contains</em> can cause performance issues on sites with thousands of nodes.',
+  'source' => 'add field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '365',
-  'location' => 'modules/nodereference/nodereference.module:671',
+  'lid' => '475',
+  'location' => 'includes/content.admin.inc:112;291',
   'textgroup' => 'default',
-  'source' => '%name: title mismatch. Please check your selection.',
+  'source' => 'There are no fields configured for this content type. You can !link.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '366',
-  'location' => 'modules/nodereference/nodereference.module:678',
+  'lid' => '476',
+  'location' => 'includes/content.admin.inc:113;292',
   'textgroup' => 'default',
-  'source' => '%name: found no valid post with that title.',
+  'source' => 'Add a new field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '367',
-  'location' => 'modules/nodereference/nodereference.module:15',
+  'lid' => '477',
+  'location' => 'includes/content.admin.inc:137',
   'textgroup' => 'default',
-  'source' => 'Nodereference autocomplete',
+  'source' => 'To change the order of a field, grab a drag-and-drop handle under the Label column and drag the field to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the Save button at the bottom of the page.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '368',
-  'location' => 'modules/nodereference/nodereference.module:0',
+  'lid' => '478',
+  'location' => 'includes/content.admin.inc:477',
   'textgroup' => 'default',
-  'source' => 'nodereference',
+  'source' => 'No field modules are enabled. You need to <a href="!modules_url">enable one</a>, such as text.module, before you can add new fields.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '369',
-  'location' => 'modules/nodereference/nodereference.info:0',
+  'lid' => '479',
+  'location' => 'includes/content.admin.inc:519',
   'textgroup' => 'default',
-  'source' => 'Node Reference',
+  'source' => 'Add existing field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '370',
-  'location' => 'modules/nodereference/nodereference.info:0',
+  'lid' => '480',
+  'location' => 'includes/content.admin.inc:590',
   'textgroup' => 'default',
-  'source' => 'Defines a field type for referencing one node from another.',
+  'source' => 'Create new field',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '371',
-  'location' => 'modules/number/number.module:41',
+  'lid' => '481',
+  'location' => 'includes/content.admin.inc:606',
   'textgroup' => 'default',
-  'source' => 'Integer',
+  'source' => 'The machine-readable name of the field.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '372',
-  'location' => 'modules/number/number.module:42',
+  'lid' => '482',
+  'location' => 'includes/content.admin.inc:610',
   'textgroup' => 'default',
-  'source' => 'Store a number in the database as an integer.',
+  'source' => 'This name cannot be changed.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '373',
-  'location' => 'modules/number/number.module:49',
+  'lid' => '483',
+  'location' => 'includes/content.admin.inc:618',
   'textgroup' => 'default',
-  'source' => 'Decimal',
+  'source' => "This name cannot be changed later! The name will be prefixed with 'field_' and can include lowercase unaccented letters, numbers, and underscores. The length of the name, including the prefix, is limited to no more than 32 letters.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '374',
-  'location' => 'modules/number/number.module:50',
+  'lid' => '484',
+  'location' => 'includes/content.admin.inc:636',
   'textgroup' => 'default',
-  'source' => 'Store a number in the database in a fixed decimal format.',
+  'source' => 'The type of data you would like to store in the database with this field.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '375',
-  'location' => 'modules/number/number.module:57',
+  'lid' => '485',
+  'location' => 'includes/content.admin.inc:692',
   'textgroup' => 'default',
-  'source' => 'Float',
+  'source' => 'The field name %field_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '376',
-  'location' => 'modules/number/number.module:58',
+  'lid' => '486',
+  'location' => 'includes/content.admin.inc:695',
   'textgroup' => 'default',
-  'source' => 'Store a number in the database in a floating point format.',
+  'source' => "The field name %field_name is too long. The name is limited to 32 characters, including the 'field_' prefix.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '377',
-  'location' => 'modules/number/number.module:76',
+  'lid' => '487',
+  'location' => 'includes/content.admin.inc:706',
   'textgroup' => 'default',
-  'source' => 'Minimum',
+  'source' => 'The field name %field_name already exists.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '378',
-  'location' => 'modules/number/number.module:81',
+  'lid' => '488',
+  'location' => 'includes/content.admin.inc:709',
   'textgroup' => 'default',
-  'source' => 'Maximum',
+  'source' => "The name 'field_instance' is a reserved name.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '379',
-  'location' => 'modules/number/number.module:88',
+  'lid' => '489',
+  'location' => 'includes/content.admin.inc:741',
   'textgroup' => 'default',
-  'source' => 'Precision',
+  'source' => 'Created field %label.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '380',
-  'location' => 'modules/number/number.module:89',
+  'lid' => '490',
+  'location' => 'includes/content.admin.inc:754',
   'textgroup' => 'default',
-  'source' => 'The total number of digits to store in the database, including those to the right of the decimal.',
+  'source' => 'Update field %label.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '381',
-  'location' => 'modules/number/number.module:95',
+  'lid' => '491',
+  'location' => 'includes/content.admin.inc:758',
   'textgroup' => 'default',
-  'source' => 'Scale',
+  'source' => 'There was a problem updating field %label.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '382',
-  'location' => 'modules/number/number.module:96',
+  'lid' => '492',
+  'location' => 'includes/content.admin.inc:955',
   'textgroup' => 'default',
-  'source' => 'The number of digits to the right of the decimal.',
+  'source' => "Advanced usage only: PHP code that returns a default value. Should not include &lt;?php ?&gt; delimiters. If this field is filled out, the value returned by this code will override any value specified above. Expected format: <pre>!sample</pre>Using !link_devel's 'devel load' tab on a %type content page might help you figure out the expected format.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '383',
-  'location' => 'modules/number/number.module:102',
+  'lid' => '493',
+  'location' => 'includes/content.admin.inc:986',
   'textgroup' => 'default',
-  'source' => 'Decimal marker',
+  'source' => "Select a specific number of values for this field, or 'Unlimited' to provide an 'Add more' button so the users can add as many values as they like.",
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '384',
-  'location' => 'modules/number/number.module:103',
+  'lid' => '494',
+  'location' => 'includes/content.admin.inc:1131',
   'textgroup' => 'default',
-  'source' => 'The character users will input to mark the decimal point in forms.',
+  'source' => 'The default value PHP code created @value which is invalid.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '385',
-  'location' => 'modules/number/number.module:109',
+  'lid' => '495',
+  'location' => 'includes/content.token.inc:62',
   'textgroup' => 'default',
-  'source' => 'Prefix',
+  'source' => 'Formatted HTML link to the node',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '386',
-  'location' => 'modules/number/number.module:112',
+  'lid' => '496',
+  'location' => 'modules/number/number.module:222',
   'textgroup' => 'default',
-  'source' => 'Define a string that should be prefixed to the value, like $ or €. Leave blank for none. Separate singular and plural values with a pipe (pound|pounds).',
+  'source' => 'The value of %name may be no smaller than %min.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '387',
-  'location' => 'modules/number/number.module:116',
+  'lid' => '497',
+  'location' => 'modules/number/number.module:225',
   'textgroup' => 'default',
-  'source' => 'Suffix',
+  'source' => 'The value of %name may be no larger than %max.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '388',
-  'location' => 'modules/number/number.module:119',
+  'lid' => '498',
+  'location' => 'modules/number/number.module:476',
   'textgroup' => 'default',
-  'source' => 'Define a string that should suffixed to the value, like m², m/s², kb/s. Leave blank for none. Separate singular and plural values with a pipe (pound|pounds).',
+  'source' => 'Only numbers and decimals are allowed in %field. %start was changed to %value.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '389',
-  'location' => 'modules/number/number.module:123 modules/text/text.module:82',
+  'lid' => '499',
+  'location' => 'modules/number/number.module:494',
   'textgroup' => 'default',
-  'source' => 'Allowed values',
+  'source' => 'Only numbers are allowed in %field. %start was changed to %value.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '390',
-  'location' => 'examples/example_field.php:174 modules/number/number.module:129,  modules/text/text.module:88',
+  'lid' => '500',
+  'location' => 'modules/number/number.module:513',
   'textgroup' => 'default',
-  'source' => 'Allowed values list',
+  'source' => 'Only numbers and the decimal character (%decimal) are allowed in %field. %start was changed to %value.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '391',
-  'location' => 'modules/number/number.module:116,  modules/text/text.module:81',
+  'lid' => '501',
+  'location' => 'modules/optionwidgets/optionwidgets.module:10',
   'textgroup' => 'default',
-  'source' => 'The possible values this field can contain. Enter one value per line, in the format key|label. The key is the value that will be stored in the database, and it must match the field storage type (%type). The label is optional, and the key will be used as the label if no label is specified.<br />Allowed HTML tags: @tags',
+  'source' => 'Create a list of options as a list in <strong>Allowed values</strong> or as an array in PHP code. These values will be the same for %field in all content types.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '392',
-  'location' => 'examples/example_field.php:191 modules/number/number.module:147,  modules/text/text.module:106',
+  'lid' => '502',
+  'location' => 'misc/tabledrag.js',
   'textgroup' => 'default',
-  'source' => 'Advanced usage only: PHP code that returns a keyed array of allowed values. Should not include &lt;?php ?&gt; delimiters. If this field is filled out, the array returned by this code will override the allowed values list above.',
+  'source' => 'Drag to re-order',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '393',
-  'location' => 'modules/number/number.module:155 modules/text/text.module:114',
+  'lid' => '503',
+  'location' => 'misc/tabledrag.js',
   'textgroup' => 'default',
-  'source' => 'This PHP code was set by an administrator and will override the allowed values list above.',
+  'source' => 'Changes made in this table will not be saved until the form is submitted.',
   'version' => 'none',
 ))
 ->values(array(
-  'lid' => '394',
-  'location' => 'modules/number/number.module:178,  modules/text/text.module:132',
-  'textgroup' => 'default',
-  'source' => '@label (!name) - Allowed values',
-  'version' => 'none',
+  'lid' => '504',
+  'location' => 'field:profile_color:title',
+  'textgroup' => 'profile',
+  'source' => 'Favorite color',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '505',
+  'location' => 'field:profile_color:explanation',
+  'textgroup' => 'profile',
+  'source' => 'List your favorite color',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '506',
+  'location' => 'category',
+  'textgroup' => 'profile',
+  'source' => 'Personal information',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '507',
+  'location' => 'field:profile_biography:title',
+  'textgroup' => 'profile',
+  'source' => 'Biography',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '508',
+  'location' => 'field:profile_biography:explanation',
+  'textgroup' => 'profile',
+  'source' => 'Tell people a little bit about yourself',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '509',
+  'location' => 'field:profile_sell_address:title',
+  'textgroup' => 'profile',
+  'source' => 'Sell your email address?',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '510',
+  'location' => 'field:profile_sell_address:explanation',
+  'textgroup' => 'profile',
+  'source' => "If you check this box, we'll sell your address to spammers to help line the pockets of our shareholders. Thanks!",
+  'version' => '1',
+))
+->values(array(
+  'lid' => '511',
+  'location' => 'category',
+  'textgroup' => 'profile',
+  'source' => 'Communication preferences',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '512',
+  'location' => 'field:profile_sold_to:title',
+  'textgroup' => 'profile',
+  'source' => 'Sales Category',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '513',
+  'location' => 'field:profile_sold_to:explanation',
+  'textgroup' => 'profile',
+  'source' => "Select the sales categories to which this user's address was sold.",
+  'version' => '1',
+))
+->values(array(
+  'lid' => '514',
+  'location' => 'field:profile_sold_to:options',
+  'textgroup' => 'profile',
+  'source' => "Pill spammers\r\nFitness spammers\r\nBack\\slash\r\nForward/slash\r\nDot.in.the.middle",
+  'version' => '1',
+))
+->values(array(
+  'lid' => '515',
+  'location' => 'category',
+  'textgroup' => 'profile',
+  'source' => 'Administrative data',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '395',
-  'location' => 'modules/number/number.module:162',
-  'textgroup' => 'default',
-  'source' => '"Minimum" must be a number.',
-  'version' => 'none',
+  'lid' => '516',
+  'location' => 'field:profile_bands:title',
+  'textgroup' => 'profile',
+  'source' => 'Favorite bands',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '396',
-  'location' => 'modules/number/number.module:165',
-  'textgroup' => 'default',
-  'source' => '"Maximum" must be a number.',
-  'version' => 'none',
+  'lid' => '517',
+  'location' => 'field:profile_bands:explanation',
+  'textgroup' => 'profile',
+  'source' => "Enter your favorite bands. When you've saved your profile, you'll be able to find other people with the same favorites.",
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '397',
-  'location' => 'modules/number/number.module:219',
-  'textgroup' => 'default',
-  'source' => '%name: the value may be no smaller than %min.',
-  'version' => 'none',
+  'lid' => '518',
+  'location' => 'field:profile_birthdate:title',
+  'textgroup' => 'profile',
+  'source' => 'Birthdate',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '398',
-  'location' => 'modules/number/number.module:222',
-  'textgroup' => 'default',
-  'source' => '%name: the value may be no larger than %max.',
-  'version' => 'none',
+  'lid' => '519',
+  'location' => 'field:profile_birthdate:explanation',
+  'textgroup' => 'profile',
+  'source' => "Enter your birth date and we'll send you a coupon.",
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '399',
-  'location' => 'modules/number/number.module:235,  modules/text/text.module:156',
-  'textgroup' => 'default',
-  'source' => '%name: illegal value.',
-  'version' => 'none',
+  'lid' => '520',
+  'location' => 'field:profile_love_migrations:title',
+  'textgroup' => 'profile',
+  'source' => 'I love migrations',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '400',
-  'location' => 'modules/number/number.module:263',
-  'textgroup' => 'default',
-  'source' => 'unformatted',
-  'version' => 'none',
+  'lid' => '521',
+  'location' => 'field:profile_love_migrations:explanation',
+  'textgroup' => 'profile',
+  'source' => 'If you check this box, you love migrations.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '401',
-  'location' => 'examples/example_field.php:476 examples/simple_field.php:400,  modules/number/number.module:342 modules/text/text.module:264',
-  'textgroup' => 'default',
-  'source' => 'Text field',
-  'version' => 'none',
+  'lid' => '522',
+  'location' => 'field:profile_blog:title',
+  'textgroup' => 'profile',
+  'source' => 'Blog',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '402',
-  'location' => 'modules/number/number.module:512',
-  'textgroup' => 'default',
-  'source' => 'Only numbers and decimals are allowed in %field.',
-  'version' => 'none',
+  'lid' => '523',
+  'location' => 'field:profile_blog:explanation',
+  'textgroup' => 'profile',
+  'source' => 'Paste the full URL, including http://, of your personal blog.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '403',
-  'location' => 'modules/number/number.module:535',
-  'textgroup' => 'default',
-  'source' => 'Only numbers are allowed in %field.',
-  'version' => 'none',
+  'lid' => '524',
+  'location' => 'block:1:title',
+  'textgroup' => 'blocks',
+  'source' => 'Static Block',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '404',
-  'location' => 'modules/number/number.module:559',
-  'textgroup' => 'default',
-  'source' => 'Only numbers and the decimal character (%decimal) are allowed in %field.',
-  'version' => 'none',
+  'lid' => '525',
+  'location' => 'block:1:body',
+  'textgroup' => 'blocks',
+  'source' => '<h3>My first custom block body</h3>',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '405',
-  'location' => 'modules/number/number.module:0',
-  'textgroup' => 'default',
-  'source' => 'number',
-  'version' => 'none',
+  'lid' => '526',
+  'location' => 'block:2:title',
+  'textgroup' => 'blocks',
+  'source' => 'Another Static Block',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '406',
-  'location' => 'modules/number/number.info:0',
-  'textgroup' => 'default',
-  'source' => 'Number',
-  'version' => 'none',
+  'lid' => '527',
+  'location' => 'block:2:body',
+  'textgroup' => 'blocks',
+  'source' => '<h3>My second custom block body</h3>',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '407',
-  'location' => 'modules/number/number.info:0',
-  'textgroup' => 'default',
-  'source' => 'Defines numeric field types.',
-  'version' => 'none',
+  'lid' => '528',
+  'location' => 'vocabulary:4:name',
+  'textgroup' => 'taxonomy',
+  'source' => 'Tags',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '408',
-  'location' => 'modules/optionwidgets/optionwidgets.module:19',
-  'textgroup' => 'default',
-  'source' => 'Create a list of options as a list in <strong>Allowed values list</strong> or as an array in PHP code. These values will be the same for %field in all content types.',
-  'version' => 'none',
+  'lid' => '529',
+  'location' => 'vocabulary:1:name',
+  'textgroup' => 'taxonomy',
+  'source' => 'vocabulary 1 (i=0)',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '409',
-  'location' => 'modules/optionwidgets/optionwidgets.module:12',
-  'textgroup' => 'default',
-  'source' => "For a 'single on/off checkbox' widget, define the 'off' value first, then the 'on' value in the <strong>Allowed values</strong> section. Note that the checkbox will be labeled with the label of the 'on' value.",
-  'version' => 'none',
+  'lid' => '530',
+  'location' => 'vocabulary:2:name',
+  'textgroup' => 'taxonomy',
+  'source' => 'vocabulary 2 (i=1)',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '410',
-  'location' => 'modules/optionwidgets/optionwidgets.module:15',
-  'textgroup' => 'default',
-  'source' => "The 'checkboxes/radio buttons' widget will display checkboxes if the multiple values option is selected for this field, otherwise radios will be displayed.",
-  'version' => 'none',
+  'lid' => '531',
+  'location' => 'vocabulary:3:name',
+  'textgroup' => 'taxonomy',
+  'source' => 'vocabulary 3 (i=2)',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '411',
-  'location' => 'modules/optionwidgets/optionwidgets.module:37',
-  'textgroup' => 'default',
-  'source' => "You need to specify the 'allowed values' for this field.",
-  'version' => 'none',
+  'lid' => '532',
+  'location' => 'vocabulary:5:name',
+  'textgroup' => 'taxonomy',
+  'source' => 'vocabulary name much longer than thirty two characters',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '412',
-  'location' => 'modules/optionwidgets/optionwidgets.module:78',
-  'textgroup' => 'default',
-  'source' => 'Single on/off checkbox',
-  'version' => 'none',
+  'lid' => '533',
+  'location' => 'type:article:name',
+  'textgroup' => 'nodetype',
+  'source' => 'Article',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '413',
-  'location' => 'modules/optionwidgets/optionwidgets.module:331',
-  'textgroup' => 'default',
-  'source' => '%name: this field cannot hold more that @count values.',
-  'version' => 'none',
+  'lid' => '534',
+  'location' => 'type:article:title',
+  'textgroup' => 'nodetype',
+  'source' => 'Title',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '414',
-  'location' => 'modules/optionwidgets/optionwidgets.module:364',
-  'textgroup' => 'default',
-  'source' => 'N/A',
-  'version' => 'none',
+  'lid' => '535',
+  'location' => 'type:article:body',
+  'textgroup' => 'nodetype',
+  'source' => 'Body',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '415',
-  'location' => 'modules/optionwidgets/optionwidgets.module:420',
-  'textgroup' => 'default',
-  'source' => '- None -',
-  'version' => 'none',
+  'lid' => '536',
+  'location' => 'type:article:description',
+  'textgroup' => 'nodetype',
+  'source' => 'An <em>article</em>, content type.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '416',
-  'location' => 'modules/optionwidgets/optionwidgets.module:0',
-  'textgroup' => 'default',
-  'source' => 'optionwidgets',
-  'version' => 'none',
+  'lid' => '537',
+  'location' => 'type:company:name',
+  'textgroup' => 'nodetype',
+  'source' => 'Company',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '417',
-  'location' => 'modules/optionwidgets/optionwidgets.info:0',
-  'textgroup' => 'default',
-  'source' => 'Option Widgets',
-  'version' => 'none',
+  'lid' => '538',
+  'location' => 'type:company:title',
+  'textgroup' => 'nodetype',
+  'source' => 'Name',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '418',
-  'location' => 'modules/optionwidgets/optionwidgets.info:0',
-  'textgroup' => 'default',
-  'source' => 'Defines selection, check box and radio button widgets for text and numeric fields.',
-  'version' => 'none',
+  'lid' => '539',
+  'location' => 'type:company:body',
+  'textgroup' => 'nodetype',
+  'source' => 'Description',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '419',
-  'location' => 'modules/text/text.module:50',
-  'textgroup' => 'default',
-  'source' => 'Store text in the database.',
-  'version' => 'none',
+  'lid' => '540',
+  'location' => 'type:company:description',
+  'textgroup' => 'nodetype',
+  'source' => 'Company node type',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '420',
-  'location' => 'examples/example_field.php:158;388 examples/simple_field.php:332,  modules/text/text.module:66;209,  modules/userreference/userreference.module:151',
-  'textgroup' => 'default',
-  'source' => 'Plain text',
-  'version' => 'none',
+  'lid' => '541',
+  'location' => 'type:employee:name',
+  'textgroup' => 'nodetype',
+  'source' => 'Employee',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '421',
-  'location' => 'examples/example_field.php:158 modules/text/text.module:66',
-  'textgroup' => 'default',
-  'source' => 'Filtered text (user selects input format)',
-  'version' => 'none',
+  'lid' => '542',
+  'location' => 'type:employee:title',
+  'textgroup' => 'nodetype',
+  'source' => 'Name',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '422',
-  'location' => 'examples/example_field.php:161 modules/text/text.module:69',
-  'textgroup' => 'default',
-  'source' => 'Text processing',
-  'version' => 'none',
+  'lid' => '543',
+  'location' => 'type:employee:body',
+  'textgroup' => 'nodetype',
+  'source' => 'Bio',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '423',
-  'location' => 'examples/example_field.php:167 examples/simple_field.php:164,  modules/text/text.module:75',
-  'textgroup' => 'default',
-  'source' => 'Maximum length',
-  'version' => 'none',
+  'lid' => '544',
+  'location' => 'type:employee:description',
+  'textgroup' => 'nodetype',
+  'source' => 'Employee node type',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '424',
-  'location' => 'examples/example_field.php:170 examples/simple_field.php:167,  modules/text/text.module:78',
-  'textgroup' => 'default',
-  'source' => 'The maximum length of the field in characters. Leave blank for an unlimited size.',
-  'version' => 'none',
+  'lid' => '545',
+  'location' => 'type:sponsor:name',
+  'textgroup' => 'nodetype',
+  'source' => 'Sponsor',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '425',
-  'location' => 'modules/text/text.module:159',
-  'textgroup' => 'default',
-  'source' => '%name: the value may not be longer than %max characters.',
-  'version' => 'none',
+  'lid' => '546',
+  'location' => 'type:sponsor:title',
+  'textgroup' => 'nodetype',
+  'source' => 'Name',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '426',
-  'location' => 'examples/example_field.php:383 examples/simple_field.php:327,  modules/text/text.module:204 modules/userreference/userreference.module:146',
-  'textgroup' => 'default',
-  'source' => 'Default',
-  'version' => 'none',
+  'lid' => '547',
+  'location' => 'type:sponsor:body',
+  'textgroup' => 'nodetype',
+  'source' => 'Body',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '427',
-  'location' => 'examples/example_field.php:393 modules/text/text.module:214',
-  'textgroup' => 'default',
-  'source' => 'Trimmed',
-  'version' => 'none',
+  'lid' => '548',
+  'location' => 'type:sponsor:description',
+  'textgroup' => 'nodetype',
+  'source' => 'Sponsor node type',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '428',
-  'location' => 'modules/text/text.module:272',
-  'textgroup' => 'default',
-  'source' => 'Text area (multiple rows)',
-  'version' => 'none',
+  'lid' => '549',
+  'location' => 'type:story:name',
+  'textgroup' => 'nodetype',
+  'source' => 'Story',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '429',
-  'location' => 'modules/text/text.module:316',
-  'textgroup' => 'default',
-  'source' => 'Size of textfield',
-  'version' => 'none',
+  'lid' => '550',
+  'location' => 'type:story:title',
+  'textgroup' => 'nodetype',
+  'source' => 'Title',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '430',
-  'location' => 'examples/example_field.php:551 examples/simple_field.php:430,  modules/text/text.module:324',
-  'textgroup' => 'default',
-  'source' => 'Rows',
-  'version' => 'none',
+  'lid' => '551',
+  'location' => 'type:story:body',
+  'textgroup' => 'nodetype',
+  'source' => 'Body',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '431',
-  'location' => 'modules/text/text.module:0',
-  'textgroup' => 'default',
-  'source' => 'text',
-  'version' => 'none',
+  'lid' => '552',
+  'location' => 'type:story:description',
+  'textgroup' => 'nodetype',
+  'source' => "A <em>story</em>, similar in form to a <em>page</em>, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a <em>story</em> entry. By default, a <em>story</em> entry is automatically featured on the site's initial home page, and provides the ability to post comments.",
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '432',
-  'location' => 'modules/text/text.info:0',
-  'textgroup' => 'default',
-  'source' => 'Defines simple text field types.',
-  'version' => 'none',
+  'lid' => '553',
+  'location' => 'type:test_event:name',
+  'textgroup' => 'nodetype',
+  'source' => 'Migrate test event',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '433',
-  'location' => 'modules/userreference/userreference.rules.inc:15',
-  'textgroup' => 'default',
-  'source' => 'Load a referenced user',
-  'version' => 'none',
+  'lid' => '554',
+  'location' => 'type:test_event:title',
+  'textgroup' => 'nodetype',
+  'source' => 'Event Name',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '434',
-  'location' => 'modules/userreference/userreference.rules.inc:19',
-  'textgroup' => 'default',
-  'source' => 'Content containing the user reference field',
-  'version' => 'none',
+  'lid' => '555',
+  'location' => 'type:test_event:body',
+  'textgroup' => 'nodetype',
+  'source' => 'Body',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '435',
-  'location' => 'modules/userreference/userreference.rules.inc:25',
-  'textgroup' => 'default',
-  'source' => 'Referenced user',
-  'version' => 'none',
+  'lid' => '556',
+  'location' => 'type:test_event:description',
+  'textgroup' => 'nodetype',
+  'source' => 'test event description here',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '436',
-  'location' => 'modules/userreference/userreference.rules.inc:29',
-  'textgroup' => 'default',
-  'source' => 'Note that if the field has multiple values, only the first user will be loaded.',
-  'version' => 'none',
+  'lid' => '558',
+  'location' => 'type:test_page:name',
+  'textgroup' => 'nodetype',
+  'source' => 'Migrate test page',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '437',
-  'location' => 'modules/userreference/userreference.rules.inc:52',
-  'textgroup' => 'default',
-  'source' => 'There are no userreference fields defined.',
-  'version' => 'none',
+  'lid' => '559',
+  'location' => 'type:test_page:title',
+  'textgroup' => 'nodetype',
+  'source' => 'Title',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '438',
-  'location' => 'modules/userreference/userreference.module:52',
-  'textgroup' => 'default',
-  'source' => 'User reference',
-  'version' => 'none',
+  'lid' => '560',
+  'location' => 'type:test_page:body',
+  'textgroup' => 'nodetype',
+  'source' => 'This is the body field label',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '439',
-  'location' => 'modules/userreference/userreference.module:53',
-  'textgroup' => 'default',
-  'source' => 'Store the ID of a related user as an integer value.',
-  'version' => 'none',
+  'lid' => '561',
+  'location' => 'type:test_page:description',
+  'textgroup' => 'nodetype',
+  'source' => "A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.",
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '440',
-  'location' => 'modules/userreference/userreference.module:67',
-  'textgroup' => 'default',
-  'source' => 'User roles that can be referenced',
-  'version' => 'none',
+  'lid' => '562',
+  'location' => 'type:test_planet:name',
+  'textgroup' => 'nodetype',
+  'source' => 'Migrate test planet',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '441',
-  'location' => 'modules/userreference/userreference.module:73',
-  'textgroup' => 'default',
-  'source' => 'User status that can be referenced',
-  'version' => 'none',
+  'lid' => '563',
+  'location' => 'type:test_planet:title',
+  'textgroup' => 'nodetype',
+  'source' => 'Title',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '442',
-  'location' => 'modules/userreference/userreference.module:75',
-  'textgroup' => 'default',
-  'source' => 'Active',
-  'version' => 'none',
+  'lid' => '564',
+  'location' => 'type:test_planet:body',
+  'textgroup' => 'nodetype',
+  'source' => 'Body',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '443',
-  'location' => 'modules/userreference/userreference.module:75',
-  'textgroup' => 'default',
-  'source' => 'Blocked',
-  'version' => 'none',
+  'lid' => '565',
+  'location' => 'type:test_planet:description',
+  'textgroup' => 'nodetype',
+  'source' => "A <em>story</em>, similar in form to a <em>page</em>, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a <em>story</em> entry. By default, a <em>story</em> entry is automatically featured on the site's initial home page, and provides the ability to post comments.",
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '444',
-  'location' => 'modules/userreference/userreference.module:94',
-  'textgroup' => 'default',
-  'source' => 'Advanced - Users that can be referenced (View)',
-  'version' => 'none',
+  'lid' => '566',
+  'location' => 'type:test_story:name',
+  'textgroup' => 'nodetype',
+  'source' => 'Migrate test story',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '567',
+  'location' => 'type:test_story:title',
+  'textgroup' => 'nodetype',
+  'source' => 'Title',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '445',
-  'location' => 'modules/userreference/userreference.module:101',
-  'textgroup' => 'default',
-  'source' => 'View used to select the users',
-  'version' => 'none',
+  'lid' => '568',
+  'location' => 'type:test_story:body',
+  'textgroup' => 'nodetype',
+  'source' => 'Body',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '446',
-  'location' => 'modules/userreference/userreference.module:104',
-  'textgroup' => 'default',
-  'source' => '<p>Choose the "Views module" view that selects the users that can be referenced.<br />Note:</p>',
-  'version' => 'none',
+  'lid' => '569',
+  'location' => 'type:test_story:description',
+  'textgroup' => 'nodetype',
+  'source' => "A <em>story</em>, similar in form to a <em>page</em>, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a <em>story</em> entry. By default, a <em>story</em> entry is automatically featured on the site's initial home page, and provides the ability to post comments.",
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '447',
-  'location' => 'modules/userreference/userreference.module:105;118',
-  'textgroup' => 'default',
-  'source' => "<ul><li>Only views that have fields will work for this purpose.</li><li>This will discard the \"Referenceable Roles\" and \"Referenceable Status\" settings above. Use the view's \"filters\" section instead.</li><li>Use the view's \"fields\" section to display additional informations about candidate users on user creation/edition form.</li><li>Use the view's \"sort criteria\" section to determine the order in which candidate users will be displayed.</li></ul>",
-  'version' => 'none',
+  'lid' => '570',
+  'location' => 'field:story-field_test_exclude_unset:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Text Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '448',
-  'location' => 'modules/userreference/userreference.module:117',
-  'textgroup' => 'default',
-  'source' => '<p>The list of user that can be referenced can be based on a "Views module" view but no appropriate views were found. <br />Note:</p>',
-  'version' => 'none',
+  'lid' => '571',
+  'location' => 'field:story-field_test_exclude_unset:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example text field without exclude.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '449',
-  'location' => 'modules/userreference/userreference.module:196',
-  'textgroup' => 'default',
-  'source' => '%name: invalid user.',
-  'version' => 'none',
+  'lid' => '572',
+  'location' => 'field:story-field_test_two:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Integer Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '450',
-  'location' => 'modules/userreference/userreference.module:349',
-  'textgroup' => 'default',
-  'source' => 'Select the method used to collect autocomplete suggestions. Note that <em>Contains</em> can cause performance issues on sites with thousands of users.',
-  'version' => 'none',
+  'lid' => '573',
+  'location' => 'field:story-field_test_two:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example integer field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '451',
-  'location' => 'modules/userreference/userreference.module:357',
-  'textgroup' => 'default',
-  'source' => 'Reverse link',
-  'version' => 'none',
+  'lid' => '574',
+  'location' => 'field:story-field_test:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Text Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '452',
-  'location' => 'modules/userreference/userreference.module:359',
-  'textgroup' => 'default',
-  'source' => 'If selected, a reverse link back to the referencing node will displayed on the referenced user record.',
-  'version' => 'none',
+  'lid' => '575',
+  'location' => 'field:story-field_test:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example text field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '453',
-  'location' => 'modules/userreference/userreference.module:594',
-  'textgroup' => 'default',
-  'source' => '%name: found no valid user with that name.',
-  'version' => 'none',
+  'lid' => '576',
+  'location' => 'field:story-field_test_three:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Decimal Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '454',
-  'location' => 'modules/userreference/userreference.module:887',
-  'textgroup' => 'default',
-  'source' => 'Related content',
-  'version' => 'none',
+  'lid' => '577',
+  'location' => 'field:story-field_test_three:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example decimal field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '455',
-  'location' => 'modules/userreference/userreference.module:15',
-  'textgroup' => 'default',
-  'source' => 'Userreference autocomplete',
-  'version' => 'none',
+  'lid' => '578',
+  'location' => 'field:story-field_test_four:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Float Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '456',
-  'location' => 'modules/userreference/userreference.module:0',
-  'textgroup' => 'default',
-  'source' => 'userreference',
-  'version' => 'none',
+  'lid' => '579',
+  'location' => 'field:story-field_test_four:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example float field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '457',
-  'location' => 'modules/userreference/userreference.info:0',
-  'textgroup' => 'default',
-  'source' => 'User Reference',
-  'version' => 'none',
+  'lid' => '580',
+  'location' => 'field:story-field_test_identical1:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Integer Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '458',
-  'location' => 'modules/userreference/userreference.info:0',
-  'textgroup' => 'default',
-  'source' => 'Defines a field type for referencing a user from a node.',
-  'version' => 'none',
+  'lid' => '581',
+  'location' => 'field:story-field_test_identical1:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example integer field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '459',
-  'location' => 'includes/content.admin.inc:212',
-  'textgroup' => 'default',
-  'source' => 'Weight',
-  'version' => 'none',
+  'lid' => '582',
+  'location' => 'field:story-field_test_identical2:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Integer Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '460',
-  'location' => 'theme/content-admin-field-overview-form.tpl.php:53',
-  'textgroup' => 'default',
-  'source' => 'Add',
-  'version' => 'none',
+  'lid' => '583',
+  'location' => 'field:story-field_test_identical2:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example integer field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '461',
-  'location' => 'theme/content-admin-field-overview-form.tpl.php:59',
-  'textgroup' => 'default',
-  'source' => 'New field',
-  'version' => 'none',
+  'lid' => '584',
+  'location' => 'field:story-field_test_email:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Email Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '462',
-  'location' => 'theme/content-admin-field-overview-form.tpl.php:72',
-  'textgroup' => 'default',
-  'source' => 'Existing field',
-  'version' => 'none',
+  'lid' => '585',
+  'location' => 'field:story-field_test_email:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example email field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '463',
-  'location' => 'theme/content-admin-field-overview-form.tpl.php:84',
-  'textgroup' => 'default',
-  'source' => 'New group',
-  'version' => 'none',
+  'lid' => '586',
+  'location' => 'field:story-field_test_link:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Link Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '464',
-  'location' => 'theme/theme.inc:11',
-  'textgroup' => 'default',
-  'source' => 'Add fields and groups to the content type, and arrange them on content display and input forms.',
-  'version' => 'none',
+  'lid' => '587',
+  'location' => 'field:story-field_test_link:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example link field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '465',
-  'location' => 'theme/theme.inc:13',
-  'textgroup' => 'default',
-  'source' => 'You can add a field to a group by dragging it below and to the right of the group.',
-  'version' => 'none',
+  'lid' => '588',
+  'location' => 'field:story-field_test_filefield:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'File Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '466',
-  'location' => 'theme/theme.inc:16',
-  'textgroup' => 'default',
-  'source' => 'Note: Installing the <a href="!adv_help">Advanced help</a> module will let you access more and better help.',
-  'version' => 'none',
+  'lid' => '589',
+  'location' => 'field:story-field_test_filefield:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example image field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '467',
-  'location' => 'theme/theme.inc:116',
-  'textgroup' => 'default',
-  'source' => "Use the 'Exclude' checkbox to exclude an item from the !content value passed to the node template.",
-  'version' => 'none',
+  'lid' => '590',
+  'location' => 'field:story-field_test_imagefield:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Image Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '468',
-  'location' => 'theme/content-edit.js:0',
-  'textgroup' => 'default',
-  'source' => 'Remove this item',
-  'version' => 'none',
+  'lid' => '591',
+  'location' => 'field:story-field_test_imagefield:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example image field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '469',
-  'location' => 'content.module:156 includes/content.admin.inc:528',
-  'textgroup' => 'default',
-  'source' => 'Add field',
-  'version' => 'none',
+  'lid' => '592',
+  'location' => 'field:story-field_test_date:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Date Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '470',
-  'location' => 'examples/example_field.php:278 modules/number/number.module:228,  modules/text/text.module:160',
-  'textgroup' => 'default',
-  'source' => 'Illegal value for %name.',
-  'version' => 'none',
+  'lid' => '593',
+  'location' => 'field:story-field_test_date:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example date field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '471',
-  'location' => 'examples/example_field.php:287 examples/simple_field.php:231,  modules/text/text.module:169',
-  'textgroup' => 'default',
-  'source' => '%label is longer than %max characters.',
-  'version' => 'none',
+  'lid' => '594',
+  'location' => 'field:story-field_test_datestamp:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Date Stamp Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '472',
-  'location' => 'examples/example_field.php:560 examples/simple_field.php:438,  modules/text/text.module:333',
-  'textgroup' => 'default',
-  'source' => '"Rows" must be a positive integer.',
-  'version' => 'none',
+  'lid' => '595',
+  'location' => 'field:story-field_test_datestamp:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example date stamp field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '473',
-  'location' => 'modules/number/number.module:133 modules/text/text.module:92',
-  'textgroup' => 'default',
-  'source' => 'The possible values this field can contain. Enter one value per line, in the format key|label. The key is the value that will be stored in the database and it must match the field storage type, %type. The label is optional and the key will be used as the label if no label is specified.<br />Allowed HTML tags: @tags',
-  'version' => 'none',
+  'lid' => '596',
+  'location' => 'field:story-field_test_datetime:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Datetime Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '474',
-  'location' => 'includes/content.admin.inc:33',
-  'textgroup' => 'default',
-  'source' => 'add field',
-  'version' => 'none',
+  'lid' => '597',
+  'location' => 'field:story-field_test_datetime:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example datetime field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '475',
-  'location' => 'includes/content.admin.inc:112;291',
-  'textgroup' => 'default',
-  'source' => 'There are no fields configured for this content type. You can !link.',
-  'version' => 'none',
+  'lid' => '598',
+  'location' => 'field:story-field_test_phone:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Phone Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '476',
-  'location' => 'includes/content.admin.inc:113;292',
-  'textgroup' => 'default',
-  'source' => 'Add a new field',
-  'version' => 'none',
+  'lid' => '599',
+  'location' => 'field:story-field_test_phone:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example phone field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '477',
-  'location' => 'includes/content.admin.inc:137',
-  'textgroup' => 'default',
-  'source' => 'To change the order of a field, grab a drag-and-drop handle under the Label column and drag the field to a new location in the list. (Grab a handle by clicking and holding the mouse while hovering over a handle icon.) Remember that your changes will not be saved until you click the Save button at the bottom of the page.',
-  'version' => 'none',
+  'lid' => '600',
+  'location' => 'field:story-field_test_decimal_radio_buttons:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Decimal Radio Buttons Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '478',
-  'location' => 'includes/content.admin.inc:477',
-  'textgroup' => 'default',
-  'source' => 'No field modules are enabled. You need to <a href="!modules_url">enable one</a>, such as text.module, before you can add new fields.',
-  'version' => 'none',
+  'lid' => '601',
+  'location' => 'field:story-field_test_decimal_radio_buttons:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example decimal field using radio buttons.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '479',
-  'location' => 'includes/content.admin.inc:519',
-  'textgroup' => 'default',
-  'source' => 'Add existing field',
-  'version' => 'none',
+  'lid' => '602',
+  'location' => 'field:field_test_decimal_radio_buttons:option_1.2',
+  'textgroup' => 'cck',
+  'source' => '1.2',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '480',
-  'location' => 'includes/content.admin.inc:590',
-  'textgroup' => 'default',
-  'source' => 'Create new field',
-  'version' => 'none',
+  'lid' => '603',
+  'location' => 'field:field_test_decimal_radio_buttons:option_2.1',
+  'textgroup' => 'cck',
+  'source' => '2.1',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '481',
-  'location' => 'includes/content.admin.inc:606',
-  'textgroup' => 'default',
-  'source' => 'The machine-readable name of the field.',
-  'version' => 'none',
+  'lid' => '604',
+  'location' => 'field:story-field_test_float_single_checkbox:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Float Single Checkbox Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '482',
-  'location' => 'includes/content.admin.inc:610',
-  'textgroup' => 'default',
-  'source' => 'This name cannot be changed.',
-  'version' => 'none',
+  'lid' => '605',
+  'location' => 'field:story-field_test_float_single_checkbox:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example float field using a single on/off checkbox.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '483',
-  'location' => 'includes/content.admin.inc:618',
-  'textgroup' => 'default',
-  'source' => "This name cannot be changed later! The name will be prefixed with 'field_' and can include lowercase unaccented letters, numbers, and underscores. The length of the name, including the prefix, is limited to no more than 32 letters.",
-  'version' => 'none',
+  'lid' => '606',
+  'location' => 'field:field_test_float_single_checkbox:option_3.142',
+  'textgroup' => 'cck',
+  'source' => '3.142',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '484',
-  'location' => 'includes/content.admin.inc:636',
-  'textgroup' => 'default',
-  'source' => 'The type of data you would like to store in the database with this field.',
-  'version' => 'none',
+  'lid' => '607',
+  'location' => 'field:field_test_float_single_checkbox:option_1.234',
+  'textgroup' => 'cck',
+  'source' => '1.234',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '485',
-  'location' => 'includes/content.admin.inc:692',
-  'textgroup' => 'default',
-  'source' => 'The field name %field_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.',
-  'version' => 'none',
+  'lid' => '608',
+  'location' => 'field:story-field_test_integer_selectlist:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Integer Select List Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '486',
-  'location' => 'includes/content.admin.inc:695',
-  'textgroup' => 'default',
-  'source' => "The field name %field_name is too long. The name is limited to 32 characters, including the 'field_' prefix.",
-  'version' => 'none',
+  'lid' => '609',
+  'location' => 'field:story-field_test_integer_selectlist:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example integer field using a select list.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '487',
-  'location' => 'includes/content.admin.inc:706',
-  'textgroup' => 'default',
-  'source' => 'The field name %field_name already exists.',
-  'version' => 'none',
+  'lid' => '610',
+  'location' => 'field:field_test_integer_selectlist:option_1234',
+  'textgroup' => 'cck',
+  'source' => '1234',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '488',
-  'location' => 'includes/content.admin.inc:709',
-  'textgroup' => 'default',
-  'source' => "The name 'field_instance' is a reserved name.",
-  'version' => 'none',
+  'lid' => '611',
+  'location' => 'field:field_test_integer_selectlist:option_2341',
+  'textgroup' => 'cck',
+  'source' => '2341',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '489',
-  'location' => 'includes/content.admin.inc:741',
-  'textgroup' => 'default',
-  'source' => 'Created field %label.',
-  'version' => 'none',
+  'lid' => '612',
+  'location' => 'field:field_test_integer_selectlist:option_3412',
+  'textgroup' => 'cck',
+  'source' => '3412',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '490',
-  'location' => 'includes/content.admin.inc:754',
-  'textgroup' => 'default',
-  'source' => 'Update field %label.',
-  'version' => 'none',
+  'lid' => '613',
+  'location' => 'field:field_test_integer_selectlist:option_4123',
+  'textgroup' => 'cck',
+  'source' => '4123',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '491',
-  'location' => 'includes/content.admin.inc:758',
-  'textgroup' => 'default',
-  'source' => 'There was a problem updating field %label.',
-  'version' => 'none',
+  'lid' => '614',
+  'location' => 'field:story-field_test_text_single_checkbox:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Text Single Checkbox Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '492',
-  'location' => 'includes/content.admin.inc:955',
-  'textgroup' => 'default',
-  'source' => "Advanced usage only: PHP code that returns a default value. Should not include &lt;?php ?&gt; delimiters. If this field is filled out, the value returned by this code will override any value specified above. Expected format: <pre>!sample</pre>Using !link_devel's 'devel load' tab on a %type content page might help you figure out the expected format.",
-  'version' => 'none',
+  'lid' => '615',
+  'location' => 'field:story-field_test_text_single_checkbox:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example text field using a single on/off checkbox.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '493',
-  'location' => 'includes/content.admin.inc:986',
-  'textgroup' => 'default',
-  'source' => "Select a specific number of values for this field, or 'Unlimited' to provide an 'Add more' button so the users can add as many values as they like.",
-  'version' => 'none',
+  'lid' => '616',
+  'location' => 'field:field_test_text_single_checkbox:option_0',
+  'textgroup' => 'cck',
+  'source' => 'Hello',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '494',
-  'location' => 'includes/content.admin.inc:1131',
-  'textgroup' => 'default',
-  'source' => 'The default value PHP code created @value which is invalid.',
-  'version' => 'none',
+  'lid' => '617',
+  'location' => 'field:field_test_text_single_checkbox:option_1',
+  'textgroup' => 'cck',
+  'source' => 'Goodbye',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '495',
-  'location' => 'includes/content.token.inc:62',
-  'textgroup' => 'default',
-  'source' => 'Formatted HTML link to the node',
-  'version' => 'none',
+  'lid' => '618',
+  'location' => 'field:story-field_test_text_single_checkbox2:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Text Single Checkbox Field 2',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '496',
-  'location' => 'modules/number/number.module:222',
-  'textgroup' => 'default',
-  'source' => 'The value of %name may be no smaller than %min.',
-  'version' => 'none',
+  'lid' => '619',
+  'location' => 'field:story-field_test_text_single_checkbox2:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'Checkbox that uses keys only and no label.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '497',
-  'location' => 'modules/number/number.module:225',
-  'textgroup' => 'default',
-  'source' => 'The value of %name may be no larger than %max.',
-  'version' => 'none',
+  'lid' => '620',
+  'location' => 'field:field_test_text_single_checkbox2:option_Off',
+  'textgroup' => 'cck',
+  'source' => 'Off',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '498',
-  'location' => 'modules/number/number.module:476',
-  'textgroup' => 'default',
-  'source' => 'Only numbers and decimals are allowed in %field. %start was changed to %value.',
-  'version' => 'none',
+  'lid' => '621',
+  'location' => 'field:field_test_text_single_checkbox2:option_Hello',
+  'textgroup' => 'cck',
+  'source' => 'Hello',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '499',
-  'location' => 'modules/number/number.module:494',
-  'textgroup' => 'default',
-  'source' => 'Only numbers are allowed in %field. %start was changed to %value.',
-  'version' => 'none',
+  'lid' => '622',
+  'location' => 'field:test_page-field_test:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Text Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '500',
-  'location' => 'modules/number/number.module:513',
-  'textgroup' => 'default',
-  'source' => 'Only numbers and the decimal character (%decimal) are allowed in %field. %start was changed to %value.',
-  'version' => 'none',
+  'lid' => '623',
+  'location' => 'field:test_page-field_test:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example text field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '501',
-  'location' => 'modules/optionwidgets/optionwidgets.module:10',
-  'textgroup' => 'default',
-  'source' => 'Create a list of options as a list in <strong>Allowed values</strong> or as an array in PHP code. These values will be the same for %field in all content types.',
-  'version' => 'none',
+  'lid' => '624',
+  'location' => 'field:test_planet-field_multivalue:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Decimal Field',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '502',
-  'location' => 'misc/tabledrag.js',
-  'textgroup' => 'default',
-  'source' => 'Drag to re-order',
-  'version' => 'none',
+  'lid' => '625',
+  'location' => 'field:test_planet-field_multivalue:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example multi-valued decimal field.',
+  'version' => '1',
 ))
 ->values(array(
-  'lid' => '503',
-  'location' => 'misc/tabledrag.js',
-  'textgroup' => 'default',
-  'source' => 'Changes made in this table will not be saved until the form is submitted.',
-  'version' => 'none',
+  'lid' => '626',
+  'location' => 'field:test_planet-field_test_text_single_checkbox:widget_label',
+  'textgroup' => 'cck',
+  'source' => 'Text Single Checkbox Field',
+  'version' => '1',
+))
+->values(array(
+  'lid' => '627',
+  'location' => 'field:test_planet-field_test_text_single_checkbox:widget_description',
+  'textgroup' => 'cck',
+  'source' => 'An example text field using a single on/off checkbox.',
+  'version' => '1',
 ))
 ->execute();
 
@@ -11888,6 +13882,12 @@
       'size' => 'normal',
       'default' => '0',
     ),
+    'i18n_status' => array(
+      'type' => 'int',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'default' => '0',
+    ),
   ),
   'primary key' => array(
     'language',
@@ -11915,6 +13915,7 @@
   'language',
   'plid',
   'plural',
+  'i18n_status',
 ))
 ->values(array(
   'lid' => '5',
@@ -11922,6 +13923,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '6',
@@ -11929,6 +13931,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '7',
@@ -11936,6 +13939,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '8',
@@ -11943,6 +13947,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '9',
@@ -11950,6 +13955,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '10',
@@ -11957,6 +13963,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '11',
@@ -11964,6 +13971,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '12',
@@ -11971,6 +13979,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '13',
@@ -11978,6 +13987,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '14',
@@ -11985,6 +13995,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '15',
@@ -11992,6 +14003,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '16',
@@ -11999,6 +14011,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '17',
@@ -12006,6 +14019,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '18',
@@ -12013,6 +14027,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '19',
@@ -12020,6 +14035,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '20',
@@ -12027,6 +14043,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '21',
@@ -12034,6 +14051,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '22',
@@ -12041,6 +14059,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '23',
@@ -12048,6 +14067,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '24',
@@ -12055,6 +14075,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '25',
@@ -12062,6 +14083,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '26',
@@ -12069,6 +14091,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '27',
@@ -12076,6 +14099,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '28',
@@ -12083,6 +14107,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '29',
@@ -12090,6 +14115,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '30',
@@ -12097,6 +14123,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '31',
@@ -12104,6 +14131,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '32',
@@ -12111,6 +14139,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '33',
@@ -12118,6 +14147,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '34',
@@ -12125,6 +14155,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '35',
@@ -12132,6 +14163,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '36',
@@ -12139,6 +14171,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '37',
@@ -12146,6 +14179,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '38',
@@ -12153,6 +14187,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '39',
@@ -12160,6 +14195,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '40',
@@ -12167,6 +14203,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '41',
@@ -12174,6 +14211,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '42',
@@ -12181,6 +14219,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '43',
@@ -12188,6 +14227,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '44',
@@ -12195,6 +14235,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '45',
@@ -12202,6 +14243,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '46',
@@ -12209,6 +14251,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '47',
@@ -12216,6 +14259,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '48',
@@ -12223,6 +14267,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '49',
@@ -12230,6 +14275,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '50',
@@ -12237,6 +14283,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '51',
@@ -12244,6 +14291,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '52',
@@ -12251,6 +14299,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '53',
@@ -12258,6 +14307,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '54',
@@ -12265,6 +14315,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '55',
@@ -12272,6 +14323,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '56',
@@ -12279,6 +14331,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '57',
@@ -12286,6 +14339,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '58',
@@ -12293,6 +14347,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '59',
@@ -12300,6 +14355,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '60',
@@ -12307,6 +14363,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '61',
@@ -12314,6 +14371,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '62',
@@ -12321,6 +14379,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '63',
@@ -12328,6 +14387,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '64',
@@ -12335,6 +14395,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '65',
@@ -12342,6 +14403,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '66',
@@ -12349,6 +14411,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '67',
@@ -12356,6 +14419,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '68',
@@ -12363,6 +14427,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '69',
@@ -12370,6 +14435,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '70',
@@ -12377,6 +14443,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '71',
@@ -12384,6 +14451,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '72',
@@ -12391,6 +14459,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '73',
@@ -12398,6 +14467,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '74',
@@ -12405,6 +14475,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '75',
@@ -12412,6 +14483,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '76',
@@ -12419,6 +14491,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '77',
@@ -12426,6 +14499,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '78',
@@ -12433,6 +14507,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '79',
@@ -12440,6 +14515,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '80',
@@ -12447,6 +14523,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '81',
@@ -12454,6 +14531,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '82',
@@ -12461,6 +14539,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '83',
@@ -12468,6 +14547,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '84',
@@ -12475,6 +14555,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '85',
@@ -12482,6 +14563,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '86',
@@ -12489,6 +14571,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '87',
@@ -12496,6 +14579,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '88',
@@ -12503,6 +14587,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '89',
@@ -12510,6 +14595,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '90',
@@ -12517,6 +14603,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '91',
@@ -12524,6 +14611,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '92',
@@ -12531,6 +14619,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '93',
@@ -12538,6 +14627,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '94',
@@ -12545,6 +14635,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '95',
@@ -12552,6 +14643,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '96',
@@ -12559,6 +14651,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '97',
@@ -12566,6 +14659,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '98',
@@ -12573,6 +14667,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '99',
@@ -12580,6 +14675,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '100',
@@ -12587,6 +14683,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '101',
@@ -12594,6 +14691,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '102',
@@ -12601,6 +14699,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '103',
@@ -12608,6 +14707,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '104',
@@ -12615,6 +14715,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '105',
@@ -12622,6 +14723,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '106',
@@ -12629,6 +14731,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '107',
@@ -12636,6 +14739,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '108',
@@ -12643,6 +14747,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '109',
@@ -12650,6 +14755,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '110',
@@ -12657,6 +14763,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '111',
@@ -12664,6 +14771,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '112',
@@ -12671,6 +14779,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '113',
@@ -12678,6 +14787,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '114',
@@ -12685,6 +14795,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '115',
@@ -12692,6 +14803,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '116',
@@ -12699,6 +14811,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '117',
@@ -12706,6 +14819,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '118',
@@ -12713,6 +14827,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '119',
@@ -12720,6 +14835,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '120',
@@ -12727,6 +14843,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '121',
@@ -12734,6 +14851,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '122',
@@ -12741,6 +14859,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '123',
@@ -12748,6 +14867,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '124',
@@ -12755,6 +14875,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '125',
@@ -12762,6 +14883,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '126',
@@ -12769,6 +14891,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '127',
@@ -12776,6 +14899,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '128',
@@ -12783,6 +14907,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '129',
@@ -12790,6 +14915,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '130',
@@ -12797,6 +14923,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '131',
@@ -12804,6 +14931,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '132',
@@ -12811,6 +14939,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '133',
@@ -12818,6 +14947,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '134',
@@ -12825,6 +14955,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '135',
@@ -12832,6 +14963,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '136',
@@ -12839,6 +14971,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '137',
@@ -12846,6 +14979,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '138',
@@ -12853,6 +14987,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '139',
@@ -12860,6 +14995,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '140',
@@ -12867,6 +15003,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '141',
@@ -12874,6 +15011,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '142',
@@ -12881,6 +15019,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '143',
@@ -12888,6 +15027,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '144',
@@ -12895,6 +15035,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '145',
@@ -12902,6 +15043,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '146',
@@ -12909,6 +15051,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '147',
@@ -12916,6 +15059,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '148',
@@ -12923,6 +15067,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '149',
@@ -12930,6 +15075,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '150',
@@ -12937,6 +15083,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '151',
@@ -12944,6 +15091,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '152',
@@ -12951,6 +15099,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '153',
@@ -12958,6 +15107,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '154',
@@ -12965,6 +15115,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '155',
@@ -12972,6 +15123,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '156',
@@ -12979,6 +15131,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '157',
@@ -12986,6 +15139,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '158',
@@ -12993,6 +15147,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '159',
@@ -13000,6 +15155,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '160',
@@ -13007,6 +15163,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '161',
@@ -13014,6 +15171,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '162',
@@ -13021,6 +15179,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '163',
@@ -13028,6 +15187,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '164',
@@ -13035,6 +15195,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '165',
@@ -13042,6 +15203,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '166',
@@ -13049,6 +15211,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '167',
@@ -13056,6 +15219,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '168',
@@ -13063,6 +15227,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '169',
@@ -13070,6 +15235,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '170',
@@ -13077,6 +15243,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '171',
@@ -13084,6 +15251,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '172',
@@ -13091,6 +15259,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '173',
@@ -13098,6 +15267,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '174',
@@ -13105,6 +15275,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '175',
@@ -13112,6 +15283,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '176',
@@ -13119,6 +15291,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '177',
@@ -13126,6 +15299,7 @@
   'language' => 'fr',
   'plid' => '176',
   'plural' => '1',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '178',
@@ -13133,6 +15307,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '179',
@@ -13140,6 +15315,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '180',
@@ -13147,6 +15323,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '181',
@@ -13154,6 +15331,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '182',
@@ -13161,6 +15339,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '183',
@@ -13168,6 +15347,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '184',
@@ -13175,6 +15355,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '185',
@@ -13182,6 +15363,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '186',
@@ -13189,6 +15371,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '187',
@@ -13196,6 +15379,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '188',
@@ -13203,6 +15387,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '189',
@@ -13210,6 +15395,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '190',
@@ -13217,6 +15403,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '191',
@@ -13224,6 +15411,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '192',
@@ -13231,6 +15419,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '193',
@@ -13238,6 +15427,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '194',
@@ -13245,6 +15435,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '195',
@@ -13252,6 +15443,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '196',
@@ -13259,6 +15451,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '197',
@@ -13266,6 +15459,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '198',
@@ -13273,6 +15467,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '199',
@@ -13280,6 +15475,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '200',
@@ -13287,6 +15483,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '201',
@@ -13294,6 +15491,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '202',
@@ -13301,6 +15499,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '203',
@@ -13308,6 +15507,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '204',
@@ -13315,6 +15515,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '205',
@@ -13322,6 +15523,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '206',
@@ -13329,6 +15531,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '207',
@@ -13336,6 +15539,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '208',
@@ -13343,6 +15547,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '209',
@@ -13350,6 +15555,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '210',
@@ -13357,6 +15563,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '211',
@@ -13364,6 +15571,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '212',
@@ -13371,6 +15579,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '213',
@@ -13378,6 +15587,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '214',
@@ -13385,6 +15595,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '215',
@@ -13392,6 +15603,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '216',
@@ -13399,6 +15611,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '217',
@@ -13406,6 +15619,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '218',
@@ -13413,6 +15627,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '219',
@@ -13420,6 +15635,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '220',
@@ -13427,6 +15643,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '221',
@@ -13434,6 +15651,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '222',
@@ -13441,6 +15659,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '223',
@@ -13448,6 +15667,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '224',
@@ -13455,6 +15675,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '225',
@@ -13462,6 +15683,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '226',
@@ -13469,6 +15691,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '227',
@@ -13476,6 +15699,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '228',
@@ -13483,6 +15707,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '229',
@@ -13490,6 +15715,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '230',
@@ -13497,6 +15723,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '231',
@@ -13504,6 +15731,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '232',
@@ -13511,6 +15739,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '233',
@@ -13518,6 +15747,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '234',
@@ -13525,6 +15755,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '235',
@@ -13532,6 +15763,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '236',
@@ -13539,6 +15771,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '237',
@@ -13546,6 +15779,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '238',
@@ -13553,6 +15787,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '239',
@@ -13560,6 +15795,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '240',
@@ -13567,6 +15803,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '241',
@@ -13574,6 +15811,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '242',
@@ -13581,6 +15819,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '243',
@@ -13588,6 +15827,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '244',
@@ -13595,6 +15835,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '245',
@@ -13602,6 +15843,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '246',
@@ -13609,6 +15851,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '247',
@@ -13616,6 +15859,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '248',
@@ -13623,6 +15867,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '249',
@@ -13630,6 +15875,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '250',
@@ -13637,6 +15883,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '251',
@@ -13644,6 +15891,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '252',
@@ -13651,6 +15899,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '253',
@@ -13658,6 +15907,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '254',
@@ -13665,6 +15915,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '255',
@@ -13672,6 +15923,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '256',
@@ -13679,6 +15931,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '257',
@@ -13686,6 +15939,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '258',
@@ -13693,6 +15947,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '259',
@@ -13700,6 +15955,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '260',
@@ -13707,6 +15963,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '261',
@@ -13714,6 +15971,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '262',
@@ -13721,6 +15979,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '263',
@@ -13728,6 +15987,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '264',
@@ -13735,6 +15995,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '265',
@@ -13742,6 +16003,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '266',
@@ -13749,6 +16011,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '267',
@@ -13756,6 +16019,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '268',
@@ -13763,6 +16027,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '269',
@@ -13770,6 +16035,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '270',
@@ -13777,6 +16043,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '271',
@@ -13784,6 +16051,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '272',
@@ -13791,6 +16059,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '273',
@@ -13798,6 +16067,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '274',
@@ -13805,6 +16075,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '275',
@@ -13812,6 +16083,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '276',
@@ -13819,6 +16091,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '277',
@@ -13826,6 +16099,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '278',
@@ -13833,6 +16107,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '279',
@@ -13840,6 +16115,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '280',
@@ -13847,6 +16123,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '281',
@@ -13854,6 +16131,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '282',
@@ -13861,6 +16139,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '283',
@@ -13868,6 +16147,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '284',
@@ -13875,6 +16155,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '285',
@@ -13882,6 +16163,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '286',
@@ -13889,6 +16171,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '287',
@@ -13896,6 +16179,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '288',
@@ -13903,6 +16187,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '289',
@@ -13910,6 +16195,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '290',
@@ -13917,6 +16203,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '291',
@@ -13924,6 +16211,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '292',
@@ -13931,6 +16219,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '293',
@@ -13938,6 +16227,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '294',
@@ -13945,6 +16235,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '295',
@@ -13952,6 +16243,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '296',
@@ -13959,6 +16251,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '297',
@@ -13966,6 +16259,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '298',
@@ -13973,6 +16267,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '299',
@@ -13980,6 +16275,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '300',
@@ -13987,6 +16283,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '301',
@@ -13994,6 +16291,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '302',
@@ -14001,6 +16299,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '303',
@@ -14008,6 +16307,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '304',
@@ -14015,6 +16315,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '305',
@@ -14022,6 +16323,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '306',
@@ -14029,6 +16331,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '307',
@@ -14036,6 +16339,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '308',
@@ -14043,6 +16347,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '309',
@@ -14050,6 +16355,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '310',
@@ -14057,6 +16363,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '311',
@@ -14064,6 +16371,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '312',
@@ -14071,6 +16379,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '313',
@@ -14078,6 +16387,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '314',
@@ -14085,6 +16395,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '315',
@@ -14092,6 +16403,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '316',
@@ -14099,6 +16411,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '317',
@@ -14106,6 +16419,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '318',
@@ -14113,6 +16427,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '319',
@@ -14120,6 +16435,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '320',
@@ -14127,6 +16443,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '321',
@@ -14134,6 +16451,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '322',
@@ -14141,6 +16459,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '323',
@@ -14148,6 +16467,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '324',
@@ -14155,6 +16475,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '325',
@@ -14162,6 +16483,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '326',
@@ -14169,6 +16491,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '327',
@@ -14176,6 +16499,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '328',
@@ -14183,6 +16507,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '329',
@@ -14190,6 +16515,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '330',
@@ -14197,6 +16523,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '331',
@@ -14204,6 +16531,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '332',
@@ -14211,6 +16539,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '333',
@@ -14218,6 +16547,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '334',
@@ -14225,6 +16555,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '335',
@@ -14232,6 +16563,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '336',
@@ -14239,6 +16571,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '337',
@@ -14246,6 +16579,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '338',
@@ -14253,6 +16587,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '339',
@@ -14260,6 +16595,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '340',
@@ -14267,6 +16603,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '341',
@@ -14274,6 +16611,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '342',
@@ -14281,6 +16619,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '343',
@@ -14288,6 +16627,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '344',
@@ -14295,6 +16635,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '345',
@@ -14302,6 +16643,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '346',
@@ -14309,6 +16651,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '347',
@@ -14316,6 +16659,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '348',
@@ -14323,6 +16667,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '349',
@@ -14330,6 +16675,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '350',
@@ -14337,6 +16683,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '351',
@@ -14344,6 +16691,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '352',
@@ -14351,6 +16699,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '353',
@@ -14358,6 +16707,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '354',
@@ -14365,6 +16715,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '355',
@@ -14372,6 +16723,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '356',
@@ -14379,6 +16731,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '357',
@@ -14386,6 +16739,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '358',
@@ -14393,6 +16747,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '359',
@@ -14400,6 +16755,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '360',
@@ -14407,6 +16763,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '361',
@@ -14414,6 +16771,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '362',
@@ -14421,6 +16779,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '363',
@@ -14428,6 +16787,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '364',
@@ -14435,6 +16795,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '365',
@@ -14442,6 +16803,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '366',
@@ -14449,6 +16811,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '367',
@@ -14456,6 +16819,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '368',
@@ -14463,6 +16827,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '369',
@@ -14470,6 +16835,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '370',
@@ -14477,6 +16843,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '371',
@@ -14484,6 +16851,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '372',
@@ -14491,6 +16859,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '373',
@@ -14498,6 +16867,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '374',
@@ -14505,6 +16875,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '375',
@@ -14512,6 +16883,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '376',
@@ -14519,6 +16891,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '377',
@@ -14526,6 +16899,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '378',
@@ -14533,6 +16907,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '379',
@@ -14540,6 +16915,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '380',
@@ -14547,6 +16923,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '381',
@@ -14554,6 +16931,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '382',
@@ -14561,6 +16939,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '383',
@@ -14568,6 +16947,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '384',
@@ -14575,6 +16955,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '385',
@@ -14582,6 +16963,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '386',
@@ -14589,6 +16971,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '387',
@@ -14596,6 +16979,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '388',
@@ -14603,6 +16987,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '389',
@@ -14610,6 +16995,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '390',
@@ -14617,6 +17003,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '391',
@@ -14624,6 +17011,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '392',
@@ -14631,6 +17019,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '393',
@@ -14638,6 +17027,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '394',
@@ -14645,6 +17035,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '395',
@@ -14652,6 +17043,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '396',
@@ -14659,6 +17051,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '397',
@@ -14666,6 +17059,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '398',
@@ -14673,6 +17067,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '399',
@@ -14680,6 +17075,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '400',
@@ -14687,6 +17083,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '401',
@@ -14694,6 +17091,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '402',
@@ -14701,6 +17099,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '403',
@@ -14708,6 +17107,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '404',
@@ -14715,6 +17115,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '405',
@@ -14722,6 +17123,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '406',
@@ -14729,6 +17131,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '407',
@@ -14736,6 +17139,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '408',
@@ -14743,6 +17147,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '409',
@@ -14750,6 +17155,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '410',
@@ -14757,6 +17163,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '411',
@@ -14764,6 +17171,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '412',
@@ -14771,6 +17179,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '413',
@@ -14778,6 +17187,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '414',
@@ -14785,6 +17195,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '415',
@@ -14792,6 +17203,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '416',
@@ -14799,6 +17211,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '417',
@@ -14806,6 +17219,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '418',
@@ -14813,6 +17227,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '419',
@@ -14820,6 +17235,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '420',
@@ -14827,6 +17243,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '421',
@@ -14834,6 +17251,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '422',
@@ -14841,6 +17259,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '423',
@@ -14848,6 +17267,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '424',
@@ -14855,6 +17275,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '425',
@@ -14862,6 +17283,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '426',
@@ -14869,6 +17291,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '427',
@@ -14876,6 +17299,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '428',
@@ -14883,6 +17307,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '429',
@@ -14890,6 +17315,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '430',
@@ -14897,6 +17323,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '431',
@@ -14904,6 +17331,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '432',
@@ -14911,6 +17339,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '433',
@@ -14918,6 +17347,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '434',
@@ -14925,6 +17355,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '435',
@@ -14932,6 +17363,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '436',
@@ -14939,6 +17371,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '437',
@@ -14946,6 +17379,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '438',
@@ -14953,6 +17387,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '439',
@@ -14960,6 +17395,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '440',
@@ -14967,6 +17403,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '441',
@@ -14974,6 +17411,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '442',
@@ -14981,6 +17419,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '443',
@@ -14988,6 +17427,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '444',
@@ -14995,6 +17435,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '445',
@@ -15002,6 +17443,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '446',
@@ -15009,6 +17451,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '447',
@@ -15016,6 +17459,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '448',
@@ -15023,6 +17467,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '449',
@@ -15030,6 +17475,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '450',
@@ -15037,6 +17483,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '451',
@@ -15044,6 +17491,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '452',
@@ -15051,6 +17499,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '453',
@@ -15058,6 +17507,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '454',
@@ -15065,6 +17515,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '455',
@@ -15072,6 +17523,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '456',
@@ -15079,6 +17531,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '457',
@@ -15086,6 +17539,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '458',
@@ -15093,6 +17547,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '459',
@@ -15100,6 +17555,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '460',
@@ -15107,6 +17563,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '461',
@@ -15114,6 +17571,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '462',
@@ -15121,6 +17579,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '463',
@@ -15128,6 +17587,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '464',
@@ -15135,6 +17595,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '465',
@@ -15142,6 +17603,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '466',
@@ -15149,6 +17611,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '467',
@@ -15156,6 +17619,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '468',
@@ -15163,6 +17627,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '469',
@@ -15170,6 +17635,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '470',
@@ -15177,6 +17643,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '471',
@@ -15184,6 +17651,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '472',
@@ -15191,6 +17659,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '473',
@@ -15198,6 +17667,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '474',
@@ -15205,6 +17675,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '475',
@@ -15212,6 +17683,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '476',
@@ -15219,6 +17691,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '477',
@@ -15226,6 +17699,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '478',
@@ -15233,6 +17707,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '479',
@@ -15240,6 +17715,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '480',
@@ -15247,6 +17723,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '481',
@@ -15254,6 +17731,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '482',
@@ -15261,6 +17739,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '483',
@@ -15268,6 +17747,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '484',
@@ -15275,6 +17755,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '485',
@@ -15282,6 +17763,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '486',
@@ -15289,6 +17771,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '487',
@@ -15296,6 +17779,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '488',
@@ -15303,6 +17787,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '489',
@@ -15310,6 +17795,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '490',
@@ -15317,6 +17803,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '491',
@@ -15324,6 +17811,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '492',
@@ -15331,6 +17819,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '493',
@@ -15338,6 +17827,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '494',
@@ -15345,6 +17835,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '495',
@@ -15352,6 +17843,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '496',
@@ -15359,6 +17851,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '497',
@@ -15366,6 +17859,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '498',
@@ -15373,6 +17867,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '499',
@@ -15380,6 +17875,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '500',
@@ -15387,6 +17883,7 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->values(array(
   'lid' => '501',
@@ -15394,6 +17891,111 @@
   'language' => 'fr',
   'plid' => '0',
   'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '505',
+  'translation' => 'Inscrivez votre couleur préférée',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '516',
+  'translation' => 'Mes groupes préférés',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '520',
+  'translation' => "J'aime les migrations",
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '521',
+  'translation' => 'Si vous cochez cette case, vous aimez les migrations.',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '526',
+  'translation' => 'Encore un bloc statique',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '527',
+  'translation' => 'Nom de vocabulaire beaucoup plus long que trente-deux caractères',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '532',
+  'translation' => 'Nom de vocabulaire beaucoup plus long que trente-deux caractères',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '566',
+  'translation' => 'Migrer histoire de test',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '567',
+  'translation' => 'Titre',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '568',
+  'translation' => 'Le corps',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '569',
+  'translation' => "A histoire, de forme semblable à un page, est idéal pour la création et l'affichage du contenu qui informe et pousse les visiteurs du site. Communiqués de presse, des annonces du site, et les entrées de blog comme informels peuvent être créés avec un histoire entrée. Par défaut, un histoire entrée est automatiquement présenté sur la page d'accueil initiale du site, et offre la possibilité de poster des commentaires.",
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '622',
+  'translation' => 'Champ de texte',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
+))
+->values(array(
+  'lid' => '625',
+  'translation' => 'Un exemple plusieurs valeurs champ décimal.',
+  'language' => 'fr',
+  'plid' => '0',
+  'plural' => '0',
+  'i18n_status' => '0',
 ))
 ->execute();
 
@@ -21150,6 +23752,87 @@
   'p9' => '0',
   'updated' => '0',
 ))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '407',
+  'plid' => '0',
+  'link_path' => 'i18nstrings/save',
+  'router_path' => 'i18nstrings/save',
+  'link_title' => 'Save string',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '1',
+  'customized' => '0',
+  'p1' => '407',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '408',
+  'plid' => '0',
+  'link_path' => 'i18n/node/autocomplete',
+  'router_path' => 'i18n/node/autocomplete',
+  'link_title' => 'Node title autocomplete',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '1',
+  'customized' => '0',
+  'p1' => '408',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
+->values(array(
+  'menu_name' => 'navigation',
+  'mlid' => '409',
+  'plid' => '0',
+  'link_path' => 'admin/content/node-type/story/fields/field_test_text_single_checkbox2/remove',
+  'router_path' => 'admin/content/node-type/story/fields/field_test_text_single_checkbox2/remove',
+  'link_title' => 'Remove field',
+  'options' => 'a:0:{}',
+  'module' => 'system',
+  'hidden' => '-1',
+  'external' => '0',
+  'has_children' => '0',
+  'expanded' => '0',
+  'weight' => '0',
+  'depth' => '1',
+  'customized' => '0',
+  'p1' => '409',
+  'p2' => '0',
+  'p3' => '0',
+  'p4' => '0',
+  'p5' => '0',
+  'p6' => '0',
+  'p7' => '0',
+  'p8' => '0',
+  'p9' => '0',
+  'updated' => '0',
+))
 ->execute();
 
 $connection->schema()->createTable('menu_router', array(
@@ -22575,6 +25258,28 @@
   'file' => '',
 ))
 ->values(array(
+  'path' => 'admin/build/translate/refresh',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
+  'page_callback' => 'i18nstrings_admin_refresh_page',
+  'page_arguments' => 'a:0:{}',
+  'fit' => '15',
+  'number_parts' => '4',
+  'tab_parent' => 'admin/build/translate',
+  'tab_root' => 'admin/build/translate',
+  'title' => 'Refresh',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'type' => '128',
+  'block_callback' => '',
+  'description' => '',
+  'position' => '',
+  'weight' => '20',
+  'file' => 'sites/all/modules/i18n/i18nstrings/i18nstrings.admin.inc',
+))
+->values(array(
   'path' => 'admin/build/translate/search',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -24869,7 +27574,7 @@
   'access_callback' => 'user_access',
   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
   'page_callback' => 'drupal_get_form',
-  'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:10:"test_event";s:4:"name";s:18:"Migrate test event";s:6:"module";s:4:"node";s:11:"description";s:27:"test event description here";s:4:"help";s:14:"help text here";s:9:"has_title";s:1:"1";s:11:"title_label";s:10:"Event Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:4:"Body";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"1";s:8:"modified";s:1:"1";s:6:"locked";s:1:"0";s:9:"orig_type";s:5:"event";}}',
+  'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:10:"test_event";s:4:"name";s:18:"Migrate test event";s:6:"module";s:4:"node";s:11:"description";s:27:"test event description here";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:10:"Event Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:4:"Body";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"1";s:8:"modified";s:1:"1";s:6:"locked";s:1:"0";s:9:"orig_type";s:5:"event";}}',
   'fit' => '15',
   'number_parts' => '4',
   'tab_parent' => '',
@@ -24891,7 +27596,7 @@
   'access_callback' => 'user_access',
   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
   'page_callback' => 'drupal_get_form',
-  'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;O:8:"stdClass":14:{s:4:"type";s:10:"test_event";s:4:"name";s:18:"Migrate test event";s:6:"module";s:4:"node";s:11:"description";s:27:"test event description here";s:4:"help";s:14:"help text here";s:9:"has_title";s:1:"1";s:11:"title_label";s:10:"Event Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:4:"Body";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"1";s:8:"modified";s:1:"1";s:6:"locked";s:1:"0";s:9:"orig_type";s:5:"event";}}',
+  'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;O:8:"stdClass":14:{s:4:"type";s:10:"test_event";s:4:"name";s:18:"Migrate test event";s:6:"module";s:4:"node";s:11:"description";s:27:"test event description here";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:10:"Event Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:4:"Body";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"1";s:8:"modified";s:1:"1";s:6:"locked";s:1:"0";s:9:"orig_type";s:5:"event";}}',
   'fit' => '31',
   'number_parts' => '5',
   'tab_parent' => '',
@@ -25001,7 +27706,7 @@
   'access_callback' => 'user_access',
   'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
   'page_callback' => 'drupal_get_form',
-  'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:10:"test_event";s:4:"name";s:18:"Migrate test event";s:6:"module";s:4:"node";s:11:"description";s:27:"test event description here";s:4:"help";s:14:"help text here";s:9:"has_title";s:1:"1";s:11:"title_label";s:10:"Event Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:4:"Body";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"1";s:8:"modified";s:1:"1";s:6:"locked";s:1:"0";s:9:"orig_type";s:5:"event";}}',
+  'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:10:"test_event";s:4:"name";s:18:"Migrate test event";s:6:"module";s:4:"node";s:11:"description";s:27:"test event description here";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:10:"Event Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:4:"Body";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"1";s:8:"modified";s:1:"1";s:6:"locked";s:1:"0";s:9:"orig_type";s:5:"event";}}',
   'fit' => '31',
   'number_parts' => '5',
   'tab_parent' => 'admin/content/node-type/test-event',
@@ -25831,6 +28536,28 @@
   'file' => 'modules/taxonomy/taxonomy.admin.inc',
 ))
 ->values(array(
+  'path' => 'admin/content/taxonomy/%/translation',
+  'load_functions' => 'a:1:{i:3;s:24:"taxonomy_vocabulary_load";}',
+  'to_arg_functions' => '',
+  'access_callback' => '_i18ntaxonomy_translation_tab',
+  'access_arguments' => 'a:1:{i:0;i:3;}',
+  'page_callback' => 'i18ntaxonomy_page_vocabulary',
+  'page_arguments' => 'a:3:{i:0;i:3;i:1;i:5;i:2;i:6;}',
+  'fit' => '29',
+  'number_parts' => '5',
+  'tab_parent' => 'admin/content/taxonomy/%',
+  'tab_root' => 'admin/content/taxonomy/%',
+  'title' => 'Translation',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'type' => '128',
+  'block_callback' => '',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'file' => 'sites/all/modules/i18n/i18ntaxonomy/i18ntaxonomy.admin.inc',
+))
+->values(array(
   'path' => 'admin/content/taxonomy/add/vocabulary',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -26915,42 +29642,86 @@
   'access_callback' => 'user_access',
   'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
   'page_callback' => 'locale_inc_callback',
-  'page_arguments' => 'a:1:{i:0;s:27:"locale_languages_add_screen";}',
-  'fit' => '15',
-  'number_parts' => '4',
-  'tab_parent' => 'admin/settings/language',
+  'page_arguments' => 'a:1:{i:0;s:27:"locale_languages_add_screen";}',
+  'fit' => '15',
+  'number_parts' => '4',
+  'tab_parent' => 'admin/settings/language',
+  'tab_root' => 'admin/settings/language',
+  'title' => 'Add language',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'type' => '128',
+  'block_callback' => '',
+  'description' => '',
+  'position' => '',
+  'weight' => '5',
+  'file' => '',
+))
+->values(array(
+  'path' => 'admin/settings/language/configure',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
+  'page_callback' => 'locale_inc_callback',
+  'page_arguments' => 'a:2:{i:0;s:15:"drupal_get_form";i:1;s:31:"locale_languages_configure_form";}',
+  'fit' => '15',
+  'number_parts' => '4',
+  'tab_parent' => 'admin/settings/language',
+  'tab_root' => 'admin/settings/language',
+  'title' => 'Configure',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'type' => '128',
+  'block_callback' => '',
+  'description' => '',
+  'position' => '',
+  'weight' => '10',
+  'file' => '',
+))
+->values(array(
+  'path' => 'admin/settings/language/configure/language',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
+  'page_callback' => 'locale_inc_callback',
+  'page_arguments' => 'a:2:{i:0;s:15:"drupal_get_form";i:1;s:31:"locale_languages_configure_form";}',
+  'fit' => '31',
+  'number_parts' => '5',
+  'tab_parent' => 'admin/settings/language/configure',
   'tab_root' => 'admin/settings/language',
-  'title' => 'Add language',
+  'title' => 'Language negotiation',
   'title_callback' => 't',
   'title_arguments' => '',
-  'type' => '128',
+  'type' => '136',
   'block_callback' => '',
   'description' => '',
   'position' => '',
-  'weight' => '5',
+  'weight' => '-10',
   'file' => '',
 ))
 ->values(array(
-  'path' => 'admin/settings/language/configure',
+  'path' => 'admin/settings/language/configure/strings',
   'load_functions' => '',
   'to_arg_functions' => '',
   'access_callback' => 'user_access',
-  'access_arguments' => 'a:1:{i:0;s:20:"administer languages";}',
-  'page_callback' => 'locale_inc_callback',
-  'page_arguments' => 'a:2:{i:0;s:15:"drupal_get_form";i:1;s:31:"locale_languages_configure_form";}',
-  'fit' => '15',
-  'number_parts' => '4',
-  'tab_parent' => 'admin/settings/language',
+  'access_arguments' => 'a:1:{i:0;s:18:"administer filters";}',
+  'page_callback' => 'drupal_get_form',
+  'page_arguments' => 'a:1:{i:0;s:26:"i18nstrings_admin_settings";}',
+  'fit' => '31',
+  'number_parts' => '5',
+  'tab_parent' => 'admin/settings/language/configure',
   'tab_root' => 'admin/settings/language',
-  'title' => 'Configure',
+  'title' => 'String translation',
   'title_callback' => 't',
   'title_arguments' => '',
   'type' => '128',
   'block_callback' => '',
   'description' => '',
   'position' => '',
-  'weight' => '10',
-  'file' => '',
+  'weight' => '20',
+  'file' => 'sites/all/modules/i18n/i18nstrings/i18nstrings.admin.inc',
 ))
 ->values(array(
   'path' => 'admin/settings/language/delete/%',
@@ -26997,6 +29768,72 @@
   'file' => '',
 ))
 ->values(array(
+  'path' => 'admin/settings/language/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:1:{i:0;s:19:"i18n_admin_settings";}',
+  'fit' => '15',
+  'number_parts' => '4',
+  'tab_parent' => 'admin/settings/language',
+  'tab_root' => 'admin/settings/language',
+  'title' => 'Multilingual system',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'type' => '128',
+  'block_callback' => '',
+  'description' => 'Configure extended options for multilingual content and translations.',
+  'position' => '',
+  'weight' => '10',
+  'file' => 'sites/all/modules/i18n/i18n.admin.inc',
+))
+->values(array(
+  'path' => 'admin/settings/language/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:1:{i:0;s:19:"i18n_admin_settings";}',
+  'fit' => '31',
+  'number_parts' => '5',
+  'tab_parent' => 'admin/settings/language/i18n',
+  'tab_root' => 'admin/settings/language',
+  'title' => 'Options',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'type' => '136',
+  'block_callback' => '',
+  'description' => 'Configure extended options for multilingual content and translations.',
+  'position' => '',
+  'weight' => '0',
+  'file' => 'sites/all/modules/i18n/i18n.admin.inc',
+))
+->values(array(
+  'path' => 'admin/settings/language/i18n/variables',
+  '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:"i18n_admin_variables_form";}',
+  'fit' => '31',
+  'number_parts' => '5',
+  'tab_parent' => 'admin/settings/language/i18n',
+  'tab_root' => 'admin/settings/language',
+  'title' => 'Variables',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'type' => '128',
+  'block_callback' => '',
+  'description' => 'Multilingual variables.',
+  'position' => '',
+  'weight' => '0',
+  'file' => 'sites/all/modules/i18n/i18n.admin.inc',
+))
+->values(array(
   'path' => 'admin/settings/language/overview',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -28273,6 +31110,50 @@
   'file' => 'modules/filter/filter.pages.inc',
 ))
 ->values(array(
+  'path' => 'i18n/node/autocomplete',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
+  'page_callback' => 'i18n_node_autocomplete',
+  'page_arguments' => 'a:0:{}',
+  'fit' => '7',
+  'number_parts' => '3',
+  'tab_parent' => '',
+  'tab_root' => 'i18n/node/autocomplete',
+  'title' => 'Node title autocomplete',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'type' => '4',
+  'block_callback' => '',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'file' => 'sites/all/modules/i18n/i18n.pages.inc',
+))
+->values(array(
+  'path' => 'i18nstrings/save',
+  'load_functions' => '',
+  'to_arg_functions' => '',
+  'access_callback' => 'user_access',
+  'access_arguments' => 'a:1:{i:0;s:23:"use on-page translation";}',
+  'page_callback' => 'i18nstrings_save_string',
+  'page_arguments' => 'a:0:{}',
+  'fit' => '3',
+  'number_parts' => '2',
+  'tab_parent' => '',
+  'tab_root' => 'i18nstrings/save',
+  'title' => 'Save string',
+  'title_callback' => 't',
+  'title_arguments' => '',
+  'type' => '4',
+  'block_callback' => '',
+  'description' => '',
+  'position' => '',
+  'weight' => '0',
+  'file' => '',
+))
+->values(array(
   'path' => 'logout',
   'load_functions' => '',
   'to_arg_functions' => '',
@@ -28542,7 +31423,7 @@
   'to_arg_functions' => '',
   'access_callback' => '_translation_tab_access',
   'access_arguments' => 'a:1:{i:0;i:1;}',
-  'page_callback' => 'translation_node_overview',
+  'page_callback' => 'i18n_translation_node_overview',
   'page_arguments' => 'a:1:{i:0;i:1;}',
   'fit' => '5',
   'number_parts' => '3',
@@ -28556,7 +31437,7 @@
   'description' => '',
   'position' => '',
   'weight' => '2',
-  'file' => 'modules/translation/translation.pages.inc',
+  'file' => 'sites/all/modules/i18n/i18n.pages.inc',
 ))
 ->values(array(
   'path' => 'node/%/view',
@@ -28586,7 +31467,7 @@
   'to_arg_functions' => '',
   'access_callback' => '_node_add_access',
   'access_arguments' => 'a:0:{}',
-  'page_callback' => 'node_add_page',
+  'page_callback' => 'i18ncontent_node_add_page',
   'page_arguments' => 'a:0:{}',
   'fit' => '3',
   'number_parts' => '2',
@@ -28608,15 +31489,15 @@
   'to_arg_functions' => '',
   'access_callback' => 'node_access',
   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:7:"article";}',
-  'page_callback' => 'node_add',
+  'page_callback' => 'i18ncontent_node_add',
   'page_arguments' => 'a:1:{i:0;i:2;}',
   'fit' => '7',
   'number_parts' => '3',
   'tab_parent' => '',
   'tab_root' => 'node/add/article',
   'title' => 'Article',
-  'title_callback' => 'check_plain',
-  'title_arguments' => '',
+  'title_callback' => 'i18nstrings_title_callback',
+  'title_arguments' => 'a:2:{i:0;s:26:"nodetype:type:article:name";i:1;s:7:"Article";}',
   'type' => '6',
   'block_callback' => '',
   'description' => 'An <em>article</em>, content type.',
@@ -28630,15 +31511,15 @@
   'to_arg_functions' => '',
   'access_callback' => 'node_access',
   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:7:"company";}',
-  'page_callback' => 'node_add',
+  'page_callback' => 'i18ncontent_node_add',
   'page_arguments' => 'a:1:{i:0;i:2;}',
   'fit' => '7',
   'number_parts' => '3',
   'tab_parent' => '',
   'tab_root' => 'node/add/company',
   'title' => 'Company',
-  'title_callback' => 'check_plain',
-  'title_arguments' => '',
+  'title_callback' => 'i18nstrings_title_callback',
+  'title_arguments' => 'a:2:{i:0;s:26:"nodetype:type:company:name";i:1;s:7:"Company";}',
   'type' => '6',
   'block_callback' => '',
   'description' => 'Company node type',
@@ -28652,15 +31533,15 @@
   'to_arg_functions' => '',
   'access_callback' => 'node_access',
   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:8:"employee";}',
-  'page_callback' => 'node_add',
+  'page_callback' => 'i18ncontent_node_add',
   'page_arguments' => 'a:1:{i:0;i:2;}',
   'fit' => '7',
   'number_parts' => '3',
   'tab_parent' => '',
   'tab_root' => 'node/add/employee',
   'title' => 'Employee',
-  'title_callback' => 'check_plain',
-  'title_arguments' => '',
+  'title_callback' => 'i18nstrings_title_callback',
+  'title_arguments' => 'a:2:{i:0;s:27:"nodetype:type:employee:name";i:1;s:8:"Employee";}',
   'type' => '6',
   'block_callback' => '',
   'description' => 'Employee node type',
@@ -28674,15 +31555,15 @@
   'to_arg_functions' => '',
   'access_callback' => 'node_access',
   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:7:"sponsor";}',
-  'page_callback' => 'node_add',
+  'page_callback' => 'i18ncontent_node_add',
   'page_arguments' => 'a:1:{i:0;i:2;}',
   'fit' => '7',
   'number_parts' => '3',
   'tab_parent' => '',
   'tab_root' => 'node/add/sponsor',
   'title' => 'Sponsor',
-  'title_callback' => 'check_plain',
-  'title_arguments' => '',
+  'title_callback' => 'i18nstrings_title_callback',
+  'title_arguments' => 'a:2:{i:0;s:26:"nodetype:type:sponsor:name";i:1;s:7:"Sponsor";}',
   'type' => '6',
   'block_callback' => '',
   'description' => 'Sponsor node type',
@@ -28696,15 +31577,15 @@
   'to_arg_functions' => '',
   'access_callback' => 'node_access',
   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:5:"story";}',
-  'page_callback' => 'node_add',
+  'page_callback' => 'i18ncontent_node_add',
   'page_arguments' => 'a:1:{i:0;i:2;}',
   'fit' => '7',
   'number_parts' => '3',
   'tab_parent' => '',
   'tab_root' => 'node/add/story',
   'title' => 'Story',
-  'title_callback' => 'check_plain',
-  'title_arguments' => '',
+  'title_callback' => 'i18nstrings_title_callback',
+  'title_arguments' => 'a:2:{i:0;s:24:"nodetype:type:story:name";i:1;s:5:"Story";}',
   'type' => '6',
   'block_callback' => '',
   'description' => "A <em>story</em>, similar in form to a <em>page</em>, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a <em>story</em> entry. By default, a <em>story</em> entry is automatically featured on the site's initial home page, and provides the ability to post comments.",
@@ -28718,15 +31599,15 @@
   'to_arg_functions' => '',
   'access_callback' => 'node_access',
   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:10:"test_event";}',
-  'page_callback' => 'node_add',
+  'page_callback' => 'i18ncontent_node_add',
   'page_arguments' => 'a:1:{i:0;i:2;}',
   'fit' => '7',
   'number_parts' => '3',
   'tab_parent' => '',
   'tab_root' => 'node/add/test-event',
   'title' => 'Migrate test event',
-  'title_callback' => 'check_plain',
-  'title_arguments' => '',
+  'title_callback' => 'i18nstrings_title_callback',
+  'title_arguments' => 'a:2:{i:0;s:29:"nodetype:type:test_event:name";i:1;s:18:"Migrate test event";}',
   'type' => '6',
   'block_callback' => '',
   'description' => 'test event description here',
@@ -28740,15 +31621,15 @@
   'to_arg_functions' => '',
   'access_callback' => 'node_access',
   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:9:"test_page";}',
-  'page_callback' => 'node_add',
+  'page_callback' => 'i18ncontent_node_add',
   'page_arguments' => 'a:1:{i:0;i:2;}',
   'fit' => '7',
   'number_parts' => '3',
   'tab_parent' => '',
   'tab_root' => 'node/add/test-page',
   'title' => 'Migrate test page',
-  'title_callback' => 'check_plain',
-  'title_arguments' => '',
+  'title_callback' => 'i18nstrings_title_callback',
+  'title_arguments' => 'a:2:{i:0;s:28:"nodetype:type:test_page:name";i:1;s:17:"Migrate test page";}',
   'type' => '6',
   'block_callback' => '',
   'description' => "A <em>page</em>, similar in form to a <em>story</em>, is a simple method for creating and displaying information that rarely changes, such as an \"About us\" section of a website. By default, a <em>page</em> entry does not allow visitor comments and is not featured on the site's initial home page.",
@@ -28762,15 +31643,15 @@
   'to_arg_functions' => '',
   'access_callback' => 'node_access',
   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:11:"test_planet";}',
-  'page_callback' => 'node_add',
+  'page_callback' => 'i18ncontent_node_add',
   'page_arguments' => 'a:1:{i:0;i:2;}',
   'fit' => '7',
   'number_parts' => '3',
   'tab_parent' => '',
   'tab_root' => 'node/add/test-planet',
   'title' => 'Migrate test planet',
-  'title_callback' => 'check_plain',
-  'title_arguments' => '',
+  'title_callback' => 'i18nstrings_title_callback',
+  'title_arguments' => 'a:2:{i:0;s:30:"nodetype:type:test_planet:name";i:1;s:19:"Migrate test planet";}',
   'type' => '6',
   'block_callback' => '',
   'description' => "A <em>story</em>, similar in form to a <em>page</em>, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a <em>story</em> entry. By default, a <em>story</em> entry is automatically featured on the site's initial home page, and provides the ability to post comments.",
@@ -28784,15 +31665,15 @@
   'to_arg_functions' => '',
   'access_callback' => 'node_access',
   'access_arguments' => 'a:2:{i:0;s:6:"create";i:1;s:10:"test_story";}',
-  'page_callback' => 'node_add',
+  'page_callback' => 'i18ncontent_node_add',
   'page_arguments' => 'a:1:{i:0;i:2;}',
   'fit' => '7',
   'number_parts' => '3',
   'tab_parent' => '',
   'tab_root' => 'node/add/test-story',
   'title' => 'Migrate test story',
-  'title_callback' => 'check_plain',
-  'title_arguments' => '',
+  'title_callback' => 'i18nstrings_title_callback',
+  'title_arguments' => 'a:2:{i:0;s:29:"nodetype:type:test_story:name";i:1;s:18:"Migrate test story";}',
   'type' => '6',
   'block_callback' => '',
   'description' => "A <em>story</em>, similar in form to a <em>page</em>, is ideal for creating and displaying content that informs or engages website visitors. Press releases, site announcements, and informal blog-like entries may all be created with a <em>story</em> entry. By default, a <em>story</em> entry is automatically featured on the site's initial home page, and provides the ability to post comments.",
@@ -28916,7 +31797,7 @@
   'to_arg_functions' => '',
   'access_callback' => 'user_access',
   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
-  'page_callback' => 'taxonomy_autocomplete',
+  'page_callback' => 'i18ntaxonomy_autocomplete',
   'page_arguments' => 'a:0:{}',
   'fit' => '3',
   'number_parts' => '2',
@@ -28930,7 +31811,7 @@
   'description' => '',
   'position' => '',
   'weight' => '0',
-  'file' => 'modules/taxonomy/taxonomy.pages.inc',
+  'file' => 'sites/all/modules/i18n/i18ntaxonomy/i18ntaxonomy.pages.inc',
 ))
 ->values(array(
   'path' => 'taxonomy/term/%',
@@ -28938,7 +31819,7 @@
   'to_arg_functions' => '',
   'access_callback' => 'user_access',
   'access_arguments' => 'a:1:{i:0;s:14:"access content";}',
-  'page_callback' => 'taxonomy_term_page',
+  'page_callback' => 'i18ntaxonomy_term_page',
   'page_arguments' => 'a:1:{i:0;i:2;}',
   'fit' => '6',
   'number_parts' => '3',
@@ -28952,7 +31833,7 @@
   'description' => '',
   'position' => '',
   'weight' => '0',
-  'file' => 'modules/taxonomy/taxonomy.pages.inc',
+  'file' => 'sites/all/modules/i18n/i18ntaxonomy/i18ntaxonomy.pages.inc',
 ))
 ->values(array(
   'path' => 'upload/js',
@@ -29121,7 +32002,7 @@
   'tab_parent' => 'user/%/edit',
   'tab_root' => 'user/%',
   'title' => '',
-  'title_callback' => 'check_plain',
+  'title_callback' => 'i18nprofile_translate_category',
   'title_arguments' => 'a:1:{i:0;s:19:"Administrative data";}',
   'type' => '128',
   'block_callback' => '',
@@ -29143,7 +32024,7 @@
   'tab_parent' => 'user/%/edit',
   'tab_root' => 'user/%',
   'title' => '',
-  'title_callback' => 'check_plain',
+  'title_callback' => 'i18nprofile_translate_category',
   'title_arguments' => 'a:1:{i:0;s:25:"Communication preferences";}',
   'type' => '128',
   'block_callback' => '',
@@ -29165,7 +32046,7 @@
   'tab_parent' => 'user/%/edit',
   'tab_root' => 'user/%',
   'title' => '',
-  'title_callback' => 'check_plain',
+  'title_callback' => 'i18nprofile_translate_category',
   'title_arguments' => 'a:1:{i:0;s:20:"Personal information";}',
   'type' => '128',
   'block_callback' => '',
@@ -30220,7 +33101,7 @@
   'name' => 'Migrate test event',
   'module' => 'node',
   'description' => 'test event description here',
-  'help' => 'help text here',
+  'help' => '',
   'has_title' => '1',
   'title_label' => 'Event Name',
   'has_body' => '1',
@@ -31395,7 +34276,7 @@
   'bootstrap' => '0',
   'schema_version' => '6010',
   'weight' => '0',
-  'info' => 'a:10:{s:4:"name";s:7:"Content";s:11:"description";s:50:"Allows administrators to define new content types.";s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-2.10";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1434568159";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+  'info' => 'a:10:{s:4:"name";s:7:"Content";s:11:"description";s:50:"Allows administrators to define new content types.";s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.9";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1294407979";s:12:"dependencies";a:0:{}s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/cck/modules/content_copy/content_copy.module',
@@ -31407,7 +34288,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:10:{s:4:"name";s:12:"Content Copy";s:11:"description";s:51:"Enables ability to import/export field definitions.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-2.10";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1434568159";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+  'info' => 'a:10:{s:4:"name";s:12:"Content Copy";s:11:"description";s:51:"Enables ability to import/export field definitions.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.9";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1294407979";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/cck/modules/content_permissions/content_permissions.module',
@@ -31419,7 +34300,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:10:{s:4:"name";s:19:"Content Permissions";s:11:"description";s:43:"Set field-level permissions for CCK fields.";s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"version";s:8:"6.x-2.10";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1434568159";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+  'info' => 'a:10:{s:4:"name";s:19:"Content Permissions";s:11:"description";s:43:"Set field-level permissions for CCK fields.";s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"version";s:7:"6.x-2.9";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1294407979";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/cck/modules/fieldgroup/fieldgroup.module',
@@ -31431,7 +34312,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:10:{s:4:"name";s:10:"Fieldgroup";s:11:"description";s:37:"Create display groups for CCK fields.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-2.10";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1434568159";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+  'info' => 'a:10:{s:4:"name";s:10:"Fieldgroup";s:11:"description";s:37:"Create display groups for CCK fields.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.9";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1294407979";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/cck/modules/nodereference/nodereference.module',
@@ -31443,7 +34324,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:10:{s:4:"name";s:14:"Node Reference";s:11:"description";s:59:"Defines a field type for referencing one node from another.";s:12:"dependencies";a:3:{i:0;s:7:"content";i:1;s:4:"text";i:2;s:13:"optionwidgets";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-2.10";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1434568159";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+  'info' => 'a:10:{s:4:"name";s:14:"Node Reference";s:11:"description";s:59:"Defines a field type for referencing one node from another.";s:12:"dependencies";a:3:{i:0;s:7:"content";i:1;s:4:"text";i:2;s:13:"optionwidgets";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.9";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1294407979";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/cck/modules/number/number.module',
@@ -31455,7 +34336,7 @@
   'bootstrap' => '0',
   'schema_version' => '6000',
   'weight' => '0',
-  'info' => 'a:10:{s:4:"name";s:6:"Number";s:11:"description";s:28:"Defines numeric field types.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-2.10";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1434568159";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+  'info' => 'a:10:{s:4:"name";s:6:"Number";s:11:"description";s:28:"Defines numeric field types.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.9";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1294407979";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/cck/modules/optionwidgets/optionwidgets.module',
@@ -31467,7 +34348,7 @@
   'bootstrap' => '0',
   'schema_version' => '6001',
   'weight' => '0',
-  'info' => 'a:10:{s:4:"name";s:14:"Option Widgets";s:11:"description";s:82:"Defines selection, check box and radio button widgets for text and numeric fields.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-2.10";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1434568159";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+  'info' => 'a:10:{s:4:"name";s:14:"Option Widgets";s:11:"description";s:82:"Defines selection, check box and radio button widgets for text and numeric fields.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.9";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1294407979";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/cck/modules/text/text.module',
@@ -31479,7 +34360,7 @@
   'bootstrap' => '0',
   'schema_version' => '6003',
   'weight' => '0',
-  'info' => 'a:10:{s:4:"name";s:4:"Text";s:11:"description";s:32:"Defines simple text field types.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-2.10";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1434568159";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+  'info' => 'a:10:{s:4:"name";s:4:"Text";s:11:"description";s:32:"Defines simple text field types.";s:12:"dependencies";a:1:{i:0;s:7:"content";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.9";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1294407979";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/cck/modules/userreference/userreference.module',
@@ -31491,7 +34372,7 @@
   'bootstrap' => '0',
   'schema_version' => '-1',
   'weight' => '0',
-  'info' => 'a:10:{s:4:"name";s:14:"User Reference";s:11:"description";s:56:"Defines a field type for referencing a user from a node.";s:12:"dependencies";a:3:{i:0;s:7:"content";i:1;s:4:"text";i:2;s:13:"optionwidgets";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-2.10";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1434568159";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+  'info' => 'a:10:{s:4:"name";s:14:"User Reference";s:11:"description";s:56:"Defines a field type for referencing a user from a node.";s:12:"dependencies";a:3:{i:0;s:7:"content";i:1;s:4:"text";i:2;s:13:"optionwidgets";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:7:"version";s:7:"6.x-2.9";s:7:"project";s:3:"cck";s:9:"datestamp";s:10:"1294407979";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
 ))
 ->values(array(
   'filename' => 'sites/all/modules/date/date/date.module',
@@ -31710,6 +34591,138 @@
   'info' => 'a:10:{s:4:"name";s:14:"FileField Meta";s:11:"description";s:48:"Add metadata gathering and storage to FileField.";s:12:"dependencies";a:2:{i:0;s:9:"filefield";i:1;s:6:"getid3";}s:7:"package";s:3:"CCK";s:4:"core";s:3:"6.x";s:3:"php";s:3:"5.0";s:7:"version";s:8:"6.x-3.13";s:7:"project";s:9:"filefield";s:9:"datestamp";s:10:"1405541029";s:10:"dependents";a:0:{}}',
 ))
 ->values(array(
+  'filename' => 'sites/all/modules/i18n/i18n.module',
+  'name' => 'i18n',
+  'type' => 'module',
+  'owner' => '',
+  'status' => '1',
+  'throttle' => '0',
+  'bootstrap' => '1',
+  'schema_version' => '9',
+  'weight' => '10',
+  'info' => 'a:10:{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:11:"translation";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1318336004";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18nblocks/i18nblocks.module',
+  'name' => 'i18nblocks',
+  'type' => 'module',
+  'owner' => '',
+  'status' => '1',
+  'throttle' => '0',
+  'bootstrap' => '0',
+  'schema_version' => '6001',
+  'weight' => '0',
+  'info' => 'a:10:{s:4:"name";s:17:"Block translation";s:11:"description";s:50:"Enables multilingual blocks and block translation.";s:12:"dependencies";a:2:{i:0;s:4:"i18n";i:1;s:11:"i18nstrings";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1318336004";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18ncck/i18ncck.module',
+  'name' => 'i18ncck',
+  'type' => 'module',
+  'owner' => '',
+  'status' => '1',
+  'throttle' => '0',
+  'bootstrap' => '0',
+  'schema_version' => '0',
+  'weight' => '0',
+  'info' => 'a:10:{s:4:"name";s:15:"CCK translation";s:11:"description";s:56:"Supports translatable custom CCK fields and fieldgroups.";s:12:"dependencies";a:3:{i:0;s:4:"i18n";i:1;s:7:"content";i:2;s:11:"i18nstrings";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1318336004";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18ncontent/i18ncontent.module',
+  'name' => 'i18ncontent',
+  'type' => 'module',
+  'owner' => '',
+  'status' => '1',
+  'throttle' => '0',
+  'bootstrap' => '0',
+  'schema_version' => '6002',
+  'weight' => '0',
+  'info' => 'a:10:{s:4:"name";s:24:"Content type translation";s:11:"description";s:99:"Add multilingual options for content and translate related strings: name, description, help text...";s:12:"dependencies";a:1:{i:0;s:11:"i18nstrings";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1318336004";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18nmenu/i18nmenu.module',
+  'name' => 'i18nmenu',
+  'type' => 'module',
+  'owner' => '',
+  'status' => '0',
+  'throttle' => '0',
+  'bootstrap' => '0',
+  'schema_version' => '-1',
+  'weight' => '0',
+  'info' => 'a:10:{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:10:"i18nblocks";i:3;s:11:"i18nstrings";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1318336004";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18npoll/i18npoll.module',
+  'name' => 'i18npoll',
+  'type' => 'module',
+  'owner' => '',
+  'status' => '0',
+  'throttle' => '0',
+  'bootstrap' => '0',
+  'schema_version' => '-1',
+  'weight' => '0',
+  'info' => 'a:10:{s:4:"name";s:14:"Poll aggregate";s:11:"description";s:45:"Aggregates poll results for all translations.";s:12:"dependencies";a:2:{i:0;s:11:"translation";i:1;s:4:"poll";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1318336004";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18nprofile/i18nprofile.module',
+  'name' => 'i18nprofile',
+  'type' => 'module',
+  'owner' => '',
+  'status' => '1',
+  'throttle' => '0',
+  'bootstrap' => '0',
+  'schema_version' => '2',
+  'weight' => '0',
+  'info' => 'a:10:{s:4:"name";s:19:"Profile translation";s:11:"description";s:36:"Enables multilingual profile fields.";s:12:"dependencies";a:2:{i:0;s:7:"profile";i:1;s:11:"i18nstrings";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1318336004";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18nstrings/i18nstrings.module',
+  'name' => 'i18nstrings',
+  'type' => 'module',
+  'owner' => '',
+  'status' => '1',
+  'throttle' => '0',
+  'bootstrap' => '0',
+  'schema_version' => '6006',
+  'weight' => '10',
+  'info' => 'a:10:{s:4:"name";s:18:"String translation";s:11:"description";s:57:"Provides support for translation of user defined strings.";s:12:"dependencies";a:1:{i:0;s:6:"locale";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1318336004";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18nsync/i18nsync.module',
+  'name' => 'i18nsync',
+  'type' => 'module',
+  'owner' => '',
+  'status' => '0',
+  'throttle' => '0',
+  'bootstrap' => '0',
+  'schema_version' => '-1',
+  'weight' => '0',
+  'info' => 'a:10:{s:4:"name";s:24:"Synchronize translations";s:11:"description";s:74:"Synchronizes taxonomy and fields accross translations of the same content.";s:12:"dependencies";a:1:{i:0;s:4:"i18n";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1318336004";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/i18ntaxonomy/i18ntaxonomy.module',
+  'name' => 'i18ntaxonomy',
+  'type' => 'module',
+  'owner' => '',
+  'status' => '1',
+  'throttle' => '0',
+  'bootstrap' => '0',
+  'schema_version' => '6002',
+  'weight' => '5',
+  'info' => 'a:10:{s:4:"name";s:20:"Taxonomy translation";s:11:"description";s:30:"Enables multilingual taxonomy.";s:12:"dependencies";a:3:{i:0;s:4:"i18n";i:1;s:8:"taxonomy";i:2;s:11:"i18nstrings";}s:7:"package";s:13:"Multilanguage";s:4:"core";s:3:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1318336004";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+))
+->values(array(
+  'filename' => 'sites/all/modules/i18n/tests/i18n_test.module',
+  'name' => 'i18n_test',
+  'type' => 'module',
+  'owner' => '',
+  'status' => '0',
+  'throttle' => '0',
+  'bootstrap' => '0',
+  'schema_version' => '-1',
+  'weight' => '0',
+  'info' => 'a:10:{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:"6.x";s:7:"version";s:8:"6.x-1.10";s:7:"project";s:4:"i18n";s:9:"datestamp";s:10:"1318336004";s:10:"dependents";a:0:{}s:3:"php";s:5:"4.3.5";}',
+))
+->values(array(
   'filename' => 'sites/all/modules/imageapi/imageapi.module',
   'name' => 'imageapi',
   'type' => 'module',
@@ -31971,6 +34984,18 @@
       'size' => 'normal',
       'default' => '0',
     ),
+    'language' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '12',
+      'default' => '',
+    ),
+    'trid' => array(
+      'type' => 'int',
+      'not null' => TRUE,
+      'size' => 'normal',
+      'default' => '0',
+    ),
   ),
   'primary key' => array(
     'tid',
@@ -31985,6 +35010,8 @@
   'name',
   'description',
   'weight',
+  'language',
+  'trid',
 ))
 ->values(array(
   'tid' => '1',
@@ -31992,6 +35019,8 @@
   'name' => 'term 1 of vocabulary 1',
   'description' => 'description of term 1 of vocabulary 1',
   'weight' => '0',
+  'language' => '',
+  'trid' => '0',
 ))
 ->values(array(
   'tid' => '2',
@@ -31999,6 +35028,8 @@
   'name' => 'term 2 of vocabulary 2',
   'description' => 'description of term 2 of vocabulary 2',
   'weight' => '3',
+  'language' => '',
+  'trid' => '0',
 ))
 ->values(array(
   'tid' => '3',
@@ -32006,6 +35037,8 @@
   'name' => 'term 3 of vocabulary 2',
   'description' => 'description of term 3 of vocabulary 2',
   'weight' => '4',
+  'language' => '',
+  'trid' => '0',
 ))
 ->values(array(
   'tid' => '4',
@@ -32013,6 +35046,8 @@
   'name' => 'term 4 of vocabulary 3',
   'description' => 'description of term 4 of vocabulary 3',
   'weight' => '6',
+  'language' => '',
+  'trid' => '0',
 ))
 ->values(array(
   'tid' => '5',
@@ -32020,6 +35055,8 @@
   'name' => 'term 5 of vocabulary 3',
   'description' => 'description of term 5 of vocabulary 3',
   'weight' => '7',
+  'language' => '',
+  'trid' => '0',
 ))
 ->values(array(
   'tid' => '6',
@@ -32027,6 +35064,8 @@
   'name' => 'term 6 of vocabulary 3',
   'description' => 'description of term 6 of vocabulary 3',
   'weight' => '8',
+  'language' => '',
+  'trid' => '0',
 ))
 ->execute();
 
@@ -32545,8 +35584,8 @@
   'signature' => '',
   'signature_format' => '0',
   'created' => '0',
-  'access' => '1444943005',
-  'login' => '1444943005',
+  'access' => '1455755682',
+  'login' => '1455740922',
   'status' => '1',
   'timezone' => NULL,
   'language' => '',
@@ -32826,6 +35865,10 @@
   'value' => 's:5:"Guest";',
 ))
 ->values(array(
+  'name' => 'array_filter',
+  'value' => 'b:1;',
+))
+->values(array(
   'name' => 'book_allowed_types',
   'value' => 'a:1:{i:0;s:4:"book";}',
 ))
@@ -33586,6 +36629,10 @@
   'value' => 's:2:"25";',
 ))
 ->values(array(
+  'name' => 'i18nstrings_allowed_formats',
+  'value' => 'a:2:{i:0;i:1;i:1;i:2;}',
+))
+->values(array(
   'name' => 'image_jpeg_quality',
   'value' => 'i:75;',
 ))
@@ -33595,7 +36642,7 @@
 ))
 ->values(array(
   'name' => 'javascript_parsed',
-  'value' => 'a:0:{}',
+  'value' => 'a:6:{i:0;s:14:"misc/jquery.js";i:1;s:14:"misc/drupal.js";i:2;s:19:"misc/tableheader.js";i:3;s:16:"misc/collapse.js";s:10:"refresh:fr";s:7:"waiting";i:4;s:16:"misc/textarea.js";}',
 ))
 ->values(array(
   'name' => 'language_content_type_article',
@@ -33610,6 +36657,10 @@
   'value' => 'O:8:"stdClass":11:{s:8:"language";s:2:"en";s:4:"name";s:7:"English";s:6:"native";s:7:"English";s:9:"direction";s:1:"0";s:7:"enabled";i:1;s:7:"plurals";s:1:"0";s:7:"formula";s:0:"";s:6:"domain";s:0:"";s:6:"prefix";s:0:"";s:6:"weight";s:1:"0";s:10:"javascript";s:0:"";}',
 ))
 ->values(array(
+  'name' => 'language_negotiation',
+  'value' => 's:1:"1";',
+))
+->values(array(
   'name' => 'locale_cache_strings',
   'value' => 'i:1;',
 ))
@@ -34011,6 +37062,12 @@
       'size' => 'normal',
       'default' => '0',
     ),
+    'language' => array(
+      'type' => 'varchar',
+      'not null' => TRUE,
+      'length' => '12',
+      'default' => '',
+    ),
   ),
   'primary key' => array(
     'vid',
@@ -34031,6 +37088,7 @@
   'tags',
   'module',
   'weight',
+  'language',
 ))
 ->values(array(
   'vid' => '1',
@@ -34044,6 +37102,7 @@
   'tags' => '0',
   'module' => 'taxonomy',
   'weight' => '4',
+  'language' => '',
 ))
 ->values(array(
   'vid' => '2',
@@ -34057,6 +37116,7 @@
   'tags' => '1',
   'module' => 'taxonomy',
   'weight' => '5',
+  'language' => '',
 ))
 ->values(array(
   'vid' => '3',
@@ -34070,6 +37130,7 @@
   'tags' => '0',
   'module' => 'taxonomy',
   'weight' => '6',
+  'language' => '',
 ))
 ->values(array(
   'vid' => '4',
@@ -34083,6 +37144,7 @@
   'tags' => '0',
   'module' => 'taxonomy',
   'weight' => '0',
+  'language' => '',
 ))
 ->values(array(
   'vid' => '5',
@@ -34096,6 +37158,7 @@
   'tags' => '0',
   'module' => 'taxonomy',
   'weight' => '7',
+  'language' => '',
 ))
 ->execute();
 
