/core/modules/migrate_drupal/tests/fixtures/drupal6.php

http://github.com/drupal/drupal · PHP · 37268 lines · 708 code · 13 blank · 36547 comment · 1 complexity · c746f9d212dfa01ad1c8aeca322e9305 MD5 · raw file

  1. <?php
  2. // @codingStandardsIgnoreFile
  3. /**
  4. * @file
  5. * A database agnostic dump for testing purposes.
  6. *
  7. * This file was generated by the Drupal 8.0 db-tools.php script.
  8. */
  9. use Drupal\Core\Database\Database;
  10. $connection = Database::getConnection();
  11. $connection->schema()->createTable('access', array(
  12. 'fields' => array(
  13. 'aid' => array(
  14. 'type' => 'serial',
  15. 'not null' => TRUE,
  16. 'size' => 'normal',
  17. ),
  18. 'mask' => array(
  19. 'type' => 'varchar',
  20. 'not null' => TRUE,
  21. 'length' => '255',
  22. 'default' => '',
  23. ),
  24. 'type' => array(
  25. 'type' => 'varchar',
  26. 'not null' => TRUE,
  27. 'length' => '255',
  28. 'default' => '',
  29. ),
  30. 'status' => array(
  31. 'type' => 'int',
  32. 'not null' => TRUE,
  33. 'size' => 'normal',
  34. 'default' => '0',
  35. ),
  36. ),
  37. 'primary key' => array(
  38. 'aid',
  39. ),
  40. 'mysql_character_set' => 'utf8',
  41. ));
  42. $connection->schema()->createTable('accesslog', array(
  43. 'fields' => array(
  44. 'aid' => array(
  45. 'type' => 'serial',
  46. 'not null' => TRUE,
  47. 'size' => 'normal',
  48. ),
  49. 'sid' => array(
  50. 'type' => 'varchar',
  51. 'not null' => TRUE,
  52. 'length' => '64',
  53. 'default' => '',
  54. ),
  55. 'title' => array(
  56. 'type' => 'varchar',
  57. 'not null' => FALSE,
  58. 'length' => '255',
  59. ),
  60. 'path' => array(
  61. 'type' => 'varchar',
  62. 'not null' => FALSE,
  63. 'length' => '255',
  64. ),
  65. 'url' => array(
  66. 'type' => 'text',
  67. 'not null' => FALSE,
  68. 'size' => 'normal',
  69. ),
  70. 'hostname' => array(
  71. 'type' => 'varchar',
  72. 'not null' => FALSE,
  73. 'length' => '128',
  74. ),
  75. 'uid' => array(
  76. 'type' => 'int',
  77. 'not null' => FALSE,
  78. 'size' => 'normal',
  79. 'default' => '0',
  80. 'unsigned' => TRUE,
  81. ),
  82. 'timer' => array(
  83. 'type' => 'int',
  84. 'not null' => TRUE,
  85. 'size' => 'normal',
  86. 'default' => '0',
  87. 'unsigned' => TRUE,
  88. ),
  89. 'timestamp' => array(
  90. 'type' => 'int',
  91. 'not null' => TRUE,
  92. 'size' => 'normal',
  93. 'default' => '0',
  94. 'unsigned' => TRUE,
  95. ),
  96. ),
  97. 'primary key' => array(
  98. 'aid',
  99. ),
  100. 'indexes' => array(
  101. 'accesslog_timestamp' => array(
  102. 'timestamp',
  103. ),
  104. 'uid' => array(
  105. 'uid',
  106. ),
  107. ),
  108. 'mysql_character_set' => 'utf8',
  109. ));
  110. $connection->schema()->createTable('actions', array(
  111. 'fields' => array(
  112. 'aid' => array(
  113. 'type' => 'varchar',
  114. 'not null' => TRUE,
  115. 'length' => '255',
  116. 'default' => '0',
  117. ),
  118. 'type' => array(
  119. 'type' => 'varchar',
  120. 'not null' => TRUE,
  121. 'length' => '32',
  122. 'default' => '',
  123. ),
  124. 'callback' => array(
  125. 'type' => 'varchar',
  126. 'not null' => TRUE,
  127. 'length' => '255',
  128. 'default' => '',
  129. ),
  130. 'parameters' => array(
  131. 'type' => 'text',
  132. 'not null' => TRUE,
  133. 'size' => 'normal',
  134. ),
  135. 'description' => array(
  136. 'type' => 'varchar',
  137. 'not null' => TRUE,
  138. 'length' => '255',
  139. 'default' => '0',
  140. ),
  141. ),
  142. 'primary key' => array(
  143. 'aid',
  144. ),
  145. 'mysql_character_set' => 'utf8',
  146. ));
  147. $connection->insert('actions')
  148. ->fields(array(
  149. 'aid',
  150. 'type',
  151. 'callback',
  152. 'parameters',
  153. 'description',
  154. ))
  155. ->values(array(
  156. 'aid' => '1',
  157. 'type' => 'comment',
  158. 'callback' => 'comment_unpublish_by_keyword_action',
  159. 'parameters' => 'a:1:{s:8:"keywords";a:1:{i:0;s:6:"drupal";}}',
  160. 'description' => 'Unpublish comment containing keyword(s)',
  161. ))
  162. ->values(array(
  163. 'aid' => '2',
  164. 'type' => 'node',
  165. 'callback' => 'node_assign_owner_action',
  166. 'parameters' => 'a:1:{s:9:"owner_uid";s:1:"2";}',
  167. 'description' => 'Change the author of a post',
  168. ))
  169. ->values(array(
  170. 'aid' => '3',
  171. 'type' => 'node',
  172. 'callback' => 'node_unpublish_by_keyword_action',
  173. 'parameters' => 'a:1:{s:8:"keywords";a:1:{i:0;s:6:"drupal";}}',
  174. 'description' => 'Unpublish post containing keyword(s)',
  175. ))
  176. ->values(array(
  177. 'aid' => '4',
  178. 'type' => 'system',
  179. 'callback' => 'system_message_action',
  180. 'parameters' => 'a:1:{s:7:"message";s:21:"Drupal migration test";}',
  181. 'description' => 'Display a message to the user',
  182. ))
  183. ->values(array(
  184. 'aid' => '5',
  185. 'type' => 'system',
  186. 'callback' => 'system_send_email_action',
  187. 'parameters' => 'a:3:{s:9:"recipient";s:16:"test@example.com";s:7:"subject";s:21:"Drupal migration test";s:7:"message";s:21:"Drupal migration test";}',
  188. 'description' => 'Send e-mail',
  189. ))
  190. ->values(array(
  191. 'aid' => '6',
  192. 'type' => 'system',
  193. 'callback' => 'system_goto_action',
  194. 'parameters' => 'a:1:{s:3:"url";s:22:"https://www.drupal.org";}',
  195. 'description' => 'Redirect to URL',
  196. ))
  197. ->values(array(
  198. 'aid' => 'comment_publish_action',
  199. 'type' => 'comment',
  200. 'callback' => 'comment_publish_action',
  201. 'parameters' => '',
  202. 'description' => 'Publish comment',
  203. ))
  204. ->values(array(
  205. 'aid' => 'comment_unpublish_action',
  206. 'type' => 'comment',
  207. 'callback' => 'comment_unpublish_action',
  208. 'parameters' => '',
  209. 'description' => 'Unpublish comment',
  210. ))
  211. ->values(array(
  212. 'aid' => 'imagecache_flush_action',
  213. 'type' => 'node',
  214. 'callback' => 'imagecache_flush_action',
  215. 'parameters' => '',
  216. 'description' => "ImageCache: Flush ALL presets for this node's filefield images",
  217. ))
  218. ->values(array(
  219. 'aid' => 'imagecache_generate_all_action',
  220. 'type' => 'node',
  221. 'callback' => 'imagecache_generate_all_action',
  222. 'parameters' => '',
  223. 'description' => "ImageCache: Generate ALL presets for this node's filefield images",
  224. ))
  225. ->values(array(
  226. 'aid' => 'node_make_sticky_action',
  227. 'type' => 'node',
  228. 'callback' => 'node_make_sticky_action',
  229. 'parameters' => '',
  230. 'description' => 'Make post sticky',
  231. ))
  232. ->values(array(
  233. 'aid' => 'node_make_unsticky_action',
  234. 'type' => 'node',
  235. 'callback' => 'node_make_unsticky_action',
  236. 'parameters' => '',
  237. 'description' => 'Make post unsticky',
  238. ))
  239. ->values(array(
  240. 'aid' => 'node_promote_action',
  241. 'type' => 'node',
  242. 'callback' => 'node_promote_action',
  243. 'parameters' => '',
  244. 'description' => 'Promote post to front page',
  245. ))
  246. ->values(array(
  247. 'aid' => 'node_publish_action',
  248. 'type' => 'node',
  249. 'callback' => 'node_publish_action',
  250. 'parameters' => '',
  251. 'description' => 'Publish post',
  252. ))
  253. ->values(array(
  254. 'aid' => 'node_save_action',
  255. 'type' => 'node',
  256. 'callback' => 'node_save_action',
  257. 'parameters' => '',
  258. 'description' => 'Save post',
  259. ))
  260. ->values(array(
  261. 'aid' => 'node_unpromote_action',
  262. 'type' => 'node',
  263. 'callback' => 'node_unpromote_action',
  264. 'parameters' => '',
  265. 'description' => 'Remove post from front page',
  266. ))
  267. ->values(array(
  268. 'aid' => 'node_unpublish_action',
  269. 'type' => 'node',
  270. 'callback' => 'node_unpublish_action',
  271. 'parameters' => '',
  272. 'description' => 'Unpublish post',
  273. ))
  274. ->values(array(
  275. 'aid' => 'user_block_ip_action',
  276. 'type' => 'user',
  277. 'callback' => 'user_block_ip_action',
  278. 'parameters' => '',
  279. 'description' => 'Ban IP address of current user',
  280. ))
  281. ->values(array(
  282. 'aid' => 'user_block_user_action',
  283. 'type' => 'user',
  284. 'callback' => 'user_block_user_action',
  285. 'parameters' => '',
  286. 'description' => 'Block current user',
  287. ))
  288. ->execute();
  289. $connection->schema()->createTable('actions_aid', array(
  290. 'fields' => array(
  291. 'aid' => array(
  292. 'type' => 'serial',
  293. 'not null' => TRUE,
  294. 'size' => 'normal',
  295. 'unsigned' => TRUE,
  296. ),
  297. ),
  298. 'primary key' => array(
  299. 'aid',
  300. ),
  301. 'mysql_character_set' => 'utf8',
  302. ));
  303. $connection->insert('actions_aid')
  304. ->fields(array(
  305. 'aid',
  306. ))
  307. ->values(array(
  308. 'aid' => '1',
  309. ))
  310. ->values(array(
  311. 'aid' => '2',
  312. ))
  313. ->values(array(
  314. 'aid' => '3',
  315. ))
  316. ->values(array(
  317. 'aid' => '4',
  318. ))
  319. ->values(array(
  320. 'aid' => '5',
  321. ))
  322. ->values(array(
  323. 'aid' => '6',
  324. ))
  325. ->execute();
  326. $connection->schema()->createTable('aggregator_category', array(
  327. 'fields' => array(
  328. 'cid' => array(
  329. 'type' => 'serial',
  330. 'not null' => TRUE,
  331. 'size' => 'normal',
  332. ),
  333. 'title' => array(
  334. 'type' => 'varchar',
  335. 'not null' => TRUE,
  336. 'length' => '255',
  337. 'default' => '',
  338. ),
  339. 'description' => array(
  340. 'type' => 'text',
  341. 'not null' => TRUE,
  342. 'size' => 'normal',
  343. ),
  344. 'block' => array(
  345. 'type' => 'int',
  346. 'not null' => TRUE,
  347. 'size' => 'normal',
  348. 'default' => '0',
  349. ),
  350. ),
  351. 'primary key' => array(
  352. 'cid',
  353. ),
  354. 'mysql_character_set' => 'utf8',
  355. ));
  356. $connection->schema()->createTable('aggregator_feed', array(
  357. 'fields' => array(
  358. 'fid' => array(
  359. 'type' => 'serial',
  360. 'not null' => TRUE,
  361. 'size' => 'normal',
  362. ),
  363. 'title' => array(
  364. 'type' => 'varchar',
  365. 'not null' => TRUE,
  366. 'length' => '255',
  367. 'default' => '',
  368. ),
  369. 'url' => array(
  370. 'type' => 'varchar',
  371. 'not null' => TRUE,
  372. 'length' => '255',
  373. 'default' => '',
  374. ),
  375. 'refresh' => array(
  376. 'type' => 'int',
  377. 'not null' => TRUE,
  378. 'size' => 'normal',
  379. 'default' => '0',
  380. ),
  381. 'checked' => array(
  382. 'type' => 'int',
  383. 'not null' => TRUE,
  384. 'size' => 'normal',
  385. 'default' => '0',
  386. ),
  387. 'link' => array(
  388. 'type' => 'varchar',
  389. 'not null' => TRUE,
  390. 'length' => '255',
  391. 'default' => '',
  392. ),
  393. 'description' => array(
  394. 'type' => 'text',
  395. 'not null' => TRUE,
  396. 'size' => 'normal',
  397. ),
  398. 'image' => array(
  399. 'type' => 'text',
  400. 'not null' => TRUE,
  401. 'size' => 'normal',
  402. ),
  403. 'etag' => array(
  404. 'type' => 'varchar',
  405. 'not null' => TRUE,
  406. 'length' => '255',
  407. 'default' => '',
  408. ),
  409. 'modified' => array(
  410. 'type' => 'int',
  411. 'not null' => TRUE,
  412. 'size' => 'normal',
  413. 'default' => '0',
  414. ),
  415. 'block' => array(
  416. 'type' => 'int',
  417. 'not null' => TRUE,
  418. 'size' => 'normal',
  419. 'default' => '0',
  420. ),
  421. ),
  422. 'primary key' => array(
  423. 'fid',
  424. ),
  425. 'mysql_character_set' => 'utf8',
  426. ));
  427. $connection->insert('aggregator_feed')
  428. ->fields(array(
  429. 'fid',
  430. 'title',
  431. 'url',
  432. 'refresh',
  433. 'checked',
  434. 'link',
  435. 'description',
  436. 'image',
  437. 'etag',
  438. 'modified',
  439. 'block',
  440. ))
  441. ->values(array(
  442. 'fid' => '5',
  443. 'title' => 'Know Your Meme',
  444. 'url' => 'http://knowyourmeme.com/newsfeed.rss',
  445. 'refresh' => '900',
  446. 'checked' => '1387659487',
  447. 'link' => 'http://knowyourmeme.com',
  448. 'description' => 'New items added to the News Feed',
  449. 'image' => 'http://b.thumbs.redditmedia.com/harEHsUUZVajabtC.png',
  450. 'etag' => '"213cc1365b96c310e92053c5551f0504"',
  451. 'modified' => '0',
  452. 'block' => '7',
  453. ))
  454. ->execute();
  455. $connection->schema()->createTable('aggregator_item', array(
  456. 'fields' => array(
  457. 'iid' => array(
  458. 'type' => 'serial',
  459. 'not null' => TRUE,
  460. 'size' => 'normal',
  461. ),
  462. 'fid' => array(
  463. 'type' => 'int',
  464. 'not null' => TRUE,
  465. 'size' => 'normal',
  466. 'default' => '0',
  467. ),
  468. 'title' => array(
  469. 'type' => 'varchar',
  470. 'not null' => TRUE,
  471. 'length' => '255',
  472. 'default' => '',
  473. ),
  474. 'link' => array(
  475. 'type' => 'varchar',
  476. 'not null' => TRUE,
  477. 'length' => '255',
  478. 'default' => '',
  479. ),
  480. 'author' => array(
  481. 'type' => 'varchar',
  482. 'not null' => TRUE,
  483. 'length' => '255',
  484. 'default' => '',
  485. ),
  486. 'description' => array(
  487. 'type' => 'text',
  488. 'not null' => TRUE,
  489. 'size' => 'normal',
  490. ),
  491. 'timestamp' => array(
  492. 'type' => 'int',
  493. 'not null' => FALSE,
  494. 'size' => 'normal',
  495. ),
  496. 'guid' => array(
  497. 'type' => 'varchar',
  498. 'not null' => FALSE,
  499. 'length' => '255',
  500. ),
  501. ),
  502. 'primary key' => array(
  503. 'iid',
  504. ),
  505. 'mysql_character_set' => 'utf8',
  506. ));
  507. $connection->insert('aggregator_item')
  508. ->fields(array(
  509. 'iid',
  510. 'fid',
  511. 'title',
  512. 'link',
  513. 'author',
  514. 'description',
  515. 'timestamp',
  516. 'guid',
  517. ))
  518. ->values(array(
  519. 'iid' => '1',
  520. 'fid' => '5',
  521. 'title' => 'This (three) weeks in Drupal Core - January 10th 2014',
  522. 'link' => 'https://groups.drupal.org/node/395218',
  523. 'author' => 'larowlan',
  524. 'description' => "<h2 id='new'>What's new with Drupal 8?</h2>",
  525. 'timestamp' => '1389297196',
  526. 'guid' => '395218 at https://groups.drupal.org',
  527. ))
  528. ->execute();
  529. $connection->schema()->createTable('authmap', array(
  530. 'fields' => array(
  531. 'aid' => array(
  532. 'type' => 'serial',
  533. 'not null' => TRUE,
  534. 'size' => 'normal',
  535. 'unsigned' => TRUE,
  536. ),
  537. 'uid' => array(
  538. 'type' => 'int',
  539. 'not null' => TRUE,
  540. 'size' => 'normal',
  541. 'default' => '0',
  542. ),
  543. 'authname' => array(
  544. 'type' => 'varchar',
  545. 'not null' => TRUE,
  546. 'length' => '128',
  547. 'default' => '',
  548. ),
  549. 'module' => array(
  550. 'type' => 'varchar',
  551. 'not null' => TRUE,
  552. 'length' => '128',
  553. 'default' => '',
  554. ),
  555. ),
  556. 'primary key' => array(
  557. 'aid',
  558. ),
  559. 'mysql_character_set' => 'utf8',
  560. ));
  561. $connection->schema()->createTable('batch', array(
  562. 'fields' => array(
  563. 'bid' => array(
  564. 'type' => 'serial',
  565. 'not null' => TRUE,
  566. 'size' => 'normal',
  567. 'unsigned' => TRUE,
  568. ),
  569. 'token' => array(
  570. 'type' => 'varchar',
  571. 'not null' => TRUE,
  572. 'length' => '64',
  573. ),
  574. 'timestamp' => array(
  575. 'type' => 'int',
  576. 'not null' => TRUE,
  577. 'size' => 'normal',
  578. ),
  579. 'batch' => array(
  580. 'type' => 'text',
  581. 'not null' => FALSE,
  582. 'size' => 'normal',
  583. ),
  584. ),
  585. 'primary key' => array(
  586. 'bid',
  587. ),
  588. 'mysql_character_set' => 'utf8',
  589. ));
  590. $connection->insert('batch')
  591. ->fields(array(
  592. 'bid',
  593. 'token',
  594. 'timestamp',
  595. 'batch',
  596. ))
  597. ->values(array(
  598. 'bid' => '1',
  599. 'token' => '',
  600. 'timestamp' => '1494966324',
  601. 'batch' => NULL,
  602. ))
  603. ->execute();
  604. $connection->schema()->createTable('blocks', array(
  605. 'fields' => array(
  606. 'bid' => array(
  607. 'type' => 'serial',
  608. 'not null' => TRUE,
  609. 'size' => 'normal',
  610. ),
  611. 'module' => array(
  612. 'type' => 'varchar',
  613. 'not null' => TRUE,
  614. 'length' => '64',
  615. 'default' => '',
  616. ),
  617. 'delta' => array(
  618. 'type' => 'varchar',
  619. 'not null' => TRUE,
  620. 'length' => '32',
  621. 'default' => '0',
  622. ),
  623. 'theme' => array(
  624. 'type' => 'varchar',
  625. 'not null' => TRUE,
  626. 'length' => '64',
  627. 'default' => '',
  628. ),
  629. 'status' => array(
  630. 'type' => 'int',
  631. 'not null' => TRUE,
  632. 'size' => 'normal',
  633. 'default' => '0',
  634. ),
  635. 'weight' => array(
  636. 'type' => 'int',
  637. 'not null' => TRUE,
  638. 'size' => 'normal',
  639. 'default' => '0',
  640. ),
  641. 'region' => array(
  642. 'type' => 'varchar',
  643. 'not null' => TRUE,
  644. 'length' => '64',
  645. 'default' => '',
  646. ),
  647. 'custom' => array(
  648. 'type' => 'int',
  649. 'not null' => TRUE,
  650. 'size' => 'normal',
  651. 'default' => '0',
  652. ),
  653. 'throttle' => array(
  654. 'type' => 'int',
  655. 'not null' => TRUE,
  656. 'size' => 'normal',
  657. 'default' => '0',
  658. ),
  659. 'visibility' => array(
  660. 'type' => 'int',
  661. 'not null' => TRUE,
  662. 'size' => 'normal',
  663. 'default' => '0',
  664. ),
  665. 'pages' => array(
  666. 'type' => 'text',
  667. 'not null' => TRUE,
  668. 'size' => 'normal',
  669. ),
  670. 'title' => array(
  671. 'type' => 'varchar',
  672. 'not null' => TRUE,
  673. 'length' => '64',
  674. 'default' => '',
  675. ),
  676. 'cache' => array(
  677. 'type' => 'int',
  678. 'not null' => TRUE,
  679. 'size' => 'normal',
  680. 'default' => '1',
  681. ),
  682. ),
  683. 'primary key' => array(
  684. 'bid',
  685. ),
  686. 'mysql_character_set' => 'utf8',
  687. ));
  688. $connection->insert('blocks')
  689. ->fields(array(
  690. 'bid',
  691. 'module',
  692. 'delta',
  693. 'theme',
  694. 'status',
  695. 'weight',
  696. 'region',
  697. 'custom',
  698. 'throttle',
  699. 'visibility',
  700. 'pages',
  701. 'title',
  702. 'cache',
  703. ))
  704. ->values(array(
  705. 'bid' => '1',
  706. 'module' => 'user',
  707. 'delta' => '0',
  708. 'theme' => 'garland',
  709. 'status' => '1',
  710. 'weight' => '-10',
  711. 'region' => 'left',
  712. 'custom' => '0',
  713. 'throttle' => '0',
  714. 'visibility' => '0',
  715. 'pages' => "<front>\r\nnode/1\nblog/*",
  716. 'title' => '',
  717. 'cache' => '-1',
  718. ))
  719. ->values(array(
  720. 'bid' => '2',
  721. 'module' => 'user',
  722. 'delta' => '1',
  723. 'theme' => 'garland',
  724. 'status' => '1',
  725. 'weight' => '-11',
  726. 'region' => 'left',
  727. 'custom' => '0',
  728. 'throttle' => '0',
  729. 'visibility' => '0',
  730. 'pages' => '',
  731. 'title' => 'zu - Navigation',
  732. 'cache' => '-1',
  733. ))
  734. ->values(array(
  735. 'bid' => '3',
  736. 'module' => 'system',
  737. 'delta' => '0',
  738. 'theme' => 'garland',
  739. 'status' => '1',
  740. 'weight' => '-5',
  741. 'region' => 'footer',
  742. 'custom' => '0',
  743. 'throttle' => '0',
  744. 'visibility' => '0',
  745. 'pages' => 'node/1',
  746. 'title' => '',
  747. 'cache' => '-1',
  748. ))
  749. ->values(array(
  750. 'bid' => '4',
  751. 'module' => 'comment',
  752. 'delta' => '0',
  753. 'theme' => 'garland',
  754. 'status' => '0',
  755. 'weight' => '-9',
  756. 'region' => '',
  757. 'custom' => '0',
  758. 'throttle' => '0',
  759. 'visibility' => '0',
  760. 'pages' => '',
  761. 'title' => '',
  762. 'cache' => '1',
  763. ))
  764. ->values(array(
  765. 'bid' => '5',
  766. 'module' => 'menu',
  767. 'delta' => 'primary-links',
  768. 'theme' => 'garland',
  769. 'status' => '1',
  770. 'weight' => '-5',
  771. 'region' => 'header',
  772. 'custom' => '0',
  773. 'throttle' => '0',
  774. 'visibility' => '0',
  775. 'pages' => '',
  776. 'title' => '',
  777. 'cache' => '-1',
  778. ))
  779. ->values(array(
  780. 'bid' => '6',
  781. 'module' => 'menu',
  782. 'delta' => 'secondary-links',
  783. 'theme' => 'garland',
  784. 'status' => '0',
  785. 'weight' => '-8',
  786. 'region' => '',
  787. 'custom' => '0',
  788. 'throttle' => '0',
  789. 'visibility' => '0',
  790. 'pages' => '',
  791. 'title' => '',
  792. 'cache' => '-1',
  793. ))
  794. ->values(array(
  795. 'bid' => '7',
  796. 'module' => 'node',
  797. 'delta' => '0',
  798. 'theme' => 'garland',
  799. 'status' => '0',
  800. 'weight' => '-7',
  801. 'region' => '',
  802. 'custom' => '0',
  803. 'throttle' => '0',
  804. 'visibility' => '0',
  805. 'pages' => '',
  806. 'title' => '',
  807. 'cache' => '-1',
  808. ))
  809. ->values(array(
  810. 'bid' => '8',
  811. 'module' => 'user',
  812. 'delta' => '2',
  813. 'theme' => 'garland',
  814. 'status' => '1',
  815. 'weight' => '-11',
  816. 'region' => 'right',
  817. 'custom' => '0',
  818. 'throttle' => '0',
  819. 'visibility' => '0',
  820. 'pages' => '',
  821. 'title' => '',
  822. 'cache' => '1',
  823. ))
  824. ->values(array(
  825. 'bid' => '9',
  826. 'module' => 'user',
  827. 'delta' => '3',
  828. 'theme' => 'garland',
  829. 'status' => '1',
  830. 'weight' => '-10',
  831. 'region' => 'right',
  832. 'custom' => '0',
  833. 'throttle' => '0',
  834. 'visibility' => '0',
  835. 'pages' => '',
  836. 'title' => '',
  837. 'cache' => '-1',
  838. ))
  839. ->values(array(
  840. 'bid' => '10',
  841. 'module' => 'block',
  842. 'delta' => '1',
  843. 'theme' => 'garland',
  844. 'status' => '1',
  845. 'weight' => '0',
  846. 'region' => 'content',
  847. 'custom' => '0',
  848. 'throttle' => '0',
  849. 'visibility' => '1',
  850. 'pages' => '<front>',
  851. 'title' => 'Static Block',
  852. 'cache' => '-1',
  853. ))
  854. ->values(array(
  855. 'bid' => '11',
  856. 'module' => 'block',
  857. 'delta' => '2',
  858. 'theme' => 'bluemarine',
  859. 'status' => '1',
  860. 'weight' => '-4',
  861. 'region' => 'right',
  862. 'custom' => '0',
  863. 'throttle' => '0',
  864. 'visibility' => '1',
  865. 'pages' => 'node',
  866. 'title' => 'Another Static Block',
  867. 'cache' => '-1',
  868. ))
  869. ->values(array(
  870. 'bid' => '12',
  871. 'module' => 'block',
  872. 'delta' => '1',
  873. 'theme' => 'test_theme',
  874. 'status' => '1',
  875. 'weight' => '-7',
  876. 'region' => 'right',
  877. 'custom' => '0',
  878. 'throttle' => '0',
  879. 'visibility' => '0',
  880. 'pages' => '',
  881. 'title' => '',
  882. 'cache' => '-1',
  883. ))
  884. ->values(array(
  885. 'bid' => '13',
  886. 'module' => 'block',
  887. 'delta' => '2',
  888. 'theme' => 'test_theme',
  889. 'status' => '1',
  890. 'weight' => '-2',
  891. 'region' => 'left',
  892. 'custom' => '0',
  893. 'throttle' => '0',
  894. 'visibility' => '2',
  895. 'pages' => "<?php\nreturn TRUE;",
  896. 'title' => '',
  897. 'cache' => '-1',
  898. ))
  899. ->values(array(
  900. 'bid' => '14',
  901. 'module' => 'aggregator',
  902. 'delta' => 'feed-5',
  903. 'theme' => 'garland',
  904. 'status' => '1',
  905. 'weight' => '-2',
  906. 'region' => 'right',
  907. 'custom' => '0',
  908. 'throttle' => '0',
  909. 'visibility' => '0',
  910. 'pages' => '',
  911. 'title' => '',
  912. 'cache' => '1',
  913. ))
  914. ->values(array(
  915. 'bid' => '15',
  916. 'module' => 'block',
  917. 'delta' => '2',
  918. 'theme' => 'garland',
  919. 'status' => '0',
  920. 'weight' => '1',
  921. 'region' => '',
  922. 'custom' => '0',
  923. 'throttle' => '0',
  924. 'visibility' => '0',
  925. 'pages' => '',
  926. 'title' => '',
  927. 'cache' => '-1',
  928. ))
  929. ->values(array(
  930. 'bid' => '16',
  931. 'module' => 'profile',
  932. 'delta' => '0',
  933. 'theme' => 'garland',
  934. 'status' => '0',
  935. 'weight' => '-5',
  936. 'region' => '',
  937. 'custom' => '0',
  938. 'throttle' => '0',
  939. 'visibility' => '0',
  940. 'pages' => '',
  941. 'title' => '',
  942. 'cache' => '5',
  943. ))
  944. ->values(array(
  945. 'bid' => '17',
  946. 'module' => 'event',
  947. 'delta' => '0',
  948. 'theme' => 'garland',
  949. 'status' => '0',
  950. 'weight' => '-3',
  951. 'region' => '',
  952. 'custom' => '0',
  953. 'throttle' => '0',
  954. 'visibility' => '0',
  955. 'pages' => '',
  956. 'title' => '',
  957. 'cache' => '1',
  958. ))
  959. ->values(array(
  960. 'bid' => '18',
  961. 'module' => 'event',
  962. 'delta' => '1',
  963. 'theme' => 'garland',
  964. 'status' => '0',
  965. 'weight' => '0',
  966. 'region' => '',
  967. 'custom' => '0',
  968. 'throttle' => '0',
  969. 'visibility' => '0',
  970. 'pages' => '',
  971. 'title' => '',
  972. 'cache' => '1',
  973. ))
  974. ->values(array(
  975. 'bid' => '19',
  976. 'module' => 'event',
  977. 'delta' => 'event-upcoming-event',
  978. 'theme' => 'garland',
  979. 'status' => '0',
  980. 'weight' => '-1',
  981. 'region' => '',
  982. 'custom' => '0',
  983. 'throttle' => '0',
  984. 'visibility' => '0',
  985. 'pages' => '',
  986. 'title' => '',
  987. 'cache' => '1',
  988. ))
  989. ->values(array(
  990. 'bid' => '20',
  991. 'module' => 'book',
  992. 'delta' => '0',
  993. 'theme' => 'garland',
  994. 'status' => '1',
  995. 'weight' => '-4',
  996. 'region' => 'right',
  997. 'custom' => '0',
  998. 'throttle' => '0',
  999. 'visibility' => '0',
  1000. 'pages' => '',
  1001. 'title' => '',
  1002. 'cache' => '5',
  1003. ))
  1004. ->values(array(
  1005. 'bid' => '21',
  1006. 'module' => 'locale',
  1007. 'delta' => '0',
  1008. 'theme' => 'garland',
  1009. 'status' => '0',
  1010. 'weight' => '0',
  1011. 'region' => '',
  1012. 'custom' => '0',
  1013. 'throttle' => '0',
  1014. 'visibility' => '0',
  1015. 'pages' => '',
  1016. 'title' => '',
  1017. 'cache' => '-1',
  1018. ))
  1019. ->values(array(
  1020. 'bid' => '22',
  1021. 'module' => 'forum',
  1022. 'delta' => '0',
  1023. 'theme' => 'garland',
  1024. 'status' => '1',
  1025. 'weight' => '-8',
  1026. 'region' => 'left',
  1027. 'custom' => '0',
  1028. 'throttle' => '0',
  1029. 'visibility' => '0',
  1030. 'pages' => '',
  1031. 'title' => '',
  1032. 'cache' => '1',
  1033. ))
  1034. ->values(array(
  1035. 'bid' => '23',
  1036. 'module' => 'forum',
  1037. 'delta' => '1',
  1038. 'theme' => 'garland',
  1039. 'status' => '1',
  1040. 'weight' => '-9',
  1041. 'region' => 'left',
  1042. 'custom' => '0',
  1043. 'throttle' => '0',
  1044. 'visibility' => '0',
  1045. 'pages' => '',
  1046. 'title' => '',
  1047. 'cache' => '1',
  1048. ))
  1049. ->values(array(
  1050. 'bid' => '24',
  1051. 'module' => 'statistics',
  1052. 'delta' => '0',
  1053. 'theme' => 'garland',
  1054. 'status' => '1',
  1055. 'weight' => '0',
  1056. 'region' => 'right',
  1057. 'custom' => '0',
  1058. 'throttle' => '0',
  1059. 'visibility' => '0',
  1060. 'pages' => '',
  1061. 'title' => '',
  1062. 'cache' => '-1',
  1063. ))
  1064. ->execute();
  1065. $connection->schema()->createTable('blocks_roles', array(
  1066. 'fields' => array(
  1067. 'module' => array(
  1068. 'type' => 'varchar',
  1069. 'not null' => TRUE,
  1070. 'length' => '64',
  1071. ),
  1072. 'delta' => array(
  1073. 'type' => 'varchar',
  1074. 'not null' => TRUE,
  1075. 'length' => '32',
  1076. ),
  1077. 'rid' => array(
  1078. 'type' => 'int',
  1079. 'not null' => TRUE,
  1080. 'size' => 'normal',
  1081. 'unsigned' => TRUE,
  1082. ),
  1083. ),
  1084. 'primary key' => array(
  1085. 'module',
  1086. 'delta',
  1087. 'rid',
  1088. ),
  1089. 'mysql_character_set' => 'utf8',
  1090. ));
  1091. $connection->insert('blocks_roles')
  1092. ->fields(array(
  1093. 'module',
  1094. 'delta',
  1095. 'rid',
  1096. ))
  1097. ->values(array(
  1098. 'module' => 'user',
  1099. 'delta' => '2',
  1100. 'rid' => '2',
  1101. ))
  1102. ->values(array(
  1103. 'module' => 'user',
  1104. 'delta' => '3',
  1105. 'rid' => '3',
  1106. ))
  1107. ->execute();
  1108. $connection->schema()->createTable('book', array(
  1109. 'fields' => array(
  1110. 'mlid' => array(
  1111. 'type' => 'int',
  1112. 'not null' => TRUE,
  1113. 'size' => 'normal',
  1114. 'default' => '0',
  1115. 'unsigned' => TRUE,
  1116. ),
  1117. 'nid' => array(
  1118. 'type' => 'int',
  1119. 'not null' => TRUE,
  1120. 'size' => 'normal',
  1121. 'default' => '0',
  1122. 'unsigned' => TRUE,
  1123. ),
  1124. 'bid' => array(
  1125. 'type' => 'int',
  1126. 'not null' => TRUE,
  1127. 'size' => 'normal',
  1128. 'default' => '0',
  1129. 'unsigned' => TRUE,
  1130. ),
  1131. ),
  1132. 'primary key' => array(
  1133. 'mlid',
  1134. ),
  1135. 'mysql_character_set' => 'utf8',
  1136. ));
  1137. $connection->insert('book')
  1138. ->fields(array(
  1139. 'mlid',
  1140. 'nid',
  1141. 'bid',
  1142. ))
  1143. ->values(array(
  1144. 'mlid' => '1',
  1145. 'nid' => '4',
  1146. 'bid' => '4',
  1147. ))
  1148. ->values(array(
  1149. 'mlid' => '2',
  1150. 'nid' => '5',
  1151. 'bid' => '4',
  1152. ))
  1153. ->values(array(
  1154. 'mlid' => '3',
  1155. 'nid' => '6',
  1156. 'bid' => '4',
  1157. ))
  1158. ->values(array(
  1159. 'mlid' => '4',
  1160. 'nid' => '7',
  1161. 'bid' => '4',
  1162. ))
  1163. ->values(array(
  1164. 'mlid' => '5',
  1165. 'nid' => '8',
  1166. 'bid' => '8',
  1167. ))
  1168. ->execute();
  1169. $connection->schema()->createTable('boxes', array(
  1170. 'fields' => array(
  1171. 'bid' => array(
  1172. 'type' => 'serial',
  1173. 'not null' => TRUE,
  1174. 'size' => 'normal',
  1175. 'unsigned' => TRUE,
  1176. ),
  1177. 'body' => array(
  1178. 'type' => 'text',
  1179. 'not null' => FALSE,
  1180. 'size' => 'normal',
  1181. ),
  1182. 'info' => array(
  1183. 'type' => 'varchar',
  1184. 'not null' => TRUE,
  1185. 'length' => '128',
  1186. 'default' => '',
  1187. ),
  1188. 'format' => array(
  1189. 'type' => 'int',
  1190. 'not null' => TRUE,
  1191. 'size' => 'normal',
  1192. 'default' => '0',
  1193. ),
  1194. ),
  1195. 'primary key' => array(
  1196. 'bid',
  1197. ),
  1198. 'mysql_character_set' => 'utf8',
  1199. ));
  1200. $connection->insert('boxes')
  1201. ->fields(array(
  1202. 'bid',
  1203. 'body',
  1204. 'info',
  1205. 'format',
  1206. ))
  1207. ->values(array(
  1208. 'bid' => '1',
  1209. 'body' => '<h3>My first custom block body</h3>',
  1210. 'info' => 'My block 1',
  1211. 'format' => '2',
  1212. ))
  1213. ->values(array(
  1214. 'bid' => '2',
  1215. 'body' => '<h3>My second custom block body</h3>',
  1216. 'info' => 'My block 2',
  1217. 'format' => '2',
  1218. ))
  1219. ->execute();
  1220. $connection->schema()->createTable('cache', array(
  1221. 'fields' => array(
  1222. 'cid' => array(
  1223. 'type' => 'varchar',
  1224. 'not null' => TRUE,
  1225. 'length' => '255',
  1226. 'default' => '',
  1227. ),
  1228. 'data' => array(
  1229. 'type' => 'blob',
  1230. 'not null' => FALSE,
  1231. 'size' => 'big',
  1232. ),
  1233. 'expire' => array(
  1234. 'type' => 'int',
  1235. 'not null' => TRUE,
  1236. 'size' => 'normal',
  1237. 'default' => '0',
  1238. ),
  1239. 'created' => array(
  1240. 'type' => 'int',
  1241. 'not null' => TRUE,
  1242. 'size' => 'normal',
  1243. 'default' => '0',
  1244. ),
  1245. 'headers' => array(
  1246. 'type' => 'text',
  1247. 'not null' => FALSE,
  1248. 'size' => 'normal',
  1249. ),
  1250. 'serialized' => array(
  1251. 'type' => 'int',
  1252. 'not null' => TRUE,
  1253. 'size' => 'normal',
  1254. 'default' => '0',
  1255. ),
  1256. ),
  1257. 'primary key' => array(
  1258. 'cid',
  1259. ),
  1260. 'mysql_character_set' => 'utf8',
  1261. ));
  1262. $connection->schema()->createTable('cache_block', array(
  1263. 'fields' => array(
  1264. 'cid' => array(
  1265. 'type' => 'varchar',
  1266. 'not null' => TRUE,
  1267. 'length' => '255',
  1268. 'default' => '',
  1269. ),
  1270. 'data' => array(
  1271. 'type' => 'blob',
  1272. 'not null' => FALSE,
  1273. 'size' => 'big',
  1274. ),
  1275. 'expire' => array(
  1276. 'type' => 'int',
  1277. 'not null' => TRUE,
  1278. 'size' => 'normal',
  1279. 'default' => '0',
  1280. ),
  1281. 'created' => array(
  1282. 'type' => 'int',
  1283. 'not null' => TRUE,
  1284. 'size' => 'normal',
  1285. 'default' => '0',
  1286. ),
  1287. 'headers' => array(
  1288. 'type' => 'text',
  1289. 'not null' => FALSE,
  1290. 'size' => 'normal',
  1291. ),
  1292. 'serialized' => array(
  1293. 'type' => 'int',
  1294. 'not null' => TRUE,
  1295. 'size' => 'normal',
  1296. 'default' => '0',
  1297. ),
  1298. ),
  1299. 'primary key' => array(
  1300. 'cid',
  1301. ),
  1302. 'mysql_character_set' => 'utf8',
  1303. ));
  1304. $connection->schema()->createTable('cache_bootstrap', array(
  1305. 'fields' => array(
  1306. 'cid' => array(
  1307. 'type' => 'varchar',
  1308. 'not null' => TRUE,
  1309. 'length' => '255',
  1310. 'default' => '',
  1311. ),
  1312. 'data' => array(
  1313. 'type' => 'blob',
  1314. 'not null' => FALSE,
  1315. 'size' => 'big',
  1316. ),
  1317. 'expire' => array(
  1318. 'type' => 'int',
  1319. 'not null' => TRUE,
  1320. 'size' => 'normal',
  1321. 'default' => '0',
  1322. ),
  1323. 'created' => array(
  1324. 'type' => 'numeric',
  1325. 'not null' => TRUE,
  1326. 'precision' => '14',
  1327. 'scale' => '3',
  1328. 'default' => '0.000',
  1329. ),
  1330. 'serialized' => array(
  1331. 'type' => 'int',
  1332. 'not null' => TRUE,
  1333. 'size' => 'normal',
  1334. 'default' => '0',
  1335. ),
  1336. 'tags' => array(
  1337. 'type' => 'text',
  1338. 'not null' => FALSE,
  1339. 'size' => 'normal',
  1340. ),
  1341. 'checksum_invalidations' => array(
  1342. 'type' => 'int',
  1343. 'not null' => TRUE,
  1344. 'size' => 'normal',
  1345. 'default' => '0',
  1346. ),
  1347. 'checksum_deletions' => array(
  1348. 'type' => 'int',
  1349. 'not null' => TRUE,
  1350. 'size' => 'normal',
  1351. 'default' => '0',
  1352. ),
  1353. ),
  1354. 'primary key' => array(
  1355. 'cid',
  1356. ),
  1357. 'mysql_character_set' => 'utf8',
  1358. ));
  1359. $connection->schema()->createTable('cache_config', array(
  1360. 'fields' => array(
  1361. 'cid' => array(
  1362. 'type' => 'varchar',
  1363. 'not null' => TRUE,
  1364. 'length' => '255',
  1365. 'default' => '',
  1366. ),
  1367. 'data' => array(
  1368. 'type' => 'blob',
  1369. 'not null' => FALSE,
  1370. 'size' => 'big',
  1371. ),
  1372. 'expire' => array(
  1373. 'type' => 'int',
  1374. 'not null' => TRUE,
  1375. 'size' => 'normal',
  1376. 'default' => '0',
  1377. ),
  1378. 'created' => array(
  1379. 'type' => 'numeric',
  1380. 'not null' => TRUE,
  1381. 'precision' => '14',
  1382. 'scale' => '3',
  1383. 'default' => '0.000',
  1384. ),
  1385. 'serialized' => array(
  1386. 'type' => 'int',
  1387. 'not null' => TRUE,
  1388. 'size' => 'normal',
  1389. 'default' => '0',
  1390. ),
  1391. 'tags' => array(
  1392. 'type' => 'text',
  1393. 'not null' => FALSE,
  1394. 'size' => 'normal',
  1395. ),
  1396. 'checksum_invalidations' => array(
  1397. 'type' => 'int',
  1398. 'not null' => TRUE,
  1399. 'size' => 'normal',
  1400. 'default' => '0',
  1401. ),
  1402. 'checksum_deletions' => array(
  1403. 'type' => 'int',
  1404. 'not null' => TRUE,
  1405. 'size' => 'normal',
  1406. 'default' => '0',
  1407. ),
  1408. ),
  1409. 'primary key' => array(
  1410. 'cid',
  1411. ),
  1412. 'mysql_character_set' => 'utf8',
  1413. ));
  1414. $connection->schema()->createTable('cache_content', array(
  1415. 'fields' => array(
  1416. 'cid' => array(
  1417. 'type' => 'varchar',
  1418. 'not null' => TRUE,
  1419. 'length' => '255',
  1420. 'default' => '',
  1421. ),
  1422. 'data' => array(
  1423. 'type' => 'blob',
  1424. 'not null' => FALSE,
  1425. 'size' => 'big',
  1426. ),
  1427. 'expire' => array(
  1428. 'type' => 'int',
  1429. 'not null' => TRUE,
  1430. 'size' => 'normal',
  1431. 'default' => '0',
  1432. ),
  1433. 'created' => array(
  1434. 'type' => 'int',
  1435. 'not null' => TRUE,
  1436. 'size' => 'normal',
  1437. 'default' => '0',
  1438. ),
  1439. 'headers' => array(
  1440. 'type' => 'text',
  1441. 'not null' => FALSE,
  1442. 'size' => 'normal',
  1443. ),
  1444. 'serialized' => array(
  1445. 'type' => 'int',
  1446. 'not null' => TRUE,
  1447. 'size' => 'normal',
  1448. 'default' => '0',
  1449. ),
  1450. ),
  1451. 'primary key' => array(
  1452. 'cid',
  1453. ),
  1454. 'mysql_character_set' => 'utf8',
  1455. ));
  1456. $connection->schema()->createTable('cache_discovery', array(
  1457. 'fields' => array(
  1458. 'cid' => array(
  1459. 'type' => 'varchar',
  1460. 'not null' => TRUE,
  1461. 'length' => '255',
  1462. 'default' => '',
  1463. ),
  1464. 'data' => array(
  1465. 'type' => 'blob',
  1466. 'not null' => FALSE,
  1467. 'size' => 'big',
  1468. ),
  1469. 'expire' => array(
  1470. 'type' => 'int',
  1471. 'not null' => TRUE,
  1472. 'size' => 'normal',
  1473. 'default' => '0',
  1474. ),
  1475. 'created' => array(
  1476. 'type' => 'numeric',
  1477. 'not null' => TRUE,
  1478. 'precision' => '14',
  1479. 'scale' => '3',
  1480. 'default' => '0.000',
  1481. ),
  1482. 'serialized' => array(
  1483. 'type' => 'int',
  1484. 'not null' => TRUE,
  1485. 'size' => 'normal',
  1486. 'default' => '0',
  1487. ),
  1488. 'tags' => array(
  1489. 'type' => 'text',
  1490. 'not null' => FALSE,
  1491. 'size' => 'normal',
  1492. ),
  1493. 'checksum_invalidations' => array(
  1494. 'type' => 'int',
  1495. 'not null' => TRUE,
  1496. 'size' => 'normal',
  1497. 'default' => '0',
  1498. ),
  1499. 'checksum_deletions' => array(
  1500. 'type' => 'int',
  1501. 'not null' => TRUE,
  1502. 'size' => 'normal',
  1503. 'default' => '0',
  1504. ),
  1505. ),
  1506. 'primary key' => array(
  1507. 'cid',
  1508. ),
  1509. 'mysql_character_set' => 'utf8',
  1510. ));
  1511. $connection->schema()->createTable('cache_filter', array(
  1512. 'fields' => array(
  1513. 'cid' => array(
  1514. 'type' => 'varchar',
  1515. 'not null' => TRUE,
  1516. 'length' => '255',
  1517. 'default' => '',
  1518. ),
  1519. 'data' => array(
  1520. 'type' => 'blob',
  1521. 'not null' => FALSE,
  1522. 'size' => 'big',
  1523. ),
  1524. 'expire' => array(
  1525. 'type' => 'int',
  1526. 'not null' => TRUE,
  1527. 'size' => 'normal',
  1528. 'default' => '0',
  1529. ),
  1530. 'created' => array(
  1531. 'type' => 'int',
  1532. 'not null' => TRUE,
  1533. 'size' => 'normal',
  1534. 'default' => '0',
  1535. ),
  1536. 'headers' => array(
  1537. 'type' => 'text',
  1538. 'not null' => FALSE,
  1539. 'size' => 'normal',
  1540. ),
  1541. 'serialized' => array(
  1542. 'type' => 'int',
  1543. 'not null' => TRUE,
  1544. 'size' => 'normal',
  1545. 'default' => '0',
  1546. ),
  1547. ),
  1548. 'primary key' => array(
  1549. 'cid',
  1550. ),
  1551. 'mysql_character_set' => 'utf8',
  1552. ));
  1553. $connection->schema()->createTable('cache_form', array(
  1554. 'fields' => array(
  1555. 'cid' => array(
  1556. 'type' => 'varchar',
  1557. 'not null' => TRUE,
  1558. 'length' => '255',
  1559. 'default' => '',
  1560. ),
  1561. 'data' => array(
  1562. 'type' => 'blob',
  1563. 'not null' => FALSE,
  1564. 'size' => 'big',
  1565. ),
  1566. 'expire' => array(
  1567. 'type' => 'int',
  1568. 'not null' => TRUE,
  1569. 'size' => 'normal',
  1570. 'default' => '0',
  1571. ),
  1572. 'created' => array(
  1573. 'type' => 'int',
  1574. 'not null' => TRUE,
  1575. 'size' => 'normal',
  1576. 'default' => '0',
  1577. ),
  1578. 'headers' => array(
  1579. 'type' => 'text',
  1580. 'not null' => FALSE,
  1581. 'size' => 'normal',
  1582. ),
  1583. 'serialized' => array(
  1584. 'type' => 'int',
  1585. 'not null' => TRUE,
  1586. 'size' => 'normal',
  1587. 'default' => '0',
  1588. ),
  1589. ),
  1590. 'primary key' => array(
  1591. 'cid',
  1592. ),
  1593. 'mysql_character_set' => 'utf8',
  1594. ));
  1595. $connection->schema()->createTable('cache_menu', array(
  1596. 'fields' => array(
  1597. 'cid' => array(
  1598. 'type' => 'varchar',
  1599. 'not null' => TRUE,
  1600. 'length' => '255',
  1601. 'default' => '',
  1602. ),
  1603. 'data' => array(
  1604. 'type' => 'blob',
  1605. 'not null' => FALSE,
  1606. 'size' => 'big',
  1607. ),
  1608. 'expire' => array(
  1609. 'type' => 'int',
  1610. 'not null' => TRUE,
  1611. 'size' => 'normal',
  1612. 'default' => '0',
  1613. ),
  1614. 'created' => array(
  1615. 'type' => 'int',
  1616. 'not null' => TRUE,
  1617. 'size' => 'normal',
  1618. 'default' => '0',
  1619. ),
  1620. 'headers' => array(
  1621. 'type' => 'text',
  1622. 'not null' => FALSE,
  1623. 'size' => 'normal',
  1624. ),
  1625. 'serialized' => array(
  1626. 'type' => 'int',
  1627. 'not null' => TRUE,
  1628. 'size' => 'normal',
  1629. 'default' => '0',
  1630. ),
  1631. ),
  1632. 'primary key' => array(
  1633. 'cid',
  1634. ),
  1635. 'mysql_character_set' => 'utf8',
  1636. ));
  1637. $connection->schema()->createTable('cache_page', array(
  1638. 'fields' => array(
  1639. 'cid' => array(
  1640. 'type' => 'varchar',
  1641. 'not null' => TRUE,
  1642. 'length' => '255',
  1643. 'default' => '',
  1644. ),
  1645. 'data' => array(
  1646. 'type' => 'blob',
  1647. 'not null' => FALSE,
  1648. 'size' => 'big',
  1649. ),
  1650. 'expire' => array(
  1651. 'type' => 'int',
  1652. 'not null' => TRUE,
  1653. 'size' => 'normal',
  1654. 'default' => '0',
  1655. ),
  1656. 'created' => array(
  1657. 'type' => 'int',
  1658. 'not null' => TRUE,
  1659. 'size' => 'normal',
  1660. 'default' => '0',
  1661. ),
  1662. 'headers' => array(
  1663. 'type' => 'text',
  1664. 'not null' => FALSE,
  1665. 'size' => 'normal',
  1666. ),
  1667. 'serialized' => array(
  1668. 'type' => 'int',
  1669. 'not null' => TRUE,
  1670. 'size' => 'normal',
  1671. 'default' => '0',
  1672. ),
  1673. ),
  1674. 'primary key' => array(
  1675. 'cid',
  1676. ),
  1677. 'mysql_character_set' => 'utf8',
  1678. ));
  1679. $connection->schema()->createTable('cache_update', array(
  1680. 'fields' => array(
  1681. 'cid' => array(
  1682. 'type' => 'varchar',
  1683. 'not null' => TRUE,
  1684. 'length' => '255',
  1685. 'default' => '',
  1686. ),
  1687. 'data' => array(
  1688. 'type' => 'blob',
  1689. 'not null' => FALSE,
  1690. 'size' => 'big',
  1691. ),
  1692. 'expire' => array(
  1693. 'type' => 'int',
  1694. 'not null' => TRUE,
  1695. 'size' => 'normal',
  1696. 'default' => '0',
  1697. ),
  1698. 'created' => array(
  1699. 'type' => 'int',
  1700. 'not null' => TRUE,
  1701. 'size' => 'normal',
  1702. 'default' => '0',
  1703. ),
  1704. 'headers' => array(
  1705. 'type' => 'text',
  1706. 'not null' => FALSE,
  1707. 'size' => 'normal',
  1708. ),
  1709. 'serialized' => array(
  1710. 'type' => 'int',
  1711. 'not null' => TRUE,
  1712. 'size' => 'normal',
  1713. 'default' => '0',
  1714. ),
  1715. ),
  1716. 'primary key' => array(
  1717. 'cid',
  1718. ),
  1719. 'mysql_character_set' => 'utf8',
  1720. ));
  1721. $connection->schema()->createTable('cachetags', array(
  1722. 'fields' => array(
  1723. 'tag' => array(
  1724. 'type' => 'varchar',
  1725. 'not null' => TRUE,
  1726. 'length' => '255',
  1727. 'default' => '',
  1728. ),
  1729. 'invalidations' => array(
  1730. 'type' => 'int',
  1731. 'not null' => TRUE,
  1732. 'size' => 'normal',
  1733. 'default' => '0',
  1734. ),
  1735. 'deletions' => array(
  1736. 'type' => 'int',
  1737. 'not null' => TRUE,
  1738. 'size' => 'normal',
  1739. 'default' => '0',
  1740. ),
  1741. ),
  1742. 'primary key' => array(
  1743. 'tag',
  1744. ),
  1745. 'mysql_character_set' => 'utf8',
  1746. ));
  1747. $connection->schema()->createTable('comments', array(
  1748. 'fields' => array(
  1749. 'cid' => array(
  1750. 'type' => 'serial',
  1751. 'not null' => TRUE,
  1752. 'size' => 'normal',
  1753. ),
  1754. 'pid' => array(
  1755. 'type' => 'int',
  1756. 'not null' => TRUE,
  1757. 'size' => 'normal',
  1758. 'default' => '0',
  1759. ),
  1760. 'nid' => array(
  1761. 'type' => 'int',
  1762. 'not null' => TRUE,
  1763. 'size' => 'normal',
  1764. 'default' => '0',
  1765. ),
  1766. 'uid' => array(
  1767. 'type' => 'int',
  1768. 'not null' => TRUE,
  1769. 'size' => 'normal',
  1770. 'default' => '0',
  1771. ),
  1772. 'subject' => array(
  1773. 'type' => 'varchar',
  1774. 'not null' => TRUE,
  1775. 'length' => '64',
  1776. 'default' => '',
  1777. ),
  1778. 'comment' => array(
  1779. 'type' => 'text',
  1780. 'not null' => TRUE,
  1781. 'size' => 'normal',
  1782. ),
  1783. 'hostname' => array(
  1784. 'type' => 'varchar',
  1785. 'not null' => TRUE,
  1786. 'length' => '128',
  1787. 'default' => '',
  1788. ),
  1789. 'timestamp' => array(
  1790. 'type' => 'int',
  1791. 'not null' => TRUE,
  1792. 'size' => 'normal',
  1793. 'default' => '0',
  1794. ),
  1795. 'status' => array(
  1796. 'type' => 'int',
  1797. 'not null' => TRUE,
  1798. 'size' => 'normal',
  1799. 'default' => '0',
  1800. 'unsigned' => TRUE,
  1801. ),
  1802. 'format' => array(
  1803. 'type' => 'int',
  1804. 'not null' => TRUE,
  1805. 'size' => 'normal',
  1806. 'default' => '0',
  1807. ),
  1808. 'thread' => array(
  1809. 'type' => 'varchar',
  1810. 'not null' => TRUE,
  1811. 'length' => '255',
  1812. ),
  1813. 'name' => array(
  1814. 'type' => 'varchar',
  1815. 'not null' => FALSE,
  1816. 'length' => '60',
  1817. ),
  1818. 'mail' => array(
  1819. 'type' => 'varchar',
  1820. 'not null' => FALSE,
  1821. 'length' => '64',
  1822. ),
  1823. 'homepage' => array(
  1824. 'type' => 'varchar',
  1825. 'not null' => FALSE,
  1826. 'length' => '255',
  1827. ),
  1828. ),
  1829. 'primary key' => array(
  1830. 'cid',
  1831. ),
  1832. 'indexes' => array(
  1833. 'pid' => array(
  1834. 'pid',
  1835. ),
  1836. 'comment_uid' => array(
  1837. 'uid',
  1838. ),
  1839. ),
  1840. 'mysql_character_set' => 'utf8',
  1841. ));
  1842. $connection->insert('comments')
  1843. ->fields(array(
  1844. 'cid',
  1845. 'pid',
  1846. 'nid',
  1847. 'uid',
  1848. 'subject',
  1849. 'comment',
  1850. 'hostname',
  1851. 'timestamp',
  1852. 'status',
  1853. 'format',
  1854. 'thread',
  1855. 'name',
  1856. 'mail',
  1857. 'homepage',
  1858. ))
  1859. ->values(array(
  1860. 'cid' => '1',
  1861. 'pid' => '0',
  1862. 'nid' => '1',
  1863. 'uid' => '0',
  1864. 'subject' => 'The first comment.',
  1865. 'comment' => 'The first comment body.',
  1866. 'hostname' => '203.0.113.1',
  1867. 'timestamp' => '1390264918',
  1868. 'status' => '0',
  1869. 'format' => '1',
  1870. 'thread' => '01/',
  1871. 'name' => '1st comment author name',
  1872. 'mail' => 'comment1@example.com',
  1873. 'homepage' => 'https://www.drupal.org',
  1874. ))
  1875. ->values(array(
  1876. 'cid' => '2',
  1877. 'pid' => '3',
  1878. 'nid' => '1',
  1879. 'uid' => '0',
  1880. 'subject' => 'The response to the second comment.',
  1881. 'comment' => 'The second comment response body.',
  1882. 'hostname' => '203.0.113.2',
  1883. 'timestamp' => '1390264938',
  1884. 'status' => '0',
  1885. 'format' => '1',
  1886. 'thread' => '02/01',
  1887. 'name' => '3rd comment author name',
  1888. 'mail' => 'comment3@example.com',
  1889. 'homepage' => 'https://www.drupal.org',
  1890. ))
  1891. ->values(array(
  1892. 'cid' => '3',
  1893. 'pid' => '0',
  1894. 'nid' => '1',
  1895. 'uid' => '0',
  1896. 'subject' => 'The second comment.',
  1897. 'comment' => 'The second comment body.',
  1898. 'hostname' => '203.0.113.3',
  1899. 'timestamp' => '1390264948',
  1900. 'status' => '1',
  1901. 'format' => '1',
  1902. 'thread' => '02/',
  1903. 'name' => '3rd comment author name',
  1904. 'mail' => 'comment3@example.com',
  1905. 'homepage' => 'https://www.drupal.org',
  1906. ))
  1907. ->values(array(
  1908. 'cid' => '4',
  1909. 'pid' => '0',
  1910. 'nid' => '19',
  1911. 'uid' => '1',
  1912. 'subject' => 'Subject 1',
  1913. 'comment' => 'Comment 1',
  1914. 'hostname' => '127.0.0.1',
  1915. 'timestamp' => '1501955780',
  1916. 'status' => '0',
  1917. 'format' => '1',
  1918. 'thread' => '01/',
  1919. 'name' => 'root',
  1920. 'mail' => '',
  1921. 'homepage' => '',
  1922. ))
  1923. ->values(array(
  1924. 'cid' => '5',
  1925. 'pid' => '4',
  1926. 'nid' => '19',
  1927. 'uid' => '1',
  1928. 'subject' => 'Subject 2',
  1929. 'comment' => 'Comment 2',
  1930. 'hostname' => '127.0.0.1',
  1931. 'timestamp' => '1501955792',
  1932. 'status' => '0',
  1933. 'format' => '1',
  1934. 'thread' => '01.00/',
  1935. 'name' => 'root',
  1936. 'mail' => '',
  1937. 'homepage' => '',
  1938. ))
  1939. ->values(array(
  1940. 'cid' => '6',
  1941. 'pid' => '5',
  1942. 'nid' => '19',
  1943. 'uid' => '1',
  1944. 'subject' => 'Subject 3',
  1945. 'comment' => 'Comment 3',
  1946. 'hostname' => '127.0.0.1',
  1947. 'timestamp' => '1501955803',
  1948. 'status' => '0',
  1949. 'format' => '1',
  1950. 'thread' => '01.00.00/',
  1951. 'name' => 'root',
  1952. 'mail' => '',
  1953. 'homepage' => '',
  1954. ))
  1955. ->values(array(
  1956. 'cid' => '7',
  1957. 'pid' => '0',
  1958. 'nid' => '21',
  1959. 'uid' => '1',
  1960. 'subject' => 'Comment to John Smith - EN',
  1961. 'comment' => 'This is an English comment.',
  1962. 'hostname' => '2001:14ba:13f8:300:d9d0:363c:9fe4:66e1',
  1963. 'timestamp' => '1534014729',
  1964. 'status' => '0',
  1965. 'format' => '1',
  1966. 'thread' => '01/',
  1967. 'name' => 'root',
  1968. 'mail' => '',
  1969. 'homepage' => '',
  1970. ))
  1971. ->values(array(
  1972. 'cid' => '8',
  1973. 'pid' => '0',
  1974. 'nid' => '22',
  1975. 'uid' => '1',
  1976. 'subject' => 'Comment to John Smith - FR',
  1977. 'comment' => 'This is a French comment.',
  1978. 'hostname' => '2001:14ba:13f8:300:d9d0:363c:9fe4:66e1',
  1979. 'timestamp' => '1534014763',
  1980. 'status' => '0',
  1981. 'format' => '1',
  1982. 'thread' => '01/',
  1983. 'name' => 'root',
  1984. 'mail' => '',
  1985. 'homepage' => '',
  1986. ))
  1987. ->execute();
  1988. $connection->schema()->createTable('config', array(
  1989. 'fields' => array(
  1990. 'collection' => array(
  1991. 'type' => 'varchar',
  1992. 'not null' => TRUE,
  1993. 'length' => '255',
  1994. 'default' => '',
  1995. ),
  1996. 'name' => array(
  1997. 'type' => 'varchar',
  1998. 'not null' => TRUE,
  1999. 'length' => '255',
  2000. 'default' => '',
  2001. ),
  2002. 'data' => array(
  2003. 'type' => 'blob',
  2004. 'not null' => FALSE,
  2005. 'size' => 'normal',
  2006. ),
  2007. ),
  2008. 'primary key' => array(
  2009. 'collection',
  2010. 'name',
  2011. ),
  2012. 'mysql_character_set' => 'utf8',
  2013. ));
  2014. $connection->insert('config')
  2015. ->fields(array(
  2016. 'collection',
  2017. 'name',
  2018. 'data',
  2019. ))
  2020. ->values(array(
  2021. 'collection' => '',
  2022. 'name' => 'system.file',
  2023. 'data' => 'a:1:{s:4:"path";a:1:{s:9:"temporary";s:4:"/tmp";}}',
  2024. ))
  2025. ->execute();
  2026. $connection->schema()->createTable('contact', array(
  2027. 'fields' => array(
  2028. 'cid' => array(
  2029. 'type' => 'serial',
  2030. 'not null' => TRUE,
  2031. 'size' => 'normal',
  2032. 'unsigned' => TRUE,
  2033. ),
  2034. 'category' => array(
  2035. 'type' => 'varchar',
  2036. 'not null' => TRUE,
  2037. 'length' => '255',
  2038. 'default' => '',
  2039. ),
  2040. 'recipients' => array(
  2041. 'type' => 'text',
  2042. 'not null' => TRUE,
  2043. 'size' => 'normal',
  2044. ),
  2045. 'reply' => array(
  2046. 'type' => 'text',
  2047. 'not null' => TRUE,
  2048. 'size' => 'normal',
  2049. ),
  2050. 'weight' => array(
  2051. 'type' => 'int',
  2052. 'not null' => TRUE,
  2053. 'size' => 'normal',
  2054. 'default' => '0',
  2055. ),
  2056. 'selected' => array(
  2057. 'type' => 'int',
  2058. 'not null' => TRUE,
  2059. 'size' => 'normal',
  2060. 'default' => '0',
  2061. ),
  2062. ),
  2063. 'primary key' => array(
  2064. 'cid',
  2065. ),
  2066. 'mysql_character_set' => 'utf8',
  2067. ));
  2068. $connection->insert('contact')
  2069. ->fields(array(
  2070. 'cid',
  2071. 'category',
  2072. 'recipients',
  2073. 'reply',
  2074. 'weight',
  2075. 'selected',
  2076. ))
  2077. ->values(array(
  2078. 'cid' => '1',
  2079. 'category' => 'Website feedback',
  2080. 'recipients' => 'admin@example.com',
  2081. 'reply' => '',
  2082. 'weight' => '0',
  2083. 'selected' => '0',
  2084. ))
  2085. ->values(array(
  2086. 'cid' => '2',
  2087. 'category' => 'Some other category',
  2088. 'recipients' => 'test@example.com',
  2089. 'reply' => 'Thanks for contacting us, we will reply ASAP!',
  2090. 'weight' => '1',
  2091. 'selected' => '1',
  2092. ))
  2093. ->values(array(
  2094. 'cid' => '3',
  2095. 'category' => 'A category much longer than thirty two characters',
  2096. 'recipients' => 'fortyninechars@example.com',
  2097. 'reply' => '',
  2098. 'weight' => '2',
  2099. 'selected' => '0',
  2100. ))
  2101. ->execute();
  2102. $connection->schema()->createTable('content_field_company', array(
  2103. 'fields' => array(
  2104. 'vid' => array(
  2105. 'type' => 'int',
  2106. 'not null' => TRUE,
  2107. 'size' => 'normal',
  2108. 'default' => '0',
  2109. 'unsigned' => TRUE,
  2110. ),
  2111. 'nid' => array(
  2112. 'type' => 'int',
  2113. 'not null' => TRUE,
  2114. 'size' => 'normal',
  2115. 'default' => '0',
  2116. 'unsigned' => TRUE,
  2117. ),
  2118. 'delta' => array(
  2119. 'type' => 'int',
  2120. 'not null' => TRUE,
  2121. 'size' => 'normal',
  2122. 'default' => '0',
  2123. 'unsigned' => TRUE,
  2124. ),
  2125. 'field_company_nid' => array(
  2126. 'type' => 'int',
  2127. 'not null' => FALSE,
  2128. 'size' => 'normal',
  2129. 'unsigned' => TRUE,
  2130. ),
  2131. ),
  2132. 'primary key' => array(
  2133. 'vid',
  2134. 'delta',
  2135. ),
  2136. 'indexes' => array(
  2137. 'nid' => array(
  2138. 'nid',
  2139. ),
  2140. 'field_company_nid' => array(
  2141. 'field_company_nid',
  2142. ),
  2143. ),
  2144. 'mysql_character_set' => 'utf8',
  2145. ));
  2146. $connection->insert('content_field_company')
  2147. ->fields(array(
  2148. 'vid',
  2149. 'nid',
  2150. 'delta',
  2151. 'field_company_nid',
  2152. ))
  2153. ->values(array(
  2154. 'vid' => '21',
  2155. 'nid' => '18',
  2156. 'delta' => '0',
  2157. 'field_company_nid' => '15',
  2158. ))
  2159. ->values(array(
  2160. 'vid' => '2002',
  2161. 'nid' => '21',
  2162. 'delta' => '0',
  2163. 'field_company_nid' => NULL,
  2164. ))
  2165. ->values(array(
  2166. 'vid' => '2003',
  2167. 'nid' => '22',
  2168. 'delta' => '0',
  2169. 'field_company_nid' => NULL,
  2170. ))
  2171. ->values(array(
  2172. 'vid' => '21',
  2173. 'nid' => '18',
  2174. 'delta' => '1',
  2175. 'field_company_nid' => '16',
  2176. ))
  2177. ->execute();
  2178. $connection->schema()->createTable('content_field_image', array(
  2179. 'fields' => array(
  2180. 'vid' => array(
  2181. 'type' => 'int',
  2182. 'not null' => TRUE,
  2183. 'size' => 'normal',
  2184. 'default' => '0',
  2185. 'unsigned' => TRUE,
  2186. ),
  2187. 'nid' => array(
  2188. 'type' => 'int',
  2189. 'not null' => TRUE,
  2190. 'size' => 'normal',
  2191. 'default' => '0',
  2192. 'unsigned' => TRUE,
  2193. ),
  2194. 'field_image_fid' => array(
  2195. 'type' => 'int',
  2196. 'not null' => FALSE,
  2197. 'size' => 'normal',
  2198. ),
  2199. 'field_image_list' => array(
  2200. 'type' => 'int',
  2201. 'not null' => FALSE,
  2202. 'size' => 'normal',
  2203. ),
  2204. 'field_image_data' => array(
  2205. 'type' => 'text',
  2206. 'not null' => FALSE,
  2207. 'size' => 'normal',
  2208. ),
  2209. ),
  2210. 'primary key' => array(
  2211. 'vid',
  2212. ),
  2213. 'mysql_character_set' => 'utf8',
  2214. ));
  2215. $connection->insert('content_field_image')
  2216. ->fields(array(
  2217. 'vid',
  2218. 'nid',
  2219. 'field_image_fid',
  2220. 'field_image_list',
  2221. 'field_image_data',
  2222. ))
  2223. ->values(array(
  2224. 'vid' => '1',
  2225. 'nid' => '1',
  2226. 'field_image_fid' => '2',
  2227. 'field_image_list' => '1',
  2228. 'field_image_data' => 'a:2:{s:3:"alt";s:0:"";s:5:"title";s:0:"";}',
  2229. ))
  2230. ->values(array(
  2231. 'vid' => '2',
  2232. 'nid' => '2',
  2233. 'field_image_fid' => NULL,
  2234. 'field_image_list' => NULL,
  2235. 'field_image_data' => NULL,
  2236. ))
  2237. ->values(array(
  2238. 'vid' => '3',
  2239. 'nid' => '1',
  2240. 'field_image_fid' => '2',
  2241. 'field_image_list' => '1',
  2242. 'field_image_data' => 'a:2:{s:3:"alt";s:0:"";s:5:"title";s:0:"";}',
  2243. ))
  2244. ->execute();
  2245. $connection->schema()->createTable('content_field_multivalue', array(
  2246. 'fields' => array(
  2247. 'vid' => array(
  2248. 'type' => 'int',
  2249. 'not null' => TRUE,
  2250. 'size' => 'normal',
  2251. 'default' => '0',
  2252. 'unsigned' => TRUE,
  2253. ),
  2254. 'nid' => array(
  2255. 'type' => 'int',
  2256. 'not null' => TRUE,
  2257. 'size' => 'normal',
  2258. 'default' => '0',
  2259. 'unsigned' => TRUE,
  2260. ),
  2261. 'field_multivalue_value' => array(
  2262. 'type' => 'numeric',
  2263. 'not null' => FALSE,
  2264. 'precision' => '10',
  2265. 'scale' => '2',
  2266. ),
  2267. 'delta' => array(
  2268. 'type' => 'int',
  2269. 'not null' => TRUE,
  2270. 'size' => 'normal',
  2271. 'default' => '0',
  2272. 'unsigned' => TRUE,
  2273. ),
  2274. ),
  2275. 'primary key' => array(
  2276. 'vid',
  2277. 'delta',
  2278. ),
  2279. 'indexes' => array(
  2280. 'nid' => array(
  2281. 'nid',
  2282. ),
  2283. ),
  2284. 'mysql_character_set' => 'utf8',
  2285. ));
  2286. $connection->insert('content_field_multivalue')
  2287. ->fields(array(
  2288. 'vid',
  2289. 'nid',
  2290. 'field_multivalue_value',
  2291. 'delta',
  2292. ))
  2293. ->values(array(
  2294. 'vid' => '4',
  2295. 'nid' => '3',
  2296. 'field_multivalue_value' => '33.00',
  2297. 'delta' => '0',
  2298. ))
  2299. ->values(array(
  2300. 'vid' => '4',
  2301. 'nid' => '3',
  2302. 'field_multivalue_value' => '44.00',
  2303. 'delta' => '1',
  2304. ))
  2305. ->execute();
  2306. $connection->schema()->createTable('content_field_test', array(
  2307. 'fields' => array(
  2308. 'vid' => array(
  2309. 'type' => 'int',
  2310. 'not null' => TRUE,
  2311. 'size' => 'normal',
  2312. 'default' => '0',
  2313. 'unsigned' => TRUE,
  2314. ),
  2315. 'nid' => array(
  2316. 'type' => 'int',
  2317. 'not null' => TRUE,
  2318. 'size' => 'normal',
  2319. 'default' => '0',
  2320. 'unsigned' => TRUE,
  2321. ),
  2322. 'field_test_value' => array(
  2323. 'type' => 'text',
  2324. 'not null' => FALSE,
  2325. 'size' => 'normal',
  2326. ),
  2327. 'field_test_format' => array(
  2328. 'type' => 'int',
  2329. 'not null' => FALSE,
  2330. 'size' => 'normal',
  2331. 'unsigned' => TRUE,
  2332. ),
  2333. ),
  2334. 'primary key' => array(
  2335. 'vid',
  2336. ),
  2337. 'indexes' => array(
  2338. 'nid' => array(
  2339. 'nid',
  2340. ),
  2341. ),
  2342. 'mysql_character_set' => 'utf8',
  2343. ));
  2344. $connection->insert('content_field_test')
  2345. ->fields(array(
  2346. 'vid',
  2347. 'nid',
  2348. 'field_test_value',
  2349. 'field_test_format',
  2350. ))
  2351. ->values(array(
  2352. 'vid' => '1',
  2353. 'nid' => '1',
  2354. 'field_test_value' => 'This is a shared text field',
  2355. 'field_test_format' => '1',
  2356. ))
  2357. ->values(array(
  2358. 'vid' => '2',
  2359. 'nid' => '1',
  2360. 'field_test_value' => 'This is a shared text field',
  2361. 'field_test_format' => '1',
  2362. ))
  2363. ->values(array(
  2364. 'vid' => '3',
  2365. 'nid' => '2',
  2366. 'field_test_value' => NULL,
  2367. 'field_test_format' => NULL,
  2368. ))
  2369. ->values(array(
  2370. 'vid' => '5',
  2371. 'nid' => '2',
  2372. 'field_test_value' => NULL,
  2373. 'field_test_format' => NULL,
  2374. ))
  2375. ->values(array(
  2376. 'vid' => '12',
  2377. 'nid' => '9',
  2378. 'field_test_value' => 'text for default value',
  2379. 'field_test_format' => '1',
  2380. ))
  2381. ->execute();
  2382. $connection->schema()->createTable('content_field_test_text_single_checkbox', array(
  2383. 'fields' => array(
  2384. 'vid' => array(
  2385. 'type' => 'int',
  2386. 'not null' => TRUE,
  2387. 'size' => 'normal',
  2388. 'default' => '0',
  2389. 'unsigned' => TRUE,
  2390. ),
  2391. 'nid' => array(
  2392. 'type' => 'int',
  2393. 'not null' => TRUE,
  2394. 'size' => 'normal',
  2395. 'default' => '0',
  2396. 'unsigned' => TRUE,
  2397. ),
  2398. 'field_test_text_single_checkbox_value' => array(
  2399. 'type' => 'text',
  2400. 'not null' => FALSE,
  2401. 'size' => 'normal',
  2402. ),
  2403. ),
  2404. 'primary key' => array(
  2405. 'vid',
  2406. ),
  2407. 'indexes' => array(
  2408. 'nid' => array(
  2409. 'nid',
  2410. ),
  2411. ),
  2412. 'mysql_character_set' => 'utf8',
  2413. ));
  2414. $connection->insert('content_field_test_text_single_checkbox')
  2415. ->fields(array(
  2416. 'vid',
  2417. 'nid',
  2418. 'field_test_text_single_checkbox_value',
  2419. ))
  2420. ->values(array(
  2421. 'vid' => '1',
  2422. 'nid' => '1',
  2423. 'field_test_text_single_checkbox_value' => '0',
  2424. ))
  2425. ->values(array(
  2426. 'vid' => '2',
  2427. 'nid' => '1',
  2428. 'field_test_text_single_checkbox_value' => NULL,
  2429. ))
  2430. ->values(array(
  2431. 'vid' => '3',
  2432. 'nid' => '2',
  2433. 'field_test_text_single_checkbox_value' => NULL,
  2434. ))
  2435. ->values(array(
  2436. 'vid' => '5',
  2437. 'nid' => '2',
  2438. 'field_test_text_single_checkbox_value' => NULL,
  2439. ))
  2440. ->values(array(
  2441. 'vid' => '12',
  2442. 'nid' => '9',
  2443. 'field_test_text_single_checkbox_value' => '0',
  2444. ))
  2445. ->execute();
  2446. $connection->schema()->createTable('content_field_test_two', array(
  2447. 'fields' => array(
  2448. 'vid' => array(
  2449. 'type' => 'int',
  2450. 'not null' => TRUE,
  2451. 'size' => 'normal',
  2452. 'default' => '0',
  2453. 'unsigned' => TRUE,
  2454. ),
  2455. 'nid' => array(
  2456. 'type' => 'int',
  2457. 'not null' => TRUE,
  2458. 'size' => 'normal',
  2459. 'default' => '0',
  2460. 'unsigned' => TRUE,
  2461. ),
  2462. 'delta' => array(
  2463. 'type' => 'int',
  2464. 'not null' => TRUE,
  2465. 'size' => 'normal',
  2466. 'default' => '0',
  2467. 'unsigned' => TRUE,
  2468. ),
  2469. 'field_test_two_value' => array(
  2470. 'type' => 'int',
  2471. 'not null' => FALSE,
  2472. 'size' => 'normal',
  2473. ),
  2474. ),
  2475. 'primary key' => array(
  2476. 'vid',
  2477. 'delta',
  2478. ),
  2479. 'indexes' => array(
  2480. 'nid' => array(
  2481. 'nid',
  2482. ),
  2483. ),
  2484. 'mysql_character_set' => 'utf8',
  2485. ));
  2486. $connection->insert('content_field_test_two')
  2487. ->fields(array(
  2488. 'vid',
  2489. 'nid',
  2490. 'delta',
  2491. 'field_test_two_value',
  2492. ))
  2493. ->values(array(
  2494. 'vid' => '1',
  2495. 'nid' => '1',
  2496. 'delta' => '0',
  2497. 'field_test_two_value' => '10',
  2498. ))
  2499. ->values(array(
  2500. 'vid' => '2',
  2501. 'nid' => '1',
  2502. 'delta' => '0',
  2503. 'field_test_two_value' => NULL,
  2504. ))
  2505. ->values(array(
  2506. 'vid' => '3',
  2507. 'nid' => '2',
  2508. 'delta' => '0',
  2509. 'field_test_two_value' => NULL,
  2510. ))
  2511. ->values(array(
  2512. 'vid' => '5',
  2513. 'nid' => '2',
  2514. 'delta' => '0',
  2515. 'field_test_two_value' => NULL,
  2516. ))
  2517. ->values(array(
  2518. 'vid' => '12',
  2519. 'nid' => '9',
  2520. 'delta' => '0',
  2521. 'field_test_two_value' => NULL,
  2522. ))
  2523. ->values(array(
  2524. 'vid' => '1',
  2525. 'nid' => '1',
  2526. 'delta' => '1',
  2527. 'field_test_two_value' => '20',
  2528. ))
  2529. ->execute();
  2530. $connection->schema()->createTable('content_group', array(
  2531. 'fields' => array(
  2532. 'group_type' => array(
  2533. 'type' => 'varchar',
  2534. 'not null' => TRUE,
  2535. 'length' => '32',
  2536. 'default' => 'standard',
  2537. ),
  2538. 'type_name' => array(
  2539. 'type' => 'varchar',
  2540. 'not null' => TRUE,
  2541. 'length' => '32',
  2542. 'default' => '',
  2543. ),
  2544. 'group_name' => array(
  2545. 'type' => 'varchar',
  2546. 'not null' => TRUE,
  2547. 'length' => '32',
  2548. 'default' => '',
  2549. ),
  2550. 'label' => array(
  2551. 'type' => 'varchar',
  2552. 'not null' => TRUE,
  2553. 'length' => '255',
  2554. 'default' => '',
  2555. ),
  2556. 'settings' => array(
  2557. 'type' => 'text',
  2558. 'not null' => TRUE,
  2559. 'size' => 'normal',
  2560. ),
  2561. 'weight' => array(
  2562. 'type' => 'int',
  2563. 'not null' => TRUE,
  2564. 'size' => 'normal',
  2565. 'default' => '0',
  2566. ),
  2567. ),
  2568. 'primary key' => array(
  2569. 'type_name',
  2570. 'group_name',
  2571. ),
  2572. 'mysql_character_set' => 'utf8',
  2573. ));
  2574. $connection->schema()->createTable('content_group_fields', array(
  2575. 'fields' => array(
  2576. 'type_name' => array(
  2577. 'type' => 'varchar',
  2578. 'not null' => TRUE,
  2579. 'length' => '32',
  2580. 'default' => '',
  2581. ),
  2582. 'group_name' => array(
  2583. 'type' => 'varchar',
  2584. 'not null' => TRUE,
  2585. 'length' => '32',
  2586. 'default' => '',
  2587. ),
  2588. 'field_name' => array(
  2589. 'type' => 'varchar',
  2590. 'not null' => TRUE,
  2591. 'length' => '32',
  2592. 'default' => '',
  2593. ),
  2594. ),
  2595. 'primary key' => array(
  2596. 'type_name',
  2597. 'group_name',
  2598. 'field_name',
  2599. ),
  2600. 'mysql_character_set' => 'utf8',
  2601. ));
  2602. $connection->schema()->createTable('content_node_field', array(
  2603. 'fields' => array(
  2604. 'field_name' => array(
  2605. 'type' => 'varchar',
  2606. 'not null' => TRUE,
  2607. 'length' => '32',
  2608. 'default' => '',
  2609. ),
  2610. 'type' => array(
  2611. 'type' => 'varchar',
  2612. 'not null' => TRUE,
  2613. 'length' => '127',
  2614. 'default' => '',
  2615. ),
  2616. 'global_settings' => array(
  2617. 'type' => 'text',
  2618. 'not null' => TRUE,
  2619. 'size' => 'normal',
  2620. ),
  2621. 'required' => array(
  2622. 'type' => 'int',
  2623. 'not null' => TRUE,
  2624. 'size' => 'normal',
  2625. 'default' => '0',
  2626. ),
  2627. 'multiple' => array(
  2628. 'type' => 'int',
  2629. 'not null' => TRUE,
  2630. 'size' => 'normal',
  2631. 'default' => '0',
  2632. ),
  2633. 'db_storage' => array(
  2634. 'type' => 'int',
  2635. 'not null' => TRUE,
  2636. 'size' => 'normal',
  2637. 'default' => '1',
  2638. ),
  2639. 'module' => array(
  2640. 'type' => 'varchar',
  2641. 'not null' => TRUE,
  2642. 'length' => '127',
  2643. 'default' => '',
  2644. ),
  2645. 'db_columns' => array(
  2646. 'type' => 'text',
  2647. 'not null' => TRUE,
  2648. 'size' => 'normal',
  2649. ),
  2650. 'active' => array(
  2651. 'type' => 'int',
  2652. 'not null' => TRUE,
  2653. 'size' => 'normal',
  2654. 'default' => '0',
  2655. ),
  2656. 'locked' => array(
  2657. 'type' => 'int',
  2658. 'not null' => TRUE,
  2659. 'size' => 'tiny',
  2660. 'default' => '0',
  2661. ),
  2662. ),
  2663. 'primary key' => array(
  2664. 'field_name',
  2665. ),
  2666. 'mysql_character_set' => 'utf8',
  2667. ));
  2668. $connection->insert('content_node_field')
  2669. ->fields(array(
  2670. 'field_name',
  2671. 'type',
  2672. 'global_settings',
  2673. 'required',
  2674. 'multiple',
  2675. 'db_storage',
  2676. 'module',
  2677. 'db_columns',
  2678. 'active',
  2679. 'locked',
  2680. ))
  2681. ->values(array(
  2682. 'field_name' => 'field_commander',
  2683. 'type' => 'userreference',
  2684. 'global_settings' => 'a:2:{s:19:"referenceable_roles";a:4:{i:2;i:2;i:3;i:0;i:4;i:0;i:5;i:0;}s:20:"referenceable_status";s:0:"";}',
  2685. 'required' => '0',
  2686. 'multiple' => '0',
  2687. 'db_storage' => '1',
  2688. 'module' => 'userreference',
  2689. 'db_columns' => 'a:1:{s:3:"uid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;s:5:"index";b:1;}}',
  2690. 'active' => '1',
  2691. 'locked' => '0',
  2692. ))
  2693. ->values(array(
  2694. 'field_name' => 'field_company',
  2695. 'type' => 'nodereference',
  2696. 'global_settings' => 'a:1:{s:19:"referenceable_types";a:10:{s:7:"company";s:7:"company";s:7:"article";i:0;s:8:"employee";i:0;s:5:"forum";i:0;s:10:"test_event";i:0;s:9:"test_page";i:0;s:11:"test_planet";i:0;s:10:"test_story";i:0;s:7:"sponsor";i:0;s:5:"story";i:0;}}',
  2697. 'required' => '0',
  2698. 'multiple' => '1',
  2699. 'db_storage' => '0',
  2700. 'module' => 'nodereference',
  2701. 'db_columns' => 'a:1:{s:3:"nid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;s:5:"index";b:1;}}',
  2702. 'active' => '1',
  2703. 'locked' => '0',
  2704. ))
  2705. ->values(array(
  2706. 'field_name' => 'field_company_2',
  2707. 'type' => 'nodereference',
  2708. 'global_settings' => 'a:1:{s:19:"referenceable_types";a:10:{s:7:"company";s:7:"company";s:7:"article";i:0;s:8:"employee";i:0;s:5:"forum";i:0;s:10:"test_event";i:0;s:9:"test_page";i:0;s:11:"test_planet";i:0;s:10:"test_story";i:0;s:7:"sponsor";i:0;s:5:"story";i:0;}}',
  2709. 'required' => '0',
  2710. 'multiple' => '0',
  2711. 'db_storage' => '1',
  2712. 'module' => 'nodereference',
  2713. 'db_columns' => 'a:1:{s:3:"nid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;s:5:"index";b:1;}}',
  2714. 'active' => '1',
  2715. 'locked' => '0',
  2716. ))
  2717. ->values(array(
  2718. 'field_name' => 'field_company_3',
  2719. 'type' => 'nodereference',
  2720. 'global_settings' => 'a:1:{s:19:"referenceable_types";a:10:{s:7:"company";s:7:"company";s:7:"article";i:0;s:8:"employee";i:0;s:5:"forum";i:0;s:10:"test_event";i:0;s:9:"test_page";i:0;s:11:"test_planet";i:0;s:10:"test_story";i:0;s:7:"sponsor";i:0;s:5:"story";i:0;}}',
  2721. 'required' => '0',
  2722. 'multiple' => '0',
  2723. 'db_storage' => '1',
  2724. 'module' => 'nodereference',
  2725. 'db_columns' => 'a:1:{s:3:"nid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;s:5:"index";b:1;}}',
  2726. 'active' => '1',
  2727. 'locked' => '0',
  2728. ))
  2729. ->values(array(
  2730. 'field_name' => 'field_multivalue',
  2731. 'type' => 'number_decimal',
  2732. 'global_settings' => 'a:9:{s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:3:"min";s:0:"";s:3:"max";s:0:"";s:14:"allowed_values";s:0:"";s:18:"allowed_values_php";s:0:"";s:9:"precision";s:2:"10";s:5:"scale";s:1:"2";s:7:"decimal";s:1:".";}',
  2733. 'required' => '0',
  2734. 'multiple' => '1',
  2735. 'db_storage' => '0',
  2736. 'module' => 'number',
  2737. 'db_columns' => 'a:1:{s:5:"value";a:5:{s:4:"type";s:7:"numeric";s:9:"precision";s:2:"10";s:5:"scale";s:1:"2";s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  2738. 'active' => '1',
  2739. 'locked' => '0',
  2740. ))
  2741. ->values(array(
  2742. 'field_name' => 'field_reference',
  2743. 'type' => 'nodereference',
  2744. 'global_settings' => 'a:1:{s:19:"referenceable_types";a:11:{s:4:"page";s:4:"page";s:7:"article";i:0;s:7:"company";i:0;s:8:"employee";i:0;s:5:"forum";i:0;s:10:"test_event";i:0;s:9:"test_page";i:0;s:11:"test_planet";i:0;s:10:"test_story";i:0;s:7:"sponsor";i:0;s:5:"story";i:0;}}',
  2745. 'required' => '0',
  2746. 'multiple' => '0',
  2747. 'db_storage' => '1',
  2748. 'module' => 'nodereference',
  2749. 'db_columns' => 'a:1:{s:3:"nid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;s:5:"index";b:1;}}',
  2750. 'active' => '1',
  2751. 'locked' => '0',
  2752. ))
  2753. ->values(array(
  2754. 'field_name' => 'field_reference_2',
  2755. 'type' => 'nodereference',
  2756. 'global_settings' => 'a:1:{s:19:"referenceable_types";a:11:{s:4:"page";s:4:"page";s:7:"article";i:0;s:7:"company";i:0;s:8:"employee";i:0;s:5:"forum";i:0;s:10:"test_event";i:0;s:9:"test_page";i:0;s:11:"test_planet";i:0;s:10:"test_story";i:0;s:7:"sponsor";i:0;s:5:"story";i:0;}}',
  2757. 'required' => '0',
  2758. 'multiple' => '0',
  2759. 'db_storage' => '1',
  2760. 'module' => 'nodereference',
  2761. 'db_columns' => 'a:1:{s:3:"nid";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;s:5:"index";b:1;}}',
  2762. 'active' => '1',
  2763. 'locked' => '0',
  2764. ))
  2765. ->values(array(
  2766. 'field_name' => 'field_sync',
  2767. 'type' => 'email',
  2768. 'global_settings' => 'a:0:{}',
  2769. 'required' => '0',
  2770. 'multiple' => '0',
  2771. 'db_storage' => '1',
  2772. 'module' => 'email',
  2773. 'db_columns' => 'a:1:{s:5:"email";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  2774. 'active' => '1',
  2775. 'locked' => '0',
  2776. ))
  2777. ->values(array(
  2778. 'field_name' => 'field_test',
  2779. 'type' => 'text',
  2780. 'global_settings' => 'a:4:{s:15:"text_processing";s:1:"1";s:10:"max_length";s:0:"";s:14:"allowed_values";s:0:"";s:18:"allowed_values_php";s:0:"";}',
  2781. 'required' => '0',
  2782. 'multiple' => '0',
  2783. 'db_storage' => '0',
  2784. 'module' => 'text',
  2785. 'db_columns' => 'a:2:{s:5:"value";a:5:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;s:8:"sortable";b:1;s:5:"views";b:1;}s:6:"format";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;s:5:"views";b:0;}}',
  2786. 'active' => '1',
  2787. 'locked' => '0',
  2788. ))
  2789. ->values(array(
  2790. 'field_name' => 'field_test_date',
  2791. 'type' => 'date',
  2792. 'global_settings' => 'a:7:{s:11:"granularity";a:5:{s:4:"year";s:4:"year";s:5:"month";s:5:"month";s:3:"day";s:3:"day";s:4:"hour";s:4:"hour";s:6:"minute";s:6:"minute";}s:11:"timezone_db";s:3:"UTC";s:11:"tz_handling";s:4:"site";s:6:"todate";s:0:"";s:6:"repeat";i:0;s:16:"repeat_collapsed";s:0:"";s:14:"default_format";s:6:"medium";}',
  2793. 'required' => '0',
  2794. 'multiple' => '0',
  2795. 'db_storage' => '1',
  2796. 'module' => 'date',
  2797. 'db_columns' => 'a:1:{s:5:"value";a:5:{s:4:"type";s:7:"varchar";s:6:"length";i:20;s:8:"not null";b:0;s:8:"sortable";b:1;s:5:"views";b:1;}}',
  2798. 'active' => '1',
  2799. 'locked' => '0',
  2800. ))
  2801. ->values(array(
  2802. 'field_name' => 'field_test_datestamp',
  2803. 'type' => 'datestamp',
  2804. 'global_settings' => 'a:13:{s:11:"granularity";a:6:{s:4:"year";s:4:"year";s:5:"month";s:5:"month";s:3:"day";s:3:"day";s:4:"hour";s:4:"hour";s:6:"minute";s:6:"minute";s:6:"second";i:0;}s:11:"timezone_db";s:3:"UTC";s:11:"tz_handling";s:4:"site";s:6:"todate";s:0:"";s:6:"repeat";i:0;s:18:"output_format_date";s:5:"m/d/Y";s:20:"output_format_custom";s:0:"";s:23:"output_format_date_long";s:5:"m/d/Y";s:25:"output_format_custom_long";s:0:"";s:25:"output_format_date_medium";s:5:"m/d/Y";s:27:"output_format_custom_medium";s:0:"";s:24:"output_format_date_short";s:5:"m/d/Y";s:26:"output_format_custom_short";s:0:"";}',
  2805. 'required' => '0',
  2806. 'multiple' => '0',
  2807. 'db_storage' => '1',
  2808. 'module' => 'date',
  2809. 'db_columns' => 'a:2:{s:5:"value";a:4:{s:4:"type";s:3:"int";s:6:"length";i:11;s:8:"not null";b:0;s:8:"sortable";b:1;}s:6:"value2";a:4:{s:4:"type";s:3:"int";s:6:"length";i:11;s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  2810. 'active' => '1',
  2811. 'locked' => '0',
  2812. ))
  2813. ->values(array(
  2814. 'field_name' => 'field_test_datetime',
  2815. 'type' => 'datetime',
  2816. 'global_settings' => 'a:13:{s:11:"granularity";a:6:{s:4:"year";s:4:"year";s:5:"month";s:5:"month";s:3:"day";s:3:"day";s:4:"hour";s:4:"hour";s:6:"minute";s:6:"minute";s:6:"second";i:0;}s:11:"timezone_db";s:3:"UTC";s:11:"tz_handling";s:4:"site";s:6:"todate";s:0:"";s:6:"repeat";i:0;s:18:"output_format_date";s:5:"m/d/Y";s:20:"output_format_custom";s:0:"";s:23:"output_format_date_long";s:5:"m/d/Y";s:25:"output_format_custom_long";s:0:"";s:25:"output_format_date_medium";s:5:"m/d/Y";s:27:"output_format_custom_medium";s:0:"";s:24:"output_format_date_short";s:5:"m/d/Y";s:26:"output_format_custom_short";s:0:"";}',
  2817. 'required' => '0',
  2818. 'multiple' => '0',
  2819. 'db_storage' => '1',
  2820. 'module' => 'date',
  2821. 'db_columns' => 'a:2:{s:5:"value";a:3:{s:4:"type";s:8:"datetime";s:8:"not null";b:0;s:8:"sortable";b:1;}s:6:"value2";a:3:{s:4:"type";s:8:"datetime";s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  2822. 'active' => '1',
  2823. 'locked' => '0',
  2824. ))
  2825. ->values(array(
  2826. 'field_name' => 'field_test_decimal_radio_buttons',
  2827. 'type' => 'number_decimal',
  2828. 'global_settings' => "a:9:{s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:14:\"allowed_values\";s:8:\"1.2\r\n2.1\";s:18:\"allowed_values_php\";s:0:\"\";s:9:\"precision\";s:2:\"10\";s:5:\"scale\";s:1:\"2\";s:7:\"decimal\";s:1:\".\";}",
  2829. 'required' => '0',
  2830. 'multiple' => '0',
  2831. 'db_storage' => '1',
  2832. 'module' => 'number',
  2833. 'db_columns' => 'a:1:{s:5:"value";a:5:{s:4:"type";s:7:"numeric";s:9:"precision";s:2:"10";s:5:"scale";s:1:"2";s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  2834. 'active' => '1',
  2835. 'locked' => '0',
  2836. ))
  2837. ->values(array(
  2838. 'field_name' => 'field_test_email',
  2839. 'type' => 'email',
  2840. 'global_settings' => 'a:0:{}',
  2841. 'required' => '0',
  2842. 'multiple' => '0',
  2843. 'db_storage' => '1',
  2844. 'module' => 'email',
  2845. 'db_columns' => 'a:1:{s:5:"email";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  2846. 'active' => '1',
  2847. 'locked' => '0',
  2848. ))
  2849. ->values(array(
  2850. 'field_name' => 'field_test_exclude_unset',
  2851. 'type' => 'text',
  2852. 'global_settings' => 'a:4:{s:15:"text_processing";s:1:"1";s:10:"max_length";s:0:"";s:14:"allowed_values";s:0:"";s:18:"allowed_values_php";s:0:"";}',
  2853. 'required' => '0',
  2854. 'multiple' => '0',
  2855. 'db_storage' => '1',
  2856. 'module' => 'text',
  2857. 'db_columns' => 'a:2:{s:5:"value";a:5:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;s:8:"sortable";b:1;s:5:"views";b:1;}s:6:"format";a:4:{s:4:"type";s:3:"int";s:8:"unsigned";b:1;s:8:"not null";b:0;s:5:"views";b:0;}}',
  2858. 'active' => '1',
  2859. 'locked' => '0',
  2860. ))
  2861. ->values(array(
  2862. 'field_name' => 'field_test_filefield',
  2863. 'type' => 'filefield',
  2864. 'global_settings' => 'a:3:{s:10:"list_field";s:1:"0";s:12:"list_default";i:1;s:17:"description_field";s:1:"1";}',
  2865. 'required' => '0',
  2866. 'multiple' => '0',
  2867. 'db_storage' => '1',
  2868. 'module' => 'filefield',
  2869. 'db_columns' => 'a:3:{s:3:"fid";a:3:{s:4:"type";s:3:"int";s:8:"not null";b:0;s:5:"views";b:1;}s:4:"list";a:4:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;s:5:"views";b:1;}s:4:"data";a:3:{s:4:"type";s:4:"text";s:9:"serialize";b:1;s:5:"views";b:1;}}',
  2870. 'active' => '1',
  2871. 'locked' => '0',
  2872. ))
  2873. ->values(array(
  2874. 'field_name' => 'field_test_float_single_checkbox',
  2875. 'type' => 'number_float',
  2876. 'global_settings' => "a:6:{s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:14:\"allowed_values\";s:12:\"3.142\r\n1.234\";s:18:\"allowed_values_php\";s:0:\"\";}",
  2877. 'required' => '0',
  2878. 'multiple' => '0',
  2879. 'db_storage' => '1',
  2880. 'module' => 'number',
  2881. 'db_columns' => 'a:1:{s:5:"value";a:3:{s:4:"type";s:5:"float";s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  2882. 'active' => '1',
  2883. 'locked' => '0',
  2884. ))
  2885. ->values(array(
  2886. 'field_name' => 'field_test_four',
  2887. 'type' => 'number_float',
  2888. 'global_settings' => 'a:6:{s:6:"prefix";s:3:"id-";s:6:"suffix";s:0:"";s:3:"min";s:3:"100";s:3:"max";s:3:"200";s:14:"allowed_values";s:0:"";s:18:"allowed_values_php";s:0:"";}',
  2889. 'required' => '0',
  2890. 'multiple' => '0',
  2891. 'db_storage' => '1',
  2892. 'module' => 'number',
  2893. 'db_columns' => 'a:1:{s:5:"value";a:3:{s:4:"type";s:5:"float";s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  2894. 'active' => '1',
  2895. 'locked' => '0',
  2896. ))
  2897. ->values(array(
  2898. 'field_name' => 'field_test_identical1',
  2899. 'type' => 'number_integer',
  2900. 'global_settings' => 'a:6:{s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:3:"min";s:0:"";s:3:"max";s:0:"";s:14:"allowed_values";s:0:"";s:18:"allowed_values_php";s:0:"";}',
  2901. 'required' => '0',
  2902. 'multiple' => '0',
  2903. 'db_storage' => '1',
  2904. 'module' => 'number',
  2905. 'db_columns' => 'a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  2906. 'active' => '1',
  2907. 'locked' => '0',
  2908. ))
  2909. ->values(array(
  2910. 'field_name' => 'field_test_identical2',
  2911. 'type' => 'number_integer',
  2912. 'global_settings' => 'a:6:{s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:3:"min";s:0:"";s:3:"max";s:0:"";s:14:"allowed_values";s:0:"";s:18:"allowed_values_php";s:0:"";}',
  2913. 'required' => '0',
  2914. 'multiple' => '0',
  2915. 'db_storage' => '1',
  2916. 'module' => 'number',
  2917. 'db_columns' => 'a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  2918. 'active' => '1',
  2919. 'locked' => '0',
  2920. ))
  2921. ->values(array(
  2922. 'field_name' => 'field_test_imagefield',
  2923. 'type' => 'filefield',
  2924. 'global_settings' => 'a:3:{s:10:"list_field";s:1:"0";s:12:"list_default";i:1;s:17:"description_field";s:1:"0";}',
  2925. 'required' => '0',
  2926. 'multiple' => '0',
  2927. 'db_storage' => '1',
  2928. 'module' => 'filefield',
  2929. 'db_columns' => 'a:3:{s:3:"fid";a:3:{s:4:"type";s:3:"int";s:8:"not null";b:0;s:5:"views";b:1;}s:4:"list";a:4:{s:4:"type";s:3:"int";s:4:"size";s:4:"tiny";s:8:"not null";b:0;s:5:"views";b:1;}s:4:"data";a:3:{s:4:"type";s:4:"text";s:9:"serialize";b:1;s:5:"views";b:1;}}',
  2930. 'active' => '1',
  2931. 'locked' => '0',
  2932. ))
  2933. ->values(array(
  2934. 'field_name' => 'field_test_integer_selectlist',
  2935. 'type' => 'number_integer',
  2936. 'global_settings' => "a:6:{s:6:\"prefix\";s:0:\"\";s:6:\"suffix\";s:0:\"\";s:3:\"min\";s:0:\"\";s:3:\"max\";s:0:\"\";s:14:\"allowed_values\";s:22:\"1234\r\n2341\r\n3412\r\n4123\";s:18:\"allowed_values_php\";s:0:\"\";}",
  2937. 'required' => '0',
  2938. 'multiple' => '0',
  2939. 'db_storage' => '1',
  2940. 'module' => 'number',
  2941. 'db_columns' => 'a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  2942. 'active' => '1',
  2943. 'locked' => '0',
  2944. ))
  2945. ->values(array(
  2946. 'field_name' => 'field_test_link',
  2947. 'type' => 'link',
  2948. 'global_settings' => 'a:7:{s:10:"attributes";a:4:{s:6:"target";s:4:"user";s:3:"rel";s:8:"nofollow";s:5:"class";s:0:"";s:5:"title";s:10:"Link Title";}s:7:"display";a:1:{s:10:"url_cutoff";s:2:"80";}s:3:"url";i:0;s:5:"title";s:8:"required";s:11:"title_value";s:0:"";s:13:"enable_tokens";s:0:"";s:12:"validate_url";i:1;}',
  2949. 'required' => '0',
  2950. 'multiple' => '0',
  2951. 'db_storage' => '1',
  2952. 'module' => 'link',
  2953. 'db_columns' => 'a:3:{s:3:"url";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:2048;s:8:"not null";b:0;s:8:"sortable";b:1;}s:5:"title";a:4:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;s:8:"sortable";b:1;}s:10:"attributes";a:3:{s:4:"type";s:4:"text";s:4:"size";s:6:"medium";s:8:"not null";b:0;}}',
  2954. 'active' => '1',
  2955. 'locked' => '0',
  2956. ))
  2957. ->values(array(
  2958. 'field_name' => 'field_test_phone',
  2959. 'type' => 'au_phone',
  2960. 'global_settings' => 'a:1:{s:18:"phone_country_code";i:0;}',
  2961. 'required' => '0',
  2962. 'multiple' => '0',
  2963. 'db_storage' => '1',
  2964. 'module' => 'phone',
  2965. 'db_columns' => 'a:1:{s:5:"value";a:3:{s:4:"type";s:7:"varchar";s:6:"length";i:255;s:8:"not null";b:0;}}',
  2966. 'active' => '1',
  2967. 'locked' => '0',
  2968. ))
  2969. ->values(array(
  2970. 'field_name' => 'field_test_string_selectlist',
  2971. 'type' => 'text',
  2972. 'global_settings' => "a:4:{s:15:\"text_processing\";s:1:\"0\";s:10:\"max_length\";s:0:\"\";s:14:\"allowed_values\";s:18:\"A|Black\r\nB|White\r\n\";s:18:\"allowed_values_php\";s:0:\"\";}",
  2973. 'required' => '0',
  2974. 'multiple' => '0',
  2975. 'db_storage' => '1',
  2976. 'module' => 'text',
  2977. 'db_columns' => 'a:1:{s:5:"value";a:5:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;s:8:"sortable";b:1;s:5:"views";b:1;}}',
  2978. 'active' => '1',
  2979. 'locked' => '0',
  2980. ))
  2981. ->values(array(
  2982. 'field_name' => 'field_test_text_single_checkbox',
  2983. 'type' => 'text',
  2984. 'global_settings' => "a:4:{s:15:\"text_processing\";s:1:\"0\";s:10:\"max_length\";s:0:\"\";s:14:\"allowed_values\";s:18:\"0|Hello\r\n1|Goodbye\";s:18:\"allowed_values_php\";s:0:\"\";}",
  2985. 'required' => '0',
  2986. 'multiple' => '0',
  2987. 'db_storage' => '0',
  2988. 'module' => 'text',
  2989. 'db_columns' => 'a:1:{s:5:"value";a:5:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;s:8:"sortable";b:1;s:5:"views";b:1;}}',
  2990. 'active' => '1',
  2991. 'locked' => '0',
  2992. ))
  2993. ->values(array(
  2994. 'field_name' => 'field_test_text_single_checkbox2',
  2995. 'type' => 'text',
  2996. 'global_settings' => "a:4:{s:15:\"text_processing\";s:1:\"0\";s:10:\"max_length\";s:0:\"\";s:14:\"allowed_values\";s:10:\"Off\r\nHello\";s:18:\"allowed_values_php\";s:0:\"\";}",
  2997. 'required' => '0',
  2998. 'multiple' => '0',
  2999. 'db_storage' => '1',
  3000. 'module' => 'text',
  3001. 'db_columns' => 'a:1:{s:5:"value";a:5:{s:4:"type";s:4:"text";s:4:"size";s:3:"big";s:8:"not null";b:0;s:8:"sortable";b:1;s:5:"views";b:1;}}',
  3002. 'active' => '1',
  3003. 'locked' => '0',
  3004. ))
  3005. ->values(array(
  3006. 'field_name' => 'field_test_three',
  3007. 'type' => 'number_decimal',
  3008. 'global_settings' => 'a:9:{s:6:"prefix";s:0:"";s:6:"suffix";s:0:"";s:3:"min";s:0:"";s:3:"max";s:3:"600";s:14:"allowed_values";s:0:"";s:18:"allowed_values_php";s:0:"";s:9:"precision";s:2:"10";s:5:"scale";s:1:"2";s:7:"decimal";s:1:".";}',
  3009. 'required' => '0',
  3010. 'multiple' => '0',
  3011. 'db_storage' => '1',
  3012. 'module' => 'number',
  3013. 'db_columns' => 'a:1:{s:5:"value";a:5:{s:4:"type";s:7:"numeric";s:9:"precision";s:2:"10";s:5:"scale";s:1:"2";s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  3014. 'active' => '1',
  3015. 'locked' => '0',
  3016. ))
  3017. ->values(array(
  3018. 'field_name' => 'field_test_two',
  3019. 'type' => 'number_integer',
  3020. 'global_settings' => 'a:6:{s:6:"prefix";s:4:"pref";s:6:"suffix";s:3:"suf";s:3:"min";s:2:"10";s:3:"max";s:3:"100";s:14:"allowed_values";s:0:"";s:18:"allowed_values_php";s:0:"";}',
  3021. 'required' => '0',
  3022. 'multiple' => '1',
  3023. 'db_storage' => '0',
  3024. 'module' => 'number',
  3025. 'db_columns' => 'a:1:{s:5:"value";a:3:{s:4:"type";s:3:"int";s:8:"not null";b:0;s:8:"sortable";b:1;}}',
  3026. 'active' => '1',
  3027. 'locked' => '0',
  3028. ))
  3029. ->execute();
  3030. $connection->schema()->createTable('content_node_field_instance', array(
  3031. 'fields' => array(
  3032. 'field_name' => array(
  3033. 'type' => 'varchar',
  3034. 'not null' => TRUE,
  3035. 'length' => '32',
  3036. 'default' => '',
  3037. ),
  3038. 'type_name' => array(
  3039. 'type' => 'varchar',
  3040. 'not null' => TRUE,
  3041. 'length' => '32',
  3042. 'default' => '',
  3043. ),
  3044. 'weight' => array(
  3045. 'type' => 'int',
  3046. 'not null' => TRUE,
  3047. 'size' => 'normal',
  3048. 'default' => '0',
  3049. ),
  3050. 'label' => array(
  3051. 'type' => 'varchar',
  3052. 'not null' => TRUE,
  3053. 'length' => '255',
  3054. 'default' => '',
  3055. ),
  3056. 'widget_type' => array(
  3057. 'type' => 'varchar',
  3058. 'not null' => TRUE,
  3059. 'length' => '32',
  3060. 'default' => '',
  3061. ),
  3062. 'widget_settings' => array(
  3063. 'type' => 'text',
  3064. 'not null' => TRUE,
  3065. 'size' => 'normal',
  3066. ),
  3067. 'display_settings' => array(
  3068. 'type' => 'text',
  3069. 'not null' => TRUE,
  3070. 'size' => 'normal',
  3071. ),
  3072. 'description' => array(
  3073. 'type' => 'text',
  3074. 'not null' => TRUE,
  3075. 'size' => 'normal',
  3076. ),
  3077. 'widget_module' => array(
  3078. 'type' => 'varchar',
  3079. 'not null' => TRUE,
  3080. 'length' => '127',
  3081. 'default' => '',
  3082. ),
  3083. 'widget_active' => array(
  3084. 'type' => 'int',
  3085. 'not null' => TRUE,
  3086. 'size' => 'normal',
  3087. 'default' => '0',
  3088. ),
  3089. ),
  3090. 'primary key' => array(
  3091. 'field_name',
  3092. 'type_name',
  3093. ),
  3094. 'mysql_character_set' => 'utf8',
  3095. ));
  3096. $connection->insert('content_node_field_instance')
  3097. ->fields(array(
  3098. 'field_name',
  3099. 'type_name',
  3100. 'weight',
  3101. 'label',
  3102. 'widget_type',
  3103. 'widget_settings',
  3104. 'display_settings',
  3105. 'description',
  3106. 'widget_module',
  3107. 'widget_active',
  3108. ))
  3109. ->values(array(
  3110. 'field_name' => 'field_commander',
  3111. 'type_name' => 'employee',
  3112. 'weight' => '32',
  3113. 'label' => 'Commanding Officer',
  3114. 'widget_type' => 'userreference_select',
  3115. 'widget_settings' => 'a:5:{s:18:"autocomplete_match";s:8:"contains";s:4:"size";i:60;s:12:"reverse_link";i:0;s:13:"default_value";a:1:{i:0;a:1:{s:3:"uid";s:0:"";}}s:17:"default_value_php";N;}',
  3116. 'display_settings' => 'a:5:{s:5:"label";a:2:{s:6:"format";s:5:"above";s:7:"exclude";i:0;}i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3117. 'description' => '',
  3118. 'widget_module' => 'userreference',
  3119. 'widget_active' => '1',
  3120. ))
  3121. ->values(array(
  3122. 'field_name' => 'field_company',
  3123. 'type_name' => 'employee',
  3124. 'weight' => '31',
  3125. 'label' => 'Company',
  3126. 'widget_type' => 'nodereference_select',
  3127. 'widget_settings' => 'a:4:{s:18:"autocomplete_match";s:8:"contains";s:4:"size";i:60;s:13:"default_value";a:1:{i:0;a:1:{s:3:"nid";s:0:"";}}s:17:"default_value_php";N;}',
  3128. 'display_settings' => 'a:5:{s:5:"label";a:2:{s:6:"format";s:5:"above";s:7:"exclude";i:0;}i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:6:"teaser";a:2:{s:6:"format";s:5:"plain";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3129. 'description' => '',
  3130. 'widget_module' => 'nodereference',
  3131. 'widget_active' => '1',
  3132. ))
  3133. ->values(array(
  3134. 'field_name' => 'field_company_2',
  3135. 'type_name' => 'employee',
  3136. 'weight' => '33',
  3137. 'label' => 'Company 2',
  3138. 'widget_type' => 'nodereference_buttons',
  3139. 'widget_settings' => 'a:4:{s:18:"autocomplete_match";s:8:"contains";s:4:"size";i:60;s:13:"default_value";a:1:{i:0;a:1:{s:3:"nid";s:0:"";}}s:17:"default_value_php";N;}',
  3140. 'display_settings' => 'a:5:{s:5:"label";a:2:{s:6:"format";s:5:"above";s:7:"exclude";i:0;}i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3141. 'description' => '',
  3142. 'widget_module' => 'nodereference',
  3143. 'widget_active' => '1',
  3144. ))
  3145. ->values(array(
  3146. 'field_name' => 'field_company_3',
  3147. 'type_name' => 'employee',
  3148. 'weight' => '34',
  3149. 'label' => 'Company 3',
  3150. 'widget_type' => 'nodereference_autocomplete',
  3151. 'widget_settings' => 'a:4:{s:18:"autocomplete_match";s:8:"contains";s:4:"size";s:2:"60";s:13:"default_value";a:1:{i:0;a:2:{s:3:"nid";N;s:14:"_error_element";s:50:"default_value_widget][field_company_3][0][nid][nid";}}s:17:"default_value_php";N;}',
  3152. 'display_settings' => 'a:5:{s:5:"label";a:2:{s:6:"format";s:5:"above";s:7:"exclude";i:0;}i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3153. 'description' => '',
  3154. 'widget_module' => 'nodereference',
  3155. 'widget_active' => '1',
  3156. ))
  3157. ->values(array(
  3158. 'field_name' => 'field_multivalue',
  3159. 'type_name' => 'test_planet',
  3160. 'weight' => '2',
  3161. 'label' => 'Decimal Field',
  3162. 'widget_type' => 'number',
  3163. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:2:{s:5:"value";s:0:"";s:14:"_error_element";s:48:"default_value_widget][field_multivalue][0][value";}}s:17:"default_value_php";N;}',
  3164. 'display_settings' => 'a:6:{s:6:"weight";i:2;s:6:"parent";s:0:"";s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3165. 'description' => 'An example multi-valued decimal field.',
  3166. 'widget_module' => 'number',
  3167. 'widget_active' => '1',
  3168. ))
  3169. ->values(array(
  3170. 'field_name' => 'field_reference',
  3171. 'type_name' => 'page',
  3172. 'weight' => '31',
  3173. 'label' => 'Reference',
  3174. 'widget_type' => 'nodereference_select',
  3175. 'widget_settings' => 'a:4:{s:18:"autocomplete_match";s:8:"contains";s:4:"size";i:60;s:13:"default_value";a:1:{i:0;a:1:{s:3:"nid";s:0:"";}}s:17:"default_value_php";N;}',
  3176. 'display_settings' => 'a:5:{s:5:"label";a:2:{s:6:"format";s:5:"above";s:7:"exclude";i:0;}i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3177. 'description' => '',
  3178. 'widget_module' => 'nodereference',
  3179. 'widget_active' => '1',
  3180. ))
  3181. ->values(array(
  3182. 'field_name' => 'field_reference_2',
  3183. 'type_name' => 'page',
  3184. 'weight' => '32',
  3185. 'label' => 'Reference',
  3186. 'widget_type' => 'nodereference_select',
  3187. 'widget_settings' => 'a:4:{s:18:"autocomplete_match";s:8:"contains";s:4:"size";i:60;s:13:"default_value";a:1:{i:0;a:1:{s:3:"nid";s:0:"";}}s:17:"default_value_php";N;}',
  3188. 'display_settings' => 'a:5:{s:5:"label";a:2:{s:6:"format";s:5:"above";s:7:"exclude";i:0;}i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3189. 'description' => '',
  3190. 'widget_module' => 'nodereference',
  3191. 'widget_active' => '1',
  3192. ))
  3193. ->values(array(
  3194. 'field_name' => 'field_sync',
  3195. 'type_name' => 'employee',
  3196. 'weight' => '35',
  3197. 'label' => 'email_sync',
  3198. 'widget_type' => 'email_textfield',
  3199. 'widget_settings' => 'a:3:{s:4:"size";s:2:"60";s:13:"default_value";a:1:{i:0;a:1:{s:5:"email";s:0:"";}}s:17:"default_value_php";N;}',
  3200. 'display_settings' => 'a:7:{s:5:"label";a:2:{s:6:"format";s:5:"above";s:7:"exclude";i:0;}i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:2;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:3;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3201. 'description' => '',
  3202. 'widget_module' => 'email',
  3203. 'widget_active' => '1',
  3204. ))
  3205. ->values(array(
  3206. 'field_name' => 'field_test',
  3207. 'type_name' => 'story',
  3208. 'weight' => '1',
  3209. 'label' => 'Text Field',
  3210. 'widget_type' => 'text_textfield',
  3211. 'widget_settings' => 'a:4:{s:4:"rows";i:5;s:4:"size";s:2:"60";s:13:"default_value";a:1:{i:0;a:2:{s:5:"value";s:22:"text for default value";s:14:"_error_element";s:42:"default_value_widget][field_test][0][value";}}s:17:"default_value_php";N;}',
  3212. 'display_settings' => 'a:7:{s:6:"weight";s:1:"1";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"trimmed";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"trimmed";s:7:"exclude";i:0;}}',
  3213. 'description' => 'An example text field.',
  3214. 'widget_module' => 'text',
  3215. 'widget_active' => '1',
  3216. ))
  3217. ->values(array(
  3218. 'field_name' => 'field_test',
  3219. 'type_name' => 'test_page',
  3220. 'weight' => '35',
  3221. 'label' => 'Text Field',
  3222. 'widget_type' => 'text_textfield',
  3223. 'widget_settings' => 'a:4:{s:4:"rows";i:5;s:4:"size";s:2:"60";s:13:"default_value";a:1:{i:0;a:3:{s:5:"value";s:22:"text for default value";s:6:"format";s:1:"1";s:14:"_error_element";s:42:"default_value_widget][field_test][0][value";}}s:17:"default_value_php";N;}',
  3224. 'display_settings' => 'a:6:{s:6:"weight";s:2:"35";s:6:"parent";s:0:"";s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"trimmed";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3225. 'description' => 'An example text field.',
  3226. 'widget_module' => 'text',
  3227. 'widget_active' => '1',
  3228. ))
  3229. ->values(array(
  3230. 'field_name' => 'field_test_date',
  3231. 'type_name' => 'story',
  3232. 'weight' => '10',
  3233. 'label' => 'Date Field',
  3234. 'widget_type' => 'date_select',
  3235. 'widget_settings' => 'a:10:{s:13:"default_value";s:5:"blank";s:18:"default_value_code";s:0:"";s:14:"default_value2";s:4:"same";s:19:"default_value_code2";s:0:"";s:12:"input_format";s:13:"m/d/Y - H:i:s";s:19:"input_format_custom";s:0:"";s:9:"increment";s:1:"1";s:10:"text_parts";a:0:{}s:10:"year_range";s:5:"-3:+3";s:14:"label_position";s:5:"above";}',
  3236. 'display_settings' => 'a:7:{s:6:"weight";s:2:"10";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:4:"long";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3237. 'description' => 'An example date field.',
  3238. 'widget_module' => 'date',
  3239. 'widget_active' => '1',
  3240. ))
  3241. ->values(array(
  3242. 'field_name' => 'field_test_datestamp',
  3243. 'type_name' => 'story',
  3244. 'weight' => '11',
  3245. 'label' => 'Date Stamp Field',
  3246. 'widget_type' => 'date_text',
  3247. 'widget_settings' => 'a:10:{s:13:"default_value";s:5:"blank";s:18:"default_value_code";s:0:"";s:14:"default_value2";s:4:"same";s:19:"default_value_code2";s:0:"";s:12:"input_format";s:13:"m/d/Y - H:i:s";s:19:"input_format_custom";s:0:"";s:9:"increment";s:1:"1";s:10:"text_parts";a:0:{}s:10:"year_range";s:5:"-3:+3";s:14:"label_position";s:5:"above";}',
  3248. 'display_settings' => 'a:7:{s:6:"weight";s:2:"11";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:6:"medium";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3249. 'description' => 'An example date stamp field.',
  3250. 'widget_module' => 'date',
  3251. 'widget_active' => '1',
  3252. ))
  3253. ->values(array(
  3254. 'field_name' => 'field_test_datetime',
  3255. 'type_name' => 'story',
  3256. 'weight' => '12',
  3257. 'label' => 'Datetime Field',
  3258. 'widget_type' => 'date_popup',
  3259. 'widget_settings' => 'a:10:{s:13:"default_value";s:5:"blank";s:18:"default_value_code";s:0:"";s:14:"default_value2";s:4:"same";s:19:"default_value_code2";s:0:"";s:12:"input_format";s:11:"d/m/Y H:i:s";s:19:"input_format_custom";s:0:"";s:9:"increment";s:1:"1";s:10:"text_parts";a:0:{}s:10:"year_range";s:5:"-3:+3";s:14:"label_position";s:5:"above";}',
  3260. 'display_settings' => 'a:7:{s:6:"weight";s:2:"12";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:5:"short";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3261. 'description' => 'An example datetime field.',
  3262. 'widget_module' => 'date',
  3263. 'widget_active' => '1',
  3264. ))
  3265. ->values(array(
  3266. 'field_name' => 'field_test_decimal_radio_buttons',
  3267. 'type_name' => 'story',
  3268. 'weight' => '14',
  3269. 'label' => 'Decimal Radio Buttons Field',
  3270. 'widget_type' => 'optionwidgets_buttons',
  3271. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:17:"default_value_php";N;}',
  3272. 'display_settings' => 'a:7:{s:6:"weight";s:2:"14";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3273. 'description' => 'An example decimal field using radio buttons.',
  3274. 'widget_module' => 'optionwidgets',
  3275. 'widget_active' => '1',
  3276. ))
  3277. ->values(array(
  3278. 'field_name' => 'field_test_email',
  3279. 'type_name' => 'story',
  3280. 'weight' => '6',
  3281. 'label' => 'Email Field',
  3282. 'widget_type' => 'email_textfield',
  3283. 'widget_settings' => 'a:3:{s:4:"size";s:2:"60";s:13:"default_value";a:1:{i:0;a:1:{s:5:"email";s:17:"benjy@example.com";}}s:17:"default_value_php";N;}',
  3284. 'display_settings' => 'a:7:{s:6:"weight";s:1:"6";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3285. 'description' => 'An example email field.',
  3286. 'widget_module' => 'email',
  3287. 'widget_active' => '1',
  3288. ))
  3289. ->values(array(
  3290. 'field_name' => 'field_test_exclude_unset',
  3291. 'type_name' => 'story',
  3292. 'weight' => '0',
  3293. 'label' => 'Text Field',
  3294. 'widget_type' => 'text_textfield',
  3295. 'widget_settings' => 'a:4:{s:4:"rows";i:5;s:4:"size";s:2:"60";s:13:"default_value";a:1:{i:0;a:2:{s:5:"value";s:22:"text for default value";s:14:"_error_element";s:42:"default_value_widget][field_test][0][value";}}s:17:"default_value_php";N;}',
  3296. 'display_settings' => 'a:8:{s:6:"weight";i:0;s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"trimmed";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"trimmed";s:7:"exclude";i:0;}i:1;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3297. 'description' => 'An example text field without exclude.',
  3298. 'widget_module' => 'text',
  3299. 'widget_active' => '1',
  3300. ))
  3301. ->values(array(
  3302. 'field_name' => 'field_test_filefield',
  3303. 'type_name' => 'story',
  3304. 'weight' => '8',
  3305. 'label' => 'File Field',
  3306. 'widget_type' => 'filefield_widget',
  3307. 'widget_settings' => 'a:5:{s:15:"file_extensions";s:11:"txt pdf doc";s:9:"file_path";s:6:"images";s:18:"progress_indicator";s:3:"bar";s:21:"max_filesize_per_file";s:4:"200K";s:21:"max_filesize_per_node";s:3:"20M";}',
  3308. 'display_settings' => 'a:7:{s:6:"weight";s:1:"8";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:10:"path_plain";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3309. 'description' => 'An example image field.',
  3310. 'widget_module' => 'filefield',
  3311. 'widget_active' => '1',
  3312. ))
  3313. ->values(array(
  3314. 'field_name' => 'field_test_float_single_checkbox',
  3315. 'type_name' => 'story',
  3316. 'weight' => '15',
  3317. 'label' => 'Float Single Checkbox Field',
  3318. 'widget_type' => 'optionwidgets_onoff',
  3319. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";N;}}s:17:"default_value_php";N;}',
  3320. 'display_settings' => 'a:7:{s:6:"weight";s:2:"15";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3321. 'description' => 'An example float field using a single on/off checkbox.',
  3322. 'widget_module' => 'optionwidgets',
  3323. 'widget_active' => '1',
  3324. ))
  3325. ->values(array(
  3326. 'field_name' => 'field_test_four',
  3327. 'type_name' => 'story',
  3328. 'weight' => '3',
  3329. 'label' => 'Float Field',
  3330. 'widget_type' => 'number',
  3331. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:2:{s:5:"value";s:3:"101";s:14:"_error_element";s:47:"default_value_widget][field_test_four][0][value";}}s:17:"default_value_php";N;}',
  3332. 'display_settings' => 'a:7:{s:6:"weight";s:1:"3";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3333. 'description' => 'An example float field.',
  3334. 'widget_module' => 'number',
  3335. 'widget_active' => '1',
  3336. ))
  3337. ->values(array(
  3338. 'field_name' => 'field_test_identical1',
  3339. 'type_name' => 'story',
  3340. 'weight' => '4',
  3341. 'label' => 'Integer Field',
  3342. 'widget_type' => 'number',
  3343. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:2:{s:5:"value";s:0:"";s:14:"_error_element";s:41:"default_value_widget][field_int][0][value";}}s:17:"default_value_php";N;}',
  3344. 'display_settings' => 'a:7:{s:6:"weight";s:1:"4";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:11:"unformatted";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:11:"unformatted";s:7:"exclude";i:0;}}',
  3345. 'description' => 'An example integer field.',
  3346. 'widget_module' => 'number',
  3347. 'widget_active' => '1',
  3348. ))
  3349. ->values(array(
  3350. 'field_name' => 'field_test_identical2',
  3351. 'type_name' => 'story',
  3352. 'weight' => '5',
  3353. 'label' => 'Integer Field',
  3354. 'widget_type' => 'number',
  3355. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:2:{s:5:"value";s:0:"";s:14:"_error_element";s:41:"default_value_widget][field_int][0][value";}}s:17:"default_value_php";N;}',
  3356. 'display_settings' => 'a:7:{s:6:"weight";s:1:"5";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:11:"unformatted";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:11:"unformatted";s:7:"exclude";i:0;}}',
  3357. 'description' => 'An example integer field.',
  3358. 'widget_module' => 'number',
  3359. 'widget_active' => '1',
  3360. ))
  3361. ->values(array(
  3362. 'field_name' => 'field_test_imagefield',
  3363. 'type_name' => 'story',
  3364. 'weight' => '9',
  3365. 'label' => 'Image Field',
  3366. 'widget_type' => 'imagefield_widget',
  3367. 'widget_settings' => 'a:14:{s:15:"file_extensions";s:16:"png gif jpg jpeg";s:9:"file_path";s:0:"";s:18:"progress_indicator";s:3:"bar";s:21:"max_filesize_per_file";s:0:"";s:21:"max_filesize_per_node";s:0:"";s:14:"max_resolution";s:1:"0";s:14:"min_resolution";s:1:"0";s:3:"alt";s:8:"Test alt";s:10:"custom_alt";i:0;s:5:"title";s:10:"Test title";s:12:"custom_title";i:0;s:10:"title_type";s:9:"textfield";s:13:"default_image";N;s:17:"use_default_image";i:0;}',
  3368. 'display_settings' => 'a:7:{s:6:"weight";s:1:"9";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:15:"image_imagelink";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:11:"image_plain";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3369. 'description' => 'An example image field.',
  3370. 'widget_module' => 'imagefield',
  3371. 'widget_active' => '1',
  3372. ))
  3373. ->values(array(
  3374. 'field_name' => 'field_test_integer_selectlist',
  3375. 'type_name' => 'story',
  3376. 'weight' => '16',
  3377. 'label' => 'Integer Select List Field',
  3378. 'widget_type' => 'optionwidgets_select',
  3379. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:17:"default_value_php";N;}',
  3380. 'display_settings' => 'a:7:{s:6:"weight";s:2:"16";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3381. 'description' => 'An example integer field using a select list.',
  3382. 'widget_module' => 'optionwidgets',
  3383. 'widget_active' => '1',
  3384. ))
  3385. ->values(array(
  3386. 'field_name' => 'field_test_link',
  3387. 'type_name' => 'story',
  3388. 'weight' => '7',
  3389. 'label' => 'Link Field',
  3390. 'widget_type' => 'link',
  3391. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:2:{s:5:"title";s:18:"default link title";s:3:"url";s:22:"https://www.drupal.org";}}s:17:"default_value_php";N;}',
  3392. 'display_settings' => 'a:7:{s:6:"weight";s:1:"7";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:8:"absolute";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3393. 'description' => 'An example link field.',
  3394. 'widget_module' => 'link',
  3395. 'widget_active' => '1',
  3396. ))
  3397. ->values(array(
  3398. 'field_name' => 'field_test_phone',
  3399. 'type_name' => 'story',
  3400. 'weight' => '13',
  3401. 'label' => 'Phone Field',
  3402. 'widget_type' => 'phone_textfield',
  3403. 'widget_settings' => 'a:3:{s:4:"size";s:2:"60";s:13:"default_value";a:1:{i:0;a:2:{s:5:"value";s:0:"";s:14:"_error_element";s:48:"default_value_widget][field_test_phone][0][value";}}s:17:"default_value_php";N;}',
  3404. 'display_settings' => 'a:7:{s:6:"weight";s:2:"13";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3405. 'description' => 'An example phone field.',
  3406. 'widget_module' => 'phone',
  3407. 'widget_active' => '1',
  3408. ))
  3409. ->values(array(
  3410. 'field_name' => 'field_test_string_selectlist',
  3411. 'type_name' => 'story',
  3412. 'weight' => '31',
  3413. 'label' => 'String Select List Field',
  3414. 'widget_type' => 'optionwidgets_select',
  3415. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:0:"";}}s:17:"default_value_php";N;}',
  3416. 'display_settings' => 'a:5:{s:5:"label";a:2:{s:6:"format";s:5:"above";s:7:"exclude";i:0;}i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3417. 'description' => '',
  3418. 'widget_module' => 'optionwidgets',
  3419. 'widget_active' => '1',
  3420. ))
  3421. ->values(array(
  3422. 'field_name' => 'field_test_text_single_checkbox',
  3423. 'type_name' => 'story',
  3424. 'weight' => '17',
  3425. 'label' => 'Text Single Checkbox Field',
  3426. 'widget_type' => 'optionwidgets_onoff',
  3427. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";s:1:"a";}}s:17:"default_value_php";N;}',
  3428. 'display_settings' => 'a:7:{s:6:"weight";s:2:"17";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3429. 'description' => 'An example text field using a single on/off checkbox.',
  3430. 'widget_module' => 'optionwidgets',
  3431. 'widget_active' => '1',
  3432. ))
  3433. ->values(array(
  3434. 'field_name' => 'field_test_text_single_checkbox',
  3435. 'type_name' => 'test_planet',
  3436. 'weight' => '32',
  3437. 'label' => 'Text Single Checkbox Field',
  3438. 'widget_type' => 'text_textfield',
  3439. 'widget_settings' => 'a:4:{s:13:"default_value";a:1:{i:0;a:2:{s:5:"value";s:1:"0";s:14:"_error_element";s:63:"default_value_widget][field_test_text_single_checkbox][0][value";}}s:17:"default_value_php";N;s:4:"rows";i:5;s:4:"size";s:3:"255";}',
  3440. 'display_settings' => 'a:7:{s:6:"weight";s:2:"32";s:6:"parent";s:0:"";s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:6:"hidden";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3441. 'description' => 'An example text field using a single on/off checkbox.',
  3442. 'widget_module' => 'text',
  3443. 'widget_active' => '1',
  3444. ))
  3445. ->values(array(
  3446. 'field_name' => 'field_test_text_single_checkbox2',
  3447. 'type_name' => 'story',
  3448. 'weight' => '19',
  3449. 'label' => 'Text Single Checkbox Field 2',
  3450. 'widget_type' => 'optionwidgets_onoff',
  3451. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:1:{s:5:"value";N;}}s:17:"default_value_php";N;}',
  3452. 'display_settings' => 'a:5:{s:5:"label";a:2:{s:6:"format";s:5:"above";s:7:"exclude";i:0;}i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:6:"teaser";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}}',
  3453. 'description' => 'Checkbox that uses keys only and no label.',
  3454. 'widget_module' => 'optionwidgets',
  3455. 'widget_active' => '1',
  3456. ))
  3457. ->values(array(
  3458. 'field_name' => 'field_test_three',
  3459. 'type_name' => 'story',
  3460. 'weight' => '2',
  3461. 'label' => 'Decimal Field',
  3462. 'widget_type' => 'number',
  3463. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:2:{s:5:"value";d:101;s:14:"_error_element";s:48:"default_value_widget][field_test_three][0][value";}}s:17:"default_value_php";N;}',
  3464. 'display_settings' => 'a:7:{s:6:"weight";s:1:"2";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:11:"unformatted";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:4:"us_2";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:11:"unformatted";s:7:"exclude";i:0;}}',
  3465. 'description' => 'An example decimal field.',
  3466. 'widget_module' => 'number',
  3467. 'widget_active' => '1',
  3468. ))
  3469. ->values(array(
  3470. 'field_name' => 'field_test_two',
  3471. 'type_name' => 'story',
  3472. 'weight' => '1',
  3473. 'label' => 'Integer Field',
  3474. 'widget_type' => 'number',
  3475. 'widget_settings' => 'a:2:{s:13:"default_value";a:1:{i:0;a:2:{s:5:"value";s:0:"";s:14:"_error_element";s:46:"default_value_widget][field_test_two][0][value";}}s:17:"default_value_php";N;}',
  3476. 'display_settings' => 'a:7:{s:6:"weight";s:1:"1";s:6:"parent";s:0:"";i:5;a:2:{s:6:"format";s:7:"default";s:7:"exclude";i:0;}s:5:"label";a:1:{s:6:"format";s:5:"above";}s:6:"teaser";a:2:{s:6:"format";s:4:"us_0";s:7:"exclude";i:0;}s:4:"full";a:2:{s:6:"format";s:4:"us_0";s:7:"exclude";i:0;}i:4;a:2:{s:6:"format";s:11:"unformatted";s:7:"exclude";i:0;}}',
  3477. 'description' => 'An example integer field.',
  3478. 'widget_module' => 'number',
  3479. 'widget_active' => '1',
  3480. ))
  3481. ->execute();
  3482. $connection->schema()->createTable('content_type_employee', array(
  3483. 'fields' => array(
  3484. 'vid' => array(
  3485. 'type' => 'int',
  3486. 'not null' => TRUE,
  3487. 'size' => 'normal',
  3488. 'default' => '0',
  3489. 'unsigned' => TRUE,
  3490. ),
  3491. 'nid' => array(
  3492. 'type' => 'int',
  3493. 'not null' => TRUE,
  3494. 'size' => 'normal',
  3495. 'default' => '0',
  3496. 'unsigned' => TRUE,
  3497. ),
  3498. 'field_commander_uid' => array(
  3499. 'type' => 'int',
  3500. 'not null' => FALSE,
  3501. 'size' => 'normal',
  3502. 'unsigned' => TRUE,
  3503. ),
  3504. 'field_company_2_nid' => array(
  3505. 'type' => 'int',
  3506. 'not null' => FALSE,
  3507. 'size' => 'normal',
  3508. 'unsigned' => TRUE,
  3509. ),
  3510. 'field_company_3_nid' => array(
  3511. 'type' => 'int',
  3512. 'not null' => FALSE,
  3513. 'size' => 'normal',
  3514. 'unsigned' => TRUE,
  3515. ),
  3516. 'field_sync_email' => array(
  3517. 'type' => 'varchar',
  3518. 'not null' => FALSE,
  3519. 'length' => '255',
  3520. ),
  3521. ),
  3522. 'primary key' => array(
  3523. 'vid',
  3524. ),
  3525. 'indexes' => array(
  3526. 'nid' => array(
  3527. 'nid',
  3528. ),
  3529. 'field_commander_uid' => array(
  3530. 'field_commander_uid',
  3531. ),
  3532. 'field_company_2_nid' => array(
  3533. 'field_company_2_nid',
  3534. ),
  3535. 'field_company_3_nid' => array(
  3536. 'field_company_3_nid',
  3537. ),
  3538. ),
  3539. 'mysql_character_set' => 'utf8',
  3540. ));
  3541. $connection->insert('content_type_employee')
  3542. ->fields(array(
  3543. 'vid',
  3544. 'nid',
  3545. 'field_commander_uid',
  3546. 'field_company_2_nid',
  3547. 'field_company_3_nid',
  3548. 'field_sync_email',
  3549. ))
  3550. ->values(array(
  3551. 'vid' => '21',
  3552. 'nid' => '18',
  3553. 'field_commander_uid' => '8',
  3554. 'field_company_2_nid' => '15',
  3555. 'field_company_3_nid' => '16',
  3556. 'field_sync_email' => NULL,
  3557. ))
  3558. ->values(array(
  3559. 'vid' => '2002',
  3560. 'nid' => '21',
  3561. 'field_commander_uid' => NULL,
  3562. 'field_company_2_nid' => NULL,
  3563. 'field_company_3_nid' => NULL,
  3564. 'field_sync_email' => 'jsmith@example.com',
  3565. ))
  3566. ->values(array(
  3567. 'vid' => '2003',
  3568. 'nid' => '22',
  3569. 'field_commander_uid' => NULL,
  3570. 'field_company_2_nid' => NULL,
  3571. 'field_company_3_nid' => NULL,
  3572. 'field_sync_email' => 'jsmith@example.com',
  3573. ))
  3574. ->execute();
  3575. $connection->schema()->createTable('content_type_page', array(
  3576. 'fields' => array(
  3577. 'vid' => array(
  3578. 'type' => 'int',
  3579. 'not null' => TRUE,
  3580. 'size' => 'normal',
  3581. 'default' => '0',
  3582. 'unsigned' => TRUE,
  3583. ),
  3584. 'nid' => array(
  3585. 'type' => 'int',
  3586. 'not null' => TRUE,
  3587. 'size' => 'normal',
  3588. 'default' => '0',
  3589. 'unsigned' => TRUE,
  3590. ),
  3591. 'field_text_field_value' => array(
  3592. 'type' => 'text',
  3593. 'not null' => FALSE,
  3594. 'size' => 'normal',
  3595. ),
  3596. 'field_reference_nid' => array(
  3597. 'type' => 'int',
  3598. 'not null' => FALSE,
  3599. 'size' => 'normal',
  3600. 'unsigned' => TRUE,
  3601. ),
  3602. 'field_reference_2_nid' => array(
  3603. 'type' => 'int',
  3604. 'not null' => FALSE,
  3605. 'size' => 'normal',
  3606. 'unsigned' => TRUE,
  3607. ),
  3608. ),
  3609. 'primary key' => array(
  3610. 'vid',
  3611. ),
  3612. 'indexes' => array(
  3613. 'field_reference_nid' => array(
  3614. 'field_reference_nid',
  3615. ),
  3616. 'field_reference_2_nid' => array(
  3617. 'field_reference_2_nid',
  3618. ),
  3619. ),
  3620. 'mysql_character_set' => 'utf8',
  3621. ));
  3622. $connection->insert('content_type_page')
  3623. ->fields(array(
  3624. 'vid',
  3625. 'nid',
  3626. 'field_text_field_value',
  3627. 'field_reference_nid',
  3628. 'field_reference_2_nid',
  3629. ))
  3630. ->values(array(
  3631. 'vid' => '13',
  3632. 'nid' => '10',
  3633. 'field_text_field_value' => NULL,
  3634. 'field_reference_nid' => '13',
  3635. 'field_reference_2_nid' => '13',
  3636. ))
  3637. ->values(array(
  3638. 'vid' => '14',
  3639. 'nid' => '11',
  3640. 'field_text_field_value' => NULL,
  3641. 'field_reference_nid' => '20',
  3642. 'field_reference_2_nid' => '20',
  3643. ))
  3644. ->values(array(
  3645. 'vid' => '16',
  3646. 'nid' => '13',
  3647. 'field_text_field_value' => NULL,
  3648. 'field_reference_nid' => '10',
  3649. 'field_reference_2_nid' => '10',
  3650. ))
  3651. ->values(array(
  3652. 'vid' => '23',
  3653. 'nid' => '20',
  3654. 'field_text_field_value' => NULL,
  3655. 'field_reference_nid' => '11',
  3656. 'field_reference_2_nid' => '11',
  3657. ))
  3658. ->execute();
  3659. $connection->schema()->createTable('content_type_story', array(
  3660. 'fields' => array(
  3661. 'nid' => array(
  3662. 'type' => 'int',
  3663. 'not null' => TRUE,
  3664. 'size' => 'normal',
  3665. 'default' => '0',
  3666. 'unsigned' => TRUE,
  3667. ),
  3668. 'vid' => array(
  3669. 'type' => 'serial',
  3670. 'not null' => TRUE,
  3671. 'size' => 'normal',
  3672. 'unsigned' => TRUE,
  3673. ),
  3674. 'uid' => array(
  3675. 'type' => 'int',
  3676. 'not null' => TRUE,
  3677. 'size' => 'normal',
  3678. 'unsigned' => TRUE,
  3679. ),
  3680. 'field_test_three_value' => array(
  3681. 'type' => 'numeric',
  3682. 'not null' => FALSE,
  3683. 'precision' => '10',
  3684. 'scale' => '2',
  3685. ),
  3686. 'field_test_identical1_value' => array(
  3687. 'type' => 'int',
  3688. 'not null' => FALSE,
  3689. 'size' => 'normal',
  3690. 'unsigned' => TRUE,
  3691. ),
  3692. 'field_test_identical2_value' => array(
  3693. 'type' => 'int',
  3694. 'not null' => FALSE,
  3695. 'size' => 'normal',
  3696. 'unsigned' => TRUE,
  3697. ),
  3698. 'field_test_link_url' => array(
  3699. 'type' => 'varchar',
  3700. 'not null' => FALSE,
  3701. 'length' => '2048',
  3702. ),
  3703. 'field_test_link_title' => array(
  3704. 'type' => 'varchar',
  3705. 'not null' => FALSE,
  3706. 'length' => '255',
  3707. ),
  3708. 'field_test_link_attributes' => array(
  3709. 'type' => 'text',
  3710. 'not null' => FALSE,
  3711. 'size' => 'normal',
  3712. ),
  3713. 'field_test_date_value' => array(
  3714. 'type' => 'varchar',
  3715. 'not null' => FALSE,
  3716. 'length' => '20',
  3717. ),
  3718. 'field_test_datestamp_value' => array(
  3719. 'type' => 'int',
  3720. 'not null' => FALSE,
  3721. 'size' => 'normal',
  3722. ),
  3723. 'field_test_datetime_value' => array(
  3724. 'type' => 'varchar',
  3725. 'not null' => FALSE,
  3726. 'length' => '100',
  3727. ),
  3728. 'field_test_email_email' => array(
  3729. 'type' => 'varchar',
  3730. 'not null' => FALSE,
  3731. 'length' => '255',
  3732. ),
  3733. 'field_test_filefield_fid' => array(
  3734. 'type' => 'int',
  3735. 'not null' => FALSE,
  3736. 'size' => 'normal',
  3737. ),
  3738. 'field_test_filefield_list' => array(
  3739. 'type' => 'int',
  3740. 'not null' => FALSE,
  3741. 'size' => 'normal',
  3742. ),
  3743. 'field_test_filefield_data' => array(
  3744. 'type' => 'text',
  3745. 'not null' => FALSE,
  3746. 'size' => 'normal',
  3747. ),
  3748. 'field_test_four_value' => array(
  3749. 'type' => 'numeric',
  3750. 'not null' => FALSE,
  3751. 'precision' => '10',
  3752. 'scale' => '0',
  3753. ),
  3754. 'field_test_integer_selectlist_value' => array(
  3755. 'type' => 'int',
  3756. 'not null' => FALSE,
  3757. 'size' => 'normal',
  3758. ),
  3759. 'field_test_float_single_checkbox_value' => array(
  3760. 'type' => 'numeric',
  3761. 'not null' => FALSE,
  3762. 'precision' => '10',
  3763. 'scale' => '0',
  3764. ),
  3765. 'field_test_decimal_radio_buttons_value' => array(
  3766. 'type' => 'numeric',
  3767. 'not null' => FALSE,
  3768. 'precision' => '10',
  3769. 'scale' => '2',
  3770. ),
  3771. 'field_test_phone_value' => array(
  3772. 'type' => 'varchar',
  3773. 'not null' => FALSE,
  3774. 'length' => '255',
  3775. ),
  3776. 'field_test_exclude_unset_value' => array(
  3777. 'type' => 'text',
  3778. 'not null' => FALSE,
  3779. 'size' => 'normal',
  3780. ),
  3781. 'field_test_exclude_unset_format' => array(
  3782. 'type' => 'int',
  3783. 'not null' => FALSE,
  3784. 'size' => 'normal',
  3785. 'unsigned' => TRUE,
  3786. ),
  3787. 'field_test_imagefield_fid' => array(
  3788. 'type' => 'int',
  3789. 'not null' => FALSE,
  3790. 'size' => 'normal',
  3791. ),
  3792. 'field_test_imagefield_list' => array(
  3793. 'type' => 'int',
  3794. 'not null' => FALSE,
  3795. 'size' => 'normal',
  3796. ),
  3797. 'field_test_imagefield_data' => array(
  3798. 'type' => 'text',
  3799. 'not null' => FALSE,
  3800. 'size' => 'normal',
  3801. ),
  3802. 'field_test_text_single_checkbox2_value' => array(
  3803. 'type' => 'text',
  3804. 'not null' => FALSE,
  3805. 'size' => 'big',
  3806. ),
  3807. 'field_test_datestamp_value2' => array(
  3808. 'type' => 'int',
  3809. 'not null' => FALSE,
  3810. 'size' => 'normal',
  3811. ),
  3812. 'field_test_datetime_value2' => array(
  3813. 'type' => 'varchar',
  3814. 'not null' => FALSE,
  3815. 'length' => '100',
  3816. ),
  3817. 'field_test_string_selectlist_value' => array(
  3818. 'type' => 'text',
  3819. 'not null' => FALSE,
  3820. 'size' => 'big',
  3821. ),
  3822. ),
  3823. 'primary key' => array(
  3824. 'vid',
  3825. ),
  3826. 'indexes' => array(
  3827. 'nid' => array(
  3828. 'nid',
  3829. ),
  3830. ),
  3831. 'mysql_character_set' => 'utf8',
  3832. ));
  3833. $connection->insert('content_type_story')
  3834. ->fields(array(
  3835. 'nid',
  3836. 'vid',
  3837. 'uid',
  3838. 'field_test_three_value',
  3839. 'field_test_identical1_value',
  3840. 'field_test_identical2_value',
  3841. 'field_test_link_url',
  3842. 'field_test_link_title',
  3843. 'field_test_link_attributes',
  3844. 'field_test_date_value',
  3845. 'field_test_datestamp_value',
  3846. 'field_test_datetime_value',
  3847. 'field_test_email_email',
  3848. 'field_test_filefield_fid',
  3849. 'field_test_filefield_list',
  3850. 'field_test_filefield_data',
  3851. 'field_test_four_value',
  3852. 'field_test_integer_selectlist_value',
  3853. 'field_test_float_single_checkbox_value',
  3854. 'field_test_decimal_radio_buttons_value',
  3855. 'field_test_phone_value',
  3856. 'field_test_exclude_unset_value',
  3857. 'field_test_exclude_unset_format',
  3858. 'field_test_imagefield_fid',
  3859. 'field_test_imagefield_list',
  3860. 'field_test_imagefield_data',
  3861. 'field_test_text_single_checkbox2_value',
  3862. 'field_test_datestamp_value2',
  3863. 'field_test_datetime_value2',
  3864. 'field_test_string_selectlist_value',
  3865. ))
  3866. ->values(array(
  3867. 'nid' => '1',
  3868. 'vid' => '1',
  3869. 'uid' => '1',
  3870. 'field_test_three_value' => '42.42',
  3871. 'field_test_identical1_value' => '1',
  3872. 'field_test_identical2_value' => '1',
  3873. 'field_test_link_url' => 'https://www.drupal.org/project/drupal',
  3874. 'field_test_link_title' => 'Drupal project page',
  3875. 'field_test_link_attributes' => 's:32:"a:1:{s:6:"target";s:6:"_blank";}";',
  3876. 'field_test_date_value' => '2013-01-02T04:05:00',
  3877. 'field_test_datestamp_value' => '1391357160',
  3878. 'field_test_datetime_value' => '2015-03-04 06:07:00',
  3879. 'field_test_email_email' => 'PrincessRuwenne@example.com',
  3880. 'field_test_filefield_fid' => '5',
  3881. 'field_test_filefield_list' => '1',
  3882. 'field_test_filefield_data' => 'a:1:{s:11:"description";s:4:"desc";}',
  3883. 'field_test_four_value' => NULL,
  3884. 'field_test_integer_selectlist_value' => '3412',
  3885. 'field_test_float_single_checkbox_value' => '3',
  3886. 'field_test_decimal_radio_buttons_value' => NULL,
  3887. 'field_test_phone_value' => NULL,
  3888. 'field_test_exclude_unset_value' => 'This is a field with exclude unset.',
  3889. 'field_test_exclude_unset_format' => '1',
  3890. 'field_test_imagefield_fid' => NULL,
  3891. 'field_test_imagefield_list' => NULL,
  3892. 'field_test_imagefield_data' => NULL,
  3893. 'field_test_text_single_checkbox2_value' => 'Hello',
  3894. 'field_test_datestamp_value2' => NULL,
  3895. 'field_test_datetime_value2' => NULL,
  3896. 'field_test_string_selectlist_value' => NULL,
  3897. ))
  3898. ->values(array(
  3899. 'nid' => '1',
  3900. 'vid' => '2',
  3901. 'uid' => '1',
  3902. 'field_test_three_value' => '42.42',
  3903. 'field_test_identical1_value' => '1',
  3904. 'field_test_identical2_value' => '1',
  3905. 'field_test_link_url' => 'https://www.drupal.org/project/drupal',
  3906. 'field_test_link_title' => 'Drupal project page',
  3907. 'field_test_link_attributes' => 's:32:"a:1:{s:6:"target";s:6:"_blank";}";',
  3908. 'field_test_date_value' => '2013-01-02T04:05:00',
  3909. 'field_test_datestamp_value' => '1391357160',
  3910. 'field_test_datetime_value' => '2015-03-04 06:07:00',
  3911. 'field_test_email_email' => 'PrincessRuwenne@example.com',
  3912. 'field_test_filefield_fid' => NULL,
  3913. 'field_test_filefield_list' => NULL,
  3914. 'field_test_filefield_data' => NULL,
  3915. 'field_test_four_value' => NULL,
  3916. 'field_test_integer_selectlist_value' => NULL,
  3917. 'field_test_float_single_checkbox_value' => NULL,
  3918. 'field_test_decimal_radio_buttons_value' => NULL,
  3919. 'field_test_phone_value' => NULL,
  3920. 'field_test_exclude_unset_value' => NULL,
  3921. 'field_test_exclude_unset_format' => NULL,
  3922. 'field_test_imagefield_fid' => NULL,
  3923. 'field_test_imagefield_list' => NULL,
  3924. 'field_test_imagefield_data' => NULL,
  3925. 'field_test_text_single_checkbox2_value' => NULL,
  3926. 'field_test_datestamp_value2' => NULL,
  3927. 'field_test_datetime_value2' => NULL,
  3928. 'field_test_string_selectlist_value' => NULL,
  3929. ))
  3930. ->values(array(
  3931. 'nid' => '2',
  3932. 'vid' => '3',
  3933. 'uid' => '1',
  3934. 'field_test_three_value' => '23.20',
  3935. 'field_test_identical1_value' => '1',
  3936. 'field_test_identical2_value' => '1',
  3937. 'field_test_link_url' => 'http://groups.drupal.org/',
  3938. 'field_test_link_title' => 'Drupal Groups',
  3939. 'field_test_link_attributes' => 's:6:"a:0:{}";',
  3940. 'field_test_date_value' => NULL,
  3941. 'field_test_datestamp_value' => NULL,
  3942. 'field_test_datetime_value' => NULL,
  3943. 'field_test_email_email' => NULL,
  3944. 'field_test_filefield_fid' => NULL,
  3945. 'field_test_filefield_list' => NULL,
  3946. 'field_test_filefield_data' => NULL,
  3947. 'field_test_four_value' => NULL,
  3948. 'field_test_integer_selectlist_value' => NULL,
  3949. 'field_test_float_single_checkbox_value' => NULL,
  3950. 'field_test_decimal_radio_buttons_value' => NULL,
  3951. 'field_test_phone_value' => NULL,
  3952. 'field_test_exclude_unset_value' => NULL,
  3953. 'field_test_exclude_unset_format' => NULL,
  3954. 'field_test_imagefield_fid' => NULL,
  3955. 'field_test_imagefield_list' => NULL,
  3956. 'field_test_imagefield_data' => NULL,
  3957. 'field_test_text_single_checkbox2_value' => NULL,
  3958. 'field_test_datestamp_value2' => NULL,
  3959. 'field_test_datetime_value2' => NULL,
  3960. 'field_test_string_selectlist_value' => NULL,
  3961. ))
  3962. ->values(array(
  3963. 'nid' => '2',
  3964. 'vid' => '5',
  3965. 'uid' => '1',
  3966. 'field_test_three_value' => '23.20',
  3967. 'field_test_identical1_value' => '1',
  3968. 'field_test_identical2_value' => '1',
  3969. 'field_test_link_url' => 'http://groups.drupal.org/',
  3970. 'field_test_link_title' => 'Drupal Groups',
  3971. 'field_test_link_attributes' => 's:6:"a:0:{}";',
  3972. 'field_test_date_value' => NULL,
  3973. 'field_test_datestamp_value' => NULL,
  3974. 'field_test_datetime_value' => NULL,
  3975. 'field_test_email_email' => NULL,
  3976. 'field_test_filefield_fid' => NULL,
  3977. 'field_test_filefield_list' => NULL,
  3978. 'field_test_filefield_data' => NULL,
  3979. 'field_test_four_value' => NULL,
  3980. 'field_test_integer_selectlist_value' => NULL,
  3981. 'field_test_float_single_checkbox_value' => NULL,
  3982. 'field_test_decimal_radio_buttons_value' => NULL,
  3983. 'field_test_phone_value' => NULL,
  3984. 'field_test_exclude_unset_value' => NULL,
  3985. 'field_test_exclude_unset_format' => NULL,
  3986. 'field_test_imagefield_fid' => NULL,
  3987. 'field_test_imagefield_list' => NULL,
  3988. 'field_test_imagefield_data' => NULL,
  3989. 'field_test_text_single_checkbox2_value' => NULL,
  3990. 'field_test_datestamp_value2' => NULL,
  3991. 'field_test_datetime_value2' => NULL,
  3992. 'field_test_string_selectlist_value' => NULL,
  3993. ))
  3994. ->values(array(
  3995. 'nid' => '9',
  3996. 'vid' => '12',
  3997. 'uid' => '0',
  3998. 'field_test_three_value' => '101.00',
  3999. 'field_test_identical1_value' => NULL,
  4000. 'field_test_identical2_value' => NULL,
  4001. 'field_test_link_url' => 'node/10',
  4002. 'field_test_link_title' => 'Buy it now',
  4003. 'field_test_link_attributes' => 's:32:"a:1:{s:6:"target";s:6:"_blank";}";',
  4004. 'field_test_date_value' => NULL,
  4005. 'field_test_datestamp_value' => NULL,
  4006. 'field_test_datetime_value' => NULL,
  4007. 'field_test_email_email' => NULL,
  4008. 'field_test_filefield_fid' => NULL,
  4009. 'field_test_filefield_list' => NULL,
  4010. 'field_test_filefield_data' => NULL,
  4011. 'field_test_four_value' => '101',
  4012. 'field_test_integer_selectlist_value' => NULL,
  4013. 'field_test_float_single_checkbox_value' => '3',
  4014. 'field_test_decimal_radio_buttons_value' => NULL,
  4015. 'field_test_phone_value' => NULL,
  4016. 'field_test_exclude_unset_value' => 'text for default value',
  4017. 'field_test_exclude_unset_format' => '1',
  4018. 'field_test_imagefield_fid' => '2',
  4019. 'field_test_imagefield_list' => '1',
  4020. 'field_test_imagefield_data' => 'a:2:{s:3:"alt";s:8:"Test alt";s:5:"title";s:10:"Test title";}',
  4021. 'field_test_text_single_checkbox2_value' => 'Off',
  4022. 'field_test_datestamp_value2' => '1391357160',
  4023. 'field_test_datetime_value2' => '2015-03-04 06:07:00',
  4024. 'field_test_string_selectlist_value' => NULL,
  4025. ))
  4026. ->execute();
  4027. $connection->schema()->createTable('content_type_test_page', array(
  4028. 'fields' => array(
  4029. 'vid' => array(
  4030. 'type' => 'int',
  4031. 'not null' => TRUE,
  4032. 'size' => 'normal',
  4033. 'default' => '0',
  4034. 'unsigned' => TRUE,
  4035. ),
  4036. 'nid' => array(
  4037. 'type' => 'int',
  4038. 'not null' => TRUE,
  4039. 'size' => 'normal',
  4040. 'default' => '0',
  4041. 'unsigned' => TRUE,
  4042. ),
  4043. 'field_test_value' => array(
  4044. 'type' => 'text',
  4045. 'not null' => FALSE,
  4046. 'size' => 'normal',
  4047. ),
  4048. 'field_test_format' => array(
  4049. 'type' => 'int',
  4050. 'not null' => FALSE,
  4051. 'size' => 'normal',
  4052. 'unsigned' => TRUE,
  4053. ),
  4054. ),
  4055. 'primary key' => array(
  4056. 'vid',
  4057. ),
  4058. 'mysql_character_set' => 'utf8',
  4059. ));
  4060. $connection->schema()->createTable('content_type_test_planet', array(
  4061. 'fields' => array(
  4062. 'nid' => array(
  4063. 'type' => 'int',
  4064. 'not null' => TRUE,
  4065. 'size' => 'normal',
  4066. 'default' => '0',
  4067. 'unsigned' => TRUE,
  4068. ),
  4069. 'vid' => array(
  4070. 'type' => 'serial',
  4071. 'not null' => TRUE,
  4072. 'size' => 'normal',
  4073. 'unsigned' => TRUE,
  4074. ),
  4075. ),
  4076. 'primary key' => array(
  4077. 'vid',
  4078. ),
  4079. 'mysql_character_set' => 'utf8',
  4080. ));
  4081. $connection->insert('content_type_test_planet')
  4082. ->fields(array(
  4083. 'nid',
  4084. 'vid',
  4085. ))
  4086. ->values(array(
  4087. 'nid' => '3',
  4088. 'vid' => '4',
  4089. ))
  4090. ->values(array(
  4091. 'nid' => '4',
  4092. 'vid' => '6',
  4093. ))
  4094. ->values(array(
  4095. 'nid' => '5',
  4096. 'vid' => '7',
  4097. ))
  4098. ->values(array(
  4099. 'nid' => '6',
  4100. 'vid' => '8',
  4101. ))
  4102. ->values(array(
  4103. 'nid' => '7',
  4104. 'vid' => '9',
  4105. ))
  4106. ->values(array(
  4107. 'nid' => '8',
  4108. 'vid' => '10',
  4109. ))
  4110. ->values(array(
  4111. 'nid' => '9',
  4112. 'vid' => '11',
  4113. ))
  4114. ->execute();
  4115. $connection->schema()->createTable('date_format_locale', array(
  4116. 'fields' => array(
  4117. 'format' => array(
  4118. 'type' => 'varchar',
  4119. 'not null' => TRUE,
  4120. 'length' => '100',
  4121. ),
  4122. 'type' => array(
  4123. 'type' => 'varchar',
  4124. 'not null' => TRUE,
  4125. 'length' => '200',
  4126. ),
  4127. 'language' => array(
  4128. 'type' => 'varchar',
  4129. 'not null' => TRUE,
  4130. 'length' => '12',
  4131. ),
  4132. ),
  4133. 'primary key' => array(
  4134. 'type',
  4135. 'language',
  4136. ),
  4137. 'mysql_character_set' => 'utf8',
  4138. ));
  4139. $connection->schema()->createTable('date_format_types', array(
  4140. 'fields' => array(
  4141. 'type' => array(
  4142. 'type' => 'varchar',
  4143. 'not null' => TRUE,
  4144. 'length' => '200',
  4145. ),
  4146. 'title' => array(
  4147. 'type' => 'varchar',
  4148. 'not null' => TRUE,
  4149. 'length' => '255',
  4150. ),
  4151. 'locked' => array(
  4152. 'type' => 'int',
  4153. 'not null' => TRUE,
  4154. 'size' => 'normal',
  4155. 'default' => '0',
  4156. ),
  4157. ),
  4158. 'primary key' => array(
  4159. 'type',
  4160. ),
  4161. 'mysql_character_set' => 'utf8',
  4162. ));
  4163. $connection->insert('date_format_types')
  4164. ->fields(array(
  4165. 'type',
  4166. 'title',
  4167. 'locked',
  4168. ))
  4169. ->values(array(
  4170. 'type' => 'long',
  4171. 'title' => 'Long',
  4172. 'locked' => '1',
  4173. ))
  4174. ->values(array(
  4175. 'type' => 'medium',
  4176. 'title' => 'Medium',
  4177. 'locked' => '1',
  4178. ))
  4179. ->values(array(
  4180. 'type' => 'short',
  4181. 'title' => 'Short',
  4182. 'locked' => '1',
  4183. ))
  4184. ->execute();
  4185. $connection->schema()->createTable('date_formats', array(
  4186. 'fields' => array(
  4187. 'dfid' => array(
  4188. 'type' => 'serial',
  4189. 'not null' => TRUE,
  4190. 'size' => 'normal',
  4191. 'unsigned' => TRUE,
  4192. ),
  4193. 'format' => array(
  4194. 'type' => 'varchar',
  4195. 'not null' => TRUE,
  4196. 'length' => '100',
  4197. ),
  4198. 'type' => array(
  4199. 'type' => 'varchar',
  4200. 'not null' => TRUE,
  4201. 'length' => '200',
  4202. ),
  4203. 'locked' => array(
  4204. 'type' => 'int',
  4205. 'not null' => TRUE,
  4206. 'size' => 'normal',
  4207. 'default' => '0',
  4208. ),
  4209. ),
  4210. 'primary key' => array(
  4211. 'dfid',
  4212. ),
  4213. 'mysql_character_set' => 'utf8',
  4214. ));
  4215. $connection->insert('date_formats')
  4216. ->fields(array(
  4217. 'dfid',
  4218. 'format',
  4219. 'type',
  4220. 'locked',
  4221. ))
  4222. ->values(array(
  4223. 'dfid' => '1',
  4224. 'format' => 'Y-m-d H:i',
  4225. 'type' => 'short',
  4226. 'locked' => '1',
  4227. ))
  4228. ->values(array(
  4229. 'dfid' => '2',
  4230. 'format' => 'm/d/Y - H:i',
  4231. 'type' => 'short',
  4232. 'locked' => '1',
  4233. ))
  4234. ->values(array(
  4235. 'dfid' => '3',
  4236. 'format' => 'd/m/Y - H:i',
  4237. 'type' => 'short',
  4238. 'locked' => '1',
  4239. ))
  4240. ->values(array(
  4241. 'dfid' => '4',
  4242. 'format' => 'Y/m/d - H:i',
  4243. 'type' => 'short',
  4244. 'locked' => '1',
  4245. ))
  4246. ->values(array(
  4247. 'dfid' => '5',
  4248. 'format' => 'd.m.Y - H:i',
  4249. 'type' => 'short',
  4250. 'locked' => '1',
  4251. ))
  4252. ->values(array(
  4253. 'dfid' => '6',
  4254. 'format' => 'm/d/Y - g:ia',
  4255. 'type' => 'short',
  4256. 'locked' => '1',
  4257. ))
  4258. ->values(array(
  4259. 'dfid' => '7',
  4260. 'format' => 'd/m/Y - g:ia',
  4261. 'type' => 'short',
  4262. 'locked' => '1',
  4263. ))
  4264. ->values(array(
  4265. 'dfid' => '8',
  4266. 'format' => 'Y/m/d - g:ia',
  4267. 'type' => 'short',
  4268. 'locked' => '1',
  4269. ))
  4270. ->values(array(
  4271. 'dfid' => '9',
  4272. 'format' => 'M j Y - H:i',
  4273. 'type' => 'short',
  4274. 'locked' => '1',
  4275. ))
  4276. ->values(array(
  4277. 'dfid' => '10',
  4278. 'format' => 'j M Y - H:i',
  4279. 'type' => 'short',
  4280. 'locked' => '1',
  4281. ))
  4282. ->values(array(
  4283. 'dfid' => '11',
  4284. 'format' => 'Y M j - H:i',
  4285. 'type' => 'short',
  4286. 'locked' => '1',
  4287. ))
  4288. ->values(array(
  4289. 'dfid' => '12',
  4290. 'format' => 'M j Y - g:ia',
  4291. 'type' => 'short',
  4292. 'locked' => '1',
  4293. ))
  4294. ->values(array(
  4295. 'dfid' => '13',
  4296. 'format' => 'j M Y - g:ia',
  4297. 'type' => 'short',
  4298. 'locked' => '1',
  4299. ))
  4300. ->values(array(
  4301. 'dfid' => '14',
  4302. 'format' => 'Y M j - g:ia',
  4303. 'type' => 'short',
  4304. 'locked' => '1',
  4305. ))
  4306. ->values(array(
  4307. 'dfid' => '15',
  4308. 'format' => 'D, Y-m-d H:i',
  4309. 'type' => 'medium',
  4310. 'locked' => '1',
  4311. ))
  4312. ->values(array(
  4313. 'dfid' => '16',
  4314. 'format' => 'D, m/d/Y - H:i',
  4315. 'type' => 'medium',
  4316. 'locked' => '1',
  4317. ))
  4318. ->values(array(
  4319. 'dfid' => '17',
  4320. 'format' => 'D, d/m/Y - H:i',
  4321. 'type' => 'medium',
  4322. 'locked' => '1',
  4323. ))
  4324. ->values(array(
  4325. 'dfid' => '18',
  4326. 'format' => 'D, Y/m/d - H:i',
  4327. 'type' => 'medium',
  4328. 'locked' => '1',
  4329. ))
  4330. ->values(array(
  4331. 'dfid' => '19',
  4332. 'format' => 'F j, Y - H:i',
  4333. 'type' => 'medium',
  4334. 'locked' => '1',
  4335. ))
  4336. ->values(array(
  4337. 'dfid' => '20',
  4338. 'format' => 'j F, Y - H:i',
  4339. 'type' => 'medium',
  4340. 'locked' => '1',
  4341. ))
  4342. ->values(array(
  4343. 'dfid' => '21',
  4344. 'format' => 'Y, F j - H:i',
  4345. 'type' => 'medium',
  4346. 'locked' => '1',
  4347. ))
  4348. ->values(array(
  4349. 'dfid' => '22',
  4350. 'format' => 'D, m/d/Y - g:ia',
  4351. 'type' => 'medium',
  4352. 'locked' => '1',
  4353. ))
  4354. ->values(array(
  4355. 'dfid' => '23',
  4356. 'format' => 'D, d/m/Y - g:ia',
  4357. 'type' => 'medium',
  4358. 'locked' => '1',
  4359. ))
  4360. ->values(array(
  4361. 'dfid' => '24',
  4362. 'format' => 'D, Y/m/d - g:ia',
  4363. 'type' => 'medium',
  4364. 'locked' => '1',
  4365. ))
  4366. ->values(array(
  4367. 'dfid' => '25',
  4368. 'format' => 'F j, Y - g:ia',
  4369. 'type' => 'medium',
  4370. 'locked' => '1',
  4371. ))
  4372. ->values(array(
  4373. 'dfid' => '26',
  4374. 'format' => 'j F Y - g:ia',
  4375. 'type' => 'medium',
  4376. 'locked' => '1',
  4377. ))
  4378. ->values(array(
  4379. 'dfid' => '27',
  4380. 'format' => 'Y, F j - g:ia',
  4381. 'type' => 'medium',
  4382. 'locked' => '1',
  4383. ))
  4384. ->values(array(
  4385. 'dfid' => '28',
  4386. 'format' => 'j. F Y - G:i',
  4387. 'type' => 'medium',
  4388. 'locked' => '1',
  4389. ))
  4390. ->values(array(
  4391. 'dfid' => '29',
  4392. 'format' => 'l, F j, Y - H:i',
  4393. 'type' => 'long',
  4394. 'locked' => '1',
  4395. ))
  4396. ->values(array(
  4397. 'dfid' => '30',
  4398. 'format' => 'l, j F, Y - H:i',
  4399. 'type' => 'long',
  4400. 'locked' => '1',
  4401. ))
  4402. ->values(array(
  4403. 'dfid' => '31',
  4404. 'format' => 'l, Y, F j - H:i',
  4405. 'type' => 'long',
  4406. 'locked' => '1',
  4407. ))
  4408. ->values(array(
  4409. 'dfid' => '32',
  4410. 'format' => 'l, F j, Y - g:ia',
  4411. 'type' => 'long',
  4412. 'locked' => '1',
  4413. ))
  4414. ->values(array(
  4415. 'dfid' => '33',
  4416. 'format' => 'l, j F Y - g:ia',
  4417. 'type' => 'long',
  4418. 'locked' => '1',
  4419. ))
  4420. ->values(array(
  4421. 'dfid' => '34',
  4422. 'format' => 'l, Y, F j - g:ia',
  4423. 'type' => 'long',
  4424. 'locked' => '1',
  4425. ))
  4426. ->values(array(
  4427. 'dfid' => '35',
  4428. 'format' => 'l, j. F Y - G:i',
  4429. 'type' => 'long',
  4430. 'locked' => '1',
  4431. ))
  4432. ->execute();
  4433. $connection->schema()->createTable('event', array(
  4434. 'fields' => array(
  4435. 'nid' => array(
  4436. 'type' => 'int',
  4437. 'not null' => TRUE,
  4438. 'size' => 'normal',
  4439. 'default' => '0',
  4440. 'unsigned' => TRUE,
  4441. ),
  4442. 'event_start' => array(
  4443. 'type' => 'varchar',
  4444. 'not null' => TRUE,
  4445. 'length' => '100',
  4446. ),
  4447. 'event_end' => array(
  4448. 'type' => 'varchar',
  4449. 'not null' => TRUE,
  4450. 'length' => '100',
  4451. ),
  4452. 'timezone' => array(
  4453. 'type' => 'int',
  4454. 'not null' => TRUE,
  4455. 'size' => 'normal',
  4456. 'default' => '0',
  4457. ),
  4458. 'start_in_dst' => array(
  4459. 'type' => 'int',
  4460. 'not null' => TRUE,
  4461. 'size' => 'normal',
  4462. 'default' => '0',
  4463. ),
  4464. 'end_in_dst' => array(
  4465. 'type' => 'int',
  4466. 'not null' => TRUE,
  4467. 'size' => 'normal',
  4468. 'default' => '0',
  4469. ),
  4470. 'has_time' => array(
  4471. 'type' => 'int',
  4472. 'not null' => TRUE,
  4473. 'size' => 'normal',
  4474. 'default' => '1',
  4475. ),
  4476. 'has_end_date' => array(
  4477. 'type' => 'int',
  4478. 'not null' => TRUE,
  4479. 'size' => 'normal',
  4480. 'default' => '1',
  4481. ),
  4482. ),
  4483. 'primary key' => array(
  4484. 'nid',
  4485. ),
  4486. 'mysql_character_set' => 'utf8',
  4487. ));
  4488. $connection->schema()->createTable('event_timezones', array(
  4489. 'fields' => array(
  4490. 'timezone' => array(
  4491. 'type' => 'int',
  4492. 'not null' => TRUE,
  4493. 'size' => 'normal',
  4494. 'default' => '0',
  4495. ),
  4496. 'name' => array(
  4497. 'type' => 'varchar',
  4498. 'not null' => TRUE,
  4499. 'length' => '255',
  4500. 'default' => '',
  4501. ),
  4502. 'offset' => array(
  4503. 'type' => 'varchar',
  4504. 'not null' => TRUE,
  4505. 'length' => '100',
  4506. 'default' => '00:00:00',
  4507. ),
  4508. 'offset_dst' => array(
  4509. 'type' => 'varchar',
  4510. 'not null' => TRUE,
  4511. 'length' => '100',
  4512. 'default' => '00:00:00',
  4513. ),
  4514. 'dst_region' => array(
  4515. 'type' => 'int',
  4516. 'not null' => TRUE,
  4517. 'size' => 'normal',
  4518. 'default' => '0',
  4519. ),
  4520. 'is_dst' => array(
  4521. 'type' => 'int',
  4522. 'not null' => TRUE,
  4523. 'size' => 'normal',
  4524. 'default' => '0',
  4525. ),
  4526. ),
  4527. 'primary key' => array(
  4528. 'timezone',
  4529. ),
  4530. 'mysql_character_set' => 'utf8',
  4531. ));
  4532. $connection->insert('event_timezones')
  4533. ->fields(array(
  4534. 'timezone',
  4535. 'name',
  4536. 'offset',
  4537. 'offset_dst',
  4538. 'dst_region',
  4539. 'is_dst',
  4540. ))
  4541. ->values(array(
  4542. 'timezone' => '1',
  4543. 'name' => 'Africa/Addis Ababa',
  4544. 'offset' => '03:00:00',
  4545. 'offset_dst' => '03:00:00',
  4546. 'dst_region' => '0',
  4547. 'is_dst' => '0',
  4548. ))
  4549. ->values(array(
  4550. 'timezone' => '2',
  4551. 'name' => 'Africa/Algiers',
  4552. 'offset' => '01:00:00',
  4553. 'offset_dst' => '01:00:00',
  4554. 'dst_region' => '0',
  4555. 'is_dst' => '0',
  4556. ))
  4557. ->values(array(
  4558. 'timezone' => '3',
  4559. 'name' => 'Africa/Asmera',
  4560. 'offset' => '03:00:00',
  4561. 'offset_dst' => '03:00:00',
  4562. 'dst_region' => '0',
  4563. 'is_dst' => '0',
  4564. ))
  4565. ->values(array(
  4566. 'timezone' => '4',
  4567. 'name' => 'Africa/Bangui',
  4568. 'offset' => '01:00:00',
  4569. 'offset_dst' => '01:00:00',
  4570. 'dst_region' => '0',
  4571. 'is_dst' => '0',
  4572. ))
  4573. ->values(array(
  4574. 'timezone' => '5',
  4575. 'name' => 'Africa/Blantyre',
  4576. 'offset' => '02:00:00',
  4577. 'offset_dst' => '02:00:00',
  4578. 'dst_region' => '0',
  4579. 'is_dst' => '0',
  4580. ))
  4581. ->values(array(
  4582. 'timezone' => '6',
  4583. 'name' => 'Africa/Brazzaville',
  4584. 'offset' => '01:00:00',
  4585. 'offset_dst' => '01:00:00',
  4586. 'dst_region' => '0',
  4587. 'is_dst' => '0',
  4588. ))
  4589. ->values(array(
  4590. 'timezone' => '7',
  4591. 'name' => 'Africa/Bujumbura',
  4592. 'offset' => '02:00:00',
  4593. 'offset_dst' => '02:00:00',
  4594. 'dst_region' => '0',
  4595. 'is_dst' => '0',
  4596. ))
  4597. ->values(array(
  4598. 'timezone' => '8',
  4599. 'name' => 'Africa/Cairo',
  4600. 'offset' => '02:00:00',
  4601. 'offset_dst' => '03:00:00',
  4602. 'dst_region' => '1',
  4603. 'is_dst' => '0',
  4604. ))
  4605. ->values(array(
  4606. 'timezone' => '9',
  4607. 'name' => 'Africa/Ceuta',
  4608. 'offset' => '01:00:00',
  4609. 'offset_dst' => '02:00:00',
  4610. 'dst_region' => '1',
  4611. 'is_dst' => '0',
  4612. ))
  4613. ->values(array(
  4614. 'timezone' => '10',
  4615. 'name' => 'Africa/Dar es Salaam',
  4616. 'offset' => '03:00:00',
  4617. 'offset_dst' => '03:00:00',
  4618. 'dst_region' => '0',
  4619. 'is_dst' => '0',
  4620. ))
  4621. ->values(array(
  4622. 'timezone' => '11',
  4623. 'name' => 'Africa/Djibouti',
  4624. 'offset' => '03:00:00',
  4625. 'offset_dst' => '03:00:00',
  4626. 'dst_region' => '0',
  4627. 'is_dst' => '0',
  4628. ))
  4629. ->values(array(
  4630. 'timezone' => '12',
  4631. 'name' => 'Africa/Douala',
  4632. 'offset' => '01:00:00',
  4633. 'offset_dst' => '01:00:00',
  4634. 'dst_region' => '0',
  4635. 'is_dst' => '0',
  4636. ))
  4637. ->values(array(
  4638. 'timezone' => '13',
  4639. 'name' => 'Africa/Gaborone',
  4640. 'offset' => '02:00:00',
  4641. 'offset_dst' => '02:00:00',
  4642. 'dst_region' => '0',
  4643. 'is_dst' => '0',
  4644. ))
  4645. ->values(array(
  4646. 'timezone' => '14',
  4647. 'name' => 'Africa/Harare',
  4648. 'offset' => '02:00:00',
  4649. 'offset_dst' => '02:00:00',
  4650. 'dst_region' => '0',
  4651. 'is_dst' => '0',
  4652. ))
  4653. ->values(array(
  4654. 'timezone' => '15',
  4655. 'name' => 'Africa/Johannesburg',
  4656. 'offset' => '02:00:00',
  4657. 'offset_dst' => '02:00:00',
  4658. 'dst_region' => '0',
  4659. 'is_dst' => '0',
  4660. ))
  4661. ->values(array(
  4662. 'timezone' => '16',
  4663. 'name' => 'Africa/Kampala',
  4664. 'offset' => '03:00:00',
  4665. 'offset_dst' => '03:00:00',
  4666. 'dst_region' => '0',
  4667. 'is_dst' => '0',
  4668. ))
  4669. ->values(array(
  4670. 'timezone' => '17',
  4671. 'name' => 'Africa/Khartoum',
  4672. 'offset' => '03:00:00',
  4673. 'offset_dst' => '03:00:00',
  4674. 'dst_region' => '0',
  4675. 'is_dst' => '0',
  4676. ))
  4677. ->values(array(
  4678. 'timezone' => '18',
  4679. 'name' => 'Africa/Kigali',
  4680. 'offset' => '02:00:00',
  4681. 'offset_dst' => '02:00:00',
  4682. 'dst_region' => '0',
  4683. 'is_dst' => '0',
  4684. ))
  4685. ->values(array(
  4686. 'timezone' => '19',
  4687. 'name' => 'Africa/Kinshasa',
  4688. 'offset' => '01:00:00',
  4689. 'offset_dst' => '01:00:00',
  4690. 'dst_region' => '0',
  4691. 'is_dst' => '0',
  4692. ))
  4693. ->values(array(
  4694. 'timezone' => '20',
  4695. 'name' => 'Africa/Lagos',
  4696. 'offset' => '01:00:00',
  4697. 'offset_dst' => '01:00:00',
  4698. 'dst_region' => '0',
  4699. 'is_dst' => '0',
  4700. ))
  4701. ->values(array(
  4702. 'timezone' => '21',
  4703. 'name' => 'Africa/Libreville',
  4704. 'offset' => '01:00:00',
  4705. 'offset_dst' => '01:00:00',
  4706. 'dst_region' => '0',
  4707. 'is_dst' => '0',
  4708. ))
  4709. ->values(array(
  4710. 'timezone' => '22',
  4711. 'name' => 'Africa/Luanda',
  4712. 'offset' => '01:00:00',
  4713. 'offset_dst' => '01:00:00',
  4714. 'dst_region' => '0',
  4715. 'is_dst' => '0',
  4716. ))
  4717. ->values(array(
  4718. 'timezone' => '23',
  4719. 'name' => 'Africa/Lubumbashi',
  4720. 'offset' => '02:00:00',
  4721. 'offset_dst' => '02:00:00',
  4722. 'dst_region' => '0',
  4723. 'is_dst' => '0',
  4724. ))
  4725. ->values(array(
  4726. 'timezone' => '24',
  4727. 'name' => 'Africa/Lusaka',
  4728. 'offset' => '02:00:00',
  4729. 'offset_dst' => '02:00:00',
  4730. 'dst_region' => '0',
  4731. 'is_dst' => '0',
  4732. ))
  4733. ->values(array(
  4734. 'timezone' => '25',
  4735. 'name' => 'Africa/Malabo',
  4736. 'offset' => '01:00:00',
  4737. 'offset_dst' => '01:00:00',
  4738. 'dst_region' => '0',
  4739. 'is_dst' => '0',
  4740. ))
  4741. ->values(array(
  4742. 'timezone' => '26',
  4743. 'name' => 'Africa/Maputo',
  4744. 'offset' => '02:00:00',
  4745. 'offset_dst' => '02:00:00',
  4746. 'dst_region' => '0',
  4747. 'is_dst' => '0',
  4748. ))
  4749. ->values(array(
  4750. 'timezone' => '27',
  4751. 'name' => 'Africa/Maseru',
  4752. 'offset' => '02:00:00',
  4753. 'offset_dst' => '02:00:00',
  4754. 'dst_region' => '0',
  4755. 'is_dst' => '0',
  4756. ))
  4757. ->values(array(
  4758. 'timezone' => '28',
  4759. 'name' => 'Africa/Mbabane',
  4760. 'offset' => '02:00:00',
  4761. 'offset_dst' => '02:00:00',
  4762. 'dst_region' => '0',
  4763. 'is_dst' => '0',
  4764. ))
  4765. ->values(array(
  4766. 'timezone' => '29',
  4767. 'name' => 'Africa/Mogadishu',
  4768. 'offset' => '03:00:00',
  4769. 'offset_dst' => '03:00:00',
  4770. 'dst_region' => '0',
  4771. 'is_dst' => '0',
  4772. ))
  4773. ->values(array(
  4774. 'timezone' => '30',
  4775. 'name' => 'Africa/Nairobi',
  4776. 'offset' => '03:00:00',
  4777. 'offset_dst' => '03:00:00',
  4778. 'dst_region' => '0',
  4779. 'is_dst' => '0',
  4780. ))
  4781. ->values(array(
  4782. 'timezone' => '31',
  4783. 'name' => 'Africa/Ndjamena',
  4784. 'offset' => '01:00:00',
  4785. 'offset_dst' => '01:00:00',
  4786. 'dst_region' => '0',
  4787. 'is_dst' => '0',
  4788. ))
  4789. ->values(array(
  4790. 'timezone' => '32',
  4791. 'name' => 'Africa/Niamey',
  4792. 'offset' => '01:00:00',
  4793. 'offset_dst' => '01:00:00',
  4794. 'dst_region' => '0',
  4795. 'is_dst' => '0',
  4796. ))
  4797. ->values(array(
  4798. 'timezone' => '33',
  4799. 'name' => 'Africa/Porto-Novo',
  4800. 'offset' => '01:00:00',
  4801. 'offset_dst' => '01:00:00',
  4802. 'dst_region' => '0',
  4803. 'is_dst' => '0',
  4804. ))
  4805. ->values(array(
  4806. 'timezone' => '34',
  4807. 'name' => 'Africa/Tripoli',
  4808. 'offset' => '02:00:00',
  4809. 'offset_dst' => '02:00:00',
  4810. 'dst_region' => '0',
  4811. 'is_dst' => '0',
  4812. ))
  4813. ->values(array(
  4814. 'timezone' => '35',
  4815. 'name' => 'Africa/Tunis',
  4816. 'offset' => '01:00:00',
  4817. 'offset_dst' => '01:00:00',
  4818. 'dst_region' => '0',
  4819. 'is_dst' => '0',
  4820. ))
  4821. ->values(array(
  4822. 'timezone' => '36',
  4823. 'name' => 'Africa/Windhoek',
  4824. 'offset' => '02:00:00',
  4825. 'offset_dst' => '01:00:00',
  4826. 'dst_region' => '2',
  4827. 'is_dst' => '0',
  4828. ))
  4829. ->values(array(
  4830. 'timezone' => '37',
  4831. 'name' => 'America/Adak',
  4832. 'offset' => '-10:00:00',
  4833. 'offset_dst' => '-09:00:00',
  4834. 'dst_region' => '15',
  4835. 'is_dst' => '0',
  4836. ))
  4837. ->values(array(
  4838. 'timezone' => '38',
  4839. 'name' => 'America/Anchorage',
  4840. 'offset' => '-09:00:00',
  4841. 'offset_dst' => '-08:00:00',
  4842. 'dst_region' => '15',
  4843. 'is_dst' => '0',
  4844. ))
  4845. ->values(array(
  4846. 'timezone' => '39',
  4847. 'name' => 'America/Anguilla',
  4848. 'offset' => '-04:00:00',
  4849. 'offset_dst' => '-04:00:00',
  4850. 'dst_region' => '0',
  4851. 'is_dst' => '0',
  4852. ))
  4853. ->values(array(
  4854. 'timezone' => '40',
  4855. 'name' => 'America/Antigua',
  4856. 'offset' => '-04:00:00',
  4857. 'offset_dst' => '-04:00:00',
  4858. 'dst_region' => '0',
  4859. 'is_dst' => '0',
  4860. ))
  4861. ->values(array(
  4862. 'timezone' => '41',
  4863. 'name' => 'America/Araguaina',
  4864. 'offset' => '-02:00:00',
  4865. 'offset_dst' => '-03:00:00',
  4866. 'dst_region' => '17',
  4867. 'is_dst' => '0',
  4868. ))
  4869. ->values(array(
  4870. 'timezone' => '42',
  4871. 'name' => 'America/Aruba',
  4872. 'offset' => '-04:00:00',
  4873. 'offset_dst' => '-04:00:00',
  4874. 'dst_region' => '0',
  4875. 'is_dst' => '0',
  4876. ))
  4877. ->values(array(
  4878. 'timezone' => '43',
  4879. 'name' => 'America/Asuncion',
  4880. 'offset' => '-03:00:00',
  4881. 'offset_dst' => '-04:00:00',
  4882. 'dst_region' => '20',
  4883. 'is_dst' => '0',
  4884. ))
  4885. ->values(array(
  4886. 'timezone' => '44',
  4887. 'name' => 'America/Atka',
  4888. 'offset' => '-10:00:00',
  4889. 'offset_dst' => '-09:00:00',
  4890. 'dst_region' => '15',
  4891. 'is_dst' => '0',
  4892. ))
  4893. ->values(array(
  4894. 'timezone' => '45',
  4895. 'name' => 'America/Barbados',
  4896. 'offset' => '-04:00:00',
  4897. 'offset_dst' => '-04:00:00',
  4898. 'dst_region' => '0',
  4899. 'is_dst' => '0',
  4900. ))
  4901. ->values(array(
  4902. 'timezone' => '46',
  4903. 'name' => 'America/Belem',
  4904. 'offset' => '-03:00:00',
  4905. 'offset_dst' => '-03:00:00',
  4906. 'dst_region' => '0',
  4907. 'is_dst' => '0',
  4908. ))
  4909. ->values(array(
  4910. 'timezone' => '47',
  4911. 'name' => 'America/Belize',
  4912. 'offset' => '-06:00:00',
  4913. 'offset_dst' => '-06:00:00',
  4914. 'dst_region' => '0',
  4915. 'is_dst' => '0',
  4916. ))
  4917. ->values(array(
  4918. 'timezone' => '48',
  4919. 'name' => 'America/Boa Vista',
  4920. 'offset' => '-04:00:00',
  4921. 'offset_dst' => '-04:00:00',
  4922. 'dst_region' => '0',
  4923. 'is_dst' => '0',
  4924. ))
  4925. ->values(array(
  4926. 'timezone' => '49',
  4927. 'name' => 'America/Bogota',
  4928. 'offset' => '-05:00:00',
  4929. 'offset_dst' => '-05:00:00',
  4930. 'dst_region' => '0',
  4931. 'is_dst' => '0',
  4932. ))
  4933. ->values(array(
  4934. 'timezone' => '50',
  4935. 'name' => 'America/Boise',
  4936. 'offset' => '-07:00:00',
  4937. 'offset_dst' => '-06:00:00',
  4938. 'dst_region' => '15',
  4939. 'is_dst' => '0',
  4940. ))
  4941. ->values(array(
  4942. 'timezone' => '51',
  4943. 'name' => 'America/Buenos Aires',
  4944. 'offset' => '-03:00:00',
  4945. 'offset_dst' => '-03:00:00',
  4946. 'dst_region' => '0',
  4947. 'is_dst' => '0',
  4948. ))
  4949. ->values(array(
  4950. 'timezone' => '52',
  4951. 'name' => 'America/Cambridge Bay',
  4952. 'offset' => '-07:00:00',
  4953. 'offset_dst' => '-06:00:00',
  4954. 'dst_region' => '15',
  4955. 'is_dst' => '0',
  4956. ))
  4957. ->values(array(
  4958. 'timezone' => '53',
  4959. 'name' => 'America/Cancun',
  4960. 'offset' => '-06:00:00',
  4961. 'offset_dst' => '-05:00:00',
  4962. 'dst_region' => '15',
  4963. 'is_dst' => '0',
  4964. ))
  4965. ->values(array(
  4966. 'timezone' => '54',
  4967. 'name' => 'America/Caracas',
  4968. 'offset' => '-04:00:00',
  4969. 'offset_dst' => '-04:00:00',
  4970. 'dst_region' => '0',
  4971. 'is_dst' => '0',
  4972. ))
  4973. ->values(array(
  4974. 'timezone' => '55',
  4975. 'name' => 'America/Catamarca',
  4976. 'offset' => '-03:00:00',
  4977. 'offset_dst' => '-03:00:00',
  4978. 'dst_region' => '0',
  4979. 'is_dst' => '0',
  4980. ))
  4981. ->values(array(
  4982. 'timezone' => '56',
  4983. 'name' => 'America/Cayenne',
  4984. 'offset' => '-03:00:00',
  4985. 'offset_dst' => '-03:00:00',
  4986. 'dst_region' => '0',
  4987. 'is_dst' => '0',
  4988. ))
  4989. ->values(array(
  4990. 'timezone' => '57',
  4991. 'name' => 'America/Cayman',
  4992. 'offset' => '-05:00:00',
  4993. 'offset_dst' => '-05:00:00',
  4994. 'dst_region' => '0',
  4995. 'is_dst' => '0',
  4996. ))
  4997. ->values(array(
  4998. 'timezone' => '58',
  4999. 'name' => 'America/Chicago',
  5000. 'offset' => '-06:00:00',
  5001. 'offset_dst' => '-05:00:00',
  5002. 'dst_region' => '15',
  5003. 'is_dst' => '0',
  5004. ))
  5005. ->values(array(
  5006. 'timezone' => '59',
  5007. 'name' => 'America/Chihuahua',
  5008. 'offset' => '-07:00:00',
  5009. 'offset_dst' => '-06:00:00',
  5010. 'dst_region' => '15',
  5011. 'is_dst' => '0',
  5012. ))
  5013. ->values(array(
  5014. 'timezone' => '60',
  5015. 'name' => 'America/Cordoba',
  5016. 'offset' => '-03:00:00',
  5017. 'offset_dst' => '-03:00:00',
  5018. 'dst_region' => '0',
  5019. 'is_dst' => '0',
  5020. ))
  5021. ->values(array(
  5022. 'timezone' => '61',
  5023. 'name' => 'America/Costa Rica',
  5024. 'offset' => '-06:00:00',
  5025. 'offset_dst' => '-06:00:00',
  5026. 'dst_region' => '0',
  5027. 'is_dst' => '0',
  5028. ))
  5029. ->values(array(
  5030. 'timezone' => '62',
  5031. 'name' => 'America/Cuiaba',
  5032. 'offset' => '-03:00:00',
  5033. 'offset_dst' => '-04:00:00',
  5034. 'dst_region' => '17',
  5035. 'is_dst' => '0',
  5036. ))
  5037. ->values(array(
  5038. 'timezone' => '63',
  5039. 'name' => 'America/Curacao',
  5040. 'offset' => '-04:00:00',
  5041. 'offset_dst' => '-04:00:00',
  5042. 'dst_region' => '0',
  5043. 'is_dst' => '0',
  5044. ))
  5045. ->values(array(
  5046. 'timezone' => '64',
  5047. 'name' => 'America/Dawson',
  5048. 'offset' => '-08:00:00',
  5049. 'offset_dst' => '-07:00:00',
  5050. 'dst_region' => '15',
  5051. 'is_dst' => '0',
  5052. ))
  5053. ->values(array(
  5054. 'timezone' => '65',
  5055. 'name' => 'America/Dawson Creek',
  5056. 'offset' => '-07:00:00',
  5057. 'offset_dst' => '-07:00:00',
  5058. 'dst_region' => '0',
  5059. 'is_dst' => '0',
  5060. ))
  5061. ->values(array(
  5062. 'timezone' => '66',
  5063. 'name' => 'America/Denver',
  5064. 'offset' => '-07:00:00',
  5065. 'offset_dst' => '-06:00:00',
  5066. 'dst_region' => '15',
  5067. 'is_dst' => '0',
  5068. ))
  5069. ->values(array(
  5070. 'timezone' => '67',
  5071. 'name' => 'America/Detroit',
  5072. 'offset' => '-05:00:00',
  5073. 'offset_dst' => '-04:00:00',
  5074. 'dst_region' => '15',
  5075. 'is_dst' => '0',
  5076. ))
  5077. ->values(array(
  5078. 'timezone' => '68',
  5079. 'name' => 'America/Dominica',
  5080. 'offset' => '-04:00:00',
  5081. 'offset_dst' => '-04:00:00',
  5082. 'dst_region' => '0',
  5083. 'is_dst' => '0',
  5084. ))
  5085. ->values(array(
  5086. 'timezone' => '69',
  5087. 'name' => 'America/Edmonton',
  5088. 'offset' => '-07:00:00',
  5089. 'offset_dst' => '-06:00:00',
  5090. 'dst_region' => '15',
  5091. 'is_dst' => '0',
  5092. ))
  5093. ->values(array(
  5094. 'timezone' => '70',
  5095. 'name' => 'America/Eirunepe',
  5096. 'offset' => '-05:00:00',
  5097. 'offset_dst' => '-05:00:00',
  5098. 'dst_region' => '0',
  5099. 'is_dst' => '0',
  5100. ))
  5101. ->values(array(
  5102. 'timezone' => '71',
  5103. 'name' => 'America/El Salvador',
  5104. 'offset' => '-06:00:00',
  5105. 'offset_dst' => '-06:00:00',
  5106. 'dst_region' => '0',
  5107. 'is_dst' => '0',
  5108. ))
  5109. ->values(array(
  5110. 'timezone' => '72',
  5111. 'name' => 'America/Ensenada',
  5112. 'offset' => '-08:00:00',
  5113. 'offset_dst' => '-07:00:00',
  5114. 'dst_region' => '15',
  5115. 'is_dst' => '0',
  5116. ))
  5117. ->values(array(
  5118. 'timezone' => '73',
  5119. 'name' => 'America/Fort Wayne',
  5120. 'offset' => '-05:00:00',
  5121. 'offset_dst' => '-05:00:00',
  5122. 'dst_region' => '0',
  5123. 'is_dst' => '0',
  5124. ))
  5125. ->values(array(
  5126. 'timezone' => '74',
  5127. 'name' => 'America/Fortaleza',
  5128. 'offset' => '-03:00:00',
  5129. 'offset_dst' => '-03:00:00',
  5130. 'dst_region' => '0',
  5131. 'is_dst' => '0',
  5132. ))
  5133. ->values(array(
  5134. 'timezone' => '75',
  5135. 'name' => 'America/Glace Bay',
  5136. 'offset' => '-04:00:00',
  5137. 'offset_dst' => '-03:00:00',
  5138. 'dst_region' => '15',
  5139. 'is_dst' => '0',
  5140. ))
  5141. ->values(array(
  5142. 'timezone' => '76',
  5143. 'name' => 'America/Godthab',
  5144. 'offset' => '-03:00:00',
  5145. 'offset_dst' => '-02:00:00',
  5146. 'dst_region' => '15',
  5147. 'is_dst' => '0',
  5148. ))
  5149. ->values(array(
  5150. 'timezone' => '77',
  5151. 'name' => 'America/Goose Bay',
  5152. 'offset' => '-04:00:00',
  5153. 'offset_dst' => '-03:00:00',
  5154. 'dst_region' => '15',
  5155. 'is_dst' => '0',
  5156. ))
  5157. ->values(array(
  5158. 'timezone' => '78',
  5159. 'name' => 'America/Grand Turk',
  5160. 'offset' => '-05:00:00',
  5161. 'offset_dst' => '-04:00:00',
  5162. 'dst_region' => '16',
  5163. 'is_dst' => '0',
  5164. ))
  5165. ->values(array(
  5166. 'timezone' => '79',
  5167. 'name' => 'America/Grenada',
  5168. 'offset' => '-04:00:00',
  5169. 'offset_dst' => '-04:00:00',
  5170. 'dst_region' => '0',
  5171. 'is_dst' => '0',
  5172. ))
  5173. ->values(array(
  5174. 'timezone' => '80',
  5175. 'name' => 'America/Guadeloupe',
  5176. 'offset' => '-04:00:00',
  5177. 'offset_dst' => '-04:00:00',
  5178. 'dst_region' => '0',
  5179. 'is_dst' => '0',
  5180. ))
  5181. ->values(array(
  5182. 'timezone' => '81',
  5183. 'name' => 'America/Guatemala',
  5184. 'offset' => '-06:00:00',
  5185. 'offset_dst' => '-06:00:00',
  5186. 'dst_region' => '0',
  5187. 'is_dst' => '0',
  5188. ))
  5189. ->values(array(
  5190. 'timezone' => '82',
  5191. 'name' => 'America/Guayaquil',
  5192. 'offset' => '-05:00:00',
  5193. 'offset_dst' => '-05:00:00',
  5194. 'dst_region' => '0',
  5195. 'is_dst' => '0',
  5196. ))
  5197. ->values(array(
  5198. 'timezone' => '83',
  5199. 'name' => 'America/Guyana',
  5200. 'offset' => '-04:00:00',
  5201. 'offset_dst' => '-04:00:00',
  5202. 'dst_region' => '0',
  5203. 'is_dst' => '0',
  5204. ))
  5205. ->values(array(
  5206. 'timezone' => '84',
  5207. 'name' => 'America/Halifax',
  5208. 'offset' => '-04:00:00',
  5209. 'offset_dst' => '-03:00:00',
  5210. 'dst_region' => '15',
  5211. 'is_dst' => '0',
  5212. ))
  5213. ->values(array(
  5214. 'timezone' => '85',
  5215. 'name' => 'America/Havana',
  5216. 'offset' => '-05:00:00',
  5217. 'offset_dst' => '-04:00:00',
  5218. 'dst_region' => '16',
  5219. 'is_dst' => '0',
  5220. ))
  5221. ->values(array(
  5222. 'timezone' => '86',
  5223. 'name' => 'America/Hermosillo',
  5224. 'offset' => '-07:00:00',
  5225. 'offset_dst' => '-07:00:00',
  5226. 'dst_region' => '0',
  5227. 'is_dst' => '0',
  5228. ))
  5229. ->values(array(
  5230. 'timezone' => '87',
  5231. 'name' => 'America/Indiana/Indianapolis',
  5232. 'offset' => '-05:00:00',
  5233. 'offset_dst' => '-05:00:00',
  5234. 'dst_region' => '0',
  5235. 'is_dst' => '0',
  5236. ))
  5237. ->values(array(
  5238. 'timezone' => '88',
  5239. 'name' => 'America/Indiana/Knox',
  5240. 'offset' => '-05:00:00',
  5241. 'offset_dst' => '-05:00:00',
  5242. 'dst_region' => '0',
  5243. 'is_dst' => '0',
  5244. ))
  5245. ->values(array(
  5246. 'timezone' => '89',
  5247. 'name' => 'America/Indiana/Marengo',
  5248. 'offset' => '-05:00:00',
  5249. 'offset_dst' => '-05:00:00',
  5250. 'dst_region' => '0',
  5251. 'is_dst' => '0',
  5252. ))
  5253. ->values(array(
  5254. 'timezone' => '90',
  5255. 'name' => 'America/Indiana/Vevay',
  5256. 'offset' => '-05:00:00',
  5257. 'offset_dst' => '-05:00:00',
  5258. 'dst_region' => '0',
  5259. 'is_dst' => '0',
  5260. ))
  5261. ->values(array(
  5262. 'timezone' => '91',
  5263. 'name' => 'America/Indianapolis',
  5264. 'offset' => '-05:00:00',
  5265. 'offset_dst' => '-05:00:00',
  5266. 'dst_region' => '0',
  5267. 'is_dst' => '0',
  5268. ))
  5269. ->values(array(
  5270. 'timezone' => '92',
  5271. 'name' => 'America/Inuvik',
  5272. 'offset' => '-07:00:00',
  5273. 'offset_dst' => '-06:00:00',
  5274. 'dst_region' => '15',
  5275. 'is_dst' => '0',
  5276. ))
  5277. ->values(array(
  5278. 'timezone' => '93',
  5279. 'name' => 'America/Iqaluit',
  5280. 'offset' => '-05:00:00',
  5281. 'offset_dst' => '-04:00:00',
  5282. 'dst_region' => '15',
  5283. 'is_dst' => '0',
  5284. ))
  5285. ->values(array(
  5286. 'timezone' => '94',
  5287. 'name' => 'America/Jamaica',
  5288. 'offset' => '-05:00:00',
  5289. 'offset_dst' => '-05:00:00',
  5290. 'dst_region' => '0',
  5291. 'is_dst' => '0',
  5292. ))
  5293. ->values(array(
  5294. 'timezone' => '95',
  5295. 'name' => 'America/Jujuy',
  5296. 'offset' => '-03:00:00',
  5297. 'offset_dst' => '-03:00:00',
  5298. 'dst_region' => '0',
  5299. 'is_dst' => '0',
  5300. ))
  5301. ->values(array(
  5302. 'timezone' => '96',
  5303. 'name' => 'America/Juneau',
  5304. 'offset' => '-09:00:00',
  5305. 'offset_dst' => '-08:00:00',
  5306. 'dst_region' => '15',
  5307. 'is_dst' => '0',
  5308. ))
  5309. ->values(array(
  5310. 'timezone' => '97',
  5311. 'name' => 'America/Kentucky/Louisville',
  5312. 'offset' => '-05:00:00',
  5313. 'offset_dst' => '-04:00:00',
  5314. 'dst_region' => '15',
  5315. 'is_dst' => '0',
  5316. ))
  5317. ->values(array(
  5318. 'timezone' => '98',
  5319. 'name' => 'America/Kentucky/Monticello',
  5320. 'offset' => '-05:00:00',
  5321. 'offset_dst' => '-04:00:00',
  5322. 'dst_region' => '15',
  5323. 'is_dst' => '0',
  5324. ))
  5325. ->values(array(
  5326. 'timezone' => '99',
  5327. 'name' => 'America/Knox IN',
  5328. 'offset' => '-05:00:00',
  5329. 'offset_dst' => '-05:00:00',
  5330. 'dst_region' => '0',
  5331. 'is_dst' => '0',
  5332. ))
  5333. ->values(array(
  5334. 'timezone' => '100',
  5335. 'name' => 'America/La Paz',
  5336. 'offset' => '-04:00:00',
  5337. 'offset_dst' => '-04:00:00',
  5338. 'dst_region' => '0',
  5339. 'is_dst' => '0',
  5340. ))
  5341. ->values(array(
  5342. 'timezone' => '101',
  5343. 'name' => 'America/Lima',
  5344. 'offset' => '-05:00:00',
  5345. 'offset_dst' => '-05:00:00',
  5346. 'dst_region' => '0',
  5347. 'is_dst' => '0',
  5348. ))
  5349. ->values(array(
  5350. 'timezone' => '102',
  5351. 'name' => 'America/Los Angeles',
  5352. 'offset' => '-08:00:00',
  5353. 'offset_dst' => '-07:00:00',
  5354. 'dst_region' => '15',
  5355. 'is_dst' => '0',
  5356. ))
  5357. ->values(array(
  5358. 'timezone' => '103',
  5359. 'name' => 'America/Louisville',
  5360. 'offset' => '-05:00:00',
  5361. 'offset_dst' => '-04:00:00',
  5362. 'dst_region' => '15',
  5363. 'is_dst' => '0',
  5364. ))
  5365. ->values(array(
  5366. 'timezone' => '104',
  5367. 'name' => 'America/Maceio',
  5368. 'offset' => '-03:00:00',
  5369. 'offset_dst' => '-03:00:00',
  5370. 'dst_region' => '0',
  5371. 'is_dst' => '0',
  5372. ))
  5373. ->values(array(
  5374. 'timezone' => '105',
  5375. 'name' => 'America/Managua',
  5376. 'offset' => '-06:00:00',
  5377. 'offset_dst' => '-06:00:00',
  5378. 'dst_region' => '0',
  5379. 'is_dst' => '0',
  5380. ))
  5381. ->values(array(
  5382. 'timezone' => '106',
  5383. 'name' => 'America/Manaus',
  5384. 'offset' => '-04:00:00',
  5385. 'offset_dst' => '-04:00:00',
  5386. 'dst_region' => '0',
  5387. 'is_dst' => '0',
  5388. ))
  5389. ->values(array(
  5390. 'timezone' => '107',
  5391. 'name' => 'America/Martinique',
  5392. 'offset' => '-04:00:00',
  5393. 'offset_dst' => '-04:00:00',
  5394. 'dst_region' => '0',
  5395. 'is_dst' => '0',
  5396. ))
  5397. ->values(array(
  5398. 'timezone' => '108',
  5399. 'name' => 'America/Mazatlan',
  5400. 'offset' => '-07:00:00',
  5401. 'offset_dst' => '-06:00:00',
  5402. 'dst_region' => '15',
  5403. 'is_dst' => '0',
  5404. ))
  5405. ->values(array(
  5406. 'timezone' => '109',
  5407. 'name' => 'America/Mendoza',
  5408. 'offset' => '-03:00:00',
  5409. 'offset_dst' => '-03:00:00',
  5410. 'dst_region' => '0',
  5411. 'is_dst' => '0',
  5412. ))
  5413. ->values(array(
  5414. 'timezone' => '110',
  5415. 'name' => 'America/Menominee',
  5416. 'offset' => '-06:00:00',
  5417. 'offset_dst' => '-05:00:00',
  5418. 'dst_region' => '15',
  5419. 'is_dst' => '0',
  5420. ))
  5421. ->values(array(
  5422. 'timezone' => '111',
  5423. 'name' => 'America/Merida',
  5424. 'offset' => '-06:00:00',
  5425. 'offset_dst' => '-05:00:00',
  5426. 'dst_region' => '15',
  5427. 'is_dst' => '0',
  5428. ))
  5429. ->values(array(
  5430. 'timezone' => '112',
  5431. 'name' => 'America/Mexico City',
  5432. 'offset' => '-06:00:00',
  5433. 'offset_dst' => '-05:00:00',
  5434. 'dst_region' => '15',
  5435. 'is_dst' => '0',
  5436. ))
  5437. ->values(array(
  5438. 'timezone' => '113',
  5439. 'name' => 'America/Miquelon',
  5440. 'offset' => '-03:00:00',
  5441. 'offset_dst' => '-02:00:00',
  5442. 'dst_region' => '15',
  5443. 'is_dst' => '0',
  5444. ))
  5445. ->values(array(
  5446. 'timezone' => '114',
  5447. 'name' => 'America/Monterrey',
  5448. 'offset' => '-06:00:00',
  5449. 'offset_dst' => '-05:00:00',
  5450. 'dst_region' => '15',
  5451. 'is_dst' => '0',
  5452. ))
  5453. ->values(array(
  5454. 'timezone' => '115',
  5455. 'name' => 'America/Montevideo',
  5456. 'offset' => '-03:00:00',
  5457. 'offset_dst' => '-03:00:00',
  5458. 'dst_region' => '0',
  5459. 'is_dst' => '0',
  5460. ))
  5461. ->values(array(
  5462. 'timezone' => '116',
  5463. 'name' => 'America/Montreal',
  5464. 'offset' => '-05:00:00',
  5465. 'offset_dst' => '-04:00:00',
  5466. 'dst_region' => '15',
  5467. 'is_dst' => '0',
  5468. ))
  5469. ->values(array(
  5470. 'timezone' => '117',
  5471. 'name' => 'America/Montserrat',
  5472. 'offset' => '-04:00:00',
  5473. 'offset_dst' => '-04:00:00',
  5474. 'dst_region' => '0',
  5475. 'is_dst' => '0',
  5476. ))
  5477. ->values(array(
  5478. 'timezone' => '118',
  5479. 'name' => 'America/Nassau',
  5480. 'offset' => '-05:00:00',
  5481. 'offset_dst' => '-04:00:00',
  5482. 'dst_region' => '15',
  5483. 'is_dst' => '0',
  5484. ))
  5485. ->values(array(
  5486. 'timezone' => '119',
  5487. 'name' => 'America/New York',
  5488. 'offset' => '-05:00:00',
  5489. 'offset_dst' => '-04:00:00',
  5490. 'dst_region' => '15',
  5491. 'is_dst' => '0',
  5492. ))
  5493. ->values(array(
  5494. 'timezone' => '120',
  5495. 'name' => 'America/Nipigon',
  5496. 'offset' => '-05:00:00',
  5497. 'offset_dst' => '-04:00:00',
  5498. 'dst_region' => '15',
  5499. 'is_dst' => '0',
  5500. ))
  5501. ->values(array(
  5502. 'timezone' => '121',
  5503. 'name' => 'America/Nome',
  5504. 'offset' => '-09:00:00',
  5505. 'offset_dst' => '-08:00:00',
  5506. 'dst_region' => '15',
  5507. 'is_dst' => '0',
  5508. ))
  5509. ->values(array(
  5510. 'timezone' => '122',
  5511. 'name' => 'America/Noronha',
  5512. 'offset' => '-02:00:00',
  5513. 'offset_dst' => '-02:00:00',
  5514. 'dst_region' => '0',
  5515. 'is_dst' => '0',
  5516. ))
  5517. ->values(array(
  5518. 'timezone' => '123',
  5519. 'name' => 'America/Panama',
  5520. 'offset' => '-05:00:00',
  5521. 'offset_dst' => '-05:00:00',
  5522. 'dst_region' => '0',
  5523. 'is_dst' => '0',
  5524. ))
  5525. ->values(array(
  5526. 'timezone' => '124',
  5527. 'name' => 'America/Pangnirtung',
  5528. 'offset' => '-05:00:00',
  5529. 'offset_dst' => '-04:00:00',
  5530. 'dst_region' => '15',
  5531. 'is_dst' => '0',
  5532. ))
  5533. ->values(array(
  5534. 'timezone' => '125',
  5535. 'name' => 'America/Paramaribo',
  5536. 'offset' => '-03:00:00',
  5537. 'offset_dst' => '-03:00:00',
  5538. 'dst_region' => '0',
  5539. 'is_dst' => '0',
  5540. ))
  5541. ->values(array(
  5542. 'timezone' => '126',
  5543. 'name' => 'America/Phoenix',
  5544. 'offset' => '-07:00:00',
  5545. 'offset_dst' => '-07:00:00',
  5546. 'dst_region' => '0',
  5547. 'is_dst' => '0',
  5548. ))
  5549. ->values(array(
  5550. 'timezone' => '127',
  5551. 'name' => 'America/Port-au-Prince',
  5552. 'offset' => '-05:00:00',
  5553. 'offset_dst' => '-05:00:00',
  5554. 'dst_region' => '0',
  5555. 'is_dst' => '0',
  5556. ))
  5557. ->values(array(
  5558. 'timezone' => '128',
  5559. 'name' => 'America/Port of Spain',
  5560. 'offset' => '-04:00:00',
  5561. 'offset_dst' => '-04:00:00',
  5562. 'dst_region' => '0',
  5563. 'is_dst' => '0',
  5564. ))
  5565. ->values(array(
  5566. 'timezone' => '129',
  5567. 'name' => 'America/Porto Acre',
  5568. 'offset' => '-05:00:00',
  5569. 'offset_dst' => '-05:00:00',
  5570. 'dst_region' => '0',
  5571. 'is_dst' => '0',
  5572. ))
  5573. ->values(array(
  5574. 'timezone' => '130',
  5575. 'name' => 'America/Porto Velho',
  5576. 'offset' => '-04:00:00',
  5577. 'offset_dst' => '-04:00:00',
  5578. 'dst_region' => '0',
  5579. 'is_dst' => '0',
  5580. ))
  5581. ->values(array(
  5582. 'timezone' => '131',
  5583. 'name' => 'America/Puerto Rico',
  5584. 'offset' => '-04:00:00',
  5585. 'offset_dst' => '-04:00:00',
  5586. 'dst_region' => '0',
  5587. 'is_dst' => '0',
  5588. ))
  5589. ->values(array(
  5590. 'timezone' => '132',
  5591. 'name' => 'America/Rainy River',
  5592. 'offset' => '-06:00:00',
  5593. 'offset_dst' => '-05:00:00',
  5594. 'dst_region' => '15',
  5595. 'is_dst' => '0',
  5596. ))
  5597. ->values(array(
  5598. 'timezone' => '133',
  5599. 'name' => 'America/Rankin Inlet',
  5600. 'offset' => '-06:00:00',
  5601. 'offset_dst' => '-05:00:00',
  5602. 'dst_region' => '15',
  5603. 'is_dst' => '0',
  5604. ))
  5605. ->values(array(
  5606. 'timezone' => '134',
  5607. 'name' => 'America/Recife',
  5608. 'offset' => '-03:00:00',
  5609. 'offset_dst' => '-03:00:00',
  5610. 'dst_region' => '0',
  5611. 'is_dst' => '0',
  5612. ))
  5613. ->values(array(
  5614. 'timezone' => '135',
  5615. 'name' => 'America/Regina',
  5616. 'offset' => '-06:00:00',
  5617. 'offset_dst' => '-06:00:00',
  5618. 'dst_region' => '0',
  5619. 'is_dst' => '0',
  5620. ))
  5621. ->values(array(
  5622. 'timezone' => '136',
  5623. 'name' => 'America/Rio Branco',
  5624. 'offset' => '-05:00:00',
  5625. 'offset_dst' => '-05:00:00',
  5626. 'dst_region' => '0',
  5627. 'is_dst' => '0',
  5628. ))
  5629. ->values(array(
  5630. 'timezone' => '137',
  5631. 'name' => 'America/Rosario',
  5632. 'offset' => '-03:00:00',
  5633. 'offset_dst' => '-03:00:00',
  5634. 'dst_region' => '0',
  5635. 'is_dst' => '0',
  5636. ))
  5637. ->values(array(
  5638. 'timezone' => '138',
  5639. 'name' => 'America/Santiago',
  5640. 'offset' => '-03:00:00',
  5641. 'offset_dst' => '-04:00:00',
  5642. 'dst_region' => '15',
  5643. 'is_dst' => '0',
  5644. ))
  5645. ->values(array(
  5646. 'timezone' => '139',
  5647. 'name' => 'America/Santo Domingo',
  5648. 'offset' => '-04:00:00',
  5649. 'offset_dst' => '-04:00:00',
  5650. 'dst_region' => '0',
  5651. 'is_dst' => '0',
  5652. ))
  5653. ->values(array(
  5654. 'timezone' => '140',
  5655. 'name' => 'America/Sao Paulo',
  5656. 'offset' => '-02:00:00',
  5657. 'offset_dst' => '-03:00:00',
  5658. 'dst_region' => '15',
  5659. 'is_dst' => '0',
  5660. ))
  5661. ->values(array(
  5662. 'timezone' => '141',
  5663. 'name' => 'America/Scoresbysund',
  5664. 'offset' => '-01:00:00',
  5665. 'offset_dst' => '00:00:00',
  5666. 'dst_region' => '15',
  5667. 'is_dst' => '0',
  5668. ))
  5669. ->values(array(
  5670. 'timezone' => '142',
  5671. 'name' => 'America/Shiprock',
  5672. 'offset' => '-07:00:00',
  5673. 'offset_dst' => '-06:00:00',
  5674. 'dst_region' => '15',
  5675. 'is_dst' => '0',
  5676. ))
  5677. ->values(array(
  5678. 'timezone' => '143',
  5679. 'name' => 'America/St Johns',
  5680. 'offset' => '-03:30:00',
  5681. 'offset_dst' => '-02:30:00',
  5682. 'dst_region' => '15',
  5683. 'is_dst' => '0',
  5684. ))
  5685. ->values(array(
  5686. 'timezone' => '144',
  5687. 'name' => 'America/St Kitts',
  5688. 'offset' => '-04:00:00',
  5689. 'offset_dst' => '-04:00:00',
  5690. 'dst_region' => '0',
  5691. 'is_dst' => '0',
  5692. ))
  5693. ->values(array(
  5694. 'timezone' => '145',
  5695. 'name' => 'America/St Lucia',
  5696. 'offset' => '-04:00:00',
  5697. 'offset_dst' => '-04:00:00',
  5698. 'dst_region' => '0',
  5699. 'is_dst' => '0',
  5700. ))
  5701. ->values(array(
  5702. 'timezone' => '146',
  5703. 'name' => 'America/St Thomas',
  5704. 'offset' => '-04:00:00',
  5705. 'offset_dst' => '-04:00:00',
  5706. 'dst_region' => '0',
  5707. 'is_dst' => '0',
  5708. ))
  5709. ->values(array(
  5710. 'timezone' => '147',
  5711. 'name' => 'America/St Vincent',
  5712. 'offset' => '-04:00:00',
  5713. 'offset_dst' => '-04:00:00',
  5714. 'dst_region' => '0',
  5715. 'is_dst' => '0',
  5716. ))
  5717. ->values(array(
  5718. 'timezone' => '148',
  5719. 'name' => 'America/Swift Current',
  5720. 'offset' => '-06:00:00',
  5721. 'offset_dst' => '-06:00:00',
  5722. 'dst_region' => '0',
  5723. 'is_dst' => '0',
  5724. ))
  5725. ->values(array(
  5726. 'timezone' => '149',
  5727. 'name' => 'America/Tegucigalpa',
  5728. 'offset' => '-06:00:00',
  5729. 'offset_dst' => '-06:00:00',
  5730. 'dst_region' => '0',
  5731. 'is_dst' => '0',
  5732. ))
  5733. ->values(array(
  5734. 'timezone' => '150',
  5735. 'name' => 'America/Thule',
  5736. 'offset' => '-04:00:00',
  5737. 'offset_dst' => '-03:00:00',
  5738. 'dst_region' => '15',
  5739. 'is_dst' => '0',
  5740. ))
  5741. ->values(array(
  5742. 'timezone' => '151',
  5743. 'name' => 'America/Thunder Bay',
  5744. 'offset' => '-05:00:00',
  5745. 'offset_dst' => '-04:00:00',
  5746. 'dst_region' => '15',
  5747. 'is_dst' => '0',
  5748. ))
  5749. ->values(array(
  5750. 'timezone' => '152',
  5751. 'name' => 'America/Tijuana',
  5752. 'offset' => '-08:00:00',
  5753. 'offset_dst' => '-07:00:00',
  5754. 'dst_region' => '15',
  5755. 'is_dst' => '0',
  5756. ))
  5757. ->values(array(
  5758. 'timezone' => '153',
  5759. 'name' => 'America/Tortola',
  5760. 'offset' => '-04:00:00',
  5761. 'offset_dst' => '-04:00:00',
  5762. 'dst_region' => '0',
  5763. 'is_dst' => '0',
  5764. ))
  5765. ->values(array(
  5766. 'timezone' => '154',
  5767. 'name' => 'America/Vancouver',
  5768. 'offset' => '-08:00:00',
  5769. 'offset_dst' => '-07:00:00',
  5770. 'dst_region' => '15',
  5771. 'is_dst' => '0',
  5772. ))
  5773. ->values(array(
  5774. 'timezone' => '155',
  5775. 'name' => 'America/Virgin',
  5776. 'offset' => '-04:00:00',
  5777. 'offset_dst' => '-04:00:00',
  5778. 'dst_region' => '0',
  5779. 'is_dst' => '0',
  5780. ))
  5781. ->values(array(
  5782. 'timezone' => '156',
  5783. 'name' => 'America/Whitehorse',
  5784. 'offset' => '-08:00:00',
  5785. 'offset_dst' => '-07:00:00',
  5786. 'dst_region' => '15',
  5787. 'is_dst' => '0',
  5788. ))
  5789. ->values(array(
  5790. 'timezone' => '157',
  5791. 'name' => 'America/Winnipeg',
  5792. 'offset' => '-06:00:00',
  5793. 'offset_dst' => '-05:00:00',
  5794. 'dst_region' => '15',
  5795. 'is_dst' => '0',
  5796. ))
  5797. ->values(array(
  5798. 'timezone' => '158',
  5799. 'name' => 'America/Yakutat',
  5800. 'offset' => '-09:00:00',
  5801. 'offset_dst' => '-08:00:00',
  5802. 'dst_region' => '15',
  5803. 'is_dst' => '0',
  5804. ))
  5805. ->values(array(
  5806. 'timezone' => '159',
  5807. 'name' => 'America/Yellowknife',
  5808. 'offset' => '-07:00:00',
  5809. 'offset_dst' => '-06:00:00',
  5810. 'dst_region' => '15',
  5811. 'is_dst' => '0',
  5812. ))
  5813. ->values(array(
  5814. 'timezone' => '160',
  5815. 'name' => 'Antarctica/Casey',
  5816. 'offset' => '08:00:00',
  5817. 'offset_dst' => '08:00:00',
  5818. 'dst_region' => '0',
  5819. 'is_dst' => '0',
  5820. ))
  5821. ->values(array(
  5822. 'timezone' => '161',
  5823. 'name' => 'Antarctica/Davis',
  5824. 'offset' => '07:00:00',
  5825. 'offset_dst' => '07:00:00',
  5826. 'dst_region' => '0',
  5827. 'is_dst' => '0',
  5828. ))
  5829. ->values(array(
  5830. 'timezone' => '162',
  5831. 'name' => 'Antarctica/DumontDUrville',
  5832. 'offset' => '10:00:00',
  5833. 'offset_dst' => '10:00:00',
  5834. 'dst_region' => '0',
  5835. 'is_dst' => '0',
  5836. ))
  5837. ->values(array(
  5838. 'timezone' => '163',
  5839. 'name' => 'Antarctica/Mawson',
  5840. 'offset' => '06:00:00',
  5841. 'offset_dst' => '06:00:00',
  5842. 'dst_region' => '0',
  5843. 'is_dst' => '0',
  5844. ))
  5845. ->values(array(
  5846. 'timezone' => '164',
  5847. 'name' => 'Antarctica/McMurdo',
  5848. 'offset' => '13:00:00',
  5849. 'offset_dst' => '12:00:00',
  5850. 'dst_region' => '11',
  5851. 'is_dst' => '0',
  5852. ))
  5853. ->values(array(
  5854. 'timezone' => '165',
  5855. 'name' => 'Antarctica/Palmer',
  5856. 'offset' => '-03:00:00',
  5857. 'offset_dst' => '-04:00:00',
  5858. 'dst_region' => '18',
  5859. 'is_dst' => '0',
  5860. ))
  5861. ->values(array(
  5862. 'timezone' => '166',
  5863. 'name' => 'Antarctica/South Pole',
  5864. 'offset' => '13:00:00',
  5865. 'offset_dst' => '12:00:00',
  5866. 'dst_region' => '11',
  5867. 'is_dst' => '0',
  5868. ))
  5869. ->values(array(
  5870. 'timezone' => '167',
  5871. 'name' => 'Antarctica/Syowa',
  5872. 'offset' => '03:00:00',
  5873. 'offset_dst' => '03:00:00',
  5874. 'dst_region' => '0',
  5875. 'is_dst' => '0',
  5876. ))
  5877. ->values(array(
  5878. 'timezone' => '168',
  5879. 'name' => 'Antarctica/Vostok',
  5880. 'offset' => '06:00:00',
  5881. 'offset_dst' => '06:00:00',
  5882. 'dst_region' => '0',
  5883. 'is_dst' => '0',
  5884. ))
  5885. ->values(array(
  5886. 'timezone' => '169',
  5887. 'name' => 'Arctic/Longyearbyen',
  5888. 'offset' => '01:00:00',
  5889. 'offset_dst' => '02:00:00',
  5890. 'dst_region' => '14',
  5891. 'is_dst' => '0',
  5892. ))
  5893. ->values(array(
  5894. 'timezone' => '170',
  5895. 'name' => 'Asia/Aden',
  5896. 'offset' => '03:00:00',
  5897. 'offset_dst' => '03:00:00',
  5898. 'dst_region' => '0',
  5899. 'is_dst' => '0',
  5900. ))
  5901. ->values(array(
  5902. 'timezone' => '171',
  5903. 'name' => 'Asia/Almaty',
  5904. 'offset' => '06:00:00',
  5905. 'offset_dst' => '06:00:00',
  5906. 'dst_region' => '0',
  5907. 'is_dst' => '0',
  5908. ))
  5909. ->values(array(
  5910. 'timezone' => '172',
  5911. 'name' => 'Asia/Amman',
  5912. 'offset' => '02:00:00',
  5913. 'offset_dst' => '03:00:00',
  5914. 'dst_region' => '8',
  5915. 'is_dst' => '0',
  5916. ))
  5917. ->values(array(
  5918. 'timezone' => '173',
  5919. 'name' => 'Asia/Anadyr',
  5920. 'offset' => '12:00:00',
  5921. 'offset_dst' => '13:00:00',
  5922. 'dst_region' => '3',
  5923. 'is_dst' => '0',
  5924. ))
  5925. ->values(array(
  5926. 'timezone' => '174',
  5927. 'name' => 'Asia/Aqtau',
  5928. 'offset' => '04:00:00',
  5929. 'offset_dst' => '05:00:00',
  5930. 'dst_region' => '3',
  5931. 'is_dst' => '0',
  5932. ))
  5933. ->values(array(
  5934. 'timezone' => '175',
  5935. 'name' => 'Asia/Aqtobe',
  5936. 'offset' => '05:00:00',
  5937. 'offset_dst' => '06:00:00',
  5938. 'dst_region' => '3',
  5939. 'is_dst' => '0',
  5940. ))
  5941. ->values(array(
  5942. 'timezone' => '176',
  5943. 'name' => 'Asia/Ashgabat',
  5944. 'offset' => '05:00:00',
  5945. 'offset_dst' => '05:00:00',
  5946. 'dst_region' => '0',
  5947. 'is_dst' => '0',
  5948. ))
  5949. ->values(array(
  5950. 'timezone' => '177',
  5951. 'name' => 'Asia/Ashkhabad',
  5952. 'offset' => '05:00:00',
  5953. 'offset_dst' => '05:00:00',
  5954. 'dst_region' => '0',
  5955. 'is_dst' => '0',
  5956. ))
  5957. ->values(array(
  5958. 'timezone' => '178',
  5959. 'name' => 'Asia/Baghdad',
  5960. 'offset' => '03:00:00',
  5961. 'offset_dst' => '04:00:00',
  5962. 'dst_region' => '4',
  5963. 'is_dst' => '0',
  5964. ))
  5965. ->values(array(
  5966. 'timezone' => '179',
  5967. 'name' => 'Asia/Bahrain',
  5968. 'offset' => '03:00:00',
  5969. 'offset_dst' => '03:00:00',
  5970. 'dst_region' => '0',
  5971. 'is_dst' => '0',
  5972. ))
  5973. ->values(array(
  5974. 'timezone' => '180',
  5975. 'name' => 'Asia/Baku',
  5976. 'offset' => '04:00:00',
  5977. 'offset_dst' => '05:00:00',
  5978. 'dst_region' => '3',
  5979. 'is_dst' => '0',
  5980. ))
  5981. ->values(array(
  5982. 'timezone' => '181',
  5983. 'name' => 'Asia/Bangkok',
  5984. 'offset' => '07:00:00',
  5985. 'offset_dst' => '07:00:00',
  5986. 'dst_region' => '0',
  5987. 'is_dst' => '0',
  5988. ))
  5989. ->values(array(
  5990. 'timezone' => '182',
  5991. 'name' => 'Asia/Beirut',
  5992. 'offset' => '02:00:00',
  5993. 'offset_dst' => '03:00:00',
  5994. 'dst_region' => '6',
  5995. 'is_dst' => '0',
  5996. ))
  5997. ->values(array(
  5998. 'timezone' => '183',
  5999. 'name' => 'Asia/Bishkek',
  6000. 'offset' => '05:00:00',
  6001. 'offset_dst' => '06:00:00',
  6002. 'dst_region' => '6',
  6003. 'is_dst' => '0',
  6004. ))
  6005. ->values(array(
  6006. 'timezone' => '184',
  6007. 'name' => 'Asia/Brunei',
  6008. 'offset' => '08:00:00',
  6009. 'offset_dst' => '08:00:00',
  6010. 'dst_region' => '0',
  6011. 'is_dst' => '0',
  6012. ))
  6013. ->values(array(
  6014. 'timezone' => '185',
  6015. 'name' => 'Asia/Calcutta',
  6016. 'offset' => '05:30:00',
  6017. 'offset_dst' => '05:30:30',
  6018. 'dst_region' => '0',
  6019. 'is_dst' => '0',
  6020. ))
  6021. ->values(array(
  6022. 'timezone' => '186',
  6023. 'name' => 'Asia/Chungking',
  6024. 'offset' => '08:00:00',
  6025. 'offset_dst' => '08:00:00',
  6026. 'dst_region' => '0',
  6027. 'is_dst' => '0',
  6028. ))
  6029. ->values(array(
  6030. 'timezone' => '187',
  6031. 'name' => 'Asia/Colombo',
  6032. 'offset' => '06:00:00',
  6033. 'offset_dst' => '06:00:00',
  6034. 'dst_region' => '0',
  6035. 'is_dst' => '0',
  6036. ))
  6037. ->values(array(
  6038. 'timezone' => '188',
  6039. 'name' => 'Asia/Dacca',
  6040. 'offset' => '06:00:00',
  6041. 'offset_dst' => '06:00:00',
  6042. 'dst_region' => '0',
  6043. 'is_dst' => '0',
  6044. ))
  6045. ->values(array(
  6046. 'timezone' => '189',
  6047. 'name' => 'Asia/Damascus',
  6048. 'offset' => '02:00:00',
  6049. 'offset_dst' => '03:00:00',
  6050. 'dst_region' => '4',
  6051. 'is_dst' => '0',
  6052. ))
  6053. ->values(array(
  6054. 'timezone' => '190',
  6055. 'name' => 'Asia/Dhaka',
  6056. 'offset' => '06:00:00',
  6057. 'offset_dst' => '06:00:00',
  6058. 'dst_region' => '0',
  6059. 'is_dst' => '0',
  6060. ))
  6061. ->values(array(
  6062. 'timezone' => '191',
  6063. 'name' => 'Asia/Dili',
  6064. 'offset' => '09:00:00',
  6065. 'offset_dst' => '09:00:00',
  6066. 'dst_region' => '0',
  6067. 'is_dst' => '0',
  6068. ))
  6069. ->values(array(
  6070. 'timezone' => '192',
  6071. 'name' => 'Asia/Dubai',
  6072. 'offset' => '04:00:00',
  6073. 'offset_dst' => '04:00:00',
  6074. 'dst_region' => '0',
  6075. 'is_dst' => '0',
  6076. ))
  6077. ->values(array(
  6078. 'timezone' => '193',
  6079. 'name' => 'Asia/Dushanbe',
  6080. 'offset' => '05:00:00',
  6081. 'offset_dst' => '05:00:00',
  6082. 'dst_region' => '0',
  6083. 'is_dst' => '0',
  6084. ))
  6085. ->values(array(
  6086. 'timezone' => '194',
  6087. 'name' => 'Asia/Gaza',
  6088. 'offset' => '02:00:00',
  6089. 'offset_dst' => '03:00:00',
  6090. 'dst_region' => '7',
  6091. 'is_dst' => '0',
  6092. ))
  6093. ->values(array(
  6094. 'timezone' => '195',
  6095. 'name' => 'Asia/Harbin',
  6096. 'offset' => '08:00:00',
  6097. 'offset_dst' => '08:00:00',
  6098. 'dst_region' => '0',
  6099. 'is_dst' => '0',
  6100. ))
  6101. ->values(array(
  6102. 'timezone' => '196',
  6103. 'name' => 'Asia/Hong Kong',
  6104. 'offset' => '08:00:00',
  6105. 'offset_dst' => '08:00:00',
  6106. 'dst_region' => '0',
  6107. 'is_dst' => '0',
  6108. ))
  6109. ->values(array(
  6110. 'timezone' => '197',
  6111. 'name' => 'Asia/Hovd',
  6112. 'offset' => '07:00:00',
  6113. 'offset_dst' => '07:00:00',
  6114. 'dst_region' => '0',
  6115. 'is_dst' => '0',
  6116. ))
  6117. ->values(array(
  6118. 'timezone' => '198',
  6119. 'name' => 'Asia/Irkutsk',
  6120. 'offset' => '08:00:00',
  6121. 'offset_dst' => '09:00:00',
  6122. 'dst_region' => '3',
  6123. 'is_dst' => '0',
  6124. ))
  6125. ->values(array(
  6126. 'timezone' => '199',
  6127. 'name' => 'Asia/Istanbul',
  6128. 'offset' => '02:00:00',
  6129. 'offset_dst' => '03:00:00',
  6130. 'dst_region' => '3',
  6131. 'is_dst' => '0',
  6132. ))
  6133. ->values(array(
  6134. 'timezone' => '200',
  6135. 'name' => 'Asia/Jakarta',
  6136. 'offset' => '07:00:00',
  6137. 'offset_dst' => '07:00:00',
  6138. 'dst_region' => '0',
  6139. 'is_dst' => '0',
  6140. ))
  6141. ->values(array(
  6142. 'timezone' => '201',
  6143. 'name' => 'Asia/Jayapura',
  6144. 'offset' => '09:00:00',
  6145. 'offset_dst' => '09:00:00',
  6146. 'dst_region' => '0',
  6147. 'is_dst' => '0',
  6148. ))
  6149. ->values(array(
  6150. 'timezone' => '202',
  6151. 'name' => 'Asia/Jerusalem',
  6152. 'offset' => '02:00:00',
  6153. 'offset_dst' => '03:00:00',
  6154. 'dst_region' => '5',
  6155. 'is_dst' => '0',
  6156. ))
  6157. ->values(array(
  6158. 'timezone' => '203',
  6159. 'name' => 'Asia/Kabul',
  6160. 'offset' => '04:30:00',
  6161. 'offset_dst' => '04:30:00',
  6162. 'dst_region' => '0',
  6163. 'is_dst' => '0',
  6164. ))
  6165. ->values(array(
  6166. 'timezone' => '204',
  6167. 'name' => 'Asia/Kamchatka',
  6168. 'offset' => '12:00:00',
  6169. 'offset_dst' => '13:00:00',
  6170. 'dst_region' => '3',
  6171. 'is_dst' => '0',
  6172. ))
  6173. ->values(array(
  6174. 'timezone' => '205',
  6175. 'name' => 'Asia/Karachi',
  6176. 'offset' => '05:00:00',
  6177. 'offset_dst' => '05:00:00',
  6178. 'dst_region' => '0',
  6179. 'is_dst' => '0',
  6180. ))
  6181. ->values(array(
  6182. 'timezone' => '206',
  6183. 'name' => 'Asia/Kashgar',
  6184. 'offset' => '08:00:00',
  6185. 'offset_dst' => '08:00:00',
  6186. 'dst_region' => '0',
  6187. 'is_dst' => '0',
  6188. ))
  6189. ->values(array(
  6190. 'timezone' => '207',
  6191. 'name' => 'Asia/Katmandu',
  6192. 'offset' => '05:45:00',
  6193. 'offset_dst' => '05:45:00',
  6194. 'dst_region' => '0',
  6195. 'is_dst' => '0',
  6196. ))
  6197. ->values(array(
  6198. 'timezone' => '208',
  6199. 'name' => 'Asia/Krasnoyarsk',
  6200. 'offset' => '07:00:00',
  6201. 'offset_dst' => '08:00:00',
  6202. 'dst_region' => '3',
  6203. 'is_dst' => '0',
  6204. ))
  6205. ->values(array(
  6206. 'timezone' => '209',
  6207. 'name' => 'Asia/Kuala Lumpur',
  6208. 'offset' => '08:00:00',
  6209. 'offset_dst' => '08:00:00',
  6210. 'dst_region' => '0',
  6211. 'is_dst' => '0',
  6212. ))
  6213. ->values(array(
  6214. 'timezone' => '210',
  6215. 'name' => 'Asia/Kuching',
  6216. 'offset' => '08:00:00',
  6217. 'offset_dst' => '08:00:00',
  6218. 'dst_region' => '0',
  6219. 'is_dst' => '0',
  6220. ))
  6221. ->values(array(
  6222. 'timezone' => '211',
  6223. 'name' => 'Asia/Kuwait',
  6224. 'offset' => '03:00:00',
  6225. 'offset_dst' => '03:00:00',
  6226. 'dst_region' => '0',
  6227. 'is_dst' => '0',
  6228. ))
  6229. ->values(array(
  6230. 'timezone' => '212',
  6231. 'name' => 'Asia/Macao',
  6232. 'offset' => '08:00:00',
  6233. 'offset_dst' => '08:00:00',
  6234. 'dst_region' => '0',
  6235. 'is_dst' => '0',
  6236. ))
  6237. ->values(array(
  6238. 'timezone' => '213',
  6239. 'name' => 'Asia/Magadan',
  6240. 'offset' => '11:00:00',
  6241. 'offset_dst' => '12:00:00',
  6242. 'dst_region' => '3',
  6243. 'is_dst' => '0',
  6244. ))
  6245. ->values(array(
  6246. 'timezone' => '214',
  6247. 'name' => 'Asia/Manila',
  6248. 'offset' => '08:00:00',
  6249. 'offset_dst' => '08:00:00',
  6250. 'dst_region' => '0',
  6251. 'is_dst' => '0',
  6252. ))
  6253. ->values(array(
  6254. 'timezone' => '215',
  6255. 'name' => 'Asia/Muscat',
  6256. 'offset' => '04:00:00',
  6257. 'offset_dst' => '04:00:00',
  6258. 'dst_region' => '0',
  6259. 'is_dst' => '0',
  6260. ))
  6261. ->values(array(
  6262. 'timezone' => '216',
  6263. 'name' => 'Asia/Nicosia',
  6264. 'offset' => '02:00:00',
  6265. 'offset_dst' => '03:00:00',
  6266. 'dst_region' => '3',
  6267. 'is_dst' => '0',
  6268. ))
  6269. ->values(array(
  6270. 'timezone' => '217',
  6271. 'name' => 'Asia/Novosibirsk',
  6272. 'offset' => '06:00:00',
  6273. 'offset_dst' => '07:00:00',
  6274. 'dst_region' => '3',
  6275. 'is_dst' => '0',
  6276. ))
  6277. ->values(array(
  6278. 'timezone' => '218',
  6279. 'name' => 'Asia/Omsk',
  6280. 'offset' => '06:00:00',
  6281. 'offset_dst' => '07:00:00',
  6282. 'dst_region' => '3',
  6283. 'is_dst' => '0',
  6284. ))
  6285. ->values(array(
  6286. 'timezone' => '219',
  6287. 'name' => 'Asia/Phnom Penh',
  6288. 'offset' => '07:00:00',
  6289. 'offset_dst' => '07:00:00',
  6290. 'dst_region' => '0',
  6291. 'is_dst' => '0',
  6292. ))
  6293. ->values(array(
  6294. 'timezone' => '220',
  6295. 'name' => 'Asia/Pyongyang',
  6296. 'offset' => '09:00:00',
  6297. 'offset_dst' => '09:00:00',
  6298. 'dst_region' => '0',
  6299. 'is_dst' => '0',
  6300. ))
  6301. ->values(array(
  6302. 'timezone' => '221',
  6303. 'name' => 'Asia/Qatar',
  6304. 'offset' => '03:00:00',
  6305. 'offset_dst' => '03:00:00',
  6306. 'dst_region' => '0',
  6307. 'is_dst' => '0',
  6308. ))
  6309. ->values(array(
  6310. 'timezone' => '222',
  6311. 'name' => 'Asia/Rangoon',
  6312. 'offset' => '06:30:00',
  6313. 'offset_dst' => '06:30:00',
  6314. 'dst_region' => '0',
  6315. 'is_dst' => '0',
  6316. ))
  6317. ->values(array(
  6318. 'timezone' => '223',
  6319. 'name' => 'Asia/Riyadh',
  6320. 'offset' => '03:00:00',
  6321. 'offset_dst' => '03:00:00',
  6322. 'dst_region' => '0',
  6323. 'is_dst' => '0',
  6324. ))
  6325. ->values(array(
  6326. 'timezone' => '224',
  6327. 'name' => 'Asia/Riyadh87',
  6328. 'offset' => '03:07:04',
  6329. 'offset_dst' => '03:07:04',
  6330. 'dst_region' => '0',
  6331. 'is_dst' => '0',
  6332. ))
  6333. ->values(array(
  6334. 'timezone' => '225',
  6335. 'name' => 'Asia/Riyadh88',
  6336. 'offset' => '03:07:04',
  6337. 'offset_dst' => '03:07:04',
  6338. 'dst_region' => '0',
  6339. 'is_dst' => '0',
  6340. ))
  6341. ->values(array(
  6342. 'timezone' => '226',
  6343. 'name' => 'Asia/Riyadh89',
  6344. 'offset' => '03:07:04',
  6345. 'offset_dst' => '03:07:04',
  6346. 'dst_region' => '0',
  6347. 'is_dst' => '0',
  6348. ))
  6349. ->values(array(
  6350. 'timezone' => '227',
  6351. 'name' => 'Asia/Saigon',
  6352. 'offset' => '07:00:00',
  6353. 'offset_dst' => '07:00:00',
  6354. 'dst_region' => '0',
  6355. 'is_dst' => '0',
  6356. ))
  6357. ->values(array(
  6358. 'timezone' => '228',
  6359. 'name' => 'Asia/Samarkand',
  6360. 'offset' => '05:00:00',
  6361. 'offset_dst' => '05:00:00',
  6362. 'dst_region' => '0',
  6363. 'is_dst' => '0',
  6364. ))
  6365. ->values(array(
  6366. 'timezone' => '229',
  6367. 'name' => 'Asia/Seoul',
  6368. 'offset' => '09:00:00',
  6369. 'offset_dst' => '09:00:00',
  6370. 'dst_region' => '0',
  6371. 'is_dst' => '0',
  6372. ))
  6373. ->values(array(
  6374. 'timezone' => '230',
  6375. 'name' => 'Asia/Shanghai',
  6376. 'offset' => '08:00:00',
  6377. 'offset_dst' => '08:00:00',
  6378. 'dst_region' => '0',
  6379. 'is_dst' => '0',
  6380. ))
  6381. ->values(array(
  6382. 'timezone' => '231',
  6383. 'name' => 'Asia/Singapore',
  6384. 'offset' => '08:00:00',
  6385. 'offset_dst' => '08:00:00',
  6386. 'dst_region' => '0',
  6387. 'is_dst' => '0',
  6388. ))
  6389. ->values(array(
  6390. 'timezone' => '232',
  6391. 'name' => 'Asia/Taipei',
  6392. 'offset' => '08:00:00',
  6393. 'offset_dst' => '08:00:00',
  6394. 'dst_region' => '0',
  6395. 'is_dst' => '0',
  6396. ))
  6397. ->values(array(
  6398. 'timezone' => '233',
  6399. 'name' => 'Asia/Tashkent',
  6400. 'offset' => '05:00:00',
  6401. 'offset_dst' => '05:00:00',
  6402. 'dst_region' => '0',
  6403. 'is_dst' => '0',
  6404. ))
  6405. ->values(array(
  6406. 'timezone' => '234',
  6407. 'name' => 'Asia/Tbilisi',
  6408. 'offset' => '04:00:00',
  6409. 'offset_dst' => '05:00:00',
  6410. 'dst_region' => '3',
  6411. 'is_dst' => '0',
  6412. ))
  6413. ->values(array(
  6414. 'timezone' => '235',
  6415. 'name' => 'Asia/Tehran',
  6416. 'offset' => '03:30:00',
  6417. 'offset_dst' => '04:30:00',
  6418. 'dst_region' => '8',
  6419. 'is_dst' => '0',
  6420. ))
  6421. ->values(array(
  6422. 'timezone' => '236',
  6423. 'name' => 'Asia/Tel Aviv',
  6424. 'offset' => '02:00:00',
  6425. 'offset_dst' => '03:00:00',
  6426. 'dst_region' => '5',
  6427. 'is_dst' => '0',
  6428. ))
  6429. ->values(array(
  6430. 'timezone' => '237',
  6431. 'name' => 'Asia/Thimbu',
  6432. 'offset' => '06:00:00',
  6433. 'offset_dst' => '06:00:00',
  6434. 'dst_region' => '0',
  6435. 'is_dst' => '0',
  6436. ))
  6437. ->values(array(
  6438. 'timezone' => '238',
  6439. 'name' => 'Asia/Thimphu',
  6440. 'offset' => '06:00:00',
  6441. 'offset_dst' => '06:00:00',
  6442. 'dst_region' => '0',
  6443. 'is_dst' => '0',
  6444. ))
  6445. ->values(array(
  6446. 'timezone' => '239',
  6447. 'name' => 'Asia/Tokyo',
  6448. 'offset' => '09:00:00',
  6449. 'offset_dst' => '09:00:00',
  6450. 'dst_region' => '0',
  6451. 'is_dst' => '0',
  6452. ))
  6453. ->values(array(
  6454. 'timezone' => '240',
  6455. 'name' => 'Asia/Ujung Pandang',
  6456. 'offset' => '08:00:00',
  6457. 'offset_dst' => '08:00:00',
  6458. 'dst_region' => '0',
  6459. 'is_dst' => '0',
  6460. ))
  6461. ->values(array(
  6462. 'timezone' => '241',
  6463. 'name' => 'Asia/Ulaanbaatar',
  6464. 'offset' => '08:00:00',
  6465. 'offset_dst' => '08:00:00',
  6466. 'dst_region' => '0',
  6467. 'is_dst' => '0',
  6468. ))
  6469. ->values(array(
  6470. 'timezone' => '242',
  6471. 'name' => 'Asia/Ulan Bator',
  6472. 'offset' => '08:00:00',
  6473. 'offset_dst' => '08:00:00',
  6474. 'dst_region' => '0',
  6475. 'is_dst' => '0',
  6476. ))
  6477. ->values(array(
  6478. 'timezone' => '243',
  6479. 'name' => 'Asia/Urumqi',
  6480. 'offset' => '08:00:00',
  6481. 'offset_dst' => '08:00:00',
  6482. 'dst_region' => '0',
  6483. 'is_dst' => '0',
  6484. ))
  6485. ->values(array(
  6486. 'timezone' => '244',
  6487. 'name' => 'Asia/Vientiane',
  6488. 'offset' => '07:00:00',
  6489. 'offset_dst' => '07:00:00',
  6490. 'dst_region' => '0',
  6491. 'is_dst' => '0',
  6492. ))
  6493. ->values(array(
  6494. 'timezone' => '245',
  6495. 'name' => 'Asia/Vladivostok',
  6496. 'offset' => '10:00:00',
  6497. 'offset_dst' => '11:00:00',
  6498. 'dst_region' => '3',
  6499. 'is_dst' => '0',
  6500. ))
  6501. ->values(array(
  6502. 'timezone' => '246',
  6503. 'name' => 'Asia/Yakutsk',
  6504. 'offset' => '09:00:00',
  6505. 'offset_dst' => '10:00:00',
  6506. 'dst_region' => '3',
  6507. 'is_dst' => '0',
  6508. ))
  6509. ->values(array(
  6510. 'timezone' => '247',
  6511. 'name' => 'Asia/Yekaterinburg',
  6512. 'offset' => '05:00:00',
  6513. 'offset_dst' => '06:00:00',
  6514. 'dst_region' => '3',
  6515. 'is_dst' => '0',
  6516. ))
  6517. ->values(array(
  6518. 'timezone' => '248',
  6519. 'name' => 'Asia/Yerevan',
  6520. 'offset' => '04:00:00',
  6521. 'offset_dst' => '05:00:00',
  6522. 'dst_region' => '3',
  6523. 'is_dst' => '0',
  6524. ))
  6525. ->values(array(
  6526. 'timezone' => '249',
  6527. 'name' => 'Atlantic/Azores',
  6528. 'offset' => '-01:00:00',
  6529. 'offset_dst' => '00:00:00',
  6530. 'dst_region' => '13',
  6531. 'is_dst' => '0',
  6532. ))
  6533. ->values(array(
  6534. 'timezone' => '250',
  6535. 'name' => 'Atlantic/Bermuda',
  6536. 'offset' => '-04:00:00',
  6537. 'offset_dst' => '-03:00:00',
  6538. 'dst_region' => '15',
  6539. 'is_dst' => '0',
  6540. ))
  6541. ->values(array(
  6542. 'timezone' => '251',
  6543. 'name' => 'Atlantic/Canary',
  6544. 'offset' => '00:00:00',
  6545. 'offset_dst' => '01:00:00',
  6546. 'dst_region' => '15',
  6547. 'is_dst' => '0',
  6548. ))
  6549. ->values(array(
  6550. 'timezone' => '252',
  6551. 'name' => 'Atlantic/Cape Verde',
  6552. 'offset' => '-01:00:00',
  6553. 'offset_dst' => '-01:00:00',
  6554. 'dst_region' => '0',
  6555. 'is_dst' => '0',
  6556. ))
  6557. ->values(array(
  6558. 'timezone' => '253',
  6559. 'name' => 'Atlantic/Faeroe',
  6560. 'offset' => '00:00:00',
  6561. 'offset_dst' => '01:00:00',
  6562. 'dst_region' => '13',
  6563. 'is_dst' => '0',
  6564. ))
  6565. ->values(array(
  6566. 'timezone' => '254',
  6567. 'name' => 'Atlantic/Jan Mayen',
  6568. 'offset' => '-01:00:00',
  6569. 'offset_dst' => '-01:00:00',
  6570. 'dst_region' => '0',
  6571. 'is_dst' => '0',
  6572. ))
  6573. ->values(array(
  6574. 'timezone' => '255',
  6575. 'name' => 'Atlantic/Madeira',
  6576. 'offset' => '00:00:00',
  6577. 'offset_dst' => '01:00:00',
  6578. 'dst_region' => '13',
  6579. 'is_dst' => '0',
  6580. ))
  6581. ->values(array(
  6582. 'timezone' => '256',
  6583. 'name' => 'Atlantic/South Georgia',
  6584. 'offset' => '-02:00:00',
  6585. 'offset_dst' => '-02:00:00',
  6586. 'dst_region' => '0',
  6587. 'is_dst' => '0',
  6588. ))
  6589. ->values(array(
  6590. 'timezone' => '257',
  6591. 'name' => 'Atlantic/Stanley',
  6592. 'offset' => '-03:00:00',
  6593. 'offset_dst' => '-04:00:00',
  6594. 'dst_region' => '19',
  6595. 'is_dst' => '0',
  6596. ))
  6597. ->values(array(
  6598. 'timezone' => '258',
  6599. 'name' => 'Australia/ACT',
  6600. 'offset' => '10:00:00',
  6601. 'offset_dst' => '11:00:00',
  6602. 'dst_region' => '9',
  6603. 'is_dst' => '0',
  6604. ))
  6605. ->values(array(
  6606. 'timezone' => '259',
  6607. 'name' => 'Australia/Adelaide',
  6608. 'offset' => '10:30:00',
  6609. 'offset_dst' => '09:30:00',
  6610. 'dst_region' => '9',
  6611. 'is_dst' => '0',
  6612. ))
  6613. ->values(array(
  6614. 'timezone' => '260',
  6615. 'name' => 'Australia/Brisbane',
  6616. 'offset' => '10:00:00',
  6617. 'offset_dst' => '10:00:00',
  6618. 'dst_region' => '0',
  6619. 'is_dst' => '0',
  6620. ))
  6621. ->values(array(
  6622. 'timezone' => '261',
  6623. 'name' => 'Australia/Broken Hill',
  6624. 'offset' => '10:30:00',
  6625. 'offset_dst' => '09:30:00',
  6626. 'dst_region' => '9',
  6627. 'is_dst' => '0',
  6628. ))
  6629. ->values(array(
  6630. 'timezone' => '262',
  6631. 'name' => 'Australia/Canberra',
  6632. 'offset' => '11:00:00',
  6633. 'offset_dst' => '10:00:00',
  6634. 'dst_region' => '9',
  6635. 'is_dst' => '0',
  6636. ))
  6637. ->values(array(
  6638. 'timezone' => '263',
  6639. 'name' => 'Australia/Darwin',
  6640. 'offset' => '09:30:00',
  6641. 'offset_dst' => '09:30:00',
  6642. 'dst_region' => '0',
  6643. 'is_dst' => '0',
  6644. ))
  6645. ->values(array(
  6646. 'timezone' => '264',
  6647. 'name' => 'Australia/Hobart',
  6648. 'offset' => '11:00:00',
  6649. 'offset_dst' => '10:00:00',
  6650. 'dst_region' => '10',
  6651. 'is_dst' => '0',
  6652. ))
  6653. ->values(array(
  6654. 'timezone' => '265',
  6655. 'name' => 'Australia/LHI',
  6656. 'offset' => '11:00:00',
  6657. 'offset_dst' => '10:30:00',
  6658. 'dst_region' => '9',
  6659. 'is_dst' => '0',
  6660. ))
  6661. ->values(array(
  6662. 'timezone' => '266',
  6663. 'name' => 'Australia/Lindeman',
  6664. 'offset' => '10:00:00',
  6665. 'offset_dst' => '10:00:00',
  6666. 'dst_region' => '0',
  6667. 'is_dst' => '0',
  6668. ))
  6669. ->values(array(
  6670. 'timezone' => '267',
  6671. 'name' => 'Australia/Lord Howe',
  6672. 'offset' => '11:00:00',
  6673. 'offset_dst' => '10:30:00',
  6674. 'dst_region' => '9',
  6675. 'is_dst' => '0',
  6676. ))
  6677. ->values(array(
  6678. 'timezone' => '268',
  6679. 'name' => 'Australia/Melbourne',
  6680. 'offset' => '10:00:00',
  6681. 'offset_dst' => '11:00:00',
  6682. 'dst_region' => '10',
  6683. 'is_dst' => '0',
  6684. ))
  6685. ->values(array(
  6686. 'timezone' => '269',
  6687. 'name' => 'Australia/NSW',
  6688. 'offset' => '10:00:00',
  6689. 'offset_dst' => '11:00:00',
  6690. 'dst_region' => '9',
  6691. 'is_dst' => '0',
  6692. ))
  6693. ->values(array(
  6694. 'timezone' => '270',
  6695. 'name' => 'Australia/North',
  6696. 'offset' => '09:30:00',
  6697. 'offset_dst' => '09:30:00',
  6698. 'dst_region' => '0',
  6699. 'is_dst' => '0',
  6700. ))
  6701. ->values(array(
  6702. 'timezone' => '271',
  6703. 'name' => 'Australia/Perth',
  6704. 'offset' => '08:00:00',
  6705. 'offset_dst' => '08:00:00',
  6706. 'dst_region' => '0',
  6707. 'is_dst' => '0',
  6708. ))
  6709. ->values(array(
  6710. 'timezone' => '272',
  6711. 'name' => 'Australia/Queensland',
  6712. 'offset' => '10:00:00',
  6713. 'offset_dst' => '10:00:00',
  6714. 'dst_region' => '0',
  6715. 'is_dst' => '0',
  6716. ))
  6717. ->values(array(
  6718. 'timezone' => '273',
  6719. 'name' => 'Australia/South',
  6720. 'offset' => '10:30:00',
  6721. 'offset_dst' => '09:30:00',
  6722. 'dst_region' => '9',
  6723. 'is_dst' => '0',
  6724. ))
  6725. ->values(array(
  6726. 'timezone' => '274',
  6727. 'name' => 'Australia/Sydney',
  6728. 'offset' => '10:00:00',
  6729. 'offset_dst' => '11:00:00',
  6730. 'dst_region' => '10',
  6731. 'is_dst' => '0',
  6732. ))
  6733. ->values(array(
  6734. 'timezone' => '275',
  6735. 'name' => 'Australia/Tasmania',
  6736. 'offset' => '10:00:00',
  6737. 'offset_dst' => '11:00:00',
  6738. 'dst_region' => '9',
  6739. 'is_dst' => '0',
  6740. ))
  6741. ->values(array(
  6742. 'timezone' => '276',
  6743. 'name' => 'Australia/Victoria',
  6744. 'offset' => '10:00:00',
  6745. 'offset_dst' => '11:00:00',
  6746. 'dst_region' => '9',
  6747. 'is_dst' => '0',
  6748. ))
  6749. ->values(array(
  6750. 'timezone' => '277',
  6751. 'name' => 'Australia/West',
  6752. 'offset' => '08:00:00',
  6753. 'offset_dst' => '08:00:00',
  6754. 'dst_region' => '0',
  6755. 'is_dst' => '0',
  6756. ))
  6757. ->values(array(
  6758. 'timezone' => '278',
  6759. 'name' => 'Australia/Yancowinna',
  6760. 'offset' => '10:30:00',
  6761. 'offset_dst' => '09:30:00',
  6762. 'dst_region' => '10',
  6763. 'is_dst' => '0',
  6764. ))
  6765. ->values(array(
  6766. 'timezone' => '279',
  6767. 'name' => 'Brazil/Acre',
  6768. 'offset' => '-05:00:00',
  6769. 'offset_dst' => '-05:00:00',
  6770. 'dst_region' => '0',
  6771. 'is_dst' => '0',
  6772. ))
  6773. ->values(array(
  6774. 'timezone' => '280',
  6775. 'name' => 'Brazil/DeNoronha',
  6776. 'offset' => '-02:00:00',
  6777. 'offset_dst' => '-02:00:00',
  6778. 'dst_region' => '0',
  6779. 'is_dst' => '0',
  6780. ))
  6781. ->values(array(
  6782. 'timezone' => '281',
  6783. 'name' => 'Brazil/East',
  6784. 'offset' => '-02:00:00',
  6785. 'offset_dst' => '-03:00:00',
  6786. 'dst_region' => '17',
  6787. 'is_dst' => '0',
  6788. ))
  6789. ->values(array(
  6790. 'timezone' => '282',
  6791. 'name' => 'Brazil/West',
  6792. 'offset' => '-04:00:00',
  6793. 'offset_dst' => '-04:00:00',
  6794. 'dst_region' => '0',
  6795. 'is_dst' => '0',
  6796. ))
  6797. ->values(array(
  6798. 'timezone' => '285',
  6799. 'name' => 'Canada/Atlantic',
  6800. 'offset' => '-04:00:00',
  6801. 'offset_dst' => '-03:00:00',
  6802. 'dst_region' => '15',
  6803. 'is_dst' => '0',
  6804. ))
  6805. ->values(array(
  6806. 'timezone' => '286',
  6807. 'name' => 'Canada/Central',
  6808. 'offset' => '-06:00:00',
  6809. 'offset_dst' => '-05:00:00',
  6810. 'dst_region' => '15',
  6811. 'is_dst' => '0',
  6812. ))
  6813. ->values(array(
  6814. 'timezone' => '287',
  6815. 'name' => 'Canada/Central-Saskatchewan',
  6816. 'offset' => '-06:00:00',
  6817. 'offset_dst' => '-06:00:00',
  6818. 'dst_region' => '0',
  6819. 'is_dst' => '0',
  6820. ))
  6821. ->values(array(
  6822. 'timezone' => '288',
  6823. 'name' => 'Canada/Eastern',
  6824. 'offset' => '-05:00:00',
  6825. 'offset_dst' => '-04:00:00',
  6826. 'dst_region' => '15',
  6827. 'is_dst' => '0',
  6828. ))
  6829. ->values(array(
  6830. 'timezone' => '289',
  6831. 'name' => 'Canada/Mountain',
  6832. 'offset' => '-07:00:00',
  6833. 'offset_dst' => '-06:00:00',
  6834. 'dst_region' => '15',
  6835. 'is_dst' => '0',
  6836. ))
  6837. ->values(array(
  6838. 'timezone' => '290',
  6839. 'name' => 'Canada/Newfoundland',
  6840. 'offset' => '-03:30:00',
  6841. 'offset_dst' => '-02:30:00',
  6842. 'dst_region' => '15',
  6843. 'is_dst' => '0',
  6844. ))
  6845. ->values(array(
  6846. 'timezone' => '291',
  6847. 'name' => 'Canada/Pacific',
  6848. 'offset' => '-08:00:00',
  6849. 'offset_dst' => '-07:00:00',
  6850. 'dst_region' => '15',
  6851. 'is_dst' => '0',
  6852. ))
  6853. ->values(array(
  6854. 'timezone' => '292',
  6855. 'name' => 'Canada/Saskatchewan',
  6856. 'offset' => '-06:00:00',
  6857. 'offset_dst' => '-06:00:00',
  6858. 'dst_region' => '0',
  6859. 'is_dst' => '0',
  6860. ))
  6861. ->values(array(
  6862. 'timezone' => '293',
  6863. 'name' => 'Canada/Yukon',
  6864. 'offset' => '-08:00:00',
  6865. 'offset_dst' => '-07:00:00',
  6866. 'dst_region' => '15',
  6867. 'is_dst' => '0',
  6868. ))
  6869. ->values(array(
  6870. 'timezone' => '294',
  6871. 'name' => 'Chile/Continental',
  6872. 'offset' => '-03:00:00',
  6873. 'offset_dst' => '-04:00:00',
  6874. 'dst_region' => '18',
  6875. 'is_dst' => '0',
  6876. ))
  6877. ->values(array(
  6878. 'timezone' => '295',
  6879. 'name' => 'Chile/EasterIsland',
  6880. 'offset' => '-05:00:00',
  6881. 'offset_dst' => '-06:00:00',
  6882. 'dst_region' => '18',
  6883. 'is_dst' => '0',
  6884. ))
  6885. ->values(array(
  6886. 'timezone' => '296',
  6887. 'name' => 'Cuba',
  6888. 'offset' => '-05:00:00',
  6889. 'offset_dst' => '-04:00:00',
  6890. 'dst_region' => '16',
  6891. 'is_dst' => '0',
  6892. ))
  6893. ->values(array(
  6894. 'timezone' => '298',
  6895. 'name' => 'EST',
  6896. 'offset' => '-05:00:00',
  6897. 'offset_dst' => '-05:00:00',
  6898. 'dst_region' => '0',
  6899. 'is_dst' => '0',
  6900. ))
  6901. ->values(array(
  6902. 'timezone' => '300',
  6903. 'name' => 'Egypt',
  6904. 'offset' => '02:00:00',
  6905. 'offset_dst' => '03:00:00',
  6906. 'dst_region' => '1',
  6907. 'is_dst' => '0',
  6908. ))
  6909. ->values(array(
  6910. 'timezone' => '301',
  6911. 'name' => 'Eire',
  6912. 'offset' => '00:00:00',
  6913. 'offset_dst' => '01:00:00',
  6914. 'dst_region' => '13',
  6915. 'is_dst' => '0',
  6916. ))
  6917. ->values(array(
  6918. 'timezone' => '302',
  6919. 'name' => 'Etc/GMT-1',
  6920. 'offset' => '-01:00:00',
  6921. 'offset_dst' => '-01:00:00',
  6922. 'dst_region' => '0',
  6923. 'is_dst' => '0',
  6924. ))
  6925. ->values(array(
  6926. 'timezone' => '303',
  6927. 'name' => 'Etc/GMT-10',
  6928. 'offset' => '-10:00:00',
  6929. 'offset_dst' => '-10:00:00',
  6930. 'dst_region' => '0',
  6931. 'is_dst' => '0',
  6932. ))
  6933. ->values(array(
  6934. 'timezone' => '304',
  6935. 'name' => 'Etc/GMT-11',
  6936. 'offset' => '-11:00:00',
  6937. 'offset_dst' => '-11:00:00',
  6938. 'dst_region' => '0',
  6939. 'is_dst' => '0',
  6940. ))
  6941. ->values(array(
  6942. 'timezone' => '305',
  6943. 'name' => 'Etc/GMT-12',
  6944. 'offset' => '-12:00:00',
  6945. 'offset_dst' => '-12:00:00',
  6946. 'dst_region' => '0',
  6947. 'is_dst' => '0',
  6948. ))
  6949. ->values(array(
  6950. 'timezone' => '306',
  6951. 'name' => 'Etc/GMT-2',
  6952. 'offset' => '-02:00:00',
  6953. 'offset_dst' => '-02:00:00',
  6954. 'dst_region' => '0',
  6955. 'is_dst' => '0',
  6956. ))
  6957. ->values(array(
  6958. 'timezone' => '307',
  6959. 'name' => 'Etc/GMT-3',
  6960. 'offset' => '-03:00:00',
  6961. 'offset_dst' => '-03:00:00',
  6962. 'dst_region' => '0',
  6963. 'is_dst' => '0',
  6964. ))
  6965. ->values(array(
  6966. 'timezone' => '308',
  6967. 'name' => 'Etc/GMT-4',
  6968. 'offset' => '-04:00:00',
  6969. 'offset_dst' => '-04:00:00',
  6970. 'dst_region' => '0',
  6971. 'is_dst' => '0',
  6972. ))
  6973. ->values(array(
  6974. 'timezone' => '309',
  6975. 'name' => 'Etc/GMT-5',
  6976. 'offset' => '-05:00:00',
  6977. 'offset_dst' => '-05:00:00',
  6978. 'dst_region' => '0',
  6979. 'is_dst' => '0',
  6980. ))
  6981. ->values(array(
  6982. 'timezone' => '310',
  6983. 'name' => 'Etc/GMT-6',
  6984. 'offset' => '-06:00:00',
  6985. 'offset_dst' => '-06:00:00',
  6986. 'dst_region' => '0',
  6987. 'is_dst' => '0',
  6988. ))
  6989. ->values(array(
  6990. 'timezone' => '311',
  6991. 'name' => 'Etc/GMT-7',
  6992. 'offset' => '-07:00:00',
  6993. 'offset_dst' => '-07:00:00',
  6994. 'dst_region' => '0',
  6995. 'is_dst' => '0',
  6996. ))
  6997. ->values(array(
  6998. 'timezone' => '312',
  6999. 'name' => 'Etc/GMT-8',
  7000. 'offset' => '-08:00:00',
  7001. 'offset_dst' => '-08:00:00',
  7002. 'dst_region' => '0',
  7003. 'is_dst' => '0',
  7004. ))
  7005. ->values(array(
  7006. 'timezone' => '313',
  7007. 'name' => 'Etc/GMT-9',
  7008. 'offset' => '-09:00:00',
  7009. 'offset_dst' => '-09:00:00',
  7010. 'dst_region' => '0',
  7011. 'is_dst' => '0',
  7012. ))
  7013. ->values(array(
  7014. 'timezone' => '314',
  7015. 'name' => 'Etc/GMT+1',
  7016. 'offset' => '01:00:00',
  7017. 'offset_dst' => '01:00:00',
  7018. 'dst_region' => '0',
  7019. 'is_dst' => '0',
  7020. ))
  7021. ->values(array(
  7022. 'timezone' => '315',
  7023. 'name' => 'Etc/GMT+10',
  7024. 'offset' => '10:00:00',
  7025. 'offset_dst' => '10:00:00',
  7026. 'dst_region' => '0',
  7027. 'is_dst' => '0',
  7028. ))
  7029. ->values(array(
  7030. 'timezone' => '316',
  7031. 'name' => 'Etc/GMT+11',
  7032. 'offset' => '11:00:00',
  7033. 'offset_dst' => '11:00:00',
  7034. 'dst_region' => '0',
  7035. 'is_dst' => '0',
  7036. ))
  7037. ->values(array(
  7038. 'timezone' => '317',
  7039. 'name' => 'Etc/GMT+12',
  7040. 'offset' => '12:00:00',
  7041. 'offset_dst' => '12:00:00',
  7042. 'dst_region' => '0',
  7043. 'is_dst' => '0',
  7044. ))
  7045. ->values(array(
  7046. 'timezone' => '318',
  7047. 'name' => 'Etc/GMT+13',
  7048. 'offset' => '13:00:00',
  7049. 'offset_dst' => '13:00:00',
  7050. 'dst_region' => '0',
  7051. 'is_dst' => '0',
  7052. ))
  7053. ->values(array(
  7054. 'timezone' => '319',
  7055. 'name' => 'Etc/GMT+14',
  7056. 'offset' => '14:00:00',
  7057. 'offset_dst' => '14:00:00',
  7058. 'dst_region' => '0',
  7059. 'is_dst' => '0',
  7060. ))
  7061. ->values(array(
  7062. 'timezone' => '320',
  7063. 'name' => 'Etc/GMT+2',
  7064. 'offset' => '02:00:00',
  7065. 'offset_dst' => '02:00:00',
  7066. 'dst_region' => '0',
  7067. 'is_dst' => '0',
  7068. ))
  7069. ->values(array(
  7070. 'timezone' => '321',
  7071. 'name' => 'Etc/GMT+3',
  7072. 'offset' => '03:00:00',
  7073. 'offset_dst' => '03:00:00',
  7074. 'dst_region' => '0',
  7075. 'is_dst' => '0',
  7076. ))
  7077. ->values(array(
  7078. 'timezone' => '322',
  7079. 'name' => 'Etc/GMT+4',
  7080. 'offset' => '04:00:00',
  7081. 'offset_dst' => '04:00:00',
  7082. 'dst_region' => '0',
  7083. 'is_dst' => '0',
  7084. ))
  7085. ->values(array(
  7086. 'timezone' => '323',
  7087. 'name' => 'Etc/GMT+5',
  7088. 'offset' => '05:00:00',
  7089. 'offset_dst' => '05:00:00',
  7090. 'dst_region' => '0',
  7091. 'is_dst' => '0',
  7092. ))
  7093. ->values(array(
  7094. 'timezone' => '324',
  7095. 'name' => 'Etc/GMT+6',
  7096. 'offset' => '06:00:00',
  7097. 'offset_dst' => '06:00:00',
  7098. 'dst_region' => '0',
  7099. 'is_dst' => '0',
  7100. ))
  7101. ->values(array(
  7102. 'timezone' => '325',
  7103. 'name' => 'Etc/GMT+7',
  7104. 'offset' => '07:00:00',
  7105. 'offset_dst' => '07:00:00',
  7106. 'dst_region' => '0',
  7107. 'is_dst' => '0',
  7108. ))
  7109. ->values(array(
  7110. 'timezone' => '326',
  7111. 'name' => 'Etc/GMT+8',
  7112. 'offset' => '08:00:00',
  7113. 'offset_dst' => '08:00:00',
  7114. 'dst_region' => '0',
  7115. 'is_dst' => '0',
  7116. ))
  7117. ->values(array(
  7118. 'timezone' => '327',
  7119. 'name' => 'Etc/GMT+9',
  7120. 'offset' => '09:00:00',
  7121. 'offset_dst' => '09:00:00',
  7122. 'dst_region' => '0',
  7123. 'is_dst' => '0',
  7124. ))
  7125. ->values(array(
  7126. 'timezone' => '328',
  7127. 'name' => 'Europe/Amsterdam',
  7128. 'offset' => '01:00:00',
  7129. 'offset_dst' => '02:00:00',
  7130. 'dst_region' => '13',
  7131. 'is_dst' => '0',
  7132. ))
  7133. ->values(array(
  7134. 'timezone' => '329',
  7135. 'name' => 'Europe/Andorra',
  7136. 'offset' => '01:00:00',
  7137. 'offset_dst' => '02:00:00',
  7138. 'dst_region' => '13',
  7139. 'is_dst' => '0',
  7140. ))
  7141. ->values(array(
  7142. 'timezone' => '330',
  7143. 'name' => 'Europe/Athens',
  7144. 'offset' => '02:00:00',
  7145. 'offset_dst' => '03:00:00',
  7146. 'dst_region' => '13',
  7147. 'is_dst' => '0',
  7148. ))
  7149. ->values(array(
  7150. 'timezone' => '331',
  7151. 'name' => 'Europe/Belfast',
  7152. 'offset' => '00:00:00',
  7153. 'offset_dst' => '01:00:00',
  7154. 'dst_region' => '13',
  7155. 'is_dst' => '0',
  7156. ))
  7157. ->values(array(
  7158. 'timezone' => '332',
  7159. 'name' => 'Europe/Belgrade',
  7160. 'offset' => '01:00:00',
  7161. 'offset_dst' => '02:00:00',
  7162. 'dst_region' => '13',
  7163. 'is_dst' => '0',
  7164. ))
  7165. ->values(array(
  7166. 'timezone' => '333',
  7167. 'name' => 'Europe/Berlin',
  7168. 'offset' => '01:00:00',
  7169. 'offset_dst' => '02:00:00',
  7170. 'dst_region' => '13',
  7171. 'is_dst' => '0',
  7172. ))
  7173. ->values(array(
  7174. 'timezone' => '334',
  7175. 'name' => 'Europe/Bratislava',
  7176. 'offset' => '01:00:00',
  7177. 'offset_dst' => '02:00:00',
  7178. 'dst_region' => '13',
  7179. 'is_dst' => '0',
  7180. ))
  7181. ->values(array(
  7182. 'timezone' => '335',
  7183. 'name' => 'Europe/Brussels',
  7184. 'offset' => '01:00:00',
  7185. 'offset_dst' => '02:00:00',
  7186. 'dst_region' => '13',
  7187. 'is_dst' => '0',
  7188. ))
  7189. ->values(array(
  7190. 'timezone' => '336',
  7191. 'name' => 'Europe/Bucharest',
  7192. 'offset' => '02:00:00',
  7193. 'offset_dst' => '03:00:00',
  7194. 'dst_region' => '13',
  7195. 'is_dst' => '0',
  7196. ))
  7197. ->values(array(
  7198. 'timezone' => '337',
  7199. 'name' => 'Europe/Budapest',
  7200. 'offset' => '01:00:00',
  7201. 'offset_dst' => '02:00:00',
  7202. 'dst_region' => '13',
  7203. 'is_dst' => '0',
  7204. ))
  7205. ->values(array(
  7206. 'timezone' => '338',
  7207. 'name' => 'Europe/Chisinau',
  7208. 'offset' => '02:00:00',
  7209. 'offset_dst' => '03:00:00',
  7210. 'dst_region' => '13',
  7211. 'is_dst' => '0',
  7212. ))
  7213. ->values(array(
  7214. 'timezone' => '339',
  7215. 'name' => 'Europe/Copenhagen',
  7216. 'offset' => '01:00:00',
  7217. 'offset_dst' => '02:00:00',
  7218. 'dst_region' => '13',
  7219. 'is_dst' => '0',
  7220. ))
  7221. ->values(array(
  7222. 'timezone' => '340',
  7223. 'name' => 'Europe/Dublin',
  7224. 'offset' => '00:00:00',
  7225. 'offset_dst' => '01:00:00',
  7226. 'dst_region' => '13',
  7227. 'is_dst' => '0',
  7228. ))
  7229. ->values(array(
  7230. 'timezone' => '341',
  7231. 'name' => 'Europe/Gibraltar',
  7232. 'offset' => '01:00:00',
  7233. 'offset_dst' => '02:00:00',
  7234. 'dst_region' => '13',
  7235. 'is_dst' => '0',
  7236. ))
  7237. ->values(array(
  7238. 'timezone' => '342',
  7239. 'name' => 'Europe/Helsinki',
  7240. 'offset' => '02:00:00',
  7241. 'offset_dst' => '03:00:00',
  7242. 'dst_region' => '13',
  7243. 'is_dst' => '0',
  7244. ))
  7245. ->values(array(
  7246. 'timezone' => '343',
  7247. 'name' => 'Europe/Istanbul',
  7248. 'offset' => '02:00:00',
  7249. 'offset_dst' => '03:00:00',
  7250. 'dst_region' => '13',
  7251. 'is_dst' => '0',
  7252. ))
  7253. ->values(array(
  7254. 'timezone' => '344',
  7255. 'name' => 'Europe/Kaliningrad',
  7256. 'offset' => '02:00:00',
  7257. 'offset_dst' => '03:00:00',
  7258. 'dst_region' => '13',
  7259. 'is_dst' => '0',
  7260. ))
  7261. ->values(array(
  7262. 'timezone' => '345',
  7263. 'name' => 'Europe/Kiev',
  7264. 'offset' => '02:00:00',
  7265. 'offset_dst' => '03:00:00',
  7266. 'dst_region' => '13',
  7267. 'is_dst' => '0',
  7268. ))
  7269. ->values(array(
  7270. 'timezone' => '346',
  7271. 'name' => 'Europe/Lisbon',
  7272. 'offset' => '00:00:00',
  7273. 'offset_dst' => '01:00:00',
  7274. 'dst_region' => '13',
  7275. 'is_dst' => '0',
  7276. ))
  7277. ->values(array(
  7278. 'timezone' => '347',
  7279. 'name' => 'Europe/Ljubljana',
  7280. 'offset' => '01:00:00',
  7281. 'offset_dst' => '02:00:00',
  7282. 'dst_region' => '13',
  7283. 'is_dst' => '0',
  7284. ))
  7285. ->values(array(
  7286. 'timezone' => '348',
  7287. 'name' => 'Europe/London',
  7288. 'offset' => '00:00:00',
  7289. 'offset_dst' => '01:00:00',
  7290. 'dst_region' => '13',
  7291. 'is_dst' => '0',
  7292. ))
  7293. ->values(array(
  7294. 'timezone' => '349',
  7295. 'name' => 'Europe/Luxembourg',
  7296. 'offset' => '01:00:00',
  7297. 'offset_dst' => '02:00:00',
  7298. 'dst_region' => '13',
  7299. 'is_dst' => '0',
  7300. ))
  7301. ->values(array(
  7302. 'timezone' => '350',
  7303. 'name' => 'Europe/Madrid',
  7304. 'offset' => '01:00:00',
  7305. 'offset_dst' => '02:00:00',
  7306. 'dst_region' => '13',
  7307. 'is_dst' => '0',
  7308. ))
  7309. ->values(array(
  7310. 'timezone' => '351',
  7311. 'name' => 'Europe/Malta',
  7312. 'offset' => '01:00:00',
  7313. 'offset_dst' => '02:00:00',
  7314. 'dst_region' => '13',
  7315. 'is_dst' => '0',
  7316. ))
  7317. ->values(array(
  7318. 'timezone' => '352',
  7319. 'name' => 'Europe/Minsk',
  7320. 'offset' => '02:00:00',
  7321. 'offset_dst' => '03:00:00',
  7322. 'dst_region' => '13',
  7323. 'is_dst' => '0',
  7324. ))
  7325. ->values(array(
  7326. 'timezone' => '353',
  7327. 'name' => 'Europe/Monaco',
  7328. 'offset' => '01:00:00',
  7329. 'offset_dst' => '02:00:00',
  7330. 'dst_region' => '13',
  7331. 'is_dst' => '0',
  7332. ))
  7333. ->values(array(
  7334. 'timezone' => '354',
  7335. 'name' => 'Europe/Moscow',
  7336. 'offset' => '03:00:00',
  7337. 'offset_dst' => '04:00:00',
  7338. 'dst_region' => '14',
  7339. 'is_dst' => '0',
  7340. ))
  7341. ->values(array(
  7342. 'timezone' => '355',
  7343. 'name' => 'Europe/Nicosia',
  7344. 'offset' => '02:00:00',
  7345. 'offset_dst' => '03:00:00',
  7346. 'dst_region' => '13',
  7347. 'is_dst' => '0',
  7348. ))
  7349. ->values(array(
  7350. 'timezone' => '356',
  7351. 'name' => 'Europe/Oslo',
  7352. 'offset' => '01:00:00',
  7353. 'offset_dst' => '02:00:00',
  7354. 'dst_region' => '13',
  7355. 'is_dst' => '0',
  7356. ))
  7357. ->values(array(
  7358. 'timezone' => '357',
  7359. 'name' => 'Europe/Paris',
  7360. 'offset' => '01:00:00',
  7361. 'offset_dst' => '02:00:00',
  7362. 'dst_region' => '13',
  7363. 'is_dst' => '0',
  7364. ))
  7365. ->values(array(
  7366. 'timezone' => '358',
  7367. 'name' => 'Europe/Prague',
  7368. 'offset' => '01:00:00',
  7369. 'offset_dst' => '02:00:00',
  7370. 'dst_region' => '13',
  7371. 'is_dst' => '0',
  7372. ))
  7373. ->values(array(
  7374. 'timezone' => '359',
  7375. 'name' => 'Europe/Riga',
  7376. 'offset' => '02:00:00',
  7377. 'offset_dst' => '03:00:00',
  7378. 'dst_region' => '13',
  7379. 'is_dst' => '0',
  7380. ))
  7381. ->values(array(
  7382. 'timezone' => '360',
  7383. 'name' => 'Europe/Rome',
  7384. 'offset' => '01:00:00',
  7385. 'offset_dst' => '02:00:00',
  7386. 'dst_region' => '13',
  7387. 'is_dst' => '0',
  7388. ))
  7389. ->values(array(
  7390. 'timezone' => '361',
  7391. 'name' => 'Europe/Samara',
  7392. 'offset' => '04:00:00',
  7393. 'offset_dst' => '05:00:00',
  7394. 'dst_region' => '13',
  7395. 'is_dst' => '0',
  7396. ))
  7397. ->values(array(
  7398. 'timezone' => '362',
  7399. 'name' => 'Europe/San Marino',
  7400. 'offset' => '01:00:00',
  7401. 'offset_dst' => '02:00:00',
  7402. 'dst_region' => '13',
  7403. 'is_dst' => '0',
  7404. ))
  7405. ->values(array(
  7406. 'timezone' => '363',
  7407. 'name' => 'Europe/Sarajevo',
  7408. 'offset' => '01:00:00',
  7409. 'offset_dst' => '02:00:00',
  7410. 'dst_region' => '13',
  7411. 'is_dst' => '0',
  7412. ))
  7413. ->values(array(
  7414. 'timezone' => '364',
  7415. 'name' => 'Europe/Simferopol',
  7416. 'offset' => '02:00:00',
  7417. 'offset_dst' => '03:00:00',
  7418. 'dst_region' => '13',
  7419. 'is_dst' => '0',
  7420. ))
  7421. ->values(array(
  7422. 'timezone' => '365',
  7423. 'name' => 'Europe/Skopje',
  7424. 'offset' => '01:00:00',
  7425. 'offset_dst' => '02:00:00',
  7426. 'dst_region' => '13',
  7427. 'is_dst' => '0',
  7428. ))
  7429. ->values(array(
  7430. 'timezone' => '366',
  7431. 'name' => 'Europe/Sofia',
  7432. 'offset' => '02:00:00',
  7433. 'offset_dst' => '03:00:00',
  7434. 'dst_region' => '13',
  7435. 'is_dst' => '0',
  7436. ))
  7437. ->values(array(
  7438. 'timezone' => '367',
  7439. 'name' => 'Europe/Stockholm',
  7440. 'offset' => '01:00:00',
  7441. 'offset_dst' => '02:00:00',
  7442. 'dst_region' => '13',
  7443. 'is_dst' => '0',
  7444. ))
  7445. ->values(array(
  7446. 'timezone' => '368',
  7447. 'name' => 'Europe/Tallinn',
  7448. 'offset' => '02:00:00',
  7449. 'offset_dst' => '02:00:00',
  7450. 'dst_region' => '0',
  7451. 'is_dst' => '0',
  7452. ))
  7453. ->values(array(
  7454. 'timezone' => '369',
  7455. 'name' => 'Europe/Tirane',
  7456. 'offset' => '01:00:00',
  7457. 'offset_dst' => '02:00:00',
  7458. 'dst_region' => '13',
  7459. 'is_dst' => '0',
  7460. ))
  7461. ->values(array(
  7462. 'timezone' => '370',
  7463. 'name' => 'Europe/Tiraspol',
  7464. 'offset' => '02:00:00',
  7465. 'offset_dst' => '03:00:00',
  7466. 'dst_region' => '13',
  7467. 'is_dst' => '0',
  7468. ))
  7469. ->values(array(
  7470. 'timezone' => '371',
  7471. 'name' => 'Europe/Uzhgorod',
  7472. 'offset' => '02:00:00',
  7473. 'offset_dst' => '03:00:00',
  7474. 'dst_region' => '13',
  7475. 'is_dst' => '0',
  7476. ))
  7477. ->values(array(
  7478. 'timezone' => '372',
  7479. 'name' => 'Europe/Vaduz',
  7480. 'offset' => '01:00:00',
  7481. 'offset_dst' => '02:00:00',
  7482. 'dst_region' => '13',
  7483. 'is_dst' => '0',
  7484. ))
  7485. ->values(array(
  7486. 'timezone' => '373',
  7487. 'name' => 'Europe/Vatican',
  7488. 'offset' => '01:00:00',
  7489. 'offset_dst' => '02:00:00',
  7490. 'dst_region' => '13',
  7491. 'is_dst' => '0',
  7492. ))
  7493. ->values(array(
  7494. 'timezone' => '374',
  7495. 'name' => 'Europe/Vienna',
  7496. 'offset' => '01:00:00',
  7497. 'offset_dst' => '02:00:00',
  7498. 'dst_region' => '13',
  7499. 'is_dst' => '0',
  7500. ))
  7501. ->values(array(
  7502. 'timezone' => '375',
  7503. 'name' => 'Europe/Vilnius',
  7504. 'offset' => '02:00:00',
  7505. 'offset_dst' => '02:00:00',
  7506. 'dst_region' => '0',
  7507. 'is_dst' => '0',
  7508. ))
  7509. ->values(array(
  7510. 'timezone' => '376',
  7511. 'name' => 'Europe/Warsaw',
  7512. 'offset' => '01:00:00',
  7513. 'offset_dst' => '02:00:00',
  7514. 'dst_region' => '13',
  7515. 'is_dst' => '0',
  7516. ))
  7517. ->values(array(
  7518. 'timezone' => '377',
  7519. 'name' => 'Europe/Zagreb',
  7520. 'offset' => '01:00:00',
  7521. 'offset_dst' => '02:00:00',
  7522. 'dst_region' => '13',
  7523. 'is_dst' => '0',
  7524. ))
  7525. ->values(array(
  7526. 'timezone' => '378',
  7527. 'name' => 'Europe/Zaporozhye',
  7528. 'offset' => '02:00:00',
  7529. 'offset_dst' => '03:00:00',
  7530. 'dst_region' => '13',
  7531. 'is_dst' => '0',
  7532. ))
  7533. ->values(array(
  7534. 'timezone' => '379',
  7535. 'name' => 'Europe/Zurich',
  7536. 'offset' => '01:00:00',
  7537. 'offset_dst' => '02:00:00',
  7538. 'dst_region' => '13',
  7539. 'is_dst' => '0',
  7540. ))
  7541. ->values(array(
  7542. 'timezone' => '380',
  7543. 'name' => 'GB',
  7544. 'offset' => '00:00:00',
  7545. 'offset_dst' => '01:00:00',
  7546. 'dst_region' => '13',
  7547. 'is_dst' => '0',
  7548. ))
  7549. ->values(array(
  7550. 'timezone' => '381',
  7551. 'name' => 'GB-Eire',
  7552. 'offset' => '00:00:00',
  7553. 'offset_dst' => '01:00:00',
  7554. 'dst_region' => '13',
  7555. 'is_dst' => '0',
  7556. ))
  7557. ->values(array(
  7558. 'timezone' => '383',
  7559. 'name' => 'Hongkong',
  7560. 'offset' => '08:00:00',
  7561. 'offset_dst' => '08:00:00',
  7562. 'dst_region' => '0',
  7563. 'is_dst' => '0',
  7564. ))
  7565. ->values(array(
  7566. 'timezone' => '384',
  7567. 'name' => 'Indian/Antananarivo',
  7568. 'offset' => '03:00:00',
  7569. 'offset_dst' => '03:00:00',
  7570. 'dst_region' => '0',
  7571. 'is_dst' => '0',
  7572. ))
  7573. ->values(array(
  7574. 'timezone' => '385',
  7575. 'name' => 'Indian/Chagos',
  7576. 'offset' => '05:00:00',
  7577. 'offset_dst' => '05:00:00',
  7578. 'dst_region' => '0',
  7579. 'is_dst' => '0',
  7580. ))
  7581. ->values(array(
  7582. 'timezone' => '386',
  7583. 'name' => 'Indian/Christmas',
  7584. 'offset' => '07:00:00',
  7585. 'offset_dst' => '07:00:00',
  7586. 'dst_region' => '0',
  7587. 'is_dst' => '0',
  7588. ))
  7589. ->values(array(
  7590. 'timezone' => '387',
  7591. 'name' => 'Indian/Cocos',
  7592. 'offset' => '06:30:00',
  7593. 'offset_dst' => '06:30:00',
  7594. 'dst_region' => '0',
  7595. 'is_dst' => '0',
  7596. ))
  7597. ->values(array(
  7598. 'timezone' => '388',
  7599. 'name' => 'Indian/Comoro',
  7600. 'offset' => '03:00:00',
  7601. 'offset_dst' => '03:00:00',
  7602. 'dst_region' => '0',
  7603. 'is_dst' => '0',
  7604. ))
  7605. ->values(array(
  7606. 'timezone' => '389',
  7607. 'name' => 'Indian/Kerguelen',
  7608. 'offset' => '05:00:00',
  7609. 'offset_dst' => '05:00:00',
  7610. 'dst_region' => '0',
  7611. 'is_dst' => '0',
  7612. ))
  7613. ->values(array(
  7614. 'timezone' => '390',
  7615. 'name' => 'Indian/Mahe',
  7616. 'offset' => '04:00:00',
  7617. 'offset_dst' => '04:00:00',
  7618. 'dst_region' => '0',
  7619. 'is_dst' => '0',
  7620. ))
  7621. ->values(array(
  7622. 'timezone' => '391',
  7623. 'name' => 'Indian/Maldives',
  7624. 'offset' => '05:00:00',
  7625. 'offset_dst' => '05:00:00',
  7626. 'dst_region' => '0',
  7627. 'is_dst' => '0',
  7628. ))
  7629. ->values(array(
  7630. 'timezone' => '392',
  7631. 'name' => 'Indian/Mauritius',
  7632. 'offset' => '04:00:00',
  7633. 'offset_dst' => '04:00:00',
  7634. 'dst_region' => '0',
  7635. 'is_dst' => '0',
  7636. ))
  7637. ->values(array(
  7638. 'timezone' => '393',
  7639. 'name' => 'Indian/Mayotte',
  7640. 'offset' => '03:00:00',
  7641. 'offset_dst' => '03:00:00',
  7642. 'dst_region' => '0',
  7643. 'is_dst' => '0',
  7644. ))
  7645. ->values(array(
  7646. 'timezone' => '394',
  7647. 'name' => 'Indian/Reunion',
  7648. 'offset' => '04:00:00',
  7649. 'offset_dst' => '04:00:00',
  7650. 'dst_region' => '0',
  7651. 'is_dst' => '0',
  7652. ))
  7653. ->values(array(
  7654. 'timezone' => '395',
  7655. 'name' => 'Iran',
  7656. 'offset' => '03:30:00',
  7657. 'offset_dst' => '04:30:00',
  7658. 'dst_region' => '8',
  7659. 'is_dst' => '0',
  7660. ))
  7661. ->values(array(
  7662. 'timezone' => '396',
  7663. 'name' => 'Israel',
  7664. 'offset' => '02:00:00',
  7665. 'offset_dst' => '03:00:00',
  7666. 'dst_region' => '5',
  7667. 'is_dst' => '0',
  7668. ))
  7669. ->values(array(
  7670. 'timezone' => '397',
  7671. 'name' => 'Jamaica',
  7672. 'offset' => '-05:00:00',
  7673. 'offset_dst' => '-05:00:00',
  7674. 'dst_region' => '0',
  7675. 'is_dst' => '0',
  7676. ))
  7677. ->values(array(
  7678. 'timezone' => '398',
  7679. 'name' => 'Japan',
  7680. 'offset' => '09:00:00',
  7681. 'offset_dst' => '09:00:00',
  7682. 'dst_region' => '0',
  7683. 'is_dst' => '0',
  7684. ))
  7685. ->values(array(
  7686. 'timezone' => '399',
  7687. 'name' => 'Kwajalein',
  7688. 'offset' => '12:00:00',
  7689. 'offset_dst' => '12:00:00',
  7690. 'dst_region' => '0',
  7691. 'is_dst' => '0',
  7692. ))
  7693. ->values(array(
  7694. 'timezone' => '400',
  7695. 'name' => 'Libya',
  7696. 'offset' => '02:00:00',
  7697. 'offset_dst' => '02:00:00',
  7698. 'dst_region' => '0',
  7699. 'is_dst' => '0',
  7700. ))
  7701. ->values(array(
  7702. 'timezone' => '404',
  7703. 'name' => 'Mexico/BajaNorte',
  7704. 'offset' => '-08:00:00',
  7705. 'offset_dst' => '-07:00:00',
  7706. 'dst_region' => '15',
  7707. 'is_dst' => '0',
  7708. ))
  7709. ->values(array(
  7710. 'timezone' => '405',
  7711. 'name' => 'Mexico/BajaSur',
  7712. 'offset' => '-07:00:00',
  7713. 'offset_dst' => '-06:00:00',
  7714. 'dst_region' => '15',
  7715. 'is_dst' => '0',
  7716. ))
  7717. ->values(array(
  7718. 'timezone' => '406',
  7719. 'name' => 'Mexico/General',
  7720. 'offset' => '-06:00:00',
  7721. 'offset_dst' => '-05:00:00',
  7722. 'dst_region' => '15',
  7723. 'is_dst' => '0',
  7724. ))
  7725. ->values(array(
  7726. 'timezone' => '407',
  7727. 'name' => 'Mideast/Riyadh87',
  7728. 'offset' => '03:07:04',
  7729. 'offset_dst' => '03:07:04',
  7730. 'dst_region' => '0',
  7731. 'is_dst' => '0',
  7732. ))
  7733. ->values(array(
  7734. 'timezone' => '408',
  7735. 'name' => 'Mideast/Riyadh88',
  7736. 'offset' => '03:07:04',
  7737. 'offset_dst' => '03:07:04',
  7738. 'dst_region' => '0',
  7739. 'is_dst' => '0',
  7740. ))
  7741. ->values(array(
  7742. 'timezone' => '409',
  7743. 'name' => 'Mideast/Riyadh89',
  7744. 'offset' => '03:07:04',
  7745. 'offset_dst' => '03:07:04',
  7746. 'dst_region' => '0',
  7747. 'is_dst' => '0',
  7748. ))
  7749. ->values(array(
  7750. 'timezone' => '410',
  7751. 'name' => 'NZ',
  7752. 'offset' => '13:00:00',
  7753. 'offset_dst' => '12:00:00',
  7754. 'dst_region' => '11',
  7755. 'is_dst' => '0',
  7756. ))
  7757. ->values(array(
  7758. 'timezone' => '412',
  7759. 'name' => 'Navajo',
  7760. 'offset' => '-07:00:00',
  7761. 'offset_dst' => '-06:00:00',
  7762. 'dst_region' => '15',
  7763. 'is_dst' => '0',
  7764. ))
  7765. ->values(array(
  7766. 'timezone' => '415',
  7767. 'name' => 'Pacific/Apia',
  7768. 'offset' => '-11:00:00',
  7769. 'offset_dst' => '-11:00:00',
  7770. 'dst_region' => '0',
  7771. 'is_dst' => '0',
  7772. ))
  7773. ->values(array(
  7774. 'timezone' => '416',
  7775. 'name' => 'Pacific/Auckland',
  7776. 'offset' => '13:00:00',
  7777. 'offset_dst' => '12:00:00',
  7778. 'dst_region' => '15',
  7779. 'is_dst' => '0',
  7780. ))
  7781. ->values(array(
  7782. 'timezone' => '417',
  7783. 'name' => 'Pacific/Chatham',
  7784. 'offset' => '13:45:00',
  7785. 'offset_dst' => '12:45:00',
  7786. 'dst_region' => '15',
  7787. 'is_dst' => '0',
  7788. ))
  7789. ->values(array(
  7790. 'timezone' => '418',
  7791. 'name' => 'Pacific/Easter',
  7792. 'offset' => '-05:00:00',
  7793. 'offset_dst' => '-06:00:00',
  7794. 'dst_region' => '0',
  7795. 'is_dst' => '0',
  7796. ))
  7797. ->values(array(
  7798. 'timezone' => '419',
  7799. 'name' => 'Pacific/Efate',
  7800. 'offset' => '11:00:00',
  7801. 'offset_dst' => '11:00:00',
  7802. 'dst_region' => '0',
  7803. 'is_dst' => '0',
  7804. ))
  7805. ->values(array(
  7806. 'timezone' => '420',
  7807. 'name' => 'Pacific/Enderbury',
  7808. 'offset' => '13:00:00',
  7809. 'offset_dst' => '13:00:00',
  7810. 'dst_region' => '0',
  7811. 'is_dst' => '0',
  7812. ))
  7813. ->values(array(
  7814. 'timezone' => '421',
  7815. 'name' => 'Pacific/Fakaofo',
  7816. 'offset' => '-10:00:00',
  7817. 'offset_dst' => '-10:00:00',
  7818. 'dst_region' => '0',
  7819. 'is_dst' => '0',
  7820. ))
  7821. ->values(array(
  7822. 'timezone' => '422',
  7823. 'name' => 'Pacific/Fiji',
  7824. 'offset' => '12:00:00',
  7825. 'offset_dst' => '12:00:00',
  7826. 'dst_region' => '0',
  7827. 'is_dst' => '0',
  7828. ))
  7829. ->values(array(
  7830. 'timezone' => '423',
  7831. 'name' => 'Pacific/Funafuti',
  7832. 'offset' => '12:00:00',
  7833. 'offset_dst' => '12:00:00',
  7834. 'dst_region' => '0',
  7835. 'is_dst' => '0',
  7836. ))
  7837. ->values(array(
  7838. 'timezone' => '424',
  7839. 'name' => 'Pacific/Galapagos',
  7840. 'offset' => '-06:00:00',
  7841. 'offset_dst' => '-06:00:00',
  7842. 'dst_region' => '0',
  7843. 'is_dst' => '0',
  7844. ))
  7845. ->values(array(
  7846. 'timezone' => '425',
  7847. 'name' => 'Pacific/Gambier',
  7848. 'offset' => '-09:00:00',
  7849. 'offset_dst' => '-09:00:00',
  7850. 'dst_region' => '0',
  7851. 'is_dst' => '0',
  7852. ))
  7853. ->values(array(
  7854. 'timezone' => '426',
  7855. 'name' => 'Pacific/Guadalcanal',
  7856. 'offset' => '11:00:00',
  7857. 'offset_dst' => '11:00:00',
  7858. 'dst_region' => '0',
  7859. 'is_dst' => '0',
  7860. ))
  7861. ->values(array(
  7862. 'timezone' => '427',
  7863. 'name' => 'Pacific/Guam',
  7864. 'offset' => '10:00:00',
  7865. 'offset_dst' => '10:00:00',
  7866. 'dst_region' => '0',
  7867. 'is_dst' => '0',
  7868. ))
  7869. ->values(array(
  7870. 'timezone' => '428',
  7871. 'name' => 'Pacific/Honolulu',
  7872. 'offset' => '-10:00:00',
  7873. 'offset_dst' => '-10:00:00',
  7874. 'dst_region' => '0',
  7875. 'is_dst' => '0',
  7876. ))
  7877. ->values(array(
  7878. 'timezone' => '429',
  7879. 'name' => 'Pacific/Johnston',
  7880. 'offset' => '-10:00:00',
  7881. 'offset_dst' => '-10:00:00',
  7882. 'dst_region' => '0',
  7883. 'is_dst' => '0',
  7884. ))
  7885. ->values(array(
  7886. 'timezone' => '430',
  7887. 'name' => 'Pacific/Kiritimati',
  7888. 'offset' => '14:00:00',
  7889. 'offset_dst' => '14:00:00',
  7890. 'dst_region' => '0',
  7891. 'is_dst' => '0',
  7892. ))
  7893. ->values(array(
  7894. 'timezone' => '431',
  7895. 'name' => 'Pacific/Kosrae',
  7896. 'offset' => '11:00:00',
  7897. 'offset_dst' => '11:00:00',
  7898. 'dst_region' => '0',
  7899. 'is_dst' => '0',
  7900. ))
  7901. ->values(array(
  7902. 'timezone' => '432',
  7903. 'name' => 'Pacific/Kwajalein',
  7904. 'offset' => '12:00:00',
  7905. 'offset_dst' => '12:00:00',
  7906. 'dst_region' => '0',
  7907. 'is_dst' => '0',
  7908. ))
  7909. ->values(array(
  7910. 'timezone' => '433',
  7911. 'name' => 'Pacific/Majuro',
  7912. 'offset' => '12:00:00',
  7913. 'offset_dst' => '12:00:00',
  7914. 'dst_region' => '0',
  7915. 'is_dst' => '0',
  7916. ))
  7917. ->values(array(
  7918. 'timezone' => '434',
  7919. 'name' => 'Pacific/Marquesas',
  7920. 'offset' => '-09:30:00',
  7921. 'offset_dst' => '-09:30:00',
  7922. 'dst_region' => '0',
  7923. 'is_dst' => '0',
  7924. ))
  7925. ->values(array(
  7926. 'timezone' => '435',
  7927. 'name' => 'Pacific/Midway',
  7928. 'offset' => '-11:00:00',
  7929. 'offset_dst' => '-11:00:00',
  7930. 'dst_region' => '0',
  7931. 'is_dst' => '0',
  7932. ))
  7933. ->values(array(
  7934. 'timezone' => '436',
  7935. 'name' => 'Pacific/Nauru',
  7936. 'offset' => '12:00:00',
  7937. 'offset_dst' => '12:00:00',
  7938. 'dst_region' => '0',
  7939. 'is_dst' => '0',
  7940. ))
  7941. ->values(array(
  7942. 'timezone' => '437',
  7943. 'name' => 'Pacific/Niue',
  7944. 'offset' => '-11:00:00',
  7945. 'offset_dst' => '-11:00:00',
  7946. 'dst_region' => '0',
  7947. 'is_dst' => '0',
  7948. ))
  7949. ->values(array(
  7950. 'timezone' => '438',
  7951. 'name' => 'Pacific/Norfolk',
  7952. 'offset' => '11:30:00',
  7953. 'offset_dst' => '11:30:00',
  7954. 'dst_region' => '0',
  7955. 'is_dst' => '0',
  7956. ))
  7957. ->values(array(
  7958. 'timezone' => '439',
  7959. 'name' => 'Pacific/Noumea',
  7960. 'offset' => '11:00:00',
  7961. 'offset_dst' => '11:00:00',
  7962. 'dst_region' => '0',
  7963. 'is_dst' => '0',
  7964. ))
  7965. ->values(array(
  7966. 'timezone' => '440',
  7967. 'name' => 'Pacific/Pago Pago',
  7968. 'offset' => '-11:00:00',
  7969. 'offset_dst' => '-11:00:00',
  7970. 'dst_region' => '0',
  7971. 'is_dst' => '0',
  7972. ))
  7973. ->values(array(
  7974. 'timezone' => '441',
  7975. 'name' => 'Pacific/Palau',
  7976. 'offset' => '09:00:00',
  7977. 'offset_dst' => '09:00:00',
  7978. 'dst_region' => '0',
  7979. 'is_dst' => '0',
  7980. ))
  7981. ->values(array(
  7982. 'timezone' => '442',
  7983. 'name' => 'Pacific/Pitcairn',
  7984. 'offset' => '-08:00:00',
  7985. 'offset_dst' => '-08:00:00',
  7986. 'dst_region' => '0',
  7987. 'is_dst' => '0',
  7988. ))
  7989. ->values(array(
  7990. 'timezone' => '443',
  7991. 'name' => 'Pacific/Ponape',
  7992. 'offset' => '11:00:00',
  7993. 'offset_dst' => '11:00:00',
  7994. 'dst_region' => '0',
  7995. 'is_dst' => '0',
  7996. ))
  7997. ->values(array(
  7998. 'timezone' => '444',
  7999. 'name' => 'Pacific/Port Moresby',
  8000. 'offset' => '10:00:00',
  8001. 'offset_dst' => '10:00:00',
  8002. 'dst_region' => '0',
  8003. 'is_dst' => '0',
  8004. ))
  8005. ->values(array(
  8006. 'timezone' => '445',
  8007. 'name' => 'Pacific/Rarotonga',
  8008. 'offset' => '-10:00:00',
  8009. 'offset_dst' => '-10:00:00',
  8010. 'dst_region' => '0',
  8011. 'is_dst' => '0',
  8012. ))
  8013. ->values(array(
  8014. 'timezone' => '446',
  8015. 'name' => 'Pacific/Saipan',
  8016. 'offset' => '10:00:00',
  8017. 'offset_dst' => '10:00:00',
  8018. 'dst_region' => '0',
  8019. 'is_dst' => '0',
  8020. ))
  8021. ->values(array(
  8022. 'timezone' => '447',
  8023. 'name' => 'Pacific/Samoa',
  8024. 'offset' => '-11:00:00',
  8025. 'offset_dst' => '-11:00:00',
  8026. 'dst_region' => '0',
  8027. 'is_dst' => '0',
  8028. ))
  8029. ->values(array(
  8030. 'timezone' => '448',
  8031. 'name' => 'Pacific/Tahiti',
  8032. 'offset' => '-10:00:00',
  8033. 'offset_dst' => '-10:00:00',
  8034. 'dst_region' => '0',
  8035. 'is_dst' => '0',
  8036. ))
  8037. ->values(array(
  8038. 'timezone' => '449',
  8039. 'name' => 'Pacific/Tarawa',
  8040. 'offset' => '12:00:00',
  8041. 'offset_dst' => '12:00:00',
  8042. 'dst_region' => '0',
  8043. 'is_dst' => '0',
  8044. ))
  8045. ->values(array(
  8046. 'timezone' => '450',
  8047. 'name' => 'Pacific/Tongatapu',
  8048. 'offset' => '13:00:00',
  8049. 'offset_dst' => '13:00:00',
  8050. 'dst_region' => '0',
  8051. 'is_dst' => '0',
  8052. ))
  8053. ->values(array(
  8054. 'timezone' => '451',
  8055. 'name' => 'Pacific/Truk',
  8056. 'offset' => '10:00:00',
  8057. 'offset_dst' => '10:00:00',
  8058. 'dst_region' => '0',
  8059. 'is_dst' => '0',
  8060. ))
  8061. ->values(array(
  8062. 'timezone' => '452',
  8063. 'name' => 'Pacific/Wake',
  8064. 'offset' => '12:00:00',
  8065. 'offset_dst' => '12:00:00',
  8066. 'dst_region' => '0',
  8067. 'is_dst' => '0',
  8068. ))
  8069. ->values(array(
  8070. 'timezone' => '453',
  8071. 'name' => 'Pacific/Wallis',
  8072. 'offset' => '12:00:00',
  8073. 'offset_dst' => '12:00:00',
  8074. 'dst_region' => '0',
  8075. 'is_dst' => '0',
  8076. ))
  8077. ->values(array(
  8078. 'timezone' => '454',
  8079. 'name' => 'Pacific/Yap',
  8080. 'offset' => '10:00:00',
  8081. 'offset_dst' => '10:00:00',
  8082. 'dst_region' => '0',
  8083. 'is_dst' => '0',
  8084. ))
  8085. ->values(array(
  8086. 'timezone' => '455',
  8087. 'name' => 'Poland',
  8088. 'offset' => '01:00:00',
  8089. 'offset_dst' => '02:00:00',
  8090. 'dst_region' => '13',
  8091. 'is_dst' => '0',
  8092. ))
  8093. ->values(array(
  8094. 'timezone' => '456',
  8095. 'name' => 'Portugal',
  8096. 'offset' => '00:00:00',
  8097. 'offset_dst' => '01:00:00',
  8098. 'dst_region' => '13',
  8099. 'is_dst' => '0',
  8100. ))
  8101. ->values(array(
  8102. 'timezone' => '459',
  8103. 'name' => 'Singapore',
  8104. 'offset' => '08:00:00',
  8105. 'offset_dst' => '08:00:00',
  8106. 'dst_region' => '0',
  8107. 'is_dst' => '0',
  8108. ))
  8109. ->values(array(
  8110. 'timezone' => '473',
  8111. 'name' => 'Turkey',
  8112. 'offset' => '02:00:00',
  8113. 'offset_dst' => '03:00:00',
  8114. 'dst_region' => '13',
  8115. 'is_dst' => '0',
  8116. ))
  8117. ->values(array(
  8118. 'timezone' => '474',
  8119. 'name' => 'US/Alaska',
  8120. 'offset' => '-09:00:00',
  8121. 'offset_dst' => '-08:00:00',
  8122. 'dst_region' => '15',
  8123. 'is_dst' => '0',
  8124. ))
  8125. ->values(array(
  8126. 'timezone' => '475',
  8127. 'name' => 'US/Aleutian',
  8128. 'offset' => '-10:00:00',
  8129. 'offset_dst' => '-09:00:00',
  8130. 'dst_region' => '15',
  8131. 'is_dst' => '0',
  8132. ))
  8133. ->values(array(
  8134. 'timezone' => '476',
  8135. 'name' => 'US/Arizona',
  8136. 'offset' => '-07:00:00',
  8137. 'offset_dst' => '-07:00:00',
  8138. 'dst_region' => '0',
  8139. 'is_dst' => '0',
  8140. ))
  8141. ->values(array(
  8142. 'timezone' => '477',
  8143. 'name' => 'US/Central',
  8144. 'offset' => '-06:00:00',
  8145. 'offset_dst' => '-05:00:00',
  8146. 'dst_region' => '15',
  8147. 'is_dst' => '0',
  8148. ))
  8149. ->values(array(
  8150. 'timezone' => '478',
  8151. 'name' => 'US/East-Indiana',
  8152. 'offset' => '-05:00:00',
  8153. 'offset_dst' => '-05:00:00',
  8154. 'dst_region' => '0',
  8155. 'is_dst' => '0',
  8156. ))
  8157. ->values(array(
  8158. 'timezone' => '479',
  8159. 'name' => 'US/Eastern',
  8160. 'offset' => '-05:00:00',
  8161. 'offset_dst' => '-04:00:00',
  8162. 'dst_region' => '15',
  8163. 'is_dst' => '0',
  8164. ))
  8165. ->values(array(
  8166. 'timezone' => '480',
  8167. 'name' => 'US/Hawaii',
  8168. 'offset' => '-10:00:00',
  8169. 'offset_dst' => '-10:00:00',
  8170. 'dst_region' => '0',
  8171. 'is_dst' => '0',
  8172. ))
  8173. ->values(array(
  8174. 'timezone' => '481',
  8175. 'name' => 'US/Indiana-Starke',
  8176. 'offset' => '-05:00:00',
  8177. 'offset_dst' => '-05:00:00',
  8178. 'dst_region' => '0',
  8179. 'is_dst' => '0',
  8180. ))
  8181. ->values(array(
  8182. 'timezone' => '482',
  8183. 'name' => 'US/Michigan',
  8184. 'offset' => '-05:00:00',
  8185. 'offset_dst' => '-04:00:00',
  8186. 'dst_region' => '15',
  8187. 'is_dst' => '0',
  8188. ))
  8189. ->values(array(
  8190. 'timezone' => '483',
  8191. 'name' => 'US/Mountain',
  8192. 'offset' => '-07:00:00',
  8193. 'offset_dst' => '-06:00:00',
  8194. 'dst_region' => '15',
  8195. 'is_dst' => '0',
  8196. ))
  8197. ->values(array(
  8198. 'timezone' => '484',
  8199. 'name' => 'US/Pacific',
  8200. 'offset' => '-08:00:00',
  8201. 'offset_dst' => '-07:00:00',
  8202. 'dst_region' => '15',
  8203. 'is_dst' => '0',
  8204. ))
  8205. ->values(array(
  8206. 'timezone' => '485',
  8207. 'name' => 'US/Samoa',
  8208. 'offset' => '-11:00:00',
  8209. 'offset_dst' => '-11:00:00',
  8210. 'dst_region' => '0',
  8211. 'is_dst' => '0',
  8212. ))
  8213. ->values(array(
  8214. 'timezone' => '486',
  8215. 'name' => 'Pacific/French Polynesia-Marquesas Islands',
  8216. 'offset' => '-09:30:00',
  8217. 'offset_dst' => '-09:30:00',
  8218. 'dst_region' => '0',
  8219. 'is_dst' => '0',
  8220. ))
  8221. ->values(array(
  8222. 'timezone' => '487',
  8223. 'name' => 'Etc/GMT',
  8224. 'offset' => '00:00:00',
  8225. 'offset_dst' => '00:00:00',
  8226. 'dst_region' => '0',
  8227. 'is_dst' => '0',
  8228. ))
  8229. ->execute();
  8230. $connection->schema()->createTable('files', array(
  8231. 'fields' => array(
  8232. 'fid' => array(
  8233. 'type' => 'serial',
  8234. 'not null' => TRUE,
  8235. 'size' => 'normal',
  8236. 'unsigned' => TRUE,
  8237. ),
  8238. 'uid' => array(
  8239. 'type' => 'int',
  8240. 'not null' => TRUE,
  8241. 'size' => 'normal',
  8242. 'default' => '0',
  8243. 'unsigned' => TRUE,
  8244. ),
  8245. 'filename' => array(
  8246. 'type' => 'varchar',
  8247. 'not null' => TRUE,
  8248. 'length' => '255',
  8249. 'default' => '',
  8250. ),
  8251. 'filepath' => array(
  8252. 'type' => 'varchar',
  8253. 'not null' => TRUE,
  8254. 'length' => '255',
  8255. 'default' => '',
  8256. ),
  8257. 'filemime' => array(
  8258. 'type' => 'varchar',
  8259. 'not null' => TRUE,
  8260. 'length' => '255',
  8261. 'default' => '',
  8262. ),
  8263. 'filesize' => array(
  8264. 'type' => 'int',
  8265. 'not null' => TRUE,
  8266. 'size' => 'normal',
  8267. 'default' => '0',
  8268. 'unsigned' => TRUE,
  8269. ),
  8270. 'status' => array(
  8271. 'type' => 'int',
  8272. 'not null' => TRUE,
  8273. 'size' => 'normal',
  8274. 'default' => '0',
  8275. ),
  8276. 'timestamp' => array(
  8277. 'type' => 'int',
  8278. 'not null' => TRUE,
  8279. 'size' => 'normal',
  8280. 'default' => '0',
  8281. 'unsigned' => TRUE,
  8282. ),
  8283. ),
  8284. 'primary key' => array(
  8285. 'fid',
  8286. ),
  8287. 'mysql_character_set' => 'utf8',
  8288. ));
  8289. $connection->insert('files')
  8290. ->fields(array(
  8291. 'fid',
  8292. 'uid',
  8293. 'filename',
  8294. 'filepath',
  8295. 'filemime',
  8296. 'filesize',
  8297. 'status',
  8298. 'timestamp',
  8299. ))
  8300. ->values(array(
  8301. 'fid' => '1',
  8302. 'uid' => '1',
  8303. 'filename' => 'Image1.png',
  8304. 'filepath' => 'core/tests/fixtures/files/image-1.png',
  8305. 'filemime' => 'image/png',
  8306. 'filesize' => '39325',
  8307. 'status' => '1',
  8308. 'timestamp' => '1388880660',
  8309. ))
  8310. ->values(array(
  8311. 'fid' => '2',
  8312. 'uid' => '1',
  8313. 'filename' => 'Image2.jpg',
  8314. 'filepath' => 'core/tests/fixtures/files/image-2.jpg',
  8315. 'filemime' => 'image/jpeg',
  8316. 'filesize' => '1831',
  8317. 'status' => '1',
  8318. 'timestamp' => '1388880664',
  8319. ))
  8320. ->values(array(
  8321. 'fid' => '3',
  8322. 'uid' => '1',
  8323. 'filename' => 'Image-test.gif',
  8324. 'filepath' => 'core/tests/fixtures/files/image-test.gif',
  8325. 'filemime' => 'image/jpeg',
  8326. 'filesize' => '183',
  8327. 'status' => '1',
  8328. 'timestamp' => '1388880668',
  8329. ))
  8330. ->values(array(
  8331. 'fid' => '5',
  8332. 'uid' => '1',
  8333. 'filename' => 'html-1.txt',
  8334. 'filepath' => 'core/tests/fixtures/files/html-1.txt',
  8335. 'filemime' => 'text/plain',
  8336. 'filesize' => '24',
  8337. 'status' => '1',
  8338. 'timestamp' => '1420858106',
  8339. ))
  8340. ->values(array(
  8341. 'fid' => '6',
  8342. 'uid' => '1',
  8343. 'filename' => 'some-temp-file.jpg',
  8344. 'filepath' => '/tmp/some-temp-file.jpg',
  8345. 'filemime' => 'image/jpeg',
  8346. 'filesize' => '24',
  8347. 'status' => '0',
  8348. 'timestamp' => '1420858106',
  8349. ))
  8350. ->execute();
  8351. $connection->schema()->createTable('filter_formats', array(
  8352. 'fields' => array(
  8353. 'format' => array(
  8354. 'type' => 'serial',
  8355. 'not null' => TRUE,
  8356. 'size' => 'normal',
  8357. ),
  8358. 'name' => array(
  8359. 'type' => 'varchar',
  8360. 'not null' => TRUE,
  8361. 'length' => '255',
  8362. 'default' => '',
  8363. ),
  8364. 'roles' => array(
  8365. 'type' => 'varchar',
  8366. 'not null' => TRUE,
  8367. 'length' => '255',
  8368. 'default' => '',
  8369. ),
  8370. 'cache' => array(
  8371. 'type' => 'int',
  8372. 'not null' => TRUE,
  8373. 'size' => 'normal',
  8374. 'default' => '0',
  8375. ),
  8376. ),
  8377. 'primary key' => array(
  8378. 'format',
  8379. ),
  8380. 'mysql_character_set' => 'utf8',
  8381. ));
  8382. $connection->insert('filter_formats')
  8383. ->fields(array(
  8384. 'format',
  8385. 'name',
  8386. 'roles',
  8387. 'cache',
  8388. ))
  8389. ->values(array(
  8390. 'format' => '1',
  8391. 'name' => 'Filtered HTML',
  8392. 'roles' => ',1,2,',
  8393. 'cache' => '1',
  8394. ))
  8395. ->values(array(
  8396. 'format' => '2',
  8397. 'name' => 'Full HTML',
  8398. 'roles' => '3',
  8399. 'cache' => '1',
  8400. ))
  8401. ->values(array(
  8402. 'format' => '3',
  8403. 'name' => 'Escape HTML Filter',
  8404. 'roles' => '',
  8405. 'cache' => '1',
  8406. ))
  8407. ->values(array(
  8408. 'format' => '4',
  8409. 'name' => 'PHP Code',
  8410. 'roles' => ',3,4,5,',
  8411. 'cache' => '0',
  8412. ))
  8413. ->execute();
  8414. $connection->schema()->createTable('filters', array(
  8415. 'fields' => array(
  8416. 'fid' => array(
  8417. 'type' => 'serial',
  8418. 'not null' => TRUE,
  8419. 'size' => 'normal',
  8420. ),
  8421. 'format' => array(
  8422. 'type' => 'int',
  8423. 'not null' => TRUE,
  8424. 'size' => 'normal',
  8425. 'default' => '0',
  8426. ),
  8427. 'module' => array(
  8428. 'type' => 'varchar',
  8429. 'not null' => TRUE,
  8430. 'length' => '64',
  8431. 'default' => '',
  8432. ),
  8433. 'delta' => array(
  8434. 'type' => 'int',
  8435. 'not null' => TRUE,
  8436. 'size' => 'normal',
  8437. 'default' => '0',
  8438. ),
  8439. 'weight' => array(
  8440. 'type' => 'int',
  8441. 'not null' => TRUE,
  8442. 'size' => 'normal',
  8443. 'default' => '0',
  8444. ),
  8445. ),
  8446. 'primary key' => array(
  8447. 'fid',
  8448. ),
  8449. 'mysql_character_set' => 'utf8',
  8450. ));
  8451. $connection->insert('filters')
  8452. ->fields(array(
  8453. 'fid',
  8454. 'format',
  8455. 'module',
  8456. 'delta',
  8457. 'weight',
  8458. ))
  8459. ->values(array(
  8460. 'fid' => '1',
  8461. 'format' => '1',
  8462. 'module' => 'filter',
  8463. 'delta' => '2',
  8464. 'weight' => '0',
  8465. ))
  8466. ->values(array(
  8467. 'fid' => '2',
  8468. 'format' => '1',
  8469. 'module' => 'filter',
  8470. 'delta' => '0',
  8471. 'weight' => '1',
  8472. ))
  8473. ->values(array(
  8474. 'fid' => '3',
  8475. 'format' => '1',
  8476. 'module' => 'filter',
  8477. 'delta' => '1',
  8478. 'weight' => '2',
  8479. ))
  8480. ->values(array(
  8481. 'fid' => '4',
  8482. 'format' => '1',
  8483. 'module' => 'filter',
  8484. 'delta' => '3',
  8485. 'weight' => '10',
  8486. ))
  8487. ->values(array(
  8488. 'fid' => '5',
  8489. 'format' => '2',
  8490. 'module' => 'filter',
  8491. 'delta' => '2',
  8492. 'weight' => '0',
  8493. ))
  8494. ->values(array(
  8495. 'fid' => '6',
  8496. 'format' => '2',
  8497. 'module' => 'filter',
  8498. 'delta' => '1',
  8499. 'weight' => '1',
  8500. ))
  8501. ->values(array(
  8502. 'fid' => '7',
  8503. 'format' => '2',
  8504. 'module' => 'filter',
  8505. 'delta' => '3',
  8506. 'weight' => '10',
  8507. ))
  8508. ->values(array(
  8509. 'fid' => '8',
  8510. 'format' => '6',
  8511. 'module' => 'filter',
  8512. 'delta' => '2',
  8513. 'weight' => '0',
  8514. ))
  8515. ->values(array(
  8516. 'fid' => '9',
  8517. 'format' => '6',
  8518. 'module' => 'filter',
  8519. 'delta' => '0',
  8520. 'weight' => '1',
  8521. ))
  8522. ->values(array(
  8523. 'fid' => '10',
  8524. 'format' => '6',
  8525. 'module' => 'filter',
  8526. 'delta' => '1',
  8527. 'weight' => '2',
  8528. ))
  8529. ->values(array(
  8530. 'fid' => '11',
  8531. 'format' => '6',
  8532. 'module' => 'filter',
  8533. 'delta' => '3',
  8534. 'weight' => '10',
  8535. ))
  8536. ->values(array(
  8537. 'fid' => '16',
  8538. 'format' => '4',
  8539. 'module' => 'php',
  8540. 'delta' => '0',
  8541. 'weight' => '10',
  8542. ))
  8543. ->execute();
  8544. $connection->schema()->createTable('flood', array(
  8545. 'fields' => array(
  8546. 'fid' => array(
  8547. 'type' => 'serial',
  8548. 'not null' => TRUE,
  8549. 'size' => 'normal',
  8550. ),
  8551. 'event' => array(
  8552. 'type' => 'varchar',
  8553. 'not null' => TRUE,
  8554. 'length' => '64',
  8555. 'default' => '',
  8556. ),
  8557. 'hostname' => array(
  8558. 'type' => 'varchar',
  8559. 'not null' => TRUE,
  8560. 'length' => '128',
  8561. 'default' => '',
  8562. ),
  8563. 'timestamp' => array(
  8564. 'type' => 'int',
  8565. 'not null' => TRUE,
  8566. 'size' => 'normal',
  8567. 'default' => '0',
  8568. ),
  8569. ),
  8570. 'primary key' => array(
  8571. 'fid',
  8572. ),
  8573. 'mysql_character_set' => 'utf8',
  8574. ));
  8575. $connection->schema()->createTable('forum', array(
  8576. 'fields' => array(
  8577. 'nid' => array(
  8578. 'type' => 'int',
  8579. 'not null' => TRUE,
  8580. 'size' => 'normal',
  8581. 'default' => '0',
  8582. 'unsigned' => TRUE,
  8583. ),
  8584. 'vid' => array(
  8585. 'type' => 'int',
  8586. 'not null' => TRUE,
  8587. 'size' => 'normal',
  8588. 'default' => '0',
  8589. 'unsigned' => TRUE,
  8590. ),
  8591. 'tid' => array(
  8592. 'type' => 'int',
  8593. 'not null' => TRUE,
  8594. 'size' => 'normal',
  8595. 'default' => '0',
  8596. 'unsigned' => TRUE,
  8597. ),
  8598. ),
  8599. 'primary key' => array(
  8600. 'vid',
  8601. ),
  8602. 'indexes' => array(
  8603. 'nid' => array(
  8604. 'nid',
  8605. ),
  8606. 'tid' => array(
  8607. 'tid',
  8608. ),
  8609. ),
  8610. 'mysql_character_set' => 'utf8',
  8611. ));
  8612. $connection->insert('forum')
  8613. ->fields(array(
  8614. 'nid',
  8615. 'vid',
  8616. 'tid',
  8617. ))
  8618. ->values(array(
  8619. 'nid' => '19',
  8620. 'vid' => '22',
  8621. 'tid' => '8',
  8622. ))
  8623. ->execute();
  8624. $connection->schema()->createTable('history', array(
  8625. 'fields' => array(
  8626. 'uid' => array(
  8627. 'type' => 'int',
  8628. 'not null' => TRUE,
  8629. 'size' => 'normal',
  8630. 'default' => '0',
  8631. ),
  8632. 'nid' => array(
  8633. 'type' => 'int',
  8634. 'not null' => TRUE,
  8635. 'size' => 'normal',
  8636. 'default' => '0',
  8637. ),
  8638. 'timestamp' => array(
  8639. 'type' => 'int',
  8640. 'not null' => TRUE,
  8641. 'size' => 'normal',
  8642. 'default' => '0',
  8643. ),
  8644. ),
  8645. 'primary key' => array(
  8646. 'uid',
  8647. 'nid',
  8648. ),
  8649. 'mysql_character_set' => 'utf8',
  8650. ));
  8651. $connection->insert('history')
  8652. ->fields(array(
  8653. 'uid',
  8654. 'nid',
  8655. 'timestamp',
  8656. ))
  8657. ->values(array(
  8658. 'uid' => '1',
  8659. 'nid' => '1',
  8660. 'timestamp' => '1549874910',
  8661. ))
  8662. ->values(array(
  8663. 'uid' => '1',
  8664. 'nid' => '2',
  8665. 'timestamp' => '1549874910',
  8666. ))
  8667. ->values(array(
  8668. 'uid' => '1',
  8669. 'nid' => '3',
  8670. 'timestamp' => '1457654737',
  8671. ))
  8672. ->values(array(
  8673. 'uid' => '1',
  8674. 'nid' => '9',
  8675. 'timestamp' => '1468384961',
  8676. ))
  8677. ->values(array(
  8678. 'uid' => '1',
  8679. 'nid' => '12',
  8680. 'timestamp' => '1468384823',
  8681. ))
  8682. ->values(array(
  8683. 'uid' => '1',
  8684. 'nid' => '13',
  8685. 'timestamp' => '1468384931',
  8686. ))
  8687. ->values(array(
  8688. 'uid' => '1',
  8689. 'nid' => '14',
  8690. 'timestamp' => '1493066668',
  8691. ))
  8692. ->values(array(
  8693. 'uid' => '1',
  8694. 'nid' => '15',
  8695. 'timestamp' => '1493066677',
  8696. ))
  8697. ->values(array(
  8698. 'uid' => '1',
  8699. 'nid' => '16',
  8700. 'timestamp' => '1493066685',
  8701. ))
  8702. ->values(array(
  8703. 'uid' => '1',
  8704. 'nid' => '17',
  8705. 'timestamp' => '1493066693',
  8706. ))
  8707. ->values(array(
  8708. 'uid' => '1',
  8709. 'nid' => '18',
  8710. 'timestamp' => '1493066711',
  8711. ))
  8712. ->values(array(
  8713. 'uid' => '1',
  8714. 'nid' => '19',
  8715. 'timestamp' => '1501955803',
  8716. ))
  8717. ->values(array(
  8718. 'uid' => '1',
  8719. 'nid' => '21',
  8720. 'timestamp' => '1534014729',
  8721. ))
  8722. ->values(array(
  8723. 'uid' => '1',
  8724. 'nid' => '22',
  8725. 'timestamp' => '1534014763',
  8726. ))
  8727. ->execute();
  8728. $connection->schema()->createTable('i18n_blocks', array(
  8729. 'fields' => array(
  8730. 'ibid' => array(
  8731. 'type' => 'serial',
  8732. 'not null' => TRUE,
  8733. 'size' => 'normal',
  8734. 'unsigned' => TRUE,
  8735. ),
  8736. 'module' => array(
  8737. 'type' => 'varchar',
  8738. 'not null' => TRUE,
  8739. 'length' => '64',
  8740. ),
  8741. 'delta' => array(
  8742. 'type' => 'varchar',
  8743. 'not null' => TRUE,
  8744. 'length' => '32',
  8745. 'default' => '0',
  8746. ),
  8747. 'type' => array(
  8748. 'type' => 'int',
  8749. 'not null' => TRUE,
  8750. 'size' => 'normal',
  8751. 'default' => '0',
  8752. ),
  8753. 'language' => array(
  8754. 'type' => 'varchar',
  8755. 'not null' => TRUE,
  8756. 'length' => '12',
  8757. 'default' => '',
  8758. ),
  8759. ),
  8760. 'primary key' => array(
  8761. 'ibid',
  8762. ),
  8763. 'mysql_character_set' => 'utf8',
  8764. ));
  8765. $connection->insert('i18n_blocks')
  8766. ->fields(array(
  8767. 'ibid',
  8768. 'module',
  8769. 'delta',
  8770. 'type',
  8771. 'language',
  8772. ))
  8773. ->values(array(
  8774. 'ibid' => '1',
  8775. 'module' => 'user',
  8776. 'delta' => '1',
  8777. 'type' => '0',
  8778. 'language' => 'zu',
  8779. ))
  8780. ->values(array(
  8781. 'ibid' => '2',
  8782. 'module' => 'menu',
  8783. 'delta' => 'menu-translation-test',
  8784. 'type' => '0',
  8785. 'language' => 'zu',
  8786. ))
  8787. ->execute();
  8788. $connection->schema()->createTable('i18n_strings', array(
  8789. 'fields' => array(
  8790. 'lid' => array(
  8791. 'type' => 'int',
  8792. 'not null' => TRUE,
  8793. 'size' => 'normal',
  8794. 'default' => '0',
  8795. ),
  8796. 'objectid' => array(
  8797. 'type' => 'varchar',
  8798. 'not null' => TRUE,
  8799. 'length' => '255',
  8800. 'default' => '',
  8801. ),
  8802. 'type' => array(
  8803. 'type' => 'varchar',
  8804. 'not null' => TRUE,
  8805. 'length' => '255',
  8806. 'default' => '',
  8807. ),
  8808. 'property' => array(
  8809. 'type' => 'varchar',
  8810. 'not null' => TRUE,
  8811. 'length' => '255',
  8812. 'default' => '',
  8813. ),
  8814. 'objectindex' => array(
  8815. 'type' => 'int',
  8816. 'not null' => TRUE,
  8817. 'size' => 'normal',
  8818. 'default' => '0',
  8819. ),
  8820. 'format' => array(
  8821. 'type' => 'int',
  8822. 'not null' => TRUE,
  8823. 'size' => 'normal',
  8824. 'default' => '0',
  8825. ),
  8826. ),
  8827. 'primary key' => array(
  8828. 'lid',
  8829. ),
  8830. 'mysql_character_set' => 'utf8',
  8831. ));
  8832. $connection->insert('i18n_strings')
  8833. ->fields(array(
  8834. 'lid',
  8835. 'objectid',
  8836. 'type',
  8837. 'property',
  8838. 'objectindex',
  8839. 'format',
  8840. ))
  8841. ->values(array(
  8842. 'lid' => '504',
  8843. 'objectid' => 'profile_color',
  8844. 'type' => 'field',
  8845. 'property' => 'title',
  8846. 'objectindex' => '0',
  8847. 'format' => '0',
  8848. ))
  8849. ->values(array(
  8850. 'lid' => '505',
  8851. 'objectid' => 'profile_color',
  8852. 'type' => 'field',
  8853. 'property' => 'explanation',
  8854. 'objectindex' => '0',
  8855. 'format' => '0',
  8856. ))
  8857. ->values(array(
  8858. 'lid' => '506',
  8859. 'objectid' => '',
  8860. 'type' => 'category',
  8861. 'property' => '',
  8862. 'objectindex' => '0',
  8863. 'format' => '0',
  8864. ))
  8865. ->values(array(
  8866. 'lid' => '507',
  8867. 'objectid' => 'profile_biography',
  8868. 'type' => 'field',
  8869. 'property' => 'title',
  8870. 'objectindex' => '0',
  8871. 'format' => '0',
  8872. ))
  8873. ->values(array(
  8874. 'lid' => '508',
  8875. 'objectid' => 'profile_biography',
  8876. 'type' => 'field',
  8877. 'property' => 'explanation',
  8878. 'objectindex' => '0',
  8879. 'format' => '0',
  8880. ))
  8881. ->values(array(
  8882. 'lid' => '509',
  8883. 'objectid' => 'profile_sell_Address',
  8884. 'type' => 'field',
  8885. 'property' => 'title',
  8886. 'objectindex' => '0',
  8887. 'format' => '0',
  8888. ))
  8889. ->values(array(
  8890. 'lid' => '510',
  8891. 'objectid' => 'profile_sell_Address',
  8892. 'type' => 'field',
  8893. 'property' => 'explanation',
  8894. 'objectindex' => '0',
  8895. 'format' => '0',
  8896. ))
  8897. ->values(array(
  8898. 'lid' => '511',
  8899. 'objectid' => '',
  8900. 'type' => 'category',
  8901. 'property' => '',
  8902. 'objectindex' => '0',
  8903. 'format' => '0',
  8904. ))
  8905. ->values(array(
  8906. 'lid' => '512',
  8907. 'objectid' => 'profile_sold_to',
  8908. 'type' => 'field',
  8909. 'property' => 'title',
  8910. 'objectindex' => '0',
  8911. 'format' => '0',
  8912. ))
  8913. ->values(array(
  8914. 'lid' => '513',
  8915. 'objectid' => 'profile_sold_to',
  8916. 'type' => 'field',
  8917. 'property' => 'explanation',
  8918. 'objectindex' => '0',
  8919. 'format' => '0',
  8920. ))
  8921. ->values(array(
  8922. 'lid' => '514',
  8923. 'objectid' => 'profile_sold_to',
  8924. 'type' => 'field',
  8925. 'property' => 'options',
  8926. 'objectindex' => '0',
  8927. 'format' => '0',
  8928. ))
  8929. ->values(array(
  8930. 'lid' => '515',
  8931. 'objectid' => '',
  8932. 'type' => 'category',
  8933. 'property' => '',
  8934. 'objectindex' => '0',
  8935. 'format' => '0',
  8936. ))
  8937. ->values(array(
  8938. 'lid' => '516',
  8939. 'objectid' => 'profile_bands',
  8940. 'type' => 'field',
  8941. 'property' => 'title',
  8942. 'objectindex' => '0',
  8943. 'format' => '0',
  8944. ))
  8945. ->values(array(
  8946. 'lid' => '517',
  8947. 'objectid' => 'profile_bands',
  8948. 'type' => 'field',
  8949. 'property' => 'explanation',
  8950. 'objectindex' => '0',
  8951. 'format' => '0',
  8952. ))
  8953. ->values(array(
  8954. 'lid' => '518',
  8955. 'objectid' => 'profile_birthdate',
  8956. 'type' => 'field',
  8957. 'property' => 'title',
  8958. 'objectindex' => '0',
  8959. 'format' => '0',
  8960. ))
  8961. ->values(array(
  8962. 'lid' => '519',
  8963. 'objectid' => 'profile_birthdate',
  8964. 'type' => 'field',
  8965. 'property' => 'explanation',
  8966. 'objectindex' => '0',
  8967. 'format' => '0',
  8968. ))
  8969. ->values(array(
  8970. 'lid' => '520',
  8971. 'objectid' => 'profile_really_really_love_migrations',
  8972. 'type' => 'field',
  8973. 'property' => 'title',
  8974. 'objectindex' => '0',
  8975. 'format' => '0',
  8976. ))
  8977. ->values(array(
  8978. 'lid' => '521',
  8979. 'objectid' => 'profile_really_really_love_migrations',
  8980. 'type' => 'field',
  8981. 'property' => 'explanation',
  8982. 'objectindex' => '0',
  8983. 'format' => '0',
  8984. ))
  8985. ->values(array(
  8986. 'lid' => '522',
  8987. 'objectid' => 'profile_blog',
  8988. 'type' => 'field',
  8989. 'property' => 'title',
  8990. 'objectindex' => '0',
  8991. 'format' => '0',
  8992. ))
  8993. ->values(array(
  8994. 'lid' => '523',
  8995. 'objectid' => 'profile_blog',
  8996. 'type' => 'field',
  8997. 'property' => 'explanation',
  8998. 'objectindex' => '0',
  8999. 'format' => '0',
  9000. ))
  9001. ->values(array(
  9002. 'lid' => '524',
  9003. 'objectid' => '1',
  9004. 'type' => 'block',
  9005. 'property' => 'title',
  9006. 'objectindex' => '1',
  9007. 'format' => '0',
  9008. ))
  9009. ->values(array(
  9010. 'lid' => '525',
  9011. 'objectid' => '1',
  9012. 'type' => 'block',
  9013. 'property' => 'body',
  9014. 'objectindex' => '1',
  9015. 'format' => '2',
  9016. ))
  9017. ->values(array(
  9018. 'lid' => '526',
  9019. 'objectid' => '2',
  9020. 'type' => 'block',
  9021. 'property' => 'title',
  9022. 'objectindex' => '2',
  9023. 'format' => '0',
  9024. ))
  9025. ->values(array(
  9026. 'lid' => '527',
  9027. 'objectid' => '2',
  9028. 'type' => 'block',
  9029. 'property' => 'body',
  9030. 'objectindex' => '2',
  9031. 'format' => '2',
  9032. ))
  9033. ->values(array(
  9034. 'lid' => '528',
  9035. 'objectid' => '4',
  9036. 'type' => 'vocabulary',
  9037. 'property' => 'name',
  9038. 'objectindex' => '4',
  9039. 'format' => '0',
  9040. ))
  9041. ->values(array(
  9042. 'lid' => '529',
  9043. 'objectid' => '1',
  9044. 'type' => 'vocabulary',
  9045. 'property' => 'name',
  9046. 'objectindex' => '1',
  9047. 'format' => '0',
  9048. ))
  9049. ->values(array(
  9050. 'lid' => '530',
  9051. 'objectid' => '2',
  9052. 'type' => 'vocabulary',
  9053. 'property' => 'name',
  9054. 'objectindex' => '2',
  9055. 'format' => '0',
  9056. ))
  9057. ->values(array(
  9058. 'lid' => '531',
  9059. 'objectid' => '3',
  9060. 'type' => 'vocabulary',
  9061. 'property' => 'name',
  9062. 'objectindex' => '3',
  9063. 'format' => '0',
  9064. ))
  9065. ->values(array(
  9066. 'lid' => '532',
  9067. 'objectid' => '5',
  9068. 'type' => 'vocabulary',
  9069. 'property' => 'name',
  9070. 'objectindex' => '5',
  9071. 'format' => '0',
  9072. ))
  9073. ->values(array(
  9074. 'lid' => '533',
  9075. 'objectid' => 'article',
  9076. 'type' => 'type',
  9077. 'property' => 'name',
  9078. 'objectindex' => '0',
  9079. 'format' => '0',
  9080. ))
  9081. ->values(array(
  9082. 'lid' => '534',
  9083. 'objectid' => 'article',
  9084. 'type' => 'type',
  9085. 'property' => 'title',
  9086. 'objectindex' => '0',
  9087. 'format' => '0',
  9088. ))
  9089. ->values(array(
  9090. 'lid' => '535',
  9091. 'objectid' => 'article',
  9092. 'type' => 'type',
  9093. 'property' => 'body',
  9094. 'objectindex' => '0',
  9095. 'format' => '0',
  9096. ))
  9097. ->values(array(
  9098. 'lid' => '536',
  9099. 'objectid' => 'article',
  9100. 'type' => 'type',
  9101. 'property' => 'description',
  9102. 'objectindex' => '0',
  9103. 'format' => '0',
  9104. ))
  9105. ->values(array(
  9106. 'lid' => '537',
  9107. 'objectid' => 'company',
  9108. 'type' => 'type',
  9109. 'property' => 'name',
  9110. 'objectindex' => '0',
  9111. 'format' => '0',
  9112. ))
  9113. ->values(array(
  9114. 'lid' => '538',
  9115. 'objectid' => 'company',
  9116. 'type' => 'type',
  9117. 'property' => 'title',
  9118. 'objectindex' => '0',
  9119. 'format' => '0',
  9120. ))
  9121. ->values(array(
  9122. 'lid' => '539',
  9123. 'objectid' => 'company',
  9124. 'type' => 'type',
  9125. 'property' => 'body',
  9126. 'objectindex' => '0',
  9127. 'format' => '0',
  9128. ))
  9129. ->values(array(
  9130. 'lid' => '540',
  9131. 'objectid' => 'company',
  9132. 'type' => 'type',
  9133. 'property' => 'description',
  9134. 'objectindex' => '0',
  9135. 'format' => '0',
  9136. ))
  9137. ->values(array(
  9138. 'lid' => '541',
  9139. 'objectid' => 'employee',
  9140. 'type' => 'type',
  9141. 'property' => 'name',
  9142. 'objectindex' => '0',
  9143. 'format' => '0',
  9144. ))
  9145. ->values(array(
  9146. 'lid' => '542',
  9147. 'objectid' => 'employee',
  9148. 'type' => 'type',
  9149. 'property' => 'title',
  9150. 'objectindex' => '0',
  9151. 'format' => '0',
  9152. ))
  9153. ->values(array(
  9154. 'lid' => '543',
  9155. 'objectid' => 'employee',
  9156. 'type' => 'type',
  9157. 'property' => 'body',
  9158. 'objectindex' => '0',
  9159. 'format' => '0',
  9160. ))
  9161. ->values(array(
  9162. 'lid' => '544',
  9163. 'objectid' => 'employee',
  9164. 'type' => 'type',
  9165. 'property' => 'description',
  9166. 'objectindex' => '0',
  9167. 'format' => '0',
  9168. ))
  9169. ->values(array(
  9170. 'lid' => '545',
  9171. 'objectid' => 'sponsor',
  9172. 'type' => 'type',
  9173. 'property' => 'name',
  9174. 'objectindex' => '0',
  9175. 'format' => '0',
  9176. ))
  9177. ->values(array(
  9178. 'lid' => '546',
  9179. 'objectid' => 'sponsor',
  9180. 'type' => 'type',
  9181. 'property' => 'title',
  9182. 'objectindex' => '0',
  9183. 'format' => '0',
  9184. ))
  9185. ->values(array(
  9186. 'lid' => '547',
  9187. 'objectid' => 'sponsor',
  9188. 'type' => 'type',
  9189. 'property' => 'body',
  9190. 'objectindex' => '0',
  9191. 'format' => '0',
  9192. ))
  9193. ->values(array(
  9194. 'lid' => '548',
  9195. 'objectid' => 'sponsor',
  9196. 'type' => 'type',
  9197. 'property' => 'description',
  9198. 'objectindex' => '0',
  9199. 'format' => '0',
  9200. ))
  9201. ->values(array(
  9202. 'lid' => '549',
  9203. 'objectid' => 'story',
  9204. 'type' => 'type',
  9205. 'property' => 'name',
  9206. 'objectindex' => '0',
  9207. 'format' => '0',
  9208. ))
  9209. ->values(array(
  9210. 'lid' => '550',
  9211. 'objectid' => 'story',
  9212. 'type' => 'type',
  9213. 'property' => 'title',
  9214. 'objectindex' => '0',
  9215. 'format' => '0',
  9216. ))
  9217. ->values(array(
  9218. 'lid' => '551',
  9219. 'objectid' => 'story',
  9220. 'type' => 'type',
  9221. 'property' => 'body',
  9222. 'objectindex' => '0',
  9223. 'format' => '0',
  9224. ))
  9225. ->values(array(
  9226. 'lid' => '552',
  9227. 'objectid' => 'story',
  9228. 'type' => 'type',
  9229. 'property' => 'description',
  9230. 'objectindex' => '0',
  9231. 'format' => '0',
  9232. ))
  9233. ->values(array(
  9234. 'lid' => '553',
  9235. 'objectid' => 'test_event',
  9236. 'type' => 'type',
  9237. 'property' => 'name',
  9238. 'objectindex' => '0',
  9239. 'format' => '0',
  9240. ))
  9241. ->values(array(
  9242. 'lid' => '554',
  9243. 'objectid' => 'test_event',
  9244. 'type' => 'type',
  9245. 'property' => 'title',
  9246. 'objectindex' => '0',
  9247. 'format' => '0',
  9248. ))
  9249. ->values(array(
  9250. 'lid' => '555',
  9251. 'objectid' => 'test_event',
  9252. 'type' => 'type',
  9253. 'property' => 'body',
  9254. 'objectindex' => '0',
  9255. 'format' => '0',
  9256. ))
  9257. ->values(array(
  9258. 'lid' => '556',
  9259. 'objectid' => 'test_event',
  9260. 'type' => 'type',
  9261. 'property' => 'description',
  9262. 'objectindex' => '0',
  9263. 'format' => '0',
  9264. ))
  9265. ->values(array(
  9266. 'lid' => '558',
  9267. 'objectid' => 'test_page',
  9268. 'type' => 'type',
  9269. 'property' => 'name',
  9270. 'objectindex' => '0',
  9271. 'format' => '0',
  9272. ))
  9273. ->values(array(
  9274. 'lid' => '559',
  9275. 'objectid' => 'test_page',
  9276. 'type' => 'type',
  9277. 'property' => 'title',
  9278. 'objectindex' => '0',
  9279. 'format' => '0',
  9280. ))
  9281. ->values(array(
  9282. 'lid' => '560',
  9283. 'objectid' => 'test_page',
  9284. 'type' => 'type',
  9285. 'property' => 'body',
  9286. 'objectindex' => '0',
  9287. 'format' => '0',
  9288. ))
  9289. ->values(array(
  9290. 'lid' => '561',
  9291. 'objectid' => 'test_page',
  9292. 'type' => 'type',
  9293. 'property' => 'description',
  9294. 'objectindex' => '0',
  9295. 'format' => '0',
  9296. ))
  9297. ->values(array(
  9298. 'lid' => '562',
  9299. 'objectid' => 'test_planet',
  9300. 'type' => 'type',
  9301. 'property' => 'name',
  9302. 'objectindex' => '0',
  9303. 'format' => '0',
  9304. ))
  9305. ->values(array(
  9306. 'lid' => '563',
  9307. 'objectid' => 'test_planet',
  9308. 'type' => 'type',
  9309. 'property' => 'title',
  9310. 'objectindex' => '0',
  9311. 'format' => '0',
  9312. ))
  9313. ->values(array(
  9314. 'lid' => '564',
  9315. 'objectid' => 'test_planet',
  9316. 'type' => 'type',
  9317. 'property' => 'body',
  9318. 'objectindex' => '0',
  9319. 'format' => '0',
  9320. ))
  9321. ->values(array(
  9322. 'lid' => '565',
  9323. 'objectid' => 'test_planet',
  9324. 'type' => 'type',
  9325. 'property' => 'description',
  9326. 'objectindex' => '0',
  9327. 'format' => '0',
  9328. ))
  9329. ->values(array(
  9330. 'lid' => '566',
  9331. 'objectid' => 'test_story',
  9332. 'type' => 'type',
  9333. 'property' => 'name',
  9334. 'objectindex' => '0',
  9335. 'format' => '0',
  9336. ))
  9337. ->values(array(
  9338. 'lid' => '567',
  9339. 'objectid' => 'test_story',
  9340. 'type' => 'type',
  9341. 'property' => 'title',
  9342. 'objectindex' => '0',
  9343. 'format' => '0',
  9344. ))
  9345. ->values(array(
  9346. 'lid' => '568',
  9347. 'objectid' => 'test_story',
  9348. 'type' => 'type',
  9349. 'property' => 'body',
  9350. 'objectindex' => '0',
  9351. 'format' => '0',
  9352. ))
  9353. ->values(array(
  9354. 'lid' => '569',
  9355. 'objectid' => 'test_story',
  9356. 'type' => 'type',
  9357. 'property' => 'description',
  9358. 'objectindex' => '0',
  9359. 'format' => '0',
  9360. ))
  9361. ->values(array(
  9362. 'lid' => '570',
  9363. 'objectid' => 'story-field_test_exclude_unset',
  9364. 'type' => 'field',
  9365. 'property' => 'widget_label',
  9366. 'objectindex' => '0',
  9367. 'format' => '0',
  9368. ))
  9369. ->values(array(
  9370. 'lid' => '571',
  9371. 'objectid' => 'story-field_test_exclude_unset',
  9372. 'type' => 'field',
  9373. 'property' => 'widget_description',
  9374. 'objectindex' => '0',
  9375. 'format' => '0',
  9376. ))
  9377. ->values(array(
  9378. 'lid' => '572',
  9379. 'objectid' => 'story-field_test_two',
  9380. 'type' => 'field',
  9381. 'property' => 'widget_label',
  9382. 'objectindex' => '0',
  9383. 'format' => '0',
  9384. ))
  9385. ->values(array(
  9386. 'lid' => '573',
  9387. 'objectid' => 'story-field_test_two',
  9388. 'type' => 'field',
  9389. 'property' => 'widget_description',
  9390. 'objectindex' => '0',
  9391. 'format' => '0',
  9392. ))
  9393. ->values(array(
  9394. 'lid' => '574',
  9395. 'objectid' => 'story-field_test',
  9396. 'type' => 'field',
  9397. 'property' => 'widget_label',
  9398. 'objectindex' => '0',
  9399. 'format' => '0',
  9400. ))
  9401. ->values(array(
  9402. 'lid' => '575',
  9403. 'objectid' => 'story-field_test',
  9404. 'type' => 'field',
  9405. 'property' => 'widget_description',
  9406. 'objectindex' => '0',
  9407. 'format' => '0',
  9408. ))
  9409. ->values(array(
  9410. 'lid' => '576',
  9411. 'objectid' => 'story-field_test_three',
  9412. 'type' => 'field',
  9413. 'property' => 'widget_label',
  9414. 'objectindex' => '0',
  9415. 'format' => '0',
  9416. ))
  9417. ->values(array(
  9418. 'lid' => '577',
  9419. 'objectid' => 'story-field_test_three',
  9420. 'type' => 'field',
  9421. 'property' => 'widget_description',
  9422. 'objectindex' => '0',
  9423. 'format' => '0',
  9424. ))
  9425. ->values(array(
  9426. 'lid' => '578',
  9427. 'objectid' => 'story-field_test_four',
  9428. 'type' => 'field',
  9429. 'property' => 'widget_label',
  9430. 'objectindex' => '0',
  9431. 'format' => '0',
  9432. ))
  9433. ->values(array(
  9434. 'lid' => '579',
  9435. 'objectid' => 'story-field_test_four',
  9436. 'type' => 'field',
  9437. 'property' => 'widget_description',
  9438. 'objectindex' => '0',
  9439. 'format' => '0',
  9440. ))
  9441. ->values(array(
  9442. 'lid' => '580',
  9443. 'objectid' => 'story-field_test_identical1',
  9444. 'type' => 'field',
  9445. 'property' => 'widget_label',
  9446. 'objectindex' => '0',
  9447. 'format' => '0',
  9448. ))
  9449. ->values(array(
  9450. 'lid' => '581',
  9451. 'objectid' => 'story-field_test_identical1',
  9452. 'type' => 'field',
  9453. 'property' => 'widget_description',
  9454. 'objectindex' => '0',
  9455. 'format' => '0',
  9456. ))
  9457. ->values(array(
  9458. 'lid' => '582',
  9459. 'objectid' => 'story-field_test_identical2',
  9460. 'type' => 'field',
  9461. 'property' => 'widget_label',
  9462. 'objectindex' => '0',
  9463. 'format' => '0',
  9464. ))
  9465. ->values(array(
  9466. 'lid' => '583',
  9467. 'objectid' => 'story-field_test_identical2',
  9468. 'type' => 'field',
  9469. 'property' => 'widget_description',
  9470. 'objectindex' => '0',
  9471. 'format' => '0',
  9472. ))
  9473. ->values(array(
  9474. 'lid' => '584',
  9475. 'objectid' => 'story-field_test_email',
  9476. 'type' => 'field',
  9477. 'property' => 'widget_label',
  9478. 'objectindex' => '0',
  9479. 'format' => '0',
  9480. ))
  9481. ->values(array(
  9482. 'lid' => '585',
  9483. 'objectid' => 'story-field_test_email',
  9484. 'type' => 'field',
  9485. 'property' => 'widget_description',
  9486. 'objectindex' => '0',
  9487. 'format' => '0',
  9488. ))
  9489. ->values(array(
  9490. 'lid' => '586',
  9491. 'objectid' => 'story-field_test_link',
  9492. 'type' => 'field',
  9493. 'property' => 'widget_label',
  9494. 'objectindex' => '0',
  9495. 'format' => '0',
  9496. ))
  9497. ->values(array(
  9498. 'lid' => '587',
  9499. 'objectid' => 'story-field_test_link',
  9500. 'type' => 'field',
  9501. 'property' => 'widget_description',
  9502. 'objectindex' => '0',
  9503. 'format' => '0',
  9504. ))
  9505. ->values(array(
  9506. 'lid' => '588',
  9507. 'objectid' => 'story-field_test_filefield',
  9508. 'type' => 'field',
  9509. 'property' => 'widget_label',
  9510. 'objectindex' => '0',
  9511. 'format' => '0',
  9512. ))
  9513. ->values(array(
  9514. 'lid' => '589',
  9515. 'objectid' => 'story-field_test_filefield',
  9516. 'type' => 'field',
  9517. 'property' => 'widget_description',
  9518. 'objectindex' => '0',
  9519. 'format' => '0',
  9520. ))
  9521. ->values(array(
  9522. 'lid' => '590',
  9523. 'objectid' => 'story-field_test_imagefield',
  9524. 'type' => 'field',
  9525. 'property' => 'widget_label',
  9526. 'objectindex' => '0',
  9527. 'format' => '0',
  9528. ))
  9529. ->values(array(
  9530. 'lid' => '591',
  9531. 'objectid' => 'story-field_test_imagefield',
  9532. 'type' => 'field',
  9533. 'property' => 'widget_description',
  9534. 'objectindex' => '0',
  9535. 'format' => '0',
  9536. ))
  9537. ->values(array(
  9538. 'lid' => '592',
  9539. 'objectid' => 'story-field_test_date',
  9540. 'type' => 'field',
  9541. 'property' => 'widget_label',
  9542. 'objectindex' => '0',
  9543. 'format' => '0',
  9544. ))
  9545. ->values(array(
  9546. 'lid' => '593',
  9547. 'objectid' => 'story-field_test_date',
  9548. 'type' => 'field',
  9549. 'property' => 'widget_description',
  9550. 'objectindex' => '0',
  9551. 'format' => '0',
  9552. ))
  9553. ->values(array(
  9554. 'lid' => '594',
  9555. 'objectid' => 'story-field_test_datestamp',
  9556. 'type' => 'field',
  9557. 'property' => 'widget_label',
  9558. 'objectindex' => '0',
  9559. 'format' => '0',
  9560. ))
  9561. ->values(array(
  9562. 'lid' => '595',
  9563. 'objectid' => 'story-field_test_datestamp',
  9564. 'type' => 'field',
  9565. 'property' => 'widget_description',
  9566. 'objectindex' => '0',
  9567. 'format' => '0',
  9568. ))
  9569. ->values(array(
  9570. 'lid' => '596',
  9571. 'objectid' => 'story-field_test_datetime',
  9572. 'type' => 'field',
  9573. 'property' => 'widget_label',
  9574. 'objectindex' => '0',
  9575. 'format' => '0',
  9576. ))
  9577. ->values(array(
  9578. 'lid' => '597',
  9579. 'objectid' => 'story-field_test_datetime',
  9580. 'type' => 'field',
  9581. 'property' => 'widget_description',
  9582. 'objectindex' => '0',
  9583. 'format' => '0',
  9584. ))
  9585. ->values(array(
  9586. 'lid' => '598',
  9587. 'objectid' => 'story-field_test_phone',
  9588. 'type' => 'field',
  9589. 'property' => 'widget_label',
  9590. 'objectindex' => '0',
  9591. 'format' => '0',
  9592. ))
  9593. ->values(array(
  9594. 'lid' => '599',
  9595. 'objectid' => 'story-field_test_phone',
  9596. 'type' => 'field',
  9597. 'property' => 'widget_description',
  9598. 'objectindex' => '0',
  9599. 'format' => '0',
  9600. ))
  9601. ->values(array(
  9602. 'lid' => '600',
  9603. 'objectid' => 'story-field_test_decimal_radio_buttons',
  9604. 'type' => 'field',
  9605. 'property' => 'widget_label',
  9606. 'objectindex' => '0',
  9607. 'format' => '0',
  9608. ))
  9609. ->values(array(
  9610. 'lid' => '601',
  9611. 'objectid' => 'story-field_test_decimal_radio_buttons',
  9612. 'type' => 'field',
  9613. 'property' => 'widget_description',
  9614. 'objectindex' => '0',
  9615. 'format' => '0',
  9616. ))
  9617. ->values(array(
  9618. 'lid' => '602',
  9619. 'objectid' => 'field_test_decimal_radio_buttons',
  9620. 'type' => 'field',
  9621. 'property' => 'option_1.2',
  9622. 'objectindex' => '0',
  9623. 'format' => '0',
  9624. ))
  9625. ->values(array(
  9626. 'lid' => '603',
  9627. 'objectid' => 'field_test_decimal_radio_buttons',
  9628. 'type' => 'field',
  9629. 'property' => 'option_2.1',
  9630. 'objectindex' => '0',
  9631. 'format' => '0',
  9632. ))
  9633. ->values(array(
  9634. 'lid' => '604',
  9635. 'objectid' => 'story-field_test_float_single_checkbox',
  9636. 'type' => 'field',
  9637. 'property' => 'widget_label',
  9638. 'objectindex' => '0',
  9639. 'format' => '0',
  9640. ))
  9641. ->values(array(
  9642. 'lid' => '605',
  9643. 'objectid' => 'story-field_test_float_single_checkbox',
  9644. 'type' => 'field',
  9645. 'property' => 'widget_description',
  9646. 'objectindex' => '0',
  9647. 'format' => '0',
  9648. ))
  9649. ->values(array(
  9650. 'lid' => '606',
  9651. 'objectid' => 'field_test_float_single_checkbox',
  9652. 'type' => 'field',
  9653. 'property' => 'option_3.142',
  9654. 'objectindex' => '0',
  9655. 'format' => '0',
  9656. ))
  9657. ->values(array(
  9658. 'lid' => '607',
  9659. 'objectid' => 'field_test_float_single_checkbox',
  9660. 'type' => 'field',
  9661. 'property' => 'option_1.234',
  9662. 'objectindex' => '0',
  9663. 'format' => '0',
  9664. ))
  9665. ->values(array(
  9666. 'lid' => '608',
  9667. 'objectid' => 'story-field_test_integer_selectlist',
  9668. 'type' => 'field',
  9669. 'property' => 'widget_label',
  9670. 'objectindex' => '0',
  9671. 'format' => '0',
  9672. ))
  9673. ->values(array(
  9674. 'lid' => '609',
  9675. 'objectid' => 'story-field_test_integer_selectlist',
  9676. 'type' => 'field',
  9677. 'property' => 'widget_description',
  9678. 'objectindex' => '0',
  9679. 'format' => '0',
  9680. ))
  9681. ->values(array(
  9682. 'lid' => '610',
  9683. 'objectid' => 'field_test_integer_selectlist',
  9684. 'type' => 'field',
  9685. 'property' => 'option_1234',
  9686. 'objectindex' => '0',
  9687. 'format' => '0',
  9688. ))
  9689. ->values(array(
  9690. 'lid' => '611',
  9691. 'objectid' => 'field_test_integer_selectlist',
  9692. 'type' => 'field',
  9693. 'property' => 'option_2341',
  9694. 'objectindex' => '0',
  9695. 'format' => '0',
  9696. ))
  9697. ->values(array(
  9698. 'lid' => '612',
  9699. 'objectid' => 'field_test_integer_selectlist',
  9700. 'type' => 'field',
  9701. 'property' => 'option_3412',
  9702. 'objectindex' => '0',
  9703. 'format' => '0',
  9704. ))
  9705. ->values(array(
  9706. 'lid' => '613',
  9707. 'objectid' => 'field_test_integer_selectlist',
  9708. 'type' => 'field',
  9709. 'property' => 'option_4123',
  9710. 'objectindex' => '0',
  9711. 'format' => '0',
  9712. ))
  9713. ->values(array(
  9714. 'lid' => '614',
  9715. 'objectid' => 'story-field_test_text_single_checkbox',
  9716. 'type' => 'field',
  9717. 'property' => 'widget_label',
  9718. 'objectindex' => '0',
  9719. 'format' => '0',
  9720. ))
  9721. ->values(array(
  9722. 'lid' => '615',
  9723. 'objectid' => 'story-field_test_text_single_checkbox',
  9724. 'type' => 'field',
  9725. 'property' => 'widget_description',
  9726. 'objectindex' => '0',
  9727. 'format' => '0',
  9728. ))
  9729. ->values(array(
  9730. 'lid' => '616',
  9731. 'objectid' => 'field_test_text_single_checkbox',
  9732. 'type' => 'field',
  9733. 'property' => 'option_0',
  9734. 'objectindex' => '0',
  9735. 'format' => '0',
  9736. ))
  9737. ->values(array(
  9738. 'lid' => '617',
  9739. 'objectid' => 'field_test_text_single_checkbox',
  9740. 'type' => 'field',
  9741. 'property' => 'option_1',
  9742. 'objectindex' => '0',
  9743. 'format' => '0',
  9744. ))
  9745. ->values(array(
  9746. 'lid' => '618',
  9747. 'objectid' => 'story-field_test_text_single_checkbox2',
  9748. 'type' => 'field',
  9749. 'property' => 'widget_label',
  9750. 'objectindex' => '0',
  9751. 'format' => '0',
  9752. ))
  9753. ->values(array(
  9754. 'lid' => '619',
  9755. 'objectid' => 'story-field_test_text_single_checkbox2',
  9756. 'type' => 'field',
  9757. 'property' => 'widget_description',
  9758. 'objectindex' => '0',
  9759. 'format' => '0',
  9760. ))
  9761. ->values(array(
  9762. 'lid' => '620',
  9763. 'objectid' => 'field_test_text_single_checkbox2',
  9764. 'type' => 'field',
  9765. 'property' => 'option_Off',
  9766. 'objectindex' => '0',
  9767. 'format' => '0',
  9768. ))
  9769. ->values(array(
  9770. 'lid' => '621',
  9771. 'objectid' => 'field_test_text_single_checkbox2',
  9772. 'type' => 'field',
  9773. 'property' => 'option_Hello',
  9774. 'objectindex' => '0',
  9775. 'format' => '0',
  9776. ))
  9777. ->values(array(
  9778. 'lid' => '622',
  9779. 'objectid' => 'test_page-field_test',
  9780. 'type' => 'field',
  9781. 'property' => 'widget_label',
  9782. 'objectindex' => '0',
  9783. 'format' => '0',
  9784. ))
  9785. ->values(array(
  9786. 'lid' => '623',
  9787. 'objectid' => 'test_page-field_test',
  9788. 'type' => 'field',
  9789. 'property' => 'widget_description',
  9790. 'objectindex' => '0',
  9791. 'format' => '0',
  9792. ))
  9793. ->values(array(
  9794. 'lid' => '624',
  9795. 'objectid' => 'test_planet-field_multivalue',
  9796. 'type' => 'field',
  9797. 'property' => 'widget_label',
  9798. 'objectindex' => '0',
  9799. 'format' => '0',
  9800. ))
  9801. ->values(array(
  9802. 'lid' => '625',
  9803. 'objectid' => 'test_planet-field_multivalue',
  9804. 'type' => 'field',
  9805. 'property' => 'widget_description',
  9806. 'objectindex' => '0',
  9807. 'format' => '0',
  9808. ))
  9809. ->values(array(
  9810. 'lid' => '626',
  9811. 'objectid' => 'test_planet-field_test_text_single_checkbox',
  9812. 'type' => 'field',
  9813. 'property' => 'widget_label',
  9814. 'objectindex' => '0',
  9815. 'format' => '0',
  9816. ))
  9817. ->values(array(
  9818. 'lid' => '627',
  9819. 'objectid' => 'test_planet-field_test_text_single_checkbox',
  9820. 'type' => 'field',
  9821. 'property' => 'widget_description',
  9822. 'objectindex' => '0',
  9823. 'format' => '0',
  9824. ))
  9825. ->values(array(
  9826. 'lid' => '633',
  9827. 'objectid' => '140',
  9828. 'type' => 'item',
  9829. 'property' => 'title',
  9830. 'objectindex' => '140',
  9831. 'format' => '0',
  9832. ))
  9833. ->values(array(
  9834. 'lid' => '634',
  9835. 'objectid' => '139',
  9836. 'type' => 'item',
  9837. 'property' => 'title',
  9838. 'objectindex' => '139',
  9839. 'format' => '0',
  9840. ))
  9841. ->values(array(
  9842. 'lid' => '635',
  9843. 'objectid' => '139',
  9844. 'type' => 'item',
  9845. 'property' => 'description',
  9846. 'objectindex' => '139',
  9847. 'format' => '0',
  9848. ))
  9849. ->values(array(
  9850. 'lid' => '1664',
  9851. 'objectid' => 'forum',
  9852. 'type' => 'type',
  9853. 'property' => 'name',
  9854. 'objectindex' => '0',
  9855. 'format' => '0',
  9856. ))
  9857. ->values(array(
  9858. 'lid' => '1665',
  9859. 'objectid' => 'forum',
  9860. 'type' => 'type',
  9861. 'property' => 'title',
  9862. 'objectindex' => '0',
  9863. 'format' => '0',
  9864. ))
  9865. ->values(array(
  9866. 'lid' => '1666',
  9867. 'objectid' => 'forum',
  9868. 'type' => 'type',
  9869. 'property' => 'body',
  9870. 'objectindex' => '0',
  9871. 'format' => '0',
  9872. ))
  9873. ->values(array(
  9874. 'lid' => '1667',
  9875. 'objectid' => 'forum',
  9876. 'type' => 'type',
  9877. 'property' => 'description',
  9878. 'objectindex' => '0',
  9879. 'format' => '0',
  9880. ))
  9881. ->values(array(
  9882. 'lid' => '1672',
  9883. 'objectid' => '6',
  9884. 'type' => 'vocabulary',
  9885. 'property' => 'name',
  9886. 'objectindex' => '6',
  9887. 'format' => '0',
  9888. ))
  9889. ->values(array(
  9890. 'lid' => '1673',
  9891. 'objectid' => '7',
  9892. 'type' => 'vocabulary',
  9893. 'property' => 'name',
  9894. 'objectindex' => '7',
  9895. 'format' => '0',
  9896. ))
  9897. ->values(array(
  9898. 'lid' => '1674',
  9899. 'objectid' => '463',
  9900. 'type' => 'item',
  9901. 'property' => 'title',
  9902. 'objectindex' => '463',
  9903. 'format' => '0',
  9904. ))
  9905. ->values(array(
  9906. 'lid' => '1675',
  9907. 'objectid' => '463',
  9908. 'type' => 'item',
  9909. 'property' => 'description',
  9910. 'objectindex' => '463',
  9911. 'format' => '0',
  9912. ))
  9913. ->values(array(
  9914. 'lid' => '1676',
  9915. 'objectid' => '138',
  9916. 'type' => 'item',
  9917. 'property' => 'title',
  9918. 'objectindex' => '138',
  9919. 'format' => '0',
  9920. ))
  9921. ->values(array(
  9922. 'lid' => '1677',
  9923. 'objectid' => '138',
  9924. 'type' => 'item',
  9925. 'property' => 'description',
  9926. 'objectindex' => '138',
  9927. 'format' => '0',
  9928. ))
  9929. ->values(array(
  9930. 'lid' => '1678',
  9931. 'objectid' => 'profile_really_really_love_migrating',
  9932. 'type' => 'field',
  9933. 'property' => 'title',
  9934. 'objectindex' => '0',
  9935. 'format' => '0',
  9936. ))
  9937. ->values(array(
  9938. 'lid' => '1679',
  9939. 'objectid' => 'menu-translation-test',
  9940. 'type' => 'menu',
  9941. 'property' => 'title',
  9942. 'objectindex' => '0',
  9943. 'format' => '0',
  9944. ))
  9945. ->values(array(
  9946. 'lid' => '1680',
  9947. 'objectid' => 'employee-field_company',
  9948. 'type' => 'field',
  9949. 'property' => 'widget_label',
  9950. 'objectindex' => '0',
  9951. 'format' => '0',
  9952. ))
  9953. ->values(array(
  9954. 'lid' => '1681',
  9955. 'objectid' => 'employee-field_commander',
  9956. 'type' => 'field',
  9957. 'property' => 'widget_label',
  9958. 'objectindex' => '0',
  9959. 'format' => '0',
  9960. ))
  9961. ->values(array(
  9962. 'lid' => '1682',
  9963. 'objectid' => 'employee-field_company_2',
  9964. 'type' => 'field',
  9965. 'property' => 'widget_label',
  9966. 'objectindex' => '0',
  9967. 'format' => '0',
  9968. ))
  9969. ->values(array(
  9970. 'lid' => '1683',
  9971. 'objectid' => 'employee-field_company_3',
  9972. 'type' => 'field',
  9973. 'property' => 'widget_label',
  9974. 'objectindex' => '0',
  9975. 'format' => '0',
  9976. ))
  9977. ->values(array(
  9978. 'lid' => '1684',
  9979. 'objectid' => 'page-field_reference',
  9980. 'type' => 'field',
  9981. 'property' => 'widget_label',
  9982. 'objectindex' => '0',
  9983. 'format' => '0',
  9984. ))
  9985. ->values(array(
  9986. 'lid' => '1685',
  9987. 'objectid' => 'page-field_reference_2',
  9988. 'type' => 'field',
  9989. 'property' => 'widget_label',
  9990. 'objectindex' => '0',
  9991. 'format' => '0',
  9992. ))
  9993. ->values(array(
  9994. 'lid' => '1686',
  9995. 'objectid' => 'story-field_test_string_selectlist',
  9996. 'type' => 'field',
  9997. 'property' => 'widget_label',
  9998. 'objectindex' => '0',
  9999. 'format' => '0',
  10000. ))
  10001. ->values(array(
  10002. 'lid' => '1689',
  10003. 'objectid' => 'test_planet-field_test_text_single_checkbox',
  10004. 'type' => 'field',
  10005. 'property' => 'widget_label',
  10006. 'objectindex' => '0',
  10007. 'format' => '0',
  10008. ))
  10009. ->values(array(
  10010. 'lid' => '1690',
  10011. 'objectid' => 'field_test_string_selectlist',
  10012. 'type' => 'field',
  10013. 'property' => 'option_A',
  10014. 'objectindex' => '0',
  10015. 'format' => '0',
  10016. ))
  10017. ->values(array(
  10018. 'lid' => '1691',
  10019. 'objectid' => 'field_test_string_selectlist',
  10020. 'type' => 'field',
  10021. 'property' => 'option_B',
  10022. 'objectindex' => '0',
  10023. 'format' => '0',
  10024. ))
  10025. ->values(array(
  10026. 'lid' => '1692',
  10027. 'objectid' => '14',
  10028. 'type' => 'term',
  10029. 'property' => 'name',
  10030. 'objectindex' => '14',
  10031. 'format' => '0',
  10032. ))
  10033. ->values(array(
  10034. 'lid' => '1693',
  10035. 'objectid' => '15',
  10036. 'type' => 'term',
  10037. 'property' => 'name',
  10038. 'objectindex' => '15',
  10039. 'format' => '0',
  10040. ))
  10041. ->values(array(
  10042. 'lid' => '1694',
  10043. 'objectid' => '14',
  10044. 'type' => 'term',
  10045. 'property' => 'description',
  10046. 'objectindex' => '14',
  10047. 'format' => '0',
  10048. ))
  10049. ->values(array(
  10050. 'lid' => '1695',
  10051. 'objectid' => 'profile_count_trees',
  10052. 'type' => 'field',
  10053. 'property' => 'title',
  10054. 'objectindex' => '0',
  10055. 'format' => '0',
  10056. ))
  10057. ->values(array(
  10058. 'lid' => '1696',
  10059. 'objectid' => 'profile_count_trees',
  10060. 'type' => 'field',
  10061. 'property' => 'options',
  10062. 'objectindex' => '0',
  10063. 'format' => '0',
  10064. ))
  10065. ->execute();
  10066. $connection->schema()->createTable('i18n_variable', array(
  10067. 'fields' => array(
  10068. 'name' => array(
  10069. 'type' => 'varchar',
  10070. 'not null' => TRUE,
  10071. 'length' => '128',
  10072. 'default' => '',
  10073. ),
  10074. 'language' => array(
  10075. 'type' => 'varchar',
  10076. 'not null' => TRUE,
  10077. 'length' => '12',
  10078. 'default' => '',
  10079. ),
  10080. 'value' => array(
  10081. 'type' => 'text',
  10082. 'not null' => TRUE,
  10083. 'size' => 'big',
  10084. ),
  10085. ),
  10086. 'primary key' => array(
  10087. 'name',
  10088. 'language',
  10089. ),
  10090. 'mysql_character_set' => 'utf8',
  10091. ));
  10092. $connection->insert('i18n_variable')
  10093. ->fields(array(
  10094. 'name',
  10095. 'language',
  10096. 'value',
  10097. ))
  10098. ->values(array(
  10099. 'name' => 'array_filter',
  10100. 'language' => 'en',
  10101. 'value' => 'b:1;',
  10102. ))
  10103. ->values(array(
  10104. 'name' => 'i18nstrings_allowed_formats',
  10105. 'language' => 'en',
  10106. 'value' => 'a:2:{i:0;i:1;i:1;i:2;}',
  10107. ))
  10108. ->values(array(
  10109. 'name' => 'statistics_count_content_views',
  10110. 'language' => 'en',
  10111. 'value' => 's:1:"1";',
  10112. ))
  10113. ->values(array(
  10114. 'name' => 'statistics_enable_access_log',
  10115. 'language' => 'en',
  10116. 'value' => 's:1:"0";',
  10117. ))
  10118. ->values(array(
  10119. 'name' => 'statistics_flush_accesslog_timer',
  10120. 'language' => 'en',
  10121. 'value' => 's:6:"259200";',
  10122. ))
  10123. ->values(array(
  10124. 'name' => 'anonymous',
  10125. 'language' => 'fr',
  10126. 'value' => 's:8:"fr Guest";',
  10127. ))
  10128. ->values(array(
  10129. 'name' => 'error_level',
  10130. 'language' => 'fr',
  10131. 'value' => 's:1:"1";',
  10132. ))
  10133. ->values(array(
  10134. 'name' => 'site_403',
  10135. 'language' => 'fr',
  10136. 'value' => 's:7:"fr-user";',
  10137. ))
  10138. ->values(array(
  10139. 'name' => 'site_404',
  10140. 'language' => 'fr',
  10141. 'value' => 's:17:"fr-page-not-found";',
  10142. ))
  10143. ->values(array(
  10144. 'name' => 'site_footer',
  10145. 'language' => 'fr',
  10146. 'value' => 's:0:"";',
  10147. ))
  10148. ->values(array(
  10149. 'name' => 'site_frontpage',
  10150. 'language' => 'fr',
  10151. 'value' => 's:4:"node";',
  10152. ))
  10153. ->values(array(
  10154. 'name' => 'site_mail',
  10155. 'language' => 'fr',
  10156. 'value' => 's:24:"fr_site_mail@example.com";',
  10157. ))
  10158. ->values(array(
  10159. 'name' => 'site_mission',
  10160. 'language' => 'fr',
  10161. 'value' => 's:0:"";',
  10162. ))
  10163. ->values(array(
  10164. 'name' => 'site_name',
  10165. 'language' => 'fr',
  10166. 'value' => 's:12:"fr site name";',
  10167. ))
  10168. ->values(array(
  10169. 'name' => 'site_offline',
  10170. 'language' => 'fr',
  10171. 'value' => 's:1:"0";',
  10172. ))
  10173. ->values(array(
  10174. 'name' => 'site_offline_message',
  10175. 'language' => 'fr',
  10176. 'value' => 's:99:"fr - Drupal is currently under maintenance. We should be back shortly. Thank you for your patience.";',
  10177. ))
  10178. ->values(array(
  10179. 'name' => 'site_slogan',
  10180. 'language' => 'fr',
  10181. 'value' => 's:16:"fr Migrate rocks";',
  10182. ))
  10183. ->values(array(
  10184. 'name' => 'user_email_verification',
  10185. 'language' => 'fr',
  10186. 'value' => 'i:0;',
  10187. ))
  10188. ->values(array(
  10189. 'name' => 'user_mail_password_reset_body',
  10190. 'language' => 'fr',
  10191. 'value' => "s:424:\"fr - !username,\r\n\r\nA request to reset the password for your account has been made at !site.\r\n\r\nYou may now log in to !uri_brief by clicking on this link or copying and pasting it in your browser:\r\n\r\n!login_url\r\n\r\nThis is a one-time login, so it can be used only once. It expires after one day and nothing will happen if it's not used.\r\n\r\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\";",
  10192. ))
  10193. ->values(array(
  10194. 'name' => 'user_mail_password_reset_subject',
  10195. 'language' => 'fr',
  10196. 'value' => 's:57:"fr - Replacement login information for !username at !site";',
  10197. ))
  10198. ->values(array(
  10199. 'name' => 'user_mail_register_admin_created_body',
  10200. 'language' => 'fr',
  10201. 'value' => "s:473:\"fr - !username,\r\n\r\nA site administrator at !site has created an account for you. You may now log in to !login_uri using the following username and password:\r\n\r\nusername: !username\r\npassword: !password\r\n\r\nYou may also log in by clicking on this link or copying and pasting it in your browser:\r\n\r\n!login_url\r\n\r\nThis is a one-time login, so it can be used only once.\r\n\r\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\r\n\r\n\r\n-- !site team\";",
  10202. ))
  10203. ->values(array(
  10204. 'name' => 'user_mail_register_admin_created_subject',
  10205. 'language' => 'fr',
  10206. 'value' => 's:57:"fr - An administrator created an account for you at !site";',
  10207. ))
  10208. ->values(array(
  10209. 'name' => 'user_mail_register_no_approval_required_body',
  10210. 'language' => 'fr',
  10211. 'value' => "s:447:\"fr - !username,\r\n\r\nThank you for registering at !site. You may now log in to !login_uri using the following username and password:\r\n\r\nusername: !username\r\npassword: !password\r\n\r\nYou may also log in by clicking on this link or copying and pasting it in your browser:\r\n\r\n!login_url\r\n\r\nThis is a one-time login, so it can be used only once.\r\n\r\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\r\n\r\n\r\n-- !site team\";",
  10212. ))
  10213. ->values(array(
  10214. 'name' => 'user_mail_register_no_approval_required_subject',
  10215. 'language' => 'fr',
  10216. 'value' => 's:43:"fr - Account details for !username at !site";',
  10217. ))
  10218. ->values(array(
  10219. 'name' => 'user_mail_register_pending_approval_body',
  10220. 'language' => 'fr',
  10221. 'value' => "s:277:\"fr - !username,\r\n\r\nThank you for registering at !site. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\r\n\r\n\r\n-- !site team\";",
  10222. ))
  10223. ->values(array(
  10224. 'name' => 'user_mail_register_pending_approval_subject',
  10225. 'language' => 'fr',
  10226. 'value' => 's:68:"fr - Account details for !username at !site (pending admin approval)";',
  10227. ))
  10228. ->values(array(
  10229. 'name' => 'user_mail_status_activated_body',
  10230. 'language' => 'fr',
  10231. 'value' => "s:439:\"fr - !username,\r\n\r\nYour account at !site has been activated.\r\n\r\nYou may now log in by clicking on this link or copying and pasting it in your browser:\r\n\r\n!login_url\r\n\r\nThis is a one-time login, so it can be used only once.\r\n\r\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\r\n\r\nOnce you have set your own password, you will be able to log in to !login_uri in the future using:\r\n\r\nusername: !username\r\n\";",
  10232. ))
  10233. ->values(array(
  10234. 'name' => 'user_mail_status_activated_notify',
  10235. 'language' => 'fr',
  10236. 'value' => 'i:0;',
  10237. ))
  10238. ->values(array(
  10239. 'name' => 'user_mail_status_activated_subject',
  10240. 'language' => 'fr',
  10241. 'value' => 's:54:"fr - Account details for !username at !site (approved)";',
  10242. ))
  10243. ->values(array(
  10244. 'name' => 'user_mail_status_blocked_body',
  10245. 'language' => 'fr',
  10246. 'value' => "s:58:\"fr - !username,\r\n\r\nYour account on !site has been blocked.\";",
  10247. ))
  10248. ->values(array(
  10249. 'name' => 'user_mail_status_blocked_notify',
  10250. 'language' => 'fr',
  10251. 'value' => 'i:1;',
  10252. ))
  10253. ->values(array(
  10254. 'name' => 'user_mail_status_blocked_subject',
  10255. 'language' => 'fr',
  10256. 'value' => 's:53:"fr - Account details for !username at !site (blocked)";',
  10257. ))
  10258. ->values(array(
  10259. 'name' => 'user_mail_status_deleted_body',
  10260. 'language' => 'fr',
  10261. 'value' => "s:58:\"fr - !username,\r\n\r\nYour account on !site has been deleted.\";",
  10262. ))
  10263. ->values(array(
  10264. 'name' => 'user_mail_status_deleted_notify',
  10265. 'language' => 'fr',
  10266. 'value' => 'i:0;',
  10267. ))
  10268. ->values(array(
  10269. 'name' => 'user_mail_status_deleted_subject',
  10270. 'language' => 'fr',
  10271. 'value' => 's:53:"fr - Account details for !username at !site (deleted)";',
  10272. ))
  10273. ->values(array(
  10274. 'name' => 'user_pictures',
  10275. 'language' => 'fr',
  10276. 'value' => 's:1:"0";',
  10277. ))
  10278. ->values(array(
  10279. 'name' => 'user_picture_default',
  10280. 'language' => 'fr',
  10281. 'value' => 's:0:"";',
  10282. ))
  10283. ->values(array(
  10284. 'name' => 'user_picture_dimensions',
  10285. 'language' => 'fr',
  10286. 'value' => 's:5:"85x85";',
  10287. ))
  10288. ->values(array(
  10289. 'name' => 'user_picture_file_size',
  10290. 'language' => 'fr',
  10291. 'value' => 's:2:"30";',
  10292. ))
  10293. ->values(array(
  10294. 'name' => 'user_picture_guidelines',
  10295. 'language' => 'fr',
  10296. 'value' => 's:0:"";',
  10297. ))
  10298. ->values(array(
  10299. 'name' => 'user_picture_path',
  10300. 'language' => 'fr',
  10301. 'value' => 's:8:"pictures";',
  10302. ))
  10303. ->values(array(
  10304. 'name' => 'user_register',
  10305. 'language' => 'fr',
  10306. 'value' => 's:1:"0";',
  10307. ))
  10308. ->values(array(
  10309. 'name' => 'user_registration_help',
  10310. 'language' => 'fr',
  10311. 'value' => 's:0:"";',
  10312. ))
  10313. ->values(array(
  10314. 'name' => 'user_signatures',
  10315. 'language' => 'fr',
  10316. 'value' => 's:1:"1";',
  10317. ))
  10318. ->values(array(
  10319. 'name' => 'anonymous',
  10320. 'language' => 'zu',
  10321. 'value' => 's:5:"Guest";',
  10322. ))
  10323. ->values(array(
  10324. 'name' => 'error_level',
  10325. 'language' => 'zu',
  10326. 'value' => 's:1:"1";',
  10327. ))
  10328. ->values(array(
  10329. 'name' => 'site_403',
  10330. 'language' => 'zu',
  10331. 'value' => 's:7:"zu-user";',
  10332. ))
  10333. ->values(array(
  10334. 'name' => 'site_404',
  10335. 'language' => 'zu',
  10336. 'value' => 's:17:"zu-page-not-found";',
  10337. ))
  10338. ->values(array(
  10339. 'name' => 'site_footer',
  10340. 'language' => 'zu',
  10341. 'value' => 's:0:"";',
  10342. ))
  10343. ->values(array(
  10344. 'name' => 'site_frontpage',
  10345. 'language' => 'zu',
  10346. 'value' => 's:4:"node";',
  10347. ))
  10348. ->values(array(
  10349. 'name' => 'site_mail',
  10350. 'language' => 'zu',
  10351. 'value' => 's:21:"site_mail@example.com";',
  10352. ))
  10353. ->values(array(
  10354. 'name' => 'site_mission',
  10355. 'language' => 'zu',
  10356. 'value' => 's:0:"";',
  10357. ))
  10358. ->values(array(
  10359. 'name' => 'site_name',
  10360. 'language' => 'zu',
  10361. 'value' => 's:14:"zu - site_name";',
  10362. ))
  10363. ->values(array(
  10364. 'name' => 'site_slogan',
  10365. 'language' => 'zu',
  10366. 'value' => 's:13:"Migrate rocks";',
  10367. ))
  10368. ->values(array(
  10369. 'name' => 'user_email_verification',
  10370. 'language' => 'zu',
  10371. 'value' => 'i:0;',
  10372. ))
  10373. ->values(array(
  10374. 'name' => 'user_mail_password_reset_body',
  10375. 'language' => 'zu',
  10376. 'value' => "s:419:\"!username,\r\n\r\nA request to reset the password for your account has been made at !site.\r\n\r\nYou may now log in to !uri_brief by clicking on this link or copying and pasting it in your browser:\r\n\r\n!login_url\r\n\r\nThis is a one-time login, so it can be used only once. It expires after one day and nothing will happen if it's not used.\r\n\r\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\";",
  10377. ))
  10378. ->values(array(
  10379. 'name' => 'user_mail_password_reset_subject',
  10380. 'language' => 'zu',
  10381. 'value' => 's:52:"Replacement login information for !username at !site";',
  10382. ))
  10383. ->values(array(
  10384. 'name' => 'user_mail_register_admin_created_body',
  10385. 'language' => 'zu',
  10386. 'value' => "s:473:\"zu - !username,\r\n\r\nA site administrator at !site has created an account for you. You may now log in to !login_uri using the following username and password:\r\n\r\nusername: !username\r\npassword: !password\r\n\r\nYou may also log in by clicking on this link or copying and pasting it in your browser:\r\n\r\n!login_url\r\n\r\nThis is a one-time login, so it can be used only once.\r\n\r\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\r\n\r\n\r\n-- !site team\";",
  10387. ))
  10388. ->values(array(
  10389. 'name' => 'user_mail_register_admin_created_subject',
  10390. 'language' => 'zu',
  10391. 'value' => 's:57:"zu - An administrator created an account for you at !site";',
  10392. ))
  10393. ->values(array(
  10394. 'name' => 'user_mail_register_no_approval_required_body',
  10395. 'language' => 'zu',
  10396. 'value' => "s:442:\"!username,\r\n\r\nThank you for registering at !site. You may now log in to !login_uri using the following username and password:\r\n\r\nusername: !username\r\npassword: !password\r\n\r\nYou may also log in by clicking on this link or copying and pasting it in your browser:\r\n\r\n!login_url\r\n\r\nThis is a one-time login, so it can be used only once.\r\n\r\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\r\n\r\n\r\n-- !site team\";",
  10397. ))
  10398. ->values(array(
  10399. 'name' => 'user_mail_register_no_approval_required_subject',
  10400. 'language' => 'zu',
  10401. 'value' => 's:38:"Account details for !username at !site";',
  10402. ))
  10403. ->values(array(
  10404. 'name' => 'user_mail_register_pending_approval_body',
  10405. 'language' => 'zu',
  10406. 'value' => "s:272:\"!username,\r\n\r\nThank you for registering at !site. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\r\n\r\n\r\n-- !site team\";",
  10407. ))
  10408. ->values(array(
  10409. 'name' => 'user_mail_register_pending_approval_subject',
  10410. 'language' => 'zu',
  10411. 'value' => 's:63:"Account details for !username at !site (pending admin approval)";',
  10412. ))
  10413. ->values(array(
  10414. 'name' => 'user_mail_status_activated_body',
  10415. 'language' => 'zu',
  10416. 'value' => "s:434:\"!username,\r\n\r\nYour account at !site has been activated.\r\n\r\nYou may now log in by clicking on this link or copying and pasting it in your browser:\r\n\r\n!login_url\r\n\r\nThis is a one-time login, so it can be used only once.\r\n\r\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\r\n\r\nOnce you have set your own password, you will be able to log in to !login_uri in the future using:\r\n\r\nusername: !username\r\n\";",
  10417. ))
  10418. ->values(array(
  10419. 'name' => 'user_mail_status_activated_notify',
  10420. 'language' => 'zu',
  10421. 'value' => 'i:0;',
  10422. ))
  10423. ->values(array(
  10424. 'name' => 'user_mail_status_activated_subject',
  10425. 'language' => 'zu',
  10426. 'value' => 's:49:"Account details for !username at !site (approved)";',
  10427. ))
  10428. ->values(array(
  10429. 'name' => 'user_mail_status_blocked_body',
  10430. 'language' => 'zu',
  10431. 'value' => "s:53:\"!username,\r\n\r\nYour account on !site has been blocked.\";",
  10432. ))
  10433. ->values(array(
  10434. 'name' => 'user_mail_status_blocked_notify',
  10435. 'language' => 'zu',
  10436. 'value' => 'i:1;',
  10437. ))
  10438. ->values(array(
  10439. 'name' => 'user_mail_status_blocked_subject',
  10440. 'language' => 'zu',
  10441. 'value' => 's:48:"Account details for !username at !site (blocked)";',
  10442. ))
  10443. ->values(array(
  10444. 'name' => 'user_mail_status_deleted_body',
  10445. 'language' => 'zu',
  10446. 'value' => "s:53:\"!username,\r\n\r\nYour account on !site has been deleted.\";",
  10447. ))
  10448. ->values(array(
  10449. 'name' => 'user_mail_status_deleted_notify',
  10450. 'language' => 'zu',
  10451. 'value' => 'i:0;',
  10452. ))
  10453. ->values(array(
  10454. 'name' => 'user_mail_status_deleted_subject',
  10455. 'language' => 'zu',
  10456. 'value' => 's:48:"Account details for !username at !site (deleted)";',
  10457. ))
  10458. ->values(array(
  10459. 'name' => 'user_pictures',
  10460. 'language' => 'zu',
  10461. 'value' => 's:1:"0";',
  10462. ))
  10463. ->values(array(
  10464. 'name' => 'user_picture_default',
  10465. 'language' => 'zu',
  10466. 'value' => 's:0:"";',
  10467. ))
  10468. ->values(array(
  10469. 'name' => 'user_picture_dimensions',
  10470. 'language' => 'zu',
  10471. 'value' => 's:5:"85x85";',
  10472. ))
  10473. ->values(array(
  10474. 'name' => 'user_picture_file_size',
  10475. 'language' => 'zu',
  10476. 'value' => 's:2:"30";',
  10477. ))
  10478. ->values(array(
  10479. 'name' => 'user_picture_guidelines',
  10480. 'language' => 'zu',
  10481. 'value' => 's:0:"";',
  10482. ))
  10483. ->values(array(
  10484. 'name' => 'user_picture_path',
  10485. 'language' => 'zu',
  10486. 'value' => 's:8:"pictures";',
  10487. ))
  10488. ->values(array(
  10489. 'name' => 'user_register',
  10490. 'language' => 'zu',
  10491. 'value' => 's:1:"0";',
  10492. ))
  10493. ->values(array(
  10494. 'name' => 'user_registration_help',
  10495. 'language' => 'zu',
  10496. 'value' => 's:0:"";',
  10497. ))
  10498. ->values(array(
  10499. 'name' => 'user_signatures',
  10500. 'language' => 'zu',
  10501. 'value' => 's:1:"1";',
  10502. ))
  10503. ->execute();
  10504. $connection->schema()->createTable('imagecache_action', array(
  10505. 'fields' => array(
  10506. 'actionid' => array(
  10507. 'type' => 'serial',
  10508. 'not null' => TRUE,
  10509. 'size' => 'normal',
  10510. 'unsigned' => TRUE,
  10511. ),
  10512. 'presetid' => array(
  10513. 'type' => 'int',
  10514. 'not null' => TRUE,
  10515. 'size' => 'normal',
  10516. 'default' => '0',
  10517. 'unsigned' => TRUE,
  10518. ),
  10519. 'weight' => array(
  10520. 'type' => 'int',
  10521. 'not null' => TRUE,
  10522. 'size' => 'normal',
  10523. 'default' => '0',
  10524. ),
  10525. 'module' => array(
  10526. 'type' => 'varchar',
  10527. 'not null' => TRUE,
  10528. 'length' => '255',
  10529. ),
  10530. 'action' => array(
  10531. 'type' => 'varchar',
  10532. 'not null' => TRUE,
  10533. 'length' => '255',
  10534. ),
  10535. 'data' => array(
  10536. 'type' => 'text',
  10537. 'not null' => TRUE,
  10538. 'size' => 'normal',
  10539. ),
  10540. ),
  10541. 'primary key' => array(
  10542. 'actionid',
  10543. ),
  10544. 'mysql_character_set' => 'utf8',
  10545. ));
  10546. $connection->insert('imagecache_action')
  10547. ->fields(array(
  10548. 'actionid',
  10549. 'presetid',
  10550. 'weight',
  10551. 'module',
  10552. 'action',
  10553. 'data',
  10554. ))
  10555. ->values(array(
  10556. 'actionid' => '3',
  10557. 'presetid' => '1',
  10558. 'weight' => '0',
  10559. 'module' => 'imagecache',
  10560. 'action' => 'imagecache_scale_and_crop',
  10561. 'data' => 'a:2:{s:5:"width";s:4:"100%";s:6:"height";s:4:"100%";}',
  10562. ))
  10563. ->values(array(
  10564. 'actionid' => '4',
  10565. 'presetid' => '2',
  10566. 'weight' => '0',
  10567. 'module' => 'imagecache',
  10568. 'action' => 'imagecache_crop',
  10569. '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";}',
  10570. ))
  10571. ->values(array(
  10572. 'actionid' => '5',
  10573. 'presetid' => '2',
  10574. 'weight' => '0',
  10575. 'module' => 'imagecache',
  10576. 'action' => 'imagecache_resize',
  10577. 'data' => 'a:2:{s:5:"width";s:3:"55%";s:6:"height";s:3:"55%";}',
  10578. ))
  10579. ->values(array(
  10580. 'actionid' => '6',
  10581. 'presetid' => '2',
  10582. 'weight' => '0',
  10583. 'module' => 'imagecache',
  10584. 'action' => 'imagecache_rotate',
  10585. 'data' => 'a:3:{s:7:"degrees";s:2:"55";s:6:"random";i:0;s:7:"bgcolor";s:0:"";}',
  10586. ))
  10587. ->values(array(
  10588. 'actionid' => '7',
  10589. 'presetid' => '2',
  10590. 'weight' => '0',
  10591. 'module' => 'imagecache',
  10592. 'action' => '',
  10593. 'data' => 'a:3:{s:7:"degrees";s:2:"55";s:6:"random";i:0;s:7:"bgcolor";s:0:"";}',
  10594. ))
  10595. ->execute();
  10596. $connection->schema()->createTable('imagecache_preset', array(
  10597. 'fields' => array(
  10598. 'presetid' => array(
  10599. 'type' => 'serial',
  10600. 'not null' => TRUE,
  10601. 'size' => 'normal',
  10602. 'unsigned' => TRUE,
  10603. ),
  10604. 'presetname' => array(
  10605. 'type' => 'varchar',
  10606. 'not null' => TRUE,
  10607. 'length' => '255',
  10608. ),
  10609. ),
  10610. 'primary key' => array(
  10611. 'presetid',
  10612. ),
  10613. 'mysql_character_set' => 'utf8',
  10614. ));
  10615. $connection->insert('imagecache_preset')
  10616. ->fields(array(
  10617. 'presetid',
  10618. 'presetname',
  10619. ))
  10620. ->values(array(
  10621. 'presetid' => '1',
  10622. 'presetname' => 'slackjaw_boys',
  10623. ))
  10624. ->values(array(
  10625. 'presetid' => '2',
  10626. 'presetname' => 'big_blue_cheese',
  10627. ))
  10628. ->execute();
  10629. $connection->schema()->createTable('languages', array(
  10630. 'fields' => array(
  10631. 'language' => array(
  10632. 'type' => 'varchar',
  10633. 'not null' => TRUE,
  10634. 'length' => '12',
  10635. 'default' => '',
  10636. ),
  10637. 'name' => array(
  10638. 'type' => 'varchar',
  10639. 'not null' => TRUE,
  10640. 'length' => '64',
  10641. 'default' => '',
  10642. ),
  10643. 'native' => array(
  10644. 'type' => 'varchar',
  10645. 'not null' => TRUE,
  10646. 'length' => '64',
  10647. 'default' => '',
  10648. ),
  10649. 'direction' => array(
  10650. 'type' => 'int',
  10651. 'not null' => TRUE,
  10652. 'size' => 'normal',
  10653. 'default' => '0',
  10654. ),
  10655. 'enabled' => array(
  10656. 'type' => 'int',
  10657. 'not null' => TRUE,
  10658. 'size' => 'normal',
  10659. 'default' => '0',
  10660. ),
  10661. 'plurals' => array(
  10662. 'type' => 'int',
  10663. 'not null' => TRUE,
  10664. 'size' => 'normal',
  10665. 'default' => '0',
  10666. ),
  10667. 'formula' => array(
  10668. 'type' => 'varchar',
  10669. 'not null' => TRUE,
  10670. 'length' => '128',
  10671. 'default' => '',
  10672. ),
  10673. 'domain' => array(
  10674. 'type' => 'varchar',
  10675. 'not null' => TRUE,
  10676. 'length' => '128',
  10677. 'default' => '',
  10678. ),
  10679. 'prefix' => array(
  10680. 'type' => 'varchar',
  10681. 'not null' => TRUE,
  10682. 'length' => '128',
  10683. 'default' => '',
  10684. ),
  10685. 'weight' => array(
  10686. 'type' => 'int',
  10687. 'not null' => TRUE,
  10688. 'size' => 'normal',
  10689. 'default' => '0',
  10690. ),
  10691. 'javascript' => array(
  10692. 'type' => 'varchar',
  10693. 'not null' => TRUE,
  10694. 'length' => '32',
  10695. 'default' => '',
  10696. ),
  10697. ),
  10698. 'primary key' => array(
  10699. 'language',
  10700. ),
  10701. 'indexes' => array(
  10702. 'list' => array(
  10703. 'weight',
  10704. 'name',
  10705. ),
  10706. ),
  10707. 'mysql_character_set' => 'utf8',
  10708. ));
  10709. $connection->insert('languages')
  10710. ->fields(array(
  10711. 'language',
  10712. 'name',
  10713. 'native',
  10714. 'direction',
  10715. 'enabled',
  10716. 'plurals',
  10717. 'formula',
  10718. 'domain',
  10719. 'prefix',
  10720. 'weight',
  10721. 'javascript',
  10722. ))
  10723. ->values(array(
  10724. 'language' => 'en',
  10725. 'name' => 'English',
  10726. 'native' => 'English',
  10727. 'direction' => '0',
  10728. 'enabled' => '1',
  10729. 'plurals' => '0',
  10730. 'formula' => '',
  10731. 'domain' => '',
  10732. 'prefix' => '',
  10733. 'weight' => '0',
  10734. 'javascript' => '',
  10735. ))
  10736. ->values(array(
  10737. 'language' => 'fr',
  10738. 'name' => 'French',
  10739. 'native' => 'Français',
  10740. 'direction' => '0',
  10741. 'enabled' => '1',
  10742. 'plurals' => '2',
  10743. 'formula' => '($n>1)',
  10744. 'domain' => 'http://fr.drupal.org',
  10745. 'prefix' => 'fr',
  10746. 'weight' => '0',
  10747. 'javascript' => '047746d30d76aa44a54db9923c7c5fb0',
  10748. ))
  10749. ->values(array(
  10750. 'language' => 'zu',
  10751. 'name' => 'Zulu',
  10752. 'native' => 'isiZulu',
  10753. 'direction' => '0',
  10754. 'enabled' => '1',
  10755. 'plurals' => '0',
  10756. 'formula' => '',
  10757. 'domain' => 'http://zu.drupal.org',
  10758. 'prefix' => 'zu',
  10759. 'weight' => '0',
  10760. 'javascript' => '',
  10761. ))
  10762. ->execute();
  10763. $connection->schema()->createTable('locales_source', array(
  10764. 'fields' => array(
  10765. 'lid' => array(
  10766. 'type' => 'serial',
  10767. 'not null' => TRUE,
  10768. 'size' => 'normal',
  10769. ),
  10770. 'location' => array(
  10771. 'type' => 'varchar',
  10772. 'not null' => TRUE,
  10773. 'length' => '255',
  10774. 'default' => '',
  10775. ),
  10776. 'textgroup' => array(
  10777. 'type' => 'varchar',
  10778. 'not null' => TRUE,
  10779. 'length' => '255',
  10780. 'default' => 'default',
  10781. ),
  10782. 'source' => array(
  10783. 'type' => 'blob',
  10784. 'not null' => TRUE,
  10785. 'size' => 'normal',
  10786. ),
  10787. 'version' => array(
  10788. 'type' => 'varchar',
  10789. 'not null' => TRUE,
  10790. 'length' => '20',
  10791. 'default' => 'none',
  10792. ),
  10793. ),
  10794. 'primary key' => array(
  10795. 'lid',
  10796. ),
  10797. 'indexes' => array(
  10798. 'source' => array(
  10799. array(
  10800. 'source',
  10801. '30',
  10802. ),
  10803. ),
  10804. 'textgroup_location' => array(
  10805. array(
  10806. 'textgroup',
  10807. '30',
  10808. ),
  10809. array(
  10810. 'location',
  10811. '191',
  10812. ),
  10813. ),
  10814. ),
  10815. 'mysql_character_set' => 'utf8',
  10816. ));
  10817. $connection->insert('locales_source')
  10818. ->fields(array(
  10819. 'lid',
  10820. 'location',
  10821. 'textgroup',
  10822. 'source',
  10823. 'version',
  10824. ))
  10825. ->values(array(
  10826. 'lid' => '1',
  10827. 'location' => 'misc/drupal.js',
  10828. 'textgroup' => 'default',
  10829. 'source' => 'Unspecified error',
  10830. 'version' => 'none',
  10831. ))
  10832. ->values(array(
  10833. 'lid' => '2',
  10834. 'location' => 'misc/drupal.js',
  10835. 'textgroup' => 'default',
  10836. 'source' => 'An error occurred. \n@uri\n@text',
  10837. 'version' => 'none',
  10838. ))
  10839. ->values(array(
  10840. 'lid' => '3',
  10841. 'location' => 'misc/drupal.js',
  10842. 'textgroup' => 'default',
  10843. 'source' => 'An error occurred. \n@uri\n(no information available).',
  10844. 'version' => 'none',
  10845. ))
  10846. ->values(array(
  10847. 'lid' => '4',
  10848. 'location' => 'misc/drupal.js',
  10849. 'textgroup' => 'default',
  10850. 'source' => 'An HTTP error @status occurred. \n@uri',
  10851. 'version' => 'none',
  10852. ))
  10853. ->values(array(
  10854. 'lid' => '5',
  10855. 'location' => 'content.module:21',
  10856. 'textgroup' => 'default',
  10857. '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.)',
  10858. 'version' => 'none',
  10859. ))
  10860. ->values(array(
  10861. 'lid' => '6',
  10862. 'location' => 'content.module:22',
  10863. 'textgroup' => 'default',
  10864. '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.',
  10865. 'version' => 'none',
  10866. ))
  10867. ->values(array(
  10868. 'lid' => '7',
  10869. 'location' => 'content.module:23',
  10870. 'textgroup' => 'default',
  10871. '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:',
  10872. 'version' => 'none',
  10873. ))
  10874. ->values(array(
  10875. 'lid' => '8',
  10876. 'location' => 'content.module:25',
  10877. 'textgroup' => 'default',
  10878. '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.',
  10879. 'version' => 'none',
  10880. ))
  10881. ->values(array(
  10882. 'lid' => '9',
  10883. 'location' => 'content.module:26',
  10884. 'textgroup' => 'default',
  10885. '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.",
  10886. 'version' => 'none',
  10887. ))
  10888. ->values(array(
  10889. 'lid' => '10',
  10890. 'location' => 'content.module:27',
  10891. 'textgroup' => 'default',
  10892. '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).',
  10893. 'version' => 'none',
  10894. ))
  10895. ->values(array(
  10896. 'lid' => '11',
  10897. 'location' => 'content.module:28',
  10898. 'textgroup' => 'default',
  10899. '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.",
  10900. 'version' => 'none',
  10901. ))
  10902. ->values(array(
  10903. 'lid' => '12',
  10904. 'location' => 'content.module:29',
  10905. 'textgroup' => 'default',
  10906. '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.',
  10907. 'version' => 'none',
  10908. ))
  10909. ->values(array(
  10910. 'lid' => '13',
  10911. 'location' => 'content.module:31',
  10912. 'textgroup' => 'default',
  10913. '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>.',
  10914. 'version' => 'none',
  10915. ))
  10916. ->values(array(
  10917. 'lid' => '14',
  10918. 'location' => 'theme/theme.inc:111',
  10919. 'textgroup' => 'default',
  10920. 'source' => "Configure how this content type's fields and field labels should be displayed when it's viewed in teaser and full-page mode.",
  10921. 'version' => 'none',
  10922. ))
  10923. ->values(array(
  10924. 'lid' => '15',
  10925. 'location' => 'theme/theme.inc:114',
  10926. 'textgroup' => 'default',
  10927. 'source' => "Configure how this content type's fields should be displayed when it's rendered in the following contexts.",
  10928. 'version' => 'none',
  10929. ))
  10930. ->values(array(
  10931. 'lid' => '16',
  10932. 'location' => 'content.module:48',
  10933. 'textgroup' => 'default',
  10934. 'source' => 'Control the order of fields in the input form.',
  10935. 'version' => 'none',
  10936. ))
  10937. ->values(array(
  10938. 'lid' => '17',
  10939. 'location' => 'content.module:492',
  10940. 'textgroup' => 'default',
  10941. 'source' => 'This field is required.',
  10942. 'version' => '6.38-dev',
  10943. ))
  10944. ->values(array(
  10945. 'lid' => '18',
  10946. 'location' => 'content.module:496',
  10947. 'textgroup' => 'default',
  10948. 'source' => '!title: !required',
  10949. 'version' => '6.38-dev',
  10950. ))
  10951. ->values(array(
  10952. 'lid' => '19',
  10953. 'location' => 'content.module:499, modules/content_multigroup/content_multigroup.module:903',
  10954. 'textgroup' => 'default',
  10955. 'source' => 'Order',
  10956. 'version' => 'none',
  10957. ))
  10958. ->values(array(
  10959. 'lid' => '20',
  10960. 'location' => 'content.module:1640',
  10961. 'textgroup' => 'default',
  10962. 'source' => 'RSS Item',
  10963. 'version' => 'none',
  10964. ))
  10965. ->values(array(
  10966. 'lid' => '21',
  10967. 'location' => 'content.module:1883',
  10968. 'textgroup' => 'default',
  10969. 'source' => 'Search Index',
  10970. 'version' => 'none',
  10971. ))
  10972. ->values(array(
  10973. 'lid' => '22',
  10974. 'location' => 'content.module:1887',
  10975. 'textgroup' => 'default',
  10976. 'source' => 'Search Result',
  10977. 'version' => 'none',
  10978. ))
  10979. ->values(array(
  10980. 'lid' => '23',
  10981. 'location' => 'content.module:2362',
  10982. 'textgroup' => 'default',
  10983. 'source' => 'Language',
  10984. 'version' => '6.38-dev',
  10985. ))
  10986. ->values(array(
  10987. 'lid' => '24',
  10988. 'location' => 'content.module:2376',
  10989. 'textgroup' => 'default',
  10990. 'source' => 'Taxonomy',
  10991. 'version' => '6.38-dev',
  10992. ))
  10993. ->values(array(
  10994. 'lid' => '25',
  10995. 'location' => 'content.module:2407',
  10996. 'textgroup' => 'default',
  10997. 'source' => 'File attachments',
  10998. 'version' => '6.38-dev',
  10999. ))
  11000. ->values(array(
  11001. 'lid' => '26',
  11002. 'location' => 'content.module:595',
  11003. 'textgroup' => 'default',
  11004. 'source' => 'Updating field type %type with module %module.',
  11005. 'version' => 'none',
  11006. ))
  11007. ->values(array(
  11008. 'lid' => '27',
  11009. 'location' => 'content.module:602',
  11010. 'textgroup' => 'default',
  11011. 'source' => 'Updating widget type %type with module %module.',
  11012. 'version' => 'none',
  11013. ))
  11014. ->values(array(
  11015. 'lid' => '28',
  11016. 'location' => 'content.module:60',
  11017. 'textgroup' => 'default',
  11018. 'source' => 'Use PHP input for field settings (dangerous - grant with care)',
  11019. 'version' => '6.38-dev',
  11020. ))
  11021. ->values(array(
  11022. 'lid' => '29',
  11023. 'location' => 'content.module:101',
  11024. 'textgroup' => 'default',
  11025. 'source' => 'Manage fields',
  11026. 'version' => 'none',
  11027. ))
  11028. ->values(array(
  11029. 'lid' => '30',
  11030. 'location' => 'content.module:110',
  11031. 'textgroup' => 'default',
  11032. 'source' => 'Display fields',
  11033. 'version' => 'none',
  11034. ))
  11035. ->values(array(
  11036. 'lid' => '31',
  11037. 'location' => 'content.module:143',
  11038. 'textgroup' => 'default',
  11039. 'source' => 'General',
  11040. 'version' => 'none',
  11041. ))
  11042. ->values(array(
  11043. 'lid' => '32',
  11044. 'location' => 'content.module:149',
  11045. 'textgroup' => 'default',
  11046. 'source' => 'Advanced',
  11047. 'version' => 'none',
  11048. ))
  11049. ->values(array(
  11050. 'lid' => '33',
  11051. 'location' => 'content.module:141',
  11052. 'textgroup' => 'default',
  11053. 'source' => 'Remove field',
  11054. 'version' => '6.38-dev',
  11055. ))
  11056. ->values(array(
  11057. 'lid' => '34',
  11058. 'location' => 'content.info:0, includes/content.rules.inc:19;212, includes/views/content.views.inc:180;261',
  11059. 'textgroup' => 'default',
  11060. 'source' => 'Content',
  11061. 'version' => '6.38-dev',
  11062. ))
  11063. ->values(array(
  11064. 'lid' => '35',
  11065. 'location' => 'content.info:0',
  11066. 'textgroup' => 'default',
  11067. 'source' => 'Allows administrators to define new content types.',
  11068. 'version' => '6.38-dev',
  11069. ))
  11070. ->values(array(
  11071. 'lid' => '36',
  11072. 'location' => 'content.info:0, modules/content_copy/content_copy.info:0, modules/content_permissions/content_permissions.info:0, modules/fieldgroup/fieldgroup.info:0',
  11073. 'textgroup' => 'default',
  11074. 'source' => 'CCK',
  11075. 'version' => '6.38-dev',
  11076. ))
  11077. ->values(array(
  11078. 'lid' => '37',
  11079. 'location' => 'modules/text/text.module:41, modules/text/text.info:0',
  11080. 'textgroup' => 'default',
  11081. 'source' => 'Text',
  11082. 'version' => '6.38-dev',
  11083. ))
  11084. ->values(array(
  11085. 'lid' => '38',
  11086. 'location' => 'examples/example_field.php:178',
  11087. 'textgroup' => 'default',
  11088. '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.',
  11089. 'version' => 'none',
  11090. ))
  11091. ->values(array(
  11092. 'lid' => '39',
  11093. 'location' => 'examples/example_field.php:484',
  11094. 'textgroup' => 'default',
  11095. 'source' => 'Text area',
  11096. 'version' => 'none',
  11097. ))
  11098. ->values(array(
  11099. 'lid' => '40',
  11100. 'location' => 'includes/content.admin.inc:171;197;895, modules/fieldgroup/fieldgroup.module:209',
  11101. 'textgroup' => 'default',
  11102. 'source' => 'Remove',
  11103. 'version' => 'none',
  11104. ))
  11105. ->values(array(
  11106. 'lid' => '41',
  11107. 'location' => 'content.module:1854',
  11108. 'textgroup' => 'default',
  11109. 'source' => 'Basic',
  11110. 'version' => '6.38-dev',
  11111. ))
  11112. ->values(array(
  11113. 'lid' => '42',
  11114. 'location' => 'content.module:1857, modules/nodereference/nodereference.module:268',
  11115. 'textgroup' => 'default',
  11116. 'source' => 'Teaser',
  11117. 'version' => '6.38-dev',
  11118. ))
  11119. ->values(array(
  11120. 'lid' => '43',
  11121. 'location' => 'content.module:1861, modules/nodereference/nodereference.module:263',
  11122. 'textgroup' => 'default',
  11123. 'source' => 'Full node',
  11124. 'version' => '6.38-dev',
  11125. ))
  11126. ->values(array(
  11127. 'lid' => '44',
  11128. 'location' => 'content.module:1867;1870',
  11129. 'textgroup' => 'default',
  11130. 'source' => 'RSS',
  11131. 'version' => '6.38-dev',
  11132. ))
  11133. ->values(array(
  11134. 'lid' => '45',
  11135. 'location' => 'content.module:1880',
  11136. 'textgroup' => 'default',
  11137. 'source' => 'Search',
  11138. 'version' => '6.38-dev',
  11139. ))
  11140. ->values(array(
  11141. 'lid' => '46',
  11142. 'location' => 'content.module:2348;2355',
  11143. 'textgroup' => 'default',
  11144. 'source' => 'Node module form.',
  11145. 'version' => '6.38-dev',
  11146. ))
  11147. ->values(array(
  11148. 'lid' => '47',
  11149. 'location' => 'content.module:2363',
  11150. 'textgroup' => 'default',
  11151. 'source' => 'Locale module form.',
  11152. 'version' => '6.38-dev',
  11153. ))
  11154. ->values(array(
  11155. 'lid' => '48',
  11156. 'location' => 'content.module:2369',
  11157. 'textgroup' => 'default',
  11158. 'source' => 'Menu settings',
  11159. 'version' => '6.38-dev',
  11160. ))
  11161. ->values(array(
  11162. 'lid' => '49',
  11163. 'location' => 'content.module:2370',
  11164. 'textgroup' => 'default',
  11165. 'source' => 'Menu module form.',
  11166. 'version' => '6.38-dev',
  11167. ))
  11168. ->values(array(
  11169. 'lid' => '50',
  11170. 'location' => 'content.module:2377',
  11171. 'textgroup' => 'default',
  11172. 'source' => 'Taxonomy module form.',
  11173. 'version' => '6.38-dev',
  11174. ))
  11175. ->values(array(
  11176. 'lid' => '51',
  11177. 'location' => 'content.module:2383',
  11178. 'textgroup' => 'default',
  11179. 'source' => 'Book',
  11180. 'version' => '6.38-dev',
  11181. ))
  11182. ->values(array(
  11183. 'lid' => '52',
  11184. 'location' => 'content.module:2384',
  11185. 'textgroup' => 'default',
  11186. 'source' => 'Book module form.',
  11187. 'version' => '6.38-dev',
  11188. ))
  11189. ->values(array(
  11190. 'lid' => '53',
  11191. 'location' => 'content.module:2390',
  11192. 'textgroup' => 'default',
  11193. 'source' => 'Poll title',
  11194. 'version' => 'none',
  11195. ))
  11196. ->values(array(
  11197. 'lid' => '54',
  11198. 'location' => 'content.module:2391',
  11199. 'textgroup' => 'default',
  11200. 'source' => 'Poll module title.',
  11201. 'version' => 'none',
  11202. ))
  11203. ->values(array(
  11204. 'lid' => '55',
  11205. 'location' => 'content.module:2396',
  11206. 'textgroup' => 'default',
  11207. 'source' => 'Poll choices',
  11208. 'version' => 'none',
  11209. ))
  11210. ->values(array(
  11211. 'lid' => '56',
  11212. 'location' => 'content.module:2397',
  11213. 'textgroup' => 'default',
  11214. 'source' => 'Poll module choices.',
  11215. 'version' => 'none',
  11216. ))
  11217. ->values(array(
  11218. 'lid' => '57',
  11219. 'location' => 'content.module:2400',
  11220. 'textgroup' => 'default',
  11221. 'source' => 'Poll settings',
  11222. 'version' => 'none',
  11223. ))
  11224. ->values(array(
  11225. 'lid' => '58',
  11226. 'location' => 'content.module:2401',
  11227. 'textgroup' => 'default',
  11228. 'source' => 'Poll module settings.',
  11229. 'version' => 'none',
  11230. ))
  11231. ->values(array(
  11232. 'lid' => '59',
  11233. 'location' => 'content.module:2408',
  11234. 'textgroup' => 'default',
  11235. 'source' => 'Upload module form.',
  11236. 'version' => '6.38-dev',
  11237. ))
  11238. ->values(array(
  11239. 'lid' => '60',
  11240. 'location' => 'content.module:595;602;0, includes/content.crud.inc:589;633',
  11241. 'textgroup' => 'default',
  11242. 'source' => 'content',
  11243. 'version' => 'none',
  11244. ))
  11245. ->values(array(
  11246. 'lid' => '61',
  11247. 'location' => 'content.module:79',
  11248. 'textgroup' => 'default',
  11249. 'source' => 'Fields',
  11250. 'version' => 'none',
  11251. ))
  11252. ->values(array(
  11253. 'lid' => '62',
  11254. 'location' => 'content.install:236',
  11255. 'textgroup' => 'default',
  11256. '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.",
  11257. 'version' => 'none',
  11258. ))
  11259. ->values(array(
  11260. 'lid' => '63',
  11261. 'location' => 'content.install:239',
  11262. 'textgroup' => 'default',
  11263. '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.',
  11264. 'version' => 'none',
  11265. ))
  11266. ->values(array(
  11267. 'lid' => '64',
  11268. 'location' => 'content.install:244',
  11269. 'textgroup' => 'default',
  11270. '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.',
  11271. 'version' => 'none',
  11272. ))
  11273. ->values(array(
  11274. 'lid' => '65',
  11275. 'location' => 'content.install:251',
  11276. 'textgroup' => 'default',
  11277. 'source' => 'Some updates are still pending. Please return to <a href="@update-php">update.php</a> and run the remaining updates.',
  11278. 'version' => 'none',
  11279. ))
  11280. ->values(array(
  11281. 'lid' => '66',
  11282. 'location' => '(duplicate) content.install:10',
  11283. 'textgroup' => 'default',
  11284. 'source' => 'CCK - No Views integration',
  11285. 'version' => 'none',
  11286. ))
  11287. ->values(array(
  11288. 'lid' => '67',
  11289. 'location' => '(duplicate) content.install:11',
  11290. 'textgroup' => 'default',
  11291. 'source' => 'CCK integration with Views module requires Views 6.x-2.0-rc2 or greater.',
  11292. 'version' => 'none',
  11293. ))
  11294. ->values(array(
  11295. 'lid' => '68',
  11296. 'location' => 'includes/content.admin.inc:16, modules/content_copy/content_copy_export_form.tpl.php:11, theme/content-admin-field-overview-form.tpl.php:12',
  11297. 'textgroup' => 'default',
  11298. 'source' => 'Name',
  11299. 'version' => '6.38-dev',
  11300. ))
  11301. ->values(array(
  11302. 'lid' => '69',
  11303. 'location' => 'includes/content.admin.inc:16, modules/content_copy/content_copy_export_form.tpl.php:12, theme/content-admin-field-overview-form.tpl.php:13',
  11304. 'textgroup' => 'default',
  11305. 'source' => 'Type',
  11306. 'version' => '6.38-dev',
  11307. ))
  11308. ->values(array(
  11309. 'lid' => '70',
  11310. 'location' => 'includes/content.admin.inc:16, modules/fieldgroup/fieldgroup.module:158',
  11311. 'textgroup' => 'default',
  11312. 'source' => 'Description',
  11313. 'version' => '6.38-dev',
  11314. ))
  11315. ->values(array(
  11316. 'lid' => '71',
  11317. 'location' => 'includes/content.admin.inc:16, theme/content-admin-field-overview-form.tpl.php:14',
  11318. 'textgroup' => 'default',
  11319. 'source' => 'Operations',
  11320. 'version' => '6.38-dev',
  11321. ))
  11322. ->values(array(
  11323. 'lid' => '72',
  11324. 'location' => 'includes/content.admin.inc:30',
  11325. 'textgroup' => 'default',
  11326. 'source' => 'edit',
  11327. 'version' => '6.38-dev',
  11328. ))
  11329. ->values(array(
  11330. 'lid' => '73',
  11331. 'location' => 'includes/content.admin.inc:33',
  11332. 'textgroup' => 'default',
  11333. 'source' => 'manage fields',
  11334. 'version' => 'none',
  11335. ))
  11336. ->values(array(
  11337. 'lid' => '74',
  11338. 'location' => 'includes/content.admin.inc:36',
  11339. 'textgroup' => 'default',
  11340. 'source' => 'delete',
  11341. 'version' => '6.38-dev',
  11342. ))
  11343. ->values(array(
  11344. 'lid' => '75',
  11345. 'location' => 'includes/content.admin.inc:47',
  11346. 'textgroup' => 'default',
  11347. 'source' => 'No content types available.',
  11348. 'version' => 'none',
  11349. ))
  11350. ->values(array(
  11351. 'lid' => '76',
  11352. 'location' => 'includes/content.admin.inc:54',
  11353. 'textgroup' => 'default',
  11354. 'source' => '» Add a new content type',
  11355. 'version' => 'none',
  11356. ))
  11357. ->values(array(
  11358. 'lid' => '77',
  11359. 'location' => 'includes/content.admin.inc:67;796;991',
  11360. 'textgroup' => 'default',
  11361. 'source' => 'Field name',
  11362. 'version' => 'none',
  11363. ))
  11364. ->values(array(
  11365. 'lid' => '78',
  11366. 'location' => 'includes/content.admin.inc:67;811;997',
  11367. 'textgroup' => 'default',
  11368. 'source' => 'Field type',
  11369. 'version' => 'none',
  11370. ))
  11371. ->values(array(
  11372. 'lid' => '79',
  11373. 'location' => 'includes/content.admin.inc:67',
  11374. 'textgroup' => 'default',
  11375. 'source' => 'Used in',
  11376. 'version' => 'none',
  11377. ))
  11378. ->values(array(
  11379. 'lid' => '80',
  11380. 'location' => 'includes/content.admin.inc:71',
  11381. 'textgroup' => 'default',
  11382. 'source' => '@field_name (Locked)',
  11383. 'version' => 'none',
  11384. ))
  11385. ->values(array(
  11386. 'lid' => '81',
  11387. 'location' => 'includes/content.admin.inc:90',
  11388. 'textgroup' => 'default',
  11389. 'source' => 'No fields have been defined for any content type yet.',
  11390. 'version' => 'none',
  11391. ))
  11392. ->values(array(
  11393. 'lid' => '82',
  11394. 'location' => 'not literally, English needs work, includes/content.admin.inc:106, fuzzy',
  11395. 'textgroup' => 'default',
  11396. 'source' => 'This content type has inactive fields. Inactive fields are not included in lists of available fields until their modules are enabled.',
  11397. 'version' => 'none',
  11398. ))
  11399. ->values(array(
  11400. 'lid' => '83',
  11401. 'location' => 'includes/content.admin.inc:108',
  11402. 'textgroup' => 'default',
  11403. 'source' => '!field (!field_name) is an inactive !field_type field that uses a !widget_type widget.',
  11404. 'version' => 'none',
  11405. ))
  11406. ->values(array(
  11407. 'lid' => '84',
  11408. 'location' => 'includes/content.admin.inc:170;196',
  11409. 'textgroup' => 'default',
  11410. 'source' => 'Configure',
  11411. 'version' => '6.38-dev',
  11412. ))
  11413. ->values(array(
  11414. 'lid' => '85',
  11415. 'location' => 'Schreibgeschützt, includes/content.admin.inc:181',
  11416. 'textgroup' => 'default',
  11417. 'source' => 'Locked',
  11418. 'version' => 'none',
  11419. ))
  11420. ->values(array(
  11421. 'lid' => '86',
  11422. 'location' => 'includes/content.admin.inc:237',
  11423. 'textgroup' => 'default',
  11424. 'source' => '- Select a field type -',
  11425. 'version' => 'none',
  11426. ))
  11427. ->values(array(
  11428. 'lid' => '87',
  11429. 'location' => 'includes/content.admin.inc:238',
  11430. 'textgroup' => 'default',
  11431. 'source' => '- Select a widget -',
  11432. 'version' => 'none',
  11433. ))
  11434. ->values(array(
  11435. 'lid' => '88',
  11436. 'location' => 'includes/content.admin.inc:244;285;315;804;985, includes/panels/content_types/content_field.inc:97, includes/views/handlers/content_handler_field.inc:56',
  11437. 'textgroup' => 'default',
  11438. 'source' => 'Label',
  11439. 'version' => 'none',
  11440. ))
  11441. ->values(array(
  11442. 'lid' => '89',
  11443. 'location' => 'includes/content.admin.inc:253',
  11444. 'textgroup' => 'default',
  11445. 'source' => 'Field name (a-z, 0-9, _)',
  11446. 'version' => 'none',
  11447. ))
  11448. ->values(array(
  11449. 'lid' => '90',
  11450. 'location' => 'includes/content.admin.inc:258',
  11451. 'textgroup' => 'default',
  11452. 'source' => 'Type of data to store.',
  11453. 'version' => 'none',
  11454. ))
  11455. ->values(array(
  11456. 'lid' => '91',
  11457. 'location' => 'includes/content.admin.inc:263;295',
  11458. 'textgroup' => 'default',
  11459. 'source' => 'Form element to edit the data.',
  11460. 'version' => 'none',
  11461. ))
  11462. ->values(array(
  11463. 'lid' => '92',
  11464. 'location' => 'includes/content.admin.inc:279',
  11465. 'textgroup' => 'default',
  11466. 'source' => '- Select an existing field -',
  11467. 'version' => 'none',
  11468. ))
  11469. ->values(array(
  11470. 'lid' => '93',
  11471. 'location' => 'includes/content.admin.inc:290',
  11472. 'textgroup' => 'default',
  11473. 'source' => 'Field to share',
  11474. 'version' => 'none',
  11475. ))
  11476. ->values(array(
  11477. 'lid' => '94',
  11478. 'location' => 'includes/content.admin.inc:324',
  11479. 'textgroup' => 'default',
  11480. 'source' => 'Group name (a-z, 0-9, _)',
  11481. 'version' => 'none',
  11482. ))
  11483. ->values(array(
  11484. 'lid' => '95',
  11485. 'location' => 'includes/content.admin.inc:352;677, modules/fieldgroup/fieldgroup.module:177;341',
  11486. 'textgroup' => 'default',
  11487. 'source' => 'Save',
  11488. 'version' => 'none',
  11489. ))
  11490. ->values(array(
  11491. 'lid' => '96',
  11492. 'location' => 'includes/content.admin.inc:373',
  11493. 'textgroup' => 'default',
  11494. 'source' => 'Add new field: you need to provide a label.',
  11495. 'version' => 'none',
  11496. ))
  11497. ->values(array(
  11498. 'lid' => '97',
  11499. 'location' => 'includes/content.admin.inc:378',
  11500. 'textgroup' => 'default',
  11501. 'source' => 'Add new field: you need to provide a field name.',
  11502. 'version' => 'none',
  11503. ))
  11504. ->values(array(
  11505. 'lid' => '98',
  11506. 'location' => 'includes/content.admin.inc:392',
  11507. 'textgroup' => 'default',
  11508. 'source' => 'Add new field: the field name %field_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.',
  11509. 'version' => 'none',
  11510. ))
  11511. ->values(array(
  11512. 'lid' => '99',
  11513. 'location' => 'includes/content.admin.inc:395',
  11514. 'textgroup' => 'default',
  11515. 'source' => "Add new field: the field name %field_name is too long. The name is limited to 32 characters, including the 'field_' prefix.",
  11516. 'version' => 'none',
  11517. ))
  11518. ->values(array(
  11519. 'lid' => '100',
  11520. 'location' => 'includes/content.admin.inc:399',
  11521. 'textgroup' => 'default',
  11522. 'source' => "Add new field: the name 'field_instance' is a reserved name.",
  11523. 'version' => 'none',
  11524. ))
  11525. ->values(array(
  11526. 'lid' => '101',
  11527. 'location' => 'includes/content.admin.inc:411',
  11528. 'textgroup' => 'default',
  11529. 'source' => 'Add new field: the field name %field_name already exists.',
  11530. 'version' => 'none',
  11531. ))
  11532. ->values(array(
  11533. 'lid' => '102',
  11534. 'location' => 'includes/content.admin.inc:417',
  11535. 'textgroup' => 'default',
  11536. 'source' => 'Add new field: you need to select a field type.',
  11537. 'version' => 'none',
  11538. ))
  11539. ->values(array(
  11540. 'lid' => '103',
  11541. 'location' => 'includes/content.admin.inc:422',
  11542. 'textgroup' => 'default',
  11543. 'source' => 'Add new field: you need to select a widget.',
  11544. 'version' => 'none',
  11545. ))
  11546. ->values(array(
  11547. 'lid' => '104',
  11548. 'location' => 'includes/content.admin.inc:428',
  11549. 'textgroup' => 'default',
  11550. 'source' => 'Add new field: invalid widget.',
  11551. 'version' => 'none',
  11552. ))
  11553. ->values(array(
  11554. 'lid' => '105',
  11555. 'location' => 'includes/content.admin.inc:449',
  11556. 'textgroup' => 'default',
  11557. 'source' => 'Add existing field: you need to provide a label.',
  11558. 'version' => 'none',
  11559. ))
  11560. ->values(array(
  11561. 'lid' => '106',
  11562. 'location' => 'includes/content.admin.inc:454',
  11563. 'textgroup' => 'default',
  11564. 'source' => 'Add existing field: you need to select a field.',
  11565. 'version' => 'none',
  11566. ))
  11567. ->values(array(
  11568. 'lid' => '107',
  11569. 'location' => 'includes/content.admin.inc:459',
  11570. 'textgroup' => 'default',
  11571. 'source' => 'Add existing field: you need to select a widget.',
  11572. 'version' => 'none',
  11573. ))
  11574. ->values(array(
  11575. 'lid' => '108',
  11576. 'location' => 'includes/content.admin.inc:465',
  11577. 'textgroup' => 'default',
  11578. 'source' => 'Add existing field: invalid widget.',
  11579. 'version' => 'none',
  11580. ))
  11581. ->values(array(
  11582. 'lid' => '109',
  11583. 'location' => 'includes/content.admin.inc:514',
  11584. 'textgroup' => 'default',
  11585. 'source' => 'There was a problem creating field %label.',
  11586. 'version' => 'none',
  11587. ))
  11588. ->values(array(
  11589. 'lid' => '110',
  11590. 'location' => 'includes/content.admin.inc:526',
  11591. 'textgroup' => 'default',
  11592. 'source' => 'The field %label cannot be added to a content type because it is locked.',
  11593. 'version' => 'none',
  11594. ))
  11595. ->values(array(
  11596. 'lid' => '111',
  11597. 'location' => 'includes/content.admin.inc:536',
  11598. 'textgroup' => 'default',
  11599. 'source' => 'There was a problem adding field %label.',
  11600. 'version' => 'none',
  11601. ))
  11602. ->values(array(
  11603. 'lid' => '112',
  11604. 'location' => 'includes/content.admin.inc:578',
  11605. 'textgroup' => 'default',
  11606. 'source' => 'There are no fields configured for this content type. You can add new fields on the <a href="@link">Manage fields</a> page.',
  11607. 'version' => 'none',
  11608. ))
  11609. ->values(array(
  11610. 'lid' => '113',
  11611. 'location' => 'includes/content.admin.inc:585;633, includes/panels/content_types/content_field.inc:101, modules/content_multigroup/content_multigroup.module:352',
  11612. 'textgroup' => 'default',
  11613. 'source' => 'Above',
  11614. 'version' => 'none',
  11615. ))
  11616. ->values(array(
  11617. 'lid' => '114',
  11618. 'location' => 'includes/content.admin.inc:586, includes/panels/content_types/content_field.inc:102',
  11619. 'textgroup' => 'default',
  11620. 'source' => 'Inline',
  11621. 'version' => 'none',
  11622. ))
  11623. ->values(array(
  11624. 'lid' => '115',
  11625. 'location' => 'includes/content.admin.inc:625;668',
  11626. 'textgroup' => 'default',
  11627. 'source' => 'Include',
  11628. 'version' => 'none',
  11629. ))
  11630. ->values(array(
  11631. 'lid' => '116',
  11632. 'location' => 'includes/content.admin.inc:625;668, theme/content-admin-display-overview-form.tpl.php:17',
  11633. 'textgroup' => 'default',
  11634. 'source' => 'Exclude',
  11635. 'version' => 'none',
  11636. ))
  11637. ->values(array(
  11638. 'lid' => '117',
  11639. 'location' => 'includes/content.admin.inc:637',
  11640. 'textgroup' => 'default',
  11641. 'source' => 'no styling',
  11642. 'version' => 'none',
  11643. ))
  11644. ->values(array(
  11645. 'lid' => '118',
  11646. 'location' => 'includes/content.admin.inc:638',
  11647. 'textgroup' => 'default',
  11648. 'source' => 'simple',
  11649. 'version' => 'none',
  11650. ))
  11651. ->values(array(
  11652. 'lid' => '119',
  11653. 'location' => 'includes/content.admin.inc:639',
  11654. 'textgroup' => 'default',
  11655. 'source' => 'fieldset',
  11656. 'version' => 'none',
  11657. ))
  11658. ->values(array(
  11659. 'lid' => '120',
  11660. 'location' => 'includes/content.admin.inc:640',
  11661. 'textgroup' => 'default',
  11662. 'source' => 'fieldset - collapsible',
  11663. 'version' => 'none',
  11664. ))
  11665. ->values(array(
  11666. 'lid' => '121',
  11667. 'location' => 'includes/content.admin.inc:641',
  11668. 'textgroup' => 'default',
  11669. 'source' => 'fieldset - collapsed',
  11670. 'version' => 'none',
  11671. ))
  11672. ->values(array(
  11673. 'lid' => '122',
  11674. 'location' => 'includes/content.admin.inc:697',
  11675. 'textgroup' => 'default',
  11676. 'source' => 'Your settings have been saved.',
  11677. 'version' => 'none',
  11678. ))
  11679. ->values(array(
  11680. 'lid' => '123',
  11681. 'location' => 'includes/content.admin.inc:767',
  11682. 'textgroup' => 'default',
  11683. 'source' => '@type: @field (@label)',
  11684. 'version' => 'none',
  11685. ))
  11686. ->values(array(
  11687. 'lid' => '124',
  11688. 'location' => 'includes/content.admin.inc:793',
  11689. 'textgroup' => 'default',
  11690. 'source' => 'Edit basic information',
  11691. 'version' => 'none',
  11692. ))
  11693. ->values(array(
  11694. 'lid' => '125',
  11695. 'location' => 'includes/content.admin.inc:799',
  11696. 'textgroup' => 'default',
  11697. 'source' => 'The machine-readable name of the field. This name cannot be changed.',
  11698. 'version' => 'none',
  11699. ))
  11700. ->values(array(
  11701. 'lid' => '126',
  11702. 'location' => 'includes/content.admin.inc:807',
  11703. 'textgroup' => 'default',
  11704. 'source' => 'A human-readable name to be used as the label for this field in the %type content type.',
  11705. 'version' => 'none',
  11706. ))
  11707. ->values(array(
  11708. 'lid' => '127',
  11709. 'location' => 'includes/content.admin.inc:814',
  11710. 'textgroup' => 'default',
  11711. 'source' => 'The type of data you would like to store in the database with this field. This option cannot be changed.',
  11712. 'version' => 'none',
  11713. ))
  11714. ->values(array(
  11715. 'lid' => '128',
  11716. 'location' => 'includes/content.admin.inc:819;1003',
  11717. 'textgroup' => 'default',
  11718. 'source' => 'Widget type',
  11719. 'version' => 'none',
  11720. ))
  11721. ->values(array(
  11722. 'lid' => '129',
  11723. 'location' => 'includes/content.admin.inc:823',
  11724. 'textgroup' => 'default',
  11725. 'source' => 'The type of form element you would like to present to the user when creating this field in the %type content type.',
  11726. 'version' => 'none',
  11727. ))
  11728. ->values(array(
  11729. 'lid' => '130',
  11730. 'location' => 'includes/content.admin.inc:833, includes/content.rules.inc:66',
  11731. 'textgroup' => 'default',
  11732. 'source' => 'Continue',
  11733. 'version' => 'none',
  11734. ))
  11735. ->values(array(
  11736. 'lid' => '131',
  11737. 'location' => 'includes/content.admin.inc:861',
  11738. 'textgroup' => 'default',
  11739. 'source' => 'Updated basic settings for field %label.',
  11740. 'version' => 'none',
  11741. ))
  11742. ->values(array(
  11743. 'lid' => '132',
  11744. 'location' => 'includes/content.admin.inc:865',
  11745. 'textgroup' => 'default',
  11746. 'source' => 'There was a problem updating the basic settings for field %label.',
  11747. 'version' => 'none',
  11748. ))
  11749. ->values(array(
  11750. 'lid' => '133',
  11751. 'location' => 'includes/content.admin.inc:892',
  11752. 'textgroup' => 'default',
  11753. 'source' => 'Are you sure you want to remove the field %field?',
  11754. 'version' => 'none',
  11755. ))
  11756. ->values(array(
  11757. 'lid' => '134',
  11758. 'location' => 'includes/content.admin.inc:894',
  11759. 'textgroup' => 'default',
  11760. 'source' => 'If you have any content left in this field, it will be lost. This action cannot be undone.',
  11761. 'version' => 'none',
  11762. ))
  11763. ->values(array(
  11764. 'lid' => '135',
  11765. 'location' => 'includes/content.admin.inc:895, modules/fieldgroup/fieldgroup.module:209',
  11766. 'textgroup' => 'default',
  11767. 'source' => 'Cancel',
  11768. 'version' => 'none',
  11769. ))
  11770. ->values(array(
  11771. 'lid' => '136',
  11772. 'location' => 'includes/content.admin.inc:901',
  11773. 'textgroup' => 'default',
  11774. 'source' => 'This field is <strong>locked</strong> and cannot be removed.',
  11775. 'version' => 'none',
  11776. ))
  11777. ->values(array(
  11778. 'lid' => '137',
  11779. 'location' => 'includes/content.admin.inc:922',
  11780. 'textgroup' => 'default',
  11781. 'source' => 'Removed field %field from %type.',
  11782. 'version' => 'none',
  11783. ))
  11784. ->values(array(
  11785. 'lid' => '138',
  11786. 'location' => 'includes/content.admin.inc:927',
  11787. 'textgroup' => 'default',
  11788. 'source' => 'There was a problem deleting %field from %type.',
  11789. 'version' => 'none',
  11790. ))
  11791. ->values(array(
  11792. 'lid' => '139',
  11793. 'location' => 'includes/content.admin.inc:946',
  11794. 'textgroup' => 'default',
  11795. 'source' => 'The field %field is locked and cannot be edited.',
  11796. 'version' => 'none',
  11797. ))
  11798. ->values(array(
  11799. 'lid' => '140',
  11800. 'location' => 'includes/content.admin.inc:980',
  11801. 'textgroup' => 'default',
  11802. 'source' => '%type basic information',
  11803. 'version' => 'none',
  11804. ))
  11805. ->values(array(
  11806. 'lid' => '141',
  11807. 'location' => 'includes/content.admin.inc:1010;1189',
  11808. 'textgroup' => 'default',
  11809. 'source' => 'Change basic information',
  11810. 'version' => 'none',
  11811. ))
  11812. ->values(array(
  11813. 'lid' => '142',
  11814. 'location' => 'includes/content.admin.inc:1016',
  11815. 'textgroup' => 'default',
  11816. 'source' => '%type settings',
  11817. 'version' => 'none',
  11818. ))
  11819. ->values(array(
  11820. 'lid' => '143',
  11821. 'location' => 'includes/content.admin.inc:1017',
  11822. 'textgroup' => 'default',
  11823. 'source' => 'These settings apply only to the %field field as it appears in the %type content type.',
  11824. 'version' => 'none',
  11825. ))
  11826. ->values(array(
  11827. 'lid' => '144',
  11828. 'location' => 'includes/content.admin.inc:1031, modules/fieldgroup/fieldgroup.module:145',
  11829. 'textgroup' => 'default',
  11830. 'source' => 'Help text',
  11831. 'version' => 'none',
  11832. ))
  11833. ->values(array(
  11834. 'lid' => '145',
  11835. 'location' => 'includes/content.admin.inc:1034',
  11836. 'textgroup' => 'default',
  11837. 'source' => 'Instructions to present to the user below this field on the editing form.<br />Allowed HTML tags: @tags',
  11838. 'version' => 'none',
  11839. ))
  11840. ->values(array(
  11841. 'lid' => '146',
  11842. 'location' => 'includes/content.admin.inc:1060',
  11843. 'textgroup' => 'default',
  11844. 'source' => 'Default value',
  11845. 'version' => 'none',
  11846. ))
  11847. ->values(array(
  11848. 'lid' => '147',
  11849. 'location' => 'includes/content.admin.inc:1081, modules/number/number.module:123, modules/text/text.module:86',
  11850. 'textgroup' => 'default',
  11851. 'source' => 'PHP code',
  11852. 'version' => 'none',
  11853. ))
  11854. ->values(array(
  11855. 'lid' => '148',
  11856. 'location' => 'includes/content.admin.inc:1090;1245, includes/content.rules.inc:93',
  11857. 'textgroup' => 'default',
  11858. 'source' => "'@column' => value for @column",
  11859. 'version' => 'none',
  11860. ))
  11861. ->values(array(
  11862. 'lid' => '149',
  11863. 'location' => 'includes/content.admin.inc:1092;1247, includes/content.rules.inc:95',
  11864. 'textgroup' => 'default',
  11865. '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);",
  11866. 'version' => 'none',
  11867. ))
  11868. ->values(array(
  11869. 'lid' => '150',
  11870. 'location' => 'includes/content.admin.inc:1096;1109, includes/content.rules.inc:99, modules/number/number.module:130;139, modules/text/text.module:93;102',
  11871. 'textgroup' => 'default',
  11872. 'source' => 'Code',
  11873. 'version' => '6.38-dev',
  11874. ))
  11875. ->values(array(
  11876. 'lid' => '151',
  11877. 'location' => 'includes/content.admin.inc:1100',
  11878. 'textgroup' => 'default',
  11879. '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.',
  11880. 'version' => 'none',
  11881. ))
  11882. ->values(array(
  11883. 'lid' => '152',
  11884. 'location' => 'includes/content.admin.inc:1110, modules/number/number.module:140, modules/text/text.module:103',
  11885. 'textgroup' => 'default',
  11886. 'source' => '&lt;none&gt;',
  11887. 'version' => 'none',
  11888. ))
  11889. ->values(array(
  11890. 'lid' => '153',
  11891. 'location' => 'includes/content.admin.inc:1111, modules/number/number.module:141, modules/text/text.module:104',
  11892. 'textgroup' => 'default',
  11893. 'source' => "You're not allowed to input PHP code.",
  11894. 'version' => 'none',
  11895. ))
  11896. ->values(array(
  11897. 'lid' => '154',
  11898. 'location' => 'includes/content.admin.inc:1111',
  11899. 'textgroup' => 'default',
  11900. 'source' => 'This PHP code was set by an administrator and will override any value specified above.',
  11901. 'version' => 'none',
  11902. ))
  11903. ->values(array(
  11904. 'lid' => '155',
  11905. 'location' => 'includes/content.admin.inc:1118',
  11906. 'textgroup' => 'default',
  11907. 'source' => 'Global settings',
  11908. 'version' => 'none',
  11909. ))
  11910. ->values(array(
  11911. 'lid' => '156',
  11912. 'location' => 'includes/content.admin.inc:1119',
  11913. 'textgroup' => 'default',
  11914. 'source' => 'These settings apply to the %field field in every content type in which it appears.',
  11915. 'version' => 'none',
  11916. ))
  11917. ->values(array(
  11918. 'lid' => '157',
  11919. 'location' => 'includes/content.admin.inc:1123',
  11920. 'textgroup' => 'default',
  11921. 'source' => 'Required',
  11922. 'version' => 'none',
  11923. ))
  11924. ->values(array(
  11925. 'lid' => '158',
  11926. 'location' => 'includes/content.admin.inc:1126',
  11927. 'textgroup' => 'default',
  11928. 'source' => 'Maximum number of values users can enter for this field.',
  11929. 'version' => 'none',
  11930. ))
  11931. ->values(array(
  11932. 'lid' => '159',
  11933. 'location' => 'includes/content.admin.inc:1128',
  11934. 'textgroup' => 'default',
  11935. 'source' => "'Unlimited' will provide an 'Add more' button so the users can add as many values as they like.",
  11936. 'version' => 'none',
  11937. ))
  11938. ->values(array(
  11939. 'lid' => '160',
  11940. 'location' => 'includes/content.admin.inc:1130',
  11941. 'textgroup' => 'default',
  11942. 'source' => 'Warning! Changing this setting after data has been created could result in the loss of data!',
  11943. 'version' => 'none',
  11944. ))
  11945. ->values(array(
  11946. 'lid' => '161',
  11947. 'location' => 'includes/content.admin.inc:1133',
  11948. 'textgroup' => 'default',
  11949. 'source' => 'Number of values',
  11950. 'version' => 'none',
  11951. ))
  11952. ->values(array(
  11953. 'lid' => '162',
  11954. 'location' => 'includes/content.admin.inc:1134, modules/content_multigroup/content_multigroup.module:73',
  11955. 'textgroup' => 'default',
  11956. 'source' => 'Unlimited',
  11957. 'version' => 'none',
  11958. ))
  11959. ->values(array(
  11960. 'lid' => '163',
  11961. 'location' => 'includes/content.admin.inc:1151, modules/content_copy/content_copy.module:251',
  11962. 'textgroup' => 'default',
  11963. 'source' => 'Save field settings',
  11964. 'version' => 'none',
  11965. ))
  11966. ->values(array(
  11967. 'lid' => '164',
  11968. 'location' => 'includes/content.admin.inc:1288',
  11969. 'textgroup' => 'default',
  11970. 'source' => "The PHP code for 'default value' returned @value, which is invalid.",
  11971. 'version' => 'none',
  11972. ))
  11973. ->values(array(
  11974. 'lid' => '165',
  11975. 'location' => 'includes/content.admin.inc:1292',
  11976. 'textgroup' => 'default',
  11977. 'source' => 'The default value is invalid.',
  11978. 'version' => 'none',
  11979. ))
  11980. ->values(array(
  11981. 'lid' => '166',
  11982. 'location' => 'includes/content.admin.inc:1316',
  11983. 'textgroup' => 'default',
  11984. 'source' => 'Added field %label.',
  11985. 'version' => 'none',
  11986. ))
  11987. ->values(array(
  11988. 'lid' => '167',
  11989. 'location' => 'includes/content.admin.inc:1320',
  11990. 'textgroup' => 'default',
  11991. 'source' => 'Saved field %label.',
  11992. 'version' => 'none',
  11993. ))
  11994. ->values(array(
  11995. 'lid' => '168',
  11996. 'location' => 'includes/content.admin.inc:1678',
  11997. 'textgroup' => 'default',
  11998. 'source' => 'Processing',
  11999. 'version' => 'none',
  12000. ))
  12001. ->values(array(
  12002. 'lid' => '169',
  12003. 'location' => 'includes/content.admin.inc:1679',
  12004. 'textgroup' => 'default',
  12005. 'source' => 'The update has encountered an error.',
  12006. 'version' => 'none',
  12007. ))
  12008. ->values(array(
  12009. 'lid' => '170',
  12010. 'location' => 'includes/content.admin.inc:1693',
  12011. 'textgroup' => 'default',
  12012. 'source' => 'The database has been altered and data has been migrated or deleted.',
  12013. 'version' => 'none',
  12014. ))
  12015. ->values(array(
  12016. 'lid' => '171',
  12017. 'location' => 'includes/content.admin.inc:1696',
  12018. 'textgroup' => 'default',
  12019. 'source' => 'An error occurred and database alteration did not complete.',
  12020. 'version' => 'none',
  12021. ))
  12022. ->values(array(
  12023. 'lid' => '172',
  12024. 'location' => 'includes/content.admin.inc:1799',
  12025. 'textgroup' => 'default',
  12026. 'source' => 'Processing %title',
  12027. 'version' => 'none',
  12028. ))
  12029. ->values(array(
  12030. 'lid' => '173',
  12031. 'location' => 'includes/content.admin.inc:1865',
  12032. 'textgroup' => 'default',
  12033. 'source' => '%name must be an integer.',
  12034. 'version' => 'none',
  12035. ))
  12036. ->values(array(
  12037. 'lid' => '174',
  12038. 'location' => 'includes/content.admin.inc:1875',
  12039. 'textgroup' => 'default',
  12040. 'source' => '%name must be a positive integer.',
  12041. 'version' => 'none',
  12042. ))
  12043. ->values(array(
  12044. 'lid' => '175',
  12045. 'location' => 'includes/content.admin.inc:1885',
  12046. 'textgroup' => 'default',
  12047. 'source' => '%name must be a number.',
  12048. 'version' => 'none',
  12049. ))
  12050. ->values(array(
  12051. 'lid' => '176',
  12052. 'location' => 'includes/content.admin.inc:1697',
  12053. 'textgroup' => 'default',
  12054. 'source' => '1 item successfully processed:',
  12055. 'version' => 'none',
  12056. ))
  12057. ->values(array(
  12058. 'lid' => '177',
  12059. 'location' => 'includes/content.admin.inc:1697',
  12060. 'textgroup' => 'default',
  12061. 'source' => '@count items successfully processed:',
  12062. 'version' => 'none',
  12063. ))
  12064. ->values(array(
  12065. 'lid' => '178',
  12066. 'location' => 'includes/content.crud.inc:589',
  12067. 'textgroup' => 'default',
  12068. 'source' => 'Content fields table %old_name has been renamed to %new_name and field instances have been updated.',
  12069. 'version' => 'none',
  12070. ))
  12071. ->values(array(
  12072. 'lid' => '179',
  12073. 'location' => 'includes/content.crud.inc:633',
  12074. 'textgroup' => 'default',
  12075. 'source' => 'The content fields table %name has been deleted.',
  12076. 'version' => 'none',
  12077. ))
  12078. ->values(array(
  12079. 'lid' => '180',
  12080. 'location' => 'includes/content.node_form.inc:223',
  12081. 'textgroup' => 'default',
  12082. 'source' => 'Add another item',
  12083. 'version' => 'none',
  12084. ))
  12085. ->values(array(
  12086. 'lid' => '181',
  12087. 'location' => 'includes/panels/content_types/content_field.inc:14',
  12088. 'textgroup' => 'default',
  12089. 'source' => 'Content field',
  12090. 'version' => 'none',
  12091. ))
  12092. ->values(array(
  12093. 'lid' => '182',
  12094. 'location' => 'includes/content.panels.inc:38',
  12095. 'textgroup' => 'default',
  12096. 'source' => 'A content field from the referenced node.',
  12097. 'version' => 'none',
  12098. ))
  12099. ->values(array(
  12100. 'lid' => '183',
  12101. 'location' => 'includes/panels/content_types/content_field.inc:45, modules/fieldgroup/fieldgroup.panels.inc:31, modules/fieldgroup/panels/content_types/content_fieldgroup.inc:43',
  12102. 'textgroup' => 'default',
  12103. 'source' => 'Node',
  12104. 'version' => 'none',
  12105. ))
  12106. ->values(array(
  12107. 'lid' => '184',
  12108. 'location' => 'includes/content.panels.inc:40, modules/fieldgroup/fieldgroup.panels.inc:32',
  12109. 'textgroup' => 'default',
  12110. 'source' => 'Node context',
  12111. 'version' => 'none',
  12112. ))
  12113. ->values(array(
  12114. 'lid' => '185',
  12115. 'location' => 'includes/panels/content_types/content_field.inc:100',
  12116. 'textgroup' => 'default',
  12117. 'source' => 'Block title',
  12118. 'version' => 'none',
  12119. ))
  12120. ->values(array(
  12121. 'lid' => '186',
  12122. 'location' => 'includes/panels/content_types/content_field.inc:103',
  12123. 'textgroup' => 'default',
  12124. 'source' => 'Hidden',
  12125. 'version' => 'none',
  12126. ))
  12127. ->values(array(
  12128. 'lid' => '187',
  12129. 'location' => 'includes/panels/content_types/content_field.inc:105',
  12130. 'textgroup' => 'default',
  12131. 'source' => 'Configure how the label is going to be displayed.',
  12132. 'version' => 'none',
  12133. ))
  12134. ->values(array(
  12135. 'lid' => '188',
  12136. 'location' => 'includes/content.panels.inc:73',
  12137. 'textgroup' => 'default',
  12138. 'source' => 'Field / Formatter',
  12139. 'version' => 'none',
  12140. ))
  12141. ->values(array(
  12142. 'lid' => '189',
  12143. 'location' => 'includes/content.panels.inc:76',
  12144. 'textgroup' => 'default',
  12145. 'source' => 'Select a field and formatter.',
  12146. 'version' => 'none',
  12147. ))
  12148. ->values(array(
  12149. 'lid' => '190',
  12150. 'location' => 'includes/content.panels.inc:92',
  12151. 'textgroup' => 'default',
  12152. 'source' => '"@s" field @name',
  12153. 'version' => 'none',
  12154. ))
  12155. ->values(array(
  12156. 'lid' => '191',
  12157. 'location' => 'includes/content.rules.inc:15',
  12158. 'textgroup' => 'default',
  12159. 'source' => 'Populate a field',
  12160. 'version' => 'none',
  12161. ))
  12162. ->values(array(
  12163. 'lid' => '192',
  12164. 'location' => 'includes/content.rules.inc:23;224',
  12165. 'textgroup' => 'default',
  12166. 'source' => 'You should make sure that the used field exists in the given content type.',
  12167. 'version' => 'none',
  12168. ))
  12169. ->values(array(
  12170. 'lid' => '193',
  12171. 'location' => 'includes/content.rules.inc:53;276, modules/nodereference/nodereference.rules.inc:45, modules/userreference/userreference.rules.inc:47',
  12172. 'textgroup' => 'default',
  12173. 'source' => 'Field',
  12174. 'version' => 'none',
  12175. ))
  12176. ->values(array(
  12177. 'lid' => '194',
  12178. 'location' => 'includes/content.rules.inc:56',
  12179. 'textgroup' => 'default',
  12180. 'source' => 'Select the machine-name of the field.',
  12181. 'version' => 'none',
  12182. ))
  12183. ->values(array(
  12184. 'lid' => '195',
  12185. 'location' => 'includes/content.rules.inc:84',
  12186. 'textgroup' => 'default',
  12187. 'source' => 'Advanced: Specify the fields value with PHP code',
  12188. 'version' => 'none',
  12189. ))
  12190. ->values(array(
  12191. 'lid' => '196',
  12192. 'location' => 'not literally, includes/content.rules.inc:102',
  12193. 'textgroup' => 'default',
  12194. '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.",
  12195. 'version' => 'none',
  12196. ))
  12197. ->values(array(
  12198. 'lid' => '197',
  12199. 'location' => 'includes/content.rules.inc:130',
  12200. 'textgroup' => 'default',
  12201. 'source' => 'You have to return the default value in the expected format.',
  12202. 'version' => 'none',
  12203. ))
  12204. ->values(array(
  12205. 'lid' => '198',
  12206. 'location' => 'includes/content.rules.inc:193',
  12207. 'textgroup' => 'default',
  12208. 'source' => "Populate @node's field '@field'",
  12209. 'version' => 'none',
  12210. ))
  12211. ->values(array(
  12212. 'lid' => '199',
  12213. 'location' => 'includes/content.rules.inc:210',
  12214. 'textgroup' => 'default',
  12215. 'source' => 'Field has value',
  12216. 'version' => 'none',
  12217. ))
  12218. ->values(array(
  12219. 'lid' => '200',
  12220. 'location' => 'includes/content.rules.inc:215',
  12221. 'textgroup' => 'default',
  12222. '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.',
  12223. 'version' => 'none',
  12224. ))
  12225. ->values(array(
  12226. 'lid' => '201',
  12227. 'location' => 'includes/content.rules.inc:219',
  12228. 'textgroup' => 'default',
  12229. 'source' => 'Field has changed',
  12230. 'version' => 'none',
  12231. ))
  12232. ->values(array(
  12233. 'lid' => '202',
  12234. 'location' => 'includes/content.rules.inc:221',
  12235. 'textgroup' => 'default',
  12236. 'source' => 'Content containing changes',
  12237. 'version' => 'none',
  12238. ))
  12239. ->values(array(
  12240. 'lid' => '203',
  12241. 'location' => 'includes/content.rules.inc:222',
  12242. 'textgroup' => 'default',
  12243. 'source' => 'Content not containing changes',
  12244. 'version' => 'none',
  12245. ))
  12246. ->values(array(
  12247. 'lid' => '204',
  12248. 'location' => 'includes/content.rules.inc:259',
  12249. 'textgroup' => 'default',
  12250. 'source' => "@node's field '@field' has value",
  12251. 'version' => 'none',
  12252. ))
  12253. ->values(array(
  12254. 'lid' => '205',
  12255. 'location' => 'not literally, includes/content.rules.inc:279, fuzzy',
  12256. 'textgroup' => 'default',
  12257. 'source' => 'Select the machine-name of the field to look at.',
  12258. 'version' => 'none',
  12259. ))
  12260. ->values(array(
  12261. 'lid' => '206',
  12262. 'location' => '@node?, includes/content.rules.inc:285',
  12263. 'textgroup' => 'default',
  12264. 'source' => "@node's field '@field' has been changed",
  12265. 'version' => 'none',
  12266. ))
  12267. ->values(array(
  12268. 'lid' => '207',
  12269. 'location' => 'includes/content.token.inc:12;15',
  12270. 'textgroup' => 'default',
  12271. 'source' => 'Token',
  12272. 'version' => 'none',
  12273. ))
  12274. ->values(array(
  12275. 'lid' => '208',
  12276. 'location' => 'includes/content.token.inc:81',
  12277. 'textgroup' => 'default',
  12278. 'source' => 'Referenced node ID',
  12279. 'version' => 'none',
  12280. ))
  12281. ->values(array(
  12282. 'lid' => '209',
  12283. 'location' => 'includes/content.token.inc:82',
  12284. 'textgroup' => 'default',
  12285. 'source' => 'Referenced node title',
  12286. 'version' => 'none',
  12287. ))
  12288. ->values(array(
  12289. 'lid' => '210',
  12290. 'location' => 'includes/content.token.inc:83',
  12291. 'textgroup' => 'default',
  12292. 'source' => 'Referenced node unfiltered title. WARNING - raw user input.',
  12293. 'version' => 'none',
  12294. ))
  12295. ->values(array(
  12296. 'lid' => '211',
  12297. 'location' => 'includes/content.token.inc:84',
  12298. 'textgroup' => 'default',
  12299. 'source' => 'Formatted html link to the referenced node.',
  12300. 'version' => 'none',
  12301. ))
  12302. ->values(array(
  12303. 'lid' => '212',
  12304. 'location' => 'includes/content.token.inc:85',
  12305. 'textgroup' => 'default',
  12306. 'source' => 'Relative path alias to the referenced node.',
  12307. 'version' => 'none',
  12308. ))
  12309. ->values(array(
  12310. 'lid' => '213',
  12311. 'location' => 'includes/content.token.inc:86',
  12312. 'textgroup' => 'default',
  12313. 'source' => 'Absolute path alias to the referenced node.',
  12314. 'version' => 'none',
  12315. ))
  12316. ->values(array(
  12317. 'lid' => '214',
  12318. 'location' => 'includes/content.token.inc:114',
  12319. 'textgroup' => 'default',
  12320. 'source' => 'Raw number value',
  12321. 'version' => 'none',
  12322. ))
  12323. ->values(array(
  12324. 'lid' => '215',
  12325. 'location' => 'includes/content.token.inc:115',
  12326. 'textgroup' => 'default',
  12327. 'source' => 'Formatted number value',
  12328. 'version' => 'none',
  12329. ))
  12330. ->values(array(
  12331. 'lid' => '216',
  12332. 'location' => 'includes/content.token.inc:138',
  12333. 'textgroup' => 'default',
  12334. 'source' => 'Raw, unfiltered text',
  12335. 'version' => 'none',
  12336. ))
  12337. ->values(array(
  12338. 'lid' => '217',
  12339. 'location' => 'includes/content.token.inc:139',
  12340. 'textgroup' => 'default',
  12341. 'source' => 'Formatted and filtered text',
  12342. 'version' => 'none',
  12343. ))
  12344. ->values(array(
  12345. 'lid' => '218',
  12346. 'location' => 'includes/content.token.inc:161',
  12347. 'textgroup' => 'default',
  12348. 'source' => 'Referenced user ID',
  12349. 'version' => 'none',
  12350. ))
  12351. ->values(array(
  12352. 'lid' => '219',
  12353. 'location' => 'includes/content.token.inc:162',
  12354. 'textgroup' => 'default',
  12355. 'source' => 'Referenced user name',
  12356. 'version' => 'none',
  12357. ))
  12358. ->values(array(
  12359. 'lid' => '220',
  12360. 'location' => 'includes/content.token.inc:163',
  12361. 'textgroup' => 'default',
  12362. 'source' => 'Formatted HTML link to referenced user',
  12363. 'version' => 'none',
  12364. ))
  12365. ->values(array(
  12366. 'lid' => '221',
  12367. 'location' => 'includes/content.token.inc:164',
  12368. 'textgroup' => 'default',
  12369. 'source' => 'Relative path alias to the referenced user.',
  12370. 'version' => 'none',
  12371. ))
  12372. ->values(array(
  12373. 'lid' => '222',
  12374. 'location' => 'includes/content.token.inc:165',
  12375. 'textgroup' => 'default',
  12376. 'source' => 'Absolute path alias to the referenced user.',
  12377. 'version' => 'none',
  12378. ))
  12379. ->values(array(
  12380. 'lid' => '223',
  12381. 'location' => 'includes/views/content.views.inc:245;261',
  12382. 'textgroup' => 'default',
  12383. 'source' => '@label (!name)',
  12384. 'version' => 'none',
  12385. ))
  12386. ->values(array(
  12387. 'lid' => '224',
  12388. 'location' => 'includes/views/content.views.inc:249',
  12389. 'textgroup' => 'default',
  12390. 'source' => '@label (!name) - !column',
  12391. 'version' => 'none',
  12392. ))
  12393. ->values(array(
  12394. 'lid' => '225',
  12395. 'location' => 'includes/views/content.views.inc:250',
  12396. 'textgroup' => 'default',
  12397. 'source' => '@label-truncated - !column',
  12398. 'version' => 'none',
  12399. ))
  12400. ->values(array(
  12401. 'lid' => '226',
  12402. 'location' => 'includes/views/content.views.inc:257',
  12403. 'textgroup' => 'default',
  12404. 'source' => 'Appears in: @types',
  12405. 'version' => 'none',
  12406. ))
  12407. ->values(array(
  12408. 'lid' => '227',
  12409. 'location' => 'includes/views/handlers/content_handler_field.inc:56',
  12410. 'textgroup' => 'default',
  12411. 'source' => 'None',
  12412. 'version' => 'none',
  12413. ))
  12414. ->values(array(
  12415. 'lid' => '228',
  12416. 'location' => 'includes/views/handlers/content_handler_field.inc:57',
  12417. 'textgroup' => 'default',
  12418. 'source' => 'Widget label (@label)',
  12419. 'version' => 'none',
  12420. ))
  12421. ->values(array(
  12422. 'lid' => '229',
  12423. 'location' => 'includes/views/handlers/content_handler_field.inc:58',
  12424. 'textgroup' => 'default',
  12425. 'source' => 'Custom',
  12426. 'version' => 'none',
  12427. ))
  12428. ->values(array(
  12429. 'lid' => '230',
  12430. 'location' => 'includes/views/handlers/content_handler_field.inc:64',
  12431. 'textgroup' => 'default',
  12432. 'source' => 'Custom label',
  12433. 'version' => 'none',
  12434. ))
  12435. ->values(array(
  12436. 'lid' => '231',
  12437. 'location' => 'includes/views/handlers/content_handler_field.inc:80',
  12438. 'textgroup' => 'default',
  12439. 'source' => 'Format',
  12440. 'version' => 'none',
  12441. ))
  12442. ->values(array(
  12443. 'lid' => '232',
  12444. 'location' => 'includes/views/handlers/content_handler_field_multiple.inc:56',
  12445. 'textgroup' => 'default',
  12446. 'source' => 'Group multiple values',
  12447. 'version' => 'none',
  12448. ))
  12449. ->values(array(
  12450. 'lid' => '233',
  12451. 'location' => 'includes/views/handlers/content_handler_field_multiple.inc:61',
  12452. 'textgroup' => 'default',
  12453. '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.',
  12454. 'version' => 'none',
  12455. ))
  12456. ->values(array(
  12457. 'lid' => '234',
  12458. 'location' => 'includes/views/handlers/content_handler_field_multiple.inc:63',
  12459. 'textgroup' => 'default',
  12460. 'source' => 'Show @count value(s)',
  12461. 'version' => 'none',
  12462. ))
  12463. ->values(array(
  12464. 'lid' => '235',
  12465. 'location' => 'includes/views/handlers/content_handler_field_multiple.inc:74',
  12466. 'textgroup' => 'default',
  12467. 'source' => 'starting from @count',
  12468. 'version' => 'none',
  12469. ))
  12470. ->values(array(
  12471. 'lid' => '236',
  12472. 'location' => 'includes/views/handlers/content_handler_field_multiple.inc:85',
  12473. 'textgroup' => 'default',
  12474. 'source' => 'Reversed (start from last values)',
  12475. 'version' => 'none',
  12476. ))
  12477. ->values(array(
  12478. 'lid' => '237',
  12479. 'location' => 'includes/views/handlers/content_handler_relationship.inc:40, includes/views/handlers/content_handler_sort.inc:41',
  12480. 'textgroup' => 'default',
  12481. 'source' => 'All',
  12482. 'version' => 'none',
  12483. ))
  12484. ->values(array(
  12485. 'lid' => '238',
  12486. 'location' => 'includes/views/handlers/content_handler_relationship.inc:48, includes/views/handlers/content_handler_sort.inc:49',
  12487. 'textgroup' => 'default',
  12488. 'source' => 'Delta',
  12489. 'version' => 'none',
  12490. ))
  12491. ->values(array(
  12492. 'lid' => '239',
  12493. 'location' => 'includes/views/handlers/content_handler_relationship.inc:49',
  12494. 'textgroup' => 'default',
  12495. '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.',
  12496. 'version' => 'none',
  12497. ))
  12498. ->values(array(
  12499. 'lid' => '240',
  12500. 'location' => 'includes/views/handlers/content_handler_sort.inc:50',
  12501. 'textgroup' => 'default',
  12502. '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.',
  12503. 'version' => 'none',
  12504. ))
  12505. ->values(array(
  12506. 'lid' => '241',
  12507. 'location' => 'modules/content_copy/content_copy_export_form.tpl.php:9, modules/content_copy/content_copy.module:191;38',
  12508. 'textgroup' => 'default',
  12509. 'source' => 'Export',
  12510. 'version' => '6.38-dev',
  12511. ))
  12512. ->values(array(
  12513. 'lid' => '242',
  12514. 'location' => 'modules/content_copy/content_copy.module:97',
  12515. 'textgroup' => 'default',
  12516. '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.',
  12517. 'version' => 'none',
  12518. ))
  12519. ->values(array(
  12520. 'lid' => '243',
  12521. 'location' => 'modules/content_copy/content_copy.module:103',
  12522. 'textgroup' => 'default',
  12523. 'source' => 'Types',
  12524. 'version' => 'none',
  12525. ))
  12526. ->values(array(
  12527. 'lid' => '244',
  12528. 'location' => 'modules/content_copy/content_copy.module:107',
  12529. 'textgroup' => 'default',
  12530. 'source' => 'Select the content type to export.',
  12531. 'version' => 'none',
  12532. ))
  12533. ->values(array(
  12534. 'lid' => '245',
  12535. 'location' => 'modules/content_copy/content_copy.module:175',
  12536. 'textgroup' => 'default',
  12537. 'source' => 'Export data',
  12538. 'version' => 'none',
  12539. ))
  12540. ->values(array(
  12541. 'lid' => '246',
  12542. 'location' => 'modules/content_copy/content_copy.module:180',
  12543. 'textgroup' => 'default',
  12544. 'source' => 'Copy the export text and paste it into another content type using the import function.',
  12545. 'version' => 'none',
  12546. ))
  12547. ->values(array(
  12548. 'lid' => '247',
  12549. 'location' => 'content_admin.inc:42',
  12550. 'textgroup' => 'default',
  12551. 'source' => 'Content types',
  12552. 'version' => '6.38-dev',
  12553. ))
  12554. ->values(array(
  12555. 'lid' => '248',
  12556. 'location' => 'modules/content_copy/content_copy.module:308',
  12557. 'textgroup' => 'default',
  12558. 'source' => 'Content type',
  12559. 'version' => '6.38-dev',
  12560. ))
  12561. ->values(array(
  12562. 'lid' => '249',
  12563. 'location' => 'modules/content_copy/content_copy.module:309',
  12564. 'textgroup' => 'default',
  12565. '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.',
  12566. 'version' => 'none',
  12567. ))
  12568. ->values(array(
  12569. 'lid' => '250',
  12570. 'location' => 'modules/content_copy/content_copy.module:314',
  12571. 'textgroup' => 'default',
  12572. 'source' => 'Import data',
  12573. 'version' => 'none',
  12574. ))
  12575. ->values(array(
  12576. 'lid' => '251',
  12577. 'location' => 'modules/content_copy/content_copy.module:316',
  12578. 'textgroup' => 'default',
  12579. 'source' => 'Paste the text created by a content export into this field.',
  12580. 'version' => 'none',
  12581. ))
  12582. ->values(array(
  12583. 'lid' => '252',
  12584. 'location' => 'modules/content_copy/content_copy.module:320;46',
  12585. 'textgroup' => 'default',
  12586. 'source' => 'Import',
  12587. 'version' => '6.38-dev',
  12588. ))
  12589. ->values(array(
  12590. 'lid' => '253',
  12591. 'location' => 'modules/content_copy/content_copy.module:328',
  12592. 'textgroup' => 'default',
  12593. 'source' => 'A file has been pre-loaded for import.',
  12594. 'version' => 'none',
  12595. ))
  12596. ->values(array(
  12597. 'lid' => '254',
  12598. 'location' => 'modules/content_copy/content_copy.module:354',
  12599. 'textgroup' => 'default',
  12600. 'source' => 'The import data is not valid import text.',
  12601. 'version' => 'none',
  12602. ))
  12603. ->values(array(
  12604. 'lid' => '255',
  12605. 'location' => 'modules/content_copy/content_copy.module:403',
  12606. 'textgroup' => 'default',
  12607. 'source' => 'The following modules must be enabled for this import to work: %modules.',
  12608. 'version' => 'none',
  12609. ))
  12610. ->values(array(
  12611. 'lid' => '256',
  12612. 'location' => 'modules/content_copy/content_copy.module:411',
  12613. 'textgroup' => 'default',
  12614. 'source' => 'The content type %type already exists in this database.',
  12615. 'version' => 'none',
  12616. ))
  12617. ->values(array(
  12618. 'lid' => '257',
  12619. 'location' => 'modules/content_copy/content_copy.module:418',
  12620. 'textgroup' => 'default',
  12621. 'source' => 'Exiting. No import performed.',
  12622. 'version' => 'none',
  12623. ))
  12624. ->values(array(
  12625. 'lid' => '258',
  12626. 'location' => 'modules/content_copy/content_copy.module:442',
  12627. 'textgroup' => 'default',
  12628. 'source' => 'An error has occurred adding the content type %type.<br/>Please check the errors displayed for more details.',
  12629. 'version' => 'none',
  12630. ))
  12631. ->values(array(
  12632. 'lid' => '259',
  12633. 'location' => 'modules/content_copy/content_copy.module:467',
  12634. 'textgroup' => 'default',
  12635. 'source' => 'The imported field %field_label (%field_name) was not added to %type because that field already exists in %type.',
  12636. 'version' => 'none',
  12637. ))
  12638. ->values(array(
  12639. 'lid' => '260',
  12640. 'location' => 'modules/content_copy/content_copy.module:476',
  12641. 'textgroup' => 'default',
  12642. 'source' => 'The field %field_label (%field_name) was added to the content type %type.',
  12643. 'version' => 'none',
  12644. ))
  12645. ->values(array(
  12646. 'lid' => '261',
  12647. 'location' => 'modules/content_copy/content_copy.module:0',
  12648. 'textgroup' => 'default',
  12649. 'source' => 'content_copy',
  12650. 'version' => 'none',
  12651. ))
  12652. ->values(array(
  12653. 'lid' => '262',
  12654. 'location' => 'modules/content_copy/content_copy.info:0',
  12655. 'textgroup' => 'default',
  12656. 'source' => 'Content Copy',
  12657. 'version' => 'none',
  12658. ))
  12659. ->values(array(
  12660. 'lid' => '263',
  12661. 'location' => 'modules/content_copy/content_copy.info:0',
  12662. 'textgroup' => 'default',
  12663. 'source' => 'Enables ability to import/export field definitions.',
  12664. 'version' => 'none',
  12665. ))
  12666. ->values(array(
  12667. 'lid' => '264',
  12668. 'location' => 'modules/content_multigroup/content_multigroup.module:12',
  12669. 'textgroup' => 'default',
  12670. '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.',
  12671. 'version' => 'none',
  12672. ))
  12673. ->values(array(
  12674. 'lid' => '265',
  12675. 'location' => 'modules/content_multigroup/content_multigroup.module:65;135',
  12676. 'textgroup' => 'default',
  12677. 'source' => 'Multigroup',
  12678. 'version' => 'none',
  12679. ))
  12680. ->values(array(
  12681. 'lid' => '266',
  12682. 'location' => 'modules/content_multigroup/content_multigroup.module:134',
  12683. 'textgroup' => 'default',
  12684. 'source' => 'Standard',
  12685. 'version' => 'none',
  12686. ))
  12687. ->values(array(
  12688. 'lid' => '267',
  12689. 'location' => 'includes/content.admin.inc:344, modules/content_multigroup/content_multigroup.module:126',
  12690. 'textgroup' => 'default',
  12691. 'source' => 'Type of group.',
  12692. 'version' => 'none',
  12693. ))
  12694. ->values(array(
  12695. 'lid' => '268',
  12696. 'location' => 'modules/content_multigroup/content_multigroup.module:215',
  12697. 'textgroup' => 'default',
  12698. 'source' => 'The field %field has been updated to use %multiple values, to match the multiple value setting of the Multigroup %group.',
  12699. 'version' => 'none',
  12700. ))
  12701. ->values(array(
  12702. 'lid' => '269',
  12703. 'location' => 'modules/content_multigroup/content_multigroup.module:248',
  12704. 'textgroup' => 'default',
  12705. '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.',
  12706. 'version' => 'none',
  12707. ))
  12708. ->values(array(
  12709. 'lid' => '270',
  12710. 'location' => 'modules/content_multigroup/content_multigroup.module:272',
  12711. 'textgroup' => 'default',
  12712. '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.',
  12713. 'version' => 'none',
  12714. ))
  12715. ->values(array(
  12716. 'lid' => '271',
  12717. 'location' => 'modules/content_multigroup/content_multigroup.module:287',
  12718. 'textgroup' => 'default',
  12719. 'source' => 'You are moving the field %field into a Multigroup.',
  12720. 'version' => 'none',
  12721. ))
  12722. ->values(array(
  12723. 'lid' => '272',
  12724. 'location' => 'modules/content_multigroup/content_multigroup.module:320',
  12725. 'textgroup' => 'default',
  12726. '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.',
  12727. 'version' => 'none',
  12728. ))
  12729. ->values(array(
  12730. 'lid' => '273',
  12731. 'location' => 'modules/content_multigroup/content_multigroup.module:334',
  12732. 'textgroup' => 'default',
  12733. 'source' => 'You are moving the field %field out of a Multigroup.',
  12734. 'version' => 'none',
  12735. ))
  12736. ->values(array(
  12737. 'lid' => '274',
  12738. 'location' => 'modules/content_multigroup/content_multigroup.module:369',
  12739. 'textgroup' => 'default',
  12740. 'source' => 'Simple',
  12741. 'version' => 'none',
  12742. ))
  12743. ->values(array(
  12744. 'lid' => '275',
  12745. 'location' => 'modules/content_multigroup/content_multigroup.module:370',
  12746. 'textgroup' => 'default',
  12747. 'source' => 'Fieldset',
  12748. 'version' => 'none',
  12749. ))
  12750. ->values(array(
  12751. 'lid' => '276',
  12752. 'location' => 'modules/content_multigroup/content_multigroup.module:371',
  12753. 'textgroup' => 'default',
  12754. 'source' => 'Horizontal line',
  12755. 'version' => 'none',
  12756. ))
  12757. ->values(array(
  12758. 'lid' => '277',
  12759. 'location' => 'modules/content_multigroup/content_multigroup.module:372',
  12760. 'textgroup' => 'default',
  12761. 'source' => 'Table - Single column',
  12762. 'version' => 'none',
  12763. ))
  12764. ->values(array(
  12765. 'lid' => '278',
  12766. 'location' => 'modules/content_multigroup/content_multigroup.module:373',
  12767. 'textgroup' => 'default',
  12768. 'source' => 'Table - Multiple columns',
  12769. 'version' => 'none',
  12770. ))
  12771. ->values(array(
  12772. 'lid' => '279',
  12773. 'location' => 'modules/content_multigroup/content_multigroup.module:384',
  12774. 'textgroup' => 'default',
  12775. 'source' => '[Subgroup format]',
  12776. 'version' => 'none',
  12777. ))
  12778. ->values(array(
  12779. 'lid' => '280',
  12780. 'location' => 'modules/content_multigroup/content_multigroup.module:461',
  12781. 'textgroup' => 'default',
  12782. 'source' => 'Multigroup settings',
  12783. 'version' => 'none',
  12784. ))
  12785. ->values(array(
  12786. 'lid' => '281',
  12787. 'location' => 'modules/content_multigroup/content_multigroup.module:476',
  12788. 'textgroup' => 'default',
  12789. 'source' => 'Multiple columns',
  12790. 'version' => 'none',
  12791. ))
  12792. ->values(array(
  12793. 'lid' => '282',
  12794. 'location' => 'modules/content_multigroup/content_multigroup.module:478',
  12795. 'textgroup' => 'default',
  12796. 'source' => 'Enable this option to render each field on a separate column on the node edit form.',
  12797. 'version' => 'none',
  12798. ))
  12799. ->values(array(
  12800. 'lid' => '283',
  12801. 'location' => 'modules/content_multigroup/content_multigroup.module:485',
  12802. 'textgroup' => 'default',
  12803. 'source' => 'Enable this option to require a minimum of one collection of fields in this Multigroup.',
  12804. 'version' => 'none',
  12805. ))
  12806. ->values(array(
  12807. 'lid' => '284',
  12808. 'location' => 'modules/content_multigroup/content_multigroup.module:488',
  12809. 'textgroup' => 'default',
  12810. 'source' => 'Number of times to repeat the collection of Multigroup fields.',
  12811. 'version' => 'none',
  12812. ))
  12813. ->values(array(
  12814. 'lid' => '285',
  12815. 'location' => 'modules/content_multigroup/content_multigroup.module:489',
  12816. 'textgroup' => 'default',
  12817. 'source' => "'Unlimited' will provide an 'Add more' button so the users can add items as many times as they like.",
  12818. 'version' => 'none',
  12819. ))
  12820. ->values(array(
  12821. 'lid' => '286',
  12822. 'location' => 'modules/content_multigroup/content_multigroup.module:490',
  12823. 'textgroup' => 'default',
  12824. 'source' => 'All fields in this group will automatically be set to allow this number of values.',
  12825. 'version' => 'none',
  12826. ))
  12827. ->values(array(
  12828. 'lid' => '287',
  12829. 'location' => 'modules/content_multigroup/content_multigroup.module:495',
  12830. 'textgroup' => 'default',
  12831. 'source' => 'Number of repeats',
  12832. 'version' => 'none',
  12833. ))
  12834. ->values(array(
  12835. 'lid' => '288',
  12836. 'location' => 'modules/content_multigroup/content_multigroup.module:503',
  12837. 'textgroup' => 'default',
  12838. 'source' => 'Labels',
  12839. 'version' => 'none',
  12840. ))
  12841. ->values(array(
  12842. 'lid' => '289',
  12843. 'location' => 'modules/content_multigroup/content_multigroup.module:504',
  12844. 'textgroup' => 'default',
  12845. 'source' => "Labels for each subgroup of fields. Labels can be hidden or shown in various contexts using the 'Display fields' screen.",
  12846. 'version' => 'none',
  12847. ))
  12848. ->values(array(
  12849. 'lid' => '290',
  12850. 'location' => 'modules/content_multigroup/content_multigroup.module:512',
  12851. 'textgroup' => 'default',
  12852. 'source' => 'Subgroup %number label',
  12853. 'version' => 'none',
  12854. ))
  12855. ->values(array(
  12856. 'lid' => '291',
  12857. 'location' => 'modules/content_multigroup/content_multigroup.module:539',
  12858. 'textgroup' => 'default',
  12859. '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.',
  12860. 'version' => 'none',
  12861. ))
  12862. ->values(array(
  12863. 'lid' => '292',
  12864. 'location' => 'modules/content_multigroup/content_multigroup.module:932',
  12865. 'textgroup' => 'default',
  12866. 'source' => '!name field is required in group @group.',
  12867. 'version' => 'none',
  12868. ))
  12869. ->values(array(
  12870. 'lid' => '293',
  12871. 'location' => 'modules/content_multigroup/content_multigroup.module:946',
  12872. 'textgroup' => 'default',
  12873. 'source' => 'Group @name requires one collection of fields minimum.',
  12874. 'version' => 'none',
  12875. ))
  12876. ->values(array(
  12877. 'lid' => '294',
  12878. 'location' => 'modules/content_multigroup/content_multigroup.module:1145',
  12879. 'textgroup' => 'default',
  12880. 'source' => 'Add more values',
  12881. 'version' => 'none',
  12882. ))
  12883. ->values(array(
  12884. 'lid' => '295',
  12885. 'location' => 'modules/content_multigroup/content_multigroup.module:0',
  12886. 'textgroup' => 'default',
  12887. 'source' => 'content_multigroup',
  12888. 'version' => 'none',
  12889. ))
  12890. ->values(array(
  12891. 'lid' => '296',
  12892. 'location' => 'modules/content_multigroup/content_multigroup.info:0',
  12893. 'textgroup' => 'default',
  12894. 'source' => 'Content Multigroup',
  12895. 'version' => 'none',
  12896. ))
  12897. ->values(array(
  12898. 'lid' => '297',
  12899. 'location' => 'modules/content_multigroup/content_multigroup.info:0',
  12900. 'textgroup' => 'default',
  12901. 'source' => 'Combine multiple CCK fields into repeating field collections that work in unison.',
  12902. 'version' => 'none',
  12903. ))
  12904. ->values(array(
  12905. 'lid' => '298',
  12906. 'location' => 'modules/content_permissions/content_permissions.module:10',
  12907. 'textgroup' => 'default',
  12908. 'source' => 'edit',
  12909. 'version' => 'none',
  12910. ))
  12911. ->values(array(
  12912. 'lid' => '299',
  12913. 'location' => 'modules/content_permissions/content_permissions.module:10;11',
  12914. 'textgroup' => 'default',
  12915. 'source' => 'field_name',
  12916. 'version' => 'none',
  12917. ))
  12918. ->values(array(
  12919. 'lid' => '300',
  12920. 'location' => 'modules/content_permissions/content_permissions.module:11',
  12921. 'textgroup' => 'default',
  12922. 'source' => 'view',
  12923. 'version' => 'none',
  12924. ))
  12925. ->values(array(
  12926. 'lid' => '301',
  12927. 'location' => 'modules/content_permissions/content_permissions.module:0',
  12928. 'textgroup' => 'default',
  12929. 'source' => 'content_permissions',
  12930. 'version' => 'none',
  12931. ))
  12932. ->values(array(
  12933. 'lid' => '302',
  12934. 'location' => 'modules/content_permissions/content_permissions.install:9',
  12935. 'textgroup' => 'default',
  12936. 'source' => 'Please <a href="!url">configure your field permissions</a> immediately. All fields are inaccessible by default.',
  12937. 'version' => 'none',
  12938. ))
  12939. ->values(array(
  12940. 'lid' => '303',
  12941. 'location' => 'modules/content_permissions/content_permissions.info:0',
  12942. 'textgroup' => 'default',
  12943. 'source' => 'Content Permissions',
  12944. 'version' => 'none',
  12945. ))
  12946. ->values(array(
  12947. 'lid' => '304',
  12948. 'location' => 'modules/content_permissions/content_permissions.info:0',
  12949. 'textgroup' => 'default',
  12950. 'source' => 'Set field-level permissions for CCK fields.',
  12951. 'version' => 'none',
  12952. ))
  12953. ->values(array(
  12954. 'lid' => '305',
  12955. 'location' => 'modules/fieldgroup/fieldgroup.panels.inc:10;27, modules/fieldgroup/panels/content_types/content_fieldgroup.inc:14',
  12956. 'textgroup' => 'default',
  12957. 'source' => 'Content fieldgroup',
  12958. 'version' => 'none',
  12959. ))
  12960. ->values(array(
  12961. 'lid' => '306',
  12962. 'location' => 'modules/fieldgroup/fieldgroup.panels.inc:30',
  12963. 'textgroup' => 'default',
  12964. 'source' => 'All fields from a fieldgroup on the referenced node.',
  12965. 'version' => 'none',
  12966. ))
  12967. ->values(array(
  12968. 'lid' => '307',
  12969. 'location' => 'modules/fieldgroup/fieldgroup.panels.inc:91',
  12970. 'textgroup' => 'default',
  12971. 'source' => '@group_label (@group_type_name)',
  12972. 'version' => 'none',
  12973. ))
  12974. ->values(array(
  12975. 'lid' => '308',
  12976. 'location' => 'modules/fieldgroup/fieldgroup.panels.inc:102, modules/fieldgroup/fieldgroup.info:0',
  12977. 'textgroup' => 'default',
  12978. 'source' => 'Fieldgroup',
  12979. 'version' => 'none',
  12980. ))
  12981. ->values(array(
  12982. 'lid' => '309',
  12983. 'location' => 'modules/fieldgroup/fieldgroup.panels.inc:112, modules/fieldgroup/panels/content_types/content_fieldgroup.inc:102',
  12984. 'textgroup' => 'default',
  12985. 'source' => 'Text to display if group has no data. Note that title will not display unless overridden.',
  12986. 'version' => 'none',
  12987. ))
  12988. ->values(array(
  12989. 'lid' => '310',
  12990. 'location' => 'modules/fieldgroup/fieldgroup.panels.inc:128',
  12991. 'textgroup' => 'default',
  12992. 'source' => '"@s" fieldgroup @name',
  12993. 'version' => 'none',
  12994. ))
  12995. ->values(array(
  12996. 'lid' => '311',
  12997. 'location' => 'modules/fieldgroup/fieldgroup.module:124',
  12998. 'textgroup' => 'default',
  12999. 'source' => 'Form settings',
  13000. 'version' => 'none',
  13001. ))
  13002. ->values(array(
  13003. 'lid' => '312',
  13004. 'location' => 'modules/fieldgroup/fieldgroup.module:125',
  13005. 'textgroup' => 'default',
  13006. 'source' => 'These settings apply to the group in the node editing form.',
  13007. 'version' => 'none',
  13008. ))
  13009. ->values(array(
  13010. 'lid' => '313',
  13011. 'location' => 'modules/fieldgroup/fieldgroup.module:129',
  13012. 'textgroup' => 'default',
  13013. 'source' => 'Style',
  13014. 'version' => 'none',
  13015. ))
  13016. ->values(array(
  13017. 'lid' => '314',
  13018. 'location' => 'modules/fieldgroup/fieldgroup.module:132',
  13019. 'textgroup' => 'default',
  13020. 'source' => 'always open',
  13021. 'version' => 'none',
  13022. ))
  13023. ->values(array(
  13024. 'lid' => '315',
  13025. 'location' => 'modules/fieldgroup/fieldgroup.module:133',
  13026. 'textgroup' => 'default',
  13027. 'source' => 'collapsible',
  13028. 'version' => 'none',
  13029. ))
  13030. ->values(array(
  13031. 'lid' => '316',
  13032. 'location' => 'modules/fieldgroup/fieldgroup.module:134',
  13033. 'textgroup' => 'default',
  13034. 'source' => 'collapsed',
  13035. 'version' => 'none',
  13036. ))
  13037. ->values(array(
  13038. 'lid' => '317',
  13039. 'location' => 'modules/fieldgroup/fieldgroup.module:142',
  13040. 'textgroup' => 'default',
  13041. 'source' => 'Instructions to present to the user on the editing form.',
  13042. 'version' => 'none',
  13043. ))
  13044. ->values(array(
  13045. 'lid' => '318',
  13046. 'location' => 'modules/fieldgroup/fieldgroup.module:147',
  13047. 'textgroup' => 'default',
  13048. 'source' => 'Display settings',
  13049. 'version' => 'none',
  13050. ))
  13051. ->values(array(
  13052. 'lid' => '319',
  13053. 'location' => 'modules/fieldgroup/fieldgroup.module:148',
  13054. 'textgroup' => 'default',
  13055. 'source' => 'These settings apply to the group on node display.',
  13056. 'version' => 'none',
  13057. ))
  13058. ->values(array(
  13059. 'lid' => '320',
  13060. 'location' => 'modules/fieldgroup/fieldgroup.module:155',
  13061. 'textgroup' => 'default',
  13062. 'source' => 'A description of the group.',
  13063. 'version' => 'none',
  13064. ))
  13065. ->values(array(
  13066. 'lid' => '321',
  13067. 'location' => 'modules/fieldgroup/fieldgroup.module:200',
  13068. 'textgroup' => 'default',
  13069. 'source' => 'Are you sure you want to remove the group %label?',
  13070. 'version' => 'none',
  13071. ))
  13072. ->values(array(
  13073. 'lid' => '322',
  13074. 'location' => 'modules/fieldgroup/fieldgroup.module:202',
  13075. 'textgroup' => 'default',
  13076. 'source' => 'This action cannot be undone.',
  13077. 'version' => 'none',
  13078. ))
  13079. ->values(array(
  13080. 'lid' => '323',
  13081. 'location' => 'modules/fieldgroup/fieldgroup.module:211',
  13082. 'textgroup' => 'default',
  13083. 'source' => 'The group %group_name has been removed.',
  13084. 'version' => 'none',
  13085. ))
  13086. ->values(array(
  13087. 'lid' => '324',
  13088. 'location' => 'modules/content_multigroup/content_multigroup.module:356, modules/fieldgroup/fieldgroup.module:266',
  13089. 'textgroup' => 'default',
  13090. 'source' => 'none',
  13091. 'version' => '6.38-dev',
  13092. ))
  13093. ->values(array(
  13094. 'lid' => '325',
  13095. 'location' => 'modules/fieldgroup/fieldgroup.module:353',
  13096. 'textgroup' => 'default',
  13097. 'source' => 'You need to provide a label.',
  13098. 'version' => 'none',
  13099. ))
  13100. ->values(array(
  13101. 'lid' => '326',
  13102. 'location' => 'modules/fieldgroup/fieldgroup.module:358',
  13103. 'textgroup' => 'default',
  13104. 'source' => 'You need to provide a group name.',
  13105. 'version' => 'none',
  13106. ))
  13107. ->values(array(
  13108. 'lid' => '327',
  13109. 'location' => 'modules/fieldgroup/fieldgroup.module:372',
  13110. 'textgroup' => 'default',
  13111. 'source' => 'The group name %group_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.',
  13112. 'version' => 'none',
  13113. ))
  13114. ->values(array(
  13115. 'lid' => '328',
  13116. 'location' => 'modules/fieldgroup/fieldgroup.module:375',
  13117. 'textgroup' => 'default',
  13118. 'source' => "The group name %group_name is too long. The name is limited to 32 characters, including the 'group_' prefix.",
  13119. 'version' => 'none',
  13120. ))
  13121. ->values(array(
  13122. 'lid' => '329',
  13123. 'location' => 'modules/fieldgroup/fieldgroup.module:381',
  13124. 'textgroup' => 'default',
  13125. 'source' => 'The group name %group_name already exists.',
  13126. 'version' => 'none',
  13127. ))
  13128. ->values(array(
  13129. 'lid' => '330',
  13130. 'location' => 'modules/fieldgroup/fieldgroup.module:400;403',
  13131. 'textgroup' => 'default',
  13132. 'source' => 'Add new group:',
  13133. 'version' => 'none',
  13134. ))
  13135. ->values(array(
  13136. 'lid' => '331',
  13137. 'location' => 'modules/fieldgroup/fieldgroup.module:418',
  13138. 'textgroup' => 'default',
  13139. 'source' => 'Add new group: you need to provide a label.',
  13140. 'version' => 'none',
  13141. ))
  13142. ->values(array(
  13143. 'lid' => '332',
  13144. 'location' => 'modules/fieldgroup/fieldgroup.module:419',
  13145. 'textgroup' => 'default',
  13146. 'source' => 'Add new group: you need to provide a group name.',
  13147. 'version' => 'none',
  13148. ))
  13149. ->values(array(
  13150. 'lid' => '333',
  13151. 'location' => 'modules/fieldgroup/fieldgroup.module:648',
  13152. 'textgroup' => 'default',
  13153. 'source' => 'Standard group',
  13154. 'version' => 'none',
  13155. ))
  13156. ->values(array(
  13157. 'lid' => '334',
  13158. 'location' => 'modules/fieldgroup/fieldgroup.module:39;46',
  13159. 'textgroup' => 'default',
  13160. 'source' => 'Edit group',
  13161. 'version' => 'none',
  13162. ))
  13163. ->values(array(
  13164. 'lid' => '335',
  13165. 'location' => 'modules/fieldgroup/fieldgroup.module:0',
  13166. 'textgroup' => 'default',
  13167. 'source' => 'fieldgroup',
  13168. 'version' => 'none',
  13169. ))
  13170. ->values(array(
  13171. 'lid' => '336',
  13172. 'location' => 'modules/fieldgroup/fieldgroup.info:0',
  13173. 'textgroup' => 'default',
  13174. 'source' => 'Create display groups for CCK fields.',
  13175. 'version' => 'none',
  13176. ))
  13177. ->values(array(
  13178. 'lid' => '337',
  13179. 'location' => 'modules/nodereference/nodereference.rules.inc:15',
  13180. 'textgroup' => 'default',
  13181. 'source' => 'Load a referenced node',
  13182. 'version' => 'none',
  13183. ))
  13184. ->values(array(
  13185. 'lid' => '338',
  13186. 'location' => 'modules/nodereference/nodereference.rules.inc:19',
  13187. 'textgroup' => 'default',
  13188. 'source' => 'Content containing the node reference field',
  13189. 'version' => 'none',
  13190. ))
  13191. ->values(array(
  13192. 'lid' => '339',
  13193. 'location' => 'modules/nodereference/nodereference.rules.inc:25',
  13194. 'textgroup' => 'default',
  13195. 'source' => 'Referenced content',
  13196. 'version' => 'none',
  13197. ))
  13198. ->values(array(
  13199. 'lid' => '340',
  13200. 'location' => 'modules/nodereference/nodereference.rules.inc:29',
  13201. 'textgroup' => 'default',
  13202. 'source' => 'Note that if the field has multiple values, only the first content node will be loaded.',
  13203. 'version' => 'none',
  13204. ))
  13205. ->values(array(
  13206. 'lid' => '341',
  13207. 'location' => 'modules/nodereference/nodereference.rules.inc:50',
  13208. 'textgroup' => 'default',
  13209. 'source' => 'There are no nodereference fields defined.',
  13210. 'version' => 'none',
  13211. ))
  13212. ->values(array(
  13213. 'lid' => '342',
  13214. 'location' => 'modules/nodereference/nodereference.module:71',
  13215. 'textgroup' => 'default',
  13216. 'source' => 'Node reference',
  13217. 'version' => 'none',
  13218. ))
  13219. ->values(array(
  13220. 'lid' => '343',
  13221. 'location' => 'modules/nodereference/nodereference.module:72',
  13222. 'textgroup' => 'default',
  13223. 'source' => 'Store the ID of a related node as an integer value.',
  13224. 'version' => 'none',
  13225. ))
  13226. ->values(array(
  13227. 'lid' => '344',
  13228. 'location' => 'modules/nodereference/nodereference.module:90',
  13229. 'textgroup' => 'default',
  13230. 'source' => 'Content types that can be referenced',
  13231. 'version' => 'none',
  13232. ))
  13233. ->values(array(
  13234. 'lid' => '345',
  13235. 'location' => 'modules/nodereference/nodereference.module:97, modules/userreference/userreference.module:94',
  13236. 'textgroup' => 'default',
  13237. 'source' => 'Default Views',
  13238. 'version' => 'none',
  13239. ))
  13240. ->values(array(
  13241. 'lid' => '346',
  13242. 'location' => 'modules/nodereference/nodereference.module:101',
  13243. 'textgroup' => 'default',
  13244. 'source' => 'Existing Views',
  13245. 'version' => 'none',
  13246. ))
  13247. ->values(array(
  13248. 'lid' => '347',
  13249. 'location' => 'modules/nodereference/nodereference.module:108',
  13250. 'textgroup' => 'default',
  13251. 'source' => 'Advanced - Nodes that can be referenced (View)',
  13252. 'version' => 'none',
  13253. ))
  13254. ->values(array(
  13255. 'lid' => '348',
  13256. 'location' => 'modules/nodereference/nodereference.module:114',
  13257. 'textgroup' => 'default',
  13258. 'source' => 'View used to select the nodes',
  13259. 'version' => 'none',
  13260. ))
  13261. ->values(array(
  13262. 'lid' => '349',
  13263. 'location' => 'modules/nodereference/nodereference.module:107',
  13264. 'textgroup' => 'default',
  13265. 'source' => '<p>Choose the "Views module" view that selects the nodes that can be referenced.<br />Note:</p>',
  13266. 'version' => 'none',
  13267. ))
  13268. ->values(array(
  13269. 'lid' => '350',
  13270. 'location' => 'modules/nodereference/nodereference.module:108;121',
  13271. 'textgroup' => 'default',
  13272. '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>",
  13273. 'version' => 'none',
  13274. ))
  13275. ->values(array(
  13276. 'lid' => '351',
  13277. 'location' => 'modules/nodereference/nodereference.module:121',
  13278. 'textgroup' => 'default',
  13279. 'source' => 'View arguments',
  13280. 'version' => 'none',
  13281. ))
  13282. ->values(array(
  13283. 'lid' => '352',
  13284. 'location' => 'modules/nodereference/nodereference.module:124',
  13285. 'textgroup' => 'default',
  13286. 'source' => 'Provide a comma separated list of arguments to pass to the view.',
  13287. 'version' => 'none',
  13288. ))
  13289. ->values(array(
  13290. 'lid' => '353',
  13291. 'location' => 'modules/nodereference/nodereference.module:120',
  13292. 'textgroup' => 'default',
  13293. '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>',
  13294. 'version' => 'none',
  13295. ))
  13296. ->values(array(
  13297. 'lid' => '354',
  13298. 'location' => 'modules/nodereference/nodereference.module:216, modules/userreference/userreference.module:195',
  13299. 'textgroup' => 'default',
  13300. 'source' => '%name: invalid input.',
  13301. 'version' => 'none',
  13302. ))
  13303. ->values(array(
  13304. 'lid' => '355',
  13305. 'location' => 'modules/nodereference/nodereference.module:217',
  13306. 'textgroup' => 'default',
  13307. 'source' => "%name: this post can't be referenced.",
  13308. 'version' => 'none',
  13309. ))
  13310. ->values(array(
  13311. 'lid' => '356',
  13312. 'location' => 'modules/nodereference/nodereference.module:200',
  13313. 'textgroup' => 'default',
  13314. 'source' => 'Title (link)',
  13315. 'version' => 'none',
  13316. ))
  13317. ->values(array(
  13318. 'lid' => '357',
  13319. 'location' => 'modules/nodereference/nodereference.module:205',
  13320. 'textgroup' => 'default',
  13321. 'source' => 'Title (no link)',
  13322. 'version' => 'none',
  13323. ))
  13324. ->values(array(
  13325. 'lid' => '358',
  13326. 'location' => 'modules/nodereference/nodereference.module:358, modules/optionwidgets/optionwidgets.module:80, modules/userreference/userreference.module:284',
  13327. 'textgroup' => 'default',
  13328. 'source' => 'Select list',
  13329. 'version' => '6.38-dev',
  13330. ))
  13331. ->values(array(
  13332. 'lid' => '359',
  13333. 'location' => 'modules/nodereference/nodereference.module:366, modules/optionwidgets/optionwidgets.module:88, modules/userreference/userreference.module:292',
  13334. 'textgroup' => 'default',
  13335. 'source' => 'Check boxes/radio buttons',
  13336. 'version' => '6.38-dev',
  13337. ))
  13338. ->values(array(
  13339. 'lid' => '360',
  13340. 'location' => 'modules/nodereference/nodereference.module:374, modules/userreference/userreference.module:300',
  13341. 'textgroup' => 'default',
  13342. 'source' => 'Autocomplete text field',
  13343. 'version' => 'none',
  13344. ))
  13345. ->values(array(
  13346. 'lid' => '361',
  13347. 'location' => 'modules/nodereference/nodereference.module:429, modules/userreference/userreference.module:355',
  13348. 'textgroup' => 'default',
  13349. 'source' => 'Autocomplete matching',
  13350. 'version' => 'none',
  13351. ))
  13352. ->values(array(
  13353. 'lid' => '362',
  13354. 'location' => 'modules/nodereference/nodereference.module:432, modules/userreference/userreference.module:358',
  13355. 'textgroup' => 'default',
  13356. 'source' => 'Starts with',
  13357. 'version' => 'none',
  13358. ))
  13359. ->values(array(
  13360. 'lid' => '363',
  13361. 'location' => 'modules/nodereference/nodereference.module:433, modules/userreference/userreference.module:359',
  13362. 'textgroup' => 'default',
  13363. 'source' => 'Contains',
  13364. 'version' => 'none',
  13365. ))
  13366. ->values(array(
  13367. 'lid' => '364',
  13368. 'location' => 'modules/nodereference/nodereference.module:423',
  13369. 'textgroup' => 'default',
  13370. 'source' => 'Select the method used to collect autocomplete suggestions. Note that <em>Contains</em> can cause performance issues on sites with thousands of nodes.',
  13371. 'version' => 'none',
  13372. ))
  13373. ->values(array(
  13374. 'lid' => '365',
  13375. 'location' => 'modules/nodereference/nodereference.module:671',
  13376. 'textgroup' => 'default',
  13377. 'source' => '%name: title mismatch. Please check your selection.',
  13378. 'version' => 'none',
  13379. ))
  13380. ->values(array(
  13381. 'lid' => '366',
  13382. 'location' => 'modules/nodereference/nodereference.module:678',
  13383. 'textgroup' => 'default',
  13384. 'source' => '%name: found no valid post with that title.',
  13385. 'version' => 'none',
  13386. ))
  13387. ->values(array(
  13388. 'lid' => '367',
  13389. 'location' => 'modules/nodereference/nodereference.module:15',
  13390. 'textgroup' => 'default',
  13391. 'source' => 'Nodereference autocomplete',
  13392. 'version' => 'none',
  13393. ))
  13394. ->values(array(
  13395. 'lid' => '368',
  13396. 'location' => 'modules/nodereference/nodereference.module:0',
  13397. 'textgroup' => 'default',
  13398. 'source' => 'nodereference',
  13399. 'version' => 'none',
  13400. ))
  13401. ->values(array(
  13402. 'lid' => '369',
  13403. 'location' => 'modules/nodereference/nodereference.info:0',
  13404. 'textgroup' => 'default',
  13405. 'source' => 'Node Reference',
  13406. 'version' => 'none',
  13407. ))
  13408. ->values(array(
  13409. 'lid' => '370',
  13410. 'location' => 'modules/nodereference/nodereference.info:0',
  13411. 'textgroup' => 'default',
  13412. 'source' => 'Defines a field type for referencing one node from another.',
  13413. 'version' => 'none',
  13414. ))
  13415. ->values(array(
  13416. 'lid' => '371',
  13417. 'location' => 'modules/number/number.module:34',
  13418. 'textgroup' => 'default',
  13419. 'source' => 'Integer',
  13420. 'version' => '6.38-dev',
  13421. ))
  13422. ->values(array(
  13423. 'lid' => '372',
  13424. 'location' => 'modules/number/number.module:35',
  13425. 'textgroup' => 'default',
  13426. 'source' => 'Store a number in the database as an integer.',
  13427. 'version' => '6.38-dev',
  13428. ))
  13429. ->values(array(
  13430. 'lid' => '373',
  13431. 'location' => 'modules/number/number.module:38',
  13432. 'textgroup' => 'default',
  13433. 'source' => 'Decimal',
  13434. 'version' => '6.38-dev',
  13435. ))
  13436. ->values(array(
  13437. 'lid' => '374',
  13438. 'location' => 'modules/number/number.module:39',
  13439. 'textgroup' => 'default',
  13440. 'source' => 'Store a number in the database in a fixed decimal format.',
  13441. 'version' => '6.38-dev',
  13442. ))
  13443. ->values(array(
  13444. 'lid' => '375',
  13445. 'location' => 'modules/number/number.module:42',
  13446. 'textgroup' => 'default',
  13447. 'source' => 'Float',
  13448. 'version' => '6.38-dev',
  13449. ))
  13450. ->values(array(
  13451. 'lid' => '376',
  13452. 'location' => 'modules/number/number.module:43',
  13453. 'textgroup' => 'default',
  13454. 'source' => 'Store a number in the database in a floating point format.',
  13455. 'version' => '6.38-dev',
  13456. ))
  13457. ->values(array(
  13458. 'lid' => '377',
  13459. 'location' => 'modules/number/number.module:57',
  13460. 'textgroup' => 'default',
  13461. 'source' => 'Minimum',
  13462. 'version' => 'none',
  13463. ))
  13464. ->values(array(
  13465. 'lid' => '378',
  13466. 'location' => 'modules/number/number.module:63',
  13467. 'textgroup' => 'default',
  13468. 'source' => 'Maximum',
  13469. 'version' => 'none',
  13470. ))
  13471. ->values(array(
  13472. 'lid' => '379',
  13473. 'location' => 'modules/number/number.module:71',
  13474. 'textgroup' => 'default',
  13475. 'source' => 'Precision',
  13476. 'version' => 'none',
  13477. ))
  13478. ->values(array(
  13479. 'lid' => '380',
  13480. 'location' => 'modules/number/number.module:72',
  13481. 'textgroup' => 'default',
  13482. 'source' => 'The total number of digits to store in the database, including those to the right of the decimal.',
  13483. 'version' => 'none',
  13484. ))
  13485. ->values(array(
  13486. 'lid' => '381',
  13487. 'location' => 'modules/number/number.module:78',
  13488. 'textgroup' => 'default',
  13489. 'source' => 'Scale',
  13490. 'version' => 'none',
  13491. ))
  13492. ->values(array(
  13493. 'lid' => '382',
  13494. 'location' => 'modules/number/number.module:79',
  13495. 'textgroup' => 'default',
  13496. 'source' => 'The number of digits to the right of the decimal.',
  13497. 'version' => 'none',
  13498. ))
  13499. ->values(array(
  13500. 'lid' => '383',
  13501. 'location' => 'modules/number/number.module:85',
  13502. 'textgroup' => 'default',
  13503. 'source' => 'Decimal marker',
  13504. 'version' => 'none',
  13505. ))
  13506. ->values(array(
  13507. 'lid' => '384',
  13508. 'location' => 'modules/number/number.module:86',
  13509. 'textgroup' => 'default',
  13510. 'source' => 'The character users will input to mark the decimal point in forms.',
  13511. 'version' => 'none',
  13512. ))
  13513. ->values(array(
  13514. 'lid' => '385',
  13515. 'location' => 'modules/number/number.module:92',
  13516. 'textgroup' => 'default',
  13517. 'source' => 'Prefix',
  13518. 'version' => 'none',
  13519. ))
  13520. ->values(array(
  13521. 'lid' => '386',
  13522. 'location' => 'modules/number/number.module:95',
  13523. 'textgroup' => 'default',
  13524. '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).',
  13525. 'version' => 'none',
  13526. ))
  13527. ->values(array(
  13528. 'lid' => '387',
  13529. 'location' => 'modules/number/number.module:99',
  13530. 'textgroup' => 'default',
  13531. 'source' => 'Suffix',
  13532. 'version' => 'none',
  13533. ))
  13534. ->values(array(
  13535. 'lid' => '388',
  13536. 'location' => 'modules/number/number.module:102',
  13537. 'textgroup' => 'default',
  13538. '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).',
  13539. 'version' => 'none',
  13540. ))
  13541. ->values(array(
  13542. 'lid' => '389',
  13543. 'location' => 'modules/number/number.module:109, modules/text/text.module:72',
  13544. 'textgroup' => 'default',
  13545. 'source' => 'Allowed values',
  13546. 'version' => 'none',
  13547. ))
  13548. ->values(array(
  13549. 'lid' => '390',
  13550. 'location' => 'modules/number/number.module:115, modules/text/text.module:78',
  13551. 'textgroup' => 'default',
  13552. 'source' => 'Allowed values list',
  13553. 'version' => 'none',
  13554. ))
  13555. ->values(array(
  13556. 'lid' => '391',
  13557. 'location' => 'modules/number/number.module:119, modules/text/text.module:82',
  13558. 'textgroup' => 'default',
  13559. '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',
  13560. 'version' => 'none',
  13561. ))
  13562. ->values(array(
  13563. 'lid' => '392',
  13564. 'location' => 'modules/number/number.module:133, modules/text/text.module:96',
  13565. 'textgroup' => 'default',
  13566. '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.',
  13567. 'version' => 'none',
  13568. ))
  13569. ->values(array(
  13570. 'lid' => '393',
  13571. 'location' => 'modules/number/number.module:141, modules/text/text.module:104',
  13572. 'textgroup' => 'default',
  13573. 'source' => 'This PHP code was set by an administrator and will override the allowed values list above.',
  13574. 'version' => 'none',
  13575. ))
  13576. ->values(array(
  13577. 'lid' => '394',
  13578. 'location' => 'modules/number/number.module:181, modules/text/text.module:133',
  13579. 'textgroup' => 'default',
  13580. 'source' => '@label (!name) - Allowed values',
  13581. 'version' => 'none',
  13582. ))
  13583. ->values(array(
  13584. 'lid' => '395',
  13585. 'location' => 'modules/number/number.module:195',
  13586. 'textgroup' => 'default',
  13587. 'source' => '"Minimum" must be a number.',
  13588. 'version' => 'none',
  13589. ))
  13590. ->values(array(
  13591. 'lid' => '396',
  13592. 'location' => 'modules/number/number.module:202',
  13593. 'textgroup' => 'default',
  13594. 'source' => '"Maximum" must be a number.',
  13595. 'version' => 'none',
  13596. ))
  13597. ->values(array(
  13598. 'lid' => '397',
  13599. 'location' => 'modules/number/number.module:219',
  13600. 'textgroup' => 'default',
  13601. 'source' => '%name: the value may be no smaller than %min.',
  13602. 'version' => 'none',
  13603. ))
  13604. ->values(array(
  13605. 'lid' => '398',
  13606. 'location' => 'modules/number/number.module:222',
  13607. 'textgroup' => 'default',
  13608. 'source' => '%name: the value may be no larger than %max.',
  13609. 'version' => 'none',
  13610. ))
  13611. ->values(array(
  13612. 'lid' => '399',
  13613. 'location' => 'modules/number/number.module:238, modules/text/text.module:157',
  13614. 'textgroup' => 'default',
  13615. 'source' => '%name: illegal value.',
  13616. 'version' => 'none',
  13617. ))
  13618. ->values(array(
  13619. 'lid' => '400',
  13620. 'location' => 'modules/number/number.module:270',
  13621. 'textgroup' => 'default',
  13622. 'source' => 'unformatted',
  13623. 'version' => '6.38-dev',
  13624. ))
  13625. ->values(array(
  13626. 'lid' => '401',
  13627. 'location' => 'modules/number/number.module:356, modules/text/text.module:257',
  13628. 'textgroup' => 'default',
  13629. 'source' => 'Text field',
  13630. 'version' => '6.38-dev',
  13631. ))
  13632. ->values(array(
  13633. 'lid' => '402',
  13634. 'location' => 'Float validation: English needs work, modules/number/number.module:509, fuzzy',
  13635. 'textgroup' => 'default',
  13636. 'source' => 'Only numbers and decimals are allowed in %field.',
  13637. 'version' => 'none',
  13638. ))
  13639. ->values(array(
  13640. 'lid' => '403',
  13641. 'location' => 'Integer validation: English needs work, modules/number/number.module:532, fuzzy',
  13642. 'textgroup' => 'default',
  13643. 'source' => 'Only numbers are allowed in %field.',
  13644. 'version' => 'none',
  13645. ))
  13646. ->values(array(
  13647. 'lid' => '404',
  13648. 'location' => 'Decimal validation with decimal character: English needs work, modules/number/number.module:556, fuzzy',
  13649. 'textgroup' => 'default',
  13650. 'source' => 'Only numbers and the decimal character (%decimal) are allowed in %field.',
  13651. 'version' => 'none',
  13652. ))
  13653. ->values(array(
  13654. 'lid' => '405',
  13655. 'location' => 'modules/number/number.module:0',
  13656. 'textgroup' => 'default',
  13657. 'source' => 'number',
  13658. 'version' => 'none',
  13659. ))
  13660. ->values(array(
  13661. 'lid' => '406',
  13662. 'location' => 'modules/number/number.info:0',
  13663. 'textgroup' => 'default',
  13664. 'source' => 'Number',
  13665. 'version' => 'none',
  13666. ))
  13667. ->values(array(
  13668. 'lid' => '407',
  13669. 'location' => 'modules/number/number.info:0',
  13670. 'textgroup' => 'default',
  13671. 'source' => 'Defines numeric field types.',
  13672. 'version' => 'none',
  13673. ))
  13674. ->values(array(
  13675. 'lid' => '408',
  13676. 'location' => 'modules/optionwidgets/optionwidgets.module:19',
  13677. 'textgroup' => 'default',
  13678. '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.',
  13679. 'version' => 'none',
  13680. ))
  13681. ->values(array(
  13682. 'lid' => '409',
  13683. 'location' => 'modules/optionwidgets/optionwidgets.module:22',
  13684. 'textgroup' => 'default',
  13685. '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.",
  13686. 'version' => 'none',
  13687. ))
  13688. ->values(array(
  13689. 'lid' => '410',
  13690. 'location' => 'modules/optionwidgets/optionwidgets.module:25',
  13691. 'textgroup' => 'default',
  13692. 'source' => "The 'checkboxes/radio buttons' widget will display checkboxes if the multiple values option is selected for this field, otherwise radios will be displayed.",
  13693. 'version' => 'none',
  13694. ))
  13695. ->values(array(
  13696. 'lid' => '411',
  13697. 'location' => 'modules/optionwidgets/optionwidgets.module:37',
  13698. 'textgroup' => 'default',
  13699. 'source' => "You need to specify the 'allowed values' for this field.",
  13700. 'version' => 'none',
  13701. ))
  13702. ->values(array(
  13703. 'lid' => '412',
  13704. 'location' => 'modules/optionwidgets/optionwidgets.module:96',
  13705. 'textgroup' => 'default',
  13706. 'source' => 'Single on/off checkbox',
  13707. 'version' => '6.38-dev',
  13708. ))
  13709. ->values(array(
  13710. 'lid' => '413',
  13711. 'location' => 'modules/optionwidgets/optionwidgets.module:331',
  13712. 'textgroup' => 'default',
  13713. 'source' => '%name: this field cannot hold more that @count values.',
  13714. 'version' => 'none',
  13715. ))
  13716. ->values(array(
  13717. 'lid' => '414',
  13718. 'location' => 'modules/optionwidgets/optionwidgets.module:411',
  13719. 'textgroup' => 'default',
  13720. 'source' => 'N/A',
  13721. 'version' => 'none',
  13722. ))
  13723. ->values(array(
  13724. 'lid' => '415',
  13725. 'location' => 'modules/optionwidgets/optionwidgets.module:415',
  13726. 'textgroup' => 'default',
  13727. 'source' => '- None -',
  13728. 'version' => 'none',
  13729. ))
  13730. ->values(array(
  13731. 'lid' => '416',
  13732. 'location' => 'modules/optionwidgets/optionwidgets.module:0',
  13733. 'textgroup' => 'default',
  13734. 'source' => 'optionwidgets',
  13735. 'version' => 'none',
  13736. ))
  13737. ->values(array(
  13738. 'lid' => '417',
  13739. 'location' => 'modules/optionwidgets/optionwidgets.info:0',
  13740. 'textgroup' => 'default',
  13741. 'source' => 'Option Widgets',
  13742. 'version' => 'none',
  13743. ))
  13744. ->values(array(
  13745. 'lid' => '418',
  13746. 'location' => 'modules/optionwidgets/optionwidgets.info:0',
  13747. 'textgroup' => 'default',
  13748. 'source' => 'Defines selection, check box and radio button widgets for text and numeric fields.',
  13749. 'version' => 'none',
  13750. ))
  13751. ->values(array(
  13752. 'lid' => '419',
  13753. 'location' => 'modules/text/text.module:42',
  13754. 'textgroup' => 'default',
  13755. 'source' => 'Store text in the database.',
  13756. 'version' => '6.38-dev',
  13757. ))
  13758. ->values(array(
  13759. 'lid' => '420',
  13760. 'location' => 'modules/text/text.module:55;202, modules/userreference/userreference.module:237',
  13761. 'textgroup' => 'default',
  13762. 'source' => 'Plain text',
  13763. 'version' => '6.38-dev',
  13764. ))
  13765. ->values(array(
  13766. 'lid' => '421',
  13767. 'location' => 'modules/text/text.module:55',
  13768. 'textgroup' => 'default',
  13769. 'source' => 'Filtered text (user selects input format)',
  13770. 'version' => 'none',
  13771. ))
  13772. ->values(array(
  13773. 'lid' => '422',
  13774. 'location' => 'modules/text/text.module:58',
  13775. 'textgroup' => 'default',
  13776. 'source' => 'Text processing',
  13777. 'version' => 'none',
  13778. ))
  13779. ->values(array(
  13780. 'lid' => '423',
  13781. 'location' => 'modules/text/text.module:64',
  13782. 'textgroup' => 'default',
  13783. 'source' => 'Maximum length',
  13784. 'version' => 'none',
  13785. ))
  13786. ->values(array(
  13787. 'lid' => '424',
  13788. 'location' => 'modules/text/text.module:68',
  13789. 'textgroup' => 'default',
  13790. 'source' => 'The maximum length of the field in characters. Leave blank for an unlimited size.',
  13791. 'version' => 'none',
  13792. ))
  13793. ->values(array(
  13794. 'lid' => '425',
  13795. 'location' => 'modules/text/text.module:160',
  13796. 'textgroup' => 'default',
  13797. 'source' => '%name: the value may not be longer than %max characters.',
  13798. 'version' => 'none',
  13799. ))
  13800. ->values(array(
  13801. 'lid' => '426',
  13802. 'location' => 'modules/text/text.module:197, modules/userreference/userreference.module:232',
  13803. 'textgroup' => 'default',
  13804. 'source' => 'Default',
  13805. 'version' => '6.38-dev',
  13806. ))
  13807. ->values(array(
  13808. 'lid' => '427',
  13809. 'location' => 'modules/text/text.module:207',
  13810. 'textgroup' => 'default',
  13811. 'source' => 'Trimmed',
  13812. 'version' => '6.38-dev',
  13813. ))
  13814. ->values(array(
  13815. 'lid' => '428',
  13816. 'location' => 'modules/text/text.module:265',
  13817. 'textgroup' => 'default',
  13818. 'source' => 'Text area (multiple rows)',
  13819. 'version' => '6.38-dev',
  13820. ))
  13821. ->values(array(
  13822. 'lid' => '429',
  13823. 'location' => 'modules/nodereference/nodereference.module:439, modules/text/text.module:317, modules/userreference/userreference.module:365',
  13824. 'textgroup' => 'default',
  13825. 'source' => 'Size of textfield',
  13826. 'version' => 'none',
  13827. ))
  13828. ->values(array(
  13829. 'lid' => '430',
  13830. 'location' => 'modules/text/text.module:326',
  13831. 'textgroup' => 'default',
  13832. 'source' => 'Rows',
  13833. 'version' => 'none',
  13834. ))
  13835. ->values(array(
  13836. 'lid' => '431',
  13837. 'location' => 'modules/text/text.module:0',
  13838. 'textgroup' => 'default',
  13839. 'source' => 'text',
  13840. 'version' => 'none',
  13841. ))
  13842. ->values(array(
  13843. 'lid' => '432',
  13844. 'location' => 'modules/text/text.info:0',
  13845. 'textgroup' => 'default',
  13846. 'source' => 'Defines simple text field types.',
  13847. 'version' => 'none',
  13848. ))
  13849. ->values(array(
  13850. 'lid' => '433',
  13851. 'location' => 'modules/userreference/userreference.rules.inc:15',
  13852. 'textgroup' => 'default',
  13853. 'source' => 'Load a referenced user',
  13854. 'version' => 'none',
  13855. ))
  13856. ->values(array(
  13857. 'lid' => '434',
  13858. 'location' => 'modules/userreference/userreference.rules.inc:19',
  13859. 'textgroup' => 'default',
  13860. 'source' => 'Content containing the user reference field',
  13861. 'version' => 'none',
  13862. ))
  13863. ->values(array(
  13864. 'lid' => '435',
  13865. 'location' => 'modules/userreference/userreference.rules.inc:25',
  13866. 'textgroup' => 'default',
  13867. 'source' => 'Referenced user',
  13868. 'version' => 'none',
  13869. ))
  13870. ->values(array(
  13871. 'lid' => '436',
  13872. 'location' => 'modules/userreference/userreference.rules.inc:29',
  13873. 'textgroup' => 'default',
  13874. 'source' => 'Note that if the field has multiple values, only the first user will be loaded.',
  13875. 'version' => 'none',
  13876. ))
  13877. ->values(array(
  13878. 'lid' => '437',
  13879. 'location' => 'modules/userreference/userreference.rules.inc:52',
  13880. 'textgroup' => 'default',
  13881. 'source' => 'There are no userreference fields defined.',
  13882. 'version' => 'none',
  13883. ))
  13884. ->values(array(
  13885. 'lid' => '438',
  13886. 'location' => 'modules/userreference/userreference.module:52',
  13887. 'textgroup' => 'default',
  13888. 'source' => 'User reference',
  13889. 'version' => 'none',
  13890. ))
  13891. ->values(array(
  13892. 'lid' => '439',
  13893. 'location' => 'modules/userreference/userreference.module:53',
  13894. 'textgroup' => 'default',
  13895. 'source' => 'Store the ID of a related user as an integer value.',
  13896. 'version' => 'none',
  13897. ))
  13898. ->values(array(
  13899. 'lid' => '440',
  13900. 'location' => 'modules/userreference/userreference.module:67',
  13901. 'textgroup' => 'default',
  13902. 'source' => 'User roles that can be referenced',
  13903. 'version' => 'none',
  13904. ))
  13905. ->values(array(
  13906. 'lid' => '441',
  13907. 'location' => 'modules/userreference/userreference.module:73',
  13908. 'textgroup' => 'default',
  13909. 'source' => 'User status that can be referenced',
  13910. 'version' => 'none',
  13911. ))
  13912. ->values(array(
  13913. 'lid' => '442',
  13914. 'location' => 'modules/userreference/userreference.module:75',
  13915. 'textgroup' => 'default',
  13916. 'source' => 'Active',
  13917. 'version' => 'none',
  13918. ))
  13919. ->values(array(
  13920. 'lid' => '443',
  13921. 'location' => 'modules/userreference/userreference.module:75',
  13922. 'textgroup' => 'default',
  13923. 'source' => 'Blocked',
  13924. 'version' => 'none',
  13925. ))
  13926. ->values(array(
  13927. 'lid' => '444',
  13928. 'location' => 'modules/userreference/userreference.module:94',
  13929. 'textgroup' => 'default',
  13930. 'source' => 'Advanced - Users that can be referenced (View)',
  13931. 'version' => 'none',
  13932. ))
  13933. ->values(array(
  13934. 'lid' => '445',
  13935. 'location' => 'modules/userreference/userreference.module:101',
  13936. 'textgroup' => 'default',
  13937. 'source' => 'View used to select the users',
  13938. 'version' => 'none',
  13939. ))
  13940. ->values(array(
  13941. 'lid' => '446',
  13942. 'location' => 'modules/userreference/userreference.module:104',
  13943. 'textgroup' => 'default',
  13944. 'source' => '<p>Choose the "Views module" view that selects the users that can be referenced.<br />Note:</p>',
  13945. 'version' => 'none',
  13946. ))
  13947. ->values(array(
  13948. 'lid' => '447',
  13949. 'location' => 'modules/userreference/userreference.module:105;118',
  13950. 'textgroup' => 'default',
  13951. '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>",
  13952. 'version' => 'none',
  13953. ))
  13954. ->values(array(
  13955. 'lid' => '448',
  13956. 'location' => 'modules/userreference/userreference.module:117',
  13957. 'textgroup' => 'default',
  13958. '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>',
  13959. 'version' => 'none',
  13960. ))
  13961. ->values(array(
  13962. 'lid' => '449',
  13963. 'location' => 'modules/userreference/userreference.module:196',
  13964. 'textgroup' => 'default',
  13965. 'source' => '%name: invalid user.',
  13966. 'version' => 'none',
  13967. ))
  13968. ->values(array(
  13969. 'lid' => '450',
  13970. 'location' => 'modules/userreference/userreference.module:349',
  13971. 'textgroup' => 'default',
  13972. 'source' => 'Select the method used to collect autocomplete suggestions. Note that <em>Contains</em> can cause performance issues on sites with thousands of users.',
  13973. 'version' => 'none',
  13974. ))
  13975. ->values(array(
  13976. 'lid' => '451',
  13977. 'location' => 'modules/userreference/userreference.module:357',
  13978. 'textgroup' => 'default',
  13979. 'source' => 'Reverse link',
  13980. 'version' => 'none',
  13981. ))
  13982. ->values(array(
  13983. 'lid' => '452',
  13984. 'location' => 'modules/userreference/userreference.module:359',
  13985. 'textgroup' => 'default',
  13986. 'source' => 'If selected, a reverse link back to the referencing node will displayed on the referenced user record.',
  13987. 'version' => 'none',
  13988. ))
  13989. ->values(array(
  13990. 'lid' => '453',
  13991. 'location' => 'modules/userreference/userreference.module:594',
  13992. 'textgroup' => 'default',
  13993. 'source' => '%name: found no valid user with that name.',
  13994. 'version' => 'none',
  13995. ))
  13996. ->values(array(
  13997. 'lid' => '454',
  13998. 'location' => 'modules/userreference/userreference.module:887',
  13999. 'textgroup' => 'default',
  14000. 'source' => 'Related content',
  14001. 'version' => 'none',
  14002. ))
  14003. ->values(array(
  14004. 'lid' => '455',
  14005. 'location' => 'modules/userreference/userreference.module:15',
  14006. 'textgroup' => 'default',
  14007. 'source' => 'Userreference autocomplete',
  14008. 'version' => 'none',
  14009. ))
  14010. ->values(array(
  14011. 'lid' => '456',
  14012. 'location' => 'userreference.module:0',
  14013. 'textgroup' => 'default',
  14014. 'source' => 'userreference',
  14015. 'version' => 'none',
  14016. ))
  14017. ->values(array(
  14018. 'lid' => '457',
  14019. 'location' => 'modules/userreference/userreference.info:0',
  14020. 'textgroup' => 'default',
  14021. 'source' => 'User Reference',
  14022. 'version' => 'none',
  14023. ))
  14024. ->values(array(
  14025. 'lid' => '458',
  14026. 'location' => 'modules/userreference/userreference.info:0',
  14027. 'textgroup' => 'default',
  14028. 'source' => 'Defines a field type for referencing a user from a node.',
  14029. 'version' => 'none',
  14030. ))
  14031. ->values(array(
  14032. 'lid' => '459',
  14033. 'location' => 'theme/content-admin-field-overview-form.tpl.php:11',
  14034. 'textgroup' => 'default',
  14035. 'source' => 'Weight',
  14036. 'version' => '6.38-dev',
  14037. ))
  14038. ->values(array(
  14039. 'lid' => '460',
  14040. 'location' => 'theme/content-admin-field-overview-form.tpl.php:53',
  14041. 'textgroup' => 'default',
  14042. 'source' => 'Add',
  14043. 'version' => 'none',
  14044. ))
  14045. ->values(array(
  14046. 'lid' => '461',
  14047. 'location' => 'theme/content-admin-field-overview-form.tpl.php:59',
  14048. 'textgroup' => 'default',
  14049. 'source' => 'New field',
  14050. 'version' => 'none',
  14051. ))
  14052. ->values(array(
  14053. 'lid' => '462',
  14054. 'location' => 'theme/content-admin-field-overview-form.tpl.php:72',
  14055. 'textgroup' => 'default',
  14056. 'source' => 'Existing field',
  14057. 'version' => 'none',
  14058. ))
  14059. ->values(array(
  14060. 'lid' => '463',
  14061. 'location' => 'theme/content-admin-field-overview-form.tpl.php:84',
  14062. 'textgroup' => 'default',
  14063. 'source' => 'New group',
  14064. 'version' => 'none',
  14065. ))
  14066. ->values(array(
  14067. 'lid' => '464',
  14068. 'location' => 'theme/theme.inc:11',
  14069. 'textgroup' => 'default',
  14070. 'source' => 'Add fields and groups to the content type, and arrange them on content display and input forms.',
  14071. 'version' => 'none',
  14072. ))
  14073. ->values(array(
  14074. 'lid' => '465',
  14075. 'location' => 'theme/theme.inc:13',
  14076. 'textgroup' => 'default',
  14077. 'source' => 'You can add a field to a group by dragging it below and to the right of the group.',
  14078. 'version' => 'none',
  14079. ))
  14080. ->values(array(
  14081. 'lid' => '466',
  14082. 'location' => 'theme/theme.inc:16',
  14083. 'textgroup' => 'default',
  14084. 'source' => 'Note: Installing the <a href="!adv_help">Advanced help</a> module will let you access more and better help.',
  14085. 'version' => 'none',
  14086. ))
  14087. ->values(array(
  14088. 'lid' => '467',
  14089. 'location' => 'theme/theme.inc:116',
  14090. 'textgroup' => 'default',
  14091. 'source' => "Use the 'Exclude' checkbox to exclude an item from the !content value passed to the node template.",
  14092. 'version' => 'none',
  14093. ))
  14094. ->values(array(
  14095. 'lid' => '468',
  14096. 'location' => 'theme/content-edit.js:0',
  14097. 'textgroup' => 'default',
  14098. 'source' => 'Remove this item',
  14099. 'version' => 'none',
  14100. ))
  14101. ->values(array(
  14102. 'lid' => '469',
  14103. 'location' => 'content_admin.inc:290',
  14104. 'textgroup' => 'default',
  14105. 'source' => 'Add field',
  14106. 'version' => '6.38-dev',
  14107. ))
  14108. ->values(array(
  14109. 'lid' => '470',
  14110. 'location' => 'field.php:180;190, number.module:119, text.module:107',
  14111. 'textgroup' => 'default',
  14112. 'source' => 'Illegal value for %name.',
  14113. 'version' => 'none',
  14114. ))
  14115. ->values(array(
  14116. 'lid' => '471',
  14117. 'location' => 'examples/example_field.php:287 examples/simple_field.php:231, modules/text/text.module:169',
  14118. 'textgroup' => 'default',
  14119. 'source' => '%label is longer than %max characters.',
  14120. 'version' => 'none',
  14121. ))
  14122. ->values(array(
  14123. 'lid' => '472',
  14124. 'location' => 'field.php:273 text.module:167',
  14125. 'textgroup' => 'default',
  14126. 'source' => '"Rows" must be a positive integer.',
  14127. 'version' => 'none',
  14128. ))
  14129. ->values(array(
  14130. 'lid' => '473',
  14131. 'location' => 'modules/number/number.module:133 modules/text/text.module:92',
  14132. 'textgroup' => 'default',
  14133. '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',
  14134. 'version' => 'none',
  14135. ))
  14136. ->values(array(
  14137. 'lid' => '474',
  14138. 'location' => 'content.module:144',
  14139. 'textgroup' => 'default',
  14140. 'source' => 'add field',
  14141. 'version' => 'none',
  14142. ))
  14143. ->values(array(
  14144. 'lid' => '475',
  14145. 'location' => 'includes/content.admin.inc:112;291',
  14146. 'textgroup' => 'default',
  14147. 'source' => 'There are no fields configured for this content type. You can !link.',
  14148. 'version' => 'none',
  14149. ))
  14150. ->values(array(
  14151. 'lid' => '476',
  14152. 'location' => 'includes/content.admin.inc:113;292',
  14153. 'textgroup' => 'default',
  14154. 'source' => 'Add a new field',
  14155. 'version' => 'none',
  14156. ))
  14157. ->values(array(
  14158. 'lid' => '477',
  14159. 'location' => 'includes/content.admin.inc:137',
  14160. 'textgroup' => 'default',
  14161. '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.',
  14162. 'version' => 'none',
  14163. ))
  14164. ->values(array(
  14165. 'lid' => '478',
  14166. 'location' => 'includes/content.admin.inc:477',
  14167. 'textgroup' => 'default',
  14168. '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.',
  14169. 'version' => 'none',
  14170. ))
  14171. ->values(array(
  14172. 'lid' => '479',
  14173. 'location' => 'content_admin.inc:277',
  14174. 'textgroup' => 'default',
  14175. 'source' => 'Add existing field',
  14176. 'version' => 'none',
  14177. ))
  14178. ->values(array(
  14179. 'lid' => '480',
  14180. 'location' => 'content_admin.inc:311',
  14181. 'textgroup' => 'default',
  14182. 'source' => 'Create new field',
  14183. 'version' => 'none',
  14184. ))
  14185. ->values(array(
  14186. 'lid' => '481',
  14187. 'location' => 'includes/content.admin.inc:606',
  14188. 'textgroup' => 'default',
  14189. 'source' => 'The machine-readable name of the field.',
  14190. 'version' => 'none',
  14191. ))
  14192. ->values(array(
  14193. 'lid' => '482',
  14194. 'location' => 'includes/content.admin.inc:610',
  14195. 'textgroup' => 'default',
  14196. 'source' => 'This name cannot be changed.',
  14197. 'version' => 'none',
  14198. ))
  14199. ->values(array(
  14200. 'lid' => '483',
  14201. 'location' => 'includes/content.admin.inc:618',
  14202. 'textgroup' => 'default',
  14203. '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.",
  14204. 'version' => 'none',
  14205. ))
  14206. ->values(array(
  14207. 'lid' => '484',
  14208. 'location' => 'includes/content.admin.inc:636',
  14209. 'textgroup' => 'default',
  14210. 'source' => 'The type of data you would like to store in the database with this field.',
  14211. 'version' => 'none',
  14212. ))
  14213. ->values(array(
  14214. 'lid' => '485',
  14215. 'location' => 'includes/content.admin.inc:692',
  14216. 'textgroup' => 'default',
  14217. 'source' => 'The field name %field_name is invalid. The name must include only lowercase unaccentuated letters, numbers, and underscores.',
  14218. 'version' => 'none',
  14219. ))
  14220. ->values(array(
  14221. 'lid' => '486',
  14222. 'location' => 'includes/content.admin.inc:695',
  14223. 'textgroup' => 'default',
  14224. 'source' => "The field name %field_name is too long. The name is limited to 32 characters, including the 'field_' prefix.",
  14225. 'version' => 'none',
  14226. ))
  14227. ->values(array(
  14228. 'lid' => '487',
  14229. 'location' => 'includes/content.admin.inc:706',
  14230. 'textgroup' => 'default',
  14231. 'source' => 'The field name %field_name already exists.',
  14232. 'version' => 'none',
  14233. ))
  14234. ->values(array(
  14235. 'lid' => '488',
  14236. 'location' => 'includes/content.admin.inc:709',
  14237. 'textgroup' => 'default',
  14238. 'source' => "The name 'field_instance' is a reserved name.",
  14239. 'version' => 'none',
  14240. ))
  14241. ->values(array(
  14242. 'lid' => '489',
  14243. 'location' => 'content_admin.inc:432',
  14244. 'textgroup' => 'default',
  14245. 'source' => 'Created field %label.',
  14246. 'version' => 'none',
  14247. ))
  14248. ->values(array(
  14249. 'lid' => '490',
  14250. 'location' => 'includes/content.admin.inc:754',
  14251. 'textgroup' => 'default',
  14252. 'source' => 'Update field %label.',
  14253. 'version' => 'none',
  14254. ))
  14255. ->values(array(
  14256. 'lid' => '491',
  14257. 'location' => 'includes/content.admin.inc:758',
  14258. 'textgroup' => 'default',
  14259. 'source' => 'There was a problem updating field %label.',
  14260. 'version' => 'none',
  14261. ))
  14262. ->values(array(
  14263. 'lid' => '492',
  14264. 'location' => 'includes/content.admin.inc:955',
  14265. 'textgroup' => 'default',
  14266. '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.",
  14267. 'version' => 'none',
  14268. ))
  14269. ->values(array(
  14270. 'lid' => '493',
  14271. 'location' => 'includes/content.admin.inc:986',
  14272. 'textgroup' => 'default',
  14273. '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.",
  14274. 'version' => 'none',
  14275. ))
  14276. ->values(array(
  14277. 'lid' => '494',
  14278. 'location' => 'includes/content.admin.inc:1131',
  14279. 'textgroup' => 'default',
  14280. 'source' => 'The default value PHP code created @value which is invalid.',
  14281. 'version' => 'none',
  14282. ))
  14283. ->values(array(
  14284. 'lid' => '495',
  14285. 'location' => 'includes/content.token.inc:62',
  14286. 'textgroup' => 'default',
  14287. 'source' => 'Formatted HTML link to the node',
  14288. 'version' => 'none',
  14289. ))
  14290. ->values(array(
  14291. 'lid' => '496',
  14292. 'location' => 'number.module:113',
  14293. 'textgroup' => 'default',
  14294. 'source' => 'The value of %name may be no smaller than %min.',
  14295. 'version' => 'none',
  14296. ))
  14297. ->values(array(
  14298. 'lid' => '497',
  14299. 'location' => 'number.module:116',
  14300. 'textgroup' => 'default',
  14301. 'source' => 'The value of %name may be no larger than %max.',
  14302. 'version' => 'none',
  14303. ))
  14304. ->values(array(
  14305. 'lid' => '498',
  14306. 'location' => 'modules/number/number.module:476',
  14307. 'textgroup' => 'default',
  14308. 'source' => 'Only numbers and decimals are allowed in %field. %start was changed to %value.',
  14309. 'version' => 'none',
  14310. ))
  14311. ->values(array(
  14312. 'lid' => '499',
  14313. 'location' => 'modules/number/number.module:494',
  14314. 'textgroup' => 'default',
  14315. 'source' => 'Only numbers are allowed in %field. %start was changed to %value.',
  14316. 'version' => 'none',
  14317. ))
  14318. ->values(array(
  14319. 'lid' => '500',
  14320. 'location' => 'modules/number/number.module:513',
  14321. 'textgroup' => 'default',
  14322. 'source' => 'Only numbers and the decimal character (%decimal) are allowed in %field. %start was changed to %value.',
  14323. 'version' => 'none',
  14324. ))
  14325. ->values(array(
  14326. 'lid' => '501',
  14327. 'location' => 'modules/optionwidgets/optionwidgets.module:10',
  14328. 'textgroup' => 'default',
  14329. '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.',
  14330. 'version' => 'none',
  14331. ))
  14332. ->values(array(
  14333. 'lid' => '502',
  14334. 'location' => 'misc/tabledrag.js',
  14335. 'textgroup' => 'default',
  14336. 'source' => 'Drag to re-order',
  14337. 'version' => 'none',
  14338. ))
  14339. ->values(array(
  14340. 'lid' => '503',
  14341. 'location' => 'misc/tabledrag.js',
  14342. 'textgroup' => 'default',
  14343. 'source' => 'Changes made in this table will not be saved until the form is submitted.',
  14344. 'version' => 'none',
  14345. ))
  14346. ->values(array(
  14347. 'lid' => '504',
  14348. 'location' => 'field:profile_color:title',
  14349. 'textgroup' => 'profile',
  14350. 'source' => 'Favorite color',
  14351. 'version' => '1',
  14352. ))
  14353. ->values(array(
  14354. 'lid' => '505',
  14355. 'location' => 'field:profile_color:explanation',
  14356. 'textgroup' => 'profile',
  14357. 'source' => 'List your favorite color',
  14358. 'version' => '1',
  14359. ))
  14360. ->values(array(
  14361. 'lid' => '506',
  14362. 'location' => 'category',
  14363. 'textgroup' => 'profile',
  14364. 'source' => 'Personal information',
  14365. 'version' => '1',
  14366. ))
  14367. ->values(array(
  14368. 'lid' => '507',
  14369. 'location' => 'field:profile_biography:title',
  14370. 'textgroup' => 'profile',
  14371. 'source' => 'Biography',
  14372. 'version' => '1',
  14373. ))
  14374. ->values(array(
  14375. 'lid' => '508',
  14376. 'location' => 'field:profile_biography:explanation',
  14377. 'textgroup' => 'profile',
  14378. 'source' => 'Tell people a little bit about yourself',
  14379. 'version' => '1',
  14380. ))
  14381. ->values(array(
  14382. 'lid' => '509',
  14383. 'location' => 'field:profile_sell_Address:title',
  14384. 'textgroup' => 'profile',
  14385. 'source' => 'Sell your email address?',
  14386. 'version' => '1',
  14387. ))
  14388. ->values(array(
  14389. 'lid' => '510',
  14390. 'location' => 'field:profile_sell_Address:explanation',
  14391. 'textgroup' => 'profile',
  14392. 'source' => "If you check this box, we'll sell your address to spammers to help line the pockets of our shareholders. Thanks!",
  14393. 'version' => '1',
  14394. ))
  14395. ->values(array(
  14396. 'lid' => '511',
  14397. 'location' => 'category',
  14398. 'textgroup' => 'profile',
  14399. 'source' => 'Communication preferences',
  14400. 'version' => '1',
  14401. ))
  14402. ->values(array(
  14403. 'lid' => '512',
  14404. 'location' => 'field:profile_sold_to:title',
  14405. 'textgroup' => 'profile',
  14406. 'source' => 'Sales Category',
  14407. 'version' => '1',
  14408. ))
  14409. ->values(array(
  14410. 'lid' => '513',
  14411. 'location' => 'field:profile_sold_to:explanation',
  14412. 'textgroup' => 'profile',
  14413. 'source' => "Select the sales categories to which this user's address was sold.",
  14414. 'version' => '1',
  14415. ))
  14416. ->values(array(
  14417. 'lid' => '514',
  14418. 'location' => 'field:profile_sold_to:options',
  14419. 'textgroup' => 'profile',
  14420. 'source' => "Pill spammers\r\nFitness spammers\r\nBack\\slash\r\nForward/slash\r\nDot.in.the.middle",
  14421. 'version' => '1',
  14422. ))
  14423. ->values(array(
  14424. 'lid' => '515',
  14425. 'location' => 'category',
  14426. 'textgroup' => 'profile',
  14427. 'source' => 'Administrative data',
  14428. 'version' => '1',
  14429. ))
  14430. ->values(array(
  14431. 'lid' => '516',
  14432. 'location' => 'field:profile_bands:title',
  14433. 'textgroup' => 'profile',
  14434. 'source' => 'Favorite bands',
  14435. 'version' => '1',
  14436. ))
  14437. ->values(array(
  14438. 'lid' => '517',
  14439. 'location' => 'field:profile_bands:explanation',
  14440. 'textgroup' => 'profile',
  14441. 'source' => "Enter your favorite bands. When you've saved your profile, you'll be able to find other people with the same favorites.",
  14442. 'version' => '1',
  14443. ))
  14444. ->values(array(
  14445. 'lid' => '518',
  14446. 'location' => 'field:profile_birthdate:title',
  14447. 'textgroup' => 'profile',
  14448. 'source' => 'Birthdate',
  14449. 'version' => '1',
  14450. ))
  14451. ->values(array(
  14452. 'lid' => '519',
  14453. 'location' => 'field:profile_birthdate:explanation',
  14454. 'textgroup' => 'profile',
  14455. 'source' => "Enter your birth date and we'll send you a coupon.",
  14456. 'version' => '1',
  14457. ))
  14458. ->values(array(
  14459. 'lid' => '520',
  14460. 'location' => 'field:profile_really_really_love_migrations:title',
  14461. 'textgroup' => 'profile',
  14462. 'source' => 'I really, really, really love migrations',
  14463. 'version' => '1',
  14464. ))
  14465. ->values(array(
  14466. 'lid' => '521',
  14467. 'location' => 'field:profile_really_really_love_migrations:explanation',
  14468. 'textgroup' => 'profile',
  14469. 'source' => 'If you check this box, you love migrations.',
  14470. 'version' => '1',
  14471. ))
  14472. ->values(array(
  14473. 'lid' => '522',
  14474. 'location' => 'field:profile_blog:title',
  14475. 'textgroup' => 'profile',
  14476. 'source' => 'Blog',
  14477. 'version' => '1',
  14478. ))
  14479. ->values(array(
  14480. 'lid' => '523',
  14481. 'location' => 'field:profile_blog:explanation',
  14482. 'textgroup' => 'profile',
  14483. 'source' => 'Paste the full URL, including http://, of your personal blog.',
  14484. 'version' => '1',
  14485. ))
  14486. ->values(array(
  14487. 'lid' => '524',
  14488. 'location' => 'block:1:title',
  14489. 'textgroup' => 'blocks',
  14490. 'source' => 'Static Block',
  14491. 'version' => '1',
  14492. ))
  14493. ->values(array(
  14494. 'lid' => '525',
  14495. 'location' => 'block:1:body',
  14496. 'textgroup' => 'blocks',
  14497. 'source' => '<h3>My first custom block body</h3>',
  14498. 'version' => '1',
  14499. ))
  14500. ->values(array(
  14501. 'lid' => '526',
  14502. 'location' => 'block:2:title',
  14503. 'textgroup' => 'blocks',
  14504. 'source' => 'Another Static Block',
  14505. 'version' => '1',
  14506. ))
  14507. ->values(array(
  14508. 'lid' => '527',
  14509. 'location' => 'block:2:body',
  14510. 'textgroup' => 'blocks',
  14511. 'source' => '<h3>My second custom block body</h3>',
  14512. 'version' => '1',
  14513. ))
  14514. ->values(array(
  14515. 'lid' => '528',
  14516. 'location' => 'vocabulary:4:name',
  14517. 'textgroup' => 'taxonomy',
  14518. 'source' => 'Tags',
  14519. 'version' => '1',
  14520. ))
  14521. ->values(array(
  14522. 'lid' => '529',
  14523. 'location' => 'vocabulary:1:name',
  14524. 'textgroup' => 'taxonomy',
  14525. 'source' => 'vocabulary 1 (i=0)',
  14526. 'version' => '1',
  14527. ))
  14528. ->values(array(
  14529. 'lid' => '530',
  14530. 'location' => 'vocabulary:2:name',
  14531. 'textgroup' => 'taxonomy',
  14532. 'source' => 'vocabulary 2 (i=1)',
  14533. 'version' => '1',
  14534. ))
  14535. ->values(array(
  14536. 'lid' => '531',
  14537. 'location' => 'vocabulary:3:name',
  14538. 'textgroup' => 'taxonomy',
  14539. 'source' => 'vocabulary 3 (i=2)',
  14540. 'version' => '1',
  14541. ))
  14542. ->values(array(
  14543. 'lid' => '532',
  14544. 'location' => 'vocabulary:5:name',
  14545. 'textgroup' => 'taxonomy',
  14546. 'source' => 'vocabulary name much longer than thirty two characters',
  14547. 'version' => '1',
  14548. ))
  14549. ->values(array(
  14550. 'lid' => '533',
  14551. 'location' => 'type:article:name',
  14552. 'textgroup' => 'nodetype',
  14553. 'source' => 'Article',
  14554. 'version' => '1',
  14555. ))
  14556. ->values(array(
  14557. 'lid' => '534',
  14558. 'location' => 'type:article:title',
  14559. 'textgroup' => 'nodetype',
  14560. 'source' => 'Title',
  14561. 'version' => '1',
  14562. ))
  14563. ->values(array(
  14564. 'lid' => '535',
  14565. 'location' => 'type:article:body',
  14566. 'textgroup' => 'nodetype',
  14567. 'source' => 'Body',
  14568. 'version' => '1',
  14569. ))
  14570. ->values(array(
  14571. 'lid' => '536',
  14572. 'location' => 'type:article:description',
  14573. 'textgroup' => 'nodetype',
  14574. 'source' => 'An <em>article</em>, content type.',
  14575. 'version' => '1',
  14576. ))
  14577. ->values(array(
  14578. 'lid' => '537',
  14579. 'location' => 'type:company:name',
  14580. 'textgroup' => 'nodetype',
  14581. 'source' => 'Company',
  14582. 'version' => '1',
  14583. ))
  14584. ->values(array(
  14585. 'lid' => '538',
  14586. 'location' => 'type:company:title',
  14587. 'textgroup' => 'nodetype',
  14588. 'source' => 'Name',
  14589. 'version' => '1',
  14590. ))
  14591. ->values(array(
  14592. 'lid' => '539',
  14593. 'location' => 'type:company:body',
  14594. 'textgroup' => 'nodetype',
  14595. 'source' => 'Description',
  14596. 'version' => '1',
  14597. ))
  14598. ->values(array(
  14599. 'lid' => '540',
  14600. 'location' => 'type:company:description',
  14601. 'textgroup' => 'nodetype',
  14602. 'source' => 'Company node type',
  14603. 'version' => '1',
  14604. ))
  14605. ->values(array(
  14606. 'lid' => '541',
  14607. 'location' => 'type:employee:name',
  14608. 'textgroup' => 'nodetype',
  14609. 'source' => 'Employee',
  14610. 'version' => '1',
  14611. ))
  14612. ->values(array(
  14613. 'lid' => '542',
  14614. 'location' => 'type:employee:title',
  14615. 'textgroup' => 'nodetype',
  14616. 'source' => 'Name',
  14617. 'version' => '1',
  14618. ))
  14619. ->values(array(
  14620. 'lid' => '543',
  14621. 'location' => 'type:employee:body',
  14622. 'textgroup' => 'nodetype',
  14623. 'source' => 'Bio',
  14624. 'version' => '1',
  14625. ))
  14626. ->values(array(
  14627. 'lid' => '544',
  14628. 'location' => 'type:employee:description',
  14629. 'textgroup' => 'nodetype',
  14630. 'source' => 'Employee node type',
  14631. 'version' => '1',
  14632. ))
  14633. ->values(array(
  14634. 'lid' => '545',
  14635. 'location' => 'type:sponsor:name',
  14636. 'textgroup' => 'nodetype',
  14637. 'source' => 'Sponsor',
  14638. 'version' => '1',
  14639. ))
  14640. ->values(array(
  14641. 'lid' => '546',
  14642. 'location' => 'type:sponsor:title',
  14643. 'textgroup' => 'nodetype',
  14644. 'source' => 'Name',
  14645. 'version' => '1',
  14646. ))
  14647. ->values(array(
  14648. 'lid' => '547',
  14649. 'location' => 'type:sponsor:body',
  14650. 'textgroup' => 'nodetype',
  14651. 'source' => 'Body',
  14652. 'version' => '1',
  14653. ))
  14654. ->values(array(
  14655. 'lid' => '548',
  14656. 'location' => 'type:sponsor:description',
  14657. 'textgroup' => 'nodetype',
  14658. 'source' => 'Sponsor node type',
  14659. 'version' => '1',
  14660. ))
  14661. ->values(array(
  14662. 'lid' => '549',
  14663. 'location' => 'type:story:name',
  14664. 'textgroup' => 'nodetype',
  14665. 'source' => 'Story',
  14666. 'version' => '1',
  14667. ))
  14668. ->values(array(
  14669. 'lid' => '550',
  14670. 'location' => 'type:story:title',
  14671. 'textgroup' => 'nodetype',
  14672. 'source' => 'Title',
  14673. 'version' => '1',
  14674. ))
  14675. ->values(array(
  14676. 'lid' => '551',
  14677. 'location' => 'type:story:body',
  14678. 'textgroup' => 'nodetype',
  14679. 'source' => 'Body',
  14680. 'version' => '1',
  14681. ))
  14682. ->values(array(
  14683. 'lid' => '552',
  14684. 'location' => 'type:story:description',
  14685. 'textgroup' => 'nodetype',
  14686. '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.",
  14687. 'version' => '1',
  14688. ))
  14689. ->values(array(
  14690. 'lid' => '553',
  14691. 'location' => 'type:test_event:name',
  14692. 'textgroup' => 'nodetype',
  14693. 'source' => 'Migrate test event',
  14694. 'version' => '1',
  14695. ))
  14696. ->values(array(
  14697. 'lid' => '554',
  14698. 'location' => 'type:test_event:title',
  14699. 'textgroup' => 'nodetype',
  14700. 'source' => 'Event Name',
  14701. 'version' => '1',
  14702. ))
  14703. ->values(array(
  14704. 'lid' => '555',
  14705. 'location' => 'type:test_event:body',
  14706. 'textgroup' => 'nodetype',
  14707. 'source' => 'Body',
  14708. 'version' => '1',
  14709. ))
  14710. ->values(array(
  14711. 'lid' => '556',
  14712. 'location' => 'type:test_event:description',
  14713. 'textgroup' => 'nodetype',
  14714. 'source' => 'test event description here',
  14715. 'version' => '1',
  14716. ))
  14717. ->values(array(
  14718. 'lid' => '558',
  14719. 'location' => 'type:test_page:name',
  14720. 'textgroup' => 'nodetype',
  14721. 'source' => 'Migrate test page',
  14722. 'version' => '1',
  14723. ))
  14724. ->values(array(
  14725. 'lid' => '559',
  14726. 'location' => 'type:test_page:title',
  14727. 'textgroup' => 'nodetype',
  14728. 'source' => 'Title',
  14729. 'version' => '1',
  14730. ))
  14731. ->values(array(
  14732. 'lid' => '560',
  14733. 'location' => 'type:test_page:body',
  14734. 'textgroup' => 'nodetype',
  14735. 'source' => 'This is the body field label',
  14736. 'version' => '1',
  14737. ))
  14738. ->values(array(
  14739. 'lid' => '561',
  14740. 'location' => 'type:test_page:description',
  14741. 'textgroup' => 'nodetype',
  14742. '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.",
  14743. 'version' => '1',
  14744. ))
  14745. ->values(array(
  14746. 'lid' => '562',
  14747. 'location' => 'type:test_planet:name',
  14748. 'textgroup' => 'nodetype',
  14749. 'source' => 'Migrate test planet',
  14750. 'version' => '1',
  14751. ))
  14752. ->values(array(
  14753. 'lid' => '563',
  14754. 'location' => 'type:test_planet:title',
  14755. 'textgroup' => 'nodetype',
  14756. 'source' => 'Title',
  14757. 'version' => '1',
  14758. ))
  14759. ->values(array(
  14760. 'lid' => '564',
  14761. 'location' => 'type:test_planet:body',
  14762. 'textgroup' => 'nodetype',
  14763. 'source' => 'Body',
  14764. 'version' => '1',
  14765. ))
  14766. ->values(array(
  14767. 'lid' => '565',
  14768. 'location' => 'type:test_planet:description',
  14769. 'textgroup' => 'nodetype',
  14770. '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.",
  14771. 'version' => '1',
  14772. ))
  14773. ->values(array(
  14774. 'lid' => '566',
  14775. 'location' => 'type:test_story:name',
  14776. 'textgroup' => 'nodetype',
  14777. 'source' => 'Migrate test story',
  14778. 'version' => '1',
  14779. ))
  14780. ->values(array(
  14781. 'lid' => '567',
  14782. 'location' => 'type:test_story:title',
  14783. 'textgroup' => 'nodetype',
  14784. 'source' => 'Title',
  14785. 'version' => '1',
  14786. ))
  14787. ->values(array(
  14788. 'lid' => '568',
  14789. 'location' => 'type:test_story:body',
  14790. 'textgroup' => 'nodetype',
  14791. 'source' => 'Body',
  14792. 'version' => '1',
  14793. ))
  14794. ->values(array(
  14795. 'lid' => '569',
  14796. 'location' => 'type:test_story:description',
  14797. 'textgroup' => 'nodetype',
  14798. '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.",
  14799. 'version' => '1',
  14800. ))
  14801. ->values(array(
  14802. 'lid' => '570',
  14803. 'location' => 'field:story-field_test_exclude_unset:widget_label',
  14804. 'textgroup' => 'cck',
  14805. 'source' => 'Text Field',
  14806. 'version' => '1',
  14807. ))
  14808. ->values(array(
  14809. 'lid' => '571',
  14810. 'location' => 'field:story-field_test_exclude_unset:widget_description',
  14811. 'textgroup' => 'cck',
  14812. 'source' => 'An example text field without exclude.',
  14813. 'version' => '1',
  14814. ))
  14815. ->values(array(
  14816. 'lid' => '572',
  14817. 'location' => 'field:story-field_test_two:widget_label',
  14818. 'textgroup' => 'cck',
  14819. 'source' => 'Integer Field',
  14820. 'version' => '1',
  14821. ))
  14822. ->values(array(
  14823. 'lid' => '573',
  14824. 'location' => 'field:story-field_test_two:widget_description',
  14825. 'textgroup' => 'cck',
  14826. 'source' => 'An example integer field.',
  14827. 'version' => '1',
  14828. ))
  14829. ->values(array(
  14830. 'lid' => '574',
  14831. 'location' => 'field:story-field_test:widget_label',
  14832. 'textgroup' => 'cck',
  14833. 'source' => 'Text Field',
  14834. 'version' => '1',
  14835. ))
  14836. ->values(array(
  14837. 'lid' => '575',
  14838. 'location' => 'field:story-field_test:widget_description',
  14839. 'textgroup' => 'cck',
  14840. 'source' => 'An example text field.',
  14841. 'version' => '1',
  14842. ))
  14843. ->values(array(
  14844. 'lid' => '576',
  14845. 'location' => 'field:story-field_test_three:widget_label',
  14846. 'textgroup' => 'cck',
  14847. 'source' => 'Decimal Field',
  14848. 'version' => '1',
  14849. ))
  14850. ->values(array(
  14851. 'lid' => '577',
  14852. 'location' => 'field:story-field_test_three:widget_description',
  14853. 'textgroup' => 'cck',
  14854. 'source' => 'An example decimal field.',
  14855. 'version' => '1',
  14856. ))
  14857. ->values(array(
  14858. 'lid' => '578',
  14859. 'location' => 'field:story-field_test_four:widget_label',
  14860. 'textgroup' => 'cck',
  14861. 'source' => 'Float Field',
  14862. 'version' => '1',
  14863. ))
  14864. ->values(array(
  14865. 'lid' => '579',
  14866. 'location' => 'field:story-field_test_four:widget_description',
  14867. 'textgroup' => 'cck',
  14868. 'source' => 'An example float field.',
  14869. 'version' => '1',
  14870. ))
  14871. ->values(array(
  14872. 'lid' => '580',
  14873. 'location' => 'field:story-field_test_identical1:widget_label',
  14874. 'textgroup' => 'cck',
  14875. 'source' => 'Integer Field',
  14876. 'version' => '1',
  14877. ))
  14878. ->values(array(
  14879. 'lid' => '581',
  14880. 'location' => 'field:story-field_test_identical1:widget_description',
  14881. 'textgroup' => 'cck',
  14882. 'source' => 'An example integer field.',
  14883. 'version' => '1',
  14884. ))
  14885. ->values(array(
  14886. 'lid' => '582',
  14887. 'location' => 'field:story-field_test_identical2:widget_label',
  14888. 'textgroup' => 'cck',
  14889. 'source' => 'Integer Field',
  14890. 'version' => '1',
  14891. ))
  14892. ->values(array(
  14893. 'lid' => '583',
  14894. 'location' => 'field:story-field_test_identical2:widget_description',
  14895. 'textgroup' => 'cck',
  14896. 'source' => 'An example integer field.',
  14897. 'version' => '1',
  14898. ))
  14899. ->values(array(
  14900. 'lid' => '584',
  14901. 'location' => 'field:story-field_test_email:widget_label',
  14902. 'textgroup' => 'cck',
  14903. 'source' => 'Email Field',
  14904. 'version' => '1',
  14905. ))
  14906. ->values(array(
  14907. 'lid' => '585',
  14908. 'location' => 'field:story-field_test_email:widget_description',
  14909. 'textgroup' => 'cck',
  14910. 'source' => 'An example email field.',
  14911. 'version' => '1',
  14912. ))
  14913. ->values(array(
  14914. 'lid' => '586',
  14915. 'location' => 'field:story-field_test_link:widget_label',
  14916. 'textgroup' => 'cck',
  14917. 'source' => 'Link Field',
  14918. 'version' => '1',
  14919. ))
  14920. ->values(array(
  14921. 'lid' => '587',
  14922. 'location' => 'field:story-field_test_link:widget_description',
  14923. 'textgroup' => 'cck',
  14924. 'source' => 'An example link field.',
  14925. 'version' => '1',
  14926. ))
  14927. ->values(array(
  14928. 'lid' => '588',
  14929. 'location' => 'field:story-field_test_filefield:widget_label',
  14930. 'textgroup' => 'cck',
  14931. 'source' => 'File Field',
  14932. 'version' => '1',
  14933. ))
  14934. ->values(array(
  14935. 'lid' => '589',
  14936. 'location' => 'field:story-field_test_filefield:widget_description',
  14937. 'textgroup' => 'cck',
  14938. 'source' => 'An example image field.',
  14939. 'version' => '1',
  14940. ))
  14941. ->values(array(
  14942. 'lid' => '590',
  14943. 'location' => 'field:story-field_test_imagefield:widget_label',
  14944. 'textgroup' => 'cck',
  14945. 'source' => 'Image Field',
  14946. 'version' => '1',
  14947. ))
  14948. ->values(array(
  14949. 'lid' => '591',
  14950. 'location' => 'field:story-field_test_imagefield:widget_description',
  14951. 'textgroup' => 'cck',
  14952. 'source' => 'An example image field.',
  14953. 'version' => '1',
  14954. ))
  14955. ->values(array(
  14956. 'lid' => '592',
  14957. 'location' => 'field:story-field_test_date:widget_label',
  14958. 'textgroup' => 'cck',
  14959. 'source' => 'Date Field',
  14960. 'version' => '1',
  14961. ))
  14962. ->values(array(
  14963. 'lid' => '593',
  14964. 'location' => 'field:story-field_test_date:widget_description',
  14965. 'textgroup' => 'cck',
  14966. 'source' => 'An example date field.',
  14967. 'version' => '1',
  14968. ))
  14969. ->values(array(
  14970. 'lid' => '594',
  14971. 'location' => 'field:story-field_test_datestamp:widget_label',
  14972. 'textgroup' => 'cck',
  14973. 'source' => 'Date Stamp Field',
  14974. 'version' => '1',
  14975. ))
  14976. ->values(array(
  14977. 'lid' => '595',
  14978. 'location' => 'field:story-field_test_datestamp:widget_description',
  14979. 'textgroup' => 'cck',
  14980. 'source' => 'An example date stamp field.',
  14981. 'version' => '1',
  14982. ))
  14983. ->values(array(
  14984. 'lid' => '596',
  14985. 'location' => 'field:story-field_test_datetime:widget_label',
  14986. 'textgroup' => 'cck',
  14987. 'source' => 'Datetime Field',
  14988. 'version' => '1',
  14989. ))
  14990. ->values(array(
  14991. 'lid' => '597',
  14992. 'location' => 'field:story-field_test_datetime:widget_description',
  14993. 'textgroup' => 'cck',
  14994. 'source' => 'An example datetime field.',
  14995. 'version' => '1',
  14996. ))
  14997. ->values(array(
  14998. 'lid' => '598',
  14999. 'location' => 'field:story-field_test_phone:widget_label',
  15000. 'textgroup' => 'cck',
  15001. 'source' => 'Phone Field',
  15002. 'version' => '1',
  15003. ))
  15004. ->values(array(
  15005. 'lid' => '599',
  15006. 'location' => 'field:story-field_test_phone:widget_description',
  15007. 'textgroup' => 'cck',
  15008. 'source' => 'An example phone field.',
  15009. 'version' => '1',
  15010. ))
  15011. ->values(array(
  15012. 'lid' => '600',
  15013. 'location' => 'field:story-field_test_decimal_radio_buttons:widget_label',
  15014. 'textgroup' => 'cck',
  15015. 'source' => 'Decimal Radio Buttons Field',
  15016. 'version' => '1',
  15017. ))
  15018. ->values(array(
  15019. 'lid' => '601',
  15020. 'location' => 'field:story-field_test_decimal_radio_buttons:widget_description',
  15021. 'textgroup' => 'cck',
  15022. 'source' => 'An example decimal field using radio buttons.',
  15023. 'version' => '1',
  15024. ))
  15025. ->values(array(
  15026. 'lid' => '602',
  15027. 'location' => 'field:field_test_decimal_radio_buttons:option_1.2',
  15028. 'textgroup' => 'cck',
  15029. 'source' => '1.2',
  15030. 'version' => '1',
  15031. ))
  15032. ->values(array(
  15033. 'lid' => '603',
  15034. 'location' => 'field:field_test_decimal_radio_buttons:option_2.1',
  15035. 'textgroup' => 'cck',
  15036. 'source' => '2.1',
  15037. 'version' => '1',
  15038. ))
  15039. ->values(array(
  15040. 'lid' => '604',
  15041. 'location' => 'field:story-field_test_float_single_checkbox:widget_label',
  15042. 'textgroup' => 'cck',
  15043. 'source' => 'Float Single Checkbox Field',
  15044. 'version' => '1',
  15045. ))
  15046. ->values(array(
  15047. 'lid' => '605',
  15048. 'location' => 'field:story-field_test_float_single_checkbox:widget_description',
  15049. 'textgroup' => 'cck',
  15050. 'source' => 'An example float field using a single on/off checkbox.',
  15051. 'version' => '1',
  15052. ))
  15053. ->values(array(
  15054. 'lid' => '606',
  15055. 'location' => 'field:field_test_float_single_checkbox:option_3.142',
  15056. 'textgroup' => 'cck',
  15057. 'source' => '3.142',
  15058. 'version' => '1',
  15059. ))
  15060. ->values(array(
  15061. 'lid' => '607',
  15062. 'location' => 'field:field_test_float_single_checkbox:option_1.234',
  15063. 'textgroup' => 'cck',
  15064. 'source' => '1.234',
  15065. 'version' => '1',
  15066. ))
  15067. ->values(array(
  15068. 'lid' => '608',
  15069. 'location' => 'field:story-field_test_integer_selectlist:widget_label',
  15070. 'textgroup' => 'cck',
  15071. 'source' => 'Integer Select List Field',
  15072. 'version' => '1',
  15073. ))
  15074. ->values(array(
  15075. 'lid' => '609',
  15076. 'location' => 'field:story-field_test_integer_selectlist:widget_description',
  15077. 'textgroup' => 'cck',
  15078. 'source' => 'An example integer field using a select list.',
  15079. 'version' => '1',
  15080. ))
  15081. ->values(array(
  15082. 'lid' => '610',
  15083. 'location' => 'field:field_test_integer_selectlist:option_1234',
  15084. 'textgroup' => 'cck',
  15085. 'source' => '1234',
  15086. 'version' => '1',
  15087. ))
  15088. ->values(array(
  15089. 'lid' => '611',
  15090. 'location' => 'field:field_test_integer_selectlist:option_2341',
  15091. 'textgroup' => 'cck',
  15092. 'source' => '2341',
  15093. 'version' => '1',
  15094. ))
  15095. ->values(array(
  15096. 'lid' => '612',
  15097. 'location' => 'field:field_test_integer_selectlist:option_3412',
  15098. 'textgroup' => 'cck',
  15099. 'source' => '3412',
  15100. 'version' => '1',
  15101. ))
  15102. ->values(array(
  15103. 'lid' => '613',
  15104. 'location' => 'field:field_test_integer_selectlist:option_4123',
  15105. 'textgroup' => 'cck',
  15106. 'source' => '4123',
  15107. 'version' => '1',
  15108. ))
  15109. ->values(array(
  15110. 'lid' => '614',
  15111. 'location' => 'field:story-field_test_text_single_checkbox:widget_label',
  15112. 'textgroup' => 'cck',
  15113. 'source' => 'Text Single Checkbox Field',
  15114. 'version' => '1',
  15115. ))
  15116. ->values(array(
  15117. 'lid' => '615',
  15118. 'location' => 'field:story-field_test_text_single_checkbox:widget_description',
  15119. 'textgroup' => 'cck',
  15120. 'source' => 'An example text field using a single on/off checkbox.',
  15121. 'version' => '1',
  15122. ))
  15123. ->values(array(
  15124. 'lid' => '616',
  15125. 'location' => 'field:field_test_text_single_checkbox:option_0',
  15126. 'textgroup' => 'cck',
  15127. 'source' => 'Hello',
  15128. 'version' => '1',
  15129. ))
  15130. ->values(array(
  15131. 'lid' => '617',
  15132. 'location' => 'field:field_test_text_single_checkbox:option_1',
  15133. 'textgroup' => 'cck',
  15134. 'source' => 'Goodbye',
  15135. 'version' => '1',
  15136. ))
  15137. ->values(array(
  15138. 'lid' => '618',
  15139. 'location' => 'field:story-field_test_text_single_checkbox2:widget_label',
  15140. 'textgroup' => 'cck',
  15141. 'source' => 'Text Single Checkbox Field 2',
  15142. 'version' => '1',
  15143. ))
  15144. ->values(array(
  15145. 'lid' => '619',
  15146. 'location' => 'field:story-field_test_text_single_checkbox2:widget_description',
  15147. 'textgroup' => 'cck',
  15148. 'source' => 'Checkbox that uses keys only and no label.',
  15149. 'version' => '1',
  15150. ))
  15151. ->values(array(
  15152. 'lid' => '620',
  15153. 'location' => 'field:field_test_text_single_checkbox2:option_Off',
  15154. 'textgroup' => 'cck',
  15155. 'source' => 'Off',
  15156. 'version' => '1',
  15157. ))
  15158. ->values(array(
  15159. 'lid' => '621',
  15160. 'location' => 'field:field_test_text_single_checkbox2:option_Hello',
  15161. 'textgroup' => 'cck',
  15162. 'source' => 'Hello',
  15163. 'version' => '1',
  15164. ))
  15165. ->values(array(
  15166. 'lid' => '622',
  15167. 'location' => 'field:test_page-field_test:widget_label',
  15168. 'textgroup' => 'cck',
  15169. 'source' => 'Text Field',
  15170. 'version' => '1',
  15171. ))
  15172. ->values(array(
  15173. 'lid' => '623',
  15174. 'location' => 'field:test_page-field_test:widget_description',
  15175. 'textgroup' => 'cck',
  15176. 'source' => 'An example text field.',
  15177. 'version' => '1',
  15178. ))
  15179. ->values(array(
  15180. 'lid' => '624',
  15181. 'location' => 'field:test_planet-field_multivalue:widget_label',
  15182. 'textgroup' => 'cck',
  15183. 'source' => 'Decimal Field',
  15184. 'version' => '1',
  15185. ))
  15186. ->values(array(
  15187. 'lid' => '625',
  15188. 'location' => 'field:test_planet-field_multivalue:widget_description',
  15189. 'textgroup' => 'cck',
  15190. 'source' => 'An example multi-valued decimal field.',
  15191. 'version' => '1',
  15192. ))
  15193. ->values(array(
  15194. 'lid' => '627',
  15195. 'location' => 'field:test_planet-field_test_text_single_checkbox:widget_description',
  15196. 'textgroup' => 'cck',
  15197. 'source' => 'An example text field using a single on/off checkbox.',
  15198. 'version' => '1',
  15199. ))
  15200. ->values(array(
  15201. 'lid' => '628',
  15202. 'location' => 'misc/tableselect.js',
  15203. 'textgroup' => 'default',
  15204. 'source' => 'Select all rows in this table',
  15205. 'version' => 'none',
  15206. ))
  15207. ->values(array(
  15208. 'lid' => '629',
  15209. 'location' => 'misc/tableselect.js',
  15210. 'textgroup' => 'default',
  15211. 'source' => 'Deselect all rows in this table',
  15212. 'version' => 'none',
  15213. ))
  15214. ->values(array(
  15215. 'lid' => '630',
  15216. 'location' => 'sites/all/modules/filefield/filefield.js',
  15217. 'textgroup' => 'default',
  15218. 'source' => 'The selected file %filename cannot be uploaded. Only files with the following extensions are allowed: %extensions.',
  15219. 'version' => 'none',
  15220. ))
  15221. ->values(array(
  15222. 'lid' => '631',
  15223. 'location' => 'misc/teaser.js',
  15224. 'textgroup' => 'default',
  15225. 'source' => 'Split summary at cursor',
  15226. 'version' => 'none',
  15227. ))
  15228. ->values(array(
  15229. 'lid' => '632',
  15230. 'location' => 'misc/teaser.js',
  15231. 'textgroup' => 'default',
  15232. 'source' => 'Join summary',
  15233. 'version' => 'none',
  15234. ))
  15235. ->values(array(
  15236. 'lid' => '633',
  15237. 'location' => 'item:140:title',
  15238. 'textgroup' => 'menu',
  15239. 'source' => 'Drupal.org',
  15240. 'version' => '1',
  15241. ))
  15242. ->values(array(
  15243. 'lid' => '634',
  15244. 'location' => 'item:139:title',
  15245. 'textgroup' => 'menu',
  15246. 'source' => 'Test 2',
  15247. 'version' => '1',
  15248. ))
  15249. ->values(array(
  15250. 'lid' => '635',
  15251. 'location' => 'item:139:description',
  15252. 'textgroup' => 'menu',
  15253. 'source' => 'Test menu link 2',
  15254. 'version' => '1',
  15255. ))
  15256. ->values(array(
  15257. 'lid' => '636',
  15258. 'location' => '/?q=fr/admin/settings/site-information',
  15259. 'textgroup' => 'default',
  15260. 'source' => 'Site information',
  15261. 'version' => '6.38-dev',
  15262. ))
  15263. ->values(array(
  15264. 'lid' => '637',
  15265. 'location' => '/?q=fr/admin/settings/site-information',
  15266. 'textgroup' => 'default',
  15267. 'source' => 'Change basic site information, such as the site name, slogan, e-mail address, mission, front page and more.',
  15268. 'version' => '6.38-dev',
  15269. ))
  15270. ->values(array(
  15271. 'lid' => '638',
  15272. 'location' => '/?q=fr/admin/settings/site-information',
  15273. 'textgroup' => 'default',
  15274. 'source' => 'The name of this website.',
  15275. 'version' => '6.38-dev',
  15276. ))
  15277. ->values(array(
  15278. 'lid' => '639',
  15279. 'location' => '/?q=fr/admin/settings/site-information',
  15280. 'textgroup' => 'default',
  15281. 'source' => 'E-mail address',
  15282. 'version' => '6.38-dev',
  15283. ))
  15284. ->values(array(
  15285. 'lid' => '640',
  15286. 'location' => '/?q=fr/admin/settings/site-information',
  15287. 'textgroup' => 'default',
  15288. 'source' => "The <em>From</em> address in automated e-mails sent during registration and new password requests, and other notifications. (Use an address ending in your site's domain to help prevent this e-mail being flagged as spam.)",
  15289. 'version' => '6.38-dev',
  15290. ))
  15291. ->values(array(
  15292. 'lid' => '641',
  15293. 'location' => '/?q=fr/admin/settings/site-information',
  15294. 'textgroup' => 'default',
  15295. 'source' => 'Slogan',
  15296. 'version' => '6.38-dev',
  15297. ))
  15298. ->values(array(
  15299. 'lid' => '642',
  15300. 'location' => '/?q=fr/admin/settings/site-information',
  15301. 'textgroup' => 'default',
  15302. 'source' => "Your site's motto, tag line, or catchphrase (often displayed alongside the title of the site).",
  15303. 'version' => '6.38-dev',
  15304. ))
  15305. ->values(array(
  15306. 'lid' => '643',
  15307. 'location' => '/?q=fr/admin/settings/site-information',
  15308. 'textgroup' => 'default',
  15309. 'source' => 'Mission',
  15310. 'version' => '6.38-dev',
  15311. ))
  15312. ->values(array(
  15313. 'lid' => '644',
  15314. 'location' => '/?q=fr/admin/settings/site-information',
  15315. 'textgroup' => 'default',
  15316. 'source' => "Your site's mission or focus statement (often prominently displayed on the front page).",
  15317. 'version' => '6.38-dev',
  15318. ))
  15319. ->values(array(
  15320. 'lid' => '645',
  15321. 'location' => '/?q=fr/admin/settings/site-information',
  15322. 'textgroup' => 'default',
  15323. 'source' => 'Footer message',
  15324. 'version' => '6.38-dev',
  15325. ))
  15326. ->values(array(
  15327. 'lid' => '646',
  15328. 'location' => '/?q=fr/admin/settings/site-information',
  15329. 'textgroup' => 'default',
  15330. 'source' => 'This text will be displayed at the bottom of each page. Useful for adding a copyright notice to your pages.',
  15331. 'version' => '6.38-dev',
  15332. ))
  15333. ->values(array(
  15334. 'lid' => '647',
  15335. 'location' => '/?q=fr/admin/settings/site-information',
  15336. 'textgroup' => 'default',
  15337. 'source' => 'Anonymous user',
  15338. 'version' => '6.38-dev',
  15339. ))
  15340. ->values(array(
  15341. 'lid' => '648',
  15342. 'location' => '/?q=fr/admin/settings/site-information',
  15343. 'textgroup' => 'default',
  15344. 'source' => 'Anonymous',
  15345. 'version' => '6.38-dev',
  15346. ))
  15347. ->values(array(
  15348. 'lid' => '649',
  15349. 'location' => '/?q=fr/admin/settings/site-information',
  15350. 'textgroup' => 'default',
  15351. 'source' => 'The name used to indicate anonymous users.',
  15352. 'version' => '6.38-dev',
  15353. ))
  15354. ->values(array(
  15355. 'lid' => '650',
  15356. 'location' => '/?q=fr/admin/settings/site-information',
  15357. 'textgroup' => 'default',
  15358. 'source' => 'Default front page',
  15359. 'version' => '6.38-dev',
  15360. ))
  15361. ->values(array(
  15362. 'lid' => '651',
  15363. 'location' => '/?q=fr/admin/settings/site-information',
  15364. 'textgroup' => 'default',
  15365. 'source' => 'The home page displays content from this relative URL. If unsure, specify "node".',
  15366. 'version' => '6.38-dev',
  15367. ))
  15368. ->values(array(
  15369. 'lid' => '652',
  15370. 'location' => '/?q=fr/admin/settings/site-information',
  15371. 'textgroup' => 'default',
  15372. 'source' => 'Save configuration',
  15373. 'version' => '6.38-dev',
  15374. ))
  15375. ->values(array(
  15376. 'lid' => '653',
  15377. 'location' => '/?q=fr/admin/settings/site-information',
  15378. 'textgroup' => 'default',
  15379. 'source' => 'Reset to defaults',
  15380. 'version' => '6.38-dev',
  15381. ))
  15382. ->values(array(
  15383. 'lid' => '654',
  15384. 'location' => '/?q=fr/admin/settings/site-information',
  15385. 'textgroup' => 'default',
  15386. 'source' => 'This is a multilingual variable.',
  15387. 'version' => '6.38-dev',
  15388. ))
  15389. ->values(array(
  15390. 'lid' => '655',
  15391. 'location' => '/?q=fr/admin/settings/site-information',
  15392. 'textgroup' => 'default',
  15393. 'source' => 'Left sidebar',
  15394. 'version' => '6.38-dev',
  15395. ))
  15396. ->values(array(
  15397. 'lid' => '656',
  15398. 'location' => '/?q=fr/admin/settings/site-information',
  15399. 'textgroup' => 'default',
  15400. 'source' => 'Right sidebar',
  15401. 'version' => '6.38-dev',
  15402. ))
  15403. ->values(array(
  15404. 'lid' => '657',
  15405. 'location' => '/?q=fr/admin/settings/site-information',
  15406. 'textgroup' => 'default',
  15407. 'source' => 'Header',
  15408. 'version' => '6.38-dev',
  15409. ))
  15410. ->values(array(
  15411. 'lid' => '658',
  15412. 'location' => '/?q=fr/admin/settings/site-information',
  15413. 'textgroup' => 'default',
  15414. 'source' => 'Footer',
  15415. 'version' => '6.38-dev',
  15416. ))
  15417. ->values(array(
  15418. 'lid' => '659',
  15419. 'location' => '/?q=fr/admin/settings/site-information',
  15420. 'textgroup' => 'default',
  15421. 'source' => 'RSS feed',
  15422. 'version' => '6.38-dev',
  15423. ))
  15424. ->values(array(
  15425. 'lid' => '660',
  15426. 'location' => '/?q=fr/admin/settings/site-information',
  15427. 'textgroup' => 'default',
  15428. 'source' => '',
  15429. 'version' => '6.38-dev',
  15430. ))
  15431. ->values(array(
  15432. 'lid' => '661',
  15433. 'location' => '/?q=fr/admin/settings/site-information',
  15434. 'textgroup' => 'default',
  15435. 'source' => 'Administer',
  15436. 'version' => '6.38-dev',
  15437. ))
  15438. ->values(array(
  15439. 'lid' => '662',
  15440. 'location' => '/?q=fr/admin/settings/site-information',
  15441. 'textgroup' => 'default',
  15442. 'source' => 'Compact mode',
  15443. 'version' => '6.38-dev',
  15444. ))
  15445. ->values(array(
  15446. 'lid' => '663',
  15447. 'location' => '/?q=fr/admin/settings/site-information',
  15448. 'textgroup' => 'default',
  15449. 'source' => 'Content management',
  15450. 'version' => '6.38-dev',
  15451. ))
  15452. ->values(array(
  15453. 'lid' => '664',
  15454. 'location' => '/?q=fr/admin/settings/site-information',
  15455. 'textgroup' => 'default',
  15456. 'source' => "Manage your site's content.",
  15457. 'version' => '6.38-dev',
  15458. ))
  15459. ->values(array(
  15460. 'lid' => '665',
  15461. 'location' => '/?q=fr/admin/settings/site-information',
  15462. 'textgroup' => 'default',
  15463. 'source' => 'Reports',
  15464. 'version' => '6.38-dev',
  15465. ))
  15466. ->values(array(
  15467. 'lid' => '666',
  15468. 'location' => '/?q=fr/admin/settings/site-information',
  15469. 'textgroup' => 'default',
  15470. 'source' => 'View reports from system logs and other status information.',
  15471. 'version' => '6.38-dev',
  15472. ))
  15473. ->values(array(
  15474. 'lid' => '667',
  15475. 'location' => '/?q=fr/admin/settings/site-information',
  15476. 'textgroup' => 'default',
  15477. 'source' => 'Site building',
  15478. 'version' => '6.38-dev',
  15479. ))
  15480. ->values(array(
  15481. 'lid' => '668',
  15482. 'location' => '/?q=fr/admin/settings/site-information',
  15483. 'textgroup' => 'default',
  15484. 'source' => 'Control how your site looks and feels.',
  15485. 'version' => '6.38-dev',
  15486. ))
  15487. ->values(array(
  15488. 'lid' => '669',
  15489. 'location' => '/?q=fr/admin/settings/site-information',
  15490. 'textgroup' => 'default',
  15491. 'source' => 'Site configuration',
  15492. 'version' => '6.38-dev',
  15493. ))
  15494. ->values(array(
  15495. 'lid' => '670',
  15496. 'location' => '/?q=fr/admin/settings/site-information',
  15497. 'textgroup' => 'default',
  15498. 'source' => 'Adjust basic site configuration options.',
  15499. 'version' => '6.38-dev',
  15500. ))
  15501. ->values(array(
  15502. 'lid' => '671',
  15503. 'location' => '/?q=fr/admin/settings/site-information',
  15504. 'textgroup' => 'default',
  15505. 'source' => 'Actions',
  15506. 'version' => '6.38-dev',
  15507. ))
  15508. ->values(array(
  15509. 'lid' => '672',
  15510. 'location' => '/?q=fr/admin/settings/site-information',
  15511. 'textgroup' => 'default',
  15512. 'source' => 'Manage the actions defined for your site.',
  15513. 'version' => '6.38-dev',
  15514. ))
  15515. ->values(array(
  15516. 'lid' => '673',
  15517. 'location' => '/?q=fr/admin/settings/site-information',
  15518. 'textgroup' => 'default',
  15519. 'source' => 'Administration theme',
  15520. 'version' => '6.38-dev',
  15521. ))
  15522. ->values(array(
  15523. 'lid' => '674',
  15524. 'location' => '/?q=fr/admin/settings/site-information',
  15525. 'textgroup' => 'default',
  15526. 'source' => 'Settings for how your administrative pages should look.',
  15527. 'version' => '6.38-dev',
  15528. ))
  15529. ->values(array(
  15530. 'lid' => '675',
  15531. 'location' => '/?q=fr/admin/settings/site-information',
  15532. 'textgroup' => 'default',
  15533. 'source' => 'Clean URLs',
  15534. 'version' => '6.38-dev',
  15535. ))
  15536. ->values(array(
  15537. 'lid' => '676',
  15538. 'location' => '/?q=fr/admin/settings/site-information',
  15539. 'textgroup' => 'default',
  15540. 'source' => 'Enable or disable clean URLs for your site.',
  15541. 'version' => '6.38-dev',
  15542. ))
  15543. ->values(array(
  15544. 'lid' => '677',
  15545. 'location' => 'date.module:39',
  15546. 'textgroup' => 'default',
  15547. 'source' => 'Date and time',
  15548. 'version' => '6.38-dev',
  15549. ))
  15550. ->values(array(
  15551. 'lid' => '678',
  15552. 'location' => '/?q=fr/admin/settings/site-information',
  15553. 'textgroup' => 'default',
  15554. 'source' => "Settings for how Drupal displays date and time, as well as the system's default timezone.",
  15555. 'version' => '6.38-dev',
  15556. ))
  15557. ->values(array(
  15558. 'lid' => '679',
  15559. 'location' => '/?q=fr/admin/settings/site-information',
  15560. 'textgroup' => 'default',
  15561. 'source' => 'Error reporting',
  15562. 'version' => '6.38-dev',
  15563. ))
  15564. ->values(array(
  15565. 'lid' => '680',
  15566. 'location' => '/?q=fr/admin/settings/site-information',
  15567. 'textgroup' => 'default',
  15568. 'source' => 'Control how Drupal deals with errors including 403/404 errors as well as PHP error reporting.',
  15569. 'version' => '6.38-dev',
  15570. ))
  15571. ->values(array(
  15572. 'lid' => '681',
  15573. 'location' => '/?q=fr/admin/settings/site-information',
  15574. 'textgroup' => 'default',
  15575. 'source' => 'File system',
  15576. 'version' => '6.38-dev',
  15577. ))
  15578. ->values(array(
  15579. 'lid' => '682',
  15580. 'location' => '/?q=fr/admin/settings/site-information',
  15581. 'textgroup' => 'default',
  15582. 'source' => 'Tell Drupal where to store uploaded files and how they are accessed.',
  15583. 'version' => '6.38-dev',
  15584. ))
  15585. ->values(array(
  15586. 'lid' => '683',
  15587. 'location' => '/?q=fr/admin/settings/site-information',
  15588. 'textgroup' => 'default',
  15589. 'source' => 'File uploads',
  15590. 'version' => '6.38-dev',
  15591. ))
  15592. ->values(array(
  15593. 'lid' => '684',
  15594. 'location' => '/?q=fr/admin/settings/site-information',
  15595. 'textgroup' => 'default',
  15596. 'source' => 'Control how files may be attached to content.',
  15597. 'version' => '6.38-dev',
  15598. ))
  15599. ->values(array(
  15600. 'lid' => '685',
  15601. 'location' => '/?q=fr/admin/settings/site-information',
  15602. 'textgroup' => 'default',
  15603. 'source' => 'Image toolkit',
  15604. 'version' => '6.38-dev',
  15605. ))
  15606. ->values(array(
  15607. 'lid' => '686',
  15608. 'location' => '/?q=fr/admin/settings/site-information',
  15609. 'textgroup' => 'default',
  15610. 'source' => 'Choose which image toolkit to use if you have installed optional toolkits.',
  15611. 'version' => '6.38-dev',
  15612. ))
  15613. ->values(array(
  15614. 'lid' => '687',
  15615. 'location' => '/?q=fr/admin/settings/site-information',
  15616. 'textgroup' => 'default',
  15617. 'source' => 'Input formats',
  15618. 'version' => '6.38-dev',
  15619. ))
  15620. ->values(array(
  15621. 'lid' => '688',
  15622. 'location' => '/?q=fr/admin/settings/site-information',
  15623. 'textgroup' => 'default',
  15624. 'source' => 'Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.',
  15625. 'version' => '6.38-dev',
  15626. ))
  15627. ->values(array(
  15628. 'lid' => '689',
  15629. 'location' => '/?q=fr/admin/settings/site-information',
  15630. 'textgroup' => 'default',
  15631. 'source' => 'Logging and alerts',
  15632. 'version' => '6.38-dev',
  15633. ))
  15634. ->values(array(
  15635. 'lid' => '690',
  15636. 'location' => '/?q=fr/admin/settings/site-information',
  15637. 'textgroup' => 'default',
  15638. 'source' => "Settings for logging and alerts modules. Various modules can route Drupal's system events to different destination, such as syslog, database, email, ...etc.",
  15639. 'version' => '6.38-dev',
  15640. ))
  15641. ->values(array(
  15642. 'lid' => '691',
  15643. 'location' => '/?q=fr/admin/settings/site-information',
  15644. 'textgroup' => 'default',
  15645. 'source' => 'Performance',
  15646. 'version' => '6.38-dev',
  15647. ))
  15648. ->values(array(
  15649. 'lid' => '692',
  15650. 'location' => '/?q=fr/admin/settings/site-information',
  15651. 'textgroup' => 'default',
  15652. 'source' => 'Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.',
  15653. 'version' => '6.38-dev',
  15654. ))
  15655. ->values(array(
  15656. 'lid' => '693',
  15657. 'location' => '/?q=fr/admin/settings/site-information',
  15658. 'textgroup' => 'default',
  15659. 'source' => 'Site maintenance',
  15660. 'version' => '6.38-dev',
  15661. ))
  15662. ->values(array(
  15663. 'lid' => '694',
  15664. 'location' => '/?q=fr/admin/settings/site-information',
  15665. 'textgroup' => 'default',
  15666. 'source' => 'Take the site off-line for maintenance or bring it back online.',
  15667. 'version' => '6.38-dev',
  15668. ))
  15669. ->values(array(
  15670. 'lid' => '695',
  15671. 'location' => '/?q=fr/admin/settings/site-information',
  15672. 'textgroup' => 'default',
  15673. 'source' => 'Events',
  15674. 'version' => '6.38-dev',
  15675. ))
  15676. ->values(array(
  15677. 'lid' => '696',
  15678. 'location' => '/?q=fr/admin/settings/site-information',
  15679. 'textgroup' => 'default',
  15680. 'source' => 'Set up how your site handles events.',
  15681. 'version' => '6.38-dev',
  15682. ))
  15683. ->values(array(
  15684. 'lid' => '697',
  15685. 'location' => '/?q=fr/admin/settings/site-information',
  15686. 'textgroup' => 'default',
  15687. 'source' => 'CCK Email Contact Form Settings',
  15688. 'version' => '6.38-dev',
  15689. ))
  15690. ->values(array(
  15691. 'lid' => '698',
  15692. 'location' => '/?q=fr/admin/settings/site-information',
  15693. 'textgroup' => 'default',
  15694. 'source' => 'Administer flood control settings for email contact forms',
  15695. 'version' => '6.38-dev',
  15696. ))
  15697. ->values(array(
  15698. 'lid' => '699',
  15699. 'location' => '/?q=fr/admin/settings/site-information',
  15700. 'textgroup' => 'default',
  15701. 'source' => 'ImageAPI',
  15702. 'version' => '6.38-dev',
  15703. ))
  15704. ->values(array(
  15705. 'lid' => '700',
  15706. 'location' => '/?q=fr/admin/settings/site-information',
  15707. 'textgroup' => 'default',
  15708. 'source' => 'Configure ImageAPI.',
  15709. 'version' => '6.38-dev',
  15710. ))
  15711. ->values(array(
  15712. 'lid' => '701',
  15713. 'location' => '/?q=fr/admin/settings/site-information',
  15714. 'textgroup' => 'default',
  15715. 'source' => 'Languages',
  15716. 'version' => '6.38-dev',
  15717. ))
  15718. ->values(array(
  15719. 'lid' => '702',
  15720. 'location' => '/?q=fr/admin/settings/site-information',
  15721. 'textgroup' => 'default',
  15722. 'source' => 'Configure languages for content and the user interface.',
  15723. 'version' => '6.38-dev',
  15724. ))
  15725. ->values(array(
  15726. 'lid' => '703',
  15727. 'location' => '/?q=fr/admin/settings/site-information',
  15728. 'textgroup' => 'default',
  15729. 'source' => 'Variables',
  15730. 'version' => '6.38-dev',
  15731. ))
  15732. ->values(array(
  15733. 'lid' => '704',
  15734. 'location' => '/?q=fr/admin/settings/site-information',
  15735. 'textgroup' => 'default',
  15736. 'source' => 'Edit and delete site variables.',
  15737. 'version' => '6.38-dev',
  15738. ))
  15739. ->values(array(
  15740. 'lid' => '705',
  15741. 'location' => '/?q=fr/admin/settings/site-information',
  15742. 'textgroup' => 'default',
  15743. 'source' => 'User management',
  15744. 'version' => '6.38-dev',
  15745. ))
  15746. ->values(array(
  15747. 'lid' => '706',
  15748. 'location' => '/?q=fr/admin/settings/site-information',
  15749. 'textgroup' => 'default',
  15750. 'source' => "Manage your site's users, groups and access to site features.",
  15751. 'version' => '6.38-dev',
  15752. ))
  15753. ->values(array(
  15754. 'lid' => '707',
  15755. 'location' => '/?q=fr/admin/settings/site-information',
  15756. 'textgroup' => 'default',
  15757. 'source' => 'Contact',
  15758. 'version' => '6.38-dev',
  15759. ))
  15760. ->values(array(
  15761. 'lid' => '708',
  15762. 'location' => '/?q=fr/admin/settings/site-information',
  15763. 'textgroup' => 'default',
  15764. 'source' => 'Log out',
  15765. 'version' => '6.38-dev',
  15766. ))
  15767. ->values(array(
  15768. 'lid' => '709',
  15769. 'location' => '/?q=fr/admin/settings/site-information',
  15770. 'textgroup' => 'default',
  15771. 'source' => 'User account',
  15772. 'version' => '6.38-dev',
  15773. ))
  15774. ->values(array(
  15775. 'lid' => '710',
  15776. 'location' => '/?q=fr/admin/settings/site-information',
  15777. 'textgroup' => 'default',
  15778. 'source' => 'User list',
  15779. 'version' => '6.38-dev',
  15780. ))
  15781. ->values(array(
  15782. 'lid' => '711',
  15783. 'location' => '/?q=fr/admin/settings/site-information',
  15784. 'textgroup' => 'default',
  15785. 'source' => 'Autocomplete taxonomy',
  15786. 'version' => '6.38-dev',
  15787. ))
  15788. ->values(array(
  15789. 'lid' => '712',
  15790. 'location' => '/?q=fr/admin/settings/site-information',
  15791. 'textgroup' => 'default',
  15792. 'source' => 'Compose tips',
  15793. 'version' => '6.38-dev',
  15794. ))
  15795. ->values(array(
  15796. 'lid' => '713',
  15797. 'location' => '/?q=fr/admin/settings/site-information',
  15798. 'textgroup' => 'default',
  15799. 'source' => 'Create content',
  15800. 'version' => '6.38-dev',
  15801. ))
  15802. ->values(array(
  15803. 'lid' => '714',
  15804. 'location' => '/?q=fr/admin/settings/site-information',
  15805. 'textgroup' => 'default',
  15806. 'source' => 'Delete comment',
  15807. 'version' => '6.38-dev',
  15808. ))
  15809. ->values(array(
  15810. 'lid' => '715',
  15811. 'location' => '/?q=fr/admin/settings/site-information',
  15812. 'textgroup' => 'default',
  15813. 'source' => 'Edit comment',
  15814. 'version' => '6.38-dev',
  15815. ))
  15816. ->values(array(
  15817. 'lid' => '716',
  15818. 'location' => '/?q=fr/admin/settings/site-information',
  15819. 'textgroup' => 'default',
  15820. 'source' => 'File download',
  15821. 'version' => '6.38-dev',
  15822. ))
  15823. ->values(array(
  15824. 'lid' => '717',
  15825. 'location' => '/?q=fr/admin/settings/site-information',
  15826. 'textgroup' => 'default',
  15827. 'source' => 'User autocomplete',
  15828. 'version' => '6.38-dev',
  15829. ))
  15830. ->values(array(
  15831. 'lid' => '718',
  15832. 'location' => '/?q=fr/admin/settings/site-information',
  15833. 'textgroup' => 'default',
  15834. 'source' => 'User timezone',
  15835. 'version' => '6.38-dev',
  15836. ))
  15837. ->values(array(
  15838. 'lid' => '719',
  15839. 'location' => '/?q=fr/admin/settings/site-information',
  15840. 'textgroup' => 'default',
  15841. 'source' => 'My account',
  15842. 'version' => '6.38-dev',
  15843. ))
  15844. ->values(array(
  15845. 'lid' => '720',
  15846. 'location' => 'content_admin.inc:199',
  15847. 'textgroup' => 'default',
  15848. 'source' => 'Delete',
  15849. 'version' => '6.38-dev',
  15850. ))
  15851. ->values(array(
  15852. 'lid' => '721',
  15853. 'location' => '/?q=fr/admin/settings/site-information',
  15854. 'textgroup' => 'default',
  15855. 'source' => 'Feed aggregator',
  15856. 'version' => '6.38-dev',
  15857. ))
  15858. ->values(array(
  15859. 'lid' => '722',
  15860. 'location' => '/?q=fr/admin/settings/site-information',
  15861. 'textgroup' => 'default',
  15862. 'source' => 'Books',
  15863. 'version' => '6.38-dev',
  15864. ))
  15865. ->values(array(
  15866. 'lid' => '723',
  15867. 'location' => '/?q=fr/admin/settings/site-information',
  15868. 'textgroup' => 'default',
  15869. 'source' => 'Save string',
  15870. 'version' => '6.38-dev',
  15871. ))
  15872. ->values(array(
  15873. 'lid' => '724',
  15874. 'location' => '/?q=fr/admin/settings/site-information',
  15875. 'textgroup' => 'default',
  15876. 'source' => 'Node title autocomplete',
  15877. 'version' => '6.38-dev',
  15878. ))
  15879. ->values(array(
  15880. 'lid' => '725',
  15881. 'location' => '/?q=fr/admin/settings/site-information',
  15882. 'textgroup' => 'default',
  15883. 'source' => 'View user profile.',
  15884. 'version' => '6.38-dev',
  15885. ))
  15886. ->values(array(
  15887. 'lid' => '726',
  15888. 'location' => '/?q=fr/admin/settings/site-information',
  15889. 'textgroup' => 'default',
  15890. 'source' => "Who's new",
  15891. 'version' => '6.38-dev',
  15892. ))
  15893. ->values(array(
  15894. 'lid' => '727',
  15895. 'location' => '/?q=fr/admin/settings/site-information',
  15896. 'textgroup' => 'default',
  15897. 'source' => 'Powered by Drupal, an open source content management system',
  15898. 'version' => '6.38-dev',
  15899. ))
  15900. ->values(array(
  15901. 'lid' => '728',
  15902. 'location' => '/?q=fr/admin/settings/site-information',
  15903. 'textgroup' => 'default',
  15904. 'source' => 'Home',
  15905. 'version' => '6.38-dev',
  15906. ))
  15907. ->values(array(
  15908. 'lid' => '729',
  15909. 'location' => '/?q=fr/admin/settings/site-information',
  15910. 'textgroup' => 'default',
  15911. 'source' => 'The selected file %file could not be uploaded, because the destination %directory is not properly configured.',
  15912. 'version' => '6.38-dev',
  15913. ))
  15914. ->values(array(
  15915. 'lid' => '730',
  15916. 'location' => '/?q=fr/admin/settings/site-information',
  15917. 'textgroup' => 'default',
  15918. 'source' => 'French',
  15919. 'version' => '6.38-dev',
  15920. ))
  15921. ->values(array(
  15922. 'lid' => '731',
  15923. 'location' => '/?q=fr/admin/settings/site-information',
  15924. 'textgroup' => 'default',
  15925. 'source' => 'The configuration options have been saved.',
  15926. 'version' => '6.38-dev',
  15927. ))
  15928. ->values(array(
  15929. 'lid' => '732',
  15930. 'location' => '/?q=fr/admin/settings/site-information',
  15931. 'textgroup' => 'default',
  15932. 'source' => 'Long',
  15933. 'version' => '6.38-dev',
  15934. ))
  15935. ->values(array(
  15936. 'lid' => '733',
  15937. 'location' => '/?q=fr/admin/settings/site-information',
  15938. 'textgroup' => 'default',
  15939. 'source' => 'Medium',
  15940. 'version' => '6.38-dev',
  15941. ))
  15942. ->values(array(
  15943. 'lid' => '734',
  15944. 'location' => '/?q=fr/admin/settings/site-information',
  15945. 'textgroup' => 'default',
  15946. 'source' => 'Short',
  15947. 'version' => '6.38-dev',
  15948. ))
  15949. ->values(array(
  15950. 'lid' => '735',
  15951. 'location' => '/?q=fr/admin/settings/site-information',
  15952. 'textgroup' => 'default',
  15953. 'source' => 'The e-mail address %mail is not valid.',
  15954. 'version' => '6.38-dev',
  15955. ))
  15956. ->values(array(
  15957. 'lid' => '736',
  15958. 'location' => '/?q=fr/admin/settings/error-reporting',
  15959. 'textgroup' => 'default',
  15960. 'source' => 'Default 403 (access denied) page',
  15961. 'version' => '6.38-dev',
  15962. ))
  15963. ->values(array(
  15964. 'lid' => '737',
  15965. 'location' => '/?q=fr/admin/settings/error-reporting',
  15966. 'textgroup' => 'default',
  15967. 'source' => 'This page is displayed when the requested document is denied to the current user. If unsure, specify nothing.',
  15968. 'version' => '6.38-dev',
  15969. ))
  15970. ->values(array(
  15971. 'lid' => '738',
  15972. 'location' => '/?q=fr/admin/settings/error-reporting',
  15973. 'textgroup' => 'default',
  15974. 'source' => 'Default 404 (not found) page',
  15975. 'version' => '6.38-dev',
  15976. ))
  15977. ->values(array(
  15978. 'lid' => '739',
  15979. 'location' => '/?q=fr/admin/settings/error-reporting',
  15980. 'textgroup' => 'default',
  15981. 'source' => 'This page is displayed when no other content matches the requested document. If unsure, specify nothing.',
  15982. 'version' => '6.38-dev',
  15983. ))
  15984. ->values(array(
  15985. 'lid' => '740',
  15986. 'location' => '/?q=fr/admin/settings/error-reporting',
  15987. 'textgroup' => 'default',
  15988. 'source' => 'Write errors to the log',
  15989. 'version' => '6.38-dev',
  15990. ))
  15991. ->values(array(
  15992. 'lid' => '741',
  15993. 'location' => '/?q=fr/admin/settings/error-reporting',
  15994. 'textgroup' => 'default',
  15995. 'source' => 'Write errors to the log and to the screen',
  15996. 'version' => '6.38-dev',
  15997. ))
  15998. ->values(array(
  15999. 'lid' => '742',
  16000. 'location' => '/?q=fr/admin/settings/error-reporting',
  16001. 'textgroup' => 'default',
  16002. 'source' => 'Specify where Drupal, PHP and SQL errors are logged. While it is recommended that a site running in a production environment write errors to the log only, in a development or testing environment it may be helpful to write errors both to the log and to the screen.',
  16003. 'version' => '6.38-dev',
  16004. ))
  16005. ->values(array(
  16006. 'lid' => '743',
  16007. 'location' => '/?q=fr/admin/user',
  16008. 'textgroup' => 'default',
  16009. 'source' => 'Access rules',
  16010. 'version' => '6.38-dev',
  16011. ))
  16012. ->values(array(
  16013. 'lid' => '744',
  16014. 'location' => '/?q=fr/admin/user',
  16015. 'textgroup' => 'default',
  16016. 'source' => 'List and create rules to disallow usernames, e-mail addresses, and IP addresses.',
  16017. 'version' => '6.38-dev',
  16018. ))
  16019. ->values(array(
  16020. 'lid' => '745',
  16021. 'location' => '/?q=fr/admin/user',
  16022. 'textgroup' => 'default',
  16023. 'source' => 'Permissions',
  16024. 'version' => '6.38-dev',
  16025. ))
  16026. ->values(array(
  16027. 'lid' => '746',
  16028. 'location' => '/?q=fr/admin/user',
  16029. 'textgroup' => 'default',
  16030. 'source' => 'Determine access to features by selecting permissions for roles.',
  16031. 'version' => '6.38-dev',
  16032. ))
  16033. ->values(array(
  16034. 'lid' => '747',
  16035. 'location' => '/?q=fr/admin/user',
  16036. 'textgroup' => 'default',
  16037. 'source' => 'Profiles',
  16038. 'version' => '6.38-dev',
  16039. ))
  16040. ->values(array(
  16041. 'lid' => '748',
  16042. 'location' => '/?q=fr/admin/user',
  16043. 'textgroup' => 'default',
  16044. 'source' => 'Create customizable fields for your users.',
  16045. 'version' => '6.38-dev',
  16046. ))
  16047. ->values(array(
  16048. 'lid' => '749',
  16049. 'location' => '/?q=fr/admin/user',
  16050. 'textgroup' => 'default',
  16051. 'source' => 'Roles',
  16052. 'version' => '6.38-dev',
  16053. ))
  16054. ->values(array(
  16055. 'lid' => '750',
  16056. 'location' => '/?q=fr/admin/user',
  16057. 'textgroup' => 'default',
  16058. 'source' => 'List, edit, or add user roles.',
  16059. 'version' => '6.38-dev',
  16060. ))
  16061. ->values(array(
  16062. 'lid' => '751',
  16063. 'location' => '/?q=fr/admin/user',
  16064. 'textgroup' => 'default',
  16065. 'source' => 'User settings',
  16066. 'version' => '6.38-dev',
  16067. ))
  16068. ->values(array(
  16069. 'lid' => '752',
  16070. 'location' => '/?q=fr/admin/user',
  16071. 'textgroup' => 'default',
  16072. 'source' => 'Configure default behavior of users, including registration requirements, e-mails, and user pictures.',
  16073. 'version' => '6.38-dev',
  16074. ))
  16075. ->values(array(
  16076. 'lid' => '753',
  16077. 'location' => '/?q=fr/admin/user',
  16078. 'textgroup' => 'default',
  16079. 'source' => 'Users',
  16080. 'version' => '6.38-dev',
  16081. ))
  16082. ->values(array(
  16083. 'lid' => '754',
  16084. 'location' => '/?q=fr/admin/user',
  16085. 'textgroup' => 'default',
  16086. 'source' => 'List, add, and edit users.',
  16087. 'version' => '6.38-dev',
  16088. ))
  16089. ->values(array(
  16090. 'lid' => '755',
  16091. 'location' => '/?q=fr/admin/user/settings',
  16092. 'textgroup' => 'default',
  16093. 'source' => 'User registration settings',
  16094. 'version' => '6.38-dev',
  16095. ))
  16096. ->values(array(
  16097. 'lid' => '756',
  16098. 'location' => '/?q=fr/admin/user/settings',
  16099. 'textgroup' => 'default',
  16100. 'source' => 'Public registrations',
  16101. 'version' => '6.38-dev',
  16102. ))
  16103. ->values(array(
  16104. 'lid' => '757',
  16105. 'location' => '/?q=fr/admin/user/settings',
  16106. 'textgroup' => 'default',
  16107. 'source' => 'Only site administrators can create new user accounts.',
  16108. 'version' => '6.38-dev',
  16109. ))
  16110. ->values(array(
  16111. 'lid' => '758',
  16112. 'location' => '/?q=fr/admin/user/settings',
  16113. 'textgroup' => 'default',
  16114. 'source' => 'Visitors can create accounts and no administrator approval is required.',
  16115. 'version' => '6.38-dev',
  16116. ))
  16117. ->values(array(
  16118. 'lid' => '759',
  16119. 'location' => '/?q=fr/admin/user/settings',
  16120. 'textgroup' => 'default',
  16121. 'source' => 'Visitors can create accounts but administrator approval is required.',
  16122. 'version' => '6.38-dev',
  16123. ))
  16124. ->values(array(
  16125. 'lid' => '760',
  16126. 'location' => '/?q=fr/admin/user/settings',
  16127. 'textgroup' => 'default',
  16128. 'source' => 'Require e-mail verification when a visitor creates an account',
  16129. 'version' => '6.38-dev',
  16130. ))
  16131. ->values(array(
  16132. 'lid' => '761',
  16133. 'location' => '/?q=fr/admin/user/settings',
  16134. 'textgroup' => 'default',
  16135. 'source' => 'If this box is checked, new users will be required to validate their e-mail address prior to logging into the site, and will be assigned a system-generated password. With it unchecked, users will be logged in immediately upon registering, and may select their own passwords during registration.',
  16136. 'version' => '6.38-dev',
  16137. ))
  16138. ->values(array(
  16139. 'lid' => '762',
  16140. 'location' => '/?q=fr/admin/user/settings',
  16141. 'textgroup' => 'default',
  16142. 'source' => 'User registration guidelines',
  16143. 'version' => '6.38-dev',
  16144. ))
  16145. ->values(array(
  16146. 'lid' => '763',
  16147. 'location' => '/?q=fr/admin/user/settings',
  16148. 'textgroup' => 'default',
  16149. 'source' => 'This text is displayed at the top of the user registration form and is useful for helping or instructing your users.',
  16150. 'version' => '6.38-dev',
  16151. ))
  16152. ->values(array(
  16153. 'lid' => '764',
  16154. 'location' => '/?q=fr/admin/user/settings',
  16155. 'textgroup' => 'default',
  16156. 'source' => 'User e-mail settings',
  16157. 'version' => '6.38-dev',
  16158. ))
  16159. ->values(array(
  16160. 'lid' => '765',
  16161. 'location' => '/?q=fr/admin/user/settings',
  16162. 'textgroup' => 'default',
  16163. 'source' => 'Drupal sends emails whenever new users register on your site, and optionally, may also notify users after other account actions. Using a simple set of content templates, notification e-mails can be customized to fit the specific needs of your site.',
  16164. 'version' => '6.38-dev',
  16165. ))
  16166. ->values(array(
  16167. 'lid' => '766',
  16168. 'location' => '/?q=fr/admin/user/settings',
  16169. 'textgroup' => 'default',
  16170. 'source' => 'Available variables are:',
  16171. 'version' => '6.38-dev',
  16172. ))
  16173. ->values(array(
  16174. 'lid' => '767',
  16175. 'location' => '/?q=fr/admin/user/settings',
  16176. 'textgroup' => 'default',
  16177. 'source' => 'Welcome, new user created by administrator',
  16178. 'version' => '6.38-dev',
  16179. ))
  16180. ->values(array(
  16181. 'lid' => '768',
  16182. 'location' => '/?q=fr/admin/user/settings',
  16183. 'textgroup' => 'default',
  16184. 'source' => 'Customize welcome e-mail messages sent to new member accounts created by an administrator.',
  16185. 'version' => '6.38-dev',
  16186. ))
  16187. ->values(array(
  16188. 'lid' => '769',
  16189. 'location' => '/?q=fr/admin/user/settings',
  16190. 'textgroup' => 'default',
  16191. 'source' => 'Subject',
  16192. 'version' => '6.38-dev',
  16193. ))
  16194. ->values(array(
  16195. 'lid' => '770',
  16196. 'location' => '/?q=fr/admin/user/settings',
  16197. 'textgroup' => 'default',
  16198. 'source' => 'Body',
  16199. 'version' => '6.38-dev',
  16200. ))
  16201. ->values(array(
  16202. 'lid' => '771',
  16203. 'location' => '/?q=fr/admin/user/settings',
  16204. 'textgroup' => 'default',
  16205. 'source' => 'Welcome, no approval required',
  16206. 'version' => '6.38-dev',
  16207. ))
  16208. ->values(array(
  16209. 'lid' => '772',
  16210. 'location' => '/?q=fr/admin/user/settings',
  16211. 'textgroup' => 'default',
  16212. 'source' => 'Customize welcome e-mail messages sent to new members upon registering, when no administrator approval is required.',
  16213. 'version' => '6.38-dev',
  16214. ))
  16215. ->values(array(
  16216. 'lid' => '773',
  16217. 'location' => '/?q=fr/admin/user/settings',
  16218. 'textgroup' => 'default',
  16219. 'source' => 'Welcome, awaiting administrator approval',
  16220. 'version' => '6.38-dev',
  16221. ))
  16222. ->values(array(
  16223. 'lid' => '774',
  16224. 'location' => '/?q=fr/admin/user/settings',
  16225. 'textgroup' => 'default',
  16226. 'source' => 'Customize welcome e-mail messages sent to new members upon registering, when administrative approval is required.',
  16227. 'version' => '6.38-dev',
  16228. ))
  16229. ->values(array(
  16230. 'lid' => '775',
  16231. 'location' => '/?q=fr/admin/user/settings',
  16232. 'textgroup' => 'default',
  16233. 'source' => 'Password recovery email',
  16234. 'version' => '6.38-dev',
  16235. ))
  16236. ->values(array(
  16237. 'lid' => '776',
  16238. 'location' => '/?q=fr/admin/user/settings',
  16239. 'textgroup' => 'default',
  16240. 'source' => 'Customize e-mail messages sent to users who request a new password.',
  16241. 'version' => '6.38-dev',
  16242. ))
  16243. ->values(array(
  16244. 'lid' => '777',
  16245. 'location' => '/?q=fr/admin/user/settings',
  16246. 'textgroup' => 'default',
  16247. 'source' => 'Account activation email',
  16248. 'version' => '6.38-dev',
  16249. ))
  16250. ->values(array(
  16251. 'lid' => '778',
  16252. 'location' => '/?q=fr/admin/user/settings',
  16253. 'textgroup' => 'default',
  16254. 'source' => 'Enable and customize e-mail messages sent to users upon account activation (when an administrator activates an account of a user who has already registered, on a site where administrative approval is required).',
  16255. 'version' => '6.38-dev',
  16256. ))
  16257. ->values(array(
  16258. 'lid' => '779',
  16259. 'location' => '/?q=fr/admin/user/settings',
  16260. 'textgroup' => 'default',
  16261. 'source' => 'Notify user when account is activated.',
  16262. 'version' => '6.38-dev',
  16263. ))
  16264. ->values(array(
  16265. 'lid' => '780',
  16266. 'location' => '/?q=fr/admin/user/settings',
  16267. 'textgroup' => 'default',
  16268. 'source' => 'Account blocked email',
  16269. 'version' => '6.38-dev',
  16270. ))
  16271. ->values(array(
  16272. 'lid' => '781',
  16273. 'location' => '/?q=fr/admin/user/settings',
  16274. 'textgroup' => 'default',
  16275. 'source' => 'Enable and customize e-mail messages sent to users when their accounts are blocked.',
  16276. 'version' => '6.38-dev',
  16277. ))
  16278. ->values(array(
  16279. 'lid' => '782',
  16280. 'location' => '/?q=fr/admin/user/settings',
  16281. 'textgroup' => 'default',
  16282. 'source' => 'Notify user when account is blocked.',
  16283. 'version' => '6.38-dev',
  16284. ))
  16285. ->values(array(
  16286. 'lid' => '783',
  16287. 'location' => '/?q=fr/admin/user/settings',
  16288. 'textgroup' => 'default',
  16289. 'source' => 'Account deleted email',
  16290. 'version' => '6.38-dev',
  16291. ))
  16292. ->values(array(
  16293. 'lid' => '784',
  16294. 'location' => '/?q=fr/admin/user/settings',
  16295. 'textgroup' => 'default',
  16296. 'source' => 'Enable and customize e-mail messages sent to users when their accounts are deleted.',
  16297. 'version' => '6.38-dev',
  16298. ))
  16299. ->values(array(
  16300. 'lid' => '785',
  16301. 'location' => '/?q=fr/admin/user/settings',
  16302. 'textgroup' => 'default',
  16303. 'source' => 'Notify user when account is deleted.',
  16304. 'version' => '6.38-dev',
  16305. ))
  16306. ->values(array(
  16307. 'lid' => '786',
  16308. 'location' => '/?q=fr/admin/user/settings',
  16309. 'textgroup' => 'default',
  16310. 'source' => 'Signatures',
  16311. 'version' => '6.38-dev',
  16312. ))
  16313. ->values(array(
  16314. 'lid' => '787',
  16315. 'location' => '/?q=fr/admin/user/settings',
  16316. 'textgroup' => 'default',
  16317. 'source' => 'Signature support',
  16318. 'version' => '6.38-dev',
  16319. ))
  16320. ->values(array(
  16321. 'lid' => '788',
  16322. 'location' => '/?q=fr/admin/user/settings',
  16323. 'textgroup' => 'default',
  16324. 'source' => 'Disabled',
  16325. 'version' => '6.38-dev',
  16326. ))
  16327. ->values(array(
  16328. 'lid' => '789',
  16329. 'location' => '/?q=fr/admin/user/settings',
  16330. 'textgroup' => 'default',
  16331. 'source' => 'Enabled',
  16332. 'version' => '6.38-dev',
  16333. ))
  16334. ->values(array(
  16335. 'lid' => '790',
  16336. 'location' => '/?q=fr/admin/user/settings',
  16337. 'textgroup' => 'default',
  16338. 'source' => 'Pictures',
  16339. 'version' => '6.38-dev',
  16340. ))
  16341. ->values(array(
  16342. 'lid' => '791',
  16343. 'location' => '/?q=fr/admin/user/settings',
  16344. 'textgroup' => 'default',
  16345. 'source' => 'Picture support',
  16346. 'version' => '6.38-dev',
  16347. ))
  16348. ->values(array(
  16349. 'lid' => '792',
  16350. 'location' => '/?q=fr/admin/user/settings',
  16351. 'textgroup' => 'default',
  16352. 'source' => 'Picture image path',
  16353. 'version' => '6.38-dev',
  16354. ))
  16355. ->values(array(
  16356. 'lid' => '793',
  16357. 'location' => '/?q=fr/admin/user/settings',
  16358. 'textgroup' => 'default',
  16359. 'source' => 'Subdirectory in the directory %dir where pictures will be stored.',
  16360. 'version' => '6.38-dev',
  16361. ))
  16362. ->values(array(
  16363. 'lid' => '794',
  16364. 'location' => '/?q=fr/admin/user/settings',
  16365. 'textgroup' => 'default',
  16366. 'source' => 'Default picture',
  16367. 'version' => '6.38-dev',
  16368. ))
  16369. ->values(array(
  16370. 'lid' => '795',
  16371. 'location' => '/?q=fr/admin/user/settings',
  16372. 'textgroup' => 'default',
  16373. 'source' => 'URL of picture to display for users with no custom picture selected. Leave blank for none.',
  16374. 'version' => '6.38-dev',
  16375. ))
  16376. ->values(array(
  16377. 'lid' => '796',
  16378. 'location' => '/?q=fr/admin/user/settings',
  16379. 'textgroup' => 'default',
  16380. 'source' => 'Picture maximum dimensions',
  16381. 'version' => '6.38-dev',
  16382. ))
  16383. ->values(array(
  16384. 'lid' => '797',
  16385. 'location' => '/?q=fr/admin/user/settings',
  16386. 'textgroup' => 'default',
  16387. 'source' => 'Maximum dimensions for pictures, in pixels.',
  16388. 'version' => '6.38-dev',
  16389. ))
  16390. ->values(array(
  16391. 'lid' => '798',
  16392. 'location' => '/?q=fr/admin/user/settings',
  16393. 'textgroup' => 'default',
  16394. 'source' => 'Picture maximum file size',
  16395. 'version' => '6.38-dev',
  16396. ))
  16397. ->values(array(
  16398. 'lid' => '799',
  16399. 'location' => '/?q=fr/admin/user/settings',
  16400. 'textgroup' => 'default',
  16401. 'source' => 'Maximum file size for pictures, in kB.',
  16402. 'version' => '6.38-dev',
  16403. ))
  16404. ->values(array(
  16405. 'lid' => '800',
  16406. 'location' => '/?q=fr/admin/user/settings',
  16407. 'textgroup' => 'default',
  16408. 'source' => 'Picture guidelines',
  16409. 'version' => '6.38-dev',
  16410. ))
  16411. ->values(array(
  16412. 'lid' => '801',
  16413. 'location' => '/?q=fr/admin/user/settings',
  16414. 'textgroup' => 'default',
  16415. 'source' => "This text is displayed at the picture upload form in addition to the default guidelines. It's useful for helping or instructing your users.",
  16416. 'version' => '6.38-dev',
  16417. ))
  16418. ->values(array(
  16419. 'lid' => '802',
  16420. 'location' => '/?q=fr/admin/settings/performance',
  16421. 'textgroup' => 'default',
  16422. 'source' => 'The normal cache mode is suitable for most sites and does not cause any side effects. The aggressive cache mode causes Drupal to skip the loading (boot) and unloading (exit) of enabled modules when serving a cached page. This results in an additional performance boost but can cause unwanted side effects.',
  16423. 'version' => '6.38-dev',
  16424. ))
  16425. ->values(array(
  16426. 'lid' => '803',
  16427. 'location' => '/?q=fr/admin/settings/performance',
  16428. 'textgroup' => 'default',
  16429. 'source' => '<strong class="error">The following enabled modules are incompatible with aggressive mode caching and will not function properly: %modules</strong>',
  16430. 'version' => '6.38-dev',
  16431. ))
  16432. ->values(array(
  16433. 'lid' => '804',
  16434. 'location' => '/?q=fr/admin/settings/performance',
  16435. 'textgroup' => 'default',
  16436. 'source' => 'Page cache',
  16437. 'version' => '6.38-dev',
  16438. ))
  16439. ->values(array(
  16440. 'lid' => '805',
  16441. 'location' => '/?q=fr/admin/settings/performance',
  16442. 'textgroup' => 'default',
  16443. 'source' => 'Enabling the page cache will offer a significant performance boost. Drupal can store and send compressed cached pages requested by <em>anonymous</em> users. By caching a web page, Drupal does not have to construct the page each time it is viewed.',
  16444. 'version' => '6.38-dev',
  16445. ))
  16446. ->values(array(
  16447. 'lid' => '806',
  16448. 'location' => '/?q=fr/admin/settings/performance',
  16449. 'textgroup' => 'default',
  16450. 'source' => 'Caching mode',
  16451. 'version' => '6.38-dev',
  16452. ))
  16453. ->values(array(
  16454. 'lid' => '807',
  16455. 'location' => '/?q=fr/admin/settings/performance',
  16456. 'textgroup' => 'default',
  16457. 'source' => 'Normal (recommended for production sites, no side effects)',
  16458. 'version' => '6.38-dev',
  16459. ))
  16460. ->values(array(
  16461. 'lid' => '808',
  16462. 'location' => '/?q=fr/admin/settings/performance',
  16463. 'textgroup' => 'default',
  16464. 'source' => 'Aggressive (experts only, possible side effects)',
  16465. 'version' => '6.38-dev',
  16466. ))
  16467. ->values(array(
  16468. 'lid' => '809',
  16469. 'location' => '/?q=fr/admin/settings/performance',
  16470. 'textgroup' => 'default',
  16471. 'source' => '0 sec',
  16472. 'version' => '6.38-dev',
  16473. ))
  16474. ->values(array(
  16475. 'lid' => '810',
  16476. 'location' => '/?q=fr/admin/settings/performance',
  16477. 'textgroup' => 'default',
  16478. 'source' => '1 min',
  16479. 'version' => '6.38-dev',
  16480. ))
  16481. ->values(array(
  16482. 'lid' => '811',
  16483. 'location' => '/?q=fr/admin/settings/performance',
  16484. 'textgroup' => 'default',
  16485. 'source' => '@count min',
  16486. 'version' => '6.38-dev',
  16487. ))
  16488. ->values(array(
  16489. 'lid' => '812',
  16490. 'location' => '/?q=fr/admin/settings/performance',
  16491. 'textgroup' => 'default',
  16492. 'source' => '1 hour',
  16493. 'version' => '6.38-dev',
  16494. ))
  16495. ->values(array(
  16496. 'lid' => '813',
  16497. 'location' => '/?q=fr/admin/settings/performance',
  16498. 'textgroup' => 'default',
  16499. 'source' => '@count hours',
  16500. 'version' => '6.38-dev',
  16501. ))
  16502. ->values(array(
  16503. 'lid' => '814',
  16504. 'location' => '/?q=fr/admin/settings/performance',
  16505. 'textgroup' => 'default',
  16506. 'source' => '1 day',
  16507. 'version' => '6.38-dev',
  16508. ))
  16509. ->values(array(
  16510. 'lid' => '815',
  16511. 'location' => '/?q=fr/admin/settings/performance',
  16512. 'textgroup' => 'default',
  16513. 'source' => 'Minimum cache lifetime',
  16514. 'version' => '6.38-dev',
  16515. ))
  16516. ->values(array(
  16517. 'lid' => '816',
  16518. 'location' => '/?q=fr/admin/settings/performance',
  16519. 'textgroup' => 'default',
  16520. 'source' => 'On high-traffic sites, it may be necessary to enforce a minimum cache lifetime. The minimum cache lifetime is the minimum amount of time that will elapse before the cache is emptied and recreated, and is applied to both page and block caches. A larger minimum cache lifetime offers better performance, but users will not see new content for a longer period of time.',
  16521. 'version' => '6.38-dev',
  16522. ))
  16523. ->values(array(
  16524. 'lid' => '817',
  16525. 'location' => '/?q=fr/admin/settings/performance',
  16526. 'textgroup' => 'default',
  16527. 'source' => 'Page compression',
  16528. 'version' => '6.38-dev',
  16529. ))
  16530. ->values(array(
  16531. 'lid' => '818',
  16532. 'location' => '/?q=fr/admin/settings/performance',
  16533. 'textgroup' => 'default',
  16534. 'source' => 'By default, Drupal compresses the pages it caches in order to save bandwidth and improve download times. This option should be disabled when using a webserver that performs compression.',
  16535. 'version' => '6.38-dev',
  16536. ))
  16537. ->values(array(
  16538. 'lid' => '819',
  16539. 'location' => '/?q=fr/admin/settings/performance',
  16540. 'textgroup' => 'default',
  16541. 'source' => 'Block cache',
  16542. 'version' => '6.38-dev',
  16543. ))
  16544. ->values(array(
  16545. 'lid' => '820',
  16546. 'location' => '/?q=fr/admin/settings/performance',
  16547. 'textgroup' => 'default',
  16548. 'source' => 'Enabling the block cache can offer a performance increase for all users by preventing blocks from being reconstructed on each page load. If the page cache is also enabled, performance increases from enabling the block cache will mainly benefit authenticated users.',
  16549. 'version' => '6.38-dev',
  16550. ))
  16551. ->values(array(
  16552. 'lid' => '821',
  16553. 'location' => '/?q=fr/admin/settings/performance',
  16554. 'textgroup' => 'default',
  16555. 'source' => 'Enabled (recommended)',
  16556. 'version' => '6.38-dev',
  16557. ))
  16558. ->values(array(
  16559. 'lid' => '822',
  16560. 'location' => '/?q=fr/admin/settings/performance',
  16561. 'textgroup' => 'default',
  16562. 'source' => 'Note that block caching is inactive when modules defining content access restrictions are enabled.',
  16563. 'version' => '6.38-dev',
  16564. ))
  16565. ->values(array(
  16566. 'lid' => '823',
  16567. 'location' => '/?q=fr/admin/settings/performance',
  16568. 'textgroup' => 'default',
  16569. 'source' => 'Bandwidth optimizations',
  16570. 'version' => '6.38-dev',
  16571. ))
  16572. ->values(array(
  16573. 'lid' => '824',
  16574. 'location' => '/?q=fr/admin/settings/performance',
  16575. 'textgroup' => 'default',
  16576. 'source' => '<p>Drupal can automatically optimize external resources like CSS and JavaScript, which can reduce both the size and number of requests made to your website. CSS files can be aggregated and compressed into a single file, while JavaScript files are aggregated (but not compressed). These optional optimizations may reduce server load, bandwidth requirements, and page loading times.</p><p>These options are disabled if you have not set up your files directory, or if your download method is set to private.</p>',
  16577. 'version' => '6.38-dev',
  16578. ))
  16579. ->values(array(
  16580. 'lid' => '825',
  16581. 'location' => '/?q=fr/admin/settings/performance',
  16582. 'textgroup' => 'default',
  16583. 'source' => 'Optimize CSS files',
  16584. 'version' => '6.38-dev',
  16585. ))
  16586. ->values(array(
  16587. 'lid' => '826',
  16588. 'location' => '/?q=fr/admin/settings/performance',
  16589. 'textgroup' => 'default',
  16590. 'source' => 'This option can interfere with theme development and should only be enabled in a production environment.',
  16591. 'version' => '6.38-dev',
  16592. ))
  16593. ->values(array(
  16594. 'lid' => '827',
  16595. 'location' => '/?q=fr/admin/settings/performance',
  16596. 'textgroup' => 'default',
  16597. 'source' => 'Optimize JavaScript files',
  16598. 'version' => '6.38-dev',
  16599. ))
  16600. ->values(array(
  16601. 'lid' => '828',
  16602. 'location' => '/?q=fr/admin/settings/performance',
  16603. 'textgroup' => 'default',
  16604. 'source' => 'This option can interfere with module development and should only be enabled in a production environment.',
  16605. 'version' => '6.38-dev',
  16606. ))
  16607. ->values(array(
  16608. 'lid' => '829',
  16609. 'location' => '/?q=fr/admin/settings/performance',
  16610. 'textgroup' => 'default',
  16611. 'source' => 'Clear cached data',
  16612. 'version' => '6.38-dev',
  16613. ))
  16614. ->values(array(
  16615. 'lid' => '830',
  16616. 'location' => '/?q=fr/admin/settings/performance',
  16617. 'textgroup' => 'default',
  16618. 'source' => 'Caching data improves performance, but may cause problems while troubleshooting new modules, themes, or translations, if outdated information has been cached. To refresh all cached data on your site, click the button below. <em>Warning: high-traffic sites will experience performance slowdowns while cached data is rebuilt.</em>',
  16619. 'version' => '6.38-dev',
  16620. ))
  16621. ->values(array(
  16622. 'lid' => '831',
  16623. 'location' => '/?q=fr/admin/settings/site-maintenance',
  16624. 'textgroup' => 'default',
  16625. 'source' => 'Site status',
  16626. 'version' => '6.38-dev',
  16627. ))
  16628. ->values(array(
  16629. 'lid' => '832',
  16630. 'location' => '/?q=fr/admin/settings/site-maintenance',
  16631. 'textgroup' => 'default',
  16632. 'source' => 'Online',
  16633. 'version' => '6.38-dev',
  16634. ))
  16635. ->values(array(
  16636. 'lid' => '833',
  16637. 'location' => '/?q=fr/admin/settings/site-maintenance',
  16638. 'textgroup' => 'default',
  16639. 'source' => 'Off-line',
  16640. 'version' => '6.38-dev',
  16641. ))
  16642. ->values(array(
  16643. 'lid' => '834',
  16644. 'location' => '/?q=fr/admin/settings/site-maintenance',
  16645. 'textgroup' => 'default',
  16646. 'source' => 'When set to "Online", all visitors will be able to browse your site normally. When set to "Off-line", only users with the "administer site configuration" permission will be able to access your site to perform maintenance; all other visitors will see the site off-line message configured below. Authorized users can log in during "Off-line" mode directly via the <a href="@user-login">user login</a> page.',
  16647. 'version' => '6.38-dev',
  16648. ))
  16649. ->values(array(
  16650. 'lid' => '835',
  16651. 'location' => '/?q=fr/admin/settings/site-maintenance',
  16652. 'textgroup' => 'default',
  16653. 'source' => 'Site off-line message',
  16654. 'version' => '6.38-dev',
  16655. ))
  16656. ->values(array(
  16657. 'lid' => '836',
  16658. 'location' => '/?q=fr/admin/settings/site-maintenance',
  16659. 'textgroup' => 'default',
  16660. 'source' => '@site is currently under maintenance. We should be back shortly. Thank you for your patience.',
  16661. 'version' => '6.38-dev',
  16662. ))
  16663. ->values(array(
  16664. 'lid' => '837',
  16665. 'location' => '/?q=fr/admin/settings/site-maintenance',
  16666. 'textgroup' => 'default',
  16667. 'source' => 'Message to show visitors when the site is in off-line mode.',
  16668. 'version' => '6.38-dev',
  16669. ))
  16670. ->values(array(
  16671. 'lid' => '838',
  16672. 'location' => '/?q=fr/admin/settings/language',
  16673. 'textgroup' => 'default',
  16674. 'source' => 'Left to right',
  16675. 'version' => '6.38-dev',
  16676. ))
  16677. ->values(array(
  16678. 'lid' => '839',
  16679. 'location' => '/?q=fr/admin/settings/language',
  16680. 'textgroup' => 'default',
  16681. 'source' => 'English name',
  16682. 'version' => '6.38-dev',
  16683. ))
  16684. ->values(array(
  16685. 'lid' => '840',
  16686. 'location' => '/?q=fr/admin/settings/language',
  16687. 'textgroup' => 'default',
  16688. 'source' => 'Native name',
  16689. 'version' => '6.38-dev',
  16690. ))
  16691. ->values(array(
  16692. 'lid' => '841',
  16693. 'location' => '/?q=fr/admin/settings/language',
  16694. 'textgroup' => 'default',
  16695. 'source' => 'Direction',
  16696. 'version' => '6.38-dev',
  16697. ))
  16698. ->values(array(
  16699. 'lid' => '842',
  16700. 'location' => '/?q=fr/admin/settings/language',
  16701. 'textgroup' => 'default',
  16702. 'source' => 'Language negotiation',
  16703. 'version' => '6.38-dev',
  16704. ))
  16705. ->values(array(
  16706. 'lid' => '843',
  16707. 'location' => '/?q=fr/admin/settings/language',
  16708. 'textgroup' => 'default',
  16709. 'source' => 'List',
  16710. 'version' => '6.38-dev',
  16711. ))
  16712. ->values(array(
  16713. 'lid' => '844',
  16714. 'location' => '/?q=fr/admin/settings/language',
  16715. 'textgroup' => 'default',
  16716. 'source' => 'Options',
  16717. 'version' => '6.38-dev',
  16718. ))
  16719. ->values(array(
  16720. 'lid' => '845',
  16721. 'location' => '/?q=fr/admin/settings/language',
  16722. 'textgroup' => 'default',
  16723. 'source' => 'Configure extended options for multilingual content and translations.',
  16724. 'version' => '6.38-dev',
  16725. ))
  16726. ->values(array(
  16727. 'lid' => '846',
  16728. 'location' => '/?q=fr/admin/settings/language',
  16729. 'textgroup' => 'default',
  16730. 'source' => 'Multilingual variables.',
  16731. 'version' => '6.38-dev',
  16732. ))
  16733. ->values(array(
  16734. 'lid' => '847',
  16735. 'location' => '/?q=fr/admin/settings/language',
  16736. 'textgroup' => 'default',
  16737. 'source' => 'Add language',
  16738. 'version' => '6.38-dev',
  16739. ))
  16740. ->values(array(
  16741. 'lid' => '848',
  16742. 'location' => '/?q=fr/admin/settings/language',
  16743. 'textgroup' => 'default',
  16744. 'source' => 'Multilingual system',
  16745. 'version' => '6.38-dev',
  16746. ))
  16747. ->values(array(
  16748. 'lid' => '849',
  16749. 'location' => '/?q=fr/admin/settings/language',
  16750. 'textgroup' => 'default',
  16751. 'source' => 'String translation',
  16752. 'version' => '6.38-dev',
  16753. ))
  16754. ->values(array(
  16755. 'lid' => '850',
  16756. 'location' => '/?q=fr/admin/settings/language',
  16757. 'textgroup' => 'default',
  16758. 'source' => "This page provides an overview of your site's enabled languages. If multiple languages are available and enabled, the text on your site interface may be translated, registered users may select their preferred language on the <em>My account</em> page, and site authors may indicate a specific language when creating posts. The site's default language is used for anonymous visitors and for users who have not selected a preferred language.",
  16759. 'version' => '6.38-dev',
  16760. ))
  16761. ->values(array(
  16762. 'lid' => '851',
  16763. 'location' => '/?q=fr/admin/settings/language',
  16764. 'textgroup' => 'default',
  16765. 'source' => 'For each language available on the site, use the <em>edit</em> link to configure language details, including name, an optional language-specific path or domain, and whether the language is natively presented either left-to-right or right-to-left. These languages also appear in the <em>Language</em> selection when creating a post of a content type with multilingual support.',
  16766. 'version' => '6.38-dev',
  16767. ))
  16768. ->values(array(
  16769. 'lid' => '852',
  16770. 'location' => '/?q=fr/admin/settings/language',
  16771. 'textgroup' => 'default',
  16772. 'source' => 'Use the <a href="@add-language">add language page</a> to enable additional languages (and automatically import files from a translation package, if available), the <a href="@search">translate interface page</a> to locate strings for manual translation, or the <a href="@import">import page</a> to add translations from individual <em>.po</em> files. A number of contributed translation packages containing <em>.po</em> files are available on the <a href="@translations">Drupal.org translations page</a>.',
  16773. 'version' => '6.38-dev',
  16774. ))
  16775. ->values(array(
  16776. 'lid' => '853',
  16777. 'location' => '/?q=fr/admin/settings/language',
  16778. 'textgroup' => 'default',
  16779. 'source' => '<strong>Warning</strong>: Changing the default language may have unwanted effects on string translations. Read more about <a href="@i18nstrings-help">String translation</a>',
  16780. 'version' => '6.38-dev',
  16781. ))
  16782. ->values(array(
  16783. 'lid' => '854',
  16784. 'location' => '/?q=fr/admin/settings/filters',
  16785. 'textgroup' => 'default',
  16786. 'source' => 'anonymous user',
  16787. 'version' => '6.38-dev',
  16788. ))
  16789. ->values(array(
  16790. 'lid' => '855',
  16791. 'location' => '/?q=fr/admin/settings/filters',
  16792. 'textgroup' => 'default',
  16793. 'source' => 'authenticated user',
  16794. 'version' => '6.38-dev',
  16795. ))
  16796. ->values(array(
  16797. 'lid' => '856',
  16798. 'location' => '/?q=fr/admin/settings/filters',
  16799. 'textgroup' => 'default',
  16800. 'source' => 'All roles may use default format',
  16801. 'version' => '6.38-dev',
  16802. ))
  16803. ->values(array(
  16804. 'lid' => '857',
  16805. 'location' => 'content_admin.inc:250',
  16806. 'textgroup' => 'default',
  16807. 'source' => 'configure',
  16808. 'version' => '6.38-dev',
  16809. ))
  16810. ->values(array(
  16811. 'lid' => '858',
  16812. 'location' => '/?q=fr/admin/settings/filters',
  16813. 'textgroup' => 'default',
  16814. 'source' => 'No roles may use this format',
  16815. 'version' => '6.38-dev',
  16816. ))
  16817. ->values(array(
  16818. 'lid' => '859',
  16819. 'location' => '/?q=fr/admin/settings/filters',
  16820. 'textgroup' => 'default',
  16821. 'source' => 'Set default format',
  16822. 'version' => '6.38-dev',
  16823. ))
  16824. ->values(array(
  16825. 'lid' => '860',
  16826. 'location' => '/?q=fr/admin/settings/filters',
  16827. 'textgroup' => 'default',
  16828. 'source' => 'Delete input format',
  16829. 'version' => '6.38-dev',
  16830. ))
  16831. ->values(array(
  16832. 'lid' => '861',
  16833. 'location' => '/?q=fr/admin/settings/filters',
  16834. 'textgroup' => 'default',
  16835. 'source' => 'Add input format',
  16836. 'version' => '6.38-dev',
  16837. ))
  16838. ->values(array(
  16839. 'lid' => '862',
  16840. 'location' => '/?q=fr/admin/settings/filters',
  16841. 'textgroup' => 'default',
  16842. 'source' => '<em>Input formats</em> define a way of processing user-supplied text in Drupal. Each input format uses filters to manipulate text, and most input formats apply several different filters to text, in a specific order. Each filter is designed to accomplish a specific purpose, and generally either removes elements from or adds elements to text before it is displayed. Users can choose between the available input formats when submitting content.',
  16843. 'version' => '6.38-dev',
  16844. ))
  16845. ->values(array(
  16846. 'lid' => '863',
  16847. 'location' => '/?q=fr/admin/settings/filters',
  16848. 'textgroup' => 'default',
  16849. 'source' => 'Use the list below to configure which input formats are available to which roles, as well as choose a default input format (used for imported content, for example). The default format is always available to users. All input formats are available to users in a role with the "administer filters" permission.',
  16850. 'version' => '6.38-dev',
  16851. ))
  16852. ->values(array(
  16853. 'lid' => '864',
  16854. 'location' => '/?q=fr/admin/settings/filters',
  16855. 'textgroup' => 'default',
  16856. 'source' => 'After updating your Input formats do not forget to review the list of formats allowed for string translations on the <a href="@configure-strings">configure translatable strings</a> page.',
  16857. 'version' => '6.38-dev',
  16858. ))
  16859. ->values(array(
  16860. 'lid' => '865',
  16861. 'location' => '/?q=fr/admin/settings/imageapi',
  16862. 'textgroup' => 'default',
  16863. 'source' => 'There are no image toolkit modules enabled. Toolkit modules can be enabled from the <a href="!admin-build-modules">module configuration page</a>.',
  16864. 'version' => '6.38-dev',
  16865. ))
  16866. ->values(array(
  16867. 'lid' => '866',
  16868. 'location' => '/?q=fr/admin/settings/image-toolkit',
  16869. 'textgroup' => 'default',
  16870. 'source' => 'GD2 image manipulation toolkit',
  16871. 'version' => '6.38-dev',
  16872. ))
  16873. ->values(array(
  16874. 'lid' => '867',
  16875. 'location' => '/?q=fr/admin/settings/image-toolkit',
  16876. 'textgroup' => 'default',
  16877. 'source' => 'The GD toolkit is installed and working properly.',
  16878. 'version' => '6.38-dev',
  16879. ))
  16880. ->values(array(
  16881. 'lid' => '868',
  16882. 'location' => '/?q=fr/admin/settings/image-toolkit',
  16883. 'textgroup' => 'default',
  16884. 'source' => 'JPEG quality',
  16885. 'version' => '6.38-dev',
  16886. ))
  16887. ->values(array(
  16888. 'lid' => '869',
  16889. 'location' => '/?q=fr/admin/settings/image-toolkit',
  16890. 'textgroup' => 'default',
  16891. 'source' => 'Define the image quality for JPEG manipulations. Ranges from 0 to 100. Higher values mean better image quality but bigger files.',
  16892. 'version' => '6.38-dev',
  16893. ))
  16894. ->values(array(
  16895. 'lid' => '870',
  16896. 'location' => '/?q=fr/admin/settings/image-toolkit',
  16897. 'textgroup' => 'default',
  16898. 'source' => '%',
  16899. 'version' => '6.38-dev',
  16900. ))
  16901. ->values(array(
  16902. 'lid' => '871',
  16903. 'location' => '/?q=fr/admin/settings/uploads',
  16904. 'textgroup' => 'default',
  16905. 'source' => 'General settings',
  16906. 'version' => '6.38-dev',
  16907. ))
  16908. ->values(array(
  16909. 'lid' => '872',
  16910. 'location' => '/?q=fr/admin/settings/uploads',
  16911. 'textgroup' => 'default',
  16912. 'source' => 'Maximum resolution for uploaded images',
  16913. 'version' => '6.38-dev',
  16914. ))
  16915. ->values(array(
  16916. 'lid' => '873',
  16917. 'location' => '/?q=fr/admin/settings/uploads',
  16918. 'textgroup' => 'default',
  16919. 'source' => 'The maximum allowed image size (e.g. 640x480). Set to 0 for no restriction. If an <a href="!image-toolkit-link">image toolkit</a> is installed, files exceeding this value will be scaled down to fit.',
  16920. 'version' => '6.38-dev',
  16921. ))
  16922. ->values(array(
  16923. 'lid' => '874',
  16924. 'location' => '/?q=fr/admin/settings/uploads',
  16925. 'textgroup' => 'default',
  16926. 'source' => 'WIDTHxHEIGHT',
  16927. 'version' => '6.38-dev',
  16928. ))
  16929. ->values(array(
  16930. 'lid' => '875',
  16931. 'location' => '/?q=fr/admin/settings/uploads',
  16932. 'textgroup' => 'default',
  16933. 'source' => 'List files by default',
  16934. 'version' => '6.38-dev',
  16935. ))
  16936. ->values(array(
  16937. 'lid' => '876',
  16938. 'location' => '/?q=fr/admin/settings/uploads',
  16939. 'textgroup' => 'default',
  16940. 'source' => 'No',
  16941. 'version' => '6.38-dev',
  16942. ))
  16943. ->values(array(
  16944. 'lid' => '877',
  16945. 'location' => '/?q=fr/admin/settings/uploads',
  16946. 'textgroup' => 'default',
  16947. 'source' => 'Yes',
  16948. 'version' => '6.38-dev',
  16949. ))
  16950. ->values(array(
  16951. 'lid' => '878',
  16952. 'location' => '/?q=fr/admin/settings/uploads',
  16953. 'textgroup' => 'default',
  16954. 'source' => 'Display attached files when viewing a post.',
  16955. 'version' => '6.38-dev',
  16956. ))
  16957. ->values(array(
  16958. 'lid' => '879',
  16959. 'location' => '/?q=fr/admin/settings/uploads',
  16960. 'textgroup' => 'default',
  16961. 'source' => 'Default permitted file extensions',
  16962. 'version' => '6.38-dev',
  16963. ))
  16964. ->values(array(
  16965. 'lid' => '880',
  16966. 'location' => '/?q=fr/admin/settings/uploads',
  16967. 'textgroup' => 'default',
  16968. 'source' => 'Default extensions that users can upload. Separate extensions with a space and do not include the leading dot.',
  16969. 'version' => '6.38-dev',
  16970. ))
  16971. ->values(array(
  16972. 'lid' => '881',
  16973. 'location' => '/?q=fr/admin/settings/uploads',
  16974. 'textgroup' => 'default',
  16975. 'source' => 'Default maximum file size per upload',
  16976. 'version' => '6.38-dev',
  16977. ))
  16978. ->values(array(
  16979. 'lid' => '882',
  16980. 'location' => '/?q=fr/admin/settings/uploads',
  16981. 'textgroup' => 'default',
  16982. 'source' => 'The default maximum file size a user can upload. If an image is uploaded and a maximum resolution is set, the size will be checked after the file has been resized.',
  16983. 'version' => '6.38-dev',
  16984. ))
  16985. ->values(array(
  16986. 'lid' => '883',
  16987. 'location' => '/?q=fr/admin/settings/uploads',
  16988. 'textgroup' => 'default',
  16989. 'source' => 'MB',
  16990. 'version' => '6.38-dev',
  16991. ))
  16992. ->values(array(
  16993. 'lid' => '884',
  16994. 'location' => '/?q=fr/admin/settings/uploads',
  16995. 'textgroup' => 'default',
  16996. 'source' => 'Default total file size per user',
  16997. 'version' => '6.38-dev',
  16998. ))
  16999. ->values(array(
  17000. 'lid' => '885',
  17001. 'location' => '/?q=fr/admin/settings/uploads',
  17002. 'textgroup' => 'default',
  17003. 'source' => 'The default maximum size of all files a user can have on the site.',
  17004. 'version' => '6.38-dev',
  17005. ))
  17006. ->values(array(
  17007. 'lid' => '886',
  17008. 'location' => '/?q=fr/admin/settings/uploads',
  17009. 'textgroup' => 'default',
  17010. 'source' => 'KB',
  17011. 'version' => '6.38-dev',
  17012. ))
  17013. ->values(array(
  17014. 'lid' => '887',
  17015. 'location' => '/?q=fr/admin/settings/uploads',
  17016. 'textgroup' => 'default',
  17017. 'source' => '@size @suffix',
  17018. 'version' => '6.38-dev',
  17019. ))
  17020. ->values(array(
  17021. 'lid' => '888',
  17022. 'location' => '/?q=fr/admin/settings/uploads',
  17023. 'textgroup' => 'default',
  17024. 'source' => 'Your PHP settings limit the maximum file size per upload to %size.',
  17025. 'version' => '6.38-dev',
  17026. ))
  17027. ->values(array(
  17028. 'lid' => '889',
  17029. 'location' => '/?q=fr/admin/settings/uploads',
  17030. 'textgroup' => 'default',
  17031. 'source' => 'Users with the <a href="@permissions">upload files permission</a> can upload attachments. Users with the <a href="@permissions">view uploaded files permission</a> can view uploaded attachments. You can choose which post types can take attachments on the <a href="@types">content types settings</a> page.',
  17032. 'version' => '6.38-dev',
  17033. ))
  17034. ->values(array(
  17035. 'lid' => '890',
  17036. 'location' => '/?q=fr/admin/settings/file-system',
  17037. 'textgroup' => 'default',
  17038. 'source' => 'File system path',
  17039. 'version' => '6.38-dev',
  17040. ))
  17041. ->values(array(
  17042. 'lid' => '891',
  17043. 'location' => '/?q=fr/admin/settings/file-system',
  17044. 'textgroup' => 'default',
  17045. 'source' => 'A file system path where the files will be stored. This directory must exist and be writable by Drupal. If the download method is set to public, this directory must be relative to the Drupal installation directory and be accessible over the web. If the download method is set to private, this directory should not be accessible over the web. Changing this location will modify all download paths and may cause unexpected problems on an existing site.',
  17046. 'version' => '6.38-dev',
  17047. ))
  17048. ->values(array(
  17049. 'lid' => '892',
  17050. 'location' => '/?q=fr/admin/settings/file-system',
  17051. 'textgroup' => 'default',
  17052. 'source' => 'Temporary directory',
  17053. 'version' => '6.38-dev',
  17054. ))
  17055. ->values(array(
  17056. 'lid' => '893',
  17057. 'location' => '/?q=fr/admin/settings/file-system',
  17058. 'textgroup' => 'default',
  17059. 'source' => 'A file system path where uploaded files will be stored during previews.',
  17060. 'version' => '6.38-dev',
  17061. ))
  17062. ->values(array(
  17063. 'lid' => '894',
  17064. 'location' => '/?q=fr/admin/settings/file-system',
  17065. 'textgroup' => 'default',
  17066. 'source' => 'Download method',
  17067. 'version' => '6.38-dev',
  17068. ))
  17069. ->values(array(
  17070. 'lid' => '895',
  17071. 'location' => '/?q=fr/admin/settings/file-system',
  17072. 'textgroup' => 'default',
  17073. 'source' => 'Public - files are available using HTTP directly.',
  17074. 'version' => '6.38-dev',
  17075. ))
  17076. ->values(array(
  17077. 'lid' => '896',
  17078. 'location' => '/?q=fr/admin/settings/file-system',
  17079. 'textgroup' => 'default',
  17080. 'source' => 'Private - files are transferred by Drupal.',
  17081. 'version' => '6.38-dev',
  17082. ))
  17083. ->values(array(
  17084. 'lid' => '897',
  17085. 'location' => '/?q=fr/admin/settings/file-system',
  17086. 'textgroup' => 'default',
  17087. 'source' => 'Choose the <em>Public download</em> method unless you wish to enforce fine-grained access controls over file downloads. Changing the download method will modify all download paths and may cause unexpected problems on an existing site.',
  17088. 'version' => '6.38-dev',
  17089. ))
  17090. ->values(array(
  17091. 'lid' => '898',
  17092. 'location' => '/?q=fr/admin/settings/file-system',
  17093. 'textgroup' => 'default',
  17094. 'source' => 'The directory %directory does not exist.',
  17095. 'version' => '6.38-dev',
  17096. ))
  17097. ->values(array(
  17098. 'lid' => '899',
  17099. 'location' => '/?q=fr/admin/settings/event',
  17100. 'textgroup' => 'default',
  17101. 'source' => 'Event overview',
  17102. 'version' => '6.38-dev',
  17103. ))
  17104. ->values(array(
  17105. 'lid' => '900',
  17106. 'location' => '/?q=fr/admin/settings/event',
  17107. 'textgroup' => 'default',
  17108. 'source' => 'Change how event summary information is displayed.',
  17109. 'version' => '6.38-dev',
  17110. ))
  17111. ->values(array(
  17112. 'lid' => '901',
  17113. 'location' => '/?q=fr/admin/settings/event',
  17114. 'textgroup' => 'default',
  17115. 'source' => 'Timezone handling',
  17116. 'version' => '6.38-dev',
  17117. ))
  17118. ->values(array(
  17119. 'lid' => '902',
  17120. 'location' => '/?q=fr/admin/settings/event',
  17121. 'textgroup' => 'default',
  17122. 'source' => 'Change how timezone information is saved and displayed.',
  17123. 'version' => '6.38-dev',
  17124. ))
  17125. ->values(array(
  17126. 'lid' => '903',
  17127. 'location' => '/?q=fr/admin/settings/event/timezone',
  17128. 'textgroup' => 'default',
  17129. 'source' => 'Event time zone input',
  17130. 'version' => '6.38-dev',
  17131. ))
  17132. ->values(array(
  17133. 'lid' => '904',
  17134. 'location' => '/?q=fr/admin/settings/event/timezone',
  17135. 'textgroup' => 'default',
  17136. 'source' => 'Use the sitewide time zone',
  17137. 'version' => '6.38-dev',
  17138. ))
  17139. ->values(array(
  17140. 'lid' => '905',
  17141. 'location' => '/?q=fr/admin/settings/event/timezone',
  17142. 'textgroup' => 'default',
  17143. 'source' => 'Use the time zone of the user editing or creating the event',
  17144. 'version' => '6.38-dev',
  17145. ))
  17146. ->values(array(
  17147. 'lid' => '906',
  17148. 'location' => '/?q=fr/admin/settings/event/timezone',
  17149. 'textgroup' => 'default',
  17150. 'source' => 'Allow users to set event time zones',
  17151. 'version' => '6.38-dev',
  17152. ))
  17153. ->values(array(
  17154. 'lid' => '907',
  17155. 'location' => '/?q=fr/admin/settings/event/timezone',
  17156. 'textgroup' => 'default',
  17157. 'source' => 'date/time settings',
  17158. 'version' => '6.38-dev',
  17159. ))
  17160. ->values(array(
  17161. 'lid' => '908',
  17162. 'location' => '/?q=fr/admin/settings/event/timezone',
  17163. 'textgroup' => 'default',
  17164. 'source' => "Events are saved with a time zone value. This setting allows you to determine how the time zone is determined when creating or editing an event. You must have 'Configurable time zones' enabled in the !url before you can enable user's time zones for this feature.",
  17165. 'version' => '6.38-dev',
  17166. ))
  17167. ->values(array(
  17168. 'lid' => '909',
  17169. 'location' => '/?q=fr/admin/settings/event/timezone',
  17170. 'textgroup' => 'default',
  17171. 'source' => 'Event time zone display',
  17172. 'version' => '6.38-dev',
  17173. ))
  17174. ->values(array(
  17175. 'lid' => '910',
  17176. 'location' => '/?q=fr/admin/settings/event/timezone',
  17177. 'textgroup' => 'default',
  17178. 'source' => "Use the event's time zone",
  17179. 'version' => '6.38-dev',
  17180. ))
  17181. ->values(array(
  17182. 'lid' => '911',
  17183. 'location' => '/?q=fr/admin/settings/event/timezone',
  17184. 'textgroup' => 'default',
  17185. 'source' => "Events are saved with a time zone value. This setting allows you to determine if the event's time zone, the sitewide time zone, or the user's personal time zone setting is used to display the time for an event. You must have 'Configurable time zones' enabled in the !url before you can enable user's time zones for this feature.",
  17186. 'version' => '6.38-dev',
  17187. ))
  17188. ->values(array(
  17189. 'lid' => '912',
  17190. 'location' => '/?q=fr/admin/settings/event/timezone',
  17191. 'textgroup' => 'default',
  17192. 'source' => 'Time notation preference',
  17193. 'version' => '6.38-dev',
  17194. ))
  17195. ->values(array(
  17196. 'lid' => '913',
  17197. 'location' => '/?q=fr/admin/settings/event/timezone',
  17198. 'textgroup' => 'default',
  17199. 'source' => '24h',
  17200. 'version' => '6.38-dev',
  17201. ))
  17202. ->values(array(
  17203. 'lid' => '914',
  17204. 'location' => '/?q=fr/admin/settings/event/timezone',
  17205. 'textgroup' => 'default',
  17206. 'source' => '12h',
  17207. 'version' => '6.38-dev',
  17208. ))
  17209. ->values(array(
  17210. 'lid' => '915',
  17211. 'location' => '/?q=fr/admin/settings/event/timezone',
  17212. 'textgroup' => 'default',
  17213. 'source' => 'The time notation system used for entering event times.',
  17214. 'version' => '6.38-dev',
  17215. ))
  17216. ->values(array(
  17217. 'lid' => '916',
  17218. 'location' => '/?q=fr/admin/settings/event/overview',
  17219. 'textgroup' => 'default',
  17220. 'source' => 'Upcoming event block limit',
  17221. 'version' => '6.38-dev',
  17222. ))
  17223. ->values(array(
  17224. 'lid' => '917',
  17225. 'location' => '/?q=fr/admin/settings/event/overview',
  17226. 'textgroup' => 'default',
  17227. 'source' => 'Limit the amount of events displayed in the upcoming events block by this amount.',
  17228. 'version' => '6.38-dev',
  17229. ))
  17230. ->values(array(
  17231. 'lid' => '918',
  17232. 'location' => '/?q=fr/admin/settings/event/overview',
  17233. 'textgroup' => 'default',
  17234. 'source' => 'Default overview',
  17235. 'version' => '6.38-dev',
  17236. ))
  17237. ->values(array(
  17238. 'lid' => '919',
  17239. 'location' => '/?q=fr/admin/settings/event/overview',
  17240. 'textgroup' => 'default',
  17241. 'source' => 'Day',
  17242. 'version' => '6.38-dev',
  17243. ))
  17244. ->values(array(
  17245. 'lid' => '920',
  17246. 'location' => '/?q=fr/admin/settings/event/overview',
  17247. 'textgroup' => 'default',
  17248. 'source' => 'Week',
  17249. 'version' => '6.38-dev',
  17250. ))
  17251. ->values(array(
  17252. 'lid' => '921',
  17253. 'location' => '/?q=fr/admin/settings/event/overview',
  17254. 'textgroup' => 'default',
  17255. 'source' => 'Month',
  17256. 'version' => '6.38-dev',
  17257. ))
  17258. ->values(array(
  17259. 'lid' => '922',
  17260. 'location' => '/?q=fr/admin/settings/event/overview',
  17261. 'textgroup' => 'default',
  17262. 'source' => 'Table',
  17263. 'version' => '6.38-dev',
  17264. ))
  17265. ->values(array(
  17266. 'lid' => '923',
  17267. 'location' => '/?q=fr/admin/settings/event/overview',
  17268. 'textgroup' => 'default',
  17269. 'source' => 'The default event view to display when no format is specifically requested. This is also the view that will be displayed from the block calendar links.',
  17270. 'version' => '6.38-dev',
  17271. ))
  17272. ->values(array(
  17273. 'lid' => '924',
  17274. 'location' => '/?q=fr/admin/settings/event/overview',
  17275. 'textgroup' => 'default',
  17276. 'source' => 'Table view default period',
  17277. 'version' => '6.38-dev',
  17278. ))
  17279. ->values(array(
  17280. 'lid' => '925',
  17281. 'location' => '/?q=fr/admin/settings/event/overview',
  17282. 'textgroup' => 'default',
  17283. 'source' => 'here',
  17284. 'version' => '6.38-dev',
  17285. ))
  17286. ->values(array(
  17287. 'lid' => '926',
  17288. 'location' => '/?q=fr/admin/settings/event/overview',
  17289. 'textgroup' => 'default',
  17290. 'source' => 'The default number of days to display in the table view. You can specify a different number of days in the url. More info on the event url format !link',
  17291. 'version' => '6.38-dev',
  17292. ))
  17293. ->values(array(
  17294. 'lid' => '927',
  17295. 'location' => '/?q=fr/admin/settings/event/overview',
  17296. 'textgroup' => 'default',
  17297. 'source' => 'Taxonomy filter controls',
  17298. 'version' => '6.38-dev',
  17299. ))
  17300. ->values(array(
  17301. 'lid' => '928',
  17302. 'location' => '/?q=fr/admin/settings/event/overview',
  17303. 'textgroup' => 'default',
  17304. 'source' => 'Show taxonomy filter control on calendar views',
  17305. 'version' => '6.38-dev',
  17306. ))
  17307. ->values(array(
  17308. 'lid' => '929',
  17309. 'location' => '/?q=fr/admin/settings/event/overview',
  17310. 'textgroup' => 'default',
  17311. 'source' => 'Only show taxonomy filter control when taxonomy filter view is requested',
  17312. 'version' => '6.38-dev',
  17313. ))
  17314. ->values(array(
  17315. 'lid' => '930',
  17316. 'location' => '/?q=fr/admin/settings/event/overview',
  17317. 'textgroup' => 'default',
  17318. 'source' => 'Never show taxonomy filter control',
  17319. 'version' => '6.38-dev',
  17320. ))
  17321. ->values(array(
  17322. 'lid' => '931',
  17323. 'location' => '/?q=fr/admin/settings/event/overview',
  17324. 'textgroup' => 'default',
  17325. 'source' => 'Content type filter controls',
  17326. 'version' => '6.38-dev',
  17327. ))
  17328. ->values(array(
  17329. 'lid' => '932',
  17330. 'location' => '/?q=fr/admin/settings/event/overview',
  17331. 'textgroup' => 'default',
  17332. 'source' => 'Show content type filter control on calendar views',
  17333. 'version' => '6.38-dev',
  17334. ))
  17335. ->values(array(
  17336. 'lid' => '933',
  17337. 'location' => '/?q=fr/admin/settings/event/overview',
  17338. 'textgroup' => 'default',
  17339. 'source' => 'Only show content type filter control when content type filter view is requested',
  17340. 'version' => '6.38-dev',
  17341. ))
  17342. ->values(array(
  17343. 'lid' => '934',
  17344. 'location' => '/?q=fr/admin/settings/event/overview',
  17345. 'textgroup' => 'default',
  17346. 'source' => 'Never show content type filter control',
  17347. 'version' => '6.38-dev',
  17348. ))
  17349. ->values(array(
  17350. 'lid' => '935',
  17351. 'location' => '/?q=fr/admin/settings/email',
  17352. 'textgroup' => 'default',
  17353. 'source' => 'Hourly threshold for a CCK Email contact form',
  17354. 'version' => '6.38-dev',
  17355. ))
  17356. ->values(array(
  17357. 'lid' => '936',
  17358. 'location' => '/?q=fr/admin/settings/email',
  17359. 'textgroup' => 'default',
  17360. 'source' => 'The maximum number of contact form submissions a user can perform per hour.',
  17361. 'version' => '6.38-dev',
  17362. ))
  17363. ->values(array(
  17364. 'lid' => '937',
  17365. 'location' => '/?q=fr/admin/settings/admin',
  17366. 'textgroup' => 'default',
  17367. 'source' => 'System default',
  17368. 'version' => '6.38-dev',
  17369. ))
  17370. ->values(array(
  17371. 'lid' => '938',
  17372. 'location' => '/?q=fr/admin/settings/admin',
  17373. 'textgroup' => 'default',
  17374. 'source' => 'Choose which theme the administration pages should display in. If you choose "System default" the administration pages will use the same theme as the rest of the site.',
  17375. 'version' => '6.38-dev',
  17376. ))
  17377. ->values(array(
  17378. 'lid' => '939',
  17379. 'location' => '/?q=fr/admin/settings/admin',
  17380. 'textgroup' => 'default',
  17381. 'source' => 'Use administration theme for content editing',
  17382. 'version' => '6.38-dev',
  17383. ))
  17384. ->values(array(
  17385. 'lid' => '940',
  17386. 'location' => '/?q=fr/admin/settings/admin',
  17387. 'textgroup' => 'default',
  17388. 'source' => 'Use the administration theme when editing existing posts or creating new ones.',
  17389. 'version' => '6.38-dev',
  17390. ))
  17391. ->values(array(
  17392. 'lid' => '941',
  17393. 'location' => '/?q=fr/admin/settings/actions',
  17394. 'textgroup' => 'default',
  17395. 'source' => 'Publish comment',
  17396. 'version' => '6.38-dev',
  17397. ))
  17398. ->values(array(
  17399. 'lid' => '942',
  17400. 'location' => '/?q=fr/admin/settings/actions',
  17401. 'textgroup' => 'default',
  17402. 'source' => 'Unpublish comment',
  17403. 'version' => '6.38-dev',
  17404. ))
  17405. ->values(array(
  17406. 'lid' => '943',
  17407. 'location' => '/?q=fr/admin/settings/actions',
  17408. 'textgroup' => 'default',
  17409. 'source' => 'Unpublish comment containing keyword(s)',
  17410. 'version' => '6.38-dev',
  17411. ))
  17412. ->values(array(
  17413. 'lid' => '944',
  17414. 'location' => '/?q=fr/admin/settings/actions',
  17415. 'textgroup' => 'default',
  17416. 'source' => 'Publish post',
  17417. 'version' => '6.38-dev',
  17418. ))
  17419. ->values(array(
  17420. 'lid' => '945',
  17421. 'location' => '/?q=fr/admin/settings/actions',
  17422. 'textgroup' => 'default',
  17423. 'source' => 'Unpublish post',
  17424. 'version' => '6.38-dev',
  17425. ))
  17426. ->values(array(
  17427. 'lid' => '946',
  17428. 'location' => '/?q=fr/admin/settings/actions',
  17429. 'textgroup' => 'default',
  17430. 'source' => 'Make post sticky',
  17431. 'version' => '6.38-dev',
  17432. ))
  17433. ->values(array(
  17434. 'lid' => '947',
  17435. 'location' => '/?q=fr/admin/settings/actions',
  17436. 'textgroup' => 'default',
  17437. 'source' => 'Make post unsticky',
  17438. 'version' => '6.38-dev',
  17439. ))
  17440. ->values(array(
  17441. 'lid' => '948',
  17442. 'location' => '/?q=fr/admin/settings/actions',
  17443. 'textgroup' => 'default',
  17444. 'source' => 'Promote post to front page',
  17445. 'version' => '6.38-dev',
  17446. ))
  17447. ->values(array(
  17448. 'lid' => '949',
  17449. 'location' => '/?q=fr/admin/settings/actions',
  17450. 'textgroup' => 'default',
  17451. 'source' => 'Remove post from front page',
  17452. 'version' => '6.38-dev',
  17453. ))
  17454. ->values(array(
  17455. 'lid' => '950',
  17456. 'location' => '/?q=fr/admin/settings/actions',
  17457. 'textgroup' => 'default',
  17458. 'source' => 'Change the author of a post',
  17459. 'version' => '6.38-dev',
  17460. ))
  17461. ->values(array(
  17462. 'lid' => '951',
  17463. 'location' => '/?q=fr/admin/settings/actions',
  17464. 'textgroup' => 'default',
  17465. 'source' => 'Save post',
  17466. 'version' => '6.38-dev',
  17467. ))
  17468. ->values(array(
  17469. 'lid' => '952',
  17470. 'location' => '/?q=fr/admin/settings/actions',
  17471. 'textgroup' => 'default',
  17472. 'source' => 'Unpublish post containing keyword(s)',
  17473. 'version' => '6.38-dev',
  17474. ))
  17475. ->values(array(
  17476. 'lid' => '953',
  17477. 'location' => '/?q=fr/admin/settings/actions',
  17478. 'textgroup' => 'default',
  17479. 'source' => 'Display a message to the user',
  17480. 'version' => '6.38-dev',
  17481. ))
  17482. ->values(array(
  17483. 'lid' => '954',
  17484. 'location' => '/?q=fr/admin/settings/actions',
  17485. 'textgroup' => 'default',
  17486. 'source' => 'Send e-mail',
  17487. 'version' => '6.38-dev',
  17488. ))
  17489. ->values(array(
  17490. 'lid' => '955',
  17491. 'location' => '/?q=fr/admin/settings/actions',
  17492. 'textgroup' => 'default',
  17493. 'source' => 'Redirect to URL',
  17494. 'version' => '6.38-dev',
  17495. ))
  17496. ->values(array(
  17497. 'lid' => '956',
  17498. 'location' => '/?q=fr/admin/settings/actions',
  17499. 'textgroup' => 'default',
  17500. 'source' => 'Block current user',
  17501. 'version' => '6.38-dev',
  17502. ))
  17503. ->values(array(
  17504. 'lid' => '957',
  17505. 'location' => '/?q=fr/admin/settings/actions',
  17506. 'textgroup' => 'default',
  17507. 'source' => 'Ban IP address of current user',
  17508. 'version' => '6.38-dev',
  17509. ))
  17510. ->values(array(
  17511. 'lid' => '958',
  17512. 'location' => '/?q=fr/admin/settings/actions',
  17513. 'textgroup' => 'default',
  17514. 'source' => "ImageCache: Flush ALL presets for this node's filefield images",
  17515. 'version' => '6.38-dev',
  17516. ))
  17517. ->values(array(
  17518. 'lid' => '959',
  17519. 'location' => '/?q=fr/admin/settings/actions',
  17520. 'textgroup' => 'default',
  17521. 'source' => "ImageCache: Generate ALL presets for this node's filefield images",
  17522. 'version' => '6.38-dev',
  17523. ))
  17524. ->values(array(
  17525. 'lid' => '960',
  17526. 'location' => '/?q=fr/admin/settings/actions',
  17527. 'textgroup' => 'default',
  17528. 'source' => "ImageCache: Generate configured preset(s) for this node's filefield images",
  17529. 'version' => '6.38-dev',
  17530. ))
  17531. ->values(array(
  17532. 'lid' => '961',
  17533. 'location' => '/?q=fr/admin/settings/actions',
  17534. 'textgroup' => 'default',
  17535. 'source' => 'Choose an advanced action',
  17536. 'version' => '6.38-dev',
  17537. ))
  17538. ->values(array(
  17539. 'lid' => '962',
  17540. 'location' => '/?q=fr/admin/settings/actions',
  17541. 'textgroup' => 'default',
  17542. 'source' => 'Action type',
  17543. 'version' => '6.38-dev',
  17544. ))
  17545. ->values(array(
  17546. 'lid' => '963',
  17547. 'location' => '/?q=fr/admin/settings/actions',
  17548. 'textgroup' => 'default',
  17549. 'source' => '« first',
  17550. 'version' => '6.38-dev',
  17551. ))
  17552. ->values(array(
  17553. 'lid' => '964',
  17554. 'location' => '/?q=fr/admin/settings/actions',
  17555. 'textgroup' => 'default',
  17556. 'source' => '‹ previous',
  17557. 'version' => '6.38-dev',
  17558. ))
  17559. ->values(array(
  17560. 'lid' => '965',
  17561. 'location' => '/?q=fr/admin/settings/actions',
  17562. 'textgroup' => 'default',
  17563. 'source' => 'next ›',
  17564. 'version' => '6.38-dev',
  17565. ))
  17566. ->values(array(
  17567. 'lid' => '966',
  17568. 'location' => '/?q=fr/admin/settings/actions',
  17569. 'textgroup' => 'default',
  17570. 'source' => 'last »',
  17571. 'version' => '6.38-dev',
  17572. ))
  17573. ->values(array(
  17574. 'lid' => '967',
  17575. 'location' => '/?q=fr/admin/settings/actions',
  17576. 'textgroup' => 'default',
  17577. 'source' => 'Actions available to Drupal:',
  17578. 'version' => '6.38-dev',
  17579. ))
  17580. ->values(array(
  17581. 'lid' => '968',
  17582. 'location' => '/?q=fr/admin/settings/actions',
  17583. 'textgroup' => 'default',
  17584. 'source' => 'sort by @s',
  17585. 'version' => '6.38-dev',
  17586. ))
  17587. ->values(array(
  17588. 'lid' => '969',
  17589. 'location' => '/?q=fr/admin/settings/actions',
  17590. 'textgroup' => 'default',
  17591. 'source' => 'sort icon',
  17592. 'version' => '6.38-dev',
  17593. ))
  17594. ->values(array(
  17595. 'lid' => '970',
  17596. 'location' => '/?q=fr/admin/settings/actions',
  17597. 'textgroup' => 'default',
  17598. 'source' => 'sort descending',
  17599. 'version' => '6.38-dev',
  17600. ))
  17601. ->values(array(
  17602. 'lid' => '971',
  17603. 'location' => '/?q=fr/admin/settings/actions',
  17604. 'textgroup' => 'default',
  17605. 'source' => 'Make a new advanced action available',
  17606. 'version' => '6.38-dev',
  17607. ))
  17608. ->values(array(
  17609. 'lid' => '972',
  17610. 'location' => '/?q=fr/admin/settings/actions',
  17611. 'textgroup' => 'default',
  17612. 'source' => 'Create',
  17613. 'version' => '6.38-dev',
  17614. ))
  17615. ->values(array(
  17616. 'lid' => '973',
  17617. 'location' => '/?q=fr/admin/settings/actions',
  17618. 'textgroup' => 'default',
  17619. 'source' => 'Configure an advanced action',
  17620. 'version' => '6.38-dev',
  17621. ))
  17622. ->values(array(
  17623. 'lid' => '974',
  17624. 'location' => '/?q=fr/admin/settings/actions',
  17625. 'textgroup' => 'default',
  17626. 'source' => 'Remove orphans',
  17627. 'version' => '6.38-dev',
  17628. ))
  17629. ->values(array(
  17630. 'lid' => '975',
  17631. 'location' => '/?q=fr/admin/settings/actions',
  17632. 'textgroup' => 'default',
  17633. 'source' => 'Manage actions',
  17634. 'version' => '6.38-dev',
  17635. ))
  17636. ->values(array(
  17637. 'lid' => '976',
  17638. 'location' => '/?q=fr/admin/settings/actions',
  17639. 'textgroup' => 'default',
  17640. 'source' => 'Actions are individual tasks that the system can do, such as unpublishing a piece of content or banning a user. Modules, such as the trigger module, can fire these actions when certain system events happen; for example, when a new post is added or when a user logs in. Modules may also provide additional actions.',
  17641. 'version' => '6.38-dev',
  17642. ))
  17643. ->values(array(
  17644. 'lid' => '977',
  17645. 'location' => '/?q=fr/admin/settings/actions',
  17646. 'textgroup' => 'default',
  17647. 'source' => 'There are two types of actions: simple and advanced. Simple actions do not require any additional configuration, and are listed here automatically. Advanced actions can do more than simple actions; for example, send an e-mail to a specified address, or check for certain words within a piece of content. These actions need to be created and configured first before they may be used. To create an advanced action, select the action from the drop-down below and click the <em>Create</em> button.',
  17648. 'version' => '6.38-dev',
  17649. ))
  17650. ->values(array(
  17651. 'lid' => '978',
  17652. 'location' => '/?q=fr/admin/user/user',
  17653. 'textgroup' => 'default',
  17654. 'source' => 'Create new account',
  17655. 'version' => '6.38-dev',
  17656. ))
  17657. ->values(array(
  17658. 'lid' => '979',
  17659. 'location' => '/?q=fr/admin/user/user',
  17660. 'textgroup' => 'default',
  17661. 'source' => 'role',
  17662. 'version' => '6.38-dev',
  17663. ))
  17664. ->values(array(
  17665. 'lid' => '980',
  17666. 'location' => '/?q=fr/admin/user/user',
  17667. 'textgroup' => 'default',
  17668. 'source' => '@module module',
  17669. 'version' => '6.38-dev',
  17670. ))
  17671. ->values(array(
  17672. 'lid' => '981',
  17673. 'location' => '/?q=fr/admin/user/user',
  17674. 'textgroup' => 'default',
  17675. 'source' => 'access news feeds',
  17676. 'version' => '6.38-dev',
  17677. ))
  17678. ->values(array(
  17679. 'lid' => '982',
  17680. 'location' => '/?q=fr/admin/user/user',
  17681. 'textgroup' => 'default',
  17682. 'source' => 'administer news feeds',
  17683. 'version' => '6.38-dev',
  17684. ))
  17685. ->values(array(
  17686. 'lid' => '983',
  17687. 'location' => '/?q=fr/admin/user/user',
  17688. 'textgroup' => 'default',
  17689. 'source' => 'administer blocks',
  17690. 'version' => '6.38-dev',
  17691. ))
  17692. ->values(array(
  17693. 'lid' => '984',
  17694. 'location' => '/?q=fr/admin/user/user',
  17695. 'textgroup' => 'default',
  17696. 'source' => 'use PHP for block visibility',
  17697. 'version' => '6.38-dev',
  17698. ))
  17699. ->values(array(
  17700. 'lid' => '985',
  17701. 'location' => '/?q=fr/admin/user/user',
  17702. 'textgroup' => 'default',
  17703. 'source' => 'access printer-friendly version',
  17704. 'version' => '6.38-dev',
  17705. ))
  17706. ->values(array(
  17707. 'lid' => '986',
  17708. 'location' => '/?q=fr/admin/user/user',
  17709. 'textgroup' => 'default',
  17710. 'source' => 'add content to books',
  17711. 'version' => '6.38-dev',
  17712. ))
  17713. ->values(array(
  17714. 'lid' => '987',
  17715. 'location' => '/?q=fr/admin/user/user',
  17716. 'textgroup' => 'default',
  17717. 'source' => 'administer book outlines',
  17718. 'version' => '6.38-dev',
  17719. ))
  17720. ->values(array(
  17721. 'lid' => '988',
  17722. 'location' => '/?q=fr/admin/user/user',
  17723. 'textgroup' => 'default',
  17724. 'source' => 'create new books',
  17725. 'version' => '6.38-dev',
  17726. ))
  17727. ->values(array(
  17728. 'lid' => '989',
  17729. 'location' => '/?q=fr/admin/user/user',
  17730. 'textgroup' => 'default',
  17731. 'source' => 'access comments',
  17732. 'version' => '6.38-dev',
  17733. ))
  17734. ->values(array(
  17735. 'lid' => '990',
  17736. 'location' => '/?q=fr/admin/user/user',
  17737. 'textgroup' => 'default',
  17738. 'source' => 'administer comments',
  17739. 'version' => '6.38-dev',
  17740. ))
  17741. ->values(array(
  17742. 'lid' => '991',
  17743. 'location' => '/?q=fr/admin/user/user',
  17744. 'textgroup' => 'default',
  17745. 'source' => 'post comments',
  17746. 'version' => '6.38-dev',
  17747. ))
  17748. ->values(array(
  17749. 'lid' => '992',
  17750. 'location' => '/?q=fr/admin/user/user',
  17751. 'textgroup' => 'default',
  17752. 'source' => 'post comments without approval',
  17753. 'version' => '6.38-dev',
  17754. ))
  17755. ->values(array(
  17756. 'lid' => '993',
  17757. 'location' => '/?q=fr/admin/user/user',
  17758. 'textgroup' => 'default',
  17759. 'source' => 'access site-wide contact form',
  17760. 'version' => '6.38-dev',
  17761. ))
  17762. ->values(array(
  17763. 'lid' => '994',
  17764. 'location' => '/?q=fr/admin/user/user',
  17765. 'textgroup' => 'default',
  17766. 'source' => 'administer site-wide contact form',
  17767. 'version' => '6.38-dev',
  17768. ))
  17769. ->values(array(
  17770. 'lid' => '995',
  17771. 'location' => '/?q=fr/admin/user/user',
  17772. 'textgroup' => 'default',
  17773. 'source' => 'administer filters',
  17774. 'version' => '6.38-dev',
  17775. ))
  17776. ->values(array(
  17777. 'lid' => '996',
  17778. 'location' => '/?q=fr/admin/user/user',
  17779. 'textgroup' => 'default',
  17780. 'source' => 'administer languages',
  17781. 'version' => '6.38-dev',
  17782. ))
  17783. ->values(array(
  17784. 'lid' => '997',
  17785. 'location' => '/?q=fr/admin/user/user',
  17786. 'textgroup' => 'default',
  17787. 'source' => 'translate interface',
  17788. 'version' => '6.38-dev',
  17789. ))
  17790. ->values(array(
  17791. 'lid' => '998',
  17792. 'location' => '/?q=fr/admin/user/user',
  17793. 'textgroup' => 'default',
  17794. 'source' => 'administer menu',
  17795. 'version' => '6.38-dev',
  17796. ))
  17797. ->values(array(
  17798. 'lid' => '999',
  17799. 'location' => '/?q=fr/admin/user/user',
  17800. 'textgroup' => 'default',
  17801. 'source' => 'access content',
  17802. 'version' => '6.38-dev',
  17803. ))
  17804. ->values(array(
  17805. 'lid' => '1000',
  17806. 'location' => '/?q=fr/admin/user/user',
  17807. 'textgroup' => 'default',
  17808. 'source' => 'administer content types',
  17809. 'version' => '6.38-dev',
  17810. ))
  17811. ->values(array(
  17812. 'lid' => '1001',
  17813. 'location' => '/?q=fr/admin/user/user',
  17814. 'textgroup' => 'default',
  17815. 'source' => 'administer nodes',
  17816. 'version' => '6.38-dev',
  17817. ))
  17818. ->values(array(
  17819. 'lid' => '1002',
  17820. 'location' => '/?q=fr/admin/user/user',
  17821. 'textgroup' => 'default',
  17822. 'source' => 'create article content',
  17823. 'version' => '6.38-dev',
  17824. ))
  17825. ->values(array(
  17826. 'lid' => '1003',
  17827. 'location' => '/?q=fr/admin/user/user',
  17828. 'textgroup' => 'default',
  17829. 'source' => 'create company content',
  17830. 'version' => '6.38-dev',
  17831. ))
  17832. ->values(array(
  17833. 'lid' => '1004',
  17834. 'location' => '/?q=fr/admin/user/user',
  17835. 'textgroup' => 'default',
  17836. 'source' => 'create employee content',
  17837. 'version' => '6.38-dev',
  17838. ))
  17839. ->values(array(
  17840. 'lid' => '1005',
  17841. 'location' => '/?q=fr/admin/user/user',
  17842. 'textgroup' => 'default',
  17843. 'source' => 'create sponsor content',
  17844. 'version' => '6.38-dev',
  17845. ))
  17846. ->values(array(
  17847. 'lid' => '1006',
  17848. 'location' => '/?q=fr/admin/user/user',
  17849. 'textgroup' => 'default',
  17850. 'source' => 'create story content',
  17851. 'version' => '6.38-dev',
  17852. ))
  17853. ->values(array(
  17854. 'lid' => '1007',
  17855. 'location' => '/?q=fr/admin/user/user',
  17856. 'textgroup' => 'default',
  17857. 'source' => 'create test_event content',
  17858. 'version' => '6.38-dev',
  17859. ))
  17860. ->values(array(
  17861. 'lid' => '1008',
  17862. 'location' => '/?q=fr/admin/user/user',
  17863. 'textgroup' => 'default',
  17864. 'source' => 'create test_page content',
  17865. 'version' => '6.38-dev',
  17866. ))
  17867. ->values(array(
  17868. 'lid' => '1009',
  17869. 'location' => '/?q=fr/admin/user/user',
  17870. 'textgroup' => 'default',
  17871. 'source' => 'create test_planet content',
  17872. 'version' => '6.38-dev',
  17873. ))
  17874. ->values(array(
  17875. 'lid' => '1010',
  17876. 'location' => '/?q=fr/admin/user/user',
  17877. 'textgroup' => 'default',
  17878. 'source' => 'create test_story content',
  17879. 'version' => '6.38-dev',
  17880. ))
  17881. ->values(array(
  17882. 'lid' => '1011',
  17883. 'location' => '/?q=fr/admin/user/user',
  17884. 'textgroup' => 'default',
  17885. 'source' => 'delete any article content',
  17886. 'version' => '6.38-dev',
  17887. ))
  17888. ->values(array(
  17889. 'lid' => '1012',
  17890. 'location' => '/?q=fr/admin/user/user',
  17891. 'textgroup' => 'default',
  17892. 'source' => 'delete any company content',
  17893. 'version' => '6.38-dev',
  17894. ))
  17895. ->values(array(
  17896. 'lid' => '1013',
  17897. 'location' => '/?q=fr/admin/user/user',
  17898. 'textgroup' => 'default',
  17899. 'source' => 'delete any employee content',
  17900. 'version' => '6.38-dev',
  17901. ))
  17902. ->values(array(
  17903. 'lid' => '1014',
  17904. 'location' => '/?q=fr/admin/user/user',
  17905. 'textgroup' => 'default',
  17906. 'source' => 'delete any sponsor content',
  17907. 'version' => '6.38-dev',
  17908. ))
  17909. ->values(array(
  17910. 'lid' => '1015',
  17911. 'location' => '/?q=fr/admin/user/user',
  17912. 'textgroup' => 'default',
  17913. 'source' => 'delete any story content',
  17914. 'version' => '6.38-dev',
  17915. ))
  17916. ->values(array(
  17917. 'lid' => '1016',
  17918. 'location' => '/?q=fr/admin/user/user',
  17919. 'textgroup' => 'default',
  17920. 'source' => 'delete any test_event content',
  17921. 'version' => '6.38-dev',
  17922. ))
  17923. ->values(array(
  17924. 'lid' => '1017',
  17925. 'location' => '/?q=fr/admin/user/user',
  17926. 'textgroup' => 'default',
  17927. 'source' => 'delete any test_page content',
  17928. 'version' => '6.38-dev',
  17929. ))
  17930. ->values(array(
  17931. 'lid' => '1018',
  17932. 'location' => '/?q=fr/admin/user/user',
  17933. 'textgroup' => 'default',
  17934. 'source' => 'delete any test_planet content',
  17935. 'version' => '6.38-dev',
  17936. ))
  17937. ->values(array(
  17938. 'lid' => '1019',
  17939. 'location' => '/?q=fr/admin/user/user',
  17940. 'textgroup' => 'default',
  17941. 'source' => 'delete any test_story content',
  17942. 'version' => '6.38-dev',
  17943. ))
  17944. ->values(array(
  17945. 'lid' => '1020',
  17946. 'location' => '/?q=fr/admin/user/user',
  17947. 'textgroup' => 'default',
  17948. 'source' => 'delete own article content',
  17949. 'version' => '6.38-dev',
  17950. ))
  17951. ->values(array(
  17952. 'lid' => '1021',
  17953. 'location' => '/?q=fr/admin/user/user',
  17954. 'textgroup' => 'default',
  17955. 'source' => 'delete own company content',
  17956. 'version' => '6.38-dev',
  17957. ))
  17958. ->values(array(
  17959. 'lid' => '1022',
  17960. 'location' => '/?q=fr/admin/user/user',
  17961. 'textgroup' => 'default',
  17962. 'source' => 'delete own employee content',
  17963. 'version' => '6.38-dev',
  17964. ))
  17965. ->values(array(
  17966. 'lid' => '1023',
  17967. 'location' => '/?q=fr/admin/user/user',
  17968. 'textgroup' => 'default',
  17969. 'source' => 'delete own sponsor content',
  17970. 'version' => '6.38-dev',
  17971. ))
  17972. ->values(array(
  17973. 'lid' => '1024',
  17974. 'location' => '/?q=fr/admin/user/user',
  17975. 'textgroup' => 'default',
  17976. 'source' => 'delete own story content',
  17977. 'version' => '6.38-dev',
  17978. ))
  17979. ->values(array(
  17980. 'lid' => '1025',
  17981. 'location' => '/?q=fr/admin/user/user',
  17982. 'textgroup' => 'default',
  17983. 'source' => 'delete own test_event content',
  17984. 'version' => '6.38-dev',
  17985. ))
  17986. ->values(array(
  17987. 'lid' => '1026',
  17988. 'location' => '/?q=fr/admin/user/user',
  17989. 'textgroup' => 'default',
  17990. 'source' => 'delete own test_page content',
  17991. 'version' => '6.38-dev',
  17992. ))
  17993. ->values(array(
  17994. 'lid' => '1027',
  17995. 'location' => '/?q=fr/admin/user/user',
  17996. 'textgroup' => 'default',
  17997. 'source' => 'delete own test_planet content',
  17998. 'version' => '6.38-dev',
  17999. ))
  18000. ->values(array(
  18001. 'lid' => '1028',
  18002. 'location' => '/?q=fr/admin/user/user',
  18003. 'textgroup' => 'default',
  18004. 'source' => 'delete own test_story content',
  18005. 'version' => '6.38-dev',
  18006. ))
  18007. ->values(array(
  18008. 'lid' => '1029',
  18009. 'location' => '/?q=fr/admin/user/user',
  18010. 'textgroup' => 'default',
  18011. 'source' => 'delete revisions',
  18012. 'version' => '6.38-dev',
  18013. ))
  18014. ->values(array(
  18015. 'lid' => '1030',
  18016. 'location' => '/?q=fr/admin/user/user',
  18017. 'textgroup' => 'default',
  18018. 'source' => 'edit any article content',
  18019. 'version' => '6.38-dev',
  18020. ))
  18021. ->values(array(
  18022. 'lid' => '1031',
  18023. 'location' => '/?q=fr/admin/user/user',
  18024. 'textgroup' => 'default',
  18025. 'source' => 'edit any company content',
  18026. 'version' => '6.38-dev',
  18027. ))
  18028. ->values(array(
  18029. 'lid' => '1032',
  18030. 'location' => '/?q=fr/admin/user/user',
  18031. 'textgroup' => 'default',
  18032. 'source' => 'edit any employee content',
  18033. 'version' => '6.38-dev',
  18034. ))
  18035. ->values(array(
  18036. 'lid' => '1033',
  18037. 'location' => '/?q=fr/admin/user/user',
  18038. 'textgroup' => 'default',
  18039. 'source' => 'edit any sponsor content',
  18040. 'version' => '6.38-dev',
  18041. ))
  18042. ->values(array(
  18043. 'lid' => '1034',
  18044. 'location' => '/?q=fr/admin/user/user',
  18045. 'textgroup' => 'default',
  18046. 'source' => 'edit any story content',
  18047. 'version' => '6.38-dev',
  18048. ))
  18049. ->values(array(
  18050. 'lid' => '1035',
  18051. 'location' => '/?q=fr/admin/user/user',
  18052. 'textgroup' => 'default',
  18053. 'source' => 'edit any test_event content',
  18054. 'version' => '6.38-dev',
  18055. ))
  18056. ->values(array(
  18057. 'lid' => '1036',
  18058. 'location' => '/?q=fr/admin/user/user',
  18059. 'textgroup' => 'default',
  18060. 'source' => 'edit any test_page content',
  18061. 'version' => '6.38-dev',
  18062. ))
  18063. ->values(array(
  18064. 'lid' => '1037',
  18065. 'location' => '/?q=fr/admin/user/user',
  18066. 'textgroup' => 'default',
  18067. 'source' => 'edit any test_planet content',
  18068. 'version' => '6.38-dev',
  18069. ))
  18070. ->values(array(
  18071. 'lid' => '1038',
  18072. 'location' => '/?q=fr/admin/user/user',
  18073. 'textgroup' => 'default',
  18074. 'source' => 'edit any test_story content',
  18075. 'version' => '6.38-dev',
  18076. ))
  18077. ->values(array(
  18078. 'lid' => '1039',
  18079. 'location' => '/?q=fr/admin/user/user',
  18080. 'textgroup' => 'default',
  18081. 'source' => 'edit own article content',
  18082. 'version' => '6.38-dev',
  18083. ))
  18084. ->values(array(
  18085. 'lid' => '1040',
  18086. 'location' => '/?q=fr/admin/user/user',
  18087. 'textgroup' => 'default',
  18088. 'source' => 'edit own company content',
  18089. 'version' => '6.38-dev',
  18090. ))
  18091. ->values(array(
  18092. 'lid' => '1041',
  18093. 'location' => '/?q=fr/admin/user/user',
  18094. 'textgroup' => 'default',
  18095. 'source' => 'edit own employee content',
  18096. 'version' => '6.38-dev',
  18097. ))
  18098. ->values(array(
  18099. 'lid' => '1042',
  18100. 'location' => '/?q=fr/admin/user/user',
  18101. 'textgroup' => 'default',
  18102. 'source' => 'edit own sponsor content',
  18103. 'version' => '6.38-dev',
  18104. ))
  18105. ->values(array(
  18106. 'lid' => '1043',
  18107. 'location' => '/?q=fr/admin/user/user',
  18108. 'textgroup' => 'default',
  18109. 'source' => 'edit own story content',
  18110. 'version' => '6.38-dev',
  18111. ))
  18112. ->values(array(
  18113. 'lid' => '1044',
  18114. 'location' => '/?q=fr/admin/user/user',
  18115. 'textgroup' => 'default',
  18116. 'source' => 'edit own test_event content',
  18117. 'version' => '6.38-dev',
  18118. ))
  18119. ->values(array(
  18120. 'lid' => '1045',
  18121. 'location' => '/?q=fr/admin/user/user',
  18122. 'textgroup' => 'default',
  18123. 'source' => 'edit own test_page content',
  18124. 'version' => '6.38-dev',
  18125. ))
  18126. ->values(array(
  18127. 'lid' => '1046',
  18128. 'location' => '/?q=fr/admin/user/user',
  18129. 'textgroup' => 'default',
  18130. 'source' => 'edit own test_planet content',
  18131. 'version' => '6.38-dev',
  18132. ))
  18133. ->values(array(
  18134. 'lid' => '1047',
  18135. 'location' => '/?q=fr/admin/user/user',
  18136. 'textgroup' => 'default',
  18137. 'source' => 'edit own test_story content',
  18138. 'version' => '6.38-dev',
  18139. ))
  18140. ->values(array(
  18141. 'lid' => '1048',
  18142. 'location' => '/?q=fr/admin/user/user',
  18143. 'textgroup' => 'default',
  18144. 'source' => 'revert revisions',
  18145. 'version' => '6.38-dev',
  18146. ))
  18147. ->values(array(
  18148. 'lid' => '1049',
  18149. 'location' => '/?q=fr/admin/user/user',
  18150. 'textgroup' => 'default',
  18151. 'source' => 'view revisions',
  18152. 'version' => '6.38-dev',
  18153. ))
  18154. ->values(array(
  18155. 'lid' => '1050',
  18156. 'location' => '/?q=fr/admin/user/user',
  18157. 'textgroup' => 'default',
  18158. 'source' => 'administer url aliases',
  18159. 'version' => '6.38-dev',
  18160. ))
  18161. ->values(array(
  18162. 'lid' => '1051',
  18163. 'location' => '/?q=fr/admin/user/user',
  18164. 'textgroup' => 'default',
  18165. 'source' => 'create url aliases',
  18166. 'version' => '6.38-dev',
  18167. ))
  18168. ->values(array(
  18169. 'lid' => '1052',
  18170. 'location' => '/?q=fr/admin/user/user',
  18171. 'textgroup' => 'default',
  18172. 'source' => 'access administration pages',
  18173. 'version' => '6.38-dev',
  18174. ))
  18175. ->values(array(
  18176. 'lid' => '1053',
  18177. 'location' => '/?q=fr/admin/user/user',
  18178. 'textgroup' => 'default',
  18179. 'source' => 'access site reports',
  18180. 'version' => '6.38-dev',
  18181. ))
  18182. ->values(array(
  18183. 'lid' => '1054',
  18184. 'location' => '/?q=fr/admin/user/user',
  18185. 'textgroup' => 'default',
  18186. 'source' => 'administer actions',
  18187. 'version' => '6.38-dev',
  18188. ))
  18189. ->values(array(
  18190. 'lid' => '1055',
  18191. 'location' => '/?q=fr/admin/user/user',
  18192. 'textgroup' => 'default',
  18193. 'source' => 'administer files',
  18194. 'version' => '6.38-dev',
  18195. ))
  18196. ->values(array(
  18197. 'lid' => '1056',
  18198. 'location' => '/?q=fr/admin/user/user',
  18199. 'textgroup' => 'default',
  18200. 'source' => 'administer site configuration',
  18201. 'version' => '6.38-dev',
  18202. ))
  18203. ->values(array(
  18204. 'lid' => '1057',
  18205. 'location' => '/?q=fr/admin/user/user',
  18206. 'textgroup' => 'default',
  18207. 'source' => 'select different theme',
  18208. 'version' => '6.38-dev',
  18209. ))
  18210. ->values(array(
  18211. 'lid' => '1058',
  18212. 'location' => '/?q=fr/admin/user/user',
  18213. 'textgroup' => 'default',
  18214. 'source' => 'administer taxonomy',
  18215. 'version' => '6.38-dev',
  18216. ))
  18217. ->values(array(
  18218. 'lid' => '1059',
  18219. 'location' => '/?q=fr/admin/user/user',
  18220. 'textgroup' => 'default',
  18221. 'source' => 'translate content',
  18222. 'version' => '6.38-dev',
  18223. ))
  18224. ->values(array(
  18225. 'lid' => '1060',
  18226. 'location' => '/?q=fr/admin/user/user',
  18227. 'textgroup' => 'default',
  18228. 'source' => 'upload files',
  18229. 'version' => '6.38-dev',
  18230. ))
  18231. ->values(array(
  18232. 'lid' => '1061',
  18233. 'location' => '/?q=fr/admin/user/user',
  18234. 'textgroup' => 'default',
  18235. 'source' => 'view uploaded files',
  18236. 'version' => '6.38-dev',
  18237. ))
  18238. ->values(array(
  18239. 'lid' => '1062',
  18240. 'location' => '/?q=fr/admin/user/user',
  18241. 'textgroup' => 'default',
  18242. 'source' => 'access user profiles',
  18243. 'version' => '6.38-dev',
  18244. ))
  18245. ->values(array(
  18246. 'lid' => '1063',
  18247. 'location' => '/?q=fr/admin/user/user',
  18248. 'textgroup' => 'default',
  18249. 'source' => 'administer permissions',
  18250. 'version' => '6.38-dev',
  18251. ))
  18252. ->values(array(
  18253. 'lid' => '1064',
  18254. 'location' => '/?q=fr/admin/user/user',
  18255. 'textgroup' => 'default',
  18256. 'source' => 'administer users',
  18257. 'version' => '6.38-dev',
  18258. ))
  18259. ->values(array(
  18260. 'lid' => '1065',
  18261. 'location' => '/?q=fr/admin/user/user',
  18262. 'textgroup' => 'default',
  18263. 'source' => 'change own username',
  18264. 'version' => '6.38-dev',
  18265. ))
  18266. ->values(array(
  18267. 'lid' => '1066',
  18268. 'location' => '/?q=fr/admin/user/user',
  18269. 'textgroup' => 'default',
  18270. 'source' => 'view date repeats',
  18271. 'version' => '6.38-dev',
  18272. ))
  18273. ->values(array(
  18274. 'lid' => '1067',
  18275. 'location' => '/?q=fr/admin/user/user',
  18276. 'textgroup' => 'default',
  18277. 'source' => 'administer imageapi',
  18278. 'version' => '6.38-dev',
  18279. ))
  18280. ->values(array(
  18281. 'lid' => '1068',
  18282. 'location' => '/?q=fr/admin/user/user',
  18283. 'textgroup' => 'default',
  18284. 'source' => 'administer imagecache',
  18285. 'version' => '6.38-dev',
  18286. ))
  18287. ->values(array(
  18288. 'lid' => '1069',
  18289. 'location' => '/?q=fr/admin/user/user',
  18290. 'textgroup' => 'default',
  18291. 'source' => 'flush imagecache',
  18292. 'version' => '6.38-dev',
  18293. ))
  18294. ->values(array(
  18295. 'lid' => '1070',
  18296. 'location' => '/?q=fr/admin/user/user',
  18297. 'textgroup' => 'default',
  18298. 'source' => 'view imagecache big_blue_cheese',
  18299. 'version' => '6.38-dev',
  18300. ))
  18301. ->values(array(
  18302. 'lid' => '1071',
  18303. 'location' => '/?q=fr/admin/user/user',
  18304. 'textgroup' => 'default',
  18305. 'source' => 'view imagecache slackjaw_boys',
  18306. 'version' => '6.38-dev',
  18307. ))
  18308. ->values(array(
  18309. 'lid' => '1072',
  18310. 'location' => '/?q=fr/admin/user/user',
  18311. 'textgroup' => 'default',
  18312. 'source' => 'administer all languages',
  18313. 'version' => '6.38-dev',
  18314. ))
  18315. ->values(array(
  18316. 'lid' => '1073',
  18317. 'location' => '/?q=fr/admin/user/user',
  18318. 'textgroup' => 'default',
  18319. 'source' => 'administer translations',
  18320. 'version' => '6.38-dev',
  18321. ))
  18322. ->values(array(
  18323. 'lid' => '1074',
  18324. 'location' => '/?q=fr/admin/user/user',
  18325. 'textgroup' => 'default',
  18326. 'source' => 'permission',
  18327. 'version' => '6.38-dev',
  18328. ))
  18329. ->values(array(
  18330. 'lid' => '1075',
  18331. 'location' => '/?q=fr/admin/user/user',
  18332. 'textgroup' => 'default',
  18333. 'source' => 'status',
  18334. 'version' => '6.38-dev',
  18335. ))
  18336. ->values(array(
  18337. 'lid' => '1076',
  18338. 'location' => '/?q=fr/admin/user/user',
  18339. 'textgroup' => 'default',
  18340. 'source' => 'active',
  18341. 'version' => '6.38-dev',
  18342. ))
  18343. ->values(array(
  18344. 'lid' => '1077',
  18345. 'location' => '/?q=fr/admin/user/user',
  18346. 'textgroup' => 'default',
  18347. 'source' => 'blocked',
  18348. 'version' => '6.38-dev',
  18349. ))
  18350. ->values(array(
  18351. 'lid' => '1078',
  18352. 'location' => '/?q=fr/admin/user/user',
  18353. 'textgroup' => 'default',
  18354. 'source' => 'Show only users where',
  18355. 'version' => '6.38-dev',
  18356. ))
  18357. ->values(array(
  18358. 'lid' => '1079',
  18359. 'location' => '/?q=fr/admin/user/user',
  18360. 'textgroup' => 'default',
  18361. 'source' => 'Filter',
  18362. 'version' => '6.38-dev',
  18363. ))
  18364. ->values(array(
  18365. 'lid' => '1080',
  18366. 'location' => '/?q=fr/admin/user/user',
  18367. 'textgroup' => 'default',
  18368. 'source' => 'is',
  18369. 'version' => '6.38-dev',
  18370. ))
  18371. ->values(array(
  18372. 'lid' => '1081',
  18373. 'location' => '/?q=fr/admin/user/user',
  18374. 'textgroup' => 'default',
  18375. 'source' => 'Username',
  18376. 'version' => '6.38-dev',
  18377. ))
  18378. ->values(array(
  18379. 'lid' => '1082',
  18380. 'location' => '/?q=fr/admin/user/user',
  18381. 'textgroup' => 'default',
  18382. 'source' => 'Status',
  18383. 'version' => '6.38-dev',
  18384. ))
  18385. ->values(array(
  18386. 'lid' => '1083',
  18387. 'location' => '/?q=fr/admin/user/user',
  18388. 'textgroup' => 'default',
  18389. 'source' => 'Member for',
  18390. 'version' => '6.38-dev',
  18391. ))
  18392. ->values(array(
  18393. 'lid' => '1084',
  18394. 'location' => '/?q=fr/admin/user/user',
  18395. 'textgroup' => 'default',
  18396. 'source' => 'Last access',
  18397. 'version' => '6.38-dev',
  18398. ))
  18399. ->values(array(
  18400. 'lid' => '1085',
  18401. 'location' => '/?q=fr/admin/user/user',
  18402. 'textgroup' => 'default',
  18403. 'source' => 'Update options',
  18404. 'version' => '6.38-dev',
  18405. ))
  18406. ->values(array(
  18407. 'lid' => '1086',
  18408. 'location' => '/?q=fr/admin/user/user',
  18409. 'textgroup' => 'default',
  18410. 'source' => 'Unblock the selected users',
  18411. 'version' => '6.38-dev',
  18412. ))
  18413. ->values(array(
  18414. 'lid' => '1087',
  18415. 'location' => '/?q=fr/admin/user/user',
  18416. 'textgroup' => 'default',
  18417. 'source' => 'Block the selected users',
  18418. 'version' => '6.38-dev',
  18419. ))
  18420. ->values(array(
  18421. 'lid' => '1088',
  18422. 'location' => '/?q=fr/admin/user/user',
  18423. 'textgroup' => 'default',
  18424. 'source' => 'Delete the selected users',
  18425. 'version' => '6.38-dev',
  18426. ))
  18427. ->values(array(
  18428. 'lid' => '1089',
  18429. 'location' => '/?q=fr/admin/user/user',
  18430. 'textgroup' => 'default',
  18431. 'source' => 'Add a role to the selected users',
  18432. 'version' => '6.38-dev',
  18433. ))
  18434. ->values(array(
  18435. 'lid' => '1090',
  18436. 'location' => '/?q=fr/admin/user/user',
  18437. 'textgroup' => 'default',
  18438. 'source' => 'Remove a role from the selected users',
  18439. 'version' => '6.38-dev',
  18440. ))
  18441. ->values(array(
  18442. 'lid' => '1091',
  18443. 'location' => '/?q=fr/admin/user/user',
  18444. 'textgroup' => 'default',
  18445. 'source' => 'Update',
  18446. 'version' => '6.38-dev',
  18447. ))
  18448. ->values(array(
  18449. 'lid' => '1092',
  18450. 'location' => '/?q=fr/admin/user/user',
  18451. 'textgroup' => 'default',
  18452. 'source' => '@count years',
  18453. 'version' => '6.38-dev',
  18454. ))
  18455. ->values(array(
  18456. 'lid' => '1093',
  18457. 'location' => '/?q=fr/admin/user/user',
  18458. 'textgroup' => 'default',
  18459. 'source' => '@count weeks',
  18460. 'version' => '6.38-dev',
  18461. ))
  18462. ->values(array(
  18463. 'lid' => '1094',
  18464. 'location' => '/?q=fr/admin/user/user',
  18465. 'textgroup' => 'default',
  18466. 'source' => '@time ago',
  18467. 'version' => '6.38-dev',
  18468. ))
  18469. ->values(array(
  18470. 'lid' => '1095',
  18471. 'location' => '/?q=fr/admin/user/user',
  18472. 'textgroup' => 'default',
  18473. 'source' => '@count sec',
  18474. 'version' => '6.38-dev',
  18475. ))
  18476. ->values(array(
  18477. 'lid' => '1096',
  18478. 'location' => '/?q=fr/admin/user/user',
  18479. 'textgroup' => 'default',
  18480. 'source' => 'sort ascending',
  18481. 'version' => '6.38-dev',
  18482. ))
  18483. ->values(array(
  18484. 'lid' => '1097',
  18485. 'location' => '/?q=fr/admin/user/user',
  18486. 'textgroup' => 'default',
  18487. 'source' => 'Add user',
  18488. 'version' => '6.38-dev',
  18489. ))
  18490. ->values(array(
  18491. 'lid' => '1098',
  18492. 'location' => '/?q=fr/admin/user/user',
  18493. 'textgroup' => 'default',
  18494. 'source' => 'Drupal allows users to register, login, log out, maintain user profiles, etc. Users of the site may not use their own names to post content until they have signed up for a user account.',
  18495. 'version' => '6.38-dev',
  18496. ))
  18497. ->values(array(
  18498. 'lid' => '1099',
  18499. 'location' => '/?q=fr/admin/user/roles',
  18500. 'textgroup' => 'default',
  18501. 'source' => 'Add role',
  18502. 'version' => '6.38-dev',
  18503. ))
  18504. ->values(array(
  18505. 'lid' => '1100',
  18506. 'location' => '/?q=fr/admin/user/roles',
  18507. 'textgroup' => 'default',
  18508. 'source' => 'edit permissions',
  18509. 'version' => '6.38-dev',
  18510. ))
  18511. ->values(array(
  18512. 'lid' => '1101',
  18513. 'location' => '/?q=fr/admin/user/roles',
  18514. 'textgroup' => 'default',
  18515. 'source' => 'locked',
  18516. 'version' => '6.38-dev',
  18517. ))
  18518. ->values(array(
  18519. 'lid' => '1102',
  18520. 'location' => '/?q=fr/admin/user/roles',
  18521. 'textgroup' => 'default',
  18522. 'source' => 'edit role',
  18523. 'version' => '6.38-dev',
  18524. ))
  18525. ->values(array(
  18526. 'lid' => '1103',
  18527. 'location' => '/?q=fr/admin/user/roles',
  18528. 'textgroup' => 'default',
  18529. 'source' => 'Edit role',
  18530. 'version' => '6.38-dev',
  18531. ))
  18532. ->values(array(
  18533. 'lid' => '1104',
  18534. 'location' => '/?q=fr/admin/user/roles',
  18535. 'textgroup' => 'default',
  18536. 'source' => "<p>Roles allow you to fine tune the security and administration of Drupal. A role defines a group of users that have certain privileges as defined in <a href=\"@permissions\">user permissions</a>. Examples of roles include: anonymous user, authenticated user, moderator, administrator and so on. In this area you will define the <em>role names</em> of the various roles. To delete a role choose \"edit\".</p><p>By default, Drupal comes with two user roles:</p>\n <ul>\n <li>Anonymous user: this role is used for users that don't have a user account or that are not authenticated.</li>\n <li>Authenticated user: this role is automatically granted to all logged in users.</li>\n </ul>",
  18537. 'version' => '6.38-dev',
  18538. ))
  18539. ->values(array(
  18540. 'lid' => '1105',
  18541. 'location' => '/?q=fr/admin/user/profile',
  18542. 'textgroup' => 'default',
  18543. 'source' => 'Add new field',
  18544. 'version' => '6.38-dev',
  18545. ))
  18546. ->values(array(
  18547. 'lid' => '1106',
  18548. 'location' => '/?q=fr/admin/user/profile',
  18549. 'textgroup' => 'default',
  18550. 'source' => 'single-line textfield',
  18551. 'version' => '6.38-dev',
  18552. ))
  18553. ->values(array(
  18554. 'lid' => '1107',
  18555. 'location' => '/?q=fr/admin/user/profile',
  18556. 'textgroup' => 'default',
  18557. 'source' => 'multi-line textfield',
  18558. 'version' => '6.38-dev',
  18559. ))
  18560. ->values(array(
  18561. 'lid' => '1108',
  18562. 'location' => '/?q=fr/admin/user/profile',
  18563. 'textgroup' => 'default',
  18564. 'source' => 'checkbox',
  18565. 'version' => '6.38-dev',
  18566. ))
  18567. ->values(array(
  18568. 'lid' => '1109',
  18569. 'location' => '/?q=fr/admin/user/profile',
  18570. 'textgroup' => 'default',
  18571. 'source' => 'list selection',
  18572. 'version' => '6.38-dev',
  18573. ))
  18574. ->values(array(
  18575. 'lid' => '1110',
  18576. 'location' => '/?q=fr/admin/user/profile',
  18577. 'textgroup' => 'default',
  18578. 'source' => 'freeform list',
  18579. 'version' => '6.38-dev',
  18580. ))
  18581. ->values(array(
  18582. 'lid' => '1111',
  18583. 'location' => '/?q=fr/admin/user/profile',
  18584. 'textgroup' => 'default',
  18585. 'source' => 'URL',
  18586. 'version' => '6.38-dev',
  18587. ))
  18588. ->values(array(
  18589. 'lid' => '1112',
  18590. 'location' => '/?q=fr/admin/user/profile',
  18591. 'textgroup' => 'default',
  18592. 'source' => 'date',
  18593. 'version' => '6.38-dev',
  18594. ))
  18595. ->values(array(
  18596. 'lid' => '1113',
  18597. 'location' => '/?q=fr/admin/user/profile',
  18598. 'textgroup' => 'default',
  18599. 'source' => 'No fields in this category. If this category remains empty when saved, it will be removed.',
  18600. 'version' => '6.38-dev',
  18601. ))
  18602. ->values(array(
  18603. 'lid' => '1114',
  18604. 'location' => '/?q=fr/admin/user/profile',
  18605. 'textgroup' => 'default',
  18606. 'source' => 'Title',
  18607. 'version' => '6.38-dev',
  18608. ))
  18609. ->values(array(
  18610. 'lid' => '1115',
  18611. 'location' => '/?q=fr/admin/user/profile',
  18612. 'textgroup' => 'default',
  18613. 'source' => 'Category',
  18614. 'version' => '6.38-dev',
  18615. ))
  18616. ->values(array(
  18617. 'lid' => '1116',
  18618. 'location' => '/?q=fr/admin/user/profile',
  18619. 'textgroup' => 'default',
  18620. 'source' => 'Delete field',
  18621. 'version' => '6.38-dev',
  18622. ))
  18623. ->values(array(
  18624. 'lid' => '1117',
  18625. 'location' => '/?q=fr/admin/user/profile',
  18626. 'textgroup' => 'default',
  18627. 'source' => 'Edit field',
  18628. 'version' => '6.38-dev',
  18629. ))
  18630. ->values(array(
  18631. 'lid' => '1118',
  18632. 'location' => '/?q=fr/admin/user/profile',
  18633. 'textgroup' => 'default',
  18634. 'source' => 'Profile category autocomplete',
  18635. 'version' => '6.38-dev',
  18636. ))
  18637. ->values(array(
  18638. 'lid' => '1119',
  18639. 'location' => '/?q=fr/admin/user/profile',
  18640. 'textgroup' => 'default',
  18641. 'source' => "This page displays a list of the existing custom profile fields to be displayed on a user's <em>My Account</em> page. To provide structure, similar or related fields may be placed inside a category. To add a new category (or edit an existing one), edit a profile field and provide a new category name. To change the category of a field or the order of fields within a category, grab a drag-and-drop handle under the Title 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 <em>Save configuration</em> button at the bottom of the page.",
  18642. 'version' => '6.38-dev',
  18643. ))
  18644. ->values(array(
  18645. 'lid' => '1120',
  18646. 'location' => '/?q=fr/admin/user/permissions',
  18647. 'textgroup' => 'default',
  18648. 'source' => 'Save permissions',
  18649. 'version' => '6.38-dev',
  18650. ))
  18651. ->values(array(
  18652. 'lid' => '1121',
  18653. 'location' => '/?q=fr/admin/user/permissions',
  18654. 'textgroup' => 'default',
  18655. 'source' => 'Permission',
  18656. 'version' => '6.38-dev',
  18657. ))
  18658. ->values(array(
  18659. 'lid' => '1122',
  18660. 'location' => '/?q=fr/admin/user/permissions',
  18661. 'textgroup' => 'default',
  18662. 'source' => 'Permissions let you control what users can do on your site. Each user role (defined on the <a href="@role">user roles page</a>) has its own set of permissions. For example, you could give users classified as "Administrators" permission to "administer nodes" but deny this power to ordinary, "authenticated" users. You can use permissions to reveal new features to privileged users (those with subscriptions, for example). Permissions also allow trusted users to share the administrative burden of running a busy site.',
  18663. 'version' => '6.38-dev',
  18664. ))
  18665. ->values(array(
  18666. 'lid' => '1123',
  18667. 'location' => '/?q=fr/admin/user/rules',
  18668. 'textgroup' => 'default',
  18669. 'source' => 'Access type',
  18670. 'version' => '6.38-dev',
  18671. ))
  18672. ->values(array(
  18673. 'lid' => '1124',
  18674. 'location' => '/?q=fr/admin/user/rules',
  18675. 'textgroup' => 'default',
  18676. 'source' => 'Rule type',
  18677. 'version' => '6.38-dev',
  18678. ))
  18679. ->values(array(
  18680. 'lid' => '1125',
  18681. 'location' => '/?q=fr/admin/user/rules',
  18682. 'textgroup' => 'default',
  18683. 'source' => 'Mask',
  18684. 'version' => '6.38-dev',
  18685. ))
  18686. ->values(array(
  18687. 'lid' => '1126',
  18688. 'location' => '/?q=fr/admin/user/rules',
  18689. 'textgroup' => 'default',
  18690. 'source' => 'username',
  18691. 'version' => '6.38-dev',
  18692. ))
  18693. ->values(array(
  18694. 'lid' => '1127',
  18695. 'location' => '/?q=fr/admin/user/rules',
  18696. 'textgroup' => 'default',
  18697. 'source' => 'e-mail',
  18698. 'version' => '6.38-dev',
  18699. ))
  18700. ->values(array(
  18701. 'lid' => '1128',
  18702. 'location' => '/?q=fr/admin/user/rules',
  18703. 'textgroup' => 'default',
  18704. 'source' => 'host',
  18705. 'version' => '6.38-dev',
  18706. ))
  18707. ->values(array(
  18708. 'lid' => '1129',
  18709. 'location' => '/?q=fr/admin/user/rules',
  18710. 'textgroup' => 'default',
  18711. 'source' => 'There are currently no access rules.',
  18712. 'version' => '6.38-dev',
  18713. ))
  18714. ->values(array(
  18715. 'lid' => '1130',
  18716. 'location' => '/?q=fr/admin/user/rules',
  18717. 'textgroup' => 'default',
  18718. 'source' => 'Delete rule',
  18719. 'version' => '6.38-dev',
  18720. ))
  18721. ->values(array(
  18722. 'lid' => '1131',
  18723. 'location' => '/?q=fr/admin/user/rules',
  18724. 'textgroup' => 'default',
  18725. 'source' => 'Edit rule',
  18726. 'version' => '6.38-dev',
  18727. ))
  18728. ->values(array(
  18729. 'lid' => '1132',
  18730. 'location' => '/?q=fr/admin/user/rules',
  18731. 'textgroup' => 'default',
  18732. 'source' => 'Add rule',
  18733. 'version' => '6.38-dev',
  18734. ))
  18735. ->values(array(
  18736. 'lid' => '1133',
  18737. 'location' => '/?q=fr/admin/user/rules',
  18738. 'textgroup' => 'default',
  18739. 'source' => 'Check rules',
  18740. 'version' => '6.38-dev',
  18741. ))
  18742. ->values(array(
  18743. 'lid' => '1134',
  18744. 'location' => '/?q=fr/admin/user/rules',
  18745. 'textgroup' => 'default',
  18746. 'source' => 'Set up username and e-mail address access rules for new <em>and</em> existing accounts (currently logged in accounts will not be logged out). If a username or e-mail address for an account matches any deny rule, but not an allow rule, then the account will not be allowed to be created or to log in. A host rule is effective for every page view, not just registrations.',
  18747. 'version' => '6.38-dev',
  18748. ))
  18749. ->values(array(
  18750. 'lid' => '1135',
  18751. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18752. 'textgroup' => 'default',
  18753. 'source' => 'edit %title',
  18754. 'version' => '6.38-dev',
  18755. ))
  18756. ->values(array(
  18757. 'lid' => '1136',
  18758. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18759. 'textgroup' => 'default',
  18760. 'source' => 'Field settings',
  18761. 'version' => '6.38-dev',
  18762. ))
  18763. ->values(array(
  18764. 'lid' => '1137',
  18765. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18766. 'textgroup' => 'default',
  18767. 'source' => 'The category the new field should be part of. Categories are used to group fields logically. An example category is "Personal information".',
  18768. 'version' => '6.38-dev',
  18769. ))
  18770. ->values(array(
  18771. 'lid' => '1138',
  18772. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18773. 'textgroup' => 'default',
  18774. 'source' => 'The title of the new field. The title will be shown to the user. An example title is "Favorite color".',
  18775. 'version' => '6.38-dev',
  18776. ))
  18777. ->values(array(
  18778. 'lid' => '1139',
  18779. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18780. 'textgroup' => 'default',
  18781. 'source' => 'Form name',
  18782. 'version' => '6.38-dev',
  18783. ))
  18784. ->values(array(
  18785. 'lid' => '1140',
  18786. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18787. 'textgroup' => 'default',
  18788. 'source' => "The name of the field. The form name is not shown to the user but used internally in the HTML code and URLs.\nUnless you know what you are doing, it is highly recommended that you prefix the form name with <code>profile_</code> to avoid name clashes with other fields. Spaces or any other special characters except dash (-) and underscore (_) are not allowed. An example name is \"profile_favorite_color\" or perhaps just \"profile_color\".",
  18789. 'version' => '6.38-dev',
  18790. ))
  18791. ->values(array(
  18792. 'lid' => '1141',
  18793. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18794. 'textgroup' => 'default',
  18795. 'source' => 'Explanation',
  18796. 'version' => '6.38-dev',
  18797. ))
  18798. ->values(array(
  18799. 'lid' => '1142',
  18800. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18801. 'textgroup' => 'default',
  18802. 'source' => 'An optional explanation to go with the new field. The explanation will be shown to the user.',
  18803. 'version' => '6.38-dev',
  18804. ))
  18805. ->values(array(
  18806. 'lid' => '1143',
  18807. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18808. 'textgroup' => 'default',
  18809. 'source' => 'Selection options',
  18810. 'version' => '6.38-dev',
  18811. ))
  18812. ->values(array(
  18813. 'lid' => '1144',
  18814. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18815. 'textgroup' => 'default',
  18816. 'source' => 'A list of all options. Put each option on a separate line. Example options are "red", "blue", "green", etc.',
  18817. 'version' => '6.38-dev',
  18818. ))
  18819. ->values(array(
  18820. 'lid' => '1145',
  18821. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18822. 'textgroup' => 'default',
  18823. 'source' => 'Visibility',
  18824. 'version' => '6.38-dev',
  18825. ))
  18826. ->values(array(
  18827. 'lid' => '1146',
  18828. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18829. 'textgroup' => 'default',
  18830. 'source' => 'Hidden profile field, only accessible by administrators, modules and themes.',
  18831. 'version' => '6.38-dev',
  18832. ))
  18833. ->values(array(
  18834. 'lid' => '1147',
  18835. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18836. 'textgroup' => 'default',
  18837. 'source' => 'Private field, content only available to privileged users.',
  18838. 'version' => '6.38-dev',
  18839. ))
  18840. ->values(array(
  18841. 'lid' => '1148',
  18842. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18843. 'textgroup' => 'default',
  18844. 'source' => 'Public field, content shown on profile page but not used on member list pages.',
  18845. 'version' => '6.38-dev',
  18846. ))
  18847. ->values(array(
  18848. 'lid' => '1149',
  18849. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18850. 'textgroup' => 'default',
  18851. 'source' => 'Public field, content shown on profile page and on member list pages.',
  18852. 'version' => '6.38-dev',
  18853. ))
  18854. ->values(array(
  18855. 'lid' => '1150',
  18856. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18857. 'textgroup' => 'default',
  18858. 'source' => 'Page title',
  18859. 'version' => '6.38-dev',
  18860. ))
  18861. ->values(array(
  18862. 'lid' => '1151',
  18863. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18864. 'textgroup' => 'default',
  18865. 'source' => 'To enable browsing this field by value, enter a title for the resulting page. The word <code>%value</code> will be substituted with the corresponding value. An example page title is "People whose favorite color is %value". This is only applicable for a public field.',
  18866. 'version' => '6.38-dev',
  18867. ))
  18868. ->values(array(
  18869. 'lid' => '1152',
  18870. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18871. 'textgroup' => 'default',
  18872. 'source' => 'The weights define the order in which the form fields are shown. Lighter fields "float up" towards the top of the category.',
  18873. 'version' => '6.38-dev',
  18874. ))
  18875. ->values(array(
  18876. 'lid' => '1153',
  18877. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18878. 'textgroup' => 'default',
  18879. 'source' => 'Form will auto-complete while user is typing.',
  18880. 'version' => '6.38-dev',
  18881. ))
  18882. ->values(array(
  18883. 'lid' => '1154',
  18884. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18885. 'textgroup' => 'default',
  18886. 'source' => 'For security, auto-complete will be disabled if the user does not have access to user profiles.',
  18887. 'version' => '6.38-dev',
  18888. ))
  18889. ->values(array(
  18890. 'lid' => '1155',
  18891. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18892. 'textgroup' => 'default',
  18893. 'source' => 'The user must enter a value.',
  18894. 'version' => '6.38-dev',
  18895. ))
  18896. ->values(array(
  18897. 'lid' => '1156',
  18898. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18899. 'textgroup' => 'default',
  18900. 'source' => 'Visible in user registration form.',
  18901. 'version' => '6.38-dev',
  18902. ))
  18903. ->values(array(
  18904. 'lid' => '1157',
  18905. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18906. 'textgroup' => 'default',
  18907. 'source' => 'Save field',
  18908. 'version' => '6.38-dev',
  18909. ))
  18910. ->values(array(
  18911. 'lid' => '1158',
  18912. 'location' => '/?q=fr/admin/user/profile/edit/11',
  18913. 'textgroup' => 'default',
  18914. 'source' => 'The specified form name contains one or more illegal characters. Spaces or any other special characters except dash (-) and underscore (_) are not allowed.',
  18915. 'version' => '6.38-dev',
  18916. ))
  18917. ->values(array(
  18918. 'lid' => '1159',
  18919. 'location' => '/?q=fr/admin/settings/language/configure',
  18920. 'textgroup' => 'default',
  18921. 'source' => 'None.',
  18922. 'version' => '6.38-dev',
  18923. ))
  18924. ->values(array(
  18925. 'lid' => '1160',
  18926. 'location' => '/?q=fr/admin/settings/language/configure',
  18927. 'textgroup' => 'default',
  18928. 'source' => 'Path prefix only.',
  18929. 'version' => '6.38-dev',
  18930. ))
  18931. ->values(array(
  18932. 'lid' => '1161',
  18933. 'location' => '/?q=fr/admin/settings/language/configure',
  18934. 'textgroup' => 'default',
  18935. 'source' => 'Path prefix with language fallback.',
  18936. 'version' => '6.38-dev',
  18937. ))
  18938. ->values(array(
  18939. 'lid' => '1162',
  18940. 'location' => '/?q=fr/admin/settings/language/configure',
  18941. 'textgroup' => 'default',
  18942. 'source' => 'Domain name only.',
  18943. 'version' => '6.38-dev',
  18944. ))
  18945. ->values(array(
  18946. 'lid' => '1163',
  18947. 'location' => '/?q=fr/admin/settings/language/configure',
  18948. 'textgroup' => 'default',
  18949. 'source' => "Select the mechanism used to determine your site's presentation language. <strong>Modifying this setting may break all incoming URLs and should be used with caution in a production environment.</strong>",
  18950. 'version' => '6.38-dev',
  18951. ))
  18952. ->values(array(
  18953. 'lid' => '1164',
  18954. 'location' => '/?q=fr/admin/settings/language/configure',
  18955. 'textgroup' => 'default',
  18956. 'source' => 'Save settings',
  18957. 'version' => '6.38-dev',
  18958. ))
  18959. ->values(array(
  18960. 'lid' => '1165',
  18961. 'location' => '/?q=fr/admin/settings/language/configure',
  18962. 'textgroup' => 'default',
  18963. 'source' => "Language negotiation settings determine the site's presentation language. Available options include:",
  18964. 'version' => '6.38-dev',
  18965. ))
  18966. ->values(array(
  18967. 'lid' => '1166',
  18968. 'location' => '/?q=fr/admin/settings/language/configure',
  18969. 'textgroup' => 'default',
  18970. 'source' => '<strong>None.</strong> The default language is used for site presentation, though users may (optionally) select a preferred language on the <em>My Account</em> page. (User language preferences will be used for site e-mails, if available.)',
  18971. 'version' => '6.38-dev',
  18972. ))
  18973. ->values(array(
  18974. 'lid' => '1167',
  18975. 'location' => '/?q=fr/admin/settings/language/configure',
  18976. 'textgroup' => 'default',
  18977. 'source' => '<strong>Path prefix only.</strong> The presentation language is determined by examining the path for a language code or other custom string that matches the path prefix (if any) specified for each language. If a suitable prefix is not identified, the default language is used. <em>Example: "example.com/de/contact" sets presentation language to German based on the use of "de" within the path.</em>',
  18978. 'version' => '6.38-dev',
  18979. ))
  18980. ->values(array(
  18981. 'lid' => '1168',
  18982. 'location' => '/?q=fr/admin/settings/language/configure',
  18983. 'textgroup' => 'default',
  18984. 'source' => "<strong>Path prefix with language fallback.</strong> The presentation language is determined by examining the path for a language code or other custom string that matches the path prefix (if any) specified for each language. If a suitable prefix is not identified, the display language is determined by the user's language preferences from the <em>My Account</em> page, or by the browser's language settings. If a presentation language cannot be determined, the default language is used.",
  18985. 'version' => '6.38-dev',
  18986. ))
  18987. ->values(array(
  18988. 'lid' => '1169',
  18989. 'location' => '/?q=fr/admin/settings/language/configure',
  18990. 'textgroup' => 'default',
  18991. 'source' => '<strong>Domain name only.</strong> The presentation language is determined by examining the domain used to access the site, and comparing it to the language domain (if any) specified for each language. If a match is not identified, the default language is used. <em>Example: "http://de.example.com/contact" sets presentation language to German based on the use of "http://de.example.com" in the domain.</em>',
  18992. 'version' => '6.38-dev',
  18993. ))
  18994. ->values(array(
  18995. 'lid' => '1170',
  18996. 'location' => '/?q=fr/admin/settings/language/configure',
  18997. 'textgroup' => 'default',
  18998. 'source' => 'The path prefix or domain name for a language may be set by editing the <a href="@languages">available languages</a>. In the absence of an appropriate match, the site is displayed in the <a href="@languages">default language</a>.',
  18999. 'version' => '6.38-dev',
  19000. ))
  19001. ->values(array(
  19002. 'lid' => '1171',
  19003. 'location' => '/?q=fr/admin/settings/language/configure/strings',
  19004. 'textgroup' => 'default',
  19005. 'source' => 'Translatable input formats',
  19006. 'version' => '6.38-dev',
  19007. ))
  19008. ->values(array(
  19009. 'lid' => '1172',
  19010. 'location' => '/?q=fr/admin/settings/language/configure/strings',
  19011. 'textgroup' => 'default',
  19012. 'source' => 'Only the strings that have the input formats selected will be allowed by the translation system. All the others will be deleted next time the strings are refreshed.',
  19013. 'version' => '6.38-dev',
  19014. ))
  19015. ->values(array(
  19016. 'lid' => '1173',
  19017. 'location' => '/?q=fr/admin/settings/language/configure/strings',
  19018. 'textgroup' => 'default',
  19019. 'source' => 'Built-in interface',
  19020. 'version' => '6.38-dev',
  19021. ))
  19022. ->values(array(
  19023. 'lid' => '1174',
  19024. 'location' => '/?q=fr/admin/settings/language/configure/strings',
  19025. 'textgroup' => 'default',
  19026. 'source' => 'Blocks',
  19027. 'version' => '6.38-dev',
  19028. ))
  19029. ->values(array(
  19030. 'lid' => '1175',
  19031. 'location' => '/?q=fr/admin/settings/language/configure/strings',
  19032. 'textgroup' => 'default',
  19033. 'source' => 'Menu',
  19034. 'version' => '6.38-dev',
  19035. ))
  19036. ->values(array(
  19037. 'lid' => '1176',
  19038. 'location' => '/?q=fr/admin/settings/language/configure/strings',
  19039. 'textgroup' => 'default',
  19040. 'source' => 'Profile',
  19041. 'version' => '6.38-dev',
  19042. ))
  19043. ->values(array(
  19044. 'lid' => '1177',
  19045. 'location' => '/?q=fr/admin/settings/language/configure/strings',
  19046. 'textgroup' => 'default',
  19047. 'source' => 'When translating user defined strings that have an Input format associated, translators will be able to edit the text before it is filtered which may be a security risk for some filters. An obvious example is when using the PHP filter but other filters may also be dangerous.',
  19048. 'version' => '6.38-dev',
  19049. ))
  19050. ->values(array(
  19051. 'lid' => '1178',
  19052. 'location' => '/?q=fr/admin/settings/language/configure/strings',
  19053. 'textgroup' => 'default',
  19054. 'source' => "As a general rule <strong>do not allow any filtered text to be translated unless the translators already have access to that Input format</strong>. However if you are doing all your translations through this site's translation UI or the Localization client, and never importing translations for other textgroups than <i>default</i>, filter access will be checked for translators on every translation page.",
  19055. 'version' => '6.38-dev',
  19056. ))
  19057. ->values(array(
  19058. 'lid' => '1179',
  19059. 'location' => '/?q=fr/admin/settings/language/configure/strings',
  19060. 'textgroup' => 'default',
  19061. 'source' => '<strong>Important:</strong> After disallowing some Input format, use the <a href="@refresh-strings">refresh strings</a> page so forbidden strings are deleted and not allowed anymore for translators.',
  19062. 'version' => '6.38-dev',
  19063. ))
  19064. ->values(array(
  19065. 'lid' => '1180',
  19066. 'location' => '/?q=fr/admin/settings/language/i18n',
  19067. 'textgroup' => 'default',
  19068. 'source' => 'Content selection',
  19069. 'version' => '6.38-dev',
  19070. ))
  19071. ->values(array(
  19072. 'lid' => '1181',
  19073. 'location' => '/?q=fr/admin/settings/language/i18n',
  19074. 'textgroup' => 'default',
  19075. 'source' => 'Content selection mode',
  19076. 'version' => '6.38-dev',
  19077. ))
  19078. ->values(array(
  19079. 'lid' => '1182',
  19080. 'location' => '/?q=fr/admin/settings/language/i18n',
  19081. 'textgroup' => 'default',
  19082. 'source' => 'Current language and language neutral.',
  19083. 'version' => '6.38-dev',
  19084. ))
  19085. ->values(array(
  19086. 'lid' => '1183',
  19087. 'location' => '/?q=fr/admin/settings/language/i18n',
  19088. 'textgroup' => 'default',
  19089. 'source' => 'Mixed current language (if available) or default language (if not) and language neutral.',
  19090. 'version' => '6.38-dev',
  19091. ))
  19092. ->values(array(
  19093. 'lid' => '1184',
  19094. 'location' => '/?q=fr/admin/settings/language/i18n',
  19095. 'textgroup' => 'default',
  19096. 'source' => 'Only default language and language neutral.',
  19097. 'version' => '6.38-dev',
  19098. ))
  19099. ->values(array(
  19100. 'lid' => '1185',
  19101. 'location' => '/?q=fr/admin/settings/language/i18n',
  19102. 'textgroup' => 'default',
  19103. 'source' => 'Only current language.',
  19104. 'version' => '6.38-dev',
  19105. ))
  19106. ->values(array(
  19107. 'lid' => '1186',
  19108. 'location' => '/?q=fr/admin/settings/language/i18n',
  19109. 'textgroup' => 'default',
  19110. 'source' => 'All content. No language conditions apply.',
  19111. 'version' => '6.38-dev',
  19112. ))
  19113. ->values(array(
  19114. 'lid' => '1187',
  19115. 'location' => '/?q=fr/admin/settings/language/i18n',
  19116. 'textgroup' => 'default',
  19117. 'source' => 'Determines which content to show depending on the current page language and the default language of the site.',
  19118. 'version' => '6.38-dev',
  19119. ))
  19120. ->values(array(
  19121. 'lid' => '1188',
  19122. 'location' => '/?q=fr/admin/settings/language/i18n',
  19123. 'textgroup' => 'default',
  19124. 'source' => 'Content translation links',
  19125. 'version' => '6.38-dev',
  19126. ))
  19127. ->values(array(
  19128. 'lid' => '1189',
  19129. 'location' => '/?q=fr/admin/settings/language/i18n',
  19130. 'textgroup' => 'default',
  19131. 'source' => 'Hide content translation links',
  19132. 'version' => '6.38-dev',
  19133. ))
  19134. ->values(array(
  19135. 'lid' => '1190',
  19136. 'location' => '/?q=fr/admin/settings/language/i18n',
  19137. 'textgroup' => 'default',
  19138. 'source' => 'Hide the links to translations in content body and teasers. If you choose this option, switching language will only be available from the language switcher block.',
  19139. 'version' => '6.38-dev',
  19140. ))
  19141. ->values(array(
  19142. 'lid' => '1191',
  19143. 'location' => '/?q=fr/admin/settings/language/i18n',
  19144. 'textgroup' => 'default',
  19145. 'source' => 'Switch interface for translating',
  19146. 'version' => '6.38-dev',
  19147. ))
  19148. ->values(array(
  19149. 'lid' => '1192',
  19150. 'location' => '/?q=fr/admin/settings/language/i18n',
  19151. 'textgroup' => 'default',
  19152. 'source' => 'Switch interface language to fit node language when creating or editing a translation. If not checked the interface language will be independent from node language.',
  19153. 'version' => '6.38-dev',
  19154. ))
  19155. ->values(array(
  19156. 'lid' => '1193',
  19157. 'location' => '/?q=fr/admin/settings/language/i18n',
  19158. 'textgroup' => 'default',
  19159. 'source' => 'To set up multilingual options for vocabularies go to <a href="@configure_taxonomy">Taxonomy configuration page</a>.',
  19160. 'version' => '6.38-dev',
  19161. ))
  19162. ->values(array(
  19163. 'lid' => '1194',
  19164. 'location' => '/?q=fr/admin/settings/language/i18n',
  19165. 'textgroup' => 'default',
  19166. 'source' => 'To enable multilingual support for specific content types go to <a href="@configure_content_types">configure content types</a>.',
  19167. 'version' => '6.38-dev',
  19168. ))
  19169. ->values(array(
  19170. 'lid' => '1195',
  19171. 'location' => '/?q=fr/admin',
  19172. 'textgroup' => 'default',
  19173. 'source' => 'Drupal',
  19174. 'version' => '6.38-dev',
  19175. ))
  19176. ->values(array(
  19177. 'lid' => '1196',
  19178. 'location' => '/?q=fr/admin',
  19179. 'textgroup' => 'default',
  19180. 'source' => 'Web server',
  19181. 'version' => '6.38-dev',
  19182. ))
  19183. ->values(array(
  19184. 'lid' => '1197',
  19185. 'location' => '/?q=fr/admin',
  19186. 'textgroup' => 'default',
  19187. 'source' => 'PHP',
  19188. 'version' => '6.38-dev',
  19189. ))
  19190. ->values(array(
  19191. 'lid' => '1198',
  19192. 'location' => '/?q=fr/admin',
  19193. 'textgroup' => 'default',
  19194. 'source' => 'PHP register globals',
  19195. 'version' => '6.38-dev',
  19196. ))
  19197. ->values(array(
  19198. 'lid' => '1199',
  19199. 'location' => '/?q=fr/admin',
  19200. 'textgroup' => 'default',
  19201. 'source' => 'PHP memory limit',
  19202. 'version' => '6.38-dev',
  19203. ))
  19204. ->values(array(
  19205. 'lid' => '1200',
  19206. 'location' => '/?q=fr/admin',
  19207. 'textgroup' => 'default',
  19208. 'source' => 'MySQL database',
  19209. 'version' => '6.38-dev',
  19210. ))
  19211. ->values(array(
  19212. 'lid' => '1201',
  19213. 'location' => '/?q=fr/admin',
  19214. 'textgroup' => 'default',
  19215. 'source' => 'Protected',
  19216. 'version' => '6.38-dev',
  19217. ))
  19218. ->values(array(
  19219. 'lid' => '1202',
  19220. 'location' => '/?q=fr/admin',
  19221. 'textgroup' => 'default',
  19222. 'source' => 'Configuration file',
  19223. 'version' => '6.38-dev',
  19224. ))
  19225. ->values(array(
  19226. 'lid' => '1203',
  19227. 'location' => '/?q=fr/admin',
  19228. 'textgroup' => 'default',
  19229. 'source' => 'Files directory',
  19230. 'version' => '6.38-dev',
  19231. ))
  19232. ->values(array(
  19233. 'lid' => '1204',
  19234. 'location' => '/?q=fr/admin',
  19235. 'textgroup' => 'default',
  19236. 'source' => 'Temporary files directory',
  19237. 'version' => '6.38-dev',
  19238. ))
  19239. ->values(array(
  19240. 'lid' => '1205',
  19241. 'location' => '/?q=fr/admin',
  19242. 'textgroup' => 'default',
  19243. 'source' => 'Not fully protected',
  19244. 'version' => '6.38-dev',
  19245. ))
  19246. ->values(array(
  19247. 'lid' => '1206',
  19248. 'location' => '/?q=fr/admin',
  19249. 'textgroup' => 'default',
  19250. 'source' => 'See <a href="@url">@url</a> for information about the recommended .htaccess file which should be added to the %directory directory to help protect against arbitrary code execution.',
  19251. 'version' => '6.38-dev',
  19252. ))
  19253. ->values(array(
  19254. 'lid' => '1207',
  19255. 'location' => '/?q=fr/admin',
  19256. 'textgroup' => 'default',
  19257. 'source' => 'For more information, see the online handbook entry for <a href="@cron-handbook">configuring cron jobs</a>.',
  19258. 'version' => '6.38-dev',
  19259. ))
  19260. ->values(array(
  19261. 'lid' => '1208',
  19262. 'location' => '/?q=fr/admin',
  19263. 'textgroup' => 'default',
  19264. 'source' => 'Never run',
  19265. 'version' => '6.38-dev',
  19266. ))
  19267. ->values(array(
  19268. 'lid' => '1209',
  19269. 'location' => '/?q=fr/admin',
  19270. 'textgroup' => 'default',
  19271. 'source' => 'Cron has not run.',
  19272. 'version' => '6.38-dev',
  19273. ))
  19274. ->values(array(
  19275. 'lid' => '1210',
  19276. 'location' => '/?q=fr/admin',
  19277. 'textgroup' => 'default',
  19278. 'source' => 'Cron maintenance tasks',
  19279. 'version' => '6.38-dev',
  19280. ))
  19281. ->values(array(
  19282. 'lid' => '1211',
  19283. 'location' => '/?q=fr/admin',
  19284. 'textgroup' => 'default',
  19285. 'source' => 'You can <a href="@cron">run cron manually</a>.',
  19286. 'version' => '6.38-dev',
  19287. ))
  19288. ->values(array(
  19289. 'lid' => '1212',
  19290. 'location' => '/?q=fr/admin',
  19291. 'textgroup' => 'default',
  19292. 'source' => 'Not writable',
  19293. 'version' => '6.38-dev',
  19294. ))
  19295. ->values(array(
  19296. 'lid' => '1213',
  19297. 'location' => '/?q=fr/admin',
  19298. 'textgroup' => 'default',
  19299. 'source' => "You may need to set the correct directory at the <a href=\"@admin-file-system\">file system settings page</a> or change the current directory's permissions so that it is writable.",
  19300. 'version' => '6.38-dev',
  19301. ))
  19302. ->values(array(
  19303. 'lid' => '1214',
  19304. 'location' => '/?q=fr/admin',
  19305. 'textgroup' => 'default',
  19306. 'source' => 'Database updates',
  19307. 'version' => '6.38-dev',
  19308. ))
  19309. ->values(array(
  19310. 'lid' => '1215',
  19311. 'location' => '/?q=fr/admin',
  19312. 'textgroup' => 'default',
  19313. 'source' => 'Up to date',
  19314. 'version' => '6.38-dev',
  19315. ))
  19316. ->values(array(
  19317. 'lid' => '1216',
  19318. 'location' => '/?q=fr/admin',
  19319. 'textgroup' => 'default',
  19320. 'source' => 'Access to update.php',
  19321. 'version' => '6.38-dev',
  19322. ))
  19323. ->values(array(
  19324. 'lid' => '1217',
  19325. 'location' => '/?q=fr/admin',
  19326. 'textgroup' => 'default',
  19327. 'source' => 'Standard PHP',
  19328. 'version' => '6.38-dev',
  19329. ))
  19330. ->values(array(
  19331. 'lid' => '1218',
  19332. 'location' => '/?q=fr/admin',
  19333. 'textgroup' => 'default',
  19334. 'source' => 'PHP Mbstring Extension',
  19335. 'version' => '6.38-dev',
  19336. ))
  19337. ->values(array(
  19338. 'lid' => '1219',
  19339. 'location' => '/?q=fr/admin',
  19340. 'textgroup' => 'default',
  19341. 'source' => 'Error',
  19342. 'version' => '6.38-dev',
  19343. ))
  19344. ->values(array(
  19345. 'lid' => '1220',
  19346. 'location' => '/?q=fr/admin',
  19347. 'textgroup' => 'default',
  19348. 'source' => 'Unicode library',
  19349. 'version' => '6.38-dev',
  19350. ))
  19351. ->values(array(
  19352. 'lid' => '1221',
  19353. 'location' => '/?q=fr/admin',
  19354. 'textgroup' => 'default',
  19355. 'source' => 'Not enabled',
  19356. 'version' => '6.38-dev',
  19357. ))
  19358. ->values(array(
  19359. 'lid' => '1222',
  19360. 'location' => '/?q=fr/admin',
  19361. 'textgroup' => 'default',
  19362. 'source' => 'Update notifications are not enabled. It is <strong>highly recommended</strong> that you enable the update status module from the <a href="@module">module administration page</a> in order to stay up-to-date on new releases. For more information please read the <a href="@update">Update status handbook page</a>.',
  19363. 'version' => '6.38-dev',
  19364. ))
  19365. ->values(array(
  19366. 'lid' => '1223',
  19367. 'location' => '/?q=fr/admin',
  19368. 'textgroup' => 'default',
  19369. 'source' => 'Update notifications',
  19370. 'version' => '6.38-dev',
  19371. ))
  19372. ->values(array(
  19373. 'lid' => '1224',
  19374. 'location' => '/?q=fr/admin',
  19375. 'textgroup' => 'default',
  19376. 'source' => 'set the site timezone name',
  19377. 'version' => '6.38-dev',
  19378. ))
  19379. ->values(array(
  19380. 'lid' => '1225',
  19381. 'location' => '/?q=fr/admin',
  19382. 'textgroup' => 'default',
  19383. 'source' => 'The Date Timezone module requires you to !link.',
  19384. 'version' => '6.38-dev',
  19385. ))
  19386. ->values(array(
  19387. 'lid' => '1226',
  19388. 'location' => '/?q=fr/admin',
  19389. 'textgroup' => 'default',
  19390. 'source' => 'Date Timezone requirements',
  19391. 'version' => '6.38-dev',
  19392. ))
  19393. ->values(array(
  19394. 'lid' => '1227',
  19395. 'location' => '/?q=fr/admin',
  19396. 'textgroup' => 'default',
  19397. 'source' => 'MySQL database for event module',
  19398. 'version' => '6.38-dev',
  19399. ))
  19400. ->values(array(
  19401. 'lid' => '1228',
  19402. 'location' => '/?q=fr/admin',
  19403. 'textgroup' => 'default',
  19404. 'source' => 'Your server is capable of displaying file upload progress, but does not have the required libraries. It is recommended to install the <a href="http://pecl.php.net/package/uploadprogress">PECL uploadprogress library</a> (preferred) or to install <a href="http://us2.php.net/apc">APC</a>.',
  19405. 'version' => '6.38-dev',
  19406. ))
  19407. ->values(array(
  19408. 'lid' => '1229',
  19409. 'location' => '/?q=fr/admin',
  19410. 'textgroup' => 'default',
  19411. 'source' => 'Upload progress',
  19412. 'version' => '6.38-dev',
  19413. ))
  19414. ->values(array(
  19415. 'lid' => '1230',
  19416. 'location' => '/?q=fr/admin',
  19417. 'textgroup' => 'default',
  19418. 'source' => 'ImageAPI Toolkit',
  19419. 'version' => '6.38-dev',
  19420. ))
  19421. ->values(array(
  19422. 'lid' => '1231',
  19423. 'location' => '/?q=fr/admin',
  19424. 'textgroup' => 'default',
  19425. 'source' => 'No ImageAPI toolkits available',
  19426. 'version' => '6.38-dev',
  19427. ))
  19428. ->values(array(
  19429. 'lid' => '1232',
  19430. 'location' => '/?q=fr/admin',
  19431. 'textgroup' => 'default',
  19432. 'source' => 'ImageAPI requires a Toolkit such as ImageAPI GD or ImageAPI ImageMagick to function. Go to !modules and enable one of them.',
  19433. 'version' => '6.38-dev',
  19434. ))
  19435. ->values(array(
  19436. 'lid' => '1233',
  19437. 'location' => '/?q=fr/admin',
  19438. 'textgroup' => 'default',
  19439. 'source' => 'ImageCache Directory',
  19440. 'version' => '6.38-dev',
  19441. ))
  19442. ->values(array(
  19443. 'lid' => '1234',
  19444. 'location' => '/?q=fr/admin',
  19445. 'textgroup' => 'default',
  19446. 'source' => '%p is not a directory or is not readable by the webserver.',
  19447. 'version' => '6.38-dev',
  19448. ))
  19449. ->values(array(
  19450. 'lid' => '1235',
  19451. 'location' => '/?q=fr/admin',
  19452. 'textgroup' => 'default',
  19453. 'source' => 'One or more problems were detected with your Drupal installation. Check the <a href="@status">status report</a> for more information.',
  19454. 'version' => '6.38-dev',
  19455. ))
  19456. ->values(array(
  19457. 'lid' => '1236',
  19458. 'location' => '/?q=fr/admin',
  19459. 'textgroup' => 'default',
  19460. 'source' => 'Comments',
  19461. 'version' => '6.38-dev',
  19462. ))
  19463. ->values(array(
  19464. 'lid' => '1237',
  19465. 'location' => '/?q=fr/admin',
  19466. 'textgroup' => 'default',
  19467. 'source' => 'List and edit site comments and the comment moderation queue.',
  19468. 'version' => '6.38-dev',
  19469. ))
  19470. ->values(array(
  19471. 'lid' => '1238',
  19472. 'location' => '/?q=fr/admin',
  19473. 'textgroup' => 'default',
  19474. 'source' => "View, edit, and delete your site's content.",
  19475. 'version' => '6.38-dev',
  19476. ))
  19477. ->values(array(
  19478. 'lid' => '1239',
  19479. 'location' => '/?q=fr/admin',
  19480. 'textgroup' => 'default',
  19481. 'source' => 'Manage posts by content type, including default status, front page promotion, etc.',
  19482. 'version' => '6.38-dev',
  19483. ))
  19484. ->values(array(
  19485. 'lid' => '1240',
  19486. 'location' => '/?q=fr/admin',
  19487. 'textgroup' => 'default',
  19488. 'source' => 'Post settings',
  19489. 'version' => '6.38-dev',
  19490. ))
  19491. ->values(array(
  19492. 'lid' => '1241',
  19493. 'location' => '/?q=fr/admin',
  19494. 'textgroup' => 'default',
  19495. 'source' => 'Control posting behavior, such as teaser length, requiring previews before posting, and the number of posts on the front page.',
  19496. 'version' => '6.38-dev',
  19497. ))
  19498. ->values(array(
  19499. 'lid' => '1242',
  19500. 'location' => '/?q=fr/admin',
  19501. 'textgroup' => 'default',
  19502. 'source' => 'RSS publishing',
  19503. 'version' => '6.38-dev',
  19504. ))
  19505. ->values(array(
  19506. 'lid' => '1243',
  19507. 'location' => '/?q=fr/admin',
  19508. 'textgroup' => 'default',
  19509. 'source' => 'Configure the number of items per feed and whether feeds should be titles/teasers/full-text.',
  19510. 'version' => '6.38-dev',
  19511. ))
  19512. ->values(array(
  19513. 'lid' => '1244',
  19514. 'location' => '/?q=fr/admin',
  19515. 'textgroup' => 'default',
  19516. 'source' => 'Manage tagging, categorization, and classification of your content.',
  19517. 'version' => '6.38-dev',
  19518. ))
  19519. ->values(array(
  19520. 'lid' => '1245',
  19521. 'location' => '/?q=fr/admin',
  19522. 'textgroup' => 'default',
  19523. 'source' => "Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized.",
  19524. 'version' => '6.38-dev',
  19525. ))
  19526. ->values(array(
  19527. 'lid' => '1246',
  19528. 'location' => '/?q=fr/admin',
  19529. 'textgroup' => 'default',
  19530. 'source' => "Manage your site's book outlines.",
  19531. 'version' => '6.38-dev',
  19532. ))
  19533. ->values(array(
  19534. 'lid' => '1247',
  19535. 'location' => '/?q=fr/admin',
  19536. 'textgroup' => 'default',
  19537. 'source' => 'Status report',
  19538. 'version' => '6.38-dev',
  19539. ))
  19540. ->values(array(
  19541. 'lid' => '1248',
  19542. 'location' => '/?q=fr/admin',
  19543. 'textgroup' => 'default',
  19544. 'source' => "Get a status report about your site's operation and any detected problems.",
  19545. 'version' => '6.38-dev',
  19546. ))
  19547. ->values(array(
  19548. 'lid' => '1249',
  19549. 'location' => '/?q=fr/admin',
  19550. 'textgroup' => 'default',
  19551. 'source' => "Configure what block content appears in your site's sidebars and other regions.",
  19552. 'version' => '6.38-dev',
  19553. ))
  19554. ->values(array(
  19555. 'lid' => '1250',
  19556. 'location' => '/?q=fr/admin',
  19557. 'textgroup' => 'default',
  19558. 'source' => 'Contact form',
  19559. 'version' => '6.38-dev',
  19560. ))
  19561. ->values(array(
  19562. 'lid' => '1251',
  19563. 'location' => '/?q=fr/admin',
  19564. 'textgroup' => 'default',
  19565. 'source' => 'Create a system contact form and set up categories for the form to use.',
  19566. 'version' => '6.38-dev',
  19567. ))
  19568. ->values(array(
  19569. 'lid' => '1252',
  19570. 'location' => '/?q=fr/admin',
  19571. 'textgroup' => 'default',
  19572. 'source' => 'Menus',
  19573. 'version' => '6.38-dev',
  19574. ))
  19575. ->values(array(
  19576. 'lid' => '1253',
  19577. 'location' => '/?q=fr/admin',
  19578. 'textgroup' => 'default',
  19579. 'source' => "Control your site's navigation menu, primary links and secondary links, as well as rename and reorganize menu items.",
  19580. 'version' => '6.38-dev',
  19581. ))
  19582. ->values(array(
  19583. 'lid' => '1254',
  19584. 'location' => '/?q=fr/admin',
  19585. 'textgroup' => 'default',
  19586. 'source' => 'Modules',
  19587. 'version' => '6.38-dev',
  19588. ))
  19589. ->values(array(
  19590. 'lid' => '1255',
  19591. 'location' => '/?q=fr/admin',
  19592. 'textgroup' => 'default',
  19593. 'source' => 'Enable or disable add-on modules for your site.',
  19594. 'version' => '6.38-dev',
  19595. ))
  19596. ->values(array(
  19597. 'lid' => '1256',
  19598. 'location' => '/?q=fr/admin',
  19599. 'textgroup' => 'default',
  19600. 'source' => 'Themes',
  19601. 'version' => '6.38-dev',
  19602. ))
  19603. ->values(array(
  19604. 'lid' => '1257',
  19605. 'location' => '/?q=fr/admin',
  19606. 'textgroup' => 'default',
  19607. 'source' => 'Change which theme your site uses or allows users to set.',
  19608. 'version' => '6.38-dev',
  19609. ))
  19610. ->values(array(
  19611. 'lid' => '1258',
  19612. 'location' => '/?q=fr/admin',
  19613. 'textgroup' => 'default',
  19614. 'source' => 'URL aliases',
  19615. 'version' => '6.38-dev',
  19616. ))
  19617. ->values(array(
  19618. 'lid' => '1259',
  19619. 'location' => '/?q=fr/admin',
  19620. 'textgroup' => 'default',
  19621. 'source' => "Change your site's URL paths by aliasing them.",
  19622. 'version' => '6.38-dev',
  19623. ))
  19624. ->values(array(
  19625. 'lid' => '1260',
  19626. 'location' => '/?q=fr/admin',
  19627. 'textgroup' => 'default',
  19628. 'source' => 'Translate interface',
  19629. 'version' => '6.38-dev',
  19630. ))
  19631. ->values(array(
  19632. 'lid' => '1261',
  19633. 'location' => '/?q=fr/admin',
  19634. 'textgroup' => 'default',
  19635. 'source' => 'Translate the built in interface and optionally other text.',
  19636. 'version' => '6.38-dev',
  19637. ))
  19638. ->values(array(
  19639. 'lid' => '1262',
  19640. 'location' => '/?q=fr/admin',
  19641. 'textgroup' => 'default',
  19642. 'source' => 'Hide descriptions',
  19643. 'version' => '6.38-dev',
  19644. ))
  19645. ->values(array(
  19646. 'lid' => '1263',
  19647. 'location' => '/?q=fr/admin',
  19648. 'textgroup' => 'default',
  19649. 'source' => 'Compress layout by hiding descriptions.',
  19650. 'version' => '6.38-dev',
  19651. ))
  19652. ->values(array(
  19653. 'lid' => '1264',
  19654. 'location' => '/?q=fr/admin',
  19655. 'textgroup' => 'default',
  19656. 'source' => 'By task',
  19657. 'version' => '6.38-dev',
  19658. ))
  19659. ->values(array(
  19660. 'lid' => '1265',
  19661. 'location' => '/?q=fr/admin',
  19662. 'textgroup' => 'default',
  19663. 'source' => 'By module',
  19664. 'version' => '6.38-dev',
  19665. ))
  19666. ->values(array(
  19667. 'lid' => '1266',
  19668. 'location' => '/?q=fr/admin',
  19669. 'textgroup' => 'default',
  19670. 'source' => 'Welcome to the administration section. Here you may control how your site functions.',
  19671. 'version' => '6.38-dev',
  19672. ))
  19673. ->values(array(
  19674. 'lid' => '1267',
  19675. 'location' => '/?q=fr/admin/by-module',
  19676. 'textgroup' => 'default',
  19677. 'source' => 'Configure permissions',
  19678. 'version' => '6.38-dev',
  19679. ))
  19680. ->values(array(
  19681. 'lid' => '1268',
  19682. 'location' => '/?q=fr/admin/by-module',
  19683. 'textgroup' => 'default',
  19684. 'source' => 'Store a date in the database as an ISO date, recommended for historical or partial dates.',
  19685. 'version' => '6.38-dev',
  19686. ))
  19687. ->values(array(
  19688. 'lid' => '1269',
  19689. 'location' => '/?q=fr/admin/by-module',
  19690. 'textgroup' => 'default',
  19691. 'source' => 'Store a date in the database as a timestamp, deprecated format to suppport legacy data.',
  19692. 'version' => '6.38-dev',
  19693. ))
  19694. ->values(array(
  19695. 'lid' => '1270',
  19696. 'location' => '/?q=fr/admin/by-module',
  19697. 'textgroup' => 'default',
  19698. 'source' => 'Store a date in the database as a datetime field, recommended for complete dates and times that may need timezone conversion.',
  19699. 'version' => '6.38-dev',
  19700. ))
  19701. ->values(array(
  19702. 'lid' => '1271',
  19703. 'location' => '/?q=fr/admin/by-module',
  19704. 'textgroup' => 'default',
  19705. 'source' => 'File',
  19706. 'version' => '6.38-dev',
  19707. ))
  19708. ->values(array(
  19709. 'lid' => '1272',
  19710. 'location' => '/?q=fr/admin/by-module',
  19711. 'textgroup' => 'default',
  19712. 'source' => 'Store an arbitrary file.',
  19713. 'version' => '6.38-dev',
  19714. ))
  19715. ->values(array(
  19716. 'lid' => '1273',
  19717. 'location' => '/?q=fr/admin/by-module',
  19718. 'textgroup' => 'default',
  19719. 'source' => 'Link',
  19720. 'version' => '6.38-dev',
  19721. ))
  19722. ->values(array(
  19723. 'lid' => '1274',
  19724. 'location' => '/?q=fr/admin/by-module',
  19725. 'textgroup' => 'default',
  19726. 'source' => 'Store a title, href, and attributes in the database to assemble a link.',
  19727. 'version' => '6.38-dev',
  19728. ))
  19729. ->values(array(
  19730. 'lid' => '1275',
  19731. 'location' => '/?q=fr/admin/by-module',
  19732. 'textgroup' => 'default',
  19733. 'source' => 'Phone Numbers - France',
  19734. 'version' => '6.38-dev',
  19735. ))
  19736. ->values(array(
  19737. 'lid' => '1276',
  19738. 'location' => '/?q=fr/admin/by-module',
  19739. 'textgroup' => 'default',
  19740. 'source' => 'Phone Numbers - Belgium',
  19741. 'version' => '6.38-dev',
  19742. ))
  19743. ->values(array(
  19744. 'lid' => '1277',
  19745. 'location' => '/?q=fr/admin/by-module',
  19746. 'textgroup' => 'default',
  19747. 'source' => 'Phone Numbers - Italy',
  19748. 'version' => '6.38-dev',
  19749. ))
  19750. ->values(array(
  19751. 'lid' => '1278',
  19752. 'location' => '/?q=fr/admin/by-module',
  19753. 'textgroup' => 'default',
  19754. 'source' => 'Phone Numbers - Greece',
  19755. 'version' => '6.38-dev',
  19756. ))
  19757. ->values(array(
  19758. 'lid' => '1279',
  19759. 'location' => '/?q=fr/admin/by-module',
  19760. 'textgroup' => 'default',
  19761. 'source' => 'Phone Numbers - Switzerland',
  19762. 'version' => '6.38-dev',
  19763. ))
  19764. ->values(array(
  19765. 'lid' => '1280',
  19766. 'location' => '/?q=fr/admin/by-module',
  19767. 'textgroup' => 'default',
  19768. 'source' => 'Phone Numbers - US & Canada',
  19769. 'version' => '6.38-dev',
  19770. ))
  19771. ->values(array(
  19772. 'lid' => '1281',
  19773. 'location' => '/?q=fr/admin/by-module',
  19774. 'textgroup' => 'default',
  19775. 'source' => 'Phone Numbers - Costa Rica',
  19776. 'version' => '6.38-dev',
  19777. ))
  19778. ->values(array(
  19779. 'lid' => '1282',
  19780. 'location' => '/?q=fr/admin/by-module',
  19781. 'textgroup' => 'default',
  19782. 'source' => 'Phone Numbers - Panama',
  19783. 'version' => '6.38-dev',
  19784. ))
  19785. ->values(array(
  19786. 'lid' => '1283',
  19787. 'location' => '/?q=fr/admin/by-module',
  19788. 'textgroup' => 'default',
  19789. 'source' => 'Phone Numbers - Great Britain - United Kingdom',
  19790. 'version' => '6.38-dev',
  19791. ))
  19792. ->values(array(
  19793. 'lid' => '1284',
  19794. 'location' => '/?q=fr/admin/by-module',
  19795. 'textgroup' => 'default',
  19796. 'source' => 'Phone Numbers - Russia',
  19797. 'version' => '6.38-dev',
  19798. ))
  19799. ->values(array(
  19800. 'lid' => '1285',
  19801. 'location' => '/?q=fr/admin/by-module',
  19802. 'textgroup' => 'default',
  19803. 'source' => 'Phone Numbers - Ukraine - in Kiev',
  19804. 'version' => '6.38-dev',
  19805. ))
  19806. ->values(array(
  19807. 'lid' => '1286',
  19808. 'location' => '/?q=fr/admin/by-module',
  19809. 'textgroup' => 'default',
  19810. 'source' => 'Phone Numbers - Spain',
  19811. 'version' => '6.38-dev',
  19812. ))
  19813. ->values(array(
  19814. 'lid' => '1287',
  19815. 'location' => '/?q=fr/admin/by-module',
  19816. 'textgroup' => 'default',
  19817. 'source' => 'Phone Numbers - Australia',
  19818. 'version' => '6.38-dev',
  19819. ))
  19820. ->values(array(
  19821. 'lid' => '1288',
  19822. 'location' => '/?q=fr/admin/by-module',
  19823. 'textgroup' => 'default',
  19824. 'source' => 'Phone Numbers - Czech Republic',
  19825. 'version' => '6.38-dev',
  19826. ))
  19827. ->values(array(
  19828. 'lid' => '1289',
  19829. 'location' => '/?q=fr/admin/by-module',
  19830. 'textgroup' => 'default',
  19831. 'source' => 'Phone Numbers - Hungary',
  19832. 'version' => '6.38-dev',
  19833. ))
  19834. ->values(array(
  19835. 'lid' => '1290',
  19836. 'location' => '/?q=fr/admin/by-module',
  19837. 'textgroup' => 'default',
  19838. 'source' => 'Phone Numbers - Poland - mobiles only',
  19839. 'version' => '6.38-dev',
  19840. ))
  19841. ->values(array(
  19842. 'lid' => '1291',
  19843. 'location' => '/?q=fr/admin/by-module',
  19844. 'textgroup' => 'default',
  19845. 'source' => 'Phone Numbers - Netherland',
  19846. 'version' => '6.38-dev',
  19847. ))
  19848. ->values(array(
  19849. 'lid' => '1292',
  19850. 'location' => '/?q=fr/admin/by-module',
  19851. 'textgroup' => 'default',
  19852. 'source' => 'Phone Numbers - Sweden',
  19853. 'version' => '6.38-dev',
  19854. ))
  19855. ->values(array(
  19856. 'lid' => '1293',
  19857. 'location' => '/?q=fr/admin/by-module',
  19858. 'textgroup' => 'default',
  19859. 'source' => 'Phone Numbers - South Africa',
  19860. 'version' => '6.38-dev',
  19861. ))
  19862. ->values(array(
  19863. 'lid' => '1294',
  19864. 'location' => '/?q=fr/admin/by-module',
  19865. 'textgroup' => 'default',
  19866. 'source' => 'Phone Numbers - Israel',
  19867. 'version' => '6.38-dev',
  19868. ))
  19869. ->values(array(
  19870. 'lid' => '1295',
  19871. 'location' => '/?q=fr/admin/by-module',
  19872. 'textgroup' => 'default',
  19873. 'source' => 'Phone Numbers - New Zealand',
  19874. 'version' => '6.38-dev',
  19875. ))
  19876. ->values(array(
  19877. 'lid' => '1296',
  19878. 'location' => '/?q=fr/admin/by-module',
  19879. 'textgroup' => 'default',
  19880. 'source' => 'Phone Numbers - Brazil',
  19881. 'version' => '6.38-dev',
  19882. ))
  19883. ->values(array(
  19884. 'lid' => '1297',
  19885. 'location' => '/?q=fr/admin/by-module',
  19886. 'textgroup' => 'default',
  19887. 'source' => 'Phone Numbers - Chile',
  19888. 'version' => '6.38-dev',
  19889. ))
  19890. ->values(array(
  19891. 'lid' => '1298',
  19892. 'location' => '/?q=fr/admin/by-module',
  19893. 'textgroup' => 'default',
  19894. 'source' => 'Phone Numbers - China',
  19895. 'version' => '6.38-dev',
  19896. ))
  19897. ->values(array(
  19898. 'lid' => '1299',
  19899. 'location' => '/?q=fr/admin/by-module',
  19900. 'textgroup' => 'default',
  19901. 'source' => 'Phone Numbers - Hong-Kong',
  19902. 'version' => '6.38-dev',
  19903. ))
  19904. ->values(array(
  19905. 'lid' => '1300',
  19906. 'location' => '/?q=fr/admin/by-module',
  19907. 'textgroup' => 'default',
  19908. 'source' => 'Phone Numbers - Macao',
  19909. 'version' => '6.38-dev',
  19910. ))
  19911. ->values(array(
  19912. 'lid' => '1301',
  19913. 'location' => '/?q=fr/admin/by-module',
  19914. 'textgroup' => 'default',
  19915. 'source' => 'Phone Numbers - The Philippines',
  19916. 'version' => '6.38-dev',
  19917. ))
  19918. ->values(array(
  19919. 'lid' => '1302',
  19920. 'location' => '/?q=fr/admin/by-module',
  19921. 'textgroup' => 'default',
  19922. 'source' => 'Phone Numbers - Singapore',
  19923. 'version' => '6.38-dev',
  19924. ))
  19925. ->values(array(
  19926. 'lid' => '1303',
  19927. 'location' => '/?q=fr/admin/by-module',
  19928. 'textgroup' => 'default',
  19929. 'source' => 'Phone Numbers - Jordan',
  19930. 'version' => '6.38-dev',
  19931. ))
  19932. ->values(array(
  19933. 'lid' => '1304',
  19934. 'location' => '/?q=fr/admin/by-module',
  19935. 'textgroup' => 'default',
  19936. 'source' => 'Phone Numbers - Egypt',
  19937. 'version' => '6.38-dev',
  19938. ))
  19939. ->values(array(
  19940. 'lid' => '1305',
  19941. 'location' => '/?q=fr/admin/by-module',
  19942. 'textgroup' => 'default',
  19943. 'source' => 'Phone Numbers - Pakistan',
  19944. 'version' => '6.38-dev',
  19945. ))
  19946. ->values(array(
  19947. 'lid' => '1306',
  19948. 'location' => '/?q=fr/admin/by-module',
  19949. 'textgroup' => 'default',
  19950. 'source' => 'Phone Numbers - International Phone Numbers per E.123',
  19951. 'version' => '6.38-dev',
  19952. ))
  19953. ->values(array(
  19954. 'lid' => '1307',
  19955. 'location' => '/?q=fr/admin/by-module',
  19956. 'textgroup' => 'default',
  19957. 'source' => 'Select List',
  19958. 'version' => '6.38-dev',
  19959. ))
  19960. ->values(array(
  19961. 'lid' => '1308',
  19962. 'location' => '/?q=fr/admin/by-module',
  19963. 'textgroup' => 'default',
  19964. 'source' => 'Select List with Repeat options',
  19965. 'version' => '6.38-dev',
  19966. ))
  19967. ->values(array(
  19968. 'lid' => '1309',
  19969. 'location' => '/?q=fr/admin/by-module',
  19970. 'textgroup' => 'default',
  19971. 'source' => 'Text Field with custom input format',
  19972. 'version' => '6.38-dev',
  19973. ))
  19974. ->values(array(
  19975. 'lid' => '1310',
  19976. 'location' => '/?q=fr/admin/by-module',
  19977. 'textgroup' => 'default',
  19978. 'source' => 'Text Field with Repeat options',
  19979. 'version' => '6.38-dev',
  19980. ))
  19981. ->values(array(
  19982. 'lid' => '1311',
  19983. 'location' => '/?q=fr/admin/by-module',
  19984. 'textgroup' => 'default',
  19985. 'source' => 'As Time Ago',
  19986. 'version' => '6.38-dev',
  19987. ))
  19988. ->values(array(
  19989. 'lid' => '1312',
  19990. 'location' => '/?q=fr/admin/by-module',
  19991. 'textgroup' => 'default',
  19992. 'source' => 'Default email link',
  19993. 'version' => '6.38-dev',
  19994. ))
  19995. ->values(array(
  19996. 'lid' => '1313',
  19997. 'location' => '/?q=fr/admin/by-module',
  19998. 'textgroup' => 'default',
  19999. 'source' => 'Email contact form',
  20000. 'version' => '6.38-dev',
  20001. ))
  20002. ->values(array(
  20003. 'lid' => '1314',
  20004. 'location' => '/?q=fr/admin/by-module',
  20005. 'textgroup' => 'default',
  20006. 'source' => 'Email plain text',
  20007. 'version' => '6.38-dev',
  20008. ))
  20009. ->values(array(
  20010. 'lid' => '1315',
  20011. 'location' => '/?q=fr/admin/by-module',
  20012. 'textgroup' => 'default',
  20013. 'source' => 'File Upload',
  20014. 'version' => '6.38-dev',
  20015. ))
  20016. ->values(array(
  20017. 'lid' => '1316',
  20018. 'location' => '/?q=fr/admin/by-module',
  20019. 'textgroup' => 'default',
  20020. 'source' => 'A plain file upload widget.',
  20021. 'version' => '6.38-dev',
  20022. ))
  20023. ->values(array(
  20024. 'lid' => '1317',
  20025. 'location' => '/?q=fr/admin/by-module',
  20026. 'textgroup' => 'default',
  20027. 'source' => 'Generic files',
  20028. 'version' => '6.38-dev',
  20029. ))
  20030. ->values(array(
  20031. 'lid' => '1318',
  20032. 'location' => '/?q=fr/admin/by-module',
  20033. 'textgroup' => 'default',
  20034. 'source' => 'Displays all kinds of files with an icon and a linked file description.',
  20035. 'version' => '6.38-dev',
  20036. ))
  20037. ->values(array(
  20038. 'lid' => '1319',
  20039. 'location' => '/?q=fr/admin/by-module',
  20040. 'textgroup' => 'default',
  20041. 'source' => 'Path to file',
  20042. 'version' => '6.38-dev',
  20043. ))
  20044. ->values(array(
  20045. 'lid' => '1320',
  20046. 'location' => '/?q=fr/admin/by-module',
  20047. 'textgroup' => 'default',
  20048. 'source' => 'Displays the file system path to the file.',
  20049. 'version' => '6.38-dev',
  20050. ))
  20051. ->values(array(
  20052. 'lid' => '1321',
  20053. 'location' => '/?q=fr/admin/by-module',
  20054. 'textgroup' => 'default',
  20055. 'source' => 'URL to file',
  20056. 'version' => '6.38-dev',
  20057. ))
  20058. ->values(array(
  20059. 'lid' => '1322',
  20060. 'location' => '/?q=fr/admin/by-module',
  20061. 'textgroup' => 'default',
  20062. 'source' => 'Displays a full URL to the file.',
  20063. 'version' => '6.38-dev',
  20064. ))
  20065. ->values(array(
  20066. 'lid' => '1323',
  20067. 'location' => '/?q=fr/admin/by-module',
  20068. 'textgroup' => 'default',
  20069. 'source' => '@preset image',
  20070. 'version' => '6.38-dev',
  20071. ))
  20072. ->values(array(
  20073. 'lid' => '1324',
  20074. 'location' => '/?q=fr/admin/by-module',
  20075. 'textgroup' => 'default',
  20076. 'source' => '@preset image linked to node',
  20077. 'version' => '6.38-dev',
  20078. ))
  20079. ->values(array(
  20080. 'lid' => '1325',
  20081. 'location' => '/?q=fr/admin/by-module',
  20082. 'textgroup' => 'default',
  20083. 'source' => '@preset image linked to image',
  20084. 'version' => '6.38-dev',
  20085. ))
  20086. ->values(array(
  20087. 'lid' => '1326',
  20088. 'location' => '/?q=fr/admin/by-module',
  20089. 'textgroup' => 'default',
  20090. 'source' => '@preset file path',
  20091. 'version' => '6.38-dev',
  20092. ))
  20093. ->values(array(
  20094. 'lid' => '1327',
  20095. 'location' => '/?q=fr/admin/by-module',
  20096. 'textgroup' => 'default',
  20097. 'source' => '@preset URL',
  20098. 'version' => '6.38-dev',
  20099. ))
  20100. ->values(array(
  20101. 'lid' => '1328',
  20102. 'location' => '/?q=fr/admin/by-module',
  20103. 'textgroup' => 'default',
  20104. 'source' => 'Image',
  20105. 'version' => '6.38-dev',
  20106. ))
  20107. ->values(array(
  20108. 'lid' => '1329',
  20109. 'location' => '/?q=fr/admin/by-module',
  20110. 'textgroup' => 'default',
  20111. 'source' => 'An edit widget for image files, including a preview of the image.',
  20112. 'version' => '6.38-dev',
  20113. ))
  20114. ->values(array(
  20115. 'lid' => '1330',
  20116. 'location' => '/?q=fr/admin/by-module',
  20117. 'textgroup' => 'default',
  20118. 'source' => 'Displays image files in their original size.',
  20119. 'version' => '6.38-dev',
  20120. ))
  20121. ->values(array(
  20122. 'lid' => '1331',
  20123. 'location' => '/?q=fr/admin/by-module',
  20124. 'textgroup' => 'default',
  20125. 'source' => 'Image linked to node',
  20126. 'version' => '6.38-dev',
  20127. ))
  20128. ->values(array(
  20129. 'lid' => '1332',
  20130. 'location' => '/?q=fr/admin/by-module',
  20131. 'textgroup' => 'default',
  20132. 'source' => 'Image linked to file',
  20133. 'version' => '6.38-dev',
  20134. ))
  20135. ->values(array(
  20136. 'lid' => '1333',
  20137. 'location' => '/?q=fr/admin/by-module',
  20138. 'textgroup' => 'default',
  20139. 'source' => 'Title, as link (default)',
  20140. 'version' => '6.38-dev',
  20141. ))
  20142. ->values(array(
  20143. 'lid' => '1334',
  20144. 'location' => '/?q=fr/admin/by-module',
  20145. 'textgroup' => 'default',
  20146. 'source' => 'Title, as plain text',
  20147. 'version' => '6.38-dev',
  20148. ))
  20149. ->values(array(
  20150. 'lid' => '1335',
  20151. 'location' => '/?q=fr/admin/by-module',
  20152. 'textgroup' => 'default',
  20153. 'source' => 'URL, as link',
  20154. 'version' => '6.38-dev',
  20155. ))
  20156. ->values(array(
  20157. 'lid' => '1336',
  20158. 'location' => '/?q=fr/admin/by-module',
  20159. 'textgroup' => 'default',
  20160. 'source' => 'URL, as plain text',
  20161. 'version' => '6.38-dev',
  20162. ))
  20163. ->values(array(
  20164. 'lid' => '1337',
  20165. 'location' => '/?q=fr/admin/by-module',
  20166. 'textgroup' => 'default',
  20167. 'source' => 'URL, as absolute URL',
  20168. 'version' => '6.38-dev',
  20169. ))
  20170. ->values(array(
  20171. 'lid' => '1338',
  20172. 'location' => '/?q=fr/admin/by-module',
  20173. 'textgroup' => 'default',
  20174. 'source' => 'Short, as link with title "Link"',
  20175. 'version' => '6.38-dev',
  20176. ))
  20177. ->values(array(
  20178. 'lid' => '1339',
  20179. 'location' => '/?q=fr/admin/by-module',
  20180. 'textgroup' => 'default',
  20181. 'source' => 'Label, as link with label as title',
  20182. 'version' => '6.38-dev',
  20183. ))
  20184. ->values(array(
  20185. 'lid' => '1340',
  20186. 'location' => '/?q=fr/admin/by-module',
  20187. 'textgroup' => 'default',
  20188. 'source' => 'Separate title and URL',
  20189. 'version' => '6.38-dev',
  20190. ))
  20191. ->values(array(
  20192. 'lid' => '1341',
  20193. 'location' => '/?q=fr/admin/by-module',
  20194. 'textgroup' => 'default',
  20195. 'source' => 'Textfield',
  20196. 'version' => '6.38-dev',
  20197. ))
  20198. ->values(array(
  20199. 'lid' => '1342',
  20200. 'location' => '/?q=fr/admin/by-module',
  20201. 'textgroup' => 'default',
  20202. 'source' => 'Revision information',
  20203. 'version' => '6.38-dev',
  20204. ))
  20205. ->values(array(
  20206. 'lid' => '1343',
  20207. 'location' => '/?q=fr/admin/by-module',
  20208. 'textgroup' => 'default',
  20209. 'source' => 'Authoring information',
  20210. 'version' => '6.38-dev',
  20211. ))
  20212. ->values(array(
  20213. 'lid' => '1344',
  20214. 'location' => '/?q=fr/admin/by-module',
  20215. 'textgroup' => 'default',
  20216. 'source' => 'Publishing options',
  20217. 'version' => '6.38-dev',
  20218. ))
  20219. ->values(array(
  20220. 'lid' => '1345',
  20221. 'location' => '/?q=fr/admin/by-module',
  20222. 'textgroup' => 'default',
  20223. 'source' => 'Comment settings',
  20224. 'version' => '6.38-dev',
  20225. ))
  20226. ->values(array(
  20227. 'lid' => '1346',
  20228. 'location' => '/?q=fr/admin/by-module',
  20229. 'textgroup' => 'default',
  20230. 'source' => 'Comment module form.',
  20231. 'version' => '6.38-dev',
  20232. ))
  20233. ->values(array(
  20234. 'lid' => '1347',
  20235. 'location' => '/?q=fr/admin/by-module',
  20236. 'textgroup' => 'default',
  20237. 'source' => 'Translation settings',
  20238. 'version' => '6.38-dev',
  20239. ))
  20240. ->values(array(
  20241. 'lid' => '1348',
  20242. 'location' => '/?q=fr/admin/by-module',
  20243. 'textgroup' => 'default',
  20244. 'source' => 'Translation module form.',
  20245. 'version' => '6.38-dev',
  20246. ))
  20247. ->values(array(
  20248. 'lid' => '1349',
  20249. 'location' => '/?q=fr/admin/by-module',
  20250. 'textgroup' => 'default',
  20251. 'source' => 'Path settings',
  20252. 'version' => '6.38-dev',
  20253. ))
  20254. ->values(array(
  20255. 'lid' => '1350',
  20256. 'location' => '/?q=fr/admin/by-module',
  20257. 'textgroup' => 'default',
  20258. 'source' => 'Path module form.',
  20259. 'version' => '6.38-dev',
  20260. ))
  20261. ->values(array(
  20262. 'lid' => '1351',
  20263. 'location' => 'content.module:1897;1900, fuzzy',
  20264. 'textgroup' => 'default',
  20265. 'source' => 'Print',
  20266. 'version' => '6.38-dev',
  20267. ))
  20268. ->values(array(
  20269. 'lid' => '1352',
  20270. 'location' => '/?q=fr/admin/by-module',
  20271. 'textgroup' => 'default',
  20272. 'source' => 'Account settings',
  20273. 'version' => '6.38-dev',
  20274. ))
  20275. ->values(array(
  20276. 'lid' => '1353',
  20277. 'location' => '/?q=fr/admin/by-module',
  20278. 'textgroup' => 'default',
  20279. 'source' => 'Aggregates syndicated content (RSS, RDF, and Atom feeds).',
  20280. 'version' => '6.38-dev',
  20281. ))
  20282. ->values(array(
  20283. 'lid' => '1354',
  20284. 'location' => '/?q=fr/admin/by-module',
  20285. 'textgroup' => 'default',
  20286. 'source' => 'Controls the boxes that are displayed around the main content.',
  20287. 'version' => '6.38-dev',
  20288. ))
  20289. ->values(array(
  20290. 'lid' => '1355',
  20291. 'location' => '/?q=fr/admin/by-module',
  20292. 'textgroup' => 'default',
  20293. 'source' => 'Allows users to structure site pages in a hierarchy or outline.',
  20294. 'version' => '6.38-dev',
  20295. ))
  20296. ->values(array(
  20297. 'lid' => '1356',
  20298. 'location' => '/?q=fr/admin/by-module',
  20299. 'textgroup' => 'default',
  20300. 'source' => 'Allows users to comment on and discuss published content.',
  20301. 'version' => '6.38-dev',
  20302. ))
  20303. ->values(array(
  20304. 'lid' => '1357',
  20305. 'location' => '/?q=fr/admin/by-module',
  20306. 'textgroup' => 'default',
  20307. 'source' => 'Enables the use of both personal and site-wide contact forms.',
  20308. 'version' => '6.38-dev',
  20309. ))
  20310. ->values(array(
  20311. 'lid' => '1358',
  20312. 'location' => '/?q=fr/admin/by-module',
  20313. 'textgroup' => 'default',
  20314. 'source' => 'Defines CCK date/time fields and widgets.',
  20315. 'version' => '6.38-dev',
  20316. ))
  20317. ->values(array(
  20318. 'lid' => '1359',
  20319. 'location' => '/?q=fr/admin/by-module',
  20320. 'textgroup' => 'default',
  20321. 'source' => 'Defines an email field type for cck',
  20322. 'version' => '6.38-dev',
  20323. ))
  20324. ->values(array(
  20325. 'lid' => '1360',
  20326. 'location' => '/?q=fr/admin/by-module',
  20327. 'textgroup' => 'default',
  20328. 'source' => 'Calendaring API, calendar display and export',
  20329. 'version' => '6.38-dev',
  20330. ))
  20331. ->values(array(
  20332. 'lid' => '1361',
  20333. 'location' => '/?q=fr/admin/by-module',
  20334. 'textgroup' => 'default',
  20335. 'source' => 'Handles the filtering of content in preparation for display.',
  20336. 'version' => '6.38-dev',
  20337. ))
  20338. ->values(array(
  20339. 'lid' => '1362',
  20340. 'location' => '/?q=fr/admin/by-module',
  20341. 'textgroup' => 'default',
  20342. 'source' => 'Extends Drupal support for multilingual features.',
  20343. 'version' => '6.38-dev',
  20344. ))
  20345. ->values(array(
  20346. 'lid' => '1363',
  20347. 'location' => '/?q=fr/admin/by-module',
  20348. 'textgroup' => 'default',
  20349. 'source' => 'ImageAPI supporting multiple toolkits.',
  20350. 'version' => '6.38-dev',
  20351. ))
  20352. ->values(array(
  20353. 'lid' => '1364',
  20354. 'location' => '/?q=fr/admin/by-module',
  20355. 'textgroup' => 'default',
  20356. 'source' => 'Dynamic image manipulator and cache.',
  20357. 'version' => '6.38-dev',
  20358. ))
  20359. ->values(array(
  20360. 'lid' => '1365',
  20361. 'location' => '/?q=fr/admin/by-module',
  20362. 'textgroup' => 'default',
  20363. 'source' => 'Adds language handling functionality and enables the translation of the user interface to languages other than English.',
  20364. 'version' => '6.38-dev',
  20365. ))
  20366. ->values(array(
  20367. 'lid' => '1366',
  20368. 'location' => '/?q=fr/admin/by-module',
  20369. 'textgroup' => 'default',
  20370. 'source' => 'Allows administrators to customize the site navigation menu.',
  20371. 'version' => '6.38-dev',
  20372. ))
  20373. ->values(array(
  20374. 'lid' => '1367',
  20375. 'location' => '/?q=fr/admin/by-module',
  20376. 'textgroup' => 'default',
  20377. 'source' => 'Allows content to be submitted to the site and displayed on pages.',
  20378. 'version' => '6.38-dev',
  20379. ))
  20380. ->values(array(
  20381. 'lid' => '1368',
  20382. 'location' => '/?q=fr/admin/by-module',
  20383. 'textgroup' => 'default',
  20384. 'source' => 'Allows users to rename URLs.',
  20385. 'version' => '6.38-dev',
  20386. ))
  20387. ->values(array(
  20388. 'lid' => '1369',
  20389. 'location' => '/?q=fr/admin/by-module',
  20390. 'textgroup' => 'default',
  20391. 'source' => 'Supports configurable user profiles.',
  20392. 'version' => '6.38-dev',
  20393. ))
  20394. ->values(array(
  20395. 'lid' => '1370',
  20396. 'location' => '/?q=fr/admin/by-module',
  20397. 'textgroup' => 'default',
  20398. 'source' => 'Handles general site configuration for administrators.',
  20399. 'version' => '6.38-dev',
  20400. ))
  20401. ->values(array(
  20402. 'lid' => '1371',
  20403. 'location' => '/?q=fr/admin/by-module',
  20404. 'textgroup' => 'default',
  20405. 'source' => 'Enables the categorization of content.',
  20406. 'version' => '6.38-dev',
  20407. ))
  20408. ->values(array(
  20409. 'lid' => '1372',
  20410. 'location' => '/?q=fr/admin/by-module',
  20411. 'textgroup' => 'default',
  20412. 'source' => 'Allows content to be translated into different languages.',
  20413. 'version' => '6.38-dev',
  20414. ))
  20415. ->values(array(
  20416. 'lid' => '1373',
  20417. 'location' => '/?q=fr/admin/by-module',
  20418. 'textgroup' => 'default',
  20419. 'source' => 'Allows users to upload and attach files to content.',
  20420. 'version' => '6.38-dev',
  20421. ))
  20422. ->values(array(
  20423. 'lid' => '1374',
  20424. 'location' => '/?q=fr/admin/by-module',
  20425. 'textgroup' => 'default',
  20426. 'source' => 'Manages the user registration and login system.',
  20427. 'version' => '6.38-dev',
  20428. ))
  20429. ->values(array(
  20430. 'lid' => '1375',
  20431. 'location' => '/?q=fr/admin/by-module',
  20432. 'textgroup' => 'default',
  20433. 'source' => 'Variable API - Admin UI',
  20434. 'version' => '6.38-dev',
  20435. ))
  20436. ->values(array(
  20437. 'lid' => '1376',
  20438. 'location' => '/?q=fr/admin/by-module',
  20439. 'textgroup' => 'default',
  20440. 'source' => 'This page shows you all available administration tasks for each module.',
  20441. 'version' => '6.38-dev',
  20442. ))
  20443. ->values(array(
  20444. 'lid' => '1377',
  20445. 'location' => 'field.php:102 number.module:82 text.module:80',
  20446. 'textgroup' => 'default',
  20447. 'source' => 'is equal to',
  20448. 'version' => 'none',
  20449. ))
  20450. ->values(array(
  20451. 'lid' => '1378',
  20452. 'location' => 'field.php:103 number.module:83 text.module:81',
  20453. 'textgroup' => 'default',
  20454. 'source' => 'is not equal to',
  20455. 'version' => 'none',
  20456. ))
  20457. ->values(array(
  20458. 'lid' => '1379',
  20459. 'location' => 'field.php:104 text.module:82',
  20460. 'textgroup' => 'default',
  20461. 'source' => 'matches the pattern',
  20462. 'version' => 'none',
  20463. ))
  20464. ->values(array(
  20465. 'lid' => '1380',
  20466. 'location' => 'content_admin.inc:25 content.module:119',
  20467. 'textgroup' => 'default',
  20468. 'source' => 'duplicate',
  20469. 'version' => 'none',
  20470. ))
  20471. ->values(array(
  20472. 'lid' => '1381',
  20473. 'location' => 'number.module:52, text.module:55',
  20474. 'textgroup' => 'default',
  20475. 'source' => 'The possible values this field can contain. Any other values will result in an error. Enter one value per line.',
  20476. 'version' => 'none',
  20477. ))
  20478. ->values(array(
  20479. 'lid' => '1382',
  20480. 'location' => 'content.module:73',
  20481. 'textgroup' => 'default',
  20482. 'source' => 'add content type',
  20483. 'version' => 'none',
  20484. ))
  20485. ->values(array(
  20486. 'lid' => '1383',
  20487. 'location' => 'content.module:80',
  20488. 'textgroup' => 'default',
  20489. 'source' => 'fields',
  20490. 'version' => 'none',
  20491. ))
  20492. ->values(array(
  20493. 'lid' => '1384',
  20494. 'location' => 'content.module:164',
  20495. 'textgroup' => 'default',
  20496. 'source' => 'remove field',
  20497. 'version' => 'none',
  20498. ))
  20499. ->values(array(
  20500. 'lid' => '1385',
  20501. 'location' => 'nodereference.module:15',
  20502. 'textgroup' => 'default',
  20503. 'source' => 'Defines a field type for referencing one node from another. <em>Note: Requires content.module.</em>',
  20504. 'version' => 'none',
  20505. ))
  20506. ->values(array(
  20507. 'lid' => '1386',
  20508. 'location' => 'nodereference.module:26',
  20509. 'textgroup' => 'default',
  20510. 'source' => 'node reference autocomplete',
  20511. 'version' => 'none',
  20512. ))
  20513. ->values(array(
  20514. 'lid' => '1387',
  20515. 'location' => 'nodereference.module:204',
  20516. 'textgroup' => 'default',
  20517. 'source' => 'No post with that title exists.',
  20518. 'version' => 'none',
  20519. ))
  20520. ->values(array(
  20521. 'lid' => '1388',
  20522. 'location' => 'number.module:15',
  20523. 'textgroup' => 'default',
  20524. 'source' => 'Defines numeric field types. <em>Note: Requires content.module.</em>',
  20525. 'version' => 'none',
  20526. ))
  20527. ->values(array(
  20528. 'lid' => '1389',
  20529. 'location' => 'optionwidgets.module:15',
  20530. 'textgroup' => 'default',
  20531. 'source' => 'Defines selection, check box and radio button widgets for text and numeric fields. <em>Note: Requires content.module, text.module and number.module.</em>',
  20532. 'version' => 'none',
  20533. ))
  20534. ->values(array(
  20535. 'lid' => '1390',
  20536. 'location' => 'text.module:15',
  20537. 'textgroup' => 'default',
  20538. 'source' => 'Defines simple text field types. <em>Note: Requires content.module.</em>',
  20539. 'version' => 'none',
  20540. ))
  20541. ->values(array(
  20542. 'lid' => '1391',
  20543. 'location' => 'userreference.module:15',
  20544. 'textgroup' => 'default',
  20545. 'source' => 'Defines a field type for referencing a user from a node. <em>Note: Requires content.module.</em>',
  20546. 'version' => 'none',
  20547. ))
  20548. ->values(array(
  20549. 'lid' => '1392',
  20550. 'location' => 'userreference.module:176',
  20551. 'textgroup' => 'default',
  20552. 'source' => 'Invalid user name.',
  20553. 'version' => 'none',
  20554. ))
  20555. ->values(array(
  20556. 'lid' => '1393',
  20557. 'location' => 'weburl.module:15',
  20558. 'textgroup' => 'default',
  20559. 'source' => 'Defines simple weburl field types. <em>Note: Requires content.module.</em>',
  20560. 'version' => 'none',
  20561. ))
  20562. ->values(array(
  20563. 'lid' => '1394',
  20564. 'location' => 'weburl.module:164;172',
  20565. 'textgroup' => 'default',
  20566. 'source' => 'Not a valid Web URL.',
  20567. 'version' => 'none',
  20568. ))
  20569. ->values(array(
  20570. 'lid' => '1395',
  20571. 'location' => 'weburl.module:0',
  20572. 'textgroup' => 'default',
  20573. 'source' => 'weburl',
  20574. 'version' => 'none',
  20575. ))
  20576. ->values(array(
  20577. 'lid' => '1396',
  20578. 'location' => 'content_admin.inc:90',
  20579. 'textgroup' => 'default',
  20580. 'source' => 'The human-readable name of this content type.',
  20581. 'version' => 'none',
  20582. ))
  20583. ->values(array(
  20584. 'lid' => '1397',
  20585. 'location' => 'content_admin.inc:98',
  20586. 'textgroup' => 'default',
  20587. 'source' => 'A brief description of the content type.',
  20588. 'version' => 'none',
  20589. ))
  20590. ->values(array(
  20591. 'lid' => '1398',
  20592. 'location' => 'content_admin.inc:106',
  20593. 'textgroup' => 'default',
  20594. 'source' => 'Instructions to present to the user when adding new content of this type.',
  20595. 'version' => 'none',
  20596. ))
  20597. ->values(array(
  20598. 'lid' => '1399',
  20599. 'location' => 'content_admin.inc:110',
  20600. 'textgroup' => 'default',
  20601. 'source' => 'Title field label',
  20602. 'version' => 'none',
  20603. ))
  20604. ->values(array(
  20605. 'lid' => '1400',
  20606. 'location' => 'content_admin.inc:113',
  20607. 'textgroup' => 'default',
  20608. 'source' => 'The label for the title field.',
  20609. 'version' => 'none',
  20610. ))
  20611. ->values(array(
  20612. 'lid' => '1401',
  20613. 'location' => 'content_admin.inc:118',
  20614. 'textgroup' => 'default',
  20615. 'source' => 'Save content type',
  20616. 'version' => 'none',
  20617. ))
  20618. ->values(array(
  20619. 'lid' => '1402',
  20620. 'location' => 'content_admin.inc:182',
  20621. 'textgroup' => 'default',
  20622. 'source' => 'Saved content type %type.',
  20623. 'version' => 'none',
  20624. ))
  20625. ->values(array(
  20626. 'lid' => '1403',
  20627. 'location' => 'content_admin.inc:198',
  20628. 'textgroup' => 'default',
  20629. 'source' => 'Are you sure you want to delete the content type %type?',
  20630. 'version' => 'none',
  20631. ))
  20632. ->values(array(
  20633. 'lid' => '1404',
  20634. 'location' => 'content_admin.inc:198',
  20635. 'textgroup' => 'default',
  20636. 'source' => 'If you have any content left in this content type, it will be permanently deleted. This action cannot be undone.',
  20637. 'version' => 'none',
  20638. ))
  20639. ->values(array(
  20640. 'lid' => '1405',
  20641. 'location' => 'content_admin.inc:220',
  20642. 'textgroup' => 'default',
  20643. 'source' => 'Deleted content type %type.',
  20644. 'version' => 'none',
  20645. ))
  20646. ->values(array(
  20647. 'lid' => '1406',
  20648. 'location' => 'content_admin.inc:251',
  20649. 'textgroup' => 'default',
  20650. 'source' => 'remove',
  20651. 'version' => 'none',
  20652. ))
  20653. ->values(array(
  20654. 'lid' => '1407',
  20655. 'location' => 'content_admin.inc:313',
  20656. 'textgroup' => 'default',
  20657. 'source' => 'The human-readable name of this field.',
  20658. 'version' => 'none',
  20659. ))
  20660. ->values(array(
  20661. 'lid' => '1408',
  20662. 'location' => 'content_admin.inc:326',
  20663. 'textgroup' => 'default',
  20664. 'source' => 'Create field',
  20665. 'version' => 'none',
  20666. ))
  20667. ->values(array(
  20668. 'lid' => '1409',
  20669. 'location' => 'content_admin.inc:335',
  20670. 'textgroup' => 'default',
  20671. '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.',
  20672. 'version' => 'none',
  20673. ))
  20674. ->values(array(
  20675. 'lid' => '1410',
  20676. 'location' => 'content_admin.inc:487',
  20677. 'textgroup' => 'default',
  20678. 'source' => 'The field %field no longer exists in any content type, so it was deleted.',
  20679. 'version' => 'none',
  20680. ))
  20681. ->values(array(
  20682. 'lid' => '1411',
  20683. 'location' => 'content_admin.inc:522',
  20684. 'textgroup' => 'default',
  20685. 'source' => 'Widget settings',
  20686. 'version' => 'none',
  20687. ))
  20688. ->values(array(
  20689. 'lid' => '1412',
  20690. 'location' => 'content_admin.inc:526',
  20691. 'textgroup' => 'default',
  20692. 'source' => 'Widget',
  20693. 'version' => 'none',
  20694. ))
  20695. ->values(array(
  20696. 'lid' => '1413',
  20697. 'location' => 'content_admin.inc:541',
  20698. 'textgroup' => 'default',
  20699. 'source' => 'In the node editing form, the heavier fields will sink and the lighter fields will be positioned nearer the top.',
  20700. 'version' => 'none',
  20701. ))
  20702. ->values(array(
  20703. 'lid' => '1414',
  20704. 'location' => 'content_admin.inc:552',
  20705. 'textgroup' => 'default',
  20706. 'source' => 'Instructions to present to the user below this field on the editing form.',
  20707. 'version' => 'none',
  20708. ))
  20709. ->values(array(
  20710. 'lid' => '1415',
  20711. 'location' => 'content_admin.inc:569',
  20712. 'textgroup' => 'default',
  20713. 'source' => 'Data settings',
  20714. 'version' => 'none',
  20715. ))
  20716. ->values(array(
  20717. 'lid' => '1416',
  20718. 'location' => 'content_admin.inc:579',
  20719. 'textgroup' => 'default',
  20720. 'source' => 'Multiple values',
  20721. 'version' => 'none',
  20722. ))
  20723. ->values(array(
  20724. 'lid' => '1417',
  20725. 'location' => 'content_admin.inc:652',
  20726. 'textgroup' => 'default',
  20727. 'source' => 'Saved field %field.',
  20728. 'version' => 'none',
  20729. ))
  20730. ->values(array(
  20731. 'lid' => '1418',
  20732. 'location' => 'content_admin.inc:882;971',
  20733. 'textgroup' => 'default',
  20734. 'source' => 'No PostgreSQL mapping found for %type data type.',
  20735. 'version' => 'none',
  20736. ))
  20737. ->values(array(
  20738. 'lid' => '1419',
  20739. 'location' => 'content_admin.inc:896;985',
  20740. 'textgroup' => 'default',
  20741. 'source' => 'database',
  20742. 'version' => 'none',
  20743. ))
  20744. ->values(array(
  20745. 'lid' => '1420',
  20746. 'location' => 'date.module:15',
  20747. 'textgroup' => 'default',
  20748. 'source' => 'Defines a date/time field type. <em>Note: Requires content.module.</em>',
  20749. 'version' => 'none',
  20750. ))
  20751. ->values(array(
  20752. 'lid' => '1421',
  20753. 'location' => 'date.module:36',
  20754. 'textgroup' => 'default',
  20755. 'source' => 'Year',
  20756. 'version' => 'none',
  20757. ))
  20758. ->values(array(
  20759. 'lid' => '1422',
  20760. 'location' => 'date.module:37',
  20761. 'textgroup' => 'default',
  20762. 'source' => 'Year and month',
  20763. 'version' => 'none',
  20764. ))
  20765. ->values(array(
  20766. 'lid' => '1423',
  20767. 'location' => 'date.module:40',
  20768. 'textgroup' => 'default',
  20769. 'source' => 'Time only',
  20770. 'version' => 'none',
  20771. ))
  20772. ->values(array(
  20773. 'lid' => '1424',
  20774. 'location' => 'date.module:44',
  20775. 'textgroup' => 'default',
  20776. 'source' => 'Granularity',
  20777. 'version' => 'none',
  20778. ))
  20779. ->values(array(
  20780. 'lid' => '1425',
  20781. 'location' => 'date.module:102',
  20782. 'textgroup' => 'default',
  20783. 'source' => "Times are entered and displayed with site's time zone",
  20784. 'version' => 'none',
  20785. ))
  20786. ->values(array(
  20787. 'lid' => '1426',
  20788. 'location' => 'date.module:103',
  20789. 'textgroup' => 'default',
  20790. 'source' => "Times are entered and displayed with user's time zone",
  20791. 'version' => 'none',
  20792. ))
  20793. ->values(array(
  20794. 'lid' => '1427',
  20795. 'location' => 'date.module:107',
  20796. 'textgroup' => 'default',
  20797. 'source' => 'Time zone handling',
  20798. 'version' => 'none',
  20799. ))
  20800. ->values(array(
  20801. 'lid' => '1428',
  20802. 'location' => 'date.module:153',
  20803. 'textgroup' => 'default',
  20804. 'source' => '%name must be entered in ISO 8601 format (YYYYMMDDThh:mm:ss).',
  20805. 'version' => 'none',
  20806. ))
  20807. ->values(array(
  20808. 'lid' => '1429',
  20809. 'location' => 'content.module:61',
  20810. 'textgroup' => 'default',
  20811. 'source' => 'content types',
  20812. 'version' => 'none',
  20813. ))
  20814. ->values(array(
  20815. 'lid' => '1430',
  20816. 'location' => 'content.module:67',
  20817. 'textgroup' => 'default',
  20818. 'source' => 'list',
  20819. 'version' => 'none',
  20820. ))
  20821. ->values(array(
  20822. 'lid' => '1431',
  20823. 'location' => 'modules/optionwidgets/optionwidgets.module:326',
  20824. 'textgroup' => 'default',
  20825. 'source' => '%name: this field cannot hold more than @count values.',
  20826. 'version' => 'none',
  20827. ))
  20828. ->values(array(
  20829. 'lid' => '1432',
  20830. 'location' => 'includes/panels/content_types/content_field.inc:37',
  20831. 'textgroup' => 'default',
  20832. 'source' => '@type: (@field_type) @field',
  20833. 'version' => 'none',
  20834. ))
  20835. ->values(array(
  20836. 'lid' => '1433',
  20837. 'location' => 'includes/panels/content_types/content_field.inc:44',
  20838. 'textgroup' => 'default',
  20839. 'source' => 'Field on the referenced node.',
  20840. 'version' => 'none',
  20841. ))
  20842. ->values(array(
  20843. 'lid' => '1434',
  20844. 'location' => 'includes/panels/content_types/content_field.inc:128',
  20845. 'textgroup' => 'default',
  20846. 'source' => 'Formatter',
  20847. 'version' => 'none',
  20848. ))
  20849. ->values(array(
  20850. 'lid' => '1435',
  20851. 'location' => 'includes/panels/content_types/content_field.inc:131',
  20852. 'textgroup' => 'default',
  20853. 'source' => 'Select a formatter.',
  20854. 'version' => 'none',
  20855. ))
  20856. ->values(array(
  20857. 'lid' => '1436',
  20858. 'location' => 'includes/panels/content_types/content_field.inc:147',
  20859. 'textgroup' => 'default',
  20860. 'source' => '"@s" field (@name)',
  20861. 'version' => 'none',
  20862. ))
  20863. ->values(array(
  20864. 'lid' => '1437',
  20865. 'location' => '/?q=zu/admin/settingsjhkjg',
  20866. 'textgroup' => 'default',
  20867. 'source' => 'Page not found',
  20868. 'version' => '6.38-dev',
  20869. ))
  20870. ->values(array(
  20871. 'lid' => '1438',
  20872. 'location' => '/?q=zu/admin/settingsjhkjg',
  20873. 'textgroup' => 'default',
  20874. 'source' => 'The requested page could not be found.',
  20875. 'version' => '6.38-dev',
  20876. ))
  20877. ->values(array(
  20878. 'lid' => '1439',
  20879. 'location' => '/?q=zu/admin/build/translate',
  20880. 'textgroup' => 'default',
  20881. 'source' => 'English (built-in)',
  20882. 'version' => '6.38-dev',
  20883. ))
  20884. ->values(array(
  20885. 'lid' => '1440',
  20886. 'location' => '/?q=zu/admin/build/translate',
  20887. 'textgroup' => 'default',
  20888. 'source' => 'n/a',
  20889. 'version' => '6.38-dev',
  20890. ))
  20891. ->values(array(
  20892. 'lid' => '1441',
  20893. 'location' => '/?q=zu/admin/build/translate',
  20894. 'textgroup' => 'default',
  20895. 'source' => 'Zulu',
  20896. 'version' => '6.38-dev',
  20897. ))
  20898. ->values(array(
  20899. 'lid' => '1442',
  20900. 'location' => '/?q=zu/admin/build/translate',
  20901. 'textgroup' => 'default',
  20902. 'source' => 'Overview',
  20903. 'version' => '6.38-dev',
  20904. ))
  20905. ->values(array(
  20906. 'lid' => '1443',
  20907. 'location' => '/?q=zu/admin/build/translate',
  20908. 'textgroup' => 'default',
  20909. 'source' => 'Refresh',
  20910. 'version' => '6.38-dev',
  20911. ))
  20912. ->values(array(
  20913. 'lid' => '1444',
  20914. 'location' => '/?q=zu/admin/build/translate',
  20915. 'textgroup' => 'default',
  20916. 'source' => 'This page provides an overview of available translatable strings. Drupal displays translatable strings in text groups; modules may define additional text groups containing other translatable strings. Because text groups provide a method of grouping related strings, they are often used to focus translation efforts on specific areas of the Drupal interface.',
  20917. 'version' => '6.38-dev',
  20918. ))
  20919. ->values(array(
  20920. 'lid' => '1445',
  20921. 'location' => '/?q=zu/admin/build/translate',
  20922. 'textgroup' => 'default',
  20923. 'source' => 'Review the <a href="@languages">languages page</a> for more information on adding support for additional languages.',
  20924. 'version' => '6.38-dev',
  20925. ))
  20926. ->values(array(
  20927. 'lid' => '1446',
  20928. 'location' => '/?q=zu/admin/build/translate/search',
  20929. 'textgroup' => 'default',
  20930. 'source' => 'English',
  20931. 'version' => '6.38-dev',
  20932. ))
  20933. ->values(array(
  20934. 'lid' => '1447',
  20935. 'location' => '/?q=zu/admin/build/translate/search',
  20936. 'textgroup' => 'default',
  20937. 'source' => 'String contains',
  20938. 'version' => '6.38-dev',
  20939. ))
  20940. ->values(array(
  20941. 'lid' => '1448',
  20942. 'location' => '/?q=zu/admin/build/translate/search',
  20943. 'textgroup' => 'default',
  20944. 'source' => 'Leave blank to show all strings. The search is case sensitive.',
  20945. 'version' => '6.38-dev',
  20946. ))
  20947. ->values(array(
  20948. 'lid' => '1449',
  20949. 'location' => '/?q=zu/admin/build/translate/search',
  20950. 'textgroup' => 'default',
  20951. 'source' => 'All languages',
  20952. 'version' => '6.38-dev',
  20953. ))
  20954. ->values(array(
  20955. 'lid' => '1450',
  20956. 'location' => '/?q=zu/admin/build/translate/search',
  20957. 'textgroup' => 'default',
  20958. 'source' => 'English (provided by Drupal)',
  20959. 'version' => '6.38-dev',
  20960. ))
  20961. ->values(array(
  20962. 'lid' => '1451',
  20963. 'location' => '/?q=zu/admin/build/translate/search',
  20964. 'textgroup' => 'default',
  20965. 'source' => 'Search in',
  20966. 'version' => '6.38-dev',
  20967. ))
  20968. ->values(array(
  20969. 'lid' => '1452',
  20970. 'location' => '/?q=zu/admin/build/translate/search',
  20971. 'textgroup' => 'default',
  20972. 'source' => 'Both translated and untranslated strings',
  20973. 'version' => '6.38-dev',
  20974. ))
  20975. ->values(array(
  20976. 'lid' => '1453',
  20977. 'location' => '/?q=zu/admin/build/translate/search',
  20978. 'textgroup' => 'default',
  20979. 'source' => 'Only translated strings',
  20980. 'version' => '6.38-dev',
  20981. ))
  20982. ->values(array(
  20983. 'lid' => '1454',
  20984. 'location' => '/?q=zu/admin/build/translate/search',
  20985. 'textgroup' => 'default',
  20986. 'source' => 'Only untranslated strings',
  20987. 'version' => '6.38-dev',
  20988. ))
  20989. ->values(array(
  20990. 'lid' => '1455',
  20991. 'location' => '/?q=zu/admin/build/translate/search',
  20992. 'textgroup' => 'default',
  20993. 'source' => 'Limit search to',
  20994. 'version' => '6.38-dev',
  20995. ))
  20996. ->values(array(
  20997. 'lid' => '1456',
  20998. 'location' => '/?q=zu/admin/build/translate/search',
  20999. 'textgroup' => 'default',
  21000. 'source' => 'All text groups',
  21001. 'version' => '6.38-dev',
  21002. ))
  21003. ->values(array(
  21004. 'lid' => '1457',
  21005. 'location' => '/?q=zu/admin/build/translate/search',
  21006. 'textgroup' => 'default',
  21007. 'source' => 'This page allows a translator to search for specific translated and untranslated strings, and is used when creating or editing translations. (Note: For translation tasks involving many strings, it may be more convenient to <a href="@export">export</a> strings for off-line editing in a desktop Gettext translation editor.) Searches may be limited to strings found within a specific text group or in a specific language.',
  21008. 'version' => '6.38-dev',
  21009. ))
  21010. ->values(array(
  21011. 'lid' => '1458',
  21012. 'location' => '/?q=zu/admin/build/translate/import',
  21013. 'textgroup' => 'default',
  21014. 'source' => 'Already added languages',
  21015. 'version' => '6.38-dev',
  21016. ))
  21017. ->values(array(
  21018. 'lid' => '1459',
  21019. 'location' => '/?q=zu/admin/build/translate/import',
  21020. 'textgroup' => 'default',
  21021. 'source' => 'Languages not yet added',
  21022. 'version' => '6.38-dev',
  21023. ))
  21024. ->values(array(
  21025. 'lid' => '1460',
  21026. 'location' => '/?q=zu/admin/build/translate/import',
  21027. 'textgroup' => 'default',
  21028. 'source' => 'Afar',
  21029. 'version' => '6.38-dev',
  21030. ))
  21031. ->values(array(
  21032. 'lid' => '1461',
  21033. 'location' => '/?q=zu/admin/build/translate/import',
  21034. 'textgroup' => 'default',
  21035. 'source' => 'Abkhazian',
  21036. 'version' => '6.38-dev',
  21037. ))
  21038. ->values(array(
  21039. 'lid' => '1462',
  21040. 'location' => '/?q=zu/admin/build/translate/import',
  21041. 'textgroup' => 'default',
  21042. 'source' => 'Avestan',
  21043. 'version' => '6.38-dev',
  21044. ))
  21045. ->values(array(
  21046. 'lid' => '1463',
  21047. 'location' => '/?q=zu/admin/build/translate/import',
  21048. 'textgroup' => 'default',
  21049. 'source' => 'Afrikaans',
  21050. 'version' => '6.38-dev',
  21051. ))
  21052. ->values(array(
  21053. 'lid' => '1464',
  21054. 'location' => '/?q=zu/admin/build/translate/import',
  21055. 'textgroup' => 'default',
  21056. 'source' => 'Akan',
  21057. 'version' => '6.38-dev',
  21058. ))
  21059. ->values(array(
  21060. 'lid' => '1465',
  21061. 'location' => '/?q=zu/admin/build/translate/import',
  21062. 'textgroup' => 'default',
  21063. 'source' => 'Amharic',
  21064. 'version' => '6.38-dev',
  21065. ))
  21066. ->values(array(
  21067. 'lid' => '1466',
  21068. 'location' => '/?q=zu/admin/build/translate/import',
  21069. 'textgroup' => 'default',
  21070. 'source' => 'Arabic',
  21071. 'version' => '6.38-dev',
  21072. ))
  21073. ->values(array(
  21074. 'lid' => '1467',
  21075. 'location' => '/?q=zu/admin/build/translate/import',
  21076. 'textgroup' => 'default',
  21077. 'source' => 'Assamese',
  21078. 'version' => '6.38-dev',
  21079. ))
  21080. ->values(array(
  21081. 'lid' => '1468',
  21082. 'location' => '/?q=zu/admin/build/translate/import',
  21083. 'textgroup' => 'default',
  21084. 'source' => 'Avar',
  21085. 'version' => '6.38-dev',
  21086. ))
  21087. ->values(array(
  21088. 'lid' => '1469',
  21089. 'location' => '/?q=zu/admin/build/translate/import',
  21090. 'textgroup' => 'default',
  21091. 'source' => 'Aymara',
  21092. 'version' => '6.38-dev',
  21093. ))
  21094. ->values(array(
  21095. 'lid' => '1470',
  21096. 'location' => '/?q=zu/admin/build/translate/import',
  21097. 'textgroup' => 'default',
  21098. 'source' => 'Azerbaijani',
  21099. 'version' => '6.38-dev',
  21100. ))
  21101. ->values(array(
  21102. 'lid' => '1471',
  21103. 'location' => '/?q=zu/admin/build/translate/import',
  21104. 'textgroup' => 'default',
  21105. 'source' => 'Bashkir',
  21106. 'version' => '6.38-dev',
  21107. ))
  21108. ->values(array(
  21109. 'lid' => '1472',
  21110. 'location' => '/?q=zu/admin/build/translate/import',
  21111. 'textgroup' => 'default',
  21112. 'source' => 'Belarusian',
  21113. 'version' => '6.38-dev',
  21114. ))
  21115. ->values(array(
  21116. 'lid' => '1473',
  21117. 'location' => '/?q=zu/admin/build/translate/import',
  21118. 'textgroup' => 'default',
  21119. 'source' => 'Bulgarian',
  21120. 'version' => '6.38-dev',
  21121. ))
  21122. ->values(array(
  21123. 'lid' => '1474',
  21124. 'location' => '/?q=zu/admin/build/translate/import',
  21125. 'textgroup' => 'default',
  21126. 'source' => 'Bihari',
  21127. 'version' => '6.38-dev',
  21128. ))
  21129. ->values(array(
  21130. 'lid' => '1475',
  21131. 'location' => '/?q=zu/admin/build/translate/import',
  21132. 'textgroup' => 'default',
  21133. 'source' => 'Bislama',
  21134. 'version' => '6.38-dev',
  21135. ))
  21136. ->values(array(
  21137. 'lid' => '1476',
  21138. 'location' => '/?q=zu/admin/build/translate/import',
  21139. 'textgroup' => 'default',
  21140. 'source' => 'Bambara',
  21141. 'version' => '6.38-dev',
  21142. ))
  21143. ->values(array(
  21144. 'lid' => '1477',
  21145. 'location' => '/?q=zu/admin/build/translate/import',
  21146. 'textgroup' => 'default',
  21147. 'source' => 'Bengali',
  21148. 'version' => '6.38-dev',
  21149. ))
  21150. ->values(array(
  21151. 'lid' => '1478',
  21152. 'location' => '/?q=zu/admin/build/translate/import',
  21153. 'textgroup' => 'default',
  21154. 'source' => 'Tibetan',
  21155. 'version' => '6.38-dev',
  21156. ))
  21157. ->values(array(
  21158. 'lid' => '1479',
  21159. 'location' => '/?q=zu/admin/build/translate/import',
  21160. 'textgroup' => 'default',
  21161. 'source' => 'Breton',
  21162. 'version' => '6.38-dev',
  21163. ))
  21164. ->values(array(
  21165. 'lid' => '1480',
  21166. 'location' => '/?q=zu/admin/build/translate/import',
  21167. 'textgroup' => 'default',
  21168. 'source' => 'Bosnian',
  21169. 'version' => '6.38-dev',
  21170. ))
  21171. ->values(array(
  21172. 'lid' => '1481',
  21173. 'location' => '/?q=zu/admin/build/translate/import',
  21174. 'textgroup' => 'default',
  21175. 'source' => 'Catalan',
  21176. 'version' => '6.38-dev',
  21177. ))
  21178. ->values(array(
  21179. 'lid' => '1482',
  21180. 'location' => '/?q=zu/admin/build/translate/import',
  21181. 'textgroup' => 'default',
  21182. 'source' => 'Chechen',
  21183. 'version' => '6.38-dev',
  21184. ))
  21185. ->values(array(
  21186. 'lid' => '1483',
  21187. 'location' => '/?q=zu/admin/build/translate/import',
  21188. 'textgroup' => 'default',
  21189. 'source' => 'Chamorro',
  21190. 'version' => '6.38-dev',
  21191. ))
  21192. ->values(array(
  21193. 'lid' => '1484',
  21194. 'location' => '/?q=zu/admin/build/translate/import',
  21195. 'textgroup' => 'default',
  21196. 'source' => 'Corsican',
  21197. 'version' => '6.38-dev',
  21198. ))
  21199. ->values(array(
  21200. 'lid' => '1485',
  21201. 'location' => '/?q=zu/admin/build/translate/import',
  21202. 'textgroup' => 'default',
  21203. 'source' => 'Cree',
  21204. 'version' => '6.38-dev',
  21205. ))
  21206. ->values(array(
  21207. 'lid' => '1486',
  21208. 'location' => '/?q=zu/admin/build/translate/import',
  21209. 'textgroup' => 'default',
  21210. 'source' => 'Czech',
  21211. 'version' => '6.38-dev',
  21212. ))
  21213. ->values(array(
  21214. 'lid' => '1487',
  21215. 'location' => '/?q=zu/admin/build/translate/import',
  21216. 'textgroup' => 'default',
  21217. 'source' => 'Old Slavonic',
  21218. 'version' => '6.38-dev',
  21219. ))
  21220. ->values(array(
  21221. 'lid' => '1488',
  21222. 'location' => '/?q=zu/admin/build/translate/import',
  21223. 'textgroup' => 'default',
  21224. 'source' => 'Chuvash',
  21225. 'version' => '6.38-dev',
  21226. ))
  21227. ->values(array(
  21228. 'lid' => '1489',
  21229. 'location' => '/?q=zu/admin/build/translate/import',
  21230. 'textgroup' => 'default',
  21231. 'source' => 'Welsh',
  21232. 'version' => '6.38-dev',
  21233. ))
  21234. ->values(array(
  21235. 'lid' => '1490',
  21236. 'location' => '/?q=zu/admin/build/translate/import',
  21237. 'textgroup' => 'default',
  21238. 'source' => 'Danish',
  21239. 'version' => '6.38-dev',
  21240. ))
  21241. ->values(array(
  21242. 'lid' => '1491',
  21243. 'location' => '/?q=zu/admin/build/translate/import',
  21244. 'textgroup' => 'default',
  21245. 'source' => 'German',
  21246. 'version' => '6.38-dev',
  21247. ))
  21248. ->values(array(
  21249. 'lid' => '1492',
  21250. 'location' => '/?q=zu/admin/build/translate/import',
  21251. 'textgroup' => 'default',
  21252. 'source' => 'Maldivian',
  21253. 'version' => '6.38-dev',
  21254. ))
  21255. ->values(array(
  21256. 'lid' => '1493',
  21257. 'location' => '/?q=zu/admin/build/translate/import',
  21258. 'textgroup' => 'default',
  21259. 'source' => 'Bhutani',
  21260. 'version' => '6.38-dev',
  21261. ))
  21262. ->values(array(
  21263. 'lid' => '1494',
  21264. 'location' => '/?q=zu/admin/build/translate/import',
  21265. 'textgroup' => 'default',
  21266. 'source' => 'Ewe',
  21267. 'version' => '6.38-dev',
  21268. ))
  21269. ->values(array(
  21270. 'lid' => '1495',
  21271. 'location' => '/?q=zu/admin/build/translate/import',
  21272. 'textgroup' => 'default',
  21273. 'source' => 'Greek',
  21274. 'version' => '6.38-dev',
  21275. ))
  21276. ->values(array(
  21277. 'lid' => '1496',
  21278. 'location' => '/?q=zu/admin/build/translate/import',
  21279. 'textgroup' => 'default',
  21280. 'source' => 'Esperanto',
  21281. 'version' => '6.38-dev',
  21282. ))
  21283. ->values(array(
  21284. 'lid' => '1497',
  21285. 'location' => '/?q=zu/admin/build/translate/import',
  21286. 'textgroup' => 'default',
  21287. 'source' => 'Spanish',
  21288. 'version' => '6.38-dev',
  21289. ))
  21290. ->values(array(
  21291. 'lid' => '1498',
  21292. 'location' => '/?q=zu/admin/build/translate/import',
  21293. 'textgroup' => 'default',
  21294. 'source' => 'Estonian',
  21295. 'version' => '6.38-dev',
  21296. ))
  21297. ->values(array(
  21298. 'lid' => '1499',
  21299. 'location' => '/?q=zu/admin/build/translate/import',
  21300. 'textgroup' => 'default',
  21301. 'source' => 'Basque',
  21302. 'version' => '6.38-dev',
  21303. ))
  21304. ->values(array(
  21305. 'lid' => '1500',
  21306. 'location' => '/?q=zu/admin/build/translate/import',
  21307. 'textgroup' => 'default',
  21308. 'source' => 'Persian',
  21309. 'version' => '6.38-dev',
  21310. ))
  21311. ->values(array(
  21312. 'lid' => '1501',
  21313. 'location' => '/?q=zu/admin/build/translate/import',
  21314. 'textgroup' => 'default',
  21315. 'source' => 'Fulah',
  21316. 'version' => '6.38-dev',
  21317. ))
  21318. ->values(array(
  21319. 'lid' => '1502',
  21320. 'location' => '/?q=zu/admin/build/translate/import',
  21321. 'textgroup' => 'default',
  21322. 'source' => 'Finnish',
  21323. 'version' => '6.38-dev',
  21324. ))
  21325. ->values(array(
  21326. 'lid' => '1503',
  21327. 'location' => '/?q=zu/admin/build/translate/import',
  21328. 'textgroup' => 'default',
  21329. 'source' => 'Fiji',
  21330. 'version' => '6.38-dev',
  21331. ))
  21332. ->values(array(
  21333. 'lid' => '1504',
  21334. 'location' => '/?q=zu/admin/build/translate/import',
  21335. 'textgroup' => 'default',
  21336. 'source' => 'Faeroese',
  21337. 'version' => '6.38-dev',
  21338. ))
  21339. ->values(array(
  21340. 'lid' => '1505',
  21341. 'location' => '/?q=zu/admin/build/translate/import',
  21342. 'textgroup' => 'default',
  21343. 'source' => 'Frisian',
  21344. 'version' => '6.38-dev',
  21345. ))
  21346. ->values(array(
  21347. 'lid' => '1506',
  21348. 'location' => '/?q=zu/admin/build/translate/import',
  21349. 'textgroup' => 'default',
  21350. 'source' => 'Irish',
  21351. 'version' => '6.38-dev',
  21352. ))
  21353. ->values(array(
  21354. 'lid' => '1507',
  21355. 'location' => '/?q=zu/admin/build/translate/import',
  21356. 'textgroup' => 'default',
  21357. 'source' => 'Scots Gaelic',
  21358. 'version' => '6.38-dev',
  21359. ))
  21360. ->values(array(
  21361. 'lid' => '1508',
  21362. 'location' => '/?q=zu/admin/build/translate/import',
  21363. 'textgroup' => 'default',
  21364. 'source' => 'Galician',
  21365. 'version' => '6.38-dev',
  21366. ))
  21367. ->values(array(
  21368. 'lid' => '1509',
  21369. 'location' => '/?q=zu/admin/build/translate/import',
  21370. 'textgroup' => 'default',
  21371. 'source' => 'Guarani',
  21372. 'version' => '6.38-dev',
  21373. ))
  21374. ->values(array(
  21375. 'lid' => '1510',
  21376. 'location' => '/?q=zu/admin/build/translate/import',
  21377. 'textgroup' => 'default',
  21378. 'source' => 'Gujarati',
  21379. 'version' => '6.38-dev',
  21380. ))
  21381. ->values(array(
  21382. 'lid' => '1511',
  21383. 'location' => '/?q=zu/admin/build/translate/import',
  21384. 'textgroup' => 'default',
  21385. 'source' => 'Manx',
  21386. 'version' => '6.38-dev',
  21387. ))
  21388. ->values(array(
  21389. 'lid' => '1512',
  21390. 'location' => '/?q=zu/admin/build/translate/import',
  21391. 'textgroup' => 'default',
  21392. 'source' => 'Hausa',
  21393. 'version' => '6.38-dev',
  21394. ))
  21395. ->values(array(
  21396. 'lid' => '1513',
  21397. 'location' => '/?q=zu/admin/build/translate/import',
  21398. 'textgroup' => 'default',
  21399. 'source' => 'Hebrew',
  21400. 'version' => '6.38-dev',
  21401. ))
  21402. ->values(array(
  21403. 'lid' => '1514',
  21404. 'location' => '/?q=zu/admin/build/translate/import',
  21405. 'textgroup' => 'default',
  21406. 'source' => 'Hindi',
  21407. 'version' => '6.38-dev',
  21408. ))
  21409. ->values(array(
  21410. 'lid' => '1515',
  21411. 'location' => '/?q=zu/admin/build/translate/import',
  21412. 'textgroup' => 'default',
  21413. 'source' => 'Hiri Motu',
  21414. 'version' => '6.38-dev',
  21415. ))
  21416. ->values(array(
  21417. 'lid' => '1516',
  21418. 'location' => '/?q=zu/admin/build/translate/import',
  21419. 'textgroup' => 'default',
  21420. 'source' => 'Croatian',
  21421. 'version' => '6.38-dev',
  21422. ))
  21423. ->values(array(
  21424. 'lid' => '1517',
  21425. 'location' => '/?q=zu/admin/build/translate/import',
  21426. 'textgroup' => 'default',
  21427. 'source' => 'Hungarian',
  21428. 'version' => '6.38-dev',
  21429. ))
  21430. ->values(array(
  21431. 'lid' => '1518',
  21432. 'location' => '/?q=zu/admin/build/translate/import',
  21433. 'textgroup' => 'default',
  21434. 'source' => 'Armenian',
  21435. 'version' => '6.38-dev',
  21436. ))
  21437. ->values(array(
  21438. 'lid' => '1519',
  21439. 'location' => '/?q=zu/admin/build/translate/import',
  21440. 'textgroup' => 'default',
  21441. 'source' => 'Herero',
  21442. 'version' => '6.38-dev',
  21443. ))
  21444. ->values(array(
  21445. 'lid' => '1520',
  21446. 'location' => '/?q=zu/admin/build/translate/import',
  21447. 'textgroup' => 'default',
  21448. 'source' => 'Interlingua',
  21449. 'version' => '6.38-dev',
  21450. ))
  21451. ->values(array(
  21452. 'lid' => '1521',
  21453. 'location' => '/?q=zu/admin/build/translate/import',
  21454. 'textgroup' => 'default',
  21455. 'source' => 'Indonesian',
  21456. 'version' => '6.38-dev',
  21457. ))
  21458. ->values(array(
  21459. 'lid' => '1522',
  21460. 'location' => '/?q=zu/admin/build/translate/import',
  21461. 'textgroup' => 'default',
  21462. 'source' => 'Interlingue',
  21463. 'version' => '6.38-dev',
  21464. ))
  21465. ->values(array(
  21466. 'lid' => '1523',
  21467. 'location' => '/?q=zu/admin/build/translate/import',
  21468. 'textgroup' => 'default',
  21469. 'source' => 'Igbo',
  21470. 'version' => '6.38-dev',
  21471. ))
  21472. ->values(array(
  21473. 'lid' => '1524',
  21474. 'location' => '/?q=zu/admin/build/translate/import',
  21475. 'textgroup' => 'default',
  21476. 'source' => 'Inupiak',
  21477. 'version' => '6.38-dev',
  21478. ))
  21479. ->values(array(
  21480. 'lid' => '1525',
  21481. 'location' => '/?q=zu/admin/build/translate/import',
  21482. 'textgroup' => 'default',
  21483. 'source' => 'Icelandic',
  21484. 'version' => '6.38-dev',
  21485. ))
  21486. ->values(array(
  21487. 'lid' => '1526',
  21488. 'location' => '/?q=zu/admin/build/translate/import',
  21489. 'textgroup' => 'default',
  21490. 'source' => 'Italian',
  21491. 'version' => '6.38-dev',
  21492. ))
  21493. ->values(array(
  21494. 'lid' => '1527',
  21495. 'location' => '/?q=zu/admin/build/translate/import',
  21496. 'textgroup' => 'default',
  21497. 'source' => 'Inuktitut',
  21498. 'version' => '6.38-dev',
  21499. ))
  21500. ->values(array(
  21501. 'lid' => '1528',
  21502. 'location' => '/?q=zu/admin/build/translate/import',
  21503. 'textgroup' => 'default',
  21504. 'source' => 'Japanese',
  21505. 'version' => '6.38-dev',
  21506. ))
  21507. ->values(array(
  21508. 'lid' => '1529',
  21509. 'location' => '/?q=zu/admin/build/translate/import',
  21510. 'textgroup' => 'default',
  21511. 'source' => 'Javanese',
  21512. 'version' => '6.38-dev',
  21513. ))
  21514. ->values(array(
  21515. 'lid' => '1530',
  21516. 'location' => '/?q=zu/admin/build/translate/import',
  21517. 'textgroup' => 'default',
  21518. 'source' => 'Georgian',
  21519. 'version' => '6.38-dev',
  21520. ))
  21521. ->values(array(
  21522. 'lid' => '1531',
  21523. 'location' => '/?q=zu/admin/build/translate/import',
  21524. 'textgroup' => 'default',
  21525. 'source' => 'Kongo',
  21526. 'version' => '6.38-dev',
  21527. ))
  21528. ->values(array(
  21529. 'lid' => '1532',
  21530. 'location' => '/?q=zu/admin/build/translate/import',
  21531. 'textgroup' => 'default',
  21532. 'source' => 'Kikuyu',
  21533. 'version' => '6.38-dev',
  21534. ))
  21535. ->values(array(
  21536. 'lid' => '1533',
  21537. 'location' => '/?q=zu/admin/build/translate/import',
  21538. 'textgroup' => 'default',
  21539. 'source' => 'Kwanyama',
  21540. 'version' => '6.38-dev',
  21541. ))
  21542. ->values(array(
  21543. 'lid' => '1534',
  21544. 'location' => '/?q=zu/admin/build/translate/import',
  21545. 'textgroup' => 'default',
  21546. 'source' => 'Kazakh',
  21547. 'version' => '6.38-dev',
  21548. ))
  21549. ->values(array(
  21550. 'lid' => '1535',
  21551. 'location' => '/?q=zu/admin/build/translate/import',
  21552. 'textgroup' => 'default',
  21553. 'source' => 'Greenlandic',
  21554. 'version' => '6.38-dev',
  21555. ))
  21556. ->values(array(
  21557. 'lid' => '1536',
  21558. 'location' => '/?q=zu/admin/build/translate/import',
  21559. 'textgroup' => 'default',
  21560. 'source' => 'Cambodian',
  21561. 'version' => '6.38-dev',
  21562. ))
  21563. ->values(array(
  21564. 'lid' => '1537',
  21565. 'location' => '/?q=zu/admin/build/translate/import',
  21566. 'textgroup' => 'default',
  21567. 'source' => 'Kannada',
  21568. 'version' => '6.38-dev',
  21569. ))
  21570. ->values(array(
  21571. 'lid' => '1538',
  21572. 'location' => '/?q=zu/admin/build/translate/import',
  21573. 'textgroup' => 'default',
  21574. 'source' => 'Korean',
  21575. 'version' => '6.38-dev',
  21576. ))
  21577. ->values(array(
  21578. 'lid' => '1539',
  21579. 'location' => '/?q=zu/admin/build/translate/import',
  21580. 'textgroup' => 'default',
  21581. 'source' => 'Kanuri',
  21582. 'version' => '6.38-dev',
  21583. ))
  21584. ->values(array(
  21585. 'lid' => '1540',
  21586. 'location' => '/?q=zu/admin/build/translate/import',
  21587. 'textgroup' => 'default',
  21588. 'source' => 'Kashmiri',
  21589. 'version' => '6.38-dev',
  21590. ))
  21591. ->values(array(
  21592. 'lid' => '1541',
  21593. 'location' => '/?q=zu/admin/build/translate/import',
  21594. 'textgroup' => 'default',
  21595. 'source' => 'Kurdish',
  21596. 'version' => '6.38-dev',
  21597. ))
  21598. ->values(array(
  21599. 'lid' => '1542',
  21600. 'location' => '/?q=zu/admin/build/translate/import',
  21601. 'textgroup' => 'default',
  21602. 'source' => 'Komi',
  21603. 'version' => '6.38-dev',
  21604. ))
  21605. ->values(array(
  21606. 'lid' => '1543',
  21607. 'location' => '/?q=zu/admin/build/translate/import',
  21608. 'textgroup' => 'default',
  21609. 'source' => 'Cornish',
  21610. 'version' => '6.38-dev',
  21611. ))
  21612. ->values(array(
  21613. 'lid' => '1544',
  21614. 'location' => '/?q=zu/admin/build/translate/import',
  21615. 'textgroup' => 'default',
  21616. 'source' => 'Kirghiz',
  21617. 'version' => '6.38-dev',
  21618. ))
  21619. ->values(array(
  21620. 'lid' => '1545',
  21621. 'location' => '/?q=zu/admin/build/translate/import',
  21622. 'textgroup' => 'default',
  21623. 'source' => 'Latin',
  21624. 'version' => '6.38-dev',
  21625. ))
  21626. ->values(array(
  21627. 'lid' => '1546',
  21628. 'location' => '/?q=zu/admin/build/translate/import',
  21629. 'textgroup' => 'default',
  21630. 'source' => 'Luxembourgish',
  21631. 'version' => '6.38-dev',
  21632. ))
  21633. ->values(array(
  21634. 'lid' => '1547',
  21635. 'location' => '/?q=zu/admin/build/translate/import',
  21636. 'textgroup' => 'default',
  21637. 'source' => 'Luganda',
  21638. 'version' => '6.38-dev',
  21639. ))
  21640. ->values(array(
  21641. 'lid' => '1548',
  21642. 'location' => '/?q=zu/admin/build/translate/import',
  21643. 'textgroup' => 'default',
  21644. 'source' => 'Lingala',
  21645. 'version' => '6.38-dev',
  21646. ))
  21647. ->values(array(
  21648. 'lid' => '1549',
  21649. 'location' => '/?q=zu/admin/build/translate/import',
  21650. 'textgroup' => 'default',
  21651. 'source' => 'Laothian',
  21652. 'version' => '6.38-dev',
  21653. ))
  21654. ->values(array(
  21655. 'lid' => '1550',
  21656. 'location' => '/?q=zu/admin/build/translate/import',
  21657. 'textgroup' => 'default',
  21658. 'source' => 'Lithuanian',
  21659. 'version' => '6.38-dev',
  21660. ))
  21661. ->values(array(
  21662. 'lid' => '1551',
  21663. 'location' => '/?q=zu/admin/build/translate/import',
  21664. 'textgroup' => 'default',
  21665. 'source' => 'Latvian',
  21666. 'version' => '6.38-dev',
  21667. ))
  21668. ->values(array(
  21669. 'lid' => '1552',
  21670. 'location' => '/?q=zu/admin/build/translate/import',
  21671. 'textgroup' => 'default',
  21672. 'source' => 'Malagasy',
  21673. 'version' => '6.38-dev',
  21674. ))
  21675. ->values(array(
  21676. 'lid' => '1553',
  21677. 'location' => '/?q=zu/admin/build/translate/import',
  21678. 'textgroup' => 'default',
  21679. 'source' => 'Marshallese',
  21680. 'version' => '6.38-dev',
  21681. ))
  21682. ->values(array(
  21683. 'lid' => '1554',
  21684. 'location' => '/?q=zu/admin/build/translate/import',
  21685. 'textgroup' => 'default',
  21686. 'source' => 'Maori',
  21687. 'version' => '6.38-dev',
  21688. ))
  21689. ->values(array(
  21690. 'lid' => '1555',
  21691. 'location' => '/?q=zu/admin/build/translate/import',
  21692. 'textgroup' => 'default',
  21693. 'source' => 'Macedonian',
  21694. 'version' => '6.38-dev',
  21695. ))
  21696. ->values(array(
  21697. 'lid' => '1556',
  21698. 'location' => '/?q=zu/admin/build/translate/import',
  21699. 'textgroup' => 'default',
  21700. 'source' => 'Malayalam',
  21701. 'version' => '6.38-dev',
  21702. ))
  21703. ->values(array(
  21704. 'lid' => '1557',
  21705. 'location' => '/?q=zu/admin/build/translate/import',
  21706. 'textgroup' => 'default',
  21707. 'source' => 'Mongolian',
  21708. 'version' => '6.38-dev',
  21709. ))
  21710. ->values(array(
  21711. 'lid' => '1558',
  21712. 'location' => '/?q=zu/admin/build/translate/import',
  21713. 'textgroup' => 'default',
  21714. 'source' => 'Moldavian',
  21715. 'version' => '6.38-dev',
  21716. ))
  21717. ->values(array(
  21718. 'lid' => '1559',
  21719. 'location' => '/?q=zu/admin/build/translate/import',
  21720. 'textgroup' => 'default',
  21721. 'source' => 'Marathi',
  21722. 'version' => '6.38-dev',
  21723. ))
  21724. ->values(array(
  21725. 'lid' => '1560',
  21726. 'location' => '/?q=zu/admin/build/translate/import',
  21727. 'textgroup' => 'default',
  21728. 'source' => 'Malay',
  21729. 'version' => '6.38-dev',
  21730. ))
  21731. ->values(array(
  21732. 'lid' => '1561',
  21733. 'location' => '/?q=zu/admin/build/translate/import',
  21734. 'textgroup' => 'default',
  21735. 'source' => 'Maltese',
  21736. 'version' => '6.38-dev',
  21737. ))
  21738. ->values(array(
  21739. 'lid' => '1562',
  21740. 'location' => '/?q=zu/admin/build/translate/import',
  21741. 'textgroup' => 'default',
  21742. 'source' => 'Burmese',
  21743. 'version' => '6.38-dev',
  21744. ))
  21745. ->values(array(
  21746. 'lid' => '1563',
  21747. 'location' => '/?q=zu/admin/build/translate/import',
  21748. 'textgroup' => 'default',
  21749. 'source' => 'Nauru',
  21750. 'version' => '6.38-dev',
  21751. ))
  21752. ->values(array(
  21753. 'lid' => '1564',
  21754. 'location' => '/?q=zu/admin/build/translate/import',
  21755. 'textgroup' => 'default',
  21756. 'source' => 'North Ndebele',
  21757. 'version' => '6.38-dev',
  21758. ))
  21759. ->values(array(
  21760. 'lid' => '1565',
  21761. 'location' => '/?q=zu/admin/build/translate/import',
  21762. 'textgroup' => 'default',
  21763. 'source' => 'Nepali',
  21764. 'version' => '6.38-dev',
  21765. ))
  21766. ->values(array(
  21767. 'lid' => '1566',
  21768. 'location' => '/?q=zu/admin/build/translate/import',
  21769. 'textgroup' => 'default',
  21770. 'source' => 'Ndonga',
  21771. 'version' => '6.38-dev',
  21772. ))
  21773. ->values(array(
  21774. 'lid' => '1567',
  21775. 'location' => '/?q=zu/admin/build/translate/import',
  21776. 'textgroup' => 'default',
  21777. 'source' => 'Dutch',
  21778. 'version' => '6.38-dev',
  21779. ))
  21780. ->values(array(
  21781. 'lid' => '1568',
  21782. 'location' => '/?q=zu/admin/build/translate/import',
  21783. 'textgroup' => 'default',
  21784. 'source' => 'Norwegian Bokmål',
  21785. 'version' => '6.38-dev',
  21786. ))
  21787. ->values(array(
  21788. 'lid' => '1569',
  21789. 'location' => '/?q=zu/admin/build/translate/import',
  21790. 'textgroup' => 'default',
  21791. 'source' => 'Norwegian Nynorsk',
  21792. 'version' => '6.38-dev',
  21793. ))
  21794. ->values(array(
  21795. 'lid' => '1570',
  21796. 'location' => '/?q=zu/admin/build/translate/import',
  21797. 'textgroup' => 'default',
  21798. 'source' => 'South Ndebele',
  21799. 'version' => '6.38-dev',
  21800. ))
  21801. ->values(array(
  21802. 'lid' => '1571',
  21803. 'location' => '/?q=zu/admin/build/translate/import',
  21804. 'textgroup' => 'default',
  21805. 'source' => 'Navajo',
  21806. 'version' => '6.38-dev',
  21807. ))
  21808. ->values(array(
  21809. 'lid' => '1572',
  21810. 'location' => '/?q=zu/admin/build/translate/import',
  21811. 'textgroup' => 'default',
  21812. 'source' => 'Chichewa',
  21813. 'version' => '6.38-dev',
  21814. ))
  21815. ->values(array(
  21816. 'lid' => '1573',
  21817. 'location' => '/?q=zu/admin/build/translate/import',
  21818. 'textgroup' => 'default',
  21819. 'source' => 'Occitan',
  21820. 'version' => '6.38-dev',
  21821. ))
  21822. ->values(array(
  21823. 'lid' => '1574',
  21824. 'location' => '/?q=zu/admin/build/translate/import',
  21825. 'textgroup' => 'default',
  21826. 'source' => 'Oromo',
  21827. 'version' => '6.38-dev',
  21828. ))
  21829. ->values(array(
  21830. 'lid' => '1575',
  21831. 'location' => '/?q=zu/admin/build/translate/import',
  21832. 'textgroup' => 'default',
  21833. 'source' => 'Oriya',
  21834. 'version' => '6.38-dev',
  21835. ))
  21836. ->values(array(
  21837. 'lid' => '1576',
  21838. 'location' => '/?q=zu/admin/build/translate/import',
  21839. 'textgroup' => 'default',
  21840. 'source' => 'Ossetian',
  21841. 'version' => '6.38-dev',
  21842. ))
  21843. ->values(array(
  21844. 'lid' => '1577',
  21845. 'location' => '/?q=zu/admin/build/translate/import',
  21846. 'textgroup' => 'default',
  21847. 'source' => 'Punjabi',
  21848. 'version' => '6.38-dev',
  21849. ))
  21850. ->values(array(
  21851. 'lid' => '1578',
  21852. 'location' => '/?q=zu/admin/build/translate/import',
  21853. 'textgroup' => 'default',
  21854. 'source' => 'Pali',
  21855. 'version' => '6.38-dev',
  21856. ))
  21857. ->values(array(
  21858. 'lid' => '1579',
  21859. 'location' => '/?q=zu/admin/build/translate/import',
  21860. 'textgroup' => 'default',
  21861. 'source' => 'Polish',
  21862. 'version' => '6.38-dev',
  21863. ))
  21864. ->values(array(
  21865. 'lid' => '1580',
  21866. 'location' => '/?q=zu/admin/build/translate/import',
  21867. 'textgroup' => 'default',
  21868. 'source' => 'Pashto',
  21869. 'version' => '6.38-dev',
  21870. ))
  21871. ->values(array(
  21872. 'lid' => '1581',
  21873. 'location' => '/?q=zu/admin/build/translate/import',
  21874. 'textgroup' => 'default',
  21875. 'source' => 'Portuguese, Portugal',
  21876. 'version' => '6.38-dev',
  21877. ))
  21878. ->values(array(
  21879. 'lid' => '1582',
  21880. 'location' => '/?q=zu/admin/build/translate/import',
  21881. 'textgroup' => 'default',
  21882. 'source' => 'Portuguese, Brazil',
  21883. 'version' => '6.38-dev',
  21884. ))
  21885. ->values(array(
  21886. 'lid' => '1583',
  21887. 'location' => '/?q=zu/admin/build/translate/import',
  21888. 'textgroup' => 'default',
  21889. 'source' => 'Quechua',
  21890. 'version' => '6.38-dev',
  21891. ))
  21892. ->values(array(
  21893. 'lid' => '1584',
  21894. 'location' => '/?q=zu/admin/build/translate/import',
  21895. 'textgroup' => 'default',
  21896. 'source' => 'Rhaeto-Romance',
  21897. 'version' => '6.38-dev',
  21898. ))
  21899. ->values(array(
  21900. 'lid' => '1585',
  21901. 'location' => '/?q=zu/admin/build/translate/import',
  21902. 'textgroup' => 'default',
  21903. 'source' => 'Kirundi',
  21904. 'version' => '6.38-dev',
  21905. ))
  21906. ->values(array(
  21907. 'lid' => '1586',
  21908. 'location' => '/?q=zu/admin/build/translate/import',
  21909. 'textgroup' => 'default',
  21910. 'source' => 'Romanian',
  21911. 'version' => '6.38-dev',
  21912. ))
  21913. ->values(array(
  21914. 'lid' => '1587',
  21915. 'location' => '/?q=zu/admin/build/translate/import',
  21916. 'textgroup' => 'default',
  21917. 'source' => 'Russian',
  21918. 'version' => '6.38-dev',
  21919. ))
  21920. ->values(array(
  21921. 'lid' => '1588',
  21922. 'location' => '/?q=zu/admin/build/translate/import',
  21923. 'textgroup' => 'default',
  21924. 'source' => 'Kinyarwanda',
  21925. 'version' => '6.38-dev',
  21926. ))
  21927. ->values(array(
  21928. 'lid' => '1589',
  21929. 'location' => '/?q=zu/admin/build/translate/import',
  21930. 'textgroup' => 'default',
  21931. 'source' => 'Sanskrit',
  21932. 'version' => '6.38-dev',
  21933. ))
  21934. ->values(array(
  21935. 'lid' => '1590',
  21936. 'location' => '/?q=zu/admin/build/translate/import',
  21937. 'textgroup' => 'default',
  21938. 'source' => 'Sardinian',
  21939. 'version' => '6.38-dev',
  21940. ))
  21941. ->values(array(
  21942. 'lid' => '1591',
  21943. 'location' => '/?q=zu/admin/build/translate/import',
  21944. 'textgroup' => 'default',
  21945. 'source' => 'Sindhi',
  21946. 'version' => '6.38-dev',
  21947. ))
  21948. ->values(array(
  21949. 'lid' => '1592',
  21950. 'location' => '/?q=zu/admin/build/translate/import',
  21951. 'textgroup' => 'default',
  21952. 'source' => 'Northern Sami',
  21953. 'version' => '6.38-dev',
  21954. ))
  21955. ->values(array(
  21956. 'lid' => '1593',
  21957. 'location' => '/?q=zu/admin/build/translate/import',
  21958. 'textgroup' => 'default',
  21959. 'source' => 'Sango',
  21960. 'version' => '6.38-dev',
  21961. ))
  21962. ->values(array(
  21963. 'lid' => '1594',
  21964. 'location' => '/?q=zu/admin/build/translate/import',
  21965. 'textgroup' => 'default',
  21966. 'source' => 'Serbo-Croatian',
  21967. 'version' => '6.38-dev',
  21968. ))
  21969. ->values(array(
  21970. 'lid' => '1595',
  21971. 'location' => '/?q=zu/admin/build/translate/import',
  21972. 'textgroup' => 'default',
  21973. 'source' => 'Sinhala',
  21974. 'version' => '6.38-dev',
  21975. ))
  21976. ->values(array(
  21977. 'lid' => '1596',
  21978. 'location' => '/?q=zu/admin/build/translate/import',
  21979. 'textgroup' => 'default',
  21980. 'source' => 'Slovak',
  21981. 'version' => '6.38-dev',
  21982. ))
  21983. ->values(array(
  21984. 'lid' => '1597',
  21985. 'location' => '/?q=zu/admin/build/translate/import',
  21986. 'textgroup' => 'default',
  21987. 'source' => 'Slovenian',
  21988. 'version' => '6.38-dev',
  21989. ))
  21990. ->values(array(
  21991. 'lid' => '1598',
  21992. 'location' => '/?q=zu/admin/build/translate/import',
  21993. 'textgroup' => 'default',
  21994. 'source' => 'Samoan',
  21995. 'version' => '6.38-dev',
  21996. ))
  21997. ->values(array(
  21998. 'lid' => '1599',
  21999. 'location' => '/?q=zu/admin/build/translate/import',
  22000. 'textgroup' => 'default',
  22001. 'source' => 'Shona',
  22002. 'version' => '6.38-dev',
  22003. ))
  22004. ->values(array(
  22005. 'lid' => '1600',
  22006. 'location' => '/?q=zu/admin/build/translate/import',
  22007. 'textgroup' => 'default',
  22008. 'source' => 'Somali',
  22009. 'version' => '6.38-dev',
  22010. ))
  22011. ->values(array(
  22012. 'lid' => '1601',
  22013. 'location' => '/?q=zu/admin/build/translate/import',
  22014. 'textgroup' => 'default',
  22015. 'source' => 'Albanian',
  22016. 'version' => '6.38-dev',
  22017. ))
  22018. ->values(array(
  22019. 'lid' => '1602',
  22020. 'location' => '/?q=zu/admin/build/translate/import',
  22021. 'textgroup' => 'default',
  22022. 'source' => 'Serbian',
  22023. 'version' => '6.38-dev',
  22024. ))
  22025. ->values(array(
  22026. 'lid' => '1603',
  22027. 'location' => '/?q=zu/admin/build/translate/import',
  22028. 'textgroup' => 'default',
  22029. 'source' => 'Siswati',
  22030. 'version' => '6.38-dev',
  22031. ))
  22032. ->values(array(
  22033. 'lid' => '1604',
  22034. 'location' => '/?q=zu/admin/build/translate/import',
  22035. 'textgroup' => 'default',
  22036. 'source' => 'Sesotho',
  22037. 'version' => '6.38-dev',
  22038. ))
  22039. ->values(array(
  22040. 'lid' => '1605',
  22041. 'location' => '/?q=zu/admin/build/translate/import',
  22042. 'textgroup' => 'default',
  22043. 'source' => 'Sudanese',
  22044. 'version' => '6.38-dev',
  22045. ))
  22046. ->values(array(
  22047. 'lid' => '1606',
  22048. 'location' => '/?q=zu/admin/build/translate/import',
  22049. 'textgroup' => 'default',
  22050. 'source' => 'Swedish',
  22051. 'version' => '6.38-dev',
  22052. ))
  22053. ->values(array(
  22054. 'lid' => '1607',
  22055. 'location' => '/?q=zu/admin/build/translate/import',
  22056. 'textgroup' => 'default',
  22057. 'source' => 'Swahili',
  22058. 'version' => '6.38-dev',
  22059. ))
  22060. ->values(array(
  22061. 'lid' => '1608',
  22062. 'location' => '/?q=zu/admin/build/translate/import',
  22063. 'textgroup' => 'default',
  22064. 'source' => 'Tamil',
  22065. 'version' => '6.38-dev',
  22066. ))
  22067. ->values(array(
  22068. 'lid' => '1609',
  22069. 'location' => '/?q=zu/admin/build/translate/import',
  22070. 'textgroup' => 'default',
  22071. 'source' => 'Telugu',
  22072. 'version' => '6.38-dev',
  22073. ))
  22074. ->values(array(
  22075. 'lid' => '1610',
  22076. 'location' => '/?q=zu/admin/build/translate/import',
  22077. 'textgroup' => 'default',
  22078. 'source' => 'Tajik',
  22079. 'version' => '6.38-dev',
  22080. ))
  22081. ->values(array(
  22082. 'lid' => '1611',
  22083. 'location' => '/?q=zu/admin/build/translate/import',
  22084. 'textgroup' => 'default',
  22085. 'source' => 'Thai',
  22086. 'version' => '6.38-dev',
  22087. ))
  22088. ->values(array(
  22089. 'lid' => '1612',
  22090. 'location' => '/?q=zu/admin/build/translate/import',
  22091. 'textgroup' => 'default',
  22092. 'source' => 'Tigrinya',
  22093. 'version' => '6.38-dev',
  22094. ))
  22095. ->values(array(
  22096. 'lid' => '1613',
  22097. 'location' => '/?q=zu/admin/build/translate/import',
  22098. 'textgroup' => 'default',
  22099. 'source' => 'Turkmen',
  22100. 'version' => '6.38-dev',
  22101. ))
  22102. ->values(array(
  22103. 'lid' => '1614',
  22104. 'location' => '/?q=zu/admin/build/translate/import',
  22105. 'textgroup' => 'default',
  22106. 'source' => 'Tagalog',
  22107. 'version' => '6.38-dev',
  22108. ))
  22109. ->values(array(
  22110. 'lid' => '1615',
  22111. 'location' => '/?q=zu/admin/build/translate/import',
  22112. 'textgroup' => 'default',
  22113. 'source' => 'Setswana',
  22114. 'version' => '6.38-dev',
  22115. ))
  22116. ->values(array(
  22117. 'lid' => '1616',
  22118. 'location' => '/?q=zu/admin/build/translate/import',
  22119. 'textgroup' => 'default',
  22120. 'source' => 'Tonga',
  22121. 'version' => '6.38-dev',
  22122. ))
  22123. ->values(array(
  22124. 'lid' => '1617',
  22125. 'location' => '/?q=zu/admin/build/translate/import',
  22126. 'textgroup' => 'default',
  22127. 'source' => 'Turkish',
  22128. 'version' => '6.38-dev',
  22129. ))
  22130. ->values(array(
  22131. 'lid' => '1618',
  22132. 'location' => '/?q=zu/admin/build/translate/import',
  22133. 'textgroup' => 'default',
  22134. 'source' => 'Tsonga',
  22135. 'version' => '6.38-dev',
  22136. ))
  22137. ->values(array(
  22138. 'lid' => '1619',
  22139. 'location' => '/?q=zu/admin/build/translate/import',
  22140. 'textgroup' => 'default',
  22141. 'source' => 'Tatar',
  22142. 'version' => '6.38-dev',
  22143. ))
  22144. ->values(array(
  22145. 'lid' => '1620',
  22146. 'location' => '/?q=zu/admin/build/translate/import',
  22147. 'textgroup' => 'default',
  22148. 'source' => 'Twi',
  22149. 'version' => '6.38-dev',
  22150. ))
  22151. ->values(array(
  22152. 'lid' => '1621',
  22153. 'location' => '/?q=zu/admin/build/translate/import',
  22154. 'textgroup' => 'default',
  22155. 'source' => 'Tahitian',
  22156. 'version' => '6.38-dev',
  22157. ))
  22158. ->values(array(
  22159. 'lid' => '1622',
  22160. 'location' => '/?q=zu/admin/build/translate/import',
  22161. 'textgroup' => 'default',
  22162. 'source' => 'Uighur',
  22163. 'version' => '6.38-dev',
  22164. ))
  22165. ->values(array(
  22166. 'lid' => '1623',
  22167. 'location' => '/?q=zu/admin/build/translate/refresh',
  22168. 'textgroup' => 'default',
  22169. 'source' => 'Select text groups',
  22170. 'version' => '6.38-dev',
  22171. ))
  22172. ->values(array(
  22173. 'lid' => '1624',
  22174. 'location' => '/?q=zu/admin/build/translate/import',
  22175. 'textgroup' => 'default',
  22176. 'source' => 'Ukrainian',
  22177. 'version' => '6.38-dev',
  22178. ))
  22179. ->values(array(
  22180. 'lid' => '1625',
  22181. 'location' => '/?q=zu/admin/build/translate/refresh',
  22182. 'textgroup' => 'default',
  22183. 'source' => 'If a text group is no showing up here it means this feature is not implemented for it.',
  22184. 'version' => '6.38-dev',
  22185. ))
  22186. ->values(array(
  22187. 'lid' => '1626',
  22188. 'location' => '/?q=zu/admin/build/translate/import',
  22189. 'textgroup' => 'default',
  22190. 'source' => 'Urdu',
  22191. 'version' => '6.38-dev',
  22192. ))
  22193. ->values(array(
  22194. 'lid' => '1627',
  22195. 'location' => '/?q=zu/admin/build/translate/refresh',
  22196. 'textgroup' => 'default',
  22197. 'source' => 'Refresh strings',
  22198. 'version' => '6.38-dev',
  22199. ))
  22200. ->values(array(
  22201. 'lid' => '1628',
  22202. 'location' => '/?q=zu/admin/build/translate/import',
  22203. 'textgroup' => 'default',
  22204. 'source' => 'Uzbek',
  22205. 'version' => '6.38-dev',
  22206. ))
  22207. ->values(array(
  22208. 'lid' => '1629',
  22209. 'location' => '/?q=zu/admin/build/translate/refresh',
  22210. 'textgroup' => 'default',
  22211. 'source' => 'This will create all the missing strings for the selected text groups.',
  22212. 'version' => '6.38-dev',
  22213. ))
  22214. ->values(array(
  22215. 'lid' => '1630',
  22216. 'location' => '/?q=zu/admin/build/translate/import',
  22217. 'textgroup' => 'default',
  22218. 'source' => 'Venda',
  22219. 'version' => '6.38-dev',
  22220. ))
  22221. ->values(array(
  22222. 'lid' => '1631',
  22223. 'location' => '/?q=zu/admin/build/translate/refresh',
  22224. 'textgroup' => 'default',
  22225. 'source' => 'Select languages',
  22226. 'version' => '6.38-dev',
  22227. ))
  22228. ->values(array(
  22229. 'lid' => '1632',
  22230. 'location' => '/?q=zu/admin/build/translate/import',
  22231. 'textgroup' => 'default',
  22232. 'source' => 'Vietnamese',
  22233. 'version' => '6.38-dev',
  22234. ))
  22235. ->values(array(
  22236. 'lid' => '1633',
  22237. 'location' => '/?q=zu/admin/build/translate/refresh',
  22238. 'textgroup' => 'default',
  22239. 'source' => 'Update translations',
  22240. 'version' => '6.38-dev',
  22241. ))
  22242. ->values(array(
  22243. 'lid' => '1634',
  22244. 'location' => '/?q=zu/admin/build/translate/import',
  22245. 'textgroup' => 'default',
  22246. 'source' => 'Wolof',
  22247. 'version' => '6.38-dev',
  22248. ))
  22249. ->values(array(
  22250. 'lid' => '1635',
  22251. 'location' => '/?q=zu/admin/build/translate/refresh',
  22252. 'textgroup' => 'default',
  22253. 'source' => 'This will fetch all existing translations from the localization tables for the selected text groups and languages.',
  22254. 'version' => '6.38-dev',
  22255. ))
  22256. ->values(array(
  22257. 'lid' => '1636',
  22258. 'location' => '/?q=zu/admin/build/translate/import',
  22259. 'textgroup' => 'default',
  22260. 'source' => 'Xhosa',
  22261. 'version' => '6.38-dev',
  22262. ))
  22263. ->values(array(
  22264. 'lid' => '1637',
  22265. 'location' => '/?q=zu/admin/build/translate/import',
  22266. 'textgroup' => 'default',
  22267. 'source' => 'Yiddish',
  22268. 'version' => '6.38-dev',
  22269. ))
  22270. ->values(array(
  22271. 'lid' => '1638',
  22272. 'location' => '/?q=zu/admin/build/translate/import',
  22273. 'textgroup' => 'default',
  22274. 'source' => 'Yoruba',
  22275. 'version' => '6.38-dev',
  22276. ))
  22277. ->values(array(
  22278. 'lid' => '1639',
  22279. 'location' => '/?q=zu/admin/build/translate/refresh',
  22280. 'textgroup' => 'default',
  22281. 'source' => 'On this page you can refresh and update values for user defined strings.',
  22282. 'version' => '6.38-dev',
  22283. ))
  22284. ->values(array(
  22285. 'lid' => '1640',
  22286. 'location' => '/?q=zu/admin/build/translate/import',
  22287. 'textgroup' => 'default',
  22288. 'source' => 'Zhuang',
  22289. 'version' => '6.38-dev',
  22290. ))
  22291. ->values(array(
  22292. 'lid' => '1641',
  22293. 'location' => '/?q=zu/admin/build/translate/refresh',
  22294. 'textgroup' => 'default',
  22295. 'source' => 'Use the refresh option when you are missing strings to translate for a given text group. All the strings will be re-created keeping existing translations.',
  22296. 'version' => '6.38-dev',
  22297. ))
  22298. ->values(array(
  22299. 'lid' => '1642',
  22300. 'location' => '/?q=zu/admin/build/translate/import',
  22301. 'textgroup' => 'default',
  22302. 'source' => 'Chinese, Simplified',
  22303. 'version' => '6.38-dev',
  22304. ))
  22305. ->values(array(
  22306. 'lid' => '1643',
  22307. 'location' => '/?q=zu/admin/build/translate/refresh',
  22308. 'textgroup' => 'default',
  22309. 'source' => 'Use the update option when some of the strings had been previously translated with the localization system, but the translations are not showing up for the configurable strings.',
  22310. 'version' => '6.38-dev',
  22311. ))
  22312. ->values(array(
  22313. 'lid' => '1644',
  22314. 'location' => '/?q=zu/admin/build/translate/import',
  22315. 'textgroup' => 'default',
  22316. 'source' => 'Chinese, Traditional',
  22317. 'version' => '6.38-dev',
  22318. ))
  22319. ->values(array(
  22320. 'lid' => '1645',
  22321. 'location' => '/?q=zu/admin/build/translate/refresh',
  22322. 'textgroup' => 'default',
  22323. 'source' => 'To search and translate strings, use the <a href="@translate-interface">translation interface</a> pages.',
  22324. 'version' => '6.38-dev',
  22325. ))
  22326. ->values(array(
  22327. 'lid' => '1646',
  22328. 'location' => '/?q=zu/admin/build/translate/import',
  22329. 'textgroup' => 'default',
  22330. 'source' => 'Import translation',
  22331. 'version' => '6.38-dev',
  22332. ))
  22333. ->values(array(
  22334. 'lid' => '1647',
  22335. 'location' => '/?q=zu/admin/build/translate/refresh',
  22336. 'textgroup' => 'default',
  22337. 'source' => '<strong>Important:</strong> To configure which Input formats are safe for translation, visit the <a href="@configure-strings">configure strings</a> page before refreshing your strings.',
  22338. 'version' => '6.38-dev',
  22339. ))
  22340. ->values(array(
  22341. 'lid' => '1648',
  22342. 'location' => '/?q=zu/admin/build/translate/import',
  22343. 'textgroup' => 'default',
  22344. 'source' => 'Language file',
  22345. 'version' => '6.38-dev',
  22346. ))
  22347. ->values(array(
  22348. 'lid' => '1649',
  22349. 'location' => '/?q=zu/admin/build/translate/import',
  22350. 'textgroup' => 'default',
  22351. 'source' => 'A Gettext Portable Object (<em>.po</em>) file.',
  22352. 'version' => '6.38-dev',
  22353. ))
  22354. ->values(array(
  22355. 'lid' => '1650',
  22356. 'location' => '/?q=zu/admin/build/translate/import',
  22357. 'textgroup' => 'default',
  22358. 'source' => 'Import into',
  22359. 'version' => '6.38-dev',
  22360. ))
  22361. ->values(array(
  22362. 'lid' => '1651',
  22363. 'location' => '/?q=zu/admin/build/translate/import',
  22364. 'textgroup' => 'default',
  22365. 'source' => 'Choose the language you want to add strings into. If you choose a language which is not yet set up, it will be added.',
  22366. 'version' => '6.38-dev',
  22367. ))
  22368. ->values(array(
  22369. 'lid' => '1652',
  22370. 'location' => '/?q=zu/admin/build/translate/import',
  22371. 'textgroup' => 'default',
  22372. 'source' => 'Text group',
  22373. 'version' => '6.38-dev',
  22374. ))
  22375. ->values(array(
  22376. 'lid' => '1653',
  22377. 'location' => '/?q=zu/admin/build/translate/import',
  22378. 'textgroup' => 'default',
  22379. 'source' => 'Imported translations will be added to this text group.',
  22380. 'version' => '6.38-dev',
  22381. ))
  22382. ->values(array(
  22383. 'lid' => '1654',
  22384. 'location' => '/?q=zu/admin/build/translate/import',
  22385. 'textgroup' => 'default',
  22386. 'source' => 'Mode',
  22387. 'version' => '6.38-dev',
  22388. ))
  22389. ->values(array(
  22390. 'lid' => '1655',
  22391. 'location' => '/?q=zu/admin/build/translate/import',
  22392. 'textgroup' => 'default',
  22393. 'source' => 'Strings in the uploaded file replace existing ones, new ones are added',
  22394. 'version' => '6.38-dev',
  22395. ))
  22396. ->values(array(
  22397. 'lid' => '1656',
  22398. 'location' => '/?q=zu/admin/build/translate/import',
  22399. 'textgroup' => 'default',
  22400. 'source' => 'Existing strings are kept, only new strings are added',
  22401. 'version' => '6.38-dev',
  22402. ))
  22403. ->values(array(
  22404. 'lid' => '1657',
  22405. 'location' => '/?q=zu/admin/build/translate/import',
  22406. 'textgroup' => 'default',
  22407. 'source' => 'This page imports the translated strings contained in an individual Gettext Portable Object (<em>.po</em>) file. Normally distributed as part of a translation package (each translation package may contain several <em>.po</em> files), a <em>.po</em> file may need to be imported after off-line editing in a Gettext translation editor. Importing an individual <em>.po</em> file may be a lengthy process.',
  22408. 'version' => '6.38-dev',
  22409. ))
  22410. ->values(array(
  22411. 'lid' => '1658',
  22412. 'location' => '/?q=zu/admin/build/translate/import',
  22413. 'textgroup' => 'default',
  22414. 'source' => 'Note that the <em>.po</em> files within a translation package are imported automatically (if available) when new modules or themes are enabled, or as new languages are added. Since this page only allows the import of one <em>.po</em> file at a time, it may be simpler to download and extract a translation package into your Drupal installation directory and <a href="@language-add">add the language</a> (which automatically imports all <em>.po</em> files within the package). Translation packages are available for download on the <a href="@translations">Drupal translation page</a>.',
  22415. 'version' => '6.38-dev',
  22416. ))
  22417. ->values(array(
  22418. 'lid' => '1659',
  22419. 'location' => '/?q=zu/admin/settings/language/i18n/variables',
  22420. 'textgroup' => 'default',
  22421. 'source' => 'Variable name',
  22422. 'version' => '6.38-dev',
  22423. ))
  22424. ->values(array(
  22425. 'lid' => '1660',
  22426. 'location' => '/?q=zu/admin/settings/language/i18n/variables',
  22427. 'textgroup' => 'default',
  22428. 'source' => 'Is multilingual',
  22429. 'version' => '6.38-dev',
  22430. ))
  22431. ->values(array(
  22432. 'lid' => '1661',
  22433. 'location' => '/?q=zu/admin/settings/language/i18n/variables',
  22434. 'textgroup' => 'default',
  22435. 'source' => 'Has translations',
  22436. 'version' => '6.38-dev',
  22437. ))
  22438. ->values(array(
  22439. 'lid' => '1662',
  22440. 'location' => '/?q=zu/admin/settings/language/i18n/variables',
  22441. 'textgroup' => 'default',
  22442. 'source' => 'Delete all existing translations for variables.',
  22443. 'version' => '6.38-dev',
  22444. ))
  22445. ->values(array(
  22446. 'lid' => '1663',
  22447. 'location' => '/?q=zu/admin/settings/language/i18n/variables',
  22448. 'textgroup' => 'default',
  22449. 'source' => 'Delete all translations',
  22450. 'version' => '6.38-dev',
  22451. ))
  22452. ->values(array(
  22453. 'lid' => '1664',
  22454. 'location' => 'type:forum:name',
  22455. 'textgroup' => 'nodetype',
  22456. 'source' => 'Forum topic',
  22457. 'version' => '1',
  22458. ))
  22459. ->values(array(
  22460. 'lid' => '1665',
  22461. 'location' => 'type:forum:title',
  22462. 'textgroup' => 'nodetype',
  22463. 'source' => 'Subject',
  22464. 'version' => '1',
  22465. ))
  22466. ->values(array(
  22467. 'lid' => '1666',
  22468. 'location' => 'type:forum:body',
  22469. 'textgroup' => 'nodetype',
  22470. 'source' => 'Body',
  22471. 'version' => '1',
  22472. ))
  22473. ->values(array(
  22474. 'lid' => '1667',
  22475. 'location' => 'type:forum:description',
  22476. 'textgroup' => 'nodetype',
  22477. 'source' => 'A <em>forum topic</em> is the initial post to a new discussion thread within a forum.',
  22478. 'version' => '1',
  22479. ))
  22480. ->values(array(
  22481. 'lid' => '1668',
  22482. 'location' => 'modules/block/block.js',
  22483. 'textgroup' => 'default',
  22484. 'source' => 'The changes to these blocks will not be saved until the <em>Save blocks</em> button is clicked.',
  22485. 'version' => 'none',
  22486. ))
  22487. ->values(array(
  22488. 'lid' => '1669',
  22489. 'location' => 'modules/nodereference/nodereference.module:117',
  22490. 'textgroup' => 'default',
  22491. 'source' => "Choose the \"Views module\" view that selects the nodes that can be referenced.<br />Note:<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>",
  22492. 'version' => 'none',
  22493. ))
  22494. ->values(array(
  22495. 'lid' => '1670',
  22496. 'location' => 'modules/nodereference/nodereference.module:175',
  22497. 'textgroup' => 'default',
  22498. 'source' => "%name: This post can't be referenced.",
  22499. 'version' => 'none',
  22500. ))
  22501. ->values(array(
  22502. 'lid' => '1671',
  22503. 'location' => 'modules/nodereference/nodereference.module:518',
  22504. 'textgroup' => 'default',
  22505. 'source' => '%name: Title mismatch. Please check your selection.',
  22506. 'version' => 'none',
  22507. ))
  22508. ->values(array(
  22509. 'lid' => '1672',
  22510. 'location' => 'vocabulary:6:name',
  22511. 'textgroup' => 'taxonomy',
  22512. 'source' => 'Type',
  22513. 'version' => '1',
  22514. ))
  22515. ->values(array(
  22516. 'lid' => '1673',
  22517. 'location' => 'vocabulary:7:name',
  22518. 'textgroup' => 'taxonomy',
  22519. 'source' => 'Forums',
  22520. 'version' => '1',
  22521. ))
  22522. ->values(array(
  22523. 'lid' => '1674',
  22524. 'location' => 'item:463:title',
  22525. 'textgroup' => 'menu',
  22526. 'source' => 'fr - Test 1',
  22527. 'version' => '1',
  22528. ))
  22529. ->values(array(
  22530. 'lid' => '1675',
  22531. 'location' => 'item:463:description',
  22532. 'textgroup' => 'menu',
  22533. 'source' => 'fr - Test menu link 1',
  22534. 'version' => '1',
  22535. ))
  22536. ->values(array(
  22537. 'lid' => '1676',
  22538. 'location' => 'item:138:title',
  22539. 'textgroup' => 'menu',
  22540. 'source' => 'Test 1',
  22541. 'version' => '1',
  22542. ))
  22543. ->values(array(
  22544. 'lid' => '1677',
  22545. 'location' => 'item:138:description',
  22546. 'textgroup' => 'menu',
  22547. 'source' => 'Test menu link 1',
  22548. 'version' => '1',
  22549. ))
  22550. ->values(array(
  22551. 'lid' => '1678',
  22552. 'location' => 'field:profile_really_really_love_migrating:title',
  22553. 'textgroup' => 'profile',
  22554. 'source' => 'I really, really, really love migrating',
  22555. 'version' => '1',
  22556. ))
  22557. ->values(array(
  22558. 'lid' => '1679',
  22559. 'location' => 'menu:menu-translation-test:title',
  22560. 'textgroup' => 'menu',
  22561. 'source' => 'Translation test',
  22562. 'version' => '1',
  22563. ))
  22564. ->values(array(
  22565. 'lid' => '1680',
  22566. 'location' => 'field:employee-field_company:widget_label',
  22567. 'textgroup' => 'cck',
  22568. 'source' => 'Company',
  22569. 'version' => '1',
  22570. ))
  22571. ->values(array(
  22572. 'lid' => '1681',
  22573. 'location' => 'field:employee-field_commander:widget_label',
  22574. 'textgroup' => 'cck',
  22575. 'source' => 'Commanding Officer',
  22576. 'version' => '1',
  22577. ))
  22578. ->values(array(
  22579. 'lid' => '1682',
  22580. 'location' => 'field:employee-field_company_2:widget_label',
  22581. 'textgroup' => 'cck',
  22582. 'source' => 'Company 2',
  22583. 'version' => '1',
  22584. ))
  22585. ->values(array(
  22586. 'lid' => '1683',
  22587. 'location' => 'field:employee-field_company_3:widget_label',
  22588. 'textgroup' => 'cck',
  22589. 'source' => 'Company 3',
  22590. 'version' => '1',
  22591. ))
  22592. ->values(array(
  22593. 'lid' => '1684',
  22594. 'location' => 'field:page-field_reference:widget_label',
  22595. 'textgroup' => 'cck',
  22596. 'source' => 'Reference',
  22597. 'version' => '1',
  22598. ))
  22599. ->values(array(
  22600. 'lid' => '1685',
  22601. 'location' => 'field:page-field_reference_2:widget_label',
  22602. 'textgroup' => 'cck',
  22603. 'source' => 'Reference',
  22604. 'version' => '1',
  22605. ))
  22606. ->values(array(
  22607. 'lid' => '1686',
  22608. 'location' => 'field:story-field_test_string_selectlist:widget_label',
  22609. 'textgroup' => 'cck',
  22610. 'source' => 'String Select List Field',
  22611. 'version' => '1',
  22612. ))
  22613. ->values(array(
  22614. 'lid' => '1689',
  22615. 'location' => 'field:test_planet-field_test_text_single_checkbox:widget_label',
  22616. 'textgroup' => 'cck',
  22617. 'source' => 'Text Single Checkbox Field',
  22618. 'version' => '1',
  22619. ))
  22620. ->values(array(
  22621. 'lid' => '1690',
  22622. 'location' => 'field:field_test_string_selectlist:option_A',
  22623. 'textgroup' => 'cck',
  22624. 'source' => 'Black',
  22625. 'version' => '1',
  22626. ))
  22627. ->values(array(
  22628. 'lid' => '1691',
  22629. 'location' => 'field:field_test_string_selectlist:option_B',
  22630. 'textgroup' => 'cck',
  22631. 'source' => 'White',
  22632. 'version' => '1',
  22633. ))
  22634. ->values(array(
  22635. 'lid' => '1692',
  22636. 'location' => 'term:14:name',
  22637. 'textgroup' => 'taxonomy',
  22638. 'source' => 'Talos IV',
  22639. 'version' => '1',
  22640. ))
  22641. ->values(array(
  22642. 'lid' => '1693',
  22643. 'location' => 'term:15:name',
  22644. 'textgroup' => 'taxonomy',
  22645. 'source' => 'Vulcan',
  22646. 'version' => '1',
  22647. ))
  22648. ->values(array(
  22649. 'lid' => '1694',
  22650. 'location' => 'term:14:description',
  22651. 'textgroup' => 'taxonomy',
  22652. 'source' => 'The home of Captain Christopher Pike.',
  22653. 'version' => '1',
  22654. ))
  22655. ->values(array(
  22656. 'lid' => '1695',
  22657. 'location' => 'field:profile_:title',
  22658. 'textgroup' => 'profile',
  22659. 'source' => 'Number of trees',
  22660. 'version' => '1',
  22661. ))
  22662. ->values(array(
  22663. 'lid' => '1696',
  22664. 'location' => 'field:profile_:options',
  22665. 'textgroup' => 'profile',
  22666. 'source' => "10\r\n20\r\n50\r\n100\r\n1000",
  22667. 'version' => '1',
  22668. ))
  22669. ->execute();
  22670. $connection->schema()->createTable('locales_target', array(
  22671. 'fields' => array(
  22672. 'lid' => array(
  22673. 'type' => 'int',
  22674. 'not null' => TRUE,
  22675. 'size' => 'normal',
  22676. 'default' => '0',
  22677. ),
  22678. 'translation' => array(
  22679. 'type' => 'blob',
  22680. 'not null' => TRUE,
  22681. 'size' => 'normal',
  22682. ),
  22683. 'language' => array(
  22684. 'type' => 'varchar',
  22685. 'not null' => TRUE,
  22686. 'length' => '12',
  22687. 'default' => '',
  22688. ),
  22689. 'plid' => array(
  22690. 'type' => 'int',
  22691. 'not null' => TRUE,
  22692. 'size' => 'normal',
  22693. 'default' => '0',
  22694. ),
  22695. 'plural' => array(
  22696. 'type' => 'int',
  22697. 'not null' => TRUE,
  22698. 'size' => 'normal',
  22699. 'default' => '0',
  22700. ),
  22701. 'i18n_status' => array(
  22702. 'type' => 'int',
  22703. 'not null' => TRUE,
  22704. 'size' => 'normal',
  22705. 'default' => '0',
  22706. ),
  22707. ),
  22708. 'primary key' => array(
  22709. 'language',
  22710. 'lid',
  22711. 'plural',
  22712. ),
  22713. 'indexes' => array(
  22714. 'lid' => array(
  22715. 'lid',
  22716. ),
  22717. 'plid' => array(
  22718. 'plid',
  22719. ),
  22720. 'plural' => array(
  22721. 'plural',
  22722. ),
  22723. ),
  22724. 'mysql_character_set' => 'utf8',
  22725. ));
  22726. $connection->insert('locales_target')
  22727. ->fields(array(
  22728. 'lid',
  22729. 'translation',
  22730. 'language',
  22731. 'plid',
  22732. 'plural',
  22733. 'i18n_status',
  22734. ))
  22735. ->values(array(
  22736. 'lid' => '5',
  22737. 'translation' => "Le module Content, composant obligatoire du kit CCK (Content Construction Kit) permet aux administrateurs d'associer des champs personnalisés à des types de contenus. Au sein de Drupal, les types de contenus servent à définir les caractéristiques d'une publication, y compris le titre et la description des champs affichés sur ses pages \"ajouter\" et \"éditer\". Le module Content (et les modules auxiliaires inclus dans CCK) permet d'ajouter des champs personnalisés en plus des champs par défaut \"Titre\" et \"Corps\". Les fonctionnalités de CCK sont accessible via différents onglets sur la <a href=\"@content-types\">page d'administration des types de contenus</a>. (Voir la <a href=\"@node-help\">page d'aide du module Node</a> pour plus d'informations sur les types de contenus).",
  22738. 'language' => 'fr',
  22739. 'plid' => '0',
  22740. 'plural' => '0',
  22741. 'i18n_status' => '0',
  22742. ))
  22743. ->values(array(
  22744. 'lid' => '6',
  22745. 'translation' => "Lorsque vous ajoutez un champ personnalisé à un type de contenu, vous déterminez son type (c'est-à-dire s'il doit contenir du texte, des nombres ou des références à d'autres objets) et la façon dont il doit être affiché (en tant que champ ou zone de texte, liste de sélection, case à cocher, bouton radio, ou champ à auto-complètement). Un champ peut présenter plusieurs valeurs (par exemple, une \"personne\" peut disposer de plusieurs adresses courriel) ou une seule (par exemple, un \"employé\" possède un numéro d'identification unique). À mesure que vous ajoutez et modifiez des champs, CCK ajuste automatiquement la structure de la base de données en fonction. CCK propose également un certain nombre d'autres fonctionnalités, par exemple un cache intelligent pour vos données personnalisées, des fonctionnalités d'import et d'export pour les définitions de types de contenus, ainsi qu'une intégration à d'autres modules provenant des contributions.",
  22746. 'language' => 'fr',
  22747. 'plid' => '0',
  22748. 'plural' => '0',
  22749. 'i18n_status' => '0',
  22750. ))
  22751. ->values(array(
  22752. 'lid' => '7',
  22753. 'translation' => "Des types de champs personnalisés sont proposés par plusieurs modules optionnels inclus dans CCK (chaque module fournissant un type différent). La <a href=\"@modules\">page des modules</a> vous permet d'activer ou de désactiver des composants CCK. Une installation par défaut de CCK inclut :",
  22754. 'language' => 'fr',
  22755. 'plid' => '0',
  22756. 'plural' => '0',
  22757. 'i18n_status' => '0',
  22758. ))
  22759. ->values(array(
  22760. 'lid' => '8',
  22761. 'translation' => "<em>Number</em>, qui ajoute des types de champs numériques (formats entier, décimal ou réel à virgule flottante). Vous pouvez définir un jeu ou un intervalle de valeurs autorisées. Divers formats sont disponibles pour l'affichage des données numériques.",
  22762. 'language' => 'fr',
  22763. 'plid' => '0',
  22764. 'plural' => '0',
  22765. 'i18n_status' => '0',
  22766. ))
  22767. ->values(array(
  22768. 'lid' => '9',
  22769. 'translation' => "<em>Text</em>, qui ajoute des types de champs de texte. Un champ texte peut contenir du texte brut uniquement ou, optionnellement, utiliser les filtres des formats d'entrée que propose Drupal pour gérer en toute sécurité des textes enrichis. Les champs de saisie de texte peuvent être constitués d'une seule ligne (champ texte), de plusieurs lignes (zone de texte) ou, pour un meilleur contrôle des valeurs saisies, une liste de sélection, des cases à cocher ou des boutons radio. Si besoin, CCK peut valider les saisies sur la base d'un ensemble de valeurs autorisées.",
  22770. 'language' => 'fr',
  22771. 'plid' => '0',
  22772. 'plural' => '0',
  22773. 'i18n_status' => '0',
  22774. ))
  22775. ->values(array(
  22776. 'lid' => '10',
  22777. 'translation' => '<em>Node Reference</em>, qui crée des références personnalisées entre nœuds de Drupal. En ajoutant, par exemple, un champ <em>nodereference</em> et deux types de contenus différents, vous pouvez facilement créer des relations complexes de type parent/enfant entre données (par exemple plusieurs nœuds "employé" peuvent présenter un champ <em>nodereference</em> pointant vers un même nœud "employeur").',
  22778. 'language' => 'fr',
  22779. 'plid' => '0',
  22780. 'plural' => '0',
  22781. 'i18n_status' => '0',
  22782. ))
  22783. ->values(array(
  22784. 'lid' => '11',
  22785. 'translation' => "<em>User reference</em>, qui crée des références personnalisées vers les comptes des utilisateurs de votre site. En ajoutant un champ <em>userreference</em>, vous pouvez créer des relations complexes entre les utilisateurs de votre site et des publications. Ainsi, pour tracer l'implication d'un utilisateur dans une publication (au delà du champ Drupal standard <em>Écrit par</em>), vous pouvez ajouter à un type de contenu un champ <em>userreference</em> intitulé \"Édité par\" pour enregistrer un lien vers la page du compte utilisateur ayant édité la publication.",
  22786. 'language' => 'fr',
  22787. 'plid' => '0',
  22788. 'plural' => '0',
  22789. 'i18n_status' => '0',
  22790. ))
  22791. ->values(array(
  22792. 'lid' => '12',
  22793. 'translation' => "<em>Fieldgroup</em>, qui crée des groupes de champs liés. Les groupe de champ peuvent être repliés, et vous pouvez choisir qu'ils soient dépliés ou repliés par défaut. L'ordre des groupes de champs, ainsi que l'ordre des champs au sein d'un groupe, est géré grâce à l'interface par glisser-déposer fournie par le module Content.",
  22794. 'language' => 'fr',
  22795. 'plid' => '0',
  22796. 'plural' => '0',
  22797. 'i18n_status' => '0',
  22798. ))
  22799. ->values(array(
  22800. 'lid' => '13',
  22801. 'translation' => "Pour plus d'informations, reportez-vous à l'entrée de manuel en ligne relative à <a href=\"@handbook-cck\">CCK</a> ou à la <a href=\"@project-cck\">page du projet CCK</a>.",
  22802. 'language' => 'fr',
  22803. 'plid' => '0',
  22804. 'plural' => '0',
  22805. 'i18n_status' => '0',
  22806. ))
  22807. ->values(array(
  22808. 'lid' => '14',
  22809. 'translation' => 'Configurez ici la manière dont les champs et étiquettes de champs de ce type de contenu doivent être affichées, lorsque le contenu est vu en mode résumé ou en pleine page.',
  22810. 'language' => 'fr',
  22811. 'plid' => '0',
  22812. 'plural' => '0',
  22813. 'i18n_status' => '0',
  22814. ))
  22815. ->values(array(
  22816. 'lid' => '15',
  22817. 'translation' => "Configurez ici la façon dont les champs de ce type de contenu doivent être affichés lorsqu'il est rendu dans les contextes suivants.",
  22818. 'language' => 'fr',
  22819. 'plid' => '0',
  22820. 'plural' => '0',
  22821. 'i18n_status' => '0',
  22822. ))
  22823. ->values(array(
  22824. 'lid' => '16',
  22825. 'translation' => "Contrôlez ici l'ordre des champs dans le formulaire de saisie.",
  22826. 'language' => 'fr',
  22827. 'plid' => '0',
  22828. 'plural' => '0',
  22829. 'i18n_status' => '0',
  22830. ))
  22831. ->values(array(
  22832. 'lid' => '17',
  22833. 'translation' => 'Ce champ est obligatoire.',
  22834. 'language' => 'fr',
  22835. 'plid' => '0',
  22836. 'plural' => '0',
  22837. 'i18n_status' => '0',
  22838. ))
  22839. ->values(array(
  22840. 'lid' => '18',
  22841. 'translation' => '!title : !required',
  22842. 'language' => 'fr',
  22843. 'plid' => '0',
  22844. 'plural' => '0',
  22845. 'i18n_status' => '0',
  22846. ))
  22847. ->values(array(
  22848. 'lid' => '19',
  22849. 'translation' => 'Ordre',
  22850. 'language' => 'fr',
  22851. 'plid' => '0',
  22852. 'plural' => '0',
  22853. 'i18n_status' => '0',
  22854. ))
  22855. ->values(array(
  22856. 'lid' => '20',
  22857. 'translation' => 'Élément de flux RSS',
  22858. 'language' => 'fr',
  22859. 'plid' => '0',
  22860. 'plural' => '0',
  22861. 'i18n_status' => '0',
  22862. ))
  22863. ->values(array(
  22864. 'lid' => '21',
  22865. 'translation' => 'Index de recherche',
  22866. 'language' => 'fr',
  22867. 'plid' => '0',
  22868. 'plural' => '0',
  22869. 'i18n_status' => '0',
  22870. ))
  22871. ->values(array(
  22872. 'lid' => '22',
  22873. 'translation' => 'Résultat de recherche',
  22874. 'language' => 'fr',
  22875. 'plid' => '0',
  22876. 'plural' => '0',
  22877. 'i18n_status' => '0',
  22878. ))
  22879. ->values(array(
  22880. 'lid' => '23',
  22881. 'translation' => 'Langue',
  22882. 'language' => 'fr',
  22883. 'plid' => '0',
  22884. 'plural' => '0',
  22885. 'i18n_status' => '0',
  22886. ))
  22887. ->values(array(
  22888. 'lid' => '24',
  22889. 'translation' => 'Taxonomie',
  22890. 'language' => 'fr',
  22891. 'plid' => '0',
  22892. 'plural' => '0',
  22893. 'i18n_status' => '0',
  22894. ))
  22895. ->values(array(
  22896. 'lid' => '25',
  22897. 'translation' => 'Fichiers attachés',
  22898. 'language' => 'fr',
  22899. 'plid' => '0',
  22900. 'plural' => '0',
  22901. 'i18n_status' => '0',
  22902. ))
  22903. ->values(array(
  22904. 'lid' => '26',
  22905. 'translation' => 'Mise à jour du type de champ %type avec le module %module.',
  22906. 'language' => 'fr',
  22907. 'plid' => '0',
  22908. 'plural' => '0',
  22909. 'i18n_status' => '0',
  22910. ))
  22911. ->values(array(
  22912. 'lid' => '27',
  22913. 'translation' => 'Mise à jour du type de widget %widget avec le module %module.',
  22914. 'language' => 'fr',
  22915. 'plid' => '0',
  22916. 'plural' => '0',
  22917. 'i18n_status' => '0',
  22918. ))
  22919. ->values(array(
  22920. 'lid' => '28',
  22921. 'translation' => "Utiliser du code PHP pour le paramétrage des champs (dangereux - à n'autoriser qu'avec précautions)",
  22922. 'language' => 'fr',
  22923. 'plid' => '0',
  22924. 'plural' => '0',
  22925. 'i18n_status' => '0',
  22926. ))
  22927. ->values(array(
  22928. 'lid' => '29',
  22929. 'translation' => 'Gérer les champs',
  22930. 'language' => 'fr',
  22931. 'plid' => '0',
  22932. 'plural' => '0',
  22933. 'i18n_status' => '0',
  22934. ))
  22935. ->values(array(
  22936. 'lid' => '30',
  22937. 'translation' => 'Afficher les champs',
  22938. 'language' => 'fr',
  22939. 'plid' => '0',
  22940. 'plural' => '0',
  22941. 'i18n_status' => '0',
  22942. ))
  22943. ->values(array(
  22944. 'lid' => '31',
  22945. 'translation' => 'Général',
  22946. 'language' => 'fr',
  22947. 'plid' => '0',
  22948. 'plural' => '0',
  22949. 'i18n_status' => '0',
  22950. ))
  22951. ->values(array(
  22952. 'lid' => '32',
  22953. 'translation' => 'Avancé',
  22954. 'language' => 'fr',
  22955. 'plid' => '0',
  22956. 'plural' => '0',
  22957. 'i18n_status' => '0',
  22958. ))
  22959. ->values(array(
  22960. 'lid' => '33',
  22961. 'translation' => 'Supprimer un champ',
  22962. 'language' => 'fr',
  22963. 'plid' => '0',
  22964. 'plural' => '0',
  22965. 'i18n_status' => '0',
  22966. ))
  22967. ->values(array(
  22968. 'lid' => '34',
  22969. 'translation' => 'Content',
  22970. 'language' => 'fr',
  22971. 'plid' => '0',
  22972. 'plural' => '0',
  22973. 'i18n_status' => '0',
  22974. ))
  22975. ->values(array(
  22976. 'lid' => '35',
  22977. 'translation' => 'Permet aux administrateurs de définir des nouveaux types de contenu.',
  22978. 'language' => 'fr',
  22979. 'plid' => '0',
  22980. 'plural' => '0',
  22981. 'i18n_status' => '0',
  22982. ))
  22983. ->values(array(
  22984. 'lid' => '36',
  22985. 'translation' => 'CCK',
  22986. 'language' => 'fr',
  22987. 'plid' => '0',
  22988. 'plural' => '0',
  22989. 'i18n_status' => '0',
  22990. ))
  22991. ->values(array(
  22992. 'lid' => '37',
  22993. 'translation' => 'Texte',
  22994. 'language' => 'fr',
  22995. 'plid' => '0',
  22996. 'plural' => '0',
  22997. 'i18n_status' => '0',
  22998. ))
  22999. ->values(array(
  23000. 'lid' => '38',
  23001. 'translation' => "Les valeurs possibles pour ce champ. Saisissez une valeur par ligne, sous la forme <em>clé|libellé</em>. La clé est la valeur enregistrée dans la base de données, et elle doit correspondre au type de stockage du champ, %type. Le libellé est optionnel et, s'il n'est pas spécifié, la clé sera utilisée comme libellé.",
  23002. 'language' => 'fr',
  23003. 'plid' => '0',
  23004. 'plural' => '0',
  23005. 'i18n_status' => '0',
  23006. ))
  23007. ->values(array(
  23008. 'lid' => '39',
  23009. 'translation' => 'Zone de texte',
  23010. 'language' => 'fr',
  23011. 'plid' => '0',
  23012. 'plural' => '0',
  23013. 'i18n_status' => '0',
  23014. ))
  23015. ->values(array(
  23016. 'lid' => '40',
  23017. 'translation' => 'Ôter',
  23018. 'language' => 'fr',
  23019. 'plid' => '0',
  23020. 'plural' => '0',
  23021. 'i18n_status' => '0',
  23022. ))
  23023. ->values(array(
  23024. 'lid' => '41',
  23025. 'translation' => 'Basique',
  23026. 'language' => 'fr',
  23027. 'plid' => '0',
  23028. 'plural' => '0',
  23029. 'i18n_status' => '0',
  23030. ))
  23031. ->values(array(
  23032. 'lid' => '42',
  23033. 'translation' => 'Résumé',
  23034. 'language' => 'fr',
  23035. 'plid' => '0',
  23036. 'plural' => '0',
  23037. 'i18n_status' => '0',
  23038. ))
  23039. ->values(array(
  23040. 'lid' => '43',
  23041. 'translation' => 'Nœud complet',
  23042. 'language' => 'fr',
  23043. 'plid' => '0',
  23044. 'plural' => '0',
  23045. 'i18n_status' => '0',
  23046. ))
  23047. ->values(array(
  23048. 'lid' => '44',
  23049. 'translation' => 'RSS',
  23050. 'language' => 'fr',
  23051. 'plid' => '0',
  23052. 'plural' => '0',
  23053. 'i18n_status' => '0',
  23054. ))
  23055. ->values(array(
  23056. 'lid' => '45',
  23057. 'translation' => 'Recherche',
  23058. 'language' => 'fr',
  23059. 'plid' => '0',
  23060. 'plural' => '0',
  23061. 'i18n_status' => '0',
  23062. ))
  23063. ->values(array(
  23064. 'lid' => '46',
  23065. 'translation' => 'Formulaire du module node.',
  23066. 'language' => 'fr',
  23067. 'plid' => '0',
  23068. 'plural' => '0',
  23069. 'i18n_status' => '0',
  23070. ))
  23071. ->values(array(
  23072. 'lid' => '47',
  23073. 'translation' => 'Formulaire du module locale.',
  23074. 'language' => 'fr',
  23075. 'plid' => '0',
  23076. 'plural' => '0',
  23077. 'i18n_status' => '0',
  23078. ))
  23079. ->values(array(
  23080. 'lid' => '48',
  23081. 'translation' => 'Paramètres du menu',
  23082. 'language' => 'fr',
  23083. 'plid' => '0',
  23084. 'plural' => '0',
  23085. 'i18n_status' => '0',
  23086. ))
  23087. ->values(array(
  23088. 'lid' => '49',
  23089. 'translation' => 'Formulaire du module menu.',
  23090. 'language' => 'fr',
  23091. 'plid' => '0',
  23092. 'plural' => '0',
  23093. 'i18n_status' => '0',
  23094. ))
  23095. ->values(array(
  23096. 'lid' => '50',
  23097. 'translation' => 'Formulaire du module taxonomy.',
  23098. 'language' => 'fr',
  23099. 'plid' => '0',
  23100. 'plural' => '0',
  23101. 'i18n_status' => '0',
  23102. ))
  23103. ->values(array(
  23104. 'lid' => '51',
  23105. 'translation' => 'Livre',
  23106. 'language' => 'fr',
  23107. 'plid' => '0',
  23108. 'plural' => '0',
  23109. 'i18n_status' => '0',
  23110. ))
  23111. ->values(array(
  23112. 'lid' => '52',
  23113. 'translation' => 'Formulaire du module livre (book).',
  23114. 'language' => 'fr',
  23115. 'plid' => '0',
  23116. 'plural' => '0',
  23117. 'i18n_status' => '0',
  23118. ))
  23119. ->values(array(
  23120. 'lid' => '53',
  23121. 'translation' => 'Titre du sondage',
  23122. 'language' => 'fr',
  23123. 'plid' => '0',
  23124. 'plural' => '0',
  23125. 'i18n_status' => '0',
  23126. ))
  23127. ->values(array(
  23128. 'lid' => '54',
  23129. 'translation' => 'Titre du module sondage (Poll)',
  23130. 'language' => 'fr',
  23131. 'plid' => '0',
  23132. 'plural' => '0',
  23133. 'i18n_status' => '0',
  23134. ))
  23135. ->values(array(
  23136. 'lid' => '55',
  23137. 'translation' => 'Choix du sondage',
  23138. 'language' => 'fr',
  23139. 'plid' => '0',
  23140. 'plural' => '0',
  23141. 'i18n_status' => '0',
  23142. ))
  23143. ->values(array(
  23144. 'lid' => '56',
  23145. 'translation' => 'Choix du module sondage (poll).',
  23146. 'language' => 'fr',
  23147. 'plid' => '0',
  23148. 'plural' => '0',
  23149. 'i18n_status' => '0',
  23150. ))
  23151. ->values(array(
  23152. 'lid' => '57',
  23153. 'translation' => 'Paramètrage du sondage',
  23154. 'language' => 'fr',
  23155. 'plid' => '0',
  23156. 'plural' => '0',
  23157. 'i18n_status' => '0',
  23158. ))
  23159. ->values(array(
  23160. 'lid' => '58',
  23161. 'translation' => 'Paramètres du module sondage (poll).',
  23162. 'language' => 'fr',
  23163. 'plid' => '0',
  23164. 'plural' => '0',
  23165. 'i18n_status' => '0',
  23166. ))
  23167. ->values(array(
  23168. 'lid' => '59',
  23169. 'translation' => 'Formulaire du module upload.',
  23170. 'language' => 'fr',
  23171. 'plid' => '0',
  23172. 'plural' => '0',
  23173. 'i18n_status' => '0',
  23174. ))
  23175. ->values(array(
  23176. 'lid' => '60',
  23177. 'translation' => 'contenu',
  23178. 'language' => 'fr',
  23179. 'plid' => '0',
  23180. 'plural' => '0',
  23181. 'i18n_status' => '0',
  23182. ))
  23183. ->values(array(
  23184. 'lid' => '61',
  23185. 'translation' => 'Champs',
  23186. 'language' => 'fr',
  23187. 'plid' => '0',
  23188. 'plural' => '0',
  23189. 'i18n_status' => '0',
  23190. ))
  23191. ->values(array(
  23192. 'lid' => '62',
  23193. 'translation' => "Les mises à jour des modules liés à CCK ne sont pas exécutées tant que les modules ne sont pas activés sur la <a href=\"@admin-modules-path\">page d'administration des modules</a>. Lorsque vous les activerez, vous devrez retourner sur la page <a href=\"@update-php\">update.php</a> et exécuter les mises à jour restantes.",
  23194. 'language' => 'fr',
  23195. 'plid' => '0',
  23196. 'plural' => '0',
  23197. 'i18n_status' => '0',
  23198. ))
  23199. ->values(array(
  23200. 'lid' => '63',
  23201. 'translation' => "!module.module possède des mises à jour mais ne peut pas être mis à jour car content.module n'est pas activé.<br /> Le cas échéant, lors de l'activation de content.module, vous devrez exécuter à nouveau le script de mise à jour. Vous continuerez à voir ce message jusqu'à ce que le module soit activé et les mises à jour exécutées.",
  23202. 'language' => 'fr',
  23203. 'plid' => '0',
  23204. 'plural' => '0',
  23205. 'i18n_status' => '0',
  23206. ))
  23207. ->values(array(
  23208. 'lid' => '64',
  23209. 'translation' => "!module.module possède des mises à jour et est disponible dans le répertoire des modules, mais n'est pas activé.<br /> Le cas échéant, lorsque vous l'aurez activé, vous devrez ré-exécuter le script de mise à jour. Vous continuerez à voir ce message jusqu'à l'activation du module et l'exécution des mises à jour. ",
  23210. 'language' => 'fr',
  23211. 'plid' => '0',
  23212. 'plural' => '0',
  23213. 'i18n_status' => '0',
  23214. ))
  23215. ->values(array(
  23216. 'lid' => '65',
  23217. 'translation' => 'Des mises à jour sont toujours en attente. Veuillez retourner sur <a href="@update-php">update.php</a> et exécuter les mises à jour restarntes.',
  23218. 'language' => 'fr',
  23219. 'plid' => '0',
  23220. 'plural' => '0',
  23221. 'i18n_status' => '0',
  23222. ))
  23223. ->values(array(
  23224. 'lid' => '66',
  23225. 'translation' => 'CCK - Aucune Intégration aux Vues',
  23226. 'language' => 'fr',
  23227. 'plid' => '0',
  23228. 'plural' => '0',
  23229. 'i18n_status' => '0',
  23230. ))
  23231. ->values(array(
  23232. 'lid' => '67',
  23233. 'translation' => 'L"intégration de CCK avec le module Views requiert Views 6.x-2.0-rc2 ou une version supérieure.',
  23234. 'language' => 'fr',
  23235. 'plid' => '0',
  23236. 'plural' => '0',
  23237. 'i18n_status' => '0',
  23238. ))
  23239. ->values(array(
  23240. 'lid' => '68',
  23241. 'translation' => 'Nom',
  23242. 'language' => 'fr',
  23243. 'plid' => '0',
  23244. 'plural' => '0',
  23245. 'i18n_status' => '0',
  23246. ))
  23247. ->values(array(
  23248. 'lid' => '69',
  23249. 'translation' => 'Type',
  23250. 'language' => 'fr',
  23251. 'plid' => '0',
  23252. 'plural' => '0',
  23253. 'i18n_status' => '0',
  23254. ))
  23255. ->values(array(
  23256. 'lid' => '70',
  23257. 'translation' => 'Description',
  23258. 'language' => 'fr',
  23259. 'plid' => '0',
  23260. 'plural' => '0',
  23261. 'i18n_status' => '0',
  23262. ))
  23263. ->values(array(
  23264. 'lid' => '71',
  23265. 'translation' => 'Opérations',
  23266. 'language' => 'fr',
  23267. 'plid' => '0',
  23268. 'plural' => '0',
  23269. 'i18n_status' => '0',
  23270. ))
  23271. ->values(array(
  23272. 'lid' => '72',
  23273. 'translation' => 'éditer',
  23274. 'language' => 'fr',
  23275. 'plid' => '0',
  23276. 'plural' => '0',
  23277. 'i18n_status' => '0',
  23278. ))
  23279. ->values(array(
  23280. 'lid' => '73',
  23281. 'translation' => 'gérer les champs',
  23282. 'language' => 'fr',
  23283. 'plid' => '0',
  23284. 'plural' => '0',
  23285. 'i18n_status' => '0',
  23286. ))
  23287. ->values(array(
  23288. 'lid' => '74',
  23289. 'translation' => 'supprimer',
  23290. 'language' => 'fr',
  23291. 'plid' => '0',
  23292. 'plural' => '0',
  23293. 'i18n_status' => '0',
  23294. ))
  23295. ->values(array(
  23296. 'lid' => '75',
  23297. 'translation' => 'Aucun type de contenu disponible.',
  23298. 'language' => 'fr',
  23299. 'plid' => '0',
  23300. 'plural' => '0',
  23301. 'i18n_status' => '0',
  23302. ))
  23303. ->values(array(
  23304. 'lid' => '76',
  23305. 'translation' => '» Ajouter un nouveau type de contenu',
  23306. 'language' => 'fr',
  23307. 'plid' => '0',
  23308. 'plural' => '0',
  23309. 'i18n_status' => '0',
  23310. ))
  23311. ->values(array(
  23312. 'lid' => '77',
  23313. 'translation' => 'Nom du champ',
  23314. 'language' => 'fr',
  23315. 'plid' => '0',
  23316. 'plural' => '0',
  23317. 'i18n_status' => '0',
  23318. ))
  23319. ->values(array(
  23320. 'lid' => '78',
  23321. 'translation' => 'Type de champ',
  23322. 'language' => 'fr',
  23323. 'plid' => '0',
  23324. 'plural' => '0',
  23325. 'i18n_status' => '0',
  23326. ))
  23327. ->values(array(
  23328. 'lid' => '79',
  23329. 'translation' => 'Utilisé dans',
  23330. 'language' => 'fr',
  23331. 'plid' => '0',
  23332. 'plural' => '0',
  23333. 'i18n_status' => '0',
  23334. ))
  23335. ->values(array(
  23336. 'lid' => '80',
  23337. 'translation' => '@field_name (Verrouillé)',
  23338. 'language' => 'fr',
  23339. 'plid' => '0',
  23340. 'plural' => '0',
  23341. 'i18n_status' => '0',
  23342. ))
  23343. ->values(array(
  23344. 'lid' => '81',
  23345. 'translation' => "Aucun champ n'est pour l'instant défini sur l'ensemble des types de contenu.",
  23346. 'language' => 'fr',
  23347. 'plid' => '0',
  23348. 'plural' => '0',
  23349. 'i18n_status' => '0',
  23350. ))
  23351. ->values(array(
  23352. 'lid' => '82',
  23353. 'translation' => "Ce type de contenu possède des champs inactifs. Les champs inactifs ne sont pas inclus dans la liste de champs disponibles, jusqu'à l'activation des modules correspondants.",
  23354. 'language' => 'fr',
  23355. 'plid' => '0',
  23356. 'plural' => '0',
  23357. 'i18n_status' => '0',
  23358. ))
  23359. ->values(array(
  23360. 'lid' => '83',
  23361. 'translation' => '!field (!field_name) est un champ inactif de type !field_type, qui utilise un widget de type !widget_type.',
  23362. 'language' => 'fr',
  23363. 'plid' => '0',
  23364. 'plural' => '0',
  23365. 'i18n_status' => '0',
  23366. ))
  23367. ->values(array(
  23368. 'lid' => '84',
  23369. 'translation' => 'Configurer',
  23370. 'language' => 'fr',
  23371. 'plid' => '0',
  23372. 'plural' => '0',
  23373. 'i18n_status' => '0',
  23374. ))
  23375. ->values(array(
  23376. 'lid' => '85',
  23377. 'translation' => 'Verrouillé',
  23378. 'language' => 'fr',
  23379. 'plid' => '0',
  23380. 'plural' => '0',
  23381. 'i18n_status' => '0',
  23382. ))
  23383. ->values(array(
  23384. 'lid' => '86',
  23385. 'translation' => '- Sélectionnez un type de champ -',
  23386. 'language' => 'fr',
  23387. 'plid' => '0',
  23388. 'plural' => '0',
  23389. 'i18n_status' => '0',
  23390. ))
  23391. ->values(array(
  23392. 'lid' => '87',
  23393. 'translation' => '- Sélectionnez un widget -',
  23394. 'language' => 'fr',
  23395. 'plid' => '0',
  23396. 'plural' => '0',
  23397. 'i18n_status' => '0',
  23398. ))
  23399. ->values(array(
  23400. 'lid' => '88',
  23401. 'translation' => 'Étiquette',
  23402. 'language' => 'fr',
  23403. 'plid' => '0',
  23404. 'plural' => '0',
  23405. 'i18n_status' => '0',
  23406. ))
  23407. ->values(array(
  23408. 'lid' => '89',
  23409. 'translation' => 'Nom du champ (a-z, 0-9, _)',
  23410. 'language' => 'fr',
  23411. 'plid' => '0',
  23412. 'plural' => '0',
  23413. 'i18n_status' => '0',
  23414. ))
  23415. ->values(array(
  23416. 'lid' => '90',
  23417. 'translation' => 'Type de données à stocker.',
  23418. 'language' => 'fr',
  23419. 'plid' => '0',
  23420. 'plural' => '0',
  23421. 'i18n_status' => '0',
  23422. ))
  23423. ->values(array(
  23424. 'lid' => '91',
  23425. 'translation' => "Elément du formulaire pour l'édition des données.",
  23426. 'language' => 'fr',
  23427. 'plid' => '0',
  23428. 'plural' => '0',
  23429. 'i18n_status' => '0',
  23430. ))
  23431. ->values(array(
  23432. 'lid' => '92',
  23433. 'translation' => '- Sélectionnez un champ existant -',
  23434. 'language' => 'fr',
  23435. 'plid' => '0',
  23436. 'plural' => '0',
  23437. 'i18n_status' => '0',
  23438. ))
  23439. ->values(array(
  23440. 'lid' => '93',
  23441. 'translation' => 'Champ à partager',
  23442. 'language' => 'fr',
  23443. 'plid' => '0',
  23444. 'plural' => '0',
  23445. 'i18n_status' => '0',
  23446. ))
  23447. ->values(array(
  23448. 'lid' => '94',
  23449. 'translation' => 'Nom du groupe (a-z, 0-9, _)',
  23450. 'language' => 'fr',
  23451. 'plid' => '0',
  23452. 'plural' => '0',
  23453. 'i18n_status' => '0',
  23454. ))
  23455. ->values(array(
  23456. 'lid' => '95',
  23457. 'translation' => 'Enregistrer',
  23458. 'language' => 'fr',
  23459. 'plid' => '0',
  23460. 'plural' => '0',
  23461. 'i18n_status' => '0',
  23462. ))
  23463. ->values(array(
  23464. 'lid' => '96',
  23465. 'translation' => 'Ajouter un nouveau champ : vous devez fournir une étiquette.',
  23466. 'language' => 'fr',
  23467. 'plid' => '0',
  23468. 'plural' => '0',
  23469. 'i18n_status' => '0',
  23470. ))
  23471. ->values(array(
  23472. 'lid' => '97',
  23473. 'translation' => 'Ajouter un nouveau champ : vous devez fournir un nom de champ.',
  23474. 'language' => 'fr',
  23475. 'plid' => '0',
  23476. 'plural' => '0',
  23477. 'i18n_status' => '0',
  23478. ))
  23479. ->values(array(
  23480. 'lid' => '98',
  23481. 'translation' => "Ajouter un nouveau champ : le nom de champ %field_name n'est pas valide. Le nom doit seulement contenir des lettre minuscules non accentuées, des nombres, et des underscores. ",
  23482. 'language' => 'fr',
  23483. 'plid' => '0',
  23484. 'plural' => '0',
  23485. 'i18n_status' => '0',
  23486. ))
  23487. ->values(array(
  23488. 'lid' => '99',
  23489. 'translation' => "Ajouter un nouveau champ : le nom de champ %field_name est trop long. Le nom est limité à 32 caractères, en comptant le préfixe 'field_'.",
  23490. 'language' => 'fr',
  23491. 'plid' => '0',
  23492. 'plural' => '0',
  23493. 'i18n_status' => '0',
  23494. ))
  23495. ->values(array(
  23496. 'lid' => '100',
  23497. 'translation' => "Ajouter un nouveau champ : le nom 'field_instance' est un nom réservé.",
  23498. 'language' => 'fr',
  23499. 'plid' => '0',
  23500. 'plural' => '0',
  23501. 'i18n_status' => '0',
  23502. ))
  23503. ->values(array(
  23504. 'lid' => '101',
  23505. 'translation' => 'Ajouter un nouveau champ : le nom du champ %field_name existe déjà.',
  23506. 'language' => 'fr',
  23507. 'plid' => '0',
  23508. 'plural' => '0',
  23509. 'i18n_status' => '0',
  23510. ))
  23511. ->values(array(
  23512. 'lid' => '102',
  23513. 'translation' => 'Ajouter un nouveau champ : vous devez sélectionner un type de champ.',
  23514. 'language' => 'fr',
  23515. 'plid' => '0',
  23516. 'plural' => '0',
  23517. 'i18n_status' => '0',
  23518. ))
  23519. ->values(array(
  23520. 'lid' => '103',
  23521. 'translation' => 'Ajouter un nouveau champ : vous devez sélectionner un widget.',
  23522. 'language' => 'fr',
  23523. 'plid' => '0',
  23524. 'plural' => '0',
  23525. 'i18n_status' => '0',
  23526. ))
  23527. ->values(array(
  23528. 'lid' => '104',
  23529. 'translation' => 'Ajouter un nouveau champ : widget non valide.',
  23530. 'language' => 'fr',
  23531. 'plid' => '0',
  23532. 'plural' => '0',
  23533. 'i18n_status' => '0',
  23534. ))
  23535. ->values(array(
  23536. 'lid' => '105',
  23537. 'translation' => 'Ajouter un champ existant : vous devez fournir une étiquette.',
  23538. 'language' => 'fr',
  23539. 'plid' => '0',
  23540. 'plural' => '0',
  23541. 'i18n_status' => '0',
  23542. ))
  23543. ->values(array(
  23544. 'lid' => '106',
  23545. 'translation' => 'Ajouter un champ existant : vous devez sélectionner un champ.',
  23546. 'language' => 'fr',
  23547. 'plid' => '0',
  23548. 'plural' => '0',
  23549. 'i18n_status' => '0',
  23550. ))
  23551. ->values(array(
  23552. 'lid' => '107',
  23553. 'translation' => 'Ajouter un champ existant: vous devez sélectionner un widget.',
  23554. 'language' => 'fr',
  23555. 'plid' => '0',
  23556. 'plural' => '0',
  23557. 'i18n_status' => '0',
  23558. ))
  23559. ->values(array(
  23560. 'lid' => '108',
  23561. 'translation' => 'Ajouter un champ existant : widget non valide.',
  23562. 'language' => 'fr',
  23563. 'plid' => '0',
  23564. 'plural' => '0',
  23565. 'i18n_status' => '0',
  23566. ))
  23567. ->values(array(
  23568. 'lid' => '109',
  23569. 'translation' => "Un problème est survenu à la création du champ '%label'.",
  23570. 'language' => 'fr',
  23571. 'plid' => '0',
  23572. 'plural' => '0',
  23573. 'i18n_status' => '0',
  23574. ))
  23575. ->values(array(
  23576. 'lid' => '110',
  23577. 'translation' => "Le champ %label n'a pas pu être ajouté au type de contenu car il est verrouillé.",
  23578. 'language' => 'fr',
  23579. 'plid' => '0',
  23580. 'plural' => '0',
  23581. 'i18n_status' => '0',
  23582. ))
  23583. ->values(array(
  23584. 'lid' => '111',
  23585. 'translation' => "Un problème est survenu lors de l'ajout du champ '%label'.",
  23586. 'language' => 'fr',
  23587. 'plid' => '0',
  23588. 'plural' => '0',
  23589. 'i18n_status' => '0',
  23590. ))
  23591. ->values(array(
  23592. 'lid' => '112',
  23593. 'translation' => "Il n'y a aucun champ configuré pour ce type de contenu. Vous pouvez ajouter de nouveaux champs sur la page <a href=\"@link\">Gérer les champs</a>.",
  23594. 'language' => 'fr',
  23595. 'plid' => '0',
  23596. 'plural' => '0',
  23597. 'i18n_status' => '0',
  23598. ))
  23599. ->values(array(
  23600. 'lid' => '113',
  23601. 'translation' => 'Au dessus',
  23602. 'language' => 'fr',
  23603. 'plid' => '0',
  23604. 'plural' => '0',
  23605. 'i18n_status' => '0',
  23606. ))
  23607. ->values(array(
  23608. 'lid' => '114',
  23609. 'translation' => 'Sur la même ligne',
  23610. 'language' => 'fr',
  23611. 'plid' => '0',
  23612. 'plural' => '0',
  23613. 'i18n_status' => '0',
  23614. ))
  23615. ->values(array(
  23616. 'lid' => '115',
  23617. 'translation' => 'Inclure',
  23618. 'language' => 'fr',
  23619. 'plid' => '0',
  23620. 'plural' => '0',
  23621. 'i18n_status' => '0',
  23622. ))
  23623. ->values(array(
  23624. 'lid' => '116',
  23625. 'translation' => 'Exclure',
  23626. 'language' => 'fr',
  23627. 'plid' => '0',
  23628. 'plural' => '0',
  23629. 'i18n_status' => '0',
  23630. ))
  23631. ->values(array(
  23632. 'lid' => '117',
  23633. 'translation' => 'aucune mise en forme',
  23634. 'language' => 'fr',
  23635. 'plid' => '0',
  23636. 'plural' => '0',
  23637. 'i18n_status' => '0',
  23638. ))
  23639. ->values(array(
  23640. 'lid' => '118',
  23641. 'translation' => 'simple',
  23642. 'language' => 'fr',
  23643. 'plid' => '0',
  23644. 'plural' => '0',
  23645. 'i18n_status' => '0',
  23646. ))
  23647. ->values(array(
  23648. 'lid' => '119',
  23649. 'translation' => 'groupe de champs',
  23650. 'language' => 'fr',
  23651. 'plid' => '0',
  23652. 'plural' => '0',
  23653. 'i18n_status' => '0',
  23654. ))
  23655. ->values(array(
  23656. 'lid' => '120',
  23657. 'translation' => 'groupe de champs - repliable',
  23658. 'language' => 'fr',
  23659. 'plid' => '0',
  23660. 'plural' => '0',
  23661. 'i18n_status' => '0',
  23662. ))
  23663. ->values(array(
  23664. 'lid' => '121',
  23665. 'translation' => 'groupe de champs - replié',
  23666. 'language' => 'fr',
  23667. 'plid' => '0',
  23668. 'plural' => '0',
  23669. 'i18n_status' => '0',
  23670. ))
  23671. ->values(array(
  23672. 'lid' => '122',
  23673. 'translation' => 'Vos paramètres ont été enregistrés.',
  23674. 'language' => 'fr',
  23675. 'plid' => '0',
  23676. 'plural' => '0',
  23677. 'i18n_status' => '0',
  23678. ))
  23679. ->values(array(
  23680. 'lid' => '123',
  23681. 'translation' => '@type : @field (@label)',
  23682. 'language' => 'fr',
  23683. 'plid' => '0',
  23684. 'plural' => '0',
  23685. 'i18n_status' => '0',
  23686. ))
  23687. ->values(array(
  23688. 'lid' => '124',
  23689. 'translation' => 'Éditer les informations de base',
  23690. 'language' => 'fr',
  23691. 'plid' => '0',
  23692. 'plural' => '0',
  23693. 'i18n_status' => '0',
  23694. ))
  23695. ->values(array(
  23696. 'lid' => '125',
  23697. 'translation' => 'Le nom lisible par une machine du champ. Ce nom ne peut être changé.',
  23698. 'language' => 'fr',
  23699. 'plid' => '0',
  23700. 'plural' => '0',
  23701. 'i18n_status' => '0',
  23702. ))
  23703. ->values(array(
  23704. 'lid' => '126',
  23705. 'translation' => "Nom lisible par une personne, destiné à servir d'étiquette pour ce champ au sein du type de contenu '%type'.",
  23706. 'language' => 'fr',
  23707. 'plid' => '0',
  23708. 'plural' => '0',
  23709. 'i18n_status' => '0',
  23710. ))
  23711. ->values(array(
  23712. 'lid' => '127',
  23713. 'translation' => 'Type de données que vous souhaitez enregistrer, par le biais de ce champ, dans la base de données. Cette option ne peut être modifiée.',
  23714. 'language' => 'fr',
  23715. 'plid' => '0',
  23716. 'plural' => '0',
  23717. 'i18n_status' => '0',
  23718. ))
  23719. ->values(array(
  23720. 'lid' => '128',
  23721. 'translation' => 'Type de widget',
  23722. 'language' => 'fr',
  23723. 'plid' => '0',
  23724. 'plural' => '0',
  23725. 'i18n_status' => '0',
  23726. ))
  23727. ->values(array(
  23728. 'lid' => '129',
  23729. 'translation' => "Type d'élément de formulaire que vous souhaitez présenter à l'utilisateur lorsqu'il renseigne ce champ dans le type de contenu '%type'.",
  23730. 'language' => 'fr',
  23731. 'plid' => '0',
  23732. 'plural' => '0',
  23733. 'i18n_status' => '0',
  23734. ))
  23735. ->values(array(
  23736. 'lid' => '130',
  23737. 'translation' => 'Continuer',
  23738. 'language' => 'fr',
  23739. 'plid' => '0',
  23740. 'plural' => '0',
  23741. 'i18n_status' => '0',
  23742. ))
  23743. ->values(array(
  23744. 'lid' => '131',
  23745. 'translation' => 'Les paramètres basiques du champ %label ont été mis à jour.',
  23746. 'language' => 'fr',
  23747. 'plid' => '0',
  23748. 'plural' => '0',
  23749. 'i18n_status' => '0',
  23750. ))
  23751. ->values(array(
  23752. 'lid' => '132',
  23753. 'translation' => 'Un problème a été rencontré lors de la mise à jour des paramètres basiques du champ %label.',
  23754. 'language' => 'fr',
  23755. 'plid' => '0',
  23756. 'plural' => '0',
  23757. 'i18n_status' => '0',
  23758. ))
  23759. ->values(array(
  23760. 'lid' => '133',
  23761. 'translation' => "Êtes-vous certain de vouloir enlever le champ '%field' ?",
  23762. 'language' => 'fr',
  23763. 'plid' => '0',
  23764. 'plural' => '0',
  23765. 'i18n_status' => '0',
  23766. ))
  23767. ->values(array(
  23768. 'lid' => '134',
  23769. 'translation' => 'Si vous avez encore du contenu dans ce champ, il sera perdu. Cette action est irréversible.',
  23770. 'language' => 'fr',
  23771. 'plid' => '0',
  23772. 'plural' => '0',
  23773. 'i18n_status' => '0',
  23774. ))
  23775. ->values(array(
  23776. 'lid' => '135',
  23777. 'translation' => 'Annuler',
  23778. 'language' => 'fr',
  23779. 'plid' => '0',
  23780. 'plural' => '0',
  23781. 'i18n_status' => '0',
  23782. ))
  23783. ->values(array(
  23784. 'lid' => '136',
  23785. 'translation' => 'Ce champ est <strong>verrouillé</strong> et ne peut être supprimé.',
  23786. 'language' => 'fr',
  23787. 'plid' => '0',
  23788. 'plural' => '0',
  23789. 'i18n_status' => '0',
  23790. ))
  23791. ->values(array(
  23792. 'lid' => '137',
  23793. 'translation' => "Le champ '%field' de '%type' a été enlevé.",
  23794. 'language' => 'fr',
  23795. 'plid' => '0',
  23796. 'plural' => '0',
  23797. 'i18n_status' => '0',
  23798. ))
  23799. ->values(array(
  23800. 'lid' => '138',
  23801. 'translation' => "Un problème est survenu à la suppression du champ '%field' du type '%type'.",
  23802. 'language' => 'fr',
  23803. 'plid' => '0',
  23804. 'plural' => '0',
  23805. 'i18n_status' => '0',
  23806. ))
  23807. ->values(array(
  23808. 'lid' => '139',
  23809. 'translation' => 'Le champ %field est verouillé et ne peut être édité.',
  23810. 'language' => 'fr',
  23811. 'plid' => '0',
  23812. 'plural' => '0',
  23813. 'i18n_status' => '0',
  23814. ))
  23815. ->values(array(
  23816. 'lid' => '140',
  23817. 'translation' => "Informations de base pour '%type'",
  23818. 'language' => 'fr',
  23819. 'plid' => '0',
  23820. 'plural' => '0',
  23821. 'i18n_status' => '0',
  23822. ))
  23823. ->values(array(
  23824. 'lid' => '141',
  23825. 'translation' => 'Modifier les informations de base',
  23826. 'language' => 'fr',
  23827. 'plid' => '0',
  23828. 'plural' => '0',
  23829. 'i18n_status' => '0',
  23830. ))
  23831. ->values(array(
  23832. 'lid' => '142',
  23833. 'translation' => "Paramètres de '%type'",
  23834. 'language' => 'fr',
  23835. 'plid' => '0',
  23836. 'plural' => '0',
  23837. 'i18n_status' => '0',
  23838. ))
  23839. ->values(array(
  23840. 'lid' => '143',
  23841. 'translation' => "Ces paramètres ne s'applique qu'au champ '%field' tel qu'il apparaît dans le type contenu '%type'.",
  23842. 'language' => 'fr',
  23843. 'plid' => '0',
  23844. 'plural' => '0',
  23845. 'i18n_status' => '0',
  23846. ))
  23847. ->values(array(
  23848. 'lid' => '144',
  23849. 'translation' => "Texte d'aide",
  23850. 'language' => 'fr',
  23851. 'plid' => '0',
  23852. 'plural' => '0',
  23853. 'i18n_status' => '0',
  23854. ))
  23855. ->values(array(
  23856. 'lid' => '145',
  23857. 'translation' => "Instructions à présenter à l'utilisateur sous ce champ, dans le formulaire d'édition.<br />Balises HTML autorisées : @tags",
  23858. 'language' => 'fr',
  23859. 'plid' => '0',
  23860. 'plural' => '0',
  23861. 'i18n_status' => '0',
  23862. ))
  23863. ->values(array(
  23864. 'lid' => '146',
  23865. 'translation' => 'Valeur par défaut',
  23866. 'language' => 'fr',
  23867. 'plid' => '0',
  23868. 'plural' => '0',
  23869. 'i18n_status' => '0',
  23870. ))
  23871. ->values(array(
  23872. 'lid' => '147',
  23873. 'translation' => 'Code PHP',
  23874. 'language' => 'fr',
  23875. 'plid' => '0',
  23876. 'plural' => '0',
  23877. 'i18n_status' => '0',
  23878. ))
  23879. ->values(array(
  23880. 'lid' => '148',
  23881. 'translation' => "'@column' => valeur de @column",
  23882. 'language' => 'fr',
  23883. 'plid' => '0',
  23884. 'plural' => '0',
  23885. 'i18n_status' => '0',
  23886. ))
  23887. ->values(array(
  23888. 'lid' => '149',
  23889. 'translation' => "return array(\n 0 => array(@columns),\n // Vous voudrez vous arrêter là dans la plupart des cas. Fournir plus de valeurs\n // si vous souhaitez que votre 'valeur par défaut' ait des valeurs multiples :\n 1 => array(@columns),\n 2 => ...\n);",
  23890. 'language' => 'fr',
  23891. 'plid' => '0',
  23892. 'plural' => '0',
  23893. 'i18n_status' => '0',
  23894. ))
  23895. ->values(array(
  23896. 'lid' => '150',
  23897. 'translation' => 'Code',
  23898. 'language' => 'fr',
  23899. 'plid' => '0',
  23900. 'plural' => '0',
  23901. 'i18n_status' => '0',
  23902. ))
  23903. ->values(array(
  23904. 'lid' => '151',
  23905. 'translation' => "Usage avancé seulement : code PHP retournant une valeur par défaut. Ne doit pas contenir les délimiteurs &lt;?php ?&gt;. Si ce champ est rempli, la valeur retournée par ce code écrasera toute valeur spécifiée ci-dessus. Format attendu : <pre>!sample</pre>. Pour vous faire une idée du format attendu, vous pouvez utiliser l'onglet <em>devel load</em> fourni par <a href=\"@link_devel\">le module devel</a> sur une page de contenu de type %type.",
  23906. 'language' => 'fr',
  23907. 'plid' => '0',
  23908. 'plural' => '0',
  23909. 'i18n_status' => '0',
  23910. ))
  23911. ->values(array(
  23912. 'lid' => '152',
  23913. 'translation' => '&lt;aucun&gt;',
  23914. 'language' => 'fr',
  23915. 'plid' => '0',
  23916. 'plural' => '0',
  23917. 'i18n_status' => '0',
  23918. ))
  23919. ->values(array(
  23920. 'lid' => '153',
  23921. 'translation' => "Vous n'êtes pas autorisé à saisir du code PHP.",
  23922. 'language' => 'fr',
  23923. 'plid' => '0',
  23924. 'plural' => '0',
  23925. 'i18n_status' => '0',
  23926. ))
  23927. ->values(array(
  23928. 'lid' => '154',
  23929. 'translation' => 'Ce code PHP a été inséré par un administrateur et supplantera toute valeur spécifiée ci-dessus.',
  23930. 'language' => 'fr',
  23931. 'plid' => '0',
  23932. 'plural' => '0',
  23933. 'i18n_status' => '0',
  23934. ))
  23935. ->values(array(
  23936. 'lid' => '155',
  23937. 'translation' => 'Paramètres globaux',
  23938. 'language' => 'fr',
  23939. 'plid' => '0',
  23940. 'plural' => '0',
  23941. 'i18n_status' => '0',
  23942. ))
  23943. ->values(array(
  23944. 'lid' => '156',
  23945. 'translation' => "Ces paramètres s'appliquent au champ '%field' dans tous les types de contenu où il apparaît.",
  23946. 'language' => 'fr',
  23947. 'plid' => '0',
  23948. 'plural' => '0',
  23949. 'i18n_status' => '0',
  23950. ))
  23951. ->values(array(
  23952. 'lid' => '157',
  23953. 'translation' => 'Obligatoire',
  23954. 'language' => 'fr',
  23955. 'plid' => '0',
  23956. 'plural' => '0',
  23957. 'i18n_status' => '0',
  23958. ))
  23959. ->values(array(
  23960. 'lid' => '158',
  23961. 'translation' => "Le nombre maximum de valeurs qu'un utilisateur peut entrer pour ce champ.",
  23962. 'language' => 'fr',
  23963. 'plid' => '0',
  23964. 'plural' => '0',
  23965. 'i18n_status' => '0',
  23966. ))
  23967. ->values(array(
  23968. 'lid' => '159',
  23969. 'translation' => "'Illimité' fournira un bouton 'Ajouter plus' pour que les utilisateurs puissent ajouter autant de valeurs qu'ils le souhaitent.",
  23970. 'language' => 'fr',
  23971. 'plid' => '0',
  23972. 'plural' => '0',
  23973. 'i18n_status' => '0',
  23974. ))
  23975. ->values(array(
  23976. 'lid' => '160',
  23977. 'translation' => 'Attention ! Changer ce paramètre alors que des données ont déjà été créées peut conduire à perdre des données !',
  23978. 'language' => 'fr',
  23979. 'plid' => '0',
  23980. 'plural' => '0',
  23981. 'i18n_status' => '0',
  23982. ))
  23983. ->values(array(
  23984. 'lid' => '161',
  23985. 'translation' => 'Nombre de valeurs',
  23986. 'language' => 'fr',
  23987. 'plid' => '0',
  23988. 'plural' => '0',
  23989. 'i18n_status' => '0',
  23990. ))
  23991. ->values(array(
  23992. 'lid' => '162',
  23993. 'translation' => 'Illimité',
  23994. 'language' => 'fr',
  23995. 'plid' => '0',
  23996. 'plural' => '0',
  23997. 'i18n_status' => '0',
  23998. ))
  23999. ->values(array(
  24000. 'lid' => '163',
  24001. 'translation' => 'Enregistrer les paramètres du champ',
  24002. 'language' => 'fr',
  24003. 'plid' => '0',
  24004. 'plural' => '0',
  24005. 'i18n_status' => '0',
  24006. ))
  24007. ->values(array(
  24008. 'lid' => '164',
  24009. 'translation' => "Le code PHP pour la 'valeur par défaut' a retourné @value, qui n'est pas valide.",
  24010. 'language' => 'fr',
  24011. 'plid' => '0',
  24012. 'plural' => '0',
  24013. 'i18n_status' => '0',
  24014. ))
  24015. ->values(array(
  24016. 'lid' => '165',
  24017. 'translation' => 'La valeur par défaut est invalide.',
  24018. 'language' => 'fr',
  24019. 'plid' => '0',
  24020. 'plural' => '0',
  24021. 'i18n_status' => '0',
  24022. ))
  24023. ->values(array(
  24024. 'lid' => '166',
  24025. 'translation' => "Le champ '%label' a été ajouté.",
  24026. 'language' => 'fr',
  24027. 'plid' => '0',
  24028. 'plural' => '0',
  24029. 'i18n_status' => '0',
  24030. ))
  24031. ->values(array(
  24032. 'lid' => '167',
  24033. 'translation' => "Champ '%label' enregistré.",
  24034. 'language' => 'fr',
  24035. 'plid' => '0',
  24036. 'plural' => '0',
  24037. 'i18n_status' => '0',
  24038. ))
  24039. ->values(array(
  24040. 'lid' => '168',
  24041. 'translation' => 'Exécution',
  24042. 'language' => 'fr',
  24043. 'plid' => '0',
  24044. 'plural' => '0',
  24045. 'i18n_status' => '0',
  24046. ))
  24047. ->values(array(
  24048. 'lid' => '169',
  24049. 'translation' => 'La mise à jour a échoué.',
  24050. 'language' => 'fr',
  24051. 'plid' => '0',
  24052. 'plural' => '0',
  24053. 'i18n_status' => '0',
  24054. ))
  24055. ->values(array(
  24056. 'lid' => '170',
  24057. 'translation' => 'La base de données a été modifiée et des données ont été déplacées ou supprimées.',
  24058. 'language' => 'fr',
  24059. 'plid' => '0',
  24060. 'plural' => '0',
  24061. 'i18n_status' => '0',
  24062. ))
  24063. ->values(array(
  24064. 'lid' => '171',
  24065. 'translation' => 'Une erreur est survenue et a interrompu la modification de la base de données.',
  24066. 'language' => 'fr',
  24067. 'plid' => '0',
  24068. 'plural' => '0',
  24069. 'i18n_status' => '0',
  24070. ))
  24071. ->values(array(
  24072. 'lid' => '172',
  24073. 'translation' => "'%title' en cours de traitement",
  24074. 'language' => 'fr',
  24075. 'plid' => '0',
  24076. 'plural' => '0',
  24077. 'i18n_status' => '0',
  24078. ))
  24079. ->values(array(
  24080. 'lid' => '173',
  24081. 'translation' => '%name doit être un entier.',
  24082. 'language' => 'fr',
  24083. 'plid' => '0',
  24084. 'plural' => '0',
  24085. 'i18n_status' => '0',
  24086. ))
  24087. ->values(array(
  24088. 'lid' => '174',
  24089. 'translation' => '%name doit être un entier positif.',
  24090. 'language' => 'fr',
  24091. 'plid' => '0',
  24092. 'plural' => '0',
  24093. 'i18n_status' => '0',
  24094. ))
  24095. ->values(array(
  24096. 'lid' => '175',
  24097. 'translation' => '%name doit être un nombre.',
  24098. 'language' => 'fr',
  24099. 'plid' => '0',
  24100. 'plural' => '0',
  24101. 'i18n_status' => '0',
  24102. ))
  24103. ->values(array(
  24104. 'lid' => '176',
  24105. 'translation' => '1 élément traité avec succès&nbsp:',
  24106. 'language' => 'fr',
  24107. 'plid' => '0',
  24108. 'plural' => '0',
  24109. 'i18n_status' => '0',
  24110. ))
  24111. ->values(array(
  24112. 'lid' => '177',
  24113. 'translation' => '@count éléments traités avec succès&nbsp:',
  24114. 'language' => 'fr',
  24115. 'plid' => '176',
  24116. 'plural' => '1',
  24117. 'i18n_status' => '0',
  24118. ))
  24119. ->values(array(
  24120. 'lid' => '178',
  24121. 'translation' => "La table de champs a été renommée de '%old_name' à '%new_name' et les instances des champs ont été mises à jour.",
  24122. 'language' => 'fr',
  24123. 'plid' => '0',
  24124. 'plural' => '0',
  24125. 'i18n_status' => '0',
  24126. ))
  24127. ->values(array(
  24128. 'lid' => '179',
  24129. 'translation' => "La table de champs '%name' a été supprimée.",
  24130. 'language' => 'fr',
  24131. 'plid' => '0',
  24132. 'plural' => '0',
  24133. 'i18n_status' => '0',
  24134. ))
  24135. ->values(array(
  24136. 'lid' => '180',
  24137. 'translation' => 'Ajouter un autre élément',
  24138. 'language' => 'fr',
  24139. 'plid' => '0',
  24140. 'plural' => '0',
  24141. 'i18n_status' => '0',
  24142. ))
  24143. ->values(array(
  24144. 'lid' => '181',
  24145. 'translation' => 'Contenu du champ',
  24146. 'language' => 'fr',
  24147. 'plid' => '0',
  24148. 'plural' => '0',
  24149. 'i18n_status' => '0',
  24150. ))
  24151. ->values(array(
  24152. 'lid' => '182',
  24153. 'translation' => 'Un champ de contenu du node référencé.',
  24154. 'language' => 'fr',
  24155. 'plid' => '0',
  24156. 'plural' => '0',
  24157. 'i18n_status' => '0',
  24158. ))
  24159. ->values(array(
  24160. 'lid' => '183',
  24161. 'translation' => 'Noeud',
  24162. 'language' => 'fr',
  24163. 'plid' => '0',
  24164. 'plural' => '0',
  24165. 'i18n_status' => '0',
  24166. ))
  24167. ->values(array(
  24168. 'lid' => '184',
  24169. 'translation' => 'Contexte du noeud',
  24170. 'language' => 'fr',
  24171. 'plid' => '0',
  24172. 'plural' => '0',
  24173. 'i18n_status' => '0',
  24174. ))
  24175. ->values(array(
  24176. 'lid' => '185',
  24177. 'translation' => 'Titre du bloc',
  24178. 'language' => 'fr',
  24179. 'plid' => '0',
  24180. 'plural' => '0',
  24181. 'i18n_status' => '0',
  24182. ))
  24183. ->values(array(
  24184. 'lid' => '186',
  24185. 'translation' => 'Caché',
  24186. 'language' => 'fr',
  24187. 'plid' => '0',
  24188. 'plural' => '0',
  24189. 'i18n_status' => '0',
  24190. ))
  24191. ->values(array(
  24192. 'lid' => '187',
  24193. 'translation' => "Configurer la manière dont l'étiquette est affichée.",
  24194. 'language' => 'fr',
  24195. 'plid' => '0',
  24196. 'plural' => '0',
  24197. 'i18n_status' => '0',
  24198. ))
  24199. ->values(array(
  24200. 'lid' => '188',
  24201. 'translation' => 'Champ / Formateur',
  24202. 'language' => 'fr',
  24203. 'plid' => '0',
  24204. 'plural' => '0',
  24205. 'i18n_status' => '0',
  24206. ))
  24207. ->values(array(
  24208. 'lid' => '189',
  24209. 'translation' => 'Sélectionner un champ et un formateur.',
  24210. 'language' => 'fr',
  24211. 'plid' => '0',
  24212. 'plural' => '0',
  24213. 'i18n_status' => '0',
  24214. ))
  24215. ->values(array(
  24216. 'lid' => '190',
  24217. 'translation' => '"@s" champ @name',
  24218. 'language' => 'fr',
  24219. 'plid' => '0',
  24220. 'plural' => '0',
  24221. 'i18n_status' => '0',
  24222. ))
  24223. ->values(array(
  24224. 'lid' => '191',
  24225. 'translation' => 'Remplir un champ',
  24226. 'language' => 'fr',
  24227. 'plid' => '0',
  24228. 'plural' => '0',
  24229. 'i18n_status' => '0',
  24230. ))
  24231. ->values(array(
  24232. 'lid' => '192',
  24233. 'translation' => 'Vous devez vous assurer que le champ existe pour le type de contenu donné.',
  24234. 'language' => 'fr',
  24235. 'plid' => '0',
  24236. 'plural' => '0',
  24237. 'i18n_status' => '0',
  24238. ))
  24239. ->values(array(
  24240. 'lid' => '193',
  24241. 'translation' => 'Champ',
  24242. 'language' => 'fr',
  24243. 'plid' => '0',
  24244. 'plural' => '0',
  24245. 'i18n_status' => '0',
  24246. ))
  24247. ->values(array(
  24248. 'lid' => '194',
  24249. 'translation' => 'Sélectionnez le nom-machine du champ.',
  24250. 'language' => 'fr',
  24251. 'plid' => '0',
  24252. 'plural' => '0',
  24253. 'i18n_status' => '0',
  24254. ))
  24255. ->values(array(
  24256. 'lid' => '195',
  24257. 'translation' => 'Avancé : Préciser les valeurs des champs avec du code PHP',
  24258. 'language' => 'fr',
  24259. 'plid' => '0',
  24260. 'plural' => '0',
  24261. 'i18n_status' => '0',
  24262. ))
  24263. ->values(array(
  24264. 'lid' => '196',
  24265. 'translation' => "Usage avancé seulement : code PHP retournant la valeur à définir. Ne doit pas contenir les délimiteurs &lt;?php ?&gt;. Si ce champ est rempli, la valeur retournée par ce code écrasera toute valeur spécifiée ci-dessus. Format attendu : <pre>!sample</pre>. Pour vous faire une idée du format attendu, vous pouvez utiliser l'onglet <em>devel load</em> fourni par <a href=\"@link_devel\">le module devel</a> sur une page de contenu de type %type.",
  24266. 'language' => 'fr',
  24267. 'plid' => '0',
  24268. 'plural' => '0',
  24269. 'i18n_status' => '0',
  24270. ))
  24271. ->values(array(
  24272. 'lid' => '197',
  24273. 'translation' => 'Vous devez retourner la valeur par défaut dans le format attendu.',
  24274. 'language' => 'fr',
  24275. 'plid' => '0',
  24276. 'plural' => '0',
  24277. 'i18n_status' => '0',
  24278. ))
  24279. ->values(array(
  24280. 'lid' => '198',
  24281. 'translation' => "Remplir le champ '@field' de @node",
  24282. 'language' => 'fr',
  24283. 'plid' => '0',
  24284. 'plural' => '0',
  24285. 'i18n_status' => '0',
  24286. ))
  24287. ->values(array(
  24288. 'lid' => '199',
  24289. 'translation' => 'Le champ possède une valeur',
  24290. 'language' => 'fr',
  24291. 'plid' => '0',
  24292. 'plural' => '0',
  24293. 'i18n_status' => '0',
  24294. ))
  24295. ->values(array(
  24296. 'lid' => '200',
  24297. 'translation' => 'Vous devez vous assurer que le champ utilisé existe dans le type de contenu donné. La condition retourne TRUE, si le champ sélectionné possède la valeur donnée.',
  24298. 'language' => 'fr',
  24299. 'plid' => '0',
  24300. 'plural' => '0',
  24301. 'i18n_status' => '0',
  24302. ))
  24303. ->values(array(
  24304. 'lid' => '201',
  24305. 'translation' => 'Le champ a été modifié',
  24306. 'language' => 'fr',
  24307. 'plid' => '0',
  24308. 'plural' => '0',
  24309. 'i18n_status' => '0',
  24310. ))
  24311. ->values(array(
  24312. 'lid' => '202',
  24313. 'translation' => 'Contenu contenant des modifications',
  24314. 'language' => 'fr',
  24315. 'plid' => '0',
  24316. 'plural' => '0',
  24317. 'i18n_status' => '0',
  24318. ))
  24319. ->values(array(
  24320. 'lid' => '203',
  24321. 'translation' => 'Contenu ne contenant pas de modification',
  24322. 'language' => 'fr',
  24323. 'plid' => '0',
  24324. 'plural' => '0',
  24325. 'i18n_status' => '0',
  24326. ))
  24327. ->values(array(
  24328. 'lid' => '204',
  24329. 'translation' => "Le champ '@field' de @node possède une valeur",
  24330. 'language' => 'fr',
  24331. 'plid' => '0',
  24332. 'plural' => '0',
  24333. 'i18n_status' => '0',
  24334. ))
  24335. ->values(array(
  24336. 'lid' => '205',
  24337. 'translation' => 'Sélectionnez le nom-machine du champ à voir.',
  24338. 'language' => 'fr',
  24339. 'plid' => '0',
  24340. 'plural' => '0',
  24341. 'i18n_status' => '0',
  24342. ))
  24343. ->values(array(
  24344. 'lid' => '206',
  24345. 'translation' => "Le champ '@field' de @node a été modifié",
  24346. 'language' => 'fr',
  24347. 'plid' => '0',
  24348. 'plural' => '0',
  24349. 'i18n_status' => '0',
  24350. ))
  24351. ->values(array(
  24352. 'lid' => '207',
  24353. 'translation' => 'Jeton (Token)',
  24354. 'language' => 'fr',
  24355. 'plid' => '0',
  24356. 'plural' => '0',
  24357. 'i18n_status' => '0',
  24358. ))
  24359. ->values(array(
  24360. 'lid' => '208',
  24361. 'translation' => 'Identifiant du nœud référencé',
  24362. 'language' => 'fr',
  24363. 'plid' => '0',
  24364. 'plural' => '0',
  24365. 'i18n_status' => '0',
  24366. ))
  24367. ->values(array(
  24368. 'lid' => '209',
  24369. 'translation' => 'Titre du nœud référencé',
  24370. 'language' => 'fr',
  24371. 'plid' => '0',
  24372. 'plural' => '0',
  24373. 'i18n_status' => '0',
  24374. ))
  24375. ->values(array(
  24376. 'lid' => '210',
  24377. 'translation' => 'Titre non filtré du noeud référencé. ATTENTION - saisie brute utilisateur.',
  24378. 'language' => 'fr',
  24379. 'plid' => '0',
  24380. 'plural' => '0',
  24381. 'i18n_status' => '0',
  24382. ))
  24383. ->values(array(
  24384. 'lid' => '211',
  24385. 'translation' => 'Lien html formaté vers le noeud référencé.',
  24386. 'language' => 'fr',
  24387. 'plid' => '0',
  24388. 'plural' => '0',
  24389. 'i18n_status' => '0',
  24390. ))
  24391. ->values(array(
  24392. 'lid' => '212',
  24393. 'translation' => 'Alias de chemin relatif vers le noeud référencé.',
  24394. 'language' => 'fr',
  24395. 'plid' => '0',
  24396. 'plural' => '0',
  24397. 'i18n_status' => '0',
  24398. ))
  24399. ->values(array(
  24400. 'lid' => '213',
  24401. 'translation' => 'Alias de chemin absolu vers le noeud référencé.',
  24402. 'language' => 'fr',
  24403. 'plid' => '0',
  24404. 'plural' => '0',
  24405. 'i18n_status' => '0',
  24406. ))
  24407. ->values(array(
  24408. 'lid' => '214',
  24409. 'translation' => 'Valeur numérique brute',
  24410. 'language' => 'fr',
  24411. 'plid' => '0',
  24412. 'plural' => '0',
  24413. 'i18n_status' => '0',
  24414. ))
  24415. ->values(array(
  24416. 'lid' => '215',
  24417. 'translation' => 'Valeur numérique mise en forme',
  24418. 'language' => 'fr',
  24419. 'plid' => '0',
  24420. 'plural' => '0',
  24421. 'i18n_status' => '0',
  24422. ))
  24423. ->values(array(
  24424. 'lid' => '216',
  24425. 'translation' => 'Texte brut, non filtré',
  24426. 'language' => 'fr',
  24427. 'plid' => '0',
  24428. 'plural' => '0',
  24429. 'i18n_status' => '0',
  24430. ))
  24431. ->values(array(
  24432. 'lid' => '217',
  24433. 'translation' => 'Texte filtré et mis en forme',
  24434. 'language' => 'fr',
  24435. 'plid' => '0',
  24436. 'plural' => '0',
  24437. 'i18n_status' => '0',
  24438. ))
  24439. ->values(array(
  24440. 'lid' => '218',
  24441. 'translation' => "Identifiant de l'utilisateur référencé",
  24442. 'language' => 'fr',
  24443. 'plid' => '0',
  24444. 'plural' => '0',
  24445. 'i18n_status' => '0',
  24446. ))
  24447. ->values(array(
  24448. 'lid' => '219',
  24449. 'translation' => "Nom de l'utilisateur référencé",
  24450. 'language' => 'fr',
  24451. 'plid' => '0',
  24452. 'plural' => '0',
  24453. 'i18n_status' => '0',
  24454. ))
  24455. ->values(array(
  24456. 'lid' => '220',
  24457. 'translation' => "Lien HTML mis en forme vers l'utilisateur référencé",
  24458. 'language' => 'fr',
  24459. 'plid' => '0',
  24460. 'plural' => '0',
  24461. 'i18n_status' => '0',
  24462. ))
  24463. ->values(array(
  24464. 'lid' => '221',
  24465. 'translation' => "Alias de chemin relatif vers l'utilisateur référencé.",
  24466. 'language' => 'fr',
  24467. 'plid' => '0',
  24468. 'plural' => '0',
  24469. 'i18n_status' => '0',
  24470. ))
  24471. ->values(array(
  24472. 'lid' => '222',
  24473. 'translation' => "Alias de chemin absolu vers l'utilisateur référencé.",
  24474. 'language' => 'fr',
  24475. 'plid' => '0',
  24476. 'plural' => '0',
  24477. 'i18n_status' => '0',
  24478. ))
  24479. ->values(array(
  24480. 'lid' => '223',
  24481. 'translation' => '@label (!name)',
  24482. 'language' => 'fr',
  24483. 'plid' => '0',
  24484. 'plural' => '0',
  24485. 'i18n_status' => '0',
  24486. ))
  24487. ->values(array(
  24488. 'lid' => '224',
  24489. 'translation' => '@label (!name) - !column',
  24490. 'language' => 'fr',
  24491. 'plid' => '0',
  24492. 'plural' => '0',
  24493. 'i18n_status' => '0',
  24494. ))
  24495. ->values(array(
  24496. 'lid' => '225',
  24497. 'translation' => '@label-truncated - !column',
  24498. 'language' => 'fr',
  24499. 'plid' => '0',
  24500. 'plural' => '0',
  24501. 'i18n_status' => '0',
  24502. ))
  24503. ->values(array(
  24504. 'lid' => '226',
  24505. 'translation' => 'Apparaît dans : @types',
  24506. 'language' => 'fr',
  24507. 'plid' => '0',
  24508. 'plural' => '0',
  24509. 'i18n_status' => '0',
  24510. ))
  24511. ->values(array(
  24512. 'lid' => '227',
  24513. 'translation' => 'Aucun',
  24514. 'language' => 'fr',
  24515. 'plid' => '0',
  24516. 'plural' => '0',
  24517. 'i18n_status' => '0',
  24518. ))
  24519. ->values(array(
  24520. 'lid' => '228',
  24521. 'translation' => 'Étiquette du widget (@label)',
  24522. 'language' => 'fr',
  24523. 'plid' => '0',
  24524. 'plural' => '0',
  24525. 'i18n_status' => '0',
  24526. ))
  24527. ->values(array(
  24528. 'lid' => '229',
  24529. 'translation' => 'Personnalisé',
  24530. 'language' => 'fr',
  24531. 'plid' => '0',
  24532. 'plural' => '0',
  24533. 'i18n_status' => '0',
  24534. ))
  24535. ->values(array(
  24536. 'lid' => '230',
  24537. 'translation' => 'Étiquette personnalisée',
  24538. 'language' => 'fr',
  24539. 'plid' => '0',
  24540. 'plural' => '0',
  24541. 'i18n_status' => '0',
  24542. ))
  24543. ->values(array(
  24544. 'lid' => '231',
  24545. 'translation' => 'Format',
  24546. 'language' => 'fr',
  24547. 'plid' => '0',
  24548. 'plural' => '0',
  24549. 'i18n_status' => '0',
  24550. ))
  24551. ->values(array(
  24552. 'lid' => '232',
  24553. 'translation' => 'Grouper plusieurs valeurs',
  24554. 'language' => 'fr',
  24555. 'plid' => '0',
  24556. 'plural' => '0',
  24557. 'i18n_status' => '0',
  24558. ))
  24559. ->values(array(
  24560. 'lid' => '233',
  24561. 'translation' => "Si non coché, chaque élément du champ créera une nouvelle ligne, ce qui pourrait apparemment entraîner des doublons. Ce paramètre n'est pas compatible avec le tri par clic dans l'affichage du tableau. ",
  24562. 'language' => 'fr',
  24563. 'plid' => '0',
  24564. 'plural' => '0',
  24565. 'i18n_status' => '0',
  24566. ))
  24567. ->values(array(
  24568. 'lid' => '234',
  24569. 'translation' => 'Afficher @count valeur(s)',
  24570. 'language' => 'fr',
  24571. 'plid' => '0',
  24572. 'plural' => '0',
  24573. 'i18n_status' => '0',
  24574. ))
  24575. ->values(array(
  24576. 'lid' => '235',
  24577. 'translation' => 'en commençant à @count',
  24578. 'language' => 'fr',
  24579. 'plid' => '0',
  24580. 'plural' => '0',
  24581. 'i18n_status' => '0',
  24582. ))
  24583. ->values(array(
  24584. 'lid' => '236',
  24585. 'translation' => 'Inversé (commencer à partir des dernières valeurs)',
  24586. 'language' => 'fr',
  24587. 'plid' => '0',
  24588. 'plural' => '0',
  24589. 'i18n_status' => '0',
  24590. ))
  24591. ->values(array(
  24592. 'lid' => '237',
  24593. 'translation' => 'Tous / Toutes',
  24594. 'language' => 'fr',
  24595. 'plid' => '0',
  24596. 'plural' => '0',
  24597. 'i18n_status' => '0',
  24598. ))
  24599. ->values(array(
  24600. 'lid' => '238',
  24601. 'translation' => 'Delta',
  24602. 'language' => 'fr',
  24603. 'plid' => '0',
  24604. 'plural' => '0',
  24605. 'i18n_status' => '0',
  24606. ))
  24607. ->values(array(
  24608. 'lid' => '239',
  24609. 'translation' => "Le delta vous permet de sélectionner quel élément d'un champ à valeur multiple sera la clé de la relation. Sélectionnez \"1\" pour utiliser le premier élément, \"2\" pour le second et ainsi de suite. Si vous sélectionnez \"Tous\", chaque élément du champ créera une nouvelle ligne, ce qui pourrait causer des doublons.",
  24610. 'language' => 'fr',
  24611. 'plid' => '0',
  24612. 'plural' => '0',
  24613. 'i18n_status' => '0',
  24614. ))
  24615. ->values(array(
  24616. 'lid' => '240',
  24617. 'translation' => "Le delta vous permet de sélectionner quel élément d'un champ à valeur multiple sera utilisé pour les tris. Sélectionnez \"1\" pour utiliser le premier élément, \"2\" pour le second et ainsi de suite. Si vous sélectionnez \"Tous\", chaque élément du champ créera une nouvelle ligne, ce qui pourrait causer des doublons.",
  24618. 'language' => 'fr',
  24619. 'plid' => '0',
  24620. 'plural' => '0',
  24621. 'i18n_status' => '0',
  24622. ))
  24623. ->values(array(
  24624. 'lid' => '241',
  24625. 'translation' => 'Exporter',
  24626. 'language' => 'fr',
  24627. 'plid' => '0',
  24628. 'plural' => '0',
  24629. 'i18n_status' => '0',
  24630. ))
  24631. ->values(array(
  24632. 'lid' => '242',
  24633. 'translation' => "Ce formulaire traitera un type de contenu et un ou plusieurs champs de ce type, pour en exporter les paramètres. Le code d'export ainsi généré peut être copié et collé dans la page d'import, vers la base de données courante ou vers une autre base de données. L'opération d'import ajoutera les champs à un type de contenu existant ou créera un nouveau type de contenu intégrant les champs sélectionnés.",
  24634. 'language' => 'fr',
  24635. 'plid' => '0',
  24636. 'plural' => '0',
  24637. 'i18n_status' => '0',
  24638. ))
  24639. ->values(array(
  24640. 'lid' => '243',
  24641. 'translation' => 'Types',
  24642. 'language' => 'fr',
  24643. 'plid' => '0',
  24644. 'plural' => '0',
  24645. 'i18n_status' => '0',
  24646. ))
  24647. ->values(array(
  24648. 'lid' => '244',
  24649. 'translation' => 'Sélectionner le type de contenu à exporter.',
  24650. 'language' => 'fr',
  24651. 'plid' => '0',
  24652. 'plural' => '0',
  24653. 'i18n_status' => '0',
  24654. ))
  24655. ->values(array(
  24656. 'lid' => '245',
  24657. 'translation' => 'Données exportée',
  24658. 'language' => 'fr',
  24659. 'plid' => '0',
  24660. 'plural' => '0',
  24661. 'i18n_status' => '0',
  24662. ))
  24663. ->values(array(
  24664. 'lid' => '246',
  24665. 'translation' => "Copiez le texte exporté et collez-le dans le type de contenu de votre choix, à l'aide de la fonction d'import.",
  24666. 'language' => 'fr',
  24667. 'plid' => '0',
  24668. 'plural' => '0',
  24669. 'i18n_status' => '0',
  24670. ))
  24671. ->values(array(
  24672. 'lid' => '247',
  24673. 'translation' => 'Types de contenu',
  24674. 'language' => 'fr',
  24675. 'plid' => '0',
  24676. 'plural' => '0',
  24677. 'i18n_status' => '0',
  24678. ))
  24679. ->values(array(
  24680. 'lid' => '248',
  24681. 'translation' => 'Type de contenu',
  24682. 'language' => 'fr',
  24683. 'plid' => '0',
  24684. 'plural' => '0',
  24685. 'i18n_status' => '0',
  24686. ))
  24687. ->values(array(
  24688. 'lid' => '249',
  24689. 'translation' => 'Séléctionnez le type de contenu dans lequel importer ces champs.<br />Sélectionnez &lt;Créer&gt; pour créer un nouveau type de contenu qui contiendra ces champs.',
  24690. 'language' => 'fr',
  24691. 'plid' => '0',
  24692. 'plural' => '0',
  24693. 'i18n_status' => '0',
  24694. ))
  24695. ->values(array(
  24696. 'lid' => '250',
  24697. 'translation' => 'Données à importer',
  24698. 'language' => 'fr',
  24699. 'plid' => '0',
  24700. 'plural' => '0',
  24701. 'i18n_status' => '0',
  24702. ))
  24703. ->values(array(
  24704. 'lid' => '251',
  24705. 'translation' => 'Collez dans ce champ le texte créé par un export de contenu.',
  24706. 'language' => 'fr',
  24707. 'plid' => '0',
  24708. 'plural' => '0',
  24709. 'i18n_status' => '0',
  24710. ))
  24711. ->values(array(
  24712. 'lid' => '252',
  24713. 'translation' => 'Importer',
  24714. 'language' => 'fr',
  24715. 'plid' => '0',
  24716. 'plural' => '0',
  24717. 'i18n_status' => '0',
  24718. ))
  24719. ->values(array(
  24720. 'lid' => '253',
  24721. 'translation' => "Un fichier a été préchargé pour l'import.",
  24722. 'language' => 'fr',
  24723. 'plid' => '0',
  24724. 'plural' => '0',
  24725. 'i18n_status' => '0',
  24726. ))
  24727. ->values(array(
  24728. 'lid' => '254',
  24729. 'translation' => "Les données d'import ne sont valides.",
  24730. 'language' => 'fr',
  24731. 'plid' => '0',
  24732. 'plural' => '0',
  24733. 'i18n_status' => '0',
  24734. ))
  24735. ->values(array(
  24736. 'lid' => '255',
  24737. 'translation' => "Les modules suivants doivent être activés pour que l'import fonctionne : '%modules'.",
  24738. 'language' => 'fr',
  24739. 'plid' => '0',
  24740. 'plural' => '0',
  24741. 'i18n_status' => '0',
  24742. ))
  24743. ->values(array(
  24744. 'lid' => '256',
  24745. 'translation' => "Le type de contenu '%type' existe déjà dans cette base de données.",
  24746. 'language' => 'fr',
  24747. 'plid' => '0',
  24748. 'plural' => '0',
  24749. 'i18n_status' => '0',
  24750. ))
  24751. ->values(array(
  24752. 'lid' => '257',
  24753. 'translation' => "Abandon. L'import n'a pas été réalisé.",
  24754. 'language' => 'fr',
  24755. 'plid' => '0',
  24756. 'plural' => '0',
  24757. 'i18n_status' => '0',
  24758. ))
  24759. ->values(array(
  24760. 'lid' => '258',
  24761. 'translation' => "Une erreur s'est produite lors de l'ajout du nouveau type de contenu %type.<br> Veuillez vérifier les erreurs affichées pour plus de détails.",
  24762. 'language' => 'fr',
  24763. 'plid' => '0',
  24764. 'plural' => '0',
  24765. 'i18n_status' => '0',
  24766. ))
  24767. ->values(array(
  24768. 'lid' => '259',
  24769. 'translation' => "Le champ importé '%field_label' (%field_name) n'a pas été ajouté à '%type' car ce champ existe déjà.",
  24770. 'language' => 'fr',
  24771. 'plid' => '0',
  24772. 'plural' => '0',
  24773. 'i18n_status' => '0',
  24774. ))
  24775. ->values(array(
  24776. 'lid' => '260',
  24777. 'translation' => "Le champ importé '%field_label' (%field_name) a été ajouté au type de contenu '%type'.",
  24778. 'language' => 'fr',
  24779. 'plid' => '0',
  24780. 'plural' => '0',
  24781. 'i18n_status' => '0',
  24782. ))
  24783. ->values(array(
  24784. 'lid' => '261',
  24785. 'translation' => 'content_copy',
  24786. 'language' => 'fr',
  24787. 'plid' => '0',
  24788. 'plural' => '0',
  24789. 'i18n_status' => '0',
  24790. ))
  24791. ->values(array(
  24792. 'lid' => '262',
  24793. 'translation' => 'Content Copy',
  24794. 'language' => 'fr',
  24795. 'plid' => '0',
  24796. 'plural' => '0',
  24797. 'i18n_status' => '0',
  24798. ))
  24799. ->values(array(
  24800. 'lid' => '263',
  24801. 'translation' => "Permet d'importer et d'exporter des définitions de champs.",
  24802. 'language' => 'fr',
  24803. 'plid' => '0',
  24804. 'plural' => '0',
  24805. 'i18n_status' => '0',
  24806. ))
  24807. ->values(array(
  24808. 'lid' => '264',
  24809. 'translation' => "Les champs d'un groupe Standard sont indépendants les uns des autres, et chacun peut soit avoir une valeur unique, soit des valeurs multiples. Les champs d'un Multigroupe sont traités comme une ensemble répétable de champs à valeurs uniques.",
  24810. 'language' => 'fr',
  24811. 'plid' => '0',
  24812. 'plural' => '0',
  24813. 'i18n_status' => '0',
  24814. ))
  24815. ->values(array(
  24816. 'lid' => '265',
  24817. 'translation' => 'Multigroupe',
  24818. 'language' => 'fr',
  24819. 'plid' => '0',
  24820. 'plural' => '0',
  24821. 'i18n_status' => '0',
  24822. ))
  24823. ->values(array(
  24824. 'lid' => '266',
  24825. 'translation' => 'Standard',
  24826. 'language' => 'fr',
  24827. 'plid' => '0',
  24828. 'plural' => '0',
  24829. 'i18n_status' => '0',
  24830. ))
  24831. ->values(array(
  24832. 'lid' => '267',
  24833. 'translation' => 'Type de groupe.',
  24834. 'language' => 'fr',
  24835. 'plid' => '0',
  24836. 'plural' => '0',
  24837. 'i18n_status' => '0',
  24838. ))
  24839. ->values(array(
  24840. 'lid' => '268',
  24841. 'translation' => "Le champ %field a été mis à jour pour l'utilisation de valeurs %multiple, afin de correspondre au paramètre de valeur multipe du Multigroup %group.",
  24842. 'language' => 'fr',
  24843. 'plid' => '0',
  24844. 'plural' => '0',
  24845. 'i18n_status' => '0',
  24846. ))
  24847. ->values(array(
  24848. 'lid' => '269',
  24849. 'translation' => "Cette modification n'est pas autorisée. Le champ %field possède déjà des valeurs multiples dans la base de données, mais le groupe %group en autorise seulement %group_max. Effectuer cette modification pourrait entraîner la perte de données. ",
  24850. 'language' => 'fr',
  24851. 'plid' => '0',
  24852. 'plural' => '0',
  24853. 'i18n_status' => '0',
  24854. ))
  24855. ->values(array(
  24856. 'lid' => '270',
  24857. 'translation' => "Cette modification n'est pas autorisée. Le champ %field manipule les valeurs multiples différemment du module Content. Effectuer cette modification pourrait entraîner la perte de données. ",
  24858. 'language' => 'fr',
  24859. 'plid' => '0',
  24860. 'plural' => '0',
  24861. 'i18n_status' => '0',
  24862. ))
  24863. ->values(array(
  24864. 'lid' => '271',
  24865. 'translation' => "Vous êtes en train d'inclure le champ %field dans un Multigroupe",
  24866. 'language' => 'fr',
  24867. 'plid' => '0',
  24868. 'plural' => '0',
  24869. 'i18n_status' => '0',
  24870. ))
  24871. ->values(array(
  24872. 'lid' => '272',
  24873. 'translation' => "Cette modification n'est pas autorisée. Le champ %field possède déjà des données créées, et utilise un widget qui stocke les données différemment dans un groupe Standard que dans un Multigroupe. Effectuer ce changement pourrait entraîner la perte de données.",
  24874. 'language' => 'fr',
  24875. 'plid' => '0',
  24876. 'plural' => '0',
  24877. 'i18n_status' => '0',
  24878. ))
  24879. ->values(array(
  24880. 'lid' => '273',
  24881. 'translation' => "Vous êtes en train de retirer le champ %field d'un Multigroupe",
  24882. 'language' => 'fr',
  24883. 'plid' => '0',
  24884. 'plural' => '0',
  24885. 'i18n_status' => '0',
  24886. ))
  24887. ->values(array(
  24888. 'lid' => '274',
  24889. 'translation' => 'Simple',
  24890. 'language' => 'fr',
  24891. 'plid' => '0',
  24892. 'plural' => '0',
  24893. 'i18n_status' => '0',
  24894. ))
  24895. ->values(array(
  24896. 'lid' => '275',
  24897. 'translation' => 'Groupe de champs',
  24898. 'language' => 'fr',
  24899. 'plid' => '0',
  24900. 'plural' => '0',
  24901. 'i18n_status' => '0',
  24902. ))
  24903. ->values(array(
  24904. 'lid' => '276',
  24905. 'translation' => 'Ligne horizontale',
  24906. 'language' => 'fr',
  24907. 'plid' => '0',
  24908. 'plural' => '0',
  24909. 'i18n_status' => '0',
  24910. ))
  24911. ->values(array(
  24912. 'lid' => '277',
  24913. 'translation' => 'Tableau - Colonne unique',
  24914. 'language' => 'fr',
  24915. 'plid' => '0',
  24916. 'plural' => '0',
  24917. 'i18n_status' => '0',
  24918. ))
  24919. ->values(array(
  24920. 'lid' => '278',
  24921. 'translation' => 'Tableau - Colonnes multiples',
  24922. 'language' => 'fr',
  24923. 'plid' => '0',
  24924. 'plural' => '0',
  24925. 'i18n_status' => '0',
  24926. ))
  24927. ->values(array(
  24928. 'lid' => '279',
  24929. 'translation' => '[Format du sous-groupe]',
  24930. 'language' => 'fr',
  24931. 'plid' => '0',
  24932. 'plural' => '0',
  24933. 'i18n_status' => '0',
  24934. ))
  24935. ->values(array(
  24936. 'lid' => '280',
  24937. 'translation' => 'Paramètres multigroupe',
  24938. 'language' => 'fr',
  24939. 'plid' => '0',
  24940. 'plural' => '0',
  24941. 'i18n_status' => '0',
  24942. ))
  24943. ->values(array(
  24944. 'lid' => '281',
  24945. 'translation' => 'Colonnes multiples',
  24946. 'language' => 'fr',
  24947. 'plid' => '0',
  24948. 'plural' => '0',
  24949. 'i18n_status' => '0',
  24950. ))
  24951. ->values(array(
  24952. 'lid' => '282',
  24953. 'translation' => "Activez cette option pour rendre chaque champs dans une colonne disctincte sur le formulaire d'édition de noeud.",
  24954. 'language' => 'fr',
  24955. 'plid' => '0',
  24956. 'plural' => '0',
  24957. 'i18n_status' => '0',
  24958. ))
  24959. ->values(array(
  24960. 'lid' => '283',
  24961. 'translation' => "Activez cette option pour rendre obligatoire un minimum d'une collection de champs dans ce Multigroupe.",
  24962. 'language' => 'fr',
  24963. 'plid' => '0',
  24964. 'plural' => '0',
  24965. 'i18n_status' => '0',
  24966. ))
  24967. ->values(array(
  24968. 'lid' => '284',
  24969. 'translation' => "Nombre de fois où répéter l'ensemble Multigroupe de champs.",
  24970. 'language' => 'fr',
  24971. 'plid' => '0',
  24972. 'plural' => '0',
  24973. 'i18n_status' => '0',
  24974. ))
  24975. ->values(array(
  24976. 'lid' => '285',
  24977. 'translation' => "'Illimité' fournira un bouton 'Ajouter plus' pour que les utilisateurs puissent ajouter des éléments autant de fois qu'ils le souhaitent.",
  24978. 'language' => 'fr',
  24979. 'plid' => '0',
  24980. 'plural' => '0',
  24981. 'i18n_status' => '0',
  24982. ))
  24983. ->values(array(
  24984. 'lid' => '286',
  24985. 'translation' => 'Tous les champs de ce groupe seront automatiquement paramétrés pour autoriser ce nombre de valeurs.',
  24986. 'language' => 'fr',
  24987. 'plid' => '0',
  24988. 'plural' => '0',
  24989. 'i18n_status' => '0',
  24990. ))
  24991. ->values(array(
  24992. 'lid' => '287',
  24993. 'translation' => 'Nombre de répétitions',
  24994. 'language' => 'fr',
  24995. 'plid' => '0',
  24996. 'plural' => '0',
  24997. 'i18n_status' => '0',
  24998. ))
  24999. ->values(array(
  25000. 'lid' => '288',
  25001. 'translation' => 'Etiquettes',
  25002. 'language' => 'fr',
  25003. 'plid' => '0',
  25004. 'plural' => '0',
  25005. 'i18n_status' => '0',
  25006. ))
  25007. ->values(array(
  25008. 'lid' => '289',
  25009. 'translation' => "Etiquettes pour chaque sous-groupe de champs. Les étiquettes peuvent être cachées ou affichées dans des contextes divers en utilisant l'écran 'Afficher les champs'.",
  25010. 'language' => 'fr',
  25011. 'plid' => '0',
  25012. 'plural' => '0',
  25013. 'i18n_status' => '0',
  25014. ))
  25015. ->values(array(
  25016. 'lid' => '290',
  25017. 'translation' => 'Etiquette du sous-groupe %number',
  25018. 'language' => 'fr',
  25019. 'plid' => '0',
  25020. 'plural' => '0',
  25021. 'i18n_status' => '0',
  25022. ))
  25023. ->values(array(
  25024. 'lid' => '291',
  25025. 'translation' => 'Le champ %field dans ce groupe possède déjà %multiple valeurs dans la base de données. Pour éviter la perte de données, vous ne pouvez définir le nombre de valeurs du Multigroupe à une valeur inférieure.',
  25026. 'language' => 'fr',
  25027. 'plid' => '0',
  25028. 'plural' => '0',
  25029. 'i18n_status' => '0',
  25030. ))
  25031. ->values(array(
  25032. 'lid' => '292',
  25033. 'translation' => 'Le champ !name est obligatoire dans le groupe @group.',
  25034. 'language' => 'fr',
  25035. 'plid' => '0',
  25036. 'plural' => '0',
  25037. 'i18n_status' => '0',
  25038. ))
  25039. ->values(array(
  25040. 'lid' => '293',
  25041. 'translation' => 'Le groupe @name requiert au minimum un groupe de champs.',
  25042. 'language' => 'fr',
  25043. 'plid' => '0',
  25044. 'plural' => '0',
  25045. 'i18n_status' => '0',
  25046. ))
  25047. ->values(array(
  25048. 'lid' => '294',
  25049. 'translation' => 'Ajouter plus de valeurs',
  25050. 'language' => 'fr',
  25051. 'plid' => '0',
  25052. 'plural' => '0',
  25053. 'i18n_status' => '0',
  25054. ))
  25055. ->values(array(
  25056. 'lid' => '295',
  25057. 'translation' => 'content_multigroup',
  25058. 'language' => 'fr',
  25059. 'plid' => '0',
  25060. 'plural' => '0',
  25061. 'i18n_status' => '0',
  25062. ))
  25063. ->values(array(
  25064. 'lid' => '296',
  25065. 'translation' => 'Contenu Multigroupe',
  25066. 'language' => 'fr',
  25067. 'plid' => '0',
  25068. 'plural' => '0',
  25069. 'i18n_status' => '0',
  25070. ))
  25071. ->values(array(
  25072. 'lid' => '297',
  25073. 'translation' => "Combinez de multiples champs CCK au sein de collections de champs qui fonctionnent à l'unisson.",
  25074. 'language' => 'fr',
  25075. 'plid' => '0',
  25076. 'plural' => '0',
  25077. 'i18n_status' => '0',
  25078. ))
  25079. ->values(array(
  25080. 'lid' => '298',
  25081. 'translation' => 'éditer',
  25082. 'language' => 'fr',
  25083. 'plid' => '0',
  25084. 'plural' => '0',
  25085. 'i18n_status' => '0',
  25086. ))
  25087. ->values(array(
  25088. 'lid' => '299',
  25089. 'translation' => 'field_name',
  25090. 'language' => 'fr',
  25091. 'plid' => '0',
  25092. 'plural' => '0',
  25093. 'i18n_status' => '0',
  25094. ))
  25095. ->values(array(
  25096. 'lid' => '300',
  25097. 'translation' => 'voir',
  25098. 'language' => 'fr',
  25099. 'plid' => '0',
  25100. 'plural' => '0',
  25101. 'i18n_status' => '0',
  25102. ))
  25103. ->values(array(
  25104. 'lid' => '301',
  25105. 'translation' => 'content_permissions',
  25106. 'language' => 'fr',
  25107. 'plid' => '0',
  25108. 'plural' => '0',
  25109. 'i18n_status' => '0',
  25110. ))
  25111. ->values(array(
  25112. 'lid' => '302',
  25113. 'translation' => 'Veuillez <a href="!url">configurer vos permissions sur les champs</a> immédiatement. Tous les champs sont inaccessibles par défaut.',
  25114. 'language' => 'fr',
  25115. 'plid' => '0',
  25116. 'plural' => '0',
  25117. 'i18n_status' => '0',
  25118. ))
  25119. ->values(array(
  25120. 'lid' => '303',
  25121. 'translation' => 'Permissions sur les Contenus',
  25122. 'language' => 'fr',
  25123. 'plid' => '0',
  25124. 'plural' => '0',
  25125. 'i18n_status' => '0',
  25126. ))
  25127. ->values(array(
  25128. 'lid' => '304',
  25129. 'translation' => 'Définit un niveau de permission par champ pour les champs CCK.',
  25130. 'language' => 'fr',
  25131. 'plid' => '0',
  25132. 'plural' => '0',
  25133. 'i18n_status' => '0',
  25134. ))
  25135. ->values(array(
  25136. 'lid' => '305',
  25137. 'translation' => 'Contenu du groupe de champ',
  25138. 'language' => 'fr',
  25139. 'plid' => '0',
  25140. 'plural' => '0',
  25141. 'i18n_status' => '0',
  25142. ))
  25143. ->values(array(
  25144. 'lid' => '306',
  25145. 'translation' => "Tous les champs d'un groupe de champs sur le node référencé.",
  25146. 'language' => 'fr',
  25147. 'plid' => '0',
  25148. 'plural' => '0',
  25149. 'i18n_status' => '0',
  25150. ))
  25151. ->values(array(
  25152. 'lid' => '307',
  25153. 'translation' => '@group_label (@group_type_name)',
  25154. 'language' => 'fr',
  25155. 'plid' => '0',
  25156. 'plural' => '0',
  25157. 'i18n_status' => '0',
  25158. ))
  25159. ->values(array(
  25160. 'lid' => '308',
  25161. 'translation' => 'Fieldgroup',
  25162. 'language' => 'fr',
  25163. 'plid' => '0',
  25164. 'plural' => '0',
  25165. 'i18n_status' => '0',
  25166. ))
  25167. ->values(array(
  25168. 'lid' => '309',
  25169. 'translation' => "Texte à afficher si un groupe n'a pas de données. Notez que le titre ne s'affichera pas sauf s'il est surclassé.",
  25170. 'language' => 'fr',
  25171. 'plid' => '0',
  25172. 'plural' => '0',
  25173. 'i18n_status' => '0',
  25174. ))
  25175. ->values(array(
  25176. 'lid' => '310',
  25177. 'translation' => '"@s" groupe de champs @name',
  25178. 'language' => 'fr',
  25179. 'plid' => '0',
  25180. 'plural' => '0',
  25181. 'i18n_status' => '0',
  25182. ))
  25183. ->values(array(
  25184. 'lid' => '311',
  25185. 'translation' => 'Paramètres du formulaire',
  25186. 'language' => 'fr',
  25187. 'plid' => '0',
  25188. 'plural' => '0',
  25189. 'i18n_status' => '0',
  25190. ))
  25191. ->values(array(
  25192. 'lid' => '312',
  25193. 'translation' => "Ces paramètres s'appliquent au groupe dans le formulaire d'édition de nœud.",
  25194. 'language' => 'fr',
  25195. 'plid' => '0',
  25196. 'plural' => '0',
  25197. 'i18n_status' => '0',
  25198. ))
  25199. ->values(array(
  25200. 'lid' => '313',
  25201. 'translation' => 'Style',
  25202. 'language' => 'fr',
  25203. 'plid' => '0',
  25204. 'plural' => '0',
  25205. 'i18n_status' => '0',
  25206. ))
  25207. ->values(array(
  25208. 'lid' => '314',
  25209. 'translation' => 'toujours déplié',
  25210. 'language' => 'fr',
  25211. 'plid' => '0',
  25212. 'plural' => '0',
  25213. 'i18n_status' => '0',
  25214. ))
  25215. ->values(array(
  25216. 'lid' => '315',
  25217. 'translation' => 'repliable',
  25218. 'language' => 'fr',
  25219. 'plid' => '0',
  25220. 'plural' => '0',
  25221. 'i18n_status' => '0',
  25222. ))
  25223. ->values(array(
  25224. 'lid' => '316',
  25225. 'translation' => 'replié',
  25226. 'language' => 'fr',
  25227. 'plid' => '0',
  25228. 'plural' => '0',
  25229. 'i18n_status' => '0',
  25230. ))
  25231. ->values(array(
  25232. 'lid' => '317',
  25233. 'translation' => "Instructions à présenter à l'utilisateur dans le formulaire d'édition.",
  25234. 'language' => 'fr',
  25235. 'plid' => '0',
  25236. 'plural' => '0',
  25237. 'i18n_status' => '0',
  25238. ))
  25239. ->values(array(
  25240. 'lid' => '318',
  25241. 'translation' => "Paramètres d'affichage",
  25242. 'language' => 'fr',
  25243. 'plid' => '0',
  25244. 'plural' => '0',
  25245. 'i18n_status' => '0',
  25246. ))
  25247. ->values(array(
  25248. 'lid' => '319',
  25249. 'translation' => "Ces paramètres s'appliquent au groupe à l'affichage du nœud.",
  25250. 'language' => 'fr',
  25251. 'plid' => '0',
  25252. 'plural' => '0',
  25253. 'i18n_status' => '0',
  25254. ))
  25255. ->values(array(
  25256. 'lid' => '320',
  25257. 'translation' => 'Description du groupe.',
  25258. 'language' => 'fr',
  25259. 'plid' => '0',
  25260. 'plural' => '0',
  25261. 'i18n_status' => '0',
  25262. ))
  25263. ->values(array(
  25264. 'lid' => '321',
  25265. 'translation' => "Êtes-vous sûr(e) de vouloir supprimer le groupe '%label' ?",
  25266. 'language' => 'fr',
  25267. 'plid' => '0',
  25268. 'plural' => '0',
  25269. 'i18n_status' => '0',
  25270. ))
  25271. ->values(array(
  25272. 'lid' => '322',
  25273. 'translation' => 'Cette action est irréversible.',
  25274. 'language' => 'fr',
  25275. 'plid' => '0',
  25276. 'plural' => '0',
  25277. 'i18n_status' => '0',
  25278. ))
  25279. ->values(array(
  25280. 'lid' => '323',
  25281. 'translation' => "Le groupe '%group_name' a été supprimé.",
  25282. 'language' => 'fr',
  25283. 'plid' => '0',
  25284. 'plural' => '0',
  25285. 'i18n_status' => '0',
  25286. ))
  25287. ->values(array(
  25288. 'lid' => '324',
  25289. 'translation' => 'aucun',
  25290. 'language' => 'fr',
  25291. 'plid' => '0',
  25292. 'plural' => '0',
  25293. 'i18n_status' => '0',
  25294. ))
  25295. ->values(array(
  25296. 'lid' => '325',
  25297. 'translation' => 'Vous devez fournir une étiquette.',
  25298. 'language' => 'fr',
  25299. 'plid' => '0',
  25300. 'plural' => '0',
  25301. 'i18n_status' => '0',
  25302. ))
  25303. ->values(array(
  25304. 'lid' => '326',
  25305. 'translation' => 'Vous devez fournir un nom de groupe',
  25306. 'language' => 'fr',
  25307. 'plid' => '0',
  25308. 'plural' => '0',
  25309. 'i18n_status' => '0',
  25310. ))
  25311. ->values(array(
  25312. 'lid' => '327',
  25313. 'translation' => "Le nom de groupe %group_name n'est pas valide. Le nom ne doit contenir que des lettres sans accents, des nombres, et des underscores.",
  25314. 'language' => 'fr',
  25315. 'plid' => '0',
  25316. 'plural' => '0',
  25317. 'i18n_status' => '0',
  25318. ))
  25319. ->values(array(
  25320. 'lid' => '328',
  25321. 'translation' => "Le nom de groupe %group_name est trop long. Le nom est limité à 32 caractères, le préfixe 'group_' compris.",
  25322. 'language' => 'fr',
  25323. 'plid' => '0',
  25324. 'plural' => '0',
  25325. 'i18n_status' => '0',
  25326. ))
  25327. ->values(array(
  25328. 'lid' => '329',
  25329. 'translation' => 'Le nom de groupe %group_name existe déjà.',
  25330. 'language' => 'fr',
  25331. 'plid' => '0',
  25332. 'plural' => '0',
  25333. 'i18n_status' => '0',
  25334. ))
  25335. ->values(array(
  25336. 'lid' => '330',
  25337. 'translation' => 'Ajouter un nouveau groupe :',
  25338. 'language' => 'fr',
  25339. 'plid' => '0',
  25340. 'plural' => '0',
  25341. 'i18n_status' => '0',
  25342. ))
  25343. ->values(array(
  25344. 'lid' => '331',
  25345. 'translation' => 'Ajouter un nouveau groupe : vous devez fournir une étiquette.',
  25346. 'language' => 'fr',
  25347. 'plid' => '0',
  25348. 'plural' => '0',
  25349. 'i18n_status' => '0',
  25350. ))
  25351. ->values(array(
  25352. 'lid' => '332',
  25353. 'translation' => 'Ajouter un nouveau groupe : vous devez fournir un nom de groupe.',
  25354. 'language' => 'fr',
  25355. 'plid' => '0',
  25356. 'plural' => '0',
  25357. 'i18n_status' => '0',
  25358. ))
  25359. ->values(array(
  25360. 'lid' => '333',
  25361. 'translation' => 'Groupe standard',
  25362. 'language' => 'fr',
  25363. 'plid' => '0',
  25364. 'plural' => '0',
  25365. 'i18n_status' => '0',
  25366. ))
  25367. ->values(array(
  25368. 'lid' => '334',
  25369. 'translation' => 'Éditer le groupe',
  25370. 'language' => 'fr',
  25371. 'plid' => '0',
  25372. 'plural' => '0',
  25373. 'i18n_status' => '0',
  25374. ))
  25375. ->values(array(
  25376. 'lid' => '335',
  25377. 'translation' => 'fieldgroup',
  25378. 'language' => 'fr',
  25379. 'plid' => '0',
  25380. 'plural' => '0',
  25381. 'i18n_status' => '0',
  25382. ))
  25383. ->values(array(
  25384. 'lid' => '336',
  25385. 'translation' => "Créée des groupes d'affichage pour les champs CCK.",
  25386. 'language' => 'fr',
  25387. 'plid' => '0',
  25388. 'plural' => '0',
  25389. 'i18n_status' => '0',
  25390. ))
  25391. ->values(array(
  25392. 'lid' => '337',
  25393. 'translation' => 'Charge un noeud référencé',
  25394. 'language' => 'fr',
  25395. 'plid' => '0',
  25396. 'plural' => '0',
  25397. 'i18n_status' => '0',
  25398. ))
  25399. ->values(array(
  25400. 'lid' => '338',
  25401. 'translation' => 'Contenu contenant le champ node reference',
  25402. 'language' => 'fr',
  25403. 'plid' => '0',
  25404. 'plural' => '0',
  25405. 'i18n_status' => '0',
  25406. ))
  25407. ->values(array(
  25408. 'lid' => '339',
  25409. 'translation' => 'Contenu référencé',
  25410. 'language' => 'fr',
  25411. 'plid' => '0',
  25412. 'plural' => '0',
  25413. 'i18n_status' => '0',
  25414. ))
  25415. ->values(array(
  25416. 'lid' => '340',
  25417. 'translation' => 'Notez que si le champs possède des valeurs multiples, seul le premier contenu sera chargé.',
  25418. 'language' => 'fr',
  25419. 'plid' => '0',
  25420. 'plural' => '0',
  25421. 'i18n_status' => '0',
  25422. ))
  25423. ->values(array(
  25424. 'lid' => '341',
  25425. 'translation' => "Il n'y a aucun champ nodereference défini.",
  25426. 'language' => 'fr',
  25427. 'plid' => '0',
  25428. 'plural' => '0',
  25429. 'i18n_status' => '0',
  25430. ))
  25431. ->values(array(
  25432. 'lid' => '342',
  25433. 'translation' => 'Node référence',
  25434. 'language' => 'fr',
  25435. 'plid' => '0',
  25436. 'plural' => '0',
  25437. 'i18n_status' => '0',
  25438. ))
  25439. ->values(array(
  25440. 'lid' => '343',
  25441. 'translation' => "Stocker l'ID du noeud lié en tant que valeur entière.",
  25442. 'language' => 'fr',
  25443. 'plid' => '0',
  25444. 'plural' => '0',
  25445. 'i18n_status' => '0',
  25446. ))
  25447. ->values(array(
  25448. 'lid' => '344',
  25449. 'translation' => 'Types de contenu pouvant être référencés',
  25450. 'language' => 'fr',
  25451. 'plid' => '0',
  25452. 'plural' => '0',
  25453. 'i18n_status' => '0',
  25454. ))
  25455. ->values(array(
  25456. 'lid' => '345',
  25457. 'translation' => 'Vues par défaut',
  25458. 'language' => 'fr',
  25459. 'plid' => '0',
  25460. 'plural' => '0',
  25461. 'i18n_status' => '0',
  25462. ))
  25463. ->values(array(
  25464. 'lid' => '346',
  25465. 'translation' => 'Vues éxistantes',
  25466. 'language' => 'fr',
  25467. 'plid' => '0',
  25468. 'plural' => '0',
  25469. 'i18n_status' => '0',
  25470. ))
  25471. ->values(array(
  25472. 'lid' => '347',
  25473. 'translation' => 'Avancé - Nœuds pouvant être référencés (Vue)',
  25474. 'language' => 'fr',
  25475. 'plid' => '0',
  25476. 'plural' => '0',
  25477. 'i18n_status' => '0',
  25478. ))
  25479. ->values(array(
  25480. 'lid' => '348',
  25481. 'translation' => 'Vue utilisée pour sélectionner les noeuds',
  25482. 'language' => 'fr',
  25483. 'plid' => '0',
  25484. 'plural' => '0',
  25485. 'i18n_status' => '0',
  25486. ))
  25487. ->values(array(
  25488. 'lid' => '349',
  25489. 'translation' => '<p>Choisissez la vue du "module Views" qui sélectionne les noeuds pouvant être référencés.<br />Note :</p>',
  25490. 'language' => 'fr',
  25491. 'plid' => '0',
  25492. 'plural' => '0',
  25493. 'i18n_status' => '0',
  25494. ))
  25495. ->values(array(
  25496. 'lid' => '350',
  25497. 'translation' => "<ul><li>Seules les vues qui possèdent des champs fonctionneront à cet effet.</li><li>Ceci annulera les paramètres \"Types de contenu\" ci-dessus. Utilisez la section \"filtres\" de la vue à la place.</li><li>Utilisez la section \"champs\" de la vue pour afficher des informations supplémentaires à propos des noeuds candidats sur le formulaire de création/édition.</li><li>Utilisez la section \"critère de tri\" de la vue pour déterminer l'ordre dans lequel les noeuds candidats seront affichés.</li></ul>",
  25498. 'language' => 'fr',
  25499. 'plid' => '0',
  25500. 'plural' => '0',
  25501. 'i18n_status' => '0',
  25502. ))
  25503. ->values(array(
  25504. 'lid' => '351',
  25505. 'translation' => 'Arguments de la vue',
  25506. 'language' => 'fr',
  25507. 'plid' => '0',
  25508. 'plural' => '0',
  25509. 'i18n_status' => '0',
  25510. ))
  25511. ->values(array(
  25512. 'lid' => '352',
  25513. 'translation' => "Fournit une liste d'arguments, séparés par des virgules, à transmettre à la vue.",
  25514. 'language' => 'fr',
  25515. 'plid' => '0',
  25516. 'plural' => '0',
  25517. 'i18n_status' => '0',
  25518. ))
  25519. ->values(array(
  25520. 'lid' => '353',
  25521. 'translation' => "<p>La liste des noeuds pouvant être référencés peut s'appuyer sur une vue du \"module Views\" mais aucune vue appropriée n'a été trouvée. <br />Note :</p>",
  25522. 'language' => 'fr',
  25523. 'plid' => '0',
  25524. 'plural' => '0',
  25525. 'i18n_status' => '0',
  25526. ))
  25527. ->values(array(
  25528. 'lid' => '354',
  25529. 'translation' => '%name : saisie non valide.',
  25530. 'language' => 'fr',
  25531. 'plid' => '0',
  25532. 'plural' => '0',
  25533. 'i18n_status' => '0',
  25534. ))
  25535. ->values(array(
  25536. 'lid' => '355',
  25537. 'translation' => '%name : ce contenu ne peut être référencé.',
  25538. 'language' => 'fr',
  25539. 'plid' => '0',
  25540. 'plural' => '0',
  25541. 'i18n_status' => '0',
  25542. ))
  25543. ->values(array(
  25544. 'lid' => '356',
  25545. 'translation' => 'Titre (avec lien)',
  25546. 'language' => 'fr',
  25547. 'plid' => '0',
  25548. 'plural' => '0',
  25549. 'i18n_status' => '0',
  25550. ))
  25551. ->values(array(
  25552. 'lid' => '357',
  25553. 'translation' => 'Titre (sans lien)',
  25554. 'language' => 'fr',
  25555. 'plid' => '0',
  25556. 'plural' => '0',
  25557. 'i18n_status' => '0',
  25558. ))
  25559. ->values(array(
  25560. 'lid' => '358',
  25561. 'translation' => 'Liste de sélection',
  25562. 'language' => 'fr',
  25563. 'plid' => '0',
  25564. 'plural' => '0',
  25565. 'i18n_status' => '0',
  25566. ))
  25567. ->values(array(
  25568. 'lid' => '359',
  25569. 'translation' => 'Cases à cocher/boutons radio',
  25570. 'language' => 'fr',
  25571. 'plid' => '0',
  25572. 'plural' => '0',
  25573. 'i18n_status' => '0',
  25574. ))
  25575. ->values(array(
  25576. 'lid' => '360',
  25577. 'translation' => 'Champ texte à auto-complètement',
  25578. 'language' => 'fr',
  25579. 'plid' => '0',
  25580. 'plural' => '0',
  25581. 'i18n_status' => '0',
  25582. ))
  25583. ->values(array(
  25584. 'lid' => '361',
  25585. 'translation' => "Correspondance de l'autocomplétion",
  25586. 'language' => 'fr',
  25587. 'plid' => '0',
  25588. 'plural' => '0',
  25589. 'i18n_status' => '0',
  25590. ))
  25591. ->values(array(
  25592. 'lid' => '362',
  25593. 'translation' => 'Commence par',
  25594. 'language' => 'fr',
  25595. 'plid' => '0',
  25596. 'plural' => '0',
  25597. 'i18n_status' => '0',
  25598. ))
  25599. ->values(array(
  25600. 'lid' => '363',
  25601. 'translation' => 'Contient',
  25602. 'language' => 'fr',
  25603. 'plid' => '0',
  25604. 'plural' => '0',
  25605. 'i18n_status' => '0',
  25606. ))
  25607. ->values(array(
  25608. 'lid' => '364',
  25609. 'translation' => "Séléctionnez la méthode utilisée pour collecter les suggestions de l'autocomplétion. Notez que <em>Contient</em> peut engendrer des problèmes de performances sur des sites avec des milliers de noeuds",
  25610. 'language' => 'fr',
  25611. 'plid' => '0',
  25612. 'plural' => '0',
  25613. 'i18n_status' => '0',
  25614. ))
  25615. ->values(array(
  25616. 'lid' => '365',
  25617. 'translation' => '%name : différence de titre. Veuillez vérifier votre sélection.',
  25618. 'language' => 'fr',
  25619. 'plid' => '0',
  25620. 'plural' => '0',
  25621. 'i18n_status' => '0',
  25622. ))
  25623. ->values(array(
  25624. 'lid' => '366',
  25625. 'translation' => "%name : aucun contenu valide n'a été trouvé pour ce titre.",
  25626. 'language' => 'fr',
  25627. 'plid' => '0',
  25628. 'plural' => '0',
  25629. 'i18n_status' => '0',
  25630. ))
  25631. ->values(array(
  25632. 'lid' => '367',
  25633. 'translation' => 'Autocomplétion de nodereference',
  25634. 'language' => 'fr',
  25635. 'plid' => '0',
  25636. 'plural' => '0',
  25637. 'i18n_status' => '0',
  25638. ))
  25639. ->values(array(
  25640. 'lid' => '368',
  25641. 'translation' => 'nodereference',
  25642. 'language' => 'fr',
  25643. 'plid' => '0',
  25644. 'plural' => '0',
  25645. 'i18n_status' => '0',
  25646. ))
  25647. ->values(array(
  25648. 'lid' => '369',
  25649. 'translation' => 'Node Reference',
  25650. 'language' => 'fr',
  25651. 'plid' => '0',
  25652. 'plural' => '0',
  25653. 'i18n_status' => '0',
  25654. ))
  25655. ->values(array(
  25656. 'lid' => '370',
  25657. 'translation' => 'Définit un type de champ pour référencer un noeud depuis un autre noeud.',
  25658. 'language' => 'fr',
  25659. 'plid' => '0',
  25660. 'plural' => '0',
  25661. 'i18n_status' => '0',
  25662. ))
  25663. ->values(array(
  25664. 'lid' => '371',
  25665. 'translation' => 'Entier',
  25666. 'language' => 'fr',
  25667. 'plid' => '0',
  25668. 'plural' => '0',
  25669. 'i18n_status' => '0',
  25670. ))
  25671. ->values(array(
  25672. 'lid' => '372',
  25673. 'translation' => 'Stocke un nombre dans la base de données en format entier.',
  25674. 'language' => 'fr',
  25675. 'plid' => '0',
  25676. 'plural' => '0',
  25677. 'i18n_status' => '0',
  25678. ))
  25679. ->values(array(
  25680. 'lid' => '373',
  25681. 'translation' => 'Décimal',
  25682. 'language' => 'fr',
  25683. 'plid' => '0',
  25684. 'plural' => '0',
  25685. 'i18n_status' => '0',
  25686. ))
  25687. ->values(array(
  25688. 'lid' => '374',
  25689. 'translation' => 'Stocke un nombre dans la base de données en format décimal fixe.',
  25690. 'language' => 'fr',
  25691. 'plid' => '0',
  25692. 'plural' => '0',
  25693. 'i18n_status' => '0',
  25694. ))
  25695. ->values(array(
  25696. 'lid' => '375',
  25697. 'translation' => 'Réel (Float)',
  25698. 'language' => 'fr',
  25699. 'plid' => '0',
  25700. 'plural' => '0',
  25701. 'i18n_status' => '0',
  25702. ))
  25703. ->values(array(
  25704. 'lid' => '376',
  25705. 'translation' => 'Stocke un nombre dans la base de données en format réel.',
  25706. 'language' => 'fr',
  25707. 'plid' => '0',
  25708. 'plural' => '0',
  25709. 'i18n_status' => '0',
  25710. ))
  25711. ->values(array(
  25712. 'lid' => '377',
  25713. 'translation' => 'Minimum',
  25714. 'language' => 'fr',
  25715. 'plid' => '0',
  25716. 'plural' => '0',
  25717. 'i18n_status' => '0',
  25718. ))
  25719. ->values(array(
  25720. 'lid' => '378',
  25721. 'translation' => 'Maximum',
  25722. 'language' => 'fr',
  25723. 'plid' => '0',
  25724. 'plural' => '0',
  25725. 'i18n_status' => '0',
  25726. ))
  25727. ->values(array(
  25728. 'lid' => '379',
  25729. 'translation' => 'Précision',
  25730. 'language' => 'fr',
  25731. 'plid' => '0',
  25732. 'plural' => '0',
  25733. 'i18n_status' => '0',
  25734. ))
  25735. ->values(array(
  25736. 'lid' => '380',
  25737. 'translation' => 'Le nombre total de chiffres à stocker dans la base de données, en incluant ceux à droite de la virgule.',
  25738. 'language' => 'fr',
  25739. 'plid' => '0',
  25740. 'plural' => '0',
  25741. 'i18n_status' => '0',
  25742. ))
  25743. ->values(array(
  25744. 'lid' => '381',
  25745. 'translation' => 'Echelle',
  25746. 'language' => 'fr',
  25747. 'plid' => '0',
  25748. 'plural' => '0',
  25749. 'i18n_status' => '0',
  25750. ))
  25751. ->values(array(
  25752. 'lid' => '382',
  25753. 'translation' => 'Le nombre de chiffres à droite de la virgule',
  25754. 'language' => 'fr',
  25755. 'plid' => '0',
  25756. 'plural' => '0',
  25757. 'i18n_status' => '0',
  25758. ))
  25759. ->values(array(
  25760. 'lid' => '383',
  25761. 'translation' => 'Séparateur de décimales',
  25762. 'language' => 'fr',
  25763. 'plid' => '0',
  25764. 'plural' => '0',
  25765. 'i18n_status' => '0',
  25766. ))
  25767. ->values(array(
  25768. 'lid' => '384',
  25769. 'translation' => 'Le caractère que les utilisateurs saisiront pour séparer les décimales dans les formulaires.',
  25770. 'language' => 'fr',
  25771. 'plid' => '0',
  25772. 'plural' => '0',
  25773. 'i18n_status' => '0',
  25774. ))
  25775. ->values(array(
  25776. 'lid' => '385',
  25777. 'translation' => 'Préfixe',
  25778. 'language' => 'fr',
  25779. 'plid' => '0',
  25780. 'plural' => '0',
  25781. 'i18n_status' => '0',
  25782. ))
  25783. ->values(array(
  25784. 'lid' => '386',
  25785. 'translation' => 'Définissez une chaîne de caractères à utiliser pour préfixer la valeur, par exemple $ ou €. Laissez vide pour ne rien afficher de plus. Séparez les valeurs singulier et pluriel par une barre verticale (euro|euros).',
  25786. 'language' => 'fr',
  25787. 'plid' => '0',
  25788. 'plural' => '0',
  25789. 'i18n_status' => '0',
  25790. ))
  25791. ->values(array(
  25792. 'lid' => '387',
  25793. 'translation' => 'Suffixe',
  25794. 'language' => 'fr',
  25795. 'plid' => '0',
  25796. 'plural' => '0',
  25797. 'i18n_status' => '0',
  25798. ))
  25799. ->values(array(
  25800. 'lid' => '388',
  25801. 'translation' => 'Définissez une chaîne qui sera ajoutée en suffixe à la valeur, comme m², m/s², kb/s. Laisser vide pour aucun suffixe. Séparez les singulier et pluriel avec un pipe (mètre|mètres).',
  25802. 'language' => 'fr',
  25803. 'plid' => '0',
  25804. 'plural' => '0',
  25805. 'i18n_status' => '0',
  25806. ))
  25807. ->values(array(
  25808. 'lid' => '389',
  25809. 'translation' => 'Valeurs autorisées',
  25810. 'language' => 'fr',
  25811. 'plid' => '0',
  25812. 'plural' => '0',
  25813. 'i18n_status' => '0',
  25814. ))
  25815. ->values(array(
  25816. 'lid' => '390',
  25817. 'translation' => 'Liste des valeurs autorisées',
  25818. 'language' => 'fr',
  25819. 'plid' => '0',
  25820. 'plural' => '0',
  25821. 'i18n_status' => '0',
  25822. ))
  25823. ->values(array(
  25824. 'lid' => '391',
  25825. 'translation' => "Les valeurs possibles que ce champ peut contenir. Entrez une valeur par ligne, sous la forme clé|étiquette. La clé est une valeur qui sera stocker dans la base de données, elle doit correspondre au type de champ défini (%type). L'étiquette est optionnelle, si elle n'est pas précisée, la clé sera utilisée également comme étiquette.<br />Balises HTML autorisées : @tags",
  25826. 'language' => 'fr',
  25827. 'plid' => '0',
  25828. 'plural' => '0',
  25829. 'i18n_status' => '0',
  25830. ))
  25831. ->values(array(
  25832. 'lid' => '392',
  25833. 'translation' => 'Pour usage avancé seulement : code PHP fournissant un tableau par clé des valeurs autorisées. Ne doit pas inclure les délimiteurs &lt;?php ?&gt;. Si ce champ est rempli, le tableau renvoyé par le code prendra le pas sur la liste des valeurs autorisées apparaissant ci-dessus.',
  25834. 'language' => 'fr',
  25835. 'plid' => '0',
  25836. 'plural' => '0',
  25837. 'i18n_status' => '0',
  25838. ))
  25839. ->values(array(
  25840. 'lid' => '393',
  25841. 'translation' => 'Ce code PHP a été saisi par un administrateur et supplantera la liste des valeurs permises ci-dessus.',
  25842. 'language' => 'fr',
  25843. 'plid' => '0',
  25844. 'plural' => '0',
  25845. 'i18n_status' => '0',
  25846. ))
  25847. ->values(array(
  25848. 'lid' => '394',
  25849. 'translation' => '@label (!name) - Valeurs autorisées',
  25850. 'language' => 'fr',
  25851. 'plid' => '0',
  25852. 'plural' => '0',
  25853. 'i18n_status' => '0',
  25854. ))
  25855. ->values(array(
  25856. 'lid' => '395',
  25857. 'translation' => '"Minimum" doit être un nombre.',
  25858. 'language' => 'fr',
  25859. 'plid' => '0',
  25860. 'plural' => '0',
  25861. 'i18n_status' => '0',
  25862. ))
  25863. ->values(array(
  25864. 'lid' => '396',
  25865. 'translation' => '"Maximum" doit être un nombre.',
  25866. 'language' => 'fr',
  25867. 'plid' => '0',
  25868. 'plural' => '0',
  25869. 'i18n_status' => '0',
  25870. ))
  25871. ->values(array(
  25872. 'lid' => '397',
  25873. 'translation' => '%name : la valeur ne peut être inférieure à %min.',
  25874. 'language' => 'fr',
  25875. 'plid' => '0',
  25876. 'plural' => '0',
  25877. 'i18n_status' => '0',
  25878. ))
  25879. ->values(array(
  25880. 'lid' => '398',
  25881. 'translation' => '%name : la valeur ne peut être supérieure à %max.',
  25882. 'language' => 'fr',
  25883. 'plid' => '0',
  25884. 'plural' => '0',
  25885. 'i18n_status' => '0',
  25886. ))
  25887. ->values(array(
  25888. 'lid' => '399',
  25889. 'translation' => '%name : valeur illégale.',
  25890. 'language' => 'fr',
  25891. 'plid' => '0',
  25892. 'plural' => '0',
  25893. 'i18n_status' => '0',
  25894. ))
  25895. ->values(array(
  25896. 'lid' => '400',
  25897. 'translation' => 'non mis en forme',
  25898. 'language' => 'fr',
  25899. 'plid' => '0',
  25900. 'plural' => '0',
  25901. 'i18n_status' => '0',
  25902. ))
  25903. ->values(array(
  25904. 'lid' => '401',
  25905. 'translation' => 'Champ texte',
  25906. 'language' => 'fr',
  25907. 'plid' => '0',
  25908. 'plural' => '0',
  25909. 'i18n_status' => '0',
  25910. ))
  25911. ->values(array(
  25912. 'lid' => '402',
  25913. 'translation' => 'Seuls les nombres et les décimaux sont autorisés dans %field.',
  25914. 'language' => 'fr',
  25915. 'plid' => '0',
  25916. 'plural' => '0',
  25917. 'i18n_status' => '0',
  25918. ))
  25919. ->values(array(
  25920. 'lid' => '403',
  25921. 'translation' => 'Seuls les nombres sont autorisés dans %field.',
  25922. 'language' => 'fr',
  25923. 'plid' => '0',
  25924. 'plural' => '0',
  25925. 'i18n_status' => '0',
  25926. ))
  25927. ->values(array(
  25928. 'lid' => '404',
  25929. 'translation' => 'Seuls les nombres et le caractère décimal (%decimal) sont autorisés dans %field.',
  25930. 'language' => 'fr',
  25931. 'plid' => '0',
  25932. 'plural' => '0',
  25933. 'i18n_status' => '0',
  25934. ))
  25935. ->values(array(
  25936. 'lid' => '405',
  25937. 'translation' => 'nombre',
  25938. 'language' => 'fr',
  25939. 'plid' => '0',
  25940. 'plural' => '0',
  25941. 'i18n_status' => '0',
  25942. ))
  25943. ->values(array(
  25944. 'lid' => '406',
  25945. 'translation' => 'Nombre',
  25946. 'language' => 'fr',
  25947. 'plid' => '0',
  25948. 'plural' => '0',
  25949. 'i18n_status' => '0',
  25950. ))
  25951. ->values(array(
  25952. 'lid' => '407',
  25953. 'translation' => 'Définit des types de champs numériques.',
  25954. 'language' => 'fr',
  25955. 'plid' => '0',
  25956. 'plural' => '0',
  25957. 'i18n_status' => '0',
  25958. ))
  25959. ->values(array(
  25960. 'lid' => '408',
  25961. 'translation' => "Créez une liste d'options en tant que liste dans la <strong>Liste des valeurs autorisées</strong>, ou en tant que tableau en code PHP. Ces valeurs seront les mêmes pour le champ %field au sein de tous les types de contenu.",
  25962. 'language' => 'fr',
  25963. 'plid' => '0',
  25964. 'plural' => '0',
  25965. 'i18n_status' => '0',
  25966. ))
  25967. ->values(array(
  25968. 'lid' => '409',
  25969. 'translation' => "Pour un widget 'case à cocher oui/non', définissez la valeur 'non' en premier, puis la valeur 'oui', dans la section <strong>Valeurs autorisées</strong>. Notez que la case à cocher sera étiquetée avec l'étiquette de la valeur du 'oui'.",
  25970. 'language' => 'fr',
  25971. 'plid' => '0',
  25972. 'plural' => '0',
  25973. 'i18n_status' => '0',
  25974. ))
  25975. ->values(array(
  25976. 'lid' => '410',
  25977. 'translation' => "Le widget 'cases à cocher/boutons radio' affichera des cases à cocher si l'option valeurs multiples est sélectionnées pour ce champ, autrement, des boutons radio seront affichés.",
  25978. 'language' => 'fr',
  25979. 'plid' => '0',
  25980. 'plural' => '0',
  25981. 'i18n_status' => '0',
  25982. ))
  25983. ->values(array(
  25984. 'lid' => '411',
  25985. 'translation' => "Vous devez préciser les 'valeurs autorisées' pour ce champ.",
  25986. 'language' => 'fr',
  25987. 'plid' => '0',
  25988. 'plural' => '0',
  25989. 'i18n_status' => '0',
  25990. ))
  25991. ->values(array(
  25992. 'lid' => '412',
  25993. 'translation' => 'Case à cocher on/off unique',
  25994. 'language' => 'fr',
  25995. 'plid' => '0',
  25996. 'plural' => '0',
  25997. 'i18n_status' => '0',
  25998. ))
  25999. ->values(array(
  26000. 'lid' => '413',
  26001. 'translation' => '%name : ce champ ne peut contenir plus de @count valeurs.',
  26002. 'language' => 'fr',
  26003. 'plid' => '0',
  26004. 'plural' => '0',
  26005. 'i18n_status' => '0',
  26006. ))
  26007. ->values(array(
  26008. 'lid' => '414',
  26009. 'translation' => 'N/A',
  26010. 'language' => 'fr',
  26011. 'plid' => '0',
  26012. 'plural' => '0',
  26013. 'i18n_status' => '0',
  26014. ))
  26015. ->values(array(
  26016. 'lid' => '415',
  26017. 'translation' => '- Aucun -',
  26018. 'language' => 'fr',
  26019. 'plid' => '0',
  26020. 'plural' => '0',
  26021. 'i18n_status' => '0',
  26022. ))
  26023. ->values(array(
  26024. 'lid' => '416',
  26025. 'translation' => 'optionwidgets',
  26026. 'language' => 'fr',
  26027. 'plid' => '0',
  26028. 'plural' => '0',
  26029. 'i18n_status' => '0',
  26030. ))
  26031. ->values(array(
  26032. 'lid' => '417',
  26033. 'translation' => 'Option Widgets',
  26034. 'language' => 'fr',
  26035. 'plid' => '0',
  26036. 'plural' => '0',
  26037. 'i18n_status' => '0',
  26038. ))
  26039. ->values(array(
  26040. 'lid' => '418',
  26041. 'translation' => 'Définit des widgets de liste déroulante, case à cocher et bouton radio pour des champs texte et numériques.',
  26042. 'language' => 'fr',
  26043. 'plid' => '0',
  26044. 'plural' => '0',
  26045. 'i18n_status' => '0',
  26046. ))
  26047. ->values(array(
  26048. 'lid' => '419',
  26049. 'translation' => 'Enregistre le texte dans la base de données.',
  26050. 'language' => 'fr',
  26051. 'plid' => '0',
  26052. 'plural' => '0',
  26053. 'i18n_status' => '0',
  26054. ))
  26055. ->values(array(
  26056. 'lid' => '420',
  26057. 'translation' => 'Texte simple',
  26058. 'language' => 'fr',
  26059. 'plid' => '0',
  26060. 'plural' => '0',
  26061. 'i18n_status' => '0',
  26062. ))
  26063. ->values(array(
  26064. 'lid' => '421',
  26065. 'translation' => "Texte filtré (l'utilisateur choisit le format d'entrée)",
  26066. 'language' => 'fr',
  26067. 'plid' => '0',
  26068. 'plural' => '0',
  26069. 'i18n_status' => '0',
  26070. ))
  26071. ->values(array(
  26072. 'lid' => '422',
  26073. 'translation' => 'Traitement du texte',
  26074. 'language' => 'fr',
  26075. 'plid' => '0',
  26076. 'plural' => '0',
  26077. 'i18n_status' => '0',
  26078. ))
  26079. ->values(array(
  26080. 'lid' => '423',
  26081. 'translation' => 'Taille maximale',
  26082. 'language' => 'fr',
  26083. 'plid' => '0',
  26084. 'plural' => '0',
  26085. 'i18n_status' => '0',
  26086. ))
  26087. ->values(array(
  26088. 'lid' => '424',
  26089. 'translation' => 'La taille maximale des champs, en caractères. Laisser vide pour ne pas limiter la taille.',
  26090. 'language' => 'fr',
  26091. 'plid' => '0',
  26092. 'plural' => '0',
  26093. 'i18n_status' => '0',
  26094. ))
  26095. ->values(array(
  26096. 'lid' => '425',
  26097. 'translation' => '%name : la valeur ne doit pas dépasser %max caractères.',
  26098. 'language' => 'fr',
  26099. 'plid' => '0',
  26100. 'plural' => '0',
  26101. 'i18n_status' => '0',
  26102. ))
  26103. ->values(array(
  26104. 'lid' => '426',
  26105. 'translation' => 'Par défaut',
  26106. 'language' => 'fr',
  26107. 'plid' => '0',
  26108. 'plural' => '0',
  26109. 'i18n_status' => '0',
  26110. ))
  26111. ->values(array(
  26112. 'lid' => '427',
  26113. 'translation' => 'Coupé',
  26114. 'language' => 'fr',
  26115. 'plid' => '0',
  26116. 'plural' => '0',
  26117. 'i18n_status' => '0',
  26118. ))
  26119. ->values(array(
  26120. 'lid' => '428',
  26121. 'translation' => 'Zone de texte (plusieurs lignes)',
  26122. 'language' => 'fr',
  26123. 'plid' => '0',
  26124. 'plural' => '0',
  26125. 'i18n_status' => '0',
  26126. ))
  26127. ->values(array(
  26128. 'lid' => '429',
  26129. 'translation' => 'Taille du champ texte',
  26130. 'language' => 'fr',
  26131. 'plid' => '0',
  26132. 'plural' => '0',
  26133. 'i18n_status' => '0',
  26134. ))
  26135. ->values(array(
  26136. 'lid' => '430',
  26137. 'translation' => 'Rangées',
  26138. 'language' => 'fr',
  26139. 'plid' => '0',
  26140. 'plural' => '0',
  26141. 'i18n_status' => '0',
  26142. ))
  26143. ->values(array(
  26144. 'lid' => '431',
  26145. 'translation' => 'texte',
  26146. 'language' => 'fr',
  26147. 'plid' => '0',
  26148. 'plural' => '0',
  26149. 'i18n_status' => '0',
  26150. ))
  26151. ->values(array(
  26152. 'lid' => '432',
  26153. 'translation' => 'Définit les types de champs en texte simple.',
  26154. 'language' => 'fr',
  26155. 'plid' => '0',
  26156. 'plural' => '0',
  26157. 'i18n_status' => '0',
  26158. ))
  26159. ->values(array(
  26160. 'lid' => '433',
  26161. 'translation' => 'Charge un utilisateur référencé',
  26162. 'language' => 'fr',
  26163. 'plid' => '0',
  26164. 'plural' => '0',
  26165. 'i18n_status' => '0',
  26166. ))
  26167. ->values(array(
  26168. 'lid' => '434',
  26169. 'translation' => 'Contenu contenant le champ userrefernece',
  26170. 'language' => 'fr',
  26171. 'plid' => '0',
  26172. 'plural' => '0',
  26173. 'i18n_status' => '0',
  26174. ))
  26175. ->values(array(
  26176. 'lid' => '435',
  26177. 'translation' => 'Utilisateur référencé',
  26178. 'language' => 'fr',
  26179. 'plid' => '0',
  26180. 'plural' => '0',
  26181. 'i18n_status' => '0',
  26182. ))
  26183. ->values(array(
  26184. 'lid' => '436',
  26185. 'translation' => 'Noter que si le champ possède des valeurs multiples, seul le premier utilisateur sera chargé',
  26186. 'language' => 'fr',
  26187. 'plid' => '0',
  26188. 'plural' => '0',
  26189. 'i18n_status' => '0',
  26190. ))
  26191. ->values(array(
  26192. 'lid' => '437',
  26193. 'translation' => "Il n'y a aucun champ userreference défini",
  26194. 'language' => 'fr',
  26195. 'plid' => '0',
  26196. 'plural' => '0',
  26197. 'i18n_status' => '0',
  26198. ))
  26199. ->values(array(
  26200. 'lid' => '438',
  26201. 'translation' => 'User reference',
  26202. 'language' => 'fr',
  26203. 'plid' => '0',
  26204. 'plural' => '0',
  26205. 'i18n_status' => '0',
  26206. ))
  26207. ->values(array(
  26208. 'lid' => '439',
  26209. 'translation' => "Stocke l'ID d'un utilisateur lié sous forme d'entier",
  26210. 'language' => 'fr',
  26211. 'plid' => '0',
  26212. 'plural' => '0',
  26213. 'i18n_status' => '0',
  26214. ))
  26215. ->values(array(
  26216. 'lid' => '440',
  26217. 'translation' => 'Rôles utilisateur pouvant être référencés',
  26218. 'language' => 'fr',
  26219. 'plid' => '0',
  26220. 'plural' => '0',
  26221. 'i18n_status' => '0',
  26222. ))
  26223. ->values(array(
  26224. 'lid' => '441',
  26225. 'translation' => 'Statuts utilisateur pouvant être référencés',
  26226. 'language' => 'fr',
  26227. 'plid' => '0',
  26228. 'plural' => '0',
  26229. 'i18n_status' => '0',
  26230. ))
  26231. ->values(array(
  26232. 'lid' => '442',
  26233. 'translation' => 'Actif',
  26234. 'language' => 'fr',
  26235. 'plid' => '0',
  26236. 'plural' => '0',
  26237. 'i18n_status' => '0',
  26238. ))
  26239. ->values(array(
  26240. 'lid' => '443',
  26241. 'translation' => 'Bloqué',
  26242. 'language' => 'fr',
  26243. 'plid' => '0',
  26244. 'plural' => '0',
  26245. 'i18n_status' => '0',
  26246. ))
  26247. ->values(array(
  26248. 'lid' => '444',
  26249. 'translation' => 'Avancé - Utilisateurs pouvant être référencés (Vue)',
  26250. 'language' => 'fr',
  26251. 'plid' => '0',
  26252. 'plural' => '0',
  26253. 'i18n_status' => '0',
  26254. ))
  26255. ->values(array(
  26256. 'lid' => '445',
  26257. 'translation' => 'Vue utilisée pour sélectionner les utilisateurs',
  26258. 'language' => 'fr',
  26259. 'plid' => '0',
  26260. 'plural' => '0',
  26261. 'i18n_status' => '0',
  26262. ))
  26263. ->values(array(
  26264. 'lid' => '446',
  26265. 'translation' => '<p>Choisissez la vue du "module Views" qui sélectionne les utilisateurs pouvant être référencés.<br />Note :</p>',
  26266. 'language' => 'fr',
  26267. 'plid' => '0',
  26268. 'plural' => '0',
  26269. 'i18n_status' => '0',
  26270. ))
  26271. ->values(array(
  26272. 'lid' => '447',
  26273. 'translation' => "<ul><li>Seules les vues qui possèdent des champs fonctionneront à cet effet.</li><li>Ceci annulera les paramètres \"Rôles Référençables\" et \"Statut Référençable\" ci-dessus. Utilisez la section \"filtres\" de la vue à la place.</li><li>Utilisez la section \"champs\" de la vue pour afficher des informations supplémentaires à propos des utilisateurs candidats sur le formulaire de création/édition.</li><li>Utilisez la section \"critère de tri\" de la vue pour déterminer l'ordre dans lequel les utilisateurs candidats seront affichés.</li></ul>",
  26274. 'language' => 'fr',
  26275. 'plid' => '0',
  26276. 'plural' => '0',
  26277. 'i18n_status' => '0',
  26278. ))
  26279. ->values(array(
  26280. 'lid' => '448',
  26281. 'translation' => "<p>La liste d'utilisateurs pouvant être référencés peut s'appueyr sur une vue du \"module Views\", mais aucune vue appropriée n'a été trouvée. <br />Note :</p>",
  26282. 'language' => 'fr',
  26283. 'plid' => '0',
  26284. 'plural' => '0',
  26285. 'i18n_status' => '0',
  26286. ))
  26287. ->values(array(
  26288. 'lid' => '449',
  26289. 'translation' => '%name : utilisateur invalide.',
  26290. 'language' => 'fr',
  26291. 'plid' => '0',
  26292. 'plural' => '0',
  26293. 'i18n_status' => '0',
  26294. ))
  26295. ->values(array(
  26296. 'lid' => '450',
  26297. 'translation' => "Séléctionnez la méthode utilisée pour collecter les suggestions de l'autocomplétion. Notez que <em>Contient</em> peut engendrer des problèmes de performances sur des sites avec des milliers d'utilisateurs.",
  26298. 'language' => 'fr',
  26299. 'plid' => '0',
  26300. 'plural' => '0',
  26301. 'i18n_status' => '0',
  26302. ))
  26303. ->values(array(
  26304. 'lid' => '451',
  26305. 'translation' => 'Lien retour',
  26306. 'language' => 'fr',
  26307. 'plid' => '0',
  26308. 'plural' => '0',
  26309. 'i18n_status' => '0',
  26310. ))
  26311. ->values(array(
  26312. 'lid' => '452',
  26313. 'translation' => "Si cette option est sélectionnée, un lien réciproque vers le nœud référençant sera affiché dans l'enregistrement utilisateur référencé.",
  26314. 'language' => 'fr',
  26315. 'plid' => '0',
  26316. 'plural' => '0',
  26317. 'i18n_status' => '0',
  26318. ))
  26319. ->values(array(
  26320. 'lid' => '453',
  26321. 'translation' => "%name : nous n'avons pas trouvé d'utilisateur valide pour ce nom.",
  26322. 'language' => 'fr',
  26323. 'plid' => '0',
  26324. 'plural' => '0',
  26325. 'i18n_status' => '0',
  26326. ))
  26327. ->values(array(
  26328. 'lid' => '454',
  26329. 'translation' => 'Contenu lié',
  26330. 'language' => 'fr',
  26331. 'plid' => '0',
  26332. 'plural' => '0',
  26333. 'i18n_status' => '0',
  26334. ))
  26335. ->values(array(
  26336. 'lid' => '455',
  26337. 'translation' => 'Autocomplétion Userreference',
  26338. 'language' => 'fr',
  26339. 'plid' => '0',
  26340. 'plural' => '0',
  26341. 'i18n_status' => '0',
  26342. ))
  26343. ->values(array(
  26344. 'lid' => '456',
  26345. 'translation' => 'userreference',
  26346. 'language' => 'fr',
  26347. 'plid' => '0',
  26348. 'plural' => '0',
  26349. 'i18n_status' => '0',
  26350. ))
  26351. ->values(array(
  26352. 'lid' => '457',
  26353. 'translation' => 'User Reference',
  26354. 'language' => 'fr',
  26355. 'plid' => '0',
  26356. 'plural' => '0',
  26357. 'i18n_status' => '0',
  26358. ))
  26359. ->values(array(
  26360. 'lid' => '458',
  26361. 'translation' => 'Définit un type de champ pour référencer un utilisateur depuis un noeud.',
  26362. 'language' => 'fr',
  26363. 'plid' => '0',
  26364. 'plural' => '0',
  26365. 'i18n_status' => '0',
  26366. ))
  26367. ->values(array(
  26368. 'lid' => '459',
  26369. 'translation' => 'Poids',
  26370. 'language' => 'fr',
  26371. 'plid' => '0',
  26372. 'plural' => '0',
  26373. 'i18n_status' => '0',
  26374. ))
  26375. ->values(array(
  26376. 'lid' => '460',
  26377. 'translation' => 'Ajouter',
  26378. 'language' => 'fr',
  26379. 'plid' => '0',
  26380. 'plural' => '0',
  26381. 'i18n_status' => '0',
  26382. ))
  26383. ->values(array(
  26384. 'lid' => '461',
  26385. 'translation' => 'Nouveau champ',
  26386. 'language' => 'fr',
  26387. 'plid' => '0',
  26388. 'plural' => '0',
  26389. 'i18n_status' => '0',
  26390. ))
  26391. ->values(array(
  26392. 'lid' => '462',
  26393. 'translation' => 'Champ existant',
  26394. 'language' => 'fr',
  26395. 'plid' => '0',
  26396. 'plural' => '0',
  26397. 'i18n_status' => '0',
  26398. ))
  26399. ->values(array(
  26400. 'lid' => '463',
  26401. 'translation' => 'Nouveau groupe',
  26402. 'language' => 'fr',
  26403. 'plid' => '0',
  26404. 'plural' => '0',
  26405. 'i18n_status' => '0',
  26406. ))
  26407. ->values(array(
  26408. 'lid' => '464',
  26409. 'translation' => "Ajouter des champs et des groupes au type de contenu, et les paramétrer pour l'affichage du contenu et les formulaires de saisie.",
  26410. 'language' => 'fr',
  26411. 'plid' => '0',
  26412. 'plural' => '0',
  26413. 'i18n_status' => '0',
  26414. ))
  26415. ->values(array(
  26416. 'lid' => '465',
  26417. 'translation' => 'Vous pouvez ajouter un champ à un groupe en le faisant glisser ci-dessous et à la droite du groupe.',
  26418. 'language' => 'fr',
  26419. 'plid' => '0',
  26420. 'plural' => '0',
  26421. 'i18n_status' => '0',
  26422. ))
  26423. ->values(array(
  26424. 'lid' => '466',
  26425. 'translation' => "Note : l'installation du module <a href=\"!adv_help\">Aide avancée (Advanced help)</a> vous permettra d'accéder à plus d'aide, et de meilleure qualité.",
  26426. 'language' => 'fr',
  26427. 'plid' => '0',
  26428. 'plural' => '0',
  26429. 'i18n_status' => '0',
  26430. ))
  26431. ->values(array(
  26432. 'lid' => '467',
  26433. 'translation' => "Utiliser la case à cocher 'Exclure' pour exclure un élément de la valeur de !content transmis au gabarit du node.",
  26434. 'language' => 'fr',
  26435. 'plid' => '0',
  26436. 'plural' => '0',
  26437. 'i18n_status' => '0',
  26438. ))
  26439. ->values(array(
  26440. 'lid' => '468',
  26441. 'translation' => 'Supprimer cet élément',
  26442. 'language' => 'fr',
  26443. 'plid' => '0',
  26444. 'plural' => '0',
  26445. 'i18n_status' => '0',
  26446. ))
  26447. ->values(array(
  26448. 'lid' => '469',
  26449. 'translation' => 'Ajouter un champ',
  26450. 'language' => 'fr',
  26451. 'plid' => '0',
  26452. 'plural' => '0',
  26453. 'i18n_status' => '0',
  26454. ))
  26455. ->values(array(
  26456. 'lid' => '470',
  26457. 'translation' => "Valeur illégale pour le champ '%name'.",
  26458. 'language' => 'fr',
  26459. 'plid' => '0',
  26460. 'plural' => '0',
  26461. 'i18n_status' => '0',
  26462. ))
  26463. ->values(array(
  26464. 'lid' => '471',
  26465. 'translation' => "La longueur de '%label' dépasse %max caractères.",
  26466. 'language' => 'fr',
  26467. 'plid' => '0',
  26468. 'plural' => '0',
  26469. 'i18n_status' => '0',
  26470. ))
  26471. ->values(array(
  26472. 'lid' => '472',
  26473. 'translation' => "Le champ 'Rangées' doit être un entier positif.",
  26474. 'language' => 'fr',
  26475. 'plid' => '0',
  26476. 'plural' => '0',
  26477. 'i18n_status' => '0',
  26478. ))
  26479. ->values(array(
  26480. 'lid' => '473',
  26481. 'translation' => "Les valeurs que ce champ peut contenir. Saisissez une valeur par ligne, au format clé|libellé. La clé est la valeur qui sera enregistrée dans la base de données et elle doit correspondre au type définit pour le champ dans la base, '%type'. Le libellé est optionnel et, si aucune valeur n'est spécifiée, la clé sera utilisée comme libellé.<br />Balises HTML autorisées : @tags",
  26482. 'language' => 'fr',
  26483. 'plid' => '0',
  26484. 'plural' => '0',
  26485. 'i18n_status' => '0',
  26486. ))
  26487. ->values(array(
  26488. 'lid' => '474',
  26489. 'translation' => 'ajouter un champ',
  26490. 'language' => 'fr',
  26491. 'plid' => '0',
  26492. 'plural' => '0',
  26493. 'i18n_status' => '0',
  26494. ))
  26495. ->values(array(
  26496. 'lid' => '475',
  26497. 'translation' => "Il n'y a aucun champ configuré pour ce type de contenu. Vous pouvez néanmoins dès maintenant !link.",
  26498. 'language' => 'fr',
  26499. 'plid' => '0',
  26500. 'plural' => '0',
  26501. 'i18n_status' => '0',
  26502. ))
  26503. ->values(array(
  26504. 'lid' => '476',
  26505. 'translation' => 'ajouter un nouveau champ',
  26506. 'language' => 'fr',
  26507. 'plid' => '0',
  26508. 'plural' => '0',
  26509. 'i18n_status' => '0',
  26510. ))
  26511. ->values(array(
  26512. 'lid' => '477',
  26513. 'translation' => "Pour changer l'ordre d'un champ, utilisez la poignée qui figure sous la colonne Étiquette et faites glisser le champ jusqu'à l'emplacement désiré. Pour manipuler la poignée (l'icône en forme de croix), cliquez sur l'icône et maintenez enfoncé le bouton de la souris. N'oubliez pas que vos modifications ne seront prises en compte que lorsque vous aurez cliqué sur le bouton <em>Enregistrer</em> qui figure en base de page.",
  26514. 'language' => 'fr',
  26515. 'plid' => '0',
  26516. 'plural' => '0',
  26517. 'i18n_status' => '0',
  26518. ))
  26519. ->values(array(
  26520. 'lid' => '478',
  26521. 'translation' => "Aucun module de champs n'est activé. Vous devez en <a href=\"!modules_url\">activer un</a>, par exemple le module Text, avant de pouvoir ajouter des champs.",
  26522. 'language' => 'fr',
  26523. 'plid' => '0',
  26524. 'plural' => '0',
  26525. 'i18n_status' => '0',
  26526. ))
  26527. ->values(array(
  26528. 'lid' => '479',
  26529. 'translation' => 'Ajouter un champ existant',
  26530. 'language' => 'fr',
  26531. 'plid' => '0',
  26532. 'plural' => '0',
  26533. 'i18n_status' => '0',
  26534. ))
  26535. ->values(array(
  26536. 'lid' => '480',
  26537. 'translation' => 'Créer un nouveau champ',
  26538. 'language' => 'fr',
  26539. 'plid' => '0',
  26540. 'plural' => '0',
  26541. 'i18n_status' => '0',
  26542. ))
  26543. ->values(array(
  26544. 'lid' => '481',
  26545. 'translation' => 'Nom du champ, lisible par une machine.',
  26546. 'language' => 'fr',
  26547. 'plid' => '0',
  26548. 'plural' => '0',
  26549. 'i18n_status' => '0',
  26550. ))
  26551. ->values(array(
  26552. 'lid' => '482',
  26553. 'translation' => ' Ce nom ne peut être modifié.',
  26554. 'language' => 'fr',
  26555. 'plid' => '0',
  26556. 'plural' => '0',
  26557. 'i18n_status' => '0',
  26558. ))
  26559. ->values(array(
  26560. 'lid' => '483',
  26561. 'translation' => " Ce nom ne pourra pas être modifié par la suite ! Le nom sera préfixé par 'field_' et peut inclure des lettres minuscules non accentués, des nombres et des caractères \"espace souligné\". La longueur du nom, y compris le préfixe, est limitée à un total de 32 caractères.",
  26562. 'language' => 'fr',
  26563. 'plid' => '0',
  26564. 'plural' => '0',
  26565. 'i18n_status' => '0',
  26566. ))
  26567. ->values(array(
  26568. 'lid' => '484',
  26569. 'translation' => 'Type de données que vous souhaitez enregistrer, par le biais de ce champ, dans la base de données.',
  26570. 'language' => 'fr',
  26571. 'plid' => '0',
  26572. 'plural' => '0',
  26573. 'i18n_status' => '0',
  26574. ))
  26575. ->values(array(
  26576. 'lid' => '485',
  26577. 'translation' => "Le nom de champ '%field_name' est invalide. Le nom ne doit comporter que des lettres minuscules non accentuées, des nombres ou des espaces soulignés.",
  26578. 'language' => 'fr',
  26579. 'plid' => '0',
  26580. 'plural' => '0',
  26581. 'i18n_status' => '0',
  26582. ))
  26583. ->values(array(
  26584. 'lid' => '486',
  26585. 'translation' => "Le nom de champ '%field_name' est trop long. La longueur du nom est limitée à 32 caractères, y compris le préfixe 'field_'.",
  26586. 'language' => 'fr',
  26587. 'plid' => '0',
  26588. 'plural' => '0',
  26589. 'i18n_status' => '0',
  26590. ))
  26591. ->values(array(
  26592. 'lid' => '487',
  26593. 'translation' => "Le nom de champ '%field_name' existe déjà.",
  26594. 'language' => 'fr',
  26595. 'plid' => '0',
  26596. 'plural' => '0',
  26597. 'i18n_status' => '0',
  26598. ))
  26599. ->values(array(
  26600. 'lid' => '488',
  26601. 'translation' => "Le nom 'field_instance' est un nom réservé.",
  26602. 'language' => 'fr',
  26603. 'plid' => '0',
  26604. 'plural' => '0',
  26605. 'i18n_status' => '0',
  26606. ))
  26607. ->values(array(
  26608. 'lid' => '489',
  26609. 'translation' => "Le champ '%label' a été créé.",
  26610. 'language' => 'fr',
  26611. 'plid' => '0',
  26612. 'plural' => '0',
  26613. 'i18n_status' => '0',
  26614. ))
  26615. ->values(array(
  26616. 'lid' => '490',
  26617. 'translation' => "Mettre à jour le champ '%label'.",
  26618. 'language' => 'fr',
  26619. 'plid' => '0',
  26620. 'plural' => '0',
  26621. 'i18n_status' => '0',
  26622. ))
  26623. ->values(array(
  26624. 'lid' => '491',
  26625. 'translation' => "Un problème est survenu à la mise à jour du champ '%label'.",
  26626. 'language' => 'fr',
  26627. 'plid' => '0',
  26628. 'plural' => '0',
  26629. 'i18n_status' => '0',
  26630. ))
  26631. ->values(array(
  26632. 'lid' => '492',
  26633. 'translation' => "Réservé à une utilisation avancée : code PHP renvoyant la valeur par défaut du champ. Ne doit pas inclure les délimiteurs &lt;?php ?&gt;. Si ce champ est renseigné, la valeur renvoyée par le code supplante toute valeur indiquée ci-desus. Format attendu : <pre>!sample</pre> Vous pouvez utiliser l'onglet 'devel load' du module !link_devel sur un nœud de type '%type' pour mieux comprendre le format attendu.",
  26634. 'language' => 'fr',
  26635. 'plid' => '0',
  26636. 'plural' => '0',
  26637. 'i18n_status' => '0',
  26638. ))
  26639. ->values(array(
  26640. 'lid' => '493',
  26641. 'translation' => "Choisissez un nombre de valeurs pour ce champ, ou 'Illimité' pour proposer un bouton 'Ajouter' aux utilisateurs, de sorte qu'ils peuvent insérer autant de valeurs qu'ils le souhaitent.",
  26642. 'language' => 'fr',
  26643. 'plid' => '0',
  26644. 'plural' => '0',
  26645. 'i18n_status' => '0',
  26646. ))
  26647. ->values(array(
  26648. 'lid' => '494',
  26649. 'translation' => 'Le code PHP de valeur par défaut a créé @value, qui est invalide.',
  26650. 'language' => 'fr',
  26651. 'plid' => '0',
  26652. 'plural' => '0',
  26653. 'i18n_status' => '0',
  26654. ))
  26655. ->values(array(
  26656. 'lid' => '495',
  26657. 'translation' => 'Lien HTML mis en forme vers le nœud',
  26658. 'language' => 'fr',
  26659. 'plid' => '0',
  26660. 'plural' => '0',
  26661. 'i18n_status' => '0',
  26662. ))
  26663. ->values(array(
  26664. 'lid' => '496',
  26665. 'translation' => "La valeur de '%name 'ne peut être plus petite que %min.",
  26666. 'language' => 'fr',
  26667. 'plid' => '0',
  26668. 'plural' => '0',
  26669. 'i18n_status' => '0',
  26670. ))
  26671. ->values(array(
  26672. 'lid' => '497',
  26673. 'translation' => "La valeur de '%name' ne peut pas être plus grande que %max.",
  26674. 'language' => 'fr',
  26675. 'plid' => '0',
  26676. 'plural' => '0',
  26677. 'i18n_status' => '0',
  26678. ))
  26679. ->values(array(
  26680. 'lid' => '498',
  26681. 'translation' => "Seuls des nombres et des décimaux sont autorisés dans '%field'. La valeur saisie, '%start', a été modifié en '%value'.",
  26682. 'language' => 'fr',
  26683. 'plid' => '0',
  26684. 'plural' => '0',
  26685. 'i18n_status' => '0',
  26686. ))
  26687. ->values(array(
  26688. 'lid' => '499',
  26689. 'translation' => "Seuls des nombres sont autorisés dans '%field'. La valeur saisie, '%start', a été modifié en '%value'.",
  26690. 'language' => 'fr',
  26691. 'plid' => '0',
  26692. 'plural' => '0',
  26693. 'i18n_status' => '0',
  26694. ))
  26695. ->values(array(
  26696. 'lid' => '500',
  26697. 'translation' => "Seuls des nombres et le marqueur décimal (%decimal) sont autorisés dans '%field'. La valeur saisie, '%start', a été modifié en '%value'.",
  26698. 'language' => 'fr',
  26699. 'plid' => '0',
  26700. 'plural' => '0',
  26701. 'i18n_status' => '0',
  26702. ))
  26703. ->values(array(
  26704. 'lid' => '501',
  26705. 'translation' => "Créez une liste d'options en tant que liste dans les <strong>Valeurs permises</strong> ou en tant que tableau dans le code PHP. Ces valeurs seront identiques pour '%field' dans tous les types de contenus.",
  26706. 'language' => 'fr',
  26707. 'plid' => '0',
  26708. 'plural' => '0',
  26709. 'i18n_status' => '0',
  26710. ))
  26711. ->values(array(
  26712. 'lid' => '504',
  26713. 'translation' => 'fr - Favorite color',
  26714. 'language' => 'fr',
  26715. 'plid' => '0',
  26716. 'plural' => '0',
  26717. 'i18n_status' => '0',
  26718. ))
  26719. ->values(array(
  26720. 'lid' => '505',
  26721. 'translation' => 'Inscrivez votre couleur préférée',
  26722. 'language' => 'fr',
  26723. 'plid' => '0',
  26724. 'plural' => '0',
  26725. 'i18n_status' => '0',
  26726. ))
  26727. ->values(array(
  26728. 'lid' => '506',
  26729. 'translation' => 'fr - Personal information',
  26730. 'language' => 'fr',
  26731. 'plid' => '0',
  26732. 'plural' => '0',
  26733. 'i18n_status' => '0',
  26734. ))
  26735. ->values(array(
  26736. 'lid' => '507',
  26737. 'translation' => 'fr - Biography',
  26738. 'language' => 'fr',
  26739. 'plid' => '0',
  26740. 'plural' => '0',
  26741. 'i18n_status' => '0',
  26742. ))
  26743. ->values(array(
  26744. 'lid' => '508',
  26745. 'translation' => 'fr - Tell people a little bit about yourself',
  26746. 'language' => 'fr',
  26747. 'plid' => '0',
  26748. 'plural' => '0',
  26749. 'i18n_status' => '0',
  26750. ))
  26751. ->values(array(
  26752. 'lid' => '509',
  26753. 'translation' => 'fr - Sell your email address?',
  26754. 'language' => 'fr',
  26755. 'plid' => '0',
  26756. 'plural' => '0',
  26757. 'i18n_status' => '0',
  26758. ))
  26759. ->values(array(
  26760. 'lid' => '510',
  26761. 'translation' => "fr - If you check this box, we'll sell your address to spammers to help line the pockets of our shareholders. Thanks!",
  26762. 'language' => 'fr',
  26763. 'plid' => '0',
  26764. 'plural' => '0',
  26765. 'i18n_status' => '0',
  26766. ))
  26767. ->values(array(
  26768. 'lid' => '511',
  26769. 'translation' => 'fr - Communication preferences',
  26770. 'language' => 'fr',
  26771. 'plid' => '0',
  26772. 'plural' => '0',
  26773. 'i18n_status' => '0',
  26774. ))
  26775. ->values(array(
  26776. 'lid' => '512',
  26777. 'translation' => 'fr - Sales Category',
  26778. 'language' => 'fr',
  26779. 'plid' => '0',
  26780. 'plural' => '0',
  26781. 'i18n_status' => '0',
  26782. ))
  26783. ->values(array(
  26784. 'lid' => '513',
  26785. 'translation' => "fr - Select the sales categories to which this user's address was sold.",
  26786. 'language' => 'fr',
  26787. 'plid' => '0',
  26788. 'plural' => '0',
  26789. 'i18n_status' => '0',
  26790. ))
  26791. ->values(array(
  26792. 'lid' => '514',
  26793. 'translation' => 'fr - Pill spammers Fitness spammers Back\slash Forward/slash Dot.in.the.middle',
  26794. 'language' => 'fr',
  26795. 'plid' => '0',
  26796. 'plural' => '0',
  26797. 'i18n_status' => '0',
  26798. ))
  26799. ->values(array(
  26800. 'lid' => '515',
  26801. 'translation' => 'fr - Administrative data',
  26802. 'language' => 'fr',
  26803. 'plid' => '0',
  26804. 'plural' => '0',
  26805. 'i18n_status' => '0',
  26806. ))
  26807. ->values(array(
  26808. 'lid' => '516',
  26809. 'translation' => 'Mes groupes préférés',
  26810. 'language' => 'fr',
  26811. 'plid' => '0',
  26812. 'plural' => '0',
  26813. 'i18n_status' => '0',
  26814. ))
  26815. ->values(array(
  26816. 'lid' => '517',
  26817. 'translation' => "fr - Enter your favorite bands. When you've saved your profile, you'll be able to find other people with the same favorites.",
  26818. 'language' => 'fr',
  26819. 'plid' => '0',
  26820. 'plural' => '0',
  26821. 'i18n_status' => '0',
  26822. ))
  26823. ->values(array(
  26824. 'lid' => '518',
  26825. 'translation' => 'fr - Birthdate',
  26826. 'language' => 'fr',
  26827. 'plid' => '0',
  26828. 'plural' => '0',
  26829. 'i18n_status' => '0',
  26830. ))
  26831. ->values(array(
  26832. 'lid' => '519',
  26833. 'translation' => "fr - Enter your birth date and we'll send you a coupon.",
  26834. 'language' => 'fr',
  26835. 'plid' => '0',
  26836. 'plural' => '0',
  26837. 'i18n_status' => '0',
  26838. ))
  26839. ->values(array(
  26840. 'lid' => '520',
  26841. 'translation' => "J'aime les migrations",
  26842. 'language' => 'fr',
  26843. 'plid' => '0',
  26844. 'plural' => '0',
  26845. 'i18n_status' => '1',
  26846. ))
  26847. ->values(array(
  26848. 'lid' => '521',
  26849. 'translation' => 'Si vous cochez cette case, vous aimez les migrations.',
  26850. 'language' => 'fr',
  26851. 'plid' => '0',
  26852. 'plural' => '0',
  26853. 'i18n_status' => '0',
  26854. ))
  26855. ->values(array(
  26856. 'lid' => '522',
  26857. 'translation' => 'fr - Blog',
  26858. 'language' => 'fr',
  26859. 'plid' => '0',
  26860. 'plural' => '0',
  26861. 'i18n_status' => '0',
  26862. ))
  26863. ->values(array(
  26864. 'lid' => '523',
  26865. 'translation' => 'fr - Paste the full URL, including http://, of your personal blog.',
  26866. 'language' => 'fr',
  26867. 'plid' => '0',
  26868. 'plural' => '0',
  26869. 'i18n_status' => '0',
  26870. ))
  26871. ->values(array(
  26872. 'lid' => '524',
  26873. 'translation' => 'fr - Static Block',
  26874. 'language' => 'fr',
  26875. 'plid' => '0',
  26876. 'plural' => '0',
  26877. 'i18n_status' => '0',
  26878. ))
  26879. ->values(array(
  26880. 'lid' => '525',
  26881. 'translation' => '<h3>fr - My first custom block body</h3>',
  26882. 'language' => 'fr',
  26883. 'plid' => '0',
  26884. 'plural' => '0',
  26885. 'i18n_status' => '0',
  26886. ))
  26887. ->values(array(
  26888. 'lid' => '526',
  26889. 'translation' => 'Encore un bloc statique',
  26890. 'language' => 'fr',
  26891. 'plid' => '0',
  26892. 'plural' => '0',
  26893. 'i18n_status' => '0',
  26894. ))
  26895. ->values(array(
  26896. 'lid' => '527',
  26897. 'translation' => 'Nom de vocabulaire beaucoup plus long que trente-deux caractères',
  26898. 'language' => 'fr',
  26899. 'plid' => '0',
  26900. 'plural' => '0',
  26901. 'i18n_status' => '0',
  26902. ))
  26903. ->values(array(
  26904. 'lid' => '528',
  26905. 'translation' => 'fr - Tags',
  26906. 'language' => 'fr',
  26907. 'plid' => '0',
  26908. 'plural' => '0',
  26909. 'i18n_status' => '0',
  26910. ))
  26911. ->values(array(
  26912. 'lid' => '529',
  26913. 'translation' => 'fr - vocabulary 1 (i=0)',
  26914. 'language' => 'fr',
  26915. 'plid' => '0',
  26916. 'plural' => '0',
  26917. 'i18n_status' => '0',
  26918. ))
  26919. ->values(array(
  26920. 'lid' => '530',
  26921. 'translation' => 'fr - vocabulary 2 (i=1)',
  26922. 'language' => 'fr',
  26923. 'plid' => '0',
  26924. 'plural' => '0',
  26925. 'i18n_status' => '0',
  26926. ))
  26927. ->values(array(
  26928. 'lid' => '531',
  26929. 'translation' => 'fr - vocabulary 3 (i=2)',
  26930. 'language' => 'fr',
  26931. 'plid' => '0',
  26932. 'plural' => '0',
  26933. 'i18n_status' => '0',
  26934. ))
  26935. ->values(array(
  26936. 'lid' => '532',
  26937. 'translation' => 'Nom de vocabulaire beaucoup plus long que trente-deux caractères',
  26938. 'language' => 'fr',
  26939. 'plid' => '0',
  26940. 'plural' => '0',
  26941. 'i18n_status' => '0',
  26942. ))
  26943. ->values(array(
  26944. 'lid' => '533',
  26945. 'translation' => 'fr - Article',
  26946. 'language' => 'fr',
  26947. 'plid' => '0',
  26948. 'plural' => '0',
  26949. 'i18n_status' => '0',
  26950. ))
  26951. ->values(array(
  26952. 'lid' => '534',
  26953. 'translation' => 'fr - Title',
  26954. 'language' => 'fr',
  26955. 'plid' => '0',
  26956. 'plural' => '0',
  26957. 'i18n_status' => '0',
  26958. ))
  26959. ->values(array(
  26960. 'lid' => '535',
  26961. 'translation' => 'fr - Body',
  26962. 'language' => 'fr',
  26963. 'plid' => '0',
  26964. 'plural' => '0',
  26965. 'i18n_status' => '0',
  26966. ))
  26967. ->values(array(
  26968. 'lid' => '536',
  26969. 'translation' => 'fr - An <em>article</em>, content type.',
  26970. 'language' => 'fr',
  26971. 'plid' => '0',
  26972. 'plural' => '0',
  26973. 'i18n_status' => '0',
  26974. ))
  26975. ->values(array(
  26976. 'lid' => '537',
  26977. 'translation' => 'fr - Company',
  26978. 'language' => 'fr',
  26979. 'plid' => '0',
  26980. 'plural' => '0',
  26981. 'i18n_status' => '0',
  26982. ))
  26983. ->values(array(
  26984. 'lid' => '538',
  26985. 'translation' => 'fr - Name',
  26986. 'language' => 'fr',
  26987. 'plid' => '0',
  26988. 'plural' => '0',
  26989. 'i18n_status' => '0',
  26990. ))
  26991. ->values(array(
  26992. 'lid' => '539',
  26993. 'translation' => 'fr - Description',
  26994. 'language' => 'fr',
  26995. 'plid' => '0',
  26996. 'plural' => '0',
  26997. 'i18n_status' => '0',
  26998. ))
  26999. ->values(array(
  27000. 'lid' => '540',
  27001. 'translation' => 'fr - Company node type',
  27002. 'language' => 'fr',
  27003. 'plid' => '0',
  27004. 'plural' => '0',
  27005. 'i18n_status' => '0',
  27006. ))
  27007. ->values(array(
  27008. 'lid' => '541',
  27009. 'translation' => 'fr - Employee',
  27010. 'language' => 'fr',
  27011. 'plid' => '0',
  27012. 'plural' => '0',
  27013. 'i18n_status' => '0',
  27014. ))
  27015. ->values(array(
  27016. 'lid' => '542',
  27017. 'translation' => 'fr - Name',
  27018. 'language' => 'fr',
  27019. 'plid' => '0',
  27020. 'plural' => '0',
  27021. 'i18n_status' => '0',
  27022. ))
  27023. ->values(array(
  27024. 'lid' => '543',
  27025. 'translation' => 'fr - Bio',
  27026. 'language' => 'fr',
  27027. 'plid' => '0',
  27028. 'plural' => '0',
  27029. 'i18n_status' => '0',
  27030. ))
  27031. ->values(array(
  27032. 'lid' => '544',
  27033. 'translation' => 'fr - Employee node type',
  27034. 'language' => 'fr',
  27035. 'plid' => '0',
  27036. 'plural' => '0',
  27037. 'i18n_status' => '0',
  27038. ))
  27039. ->values(array(
  27040. 'lid' => '545',
  27041. 'translation' => 'fr - Sponsor',
  27042. 'language' => 'fr',
  27043. 'plid' => '0',
  27044. 'plural' => '0',
  27045. 'i18n_status' => '0',
  27046. ))
  27047. ->values(array(
  27048. 'lid' => '546',
  27049. 'translation' => 'fr - Name',
  27050. 'language' => 'fr',
  27051. 'plid' => '0',
  27052. 'plural' => '0',
  27053. 'i18n_status' => '0',
  27054. ))
  27055. ->values(array(
  27056. 'lid' => '547',
  27057. 'translation' => 'fr - Body',
  27058. 'language' => 'fr',
  27059. 'plid' => '0',
  27060. 'plural' => '0',
  27061. 'i18n_status' => '0',
  27062. ))
  27063. ->values(array(
  27064. 'lid' => '548',
  27065. 'translation' => 'fr - Sponsor node type',
  27066. 'language' => 'fr',
  27067. 'plid' => '0',
  27068. 'plural' => '0',
  27069. 'i18n_status' => '0',
  27070. ))
  27071. ->values(array(
  27072. 'lid' => '549',
  27073. 'translation' => 'fr - Story',
  27074. 'language' => 'fr',
  27075. 'plid' => '0',
  27076. 'plural' => '0',
  27077. 'i18n_status' => '0',
  27078. ))
  27079. ->values(array(
  27080. 'lid' => '550',
  27081. 'translation' => 'fr - Title',
  27082. 'language' => 'fr',
  27083. 'plid' => '0',
  27084. 'plural' => '0',
  27085. 'i18n_status' => '0',
  27086. ))
  27087. ->values(array(
  27088. 'lid' => '551',
  27089. 'translation' => 'fr - Body',
  27090. 'language' => 'fr',
  27091. 'plid' => '0',
  27092. 'plural' => '0',
  27093. 'i18n_status' => '0',
  27094. ))
  27095. ->values(array(
  27096. 'lid' => '552',
  27097. 'translation' => "fr - 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.",
  27098. 'language' => 'fr',
  27099. 'plid' => '0',
  27100. 'plural' => '0',
  27101. 'i18n_status' => '0',
  27102. ))
  27103. ->values(array(
  27104. 'lid' => '553',
  27105. 'translation' => 'fr - Migrate test event',
  27106. 'language' => 'fr',
  27107. 'plid' => '0',
  27108. 'plural' => '0',
  27109. 'i18n_status' => '0',
  27110. ))
  27111. ->values(array(
  27112. 'lid' => '554',
  27113. 'translation' => 'fr - Event Name',
  27114. 'language' => 'fr',
  27115. 'plid' => '0',
  27116. 'plural' => '0',
  27117. 'i18n_status' => '0',
  27118. ))
  27119. ->values(array(
  27120. 'lid' => '555',
  27121. 'translation' => 'fr - Body',
  27122. 'language' => 'fr',
  27123. 'plid' => '0',
  27124. 'plural' => '0',
  27125. 'i18n_status' => '0',
  27126. ))
  27127. ->values(array(
  27128. 'lid' => '556',
  27129. 'translation' => 'fr - test event description here',
  27130. 'language' => 'fr',
  27131. 'plid' => '0',
  27132. 'plural' => '0',
  27133. 'i18n_status' => '0',
  27134. ))
  27135. ->values(array(
  27136. 'lid' => '558',
  27137. 'translation' => 'fr - Migrate test page',
  27138. 'language' => 'fr',
  27139. 'plid' => '0',
  27140. 'plural' => '0',
  27141. 'i18n_status' => '0',
  27142. ))
  27143. ->values(array(
  27144. 'lid' => '559',
  27145. 'translation' => 'fr - Title',
  27146. 'language' => 'fr',
  27147. 'plid' => '0',
  27148. 'plural' => '0',
  27149. 'i18n_status' => '0',
  27150. ))
  27151. ->values(array(
  27152. 'lid' => '560',
  27153. 'translation' => 'fr - This is the body field label',
  27154. 'language' => 'fr',
  27155. 'plid' => '0',
  27156. 'plural' => '0',
  27157. 'i18n_status' => '0',
  27158. ))
  27159. ->values(array(
  27160. 'lid' => '561',
  27161. 'translation' => "fr - 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.",
  27162. 'language' => 'fr',
  27163. 'plid' => '0',
  27164. 'plural' => '0',
  27165. 'i18n_status' => '0',
  27166. ))
  27167. ->values(array(
  27168. 'lid' => '562',
  27169. 'translation' => 'fr - Migrate test planet',
  27170. 'language' => 'fr',
  27171. 'plid' => '0',
  27172. 'plural' => '0',
  27173. 'i18n_status' => '0',
  27174. ))
  27175. ->values(array(
  27176. 'lid' => '563',
  27177. 'translation' => 'fr - Title',
  27178. 'language' => 'fr',
  27179. 'plid' => '0',
  27180. 'plural' => '0',
  27181. 'i18n_status' => '0',
  27182. ))
  27183. ->values(array(
  27184. 'lid' => '564',
  27185. 'translation' => 'fr - Body',
  27186. 'language' => 'fr',
  27187. 'plid' => '0',
  27188. 'plural' => '0',
  27189. 'i18n_status' => '0',
  27190. ))
  27191. ->values(array(
  27192. 'lid' => '565',
  27193. 'translation' => "fr - 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.",
  27194. 'language' => 'fr',
  27195. 'plid' => '0',
  27196. 'plural' => '0',
  27197. 'i18n_status' => '0',
  27198. ))
  27199. ->values(array(
  27200. 'lid' => '566',
  27201. 'translation' => 'Migrer histoire de test',
  27202. 'language' => 'fr',
  27203. 'plid' => '0',
  27204. 'plural' => '0',
  27205. 'i18n_status' => '0',
  27206. ))
  27207. ->values(array(
  27208. 'lid' => '567',
  27209. 'translation' => 'Titre',
  27210. 'language' => 'fr',
  27211. 'plid' => '0',
  27212. 'plural' => '0',
  27213. 'i18n_status' => '0',
  27214. ))
  27215. ->values(array(
  27216. 'lid' => '568',
  27217. 'translation' => 'Le corps',
  27218. 'language' => 'fr',
  27219. 'plid' => '0',
  27220. 'plural' => '0',
  27221. 'i18n_status' => '0',
  27222. ))
  27223. ->values(array(
  27224. 'lid' => '569',
  27225. '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.",
  27226. 'language' => 'fr',
  27227. 'plid' => '0',
  27228. 'plural' => '0',
  27229. 'i18n_status' => '0',
  27230. ))
  27231. ->values(array(
  27232. 'lid' => '570',
  27233. 'translation' => 'fr - Text Field',
  27234. 'language' => 'fr',
  27235. 'plid' => '0',
  27236. 'plural' => '0',
  27237. 'i18n_status' => '0',
  27238. ))
  27239. ->values(array(
  27240. 'lid' => '571',
  27241. 'translation' => 'fr - An example text field without exclude.',
  27242. 'language' => 'fr',
  27243. 'plid' => '0',
  27244. 'plural' => '0',
  27245. 'i18n_status' => '0',
  27246. ))
  27247. ->values(array(
  27248. 'lid' => '572',
  27249. 'translation' => 'fr - Integer Field',
  27250. 'language' => 'fr',
  27251. 'plid' => '0',
  27252. 'plural' => '0',
  27253. 'i18n_status' => '0',
  27254. ))
  27255. ->values(array(
  27256. 'lid' => '573',
  27257. 'translation' => 'fr - An example integer field.',
  27258. 'language' => 'fr',
  27259. 'plid' => '0',
  27260. 'plural' => '0',
  27261. 'i18n_status' => '0',
  27262. ))
  27263. ->values(array(
  27264. 'lid' => '574',
  27265. 'translation' => 'fr - Text Field',
  27266. 'language' => 'fr',
  27267. 'plid' => '0',
  27268. 'plural' => '0',
  27269. 'i18n_status' => '0',
  27270. ))
  27271. ->values(array(
  27272. 'lid' => '575',
  27273. 'translation' => 'fr - An example text field.',
  27274. 'language' => 'fr',
  27275. 'plid' => '0',
  27276. 'plural' => '0',
  27277. 'i18n_status' => '0',
  27278. ))
  27279. ->values(array(
  27280. 'lid' => '576',
  27281. 'translation' => 'fr - Decimal Field',
  27282. 'language' => 'fr',
  27283. 'plid' => '0',
  27284. 'plural' => '0',
  27285. 'i18n_status' => '0',
  27286. ))
  27287. ->values(array(
  27288. 'lid' => '577',
  27289. 'translation' => 'fr - An example decimal field.',
  27290. 'language' => 'fr',
  27291. 'plid' => '0',
  27292. 'plural' => '0',
  27293. 'i18n_status' => '0',
  27294. ))
  27295. ->values(array(
  27296. 'lid' => '578',
  27297. 'translation' => 'fr - Float Field',
  27298. 'language' => 'fr',
  27299. 'plid' => '0',
  27300. 'plural' => '0',
  27301. 'i18n_status' => '0',
  27302. ))
  27303. ->values(array(
  27304. 'lid' => '579',
  27305. 'translation' => 'fr - An example float field.',
  27306. 'language' => 'fr',
  27307. 'plid' => '0',
  27308. 'plural' => '0',
  27309. 'i18n_status' => '0',
  27310. ))
  27311. ->values(array(
  27312. 'lid' => '580',
  27313. 'translation' => 'fr - Integer Field',
  27314. 'language' => 'fr',
  27315. 'plid' => '0',
  27316. 'plural' => '0',
  27317. 'i18n_status' => '0',
  27318. ))
  27319. ->values(array(
  27320. 'lid' => '581',
  27321. 'translation' => 'fr - An example integer field.',
  27322. 'language' => 'fr',
  27323. 'plid' => '0',
  27324. 'plural' => '0',
  27325. 'i18n_status' => '0',
  27326. ))
  27327. ->values(array(
  27328. 'lid' => '582',
  27329. 'translation' => 'fr - Integer Field',
  27330. 'language' => 'fr',
  27331. 'plid' => '0',
  27332. 'plural' => '0',
  27333. 'i18n_status' => '0',
  27334. ))
  27335. ->values(array(
  27336. 'lid' => '583',
  27337. 'translation' => 'fr - An example integer field.',
  27338. 'language' => 'fr',
  27339. 'plid' => '0',
  27340. 'plural' => '0',
  27341. 'i18n_status' => '0',
  27342. ))
  27343. ->values(array(
  27344. 'lid' => '584',
  27345. 'translation' => 'fr - Email Field',
  27346. 'language' => 'fr',
  27347. 'plid' => '0',
  27348. 'plural' => '0',
  27349. 'i18n_status' => '0',
  27350. ))
  27351. ->values(array(
  27352. 'lid' => '585',
  27353. 'translation' => 'fr - An example email field.',
  27354. 'language' => 'fr',
  27355. 'plid' => '0',
  27356. 'plural' => '0',
  27357. 'i18n_status' => '0',
  27358. ))
  27359. ->values(array(
  27360. 'lid' => '586',
  27361. 'translation' => 'fr - Link Field',
  27362. 'language' => 'fr',
  27363. 'plid' => '0',
  27364. 'plural' => '0',
  27365. 'i18n_status' => '0',
  27366. ))
  27367. ->values(array(
  27368. 'lid' => '587',
  27369. 'translation' => 'fr - An example link field.',
  27370. 'language' => 'fr',
  27371. 'plid' => '0',
  27372. 'plural' => '0',
  27373. 'i18n_status' => '0',
  27374. ))
  27375. ->values(array(
  27376. 'lid' => '588',
  27377. 'translation' => 'fr - File Field',
  27378. 'language' => 'fr',
  27379. 'plid' => '0',
  27380. 'plural' => '0',
  27381. 'i18n_status' => '0',
  27382. ))
  27383. ->values(array(
  27384. 'lid' => '589',
  27385. 'translation' => 'fr - An example file field.',
  27386. 'language' => 'fr',
  27387. 'plid' => '0',
  27388. 'plural' => '0',
  27389. 'i18n_status' => '0',
  27390. ))
  27391. ->values(array(
  27392. 'lid' => '590',
  27393. 'translation' => 'fr - Image Field',
  27394. 'language' => 'fr',
  27395. 'plid' => '0',
  27396. 'plural' => '0',
  27397. 'i18n_status' => '0',
  27398. ))
  27399. ->values(array(
  27400. 'lid' => '591',
  27401. 'translation' => 'fr - An example image field.',
  27402. 'language' => 'fr',
  27403. 'plid' => '0',
  27404. 'plural' => '0',
  27405. 'i18n_status' => '0',
  27406. ))
  27407. ->values(array(
  27408. 'lid' => '592',
  27409. 'translation' => 'fr - Date Field',
  27410. 'language' => 'fr',
  27411. 'plid' => '0',
  27412. 'plural' => '0',
  27413. 'i18n_status' => '0',
  27414. ))
  27415. ->values(array(
  27416. 'lid' => '593',
  27417. 'translation' => 'fr - An example date field.',
  27418. 'language' => 'fr',
  27419. 'plid' => '0',
  27420. 'plural' => '0',
  27421. 'i18n_status' => '0',
  27422. ))
  27423. ->values(array(
  27424. 'lid' => '594',
  27425. 'translation' => 'fr - Date Stamp Field',
  27426. 'language' => 'fr',
  27427. 'plid' => '0',
  27428. 'plural' => '0',
  27429. 'i18n_status' => '0',
  27430. ))
  27431. ->values(array(
  27432. 'lid' => '595',
  27433. 'translation' => 'fr - An example date stamp field.',
  27434. 'language' => 'fr',
  27435. 'plid' => '0',
  27436. 'plural' => '0',
  27437. 'i18n_status' => '0',
  27438. ))
  27439. ->values(array(
  27440. 'lid' => '596',
  27441. 'translation' => 'fr - Datetime Field',
  27442. 'language' => 'fr',
  27443. 'plid' => '0',
  27444. 'plural' => '0',
  27445. 'i18n_status' => '0',
  27446. ))
  27447. ->values(array(
  27448. 'lid' => '597',
  27449. 'translation' => 'fr - An example datetime field.',
  27450. 'language' => 'fr',
  27451. 'plid' => '0',
  27452. 'plural' => '0',
  27453. 'i18n_status' => '0',
  27454. ))
  27455. ->values(array(
  27456. 'lid' => '598',
  27457. 'translation' => 'fr - Phone Field',
  27458. 'language' => 'fr',
  27459. 'plid' => '0',
  27460. 'plural' => '0',
  27461. 'i18n_status' => '0',
  27462. ))
  27463. ->values(array(
  27464. 'lid' => '599',
  27465. 'translation' => 'fr - An example phone field.',
  27466. 'language' => 'fr',
  27467. 'plid' => '0',
  27468. 'plural' => '0',
  27469. 'i18n_status' => '0',
  27470. ))
  27471. ->values(array(
  27472. 'lid' => '600',
  27473. 'translation' => 'fr - Decimal Radio Buttons Field',
  27474. 'language' => 'fr',
  27475. 'plid' => '0',
  27476. 'plural' => '0',
  27477. 'i18n_status' => '0',
  27478. ))
  27479. ->values(array(
  27480. 'lid' => '601',
  27481. 'translation' => 'fr - An example decimal field using radio buttons.',
  27482. 'language' => 'fr',
  27483. 'plid' => '0',
  27484. 'plural' => '0',
  27485. 'i18n_status' => '0',
  27486. ))
  27487. ->values(array(
  27488. 'lid' => '604',
  27489. 'translation' => 'fr - Float Single Checkbox Field',
  27490. 'language' => 'fr',
  27491. 'plid' => '0',
  27492. 'plural' => '0',
  27493. 'i18n_status' => '0',
  27494. ))
  27495. ->values(array(
  27496. 'lid' => '605',
  27497. 'translation' => 'fr - An example float field using a single on/off checkbox.',
  27498. 'language' => 'fr',
  27499. 'plid' => '0',
  27500. 'plural' => '0',
  27501. 'i18n_status' => '0',
  27502. ))
  27503. ->values(array(
  27504. 'lid' => '607',
  27505. 'translation' => 'fr - 1.234',
  27506. 'language' => 'fr',
  27507. 'plid' => '0',
  27508. 'plural' => '0',
  27509. 'i18n_status' => '0',
  27510. ))
  27511. ->values(array(
  27512. 'lid' => '608',
  27513. 'translation' => 'fr - Integer Select List Field',
  27514. 'language' => 'fr',
  27515. 'plid' => '0',
  27516. 'plural' => '0',
  27517. 'i18n_status' => '0',
  27518. ))
  27519. ->values(array(
  27520. 'lid' => '609',
  27521. 'translation' => 'fr - An example integer field using a select list.',
  27522. 'language' => 'fr',
  27523. 'plid' => '0',
  27524. 'plural' => '0',
  27525. 'i18n_status' => '0',
  27526. ))
  27527. ->values(array(
  27528. 'lid' => '611',
  27529. 'translation' => 'fr - 2341',
  27530. 'language' => 'fr',
  27531. 'plid' => '0',
  27532. 'plural' => '0',
  27533. 'i18n_status' => '0',
  27534. ))
  27535. ->values(array(
  27536. 'lid' => '613',
  27537. 'translation' => 'fr - 4123',
  27538. 'language' => 'fr',
  27539. 'plid' => '0',
  27540. 'plural' => '0',
  27541. 'i18n_status' => '0',
  27542. ))
  27543. ->values(array(
  27544. 'lid' => '614',
  27545. 'translation' => 'fr - Text Single Checkbox Field',
  27546. 'language' => 'fr',
  27547. 'plid' => '0',
  27548. 'plural' => '0',
  27549. 'i18n_status' => '0',
  27550. ))
  27551. ->values(array(
  27552. 'lid' => '615',
  27553. 'translation' => 'fr - An example text field using a single on/off checkbox.',
  27554. 'language' => 'fr',
  27555. 'plid' => '0',
  27556. 'plural' => '0',
  27557. 'i18n_status' => '0',
  27558. ))
  27559. ->values(array(
  27560. 'lid' => '616',
  27561. 'translation' => 'fr - Hello',
  27562. 'language' => 'fr',
  27563. 'plid' => '0',
  27564. 'plural' => '0',
  27565. 'i18n_status' => '0',
  27566. ))
  27567. ->values(array(
  27568. 'lid' => '617',
  27569. 'translation' => 'fr - Goodbye',
  27570. 'language' => 'fr',
  27571. 'plid' => '0',
  27572. 'plural' => '0',
  27573. 'i18n_status' => '0',
  27574. ))
  27575. ->values(array(
  27576. 'lid' => '618',
  27577. 'translation' => 'fr - Text Single Checkbox Field 2',
  27578. 'language' => 'fr',
  27579. 'plid' => '0',
  27580. 'plural' => '0',
  27581. 'i18n_status' => '0',
  27582. ))
  27583. ->values(array(
  27584. 'lid' => '619',
  27585. 'translation' => 'fr - Checkbox that uses keys only and no label.',
  27586. 'language' => 'fr',
  27587. 'plid' => '0',
  27588. 'plural' => '0',
  27589. 'i18n_status' => '0',
  27590. ))
  27591. ->values(array(
  27592. 'lid' => '620',
  27593. 'translation' => 'fr - Off',
  27594. 'language' => 'fr',
  27595. 'plid' => '0',
  27596. 'plural' => '0',
  27597. 'i18n_status' => '0',
  27598. ))
  27599. ->values(array(
  27600. 'lid' => '621',
  27601. 'translation' => 'fr - Hello',
  27602. 'language' => 'fr',
  27603. 'plid' => '0',
  27604. 'plural' => '0',
  27605. 'i18n_status' => '0',
  27606. ))
  27607. ->values(array(
  27608. 'lid' => '622',
  27609. 'translation' => 'Champ de texte',
  27610. 'language' => 'fr',
  27611. 'plid' => '0',
  27612. 'plural' => '0',
  27613. 'i18n_status' => '0',
  27614. ))
  27615. ->values(array(
  27616. 'lid' => '623',
  27617. 'translation' => 'fr - An example text field.',
  27618. 'language' => 'fr',
  27619. 'plid' => '0',
  27620. 'plural' => '0',
  27621. 'i18n_status' => '0',
  27622. ))
  27623. ->values(array(
  27624. 'lid' => '624',
  27625. 'translation' => 'fr - Decimal Field',
  27626. 'language' => 'fr',
  27627. 'plid' => '0',
  27628. 'plural' => '0',
  27629. 'i18n_status' => '0',
  27630. ))
  27631. ->values(array(
  27632. 'lid' => '625',
  27633. 'translation' => 'Un exemple plusieurs valeurs champ décimal.',
  27634. 'language' => 'fr',
  27635. 'plid' => '0',
  27636. 'plural' => '0',
  27637. 'i18n_status' => '0',
  27638. ))
  27639. ->values(array(
  27640. 'lid' => '627',
  27641. 'translation' => 'fr - An example text field using a single on/off checkbox.',
  27642. 'language' => 'fr',
  27643. 'plid' => '0',
  27644. 'plural' => '0',
  27645. 'i18n_status' => '0',
  27646. ))
  27647. ->values(array(
  27648. 'lid' => '633',
  27649. 'translation' => 'fr - Drupal.org',
  27650. 'language' => 'fr',
  27651. 'plid' => '0',
  27652. 'plural' => '0',
  27653. 'i18n_status' => '0',
  27654. ))
  27655. ->values(array(
  27656. 'lid' => '634',
  27657. 'translation' => 'fr - Test 2',
  27658. 'language' => 'fr',
  27659. 'plid' => '0',
  27660. 'plural' => '0',
  27661. 'i18n_status' => '0',
  27662. ))
  27663. ->values(array(
  27664. 'lid' => '635',
  27665. 'translation' => 'fr - Test menu link 2',
  27666. 'language' => 'fr',
  27667. 'plid' => '0',
  27668. 'plural' => '0',
  27669. 'i18n_status' => '0',
  27670. ))
  27671. ->values(array(
  27672. 'lid' => '663',
  27673. 'translation' => 'fr - Content management',
  27674. 'language' => 'fr',
  27675. 'plid' => '0',
  27676. 'plural' => '0',
  27677. 'i18n_status' => '0',
  27678. ))
  27679. ->values(array(
  27680. 'lid' => '1254',
  27681. 'translation' => 'fr - Modules',
  27682. 'language' => 'fr',
  27683. 'plid' => '0',
  27684. 'plural' => '0',
  27685. 'i18n_status' => '0',
  27686. ))
  27687. ->values(array(
  27688. 'lid' => '1264',
  27689. 'translation' => 'fr - By task',
  27690. 'language' => 'fr',
  27691. 'plid' => '0',
  27692. 'plural' => '0',
  27693. 'i18n_status' => '0',
  27694. ))
  27695. ->values(array(
  27696. 'lid' => '1265',
  27697. 'translation' => 'fr - By module',
  27698. 'language' => 'fr',
  27699. 'plid' => '0',
  27700. 'plural' => '0',
  27701. 'i18n_status' => '0',
  27702. ))
  27703. ->values(array(
  27704. 'lid' => '1669',
  27705. 'translation' => "Choisissez la vue du module Views qui sélectionne les nœuds pouvant être référencés.<br />Notez que :<ul><li>seules les vues présentant des champs fonctionneront dans ce cadre </li><li>ceci effacera les paramètres de \"Types de contenus\" figurant ci-dessus. Utilisez à la place la section \"filtres\" de la vue ;</li><li>utilisez la section \"champs\" de la vue pour afficher des informations supplémentaires sur les nœuds candidats dans le formulaire de création/édition de nœud ;</li><li>utilisez la section \"critère de tri\" de la vue pour déterminer l'ordre d'affichage des nœuds candidats.</li></ul>",
  27706. 'language' => 'fr',
  27707. 'plid' => '0',
  27708. 'plural' => '0',
  27709. 'i18n_status' => '0',
  27710. ))
  27711. ->values(array(
  27712. 'lid' => '1670',
  27713. 'translation' => "Champ '%name' : cette publication ne peut être référencée.",
  27714. 'language' => 'fr',
  27715. 'plid' => '0',
  27716. 'plural' => '0',
  27717. 'i18n_status' => '0',
  27718. ))
  27719. ->values(array(
  27720. 'lid' => '1671',
  27721. 'translation' => "Champ '%name' : incohérence au niveau du titre. Merci de vérifier votre sélection.",
  27722. 'language' => 'fr',
  27723. 'plid' => '0',
  27724. 'plural' => '0',
  27725. 'i18n_status' => '0',
  27726. ))
  27727. ->values(array(
  27728. 'lid' => '1672',
  27729. 'translation' => 'fr - Type',
  27730. 'language' => 'fr',
  27731. 'plid' => '0',
  27732. 'plural' => '0',
  27733. 'i18n_status' => '0',
  27734. ))
  27735. ->values(array(
  27736. 'lid' => '1678',
  27737. 'translation' => 'fr - I really, really, really love migrating ',
  27738. 'language' => 'fr',
  27739. 'plid' => '0',
  27740. 'plural' => '0',
  27741. 'i18n_status' => '0',
  27742. ))
  27743. ->values(array(
  27744. 'lid' => '1690',
  27745. 'translation' => 'Noir',
  27746. 'language' => 'fr',
  27747. 'plid' => '0',
  27748. 'plural' => '0',
  27749. 'i18n_status' => '0',
  27750. ))
  27751. ->values(array(
  27752. 'lid' => '1692',
  27753. 'translation' => 'fr - Talos IV',
  27754. 'language' => 'fr',
  27755. 'plid' => '0',
  27756. 'plural' => '0',
  27757. 'i18n_status' => '0',
  27758. ))
  27759. ->values(array(
  27760. 'lid' => '1694',
  27761. 'translation' => 'fr - The home of Captain Christopher Pike.',
  27762. 'language' => 'fr',
  27763. 'plid' => '0',
  27764. 'plural' => '0',
  27765. 'i18n_status' => '0',
  27766. ))
  27767. ->values(array(
  27768. 'lid' => '1696',
  27769. 'translation' => "fr - 10\r\nfr - 20\r\nfr - 50\r\nfr - 100\r\nfr - 1000",
  27770. 'language' => 'fr',
  27771. 'plid' => '0',
  27772. 'plural' => '0',
  27773. 'i18n_status' => '0',
  27774. ))
  27775. ->values(array(
  27776. 'lid' => '66',
  27777. 'translation' => 'zu - CCK - Aucune Intégration aux Vues',
  27778. 'language' => 'zu',
  27779. 'plid' => '0',
  27780. 'plural' => '0',
  27781. 'i18n_status' => '0',
  27782. ))
  27783. ->values(array(
  27784. 'lid' => '506',
  27785. 'translation' => 'zu - Personal information',
  27786. 'language' => 'zu',
  27787. 'plid' => '0',
  27788. 'plural' => '0',
  27789. 'i18n_status' => '0',
  27790. ))
  27791. ->values(array(
  27792. 'lid' => '512',
  27793. 'translation' => 'zu - Sales Category',
  27794. 'language' => 'zu',
  27795. 'plid' => '0',
  27796. 'plural' => '0',
  27797. 'i18n_status' => '0',
  27798. ))
  27799. ->values(array(
  27800. 'lid' => '513',
  27801. 'translation' => "zu - Select the sales categories to which this user's address was sold.",
  27802. 'language' => 'zu',
  27803. 'plid' => '0',
  27804. 'plural' => '0',
  27805. 'i18n_status' => '0',
  27806. ))
  27807. ->values(array(
  27808. 'lid' => '514',
  27809. 'translation' => 'zu - Pill spammers Fitness spammers Back\slash Forward/slash Dot.in.the.middle',
  27810. 'language' => 'zu',
  27811. 'plid' => '0',
  27812. 'plural' => '0',
  27813. 'i18n_status' => '0',
  27814. ))
  27815. ->values(array(
  27816. 'lid' => '525',
  27817. 'translation' => '<h3>zu - My first custom block body</h3>',
  27818. 'language' => 'zu',
  27819. 'plid' => '0',
  27820. 'plural' => '0',
  27821. 'i18n_status' => '0',
  27822. ))
  27823. ->values(array(
  27824. 'lid' => '529',
  27825. 'translation' => 'zu - vocabulary 1 (i=0)',
  27826. 'language' => 'zu',
  27827. 'plid' => '0',
  27828. 'plural' => '0',
  27829. 'i18n_status' => '0',
  27830. ))
  27831. ->values(array(
  27832. 'lid' => '535',
  27833. 'translation' => 'zu - Body',
  27834. 'language' => 'zu',
  27835. 'plid' => '0',
  27836. 'plural' => '0',
  27837. 'i18n_status' => '0',
  27838. ))
  27839. ->values(array(
  27840. 'lid' => '590',
  27841. 'translation' => 'zu - Image Field',
  27842. 'language' => 'zu',
  27843. 'plid' => '0',
  27844. 'plural' => '0',
  27845. 'i18n_status' => '0',
  27846. ))
  27847. ->values(array(
  27848. 'lid' => '591',
  27849. 'translation' => 'zu - An example image field.',
  27850. 'language' => 'zu',
  27851. 'plid' => '0',
  27852. 'plural' => '0',
  27853. 'i18n_status' => '0',
  27854. ))
  27855. ->values(array(
  27856. 'lid' => '607',
  27857. 'translation' => 'zu - 1.234',
  27858. 'language' => 'zu',
  27859. 'plid' => '0',
  27860. 'plural' => '0',
  27861. 'i18n_status' => '0',
  27862. ))
  27863. ->values(array(
  27864. 'lid' => '611',
  27865. 'translation' => 'zu - 2341',
  27866. 'language' => 'zu',
  27867. 'plid' => '0',
  27868. 'plural' => '0',
  27869. 'i18n_status' => '0',
  27870. ))
  27871. ->values(array(
  27872. 'lid' => '621',
  27873. 'translation' => 'zu - Hello',
  27874. 'language' => 'zu',
  27875. 'plid' => '0',
  27876. 'plural' => '0',
  27877. 'i18n_status' => '0',
  27878. ))
  27879. ->values(array(
  27880. 'lid' => '635',
  27881. 'translation' => 'zu - Test menu link 2',
  27882. 'language' => 'zu',
  27883. 'plid' => '0',
  27884. 'plural' => '0',
  27885. 'i18n_status' => '0',
  27886. ))
  27887. ->values(array(
  27888. 'lid' => '1672',
  27889. 'translation' => 'zu - Type',
  27890. 'language' => 'zu',
  27891. 'plid' => '0',
  27892. 'plural' => '0',
  27893. 'i18n_status' => '0',
  27894. ))
  27895. ->values(array(
  27896. 'lid' => '1690',
  27897. 'translation' => 'Okumnyama',
  27898. 'language' => 'zu',
  27899. 'plid' => '0',
  27900. 'plural' => '0',
  27901. 'i18n_status' => '0',
  27902. ))
  27903. ->values(array(
  27904. 'lid' => '1691',
  27905. 'translation' => 'Mhlophe',
  27906. 'language' => 'zu',
  27907. 'plid' => '0',
  27908. 'plural' => '0',
  27909. 'i18n_status' => '0',
  27910. ))
  27911. ->values(array(
  27912. 'lid' => '1693',
  27913. 'translation' => 'zu - Vulcan',
  27914. 'language' => 'zu',
  27915. 'plid' => '0',
  27916. 'plural' => '0',
  27917. 'i18n_status' => '0',
  27918. ))
  27919. ->values(array(
  27920. 'lid' => '1694',
  27921. 'translation' => 'zu - The home of Captain Christopher Pike.',
  27922. 'language' => 'zu',
  27923. 'plid' => '0',
  27924. 'plural' => '0',
  27925. 'i18n_status' => '0',
  27926. ))
  27927. ->execute();
  27928. $connection->schema()->createTable('menu_custom', array(
  27929. 'fields' => array(
  27930. 'menu_name' => array(
  27931. 'type' => 'varchar',
  27932. 'not null' => TRUE,
  27933. 'length' => '32',
  27934. 'default' => '',
  27935. ),
  27936. 'title' => array(
  27937. 'type' => 'varchar',
  27938. 'not null' => TRUE,
  27939. 'length' => '255',
  27940. 'default' => '',
  27941. ),
  27942. 'description' => array(
  27943. 'type' => 'text',
  27944. 'not null' => FALSE,
  27945. 'size' => 'normal',
  27946. ),
  27947. ),
  27948. 'primary key' => array(
  27949. 'menu_name',
  27950. ),
  27951. 'mysql_character_set' => 'utf8',
  27952. ));
  27953. $connection->insert('menu_custom')
  27954. ->fields(array(
  27955. 'menu_name',
  27956. 'title',
  27957. 'description',
  27958. ))
  27959. ->values(array(
  27960. 'menu_name' => 'navigation',
  27961. 'title' => 'Navigation',
  27962. 'description' => 'The navigation menu is provided by Drupal and is the main interactive menu for any site. It is usually the only menu that contains personalized links for authenticated users, and is often not even visible to anonymous users.',
  27963. ))
  27964. ->values(array(
  27965. 'menu_name' => 'primary-links',
  27966. 'title' => 'Primary links',
  27967. 'description' => 'Primary links are often used at the theme layer to show the major sections of a site. A typical representation for primary links would be tabs along the top.',
  27968. ))
  27969. ->values(array(
  27970. 'menu_name' => 'secondary-links',
  27971. 'title' => 'Secondary links',
  27972. 'description' => 'Secondary links are often used for pages like legal notices, contact details, and other secondary navigation items that play a lesser role than primary links',
  27973. ))
  27974. ->execute();
  27975. $connection->schema()->createTable('menu_links', array(
  27976. 'fields' => array(
  27977. 'menu_name' => array(
  27978. 'type' => 'varchar',
  27979. 'not null' => TRUE,
  27980. 'length' => '32',
  27981. 'default' => '',
  27982. ),
  27983. 'mlid' => array(
  27984. 'type' => 'serial',
  27985. 'not null' => TRUE,
  27986. 'size' => 'normal',
  27987. 'unsigned' => TRUE,
  27988. ),
  27989. 'plid' => array(
  27990. 'type' => 'int',
  27991. 'not null' => TRUE,
  27992. 'size' => 'normal',
  27993. 'default' => '0',
  27994. 'unsigned' => TRUE,
  27995. ),
  27996. 'link_path' => array(
  27997. 'type' => 'varchar',
  27998. 'not null' => TRUE,
  27999. 'length' => '255',
  28000. 'default' => '',
  28001. ),
  28002. 'router_path' => array(
  28003. 'type' => 'varchar',
  28004. 'not null' => TRUE,
  28005. 'length' => '255',
  28006. 'default' => '',
  28007. ),
  28008. 'link_title' => array(
  28009. 'type' => 'varchar',
  28010. 'not null' => TRUE,
  28011. 'length' => '255',
  28012. 'default' => '',
  28013. ),
  28014. 'options' => array(
  28015. 'type' => 'text',
  28016. 'not null' => FALSE,
  28017. 'size' => 'normal',
  28018. ),
  28019. 'module' => array(
  28020. 'type' => 'varchar',
  28021. 'not null' => TRUE,
  28022. 'length' => '255',
  28023. 'default' => 'system',
  28024. ),
  28025. 'hidden' => array(
  28026. 'type' => 'int',
  28027. 'not null' => TRUE,
  28028. 'size' => 'normal',
  28029. 'default' => '0',
  28030. ),
  28031. 'external' => array(
  28032. 'type' => 'int',
  28033. 'not null' => TRUE,
  28034. 'size' => 'normal',
  28035. 'default' => '0',
  28036. ),
  28037. 'has_children' => array(
  28038. 'type' => 'int',
  28039. 'not null' => TRUE,
  28040. 'size' => 'normal',
  28041. 'default' => '0',
  28042. ),
  28043. 'expanded' => array(
  28044. 'type' => 'int',
  28045. 'not null' => TRUE,
  28046. 'size' => 'normal',
  28047. 'default' => '0',
  28048. ),
  28049. 'weight' => array(
  28050. 'type' => 'int',
  28051. 'not null' => TRUE,
  28052. 'size' => 'normal',
  28053. 'default' => '0',
  28054. ),
  28055. 'depth' => array(
  28056. 'type' => 'int',
  28057. 'not null' => TRUE,
  28058. 'size' => 'normal',
  28059. 'default' => '0',
  28060. ),
  28061. 'customized' => array(
  28062. 'type' => 'int',
  28063. 'not null' => TRUE,
  28064. 'size' => 'normal',
  28065. 'default' => '0',
  28066. ),
  28067. 'p1' => array(
  28068. 'type' => 'int',
  28069. 'not null' => TRUE,
  28070. 'size' => 'normal',
  28071. 'default' => '0',
  28072. 'unsigned' => TRUE,
  28073. ),
  28074. 'p2' => array(
  28075. 'type' => 'int',
  28076. 'not null' => TRUE,
  28077. 'size' => 'normal',
  28078. 'default' => '0',
  28079. 'unsigned' => TRUE,
  28080. ),
  28081. 'p3' => array(
  28082. 'type' => 'int',
  28083. 'not null' => TRUE,
  28084. 'size' => 'normal',
  28085. 'default' => '0',
  28086. 'unsigned' => TRUE,
  28087. ),
  28088. 'p4' => array(
  28089. 'type' => 'int',
  28090. 'not null' => TRUE,
  28091. 'size' => 'normal',
  28092. 'default' => '0',
  28093. 'unsigned' => TRUE,
  28094. ),
  28095. 'p5' => array(
  28096. 'type' => 'int',
  28097. 'not null' => TRUE,
  28098. 'size' => 'normal',
  28099. 'default' => '0',
  28100. 'unsigned' => TRUE,
  28101. ),
  28102. 'p6' => array(
  28103. 'type' => 'int',
  28104. 'not null' => TRUE,
  28105. 'size' => 'normal',
  28106. 'default' => '0',
  28107. 'unsigned' => TRUE,
  28108. ),
  28109. 'p7' => array(
  28110. 'type' => 'int',
  28111. 'not null' => TRUE,
  28112. 'size' => 'normal',
  28113. 'default' => '0',
  28114. 'unsigned' => TRUE,
  28115. ),
  28116. 'p8' => array(
  28117. 'type' => 'int',
  28118. 'not null' => TRUE,
  28119. 'size' => 'normal',
  28120. 'default' => '0',
  28121. 'unsigned' => TRUE,
  28122. ),
  28123. 'p9' => array(
  28124. 'type' => 'int',
  28125. 'not null' => TRUE,
  28126. 'size' => 'normal',
  28127. 'default' => '0',
  28128. 'unsigned' => TRUE,
  28129. ),
  28130. 'updated' => array(
  28131. 'type' => 'int',
  28132. 'not null' => TRUE,
  28133. 'size' => 'normal',
  28134. 'default' => '0',
  28135. ),
  28136. ),
  28137. 'primary key' => array(
  28138. 'mlid',
  28139. ),
  28140. 'mysql_character_set' => 'utf8',
  28141. ));
  28142. $connection->insert('menu_links')
  28143. ->fields(array(
  28144. 'menu_name',
  28145. 'mlid',
  28146. 'plid',
  28147. 'link_path',
  28148. 'router_path',
  28149. 'link_title',
  28150. 'options',
  28151. 'module',
  28152. 'hidden',
  28153. 'external',
  28154. 'has_children',
  28155. 'expanded',
  28156. 'weight',
  28157. 'depth',
  28158. 'customized',
  28159. 'p1',
  28160. 'p2',
  28161. 'p3',
  28162. 'p4',
  28163. 'p5',
  28164. 'p6',
  28165. 'p7',
  28166. 'p8',
  28167. 'p9',
  28168. 'updated',
  28169. ))
  28170. ->values(array(
  28171. 'menu_name' => 'book-toc-1',
  28172. 'mlid' => '1',
  28173. 'plid' => '0',
  28174. 'link_path' => 'node/4',
  28175. 'router_path' => 'node/%',
  28176. 'link_title' => 'Test top book title',
  28177. 'options' => 'a:0:{}',
  28178. 'module' => 'book',
  28179. 'hidden' => '0',
  28180. 'external' => '0',
  28181. 'has_children' => '1',
  28182. 'expanded' => '0',
  28183. 'weight' => '-10',
  28184. 'depth' => '1',
  28185. 'customized' => '0',
  28186. 'p1' => '1',
  28187. 'p2' => '0',
  28188. 'p3' => '0',
  28189. 'p4' => '0',
  28190. 'p5' => '0',
  28191. 'p6' => '0',
  28192. 'p7' => '0',
  28193. 'p8' => '0',
  28194. 'p9' => '0',
  28195. 'updated' => '0',
  28196. ))
  28197. ->values(array(
  28198. 'menu_name' => 'book-toc-1',
  28199. 'mlid' => '2',
  28200. 'plid' => '1',
  28201. 'link_path' => 'node/5',
  28202. 'router_path' => 'node/%',
  28203. 'link_title' => 'Test book title child 1',
  28204. 'options' => 'a:0:{}',
  28205. 'module' => 'book',
  28206. 'hidden' => '0',
  28207. 'external' => '0',
  28208. 'has_children' => '1',
  28209. 'expanded' => '0',
  28210. 'weight' => '0',
  28211. 'depth' => '2',
  28212. 'customized' => '0',
  28213. 'p1' => '1',
  28214. 'p2' => '2',
  28215. 'p3' => '0',
  28216. 'p4' => '0',
  28217. 'p5' => '0',
  28218. 'p6' => '0',
  28219. 'p7' => '0',
  28220. 'p8' => '0',
  28221. 'p9' => '0',
  28222. 'updated' => '0',
  28223. ))
  28224. ->values(array(
  28225. 'menu_name' => 'book-toc-1',
  28226. 'mlid' => '3',
  28227. 'plid' => '2',
  28228. 'link_path' => 'node/6',
  28229. 'router_path' => 'node/%',
  28230. 'link_title' => 'Test book title child 1.1',
  28231. 'options' => 'a:0:{}',
  28232. 'module' => 'book',
  28233. 'hidden' => '0',
  28234. 'external' => '0',
  28235. 'has_children' => '0',
  28236. 'expanded' => '0',
  28237. 'weight' => '0',
  28238. 'depth' => '3',
  28239. 'customized' => '0',
  28240. 'p1' => '1',
  28241. 'p2' => '2',
  28242. 'p3' => '3',
  28243. 'p4' => '0',
  28244. 'p5' => '0',
  28245. 'p6' => '0',
  28246. 'p7' => '0',
  28247. 'p8' => '0',
  28248. 'p9' => '0',
  28249. 'updated' => '0',
  28250. ))
  28251. ->values(array(
  28252. 'menu_name' => 'book-toc-1',
  28253. 'mlid' => '4',
  28254. 'plid' => '2',
  28255. 'link_path' => 'node/7',
  28256. 'router_path' => 'node/%',
  28257. 'link_title' => 'Test book title child 1.2',
  28258. 'options' => 'a:0:{}',
  28259. 'module' => 'book',
  28260. 'hidden' => '0',
  28261. 'external' => '0',
  28262. 'has_children' => '0',
  28263. 'expanded' => '0',
  28264. 'weight' => '0',
  28265. 'depth' => '3',
  28266. 'customized' => '0',
  28267. 'p1' => '1',
  28268. 'p2' => '2',
  28269. 'p3' => '4',
  28270. 'p4' => '0',
  28271. 'p5' => '0',
  28272. 'p6' => '0',
  28273. 'p7' => '0',
  28274. 'p8' => '0',
  28275. 'p9' => '0',
  28276. 'updated' => '0',
  28277. ))
  28278. ->values(array(
  28279. 'menu_name' => 'book-toc-2',
  28280. 'mlid' => '5',
  28281. 'plid' => '0',
  28282. 'link_path' => 'node/8',
  28283. 'router_path' => 'node/%',
  28284. 'link_title' => 'Test top book 2 title',
  28285. 'options' => 'a:0:{}',
  28286. 'module' => 'book',
  28287. 'hidden' => '0',
  28288. 'external' => '0',
  28289. 'has_children' => '1',
  28290. 'expanded' => '0',
  28291. 'weight' => '-10',
  28292. 'depth' => '1',
  28293. 'customized' => '0',
  28294. 'p1' => '5',
  28295. 'p2' => '0',
  28296. 'p3' => '0',
  28297. 'p4' => '0',
  28298. 'p5' => '0',
  28299. 'p6' => '0',
  28300. 'p7' => '0',
  28301. 'p8' => '0',
  28302. 'p9' => '0',
  28303. 'updated' => '0',
  28304. ))
  28305. ->values(array(
  28306. 'menu_name' => 'secondary-links',
  28307. 'mlid' => '138',
  28308. 'plid' => '139',
  28309. 'link_path' => 'user/login',
  28310. 'router_path' => 'user/login',
  28311. 'link_title' => 'Test 1',
  28312. 'options' => 'a:2:{s:10:"attributes";a:1:{s:5:"title";s:16:"Test menu link 1";}s:8:"langcode";s:2:"en";}',
  28313. 'module' => 'menu',
  28314. 'hidden' => '0',
  28315. 'external' => '0',
  28316. 'has_children' => '1',
  28317. 'expanded' => '0',
  28318. 'weight' => '-50',
  28319. 'depth' => '2',
  28320. 'customized' => '1',
  28321. 'p1' => '139',
  28322. 'p2' => '138',
  28323. 'p3' => '0',
  28324. 'p4' => '0',
  28325. 'p5' => '0',
  28326. 'p6' => '0',
  28327. 'p7' => '0',
  28328. 'p8' => '0',
  28329. 'p9' => '0',
  28330. 'updated' => '0',
  28331. ))
  28332. ->values(array(
  28333. 'menu_name' => 'secondary-links',
  28334. 'mlid' => '139',
  28335. 'plid' => '0',
  28336. 'link_path' => 'admin',
  28337. 'router_path' => 'admin',
  28338. 'link_title' => 'Test 2',
  28339. 'options' => 'a:2:{s:5:"query";s:7:"foo=bar";s:10:"attributes";a:1:{s:5:"title";s:16:"Test menu link 2";}}',
  28340. 'module' => 'menu',
  28341. 'hidden' => '0',
  28342. 'external' => '0',
  28343. 'has_children' => '1',
  28344. 'expanded' => '1',
  28345. 'weight' => '-49',
  28346. 'depth' => '1',
  28347. 'customized' => '1',
  28348. 'p1' => '139',
  28349. 'p2' => '0',
  28350. 'p3' => '0',
  28351. 'p4' => '0',
  28352. 'p5' => '0',
  28353. 'p6' => '0',
  28354. 'p7' => '0',
  28355. 'p8' => '0',
  28356. 'p9' => '0',
  28357. 'updated' => '0',
  28358. ))
  28359. ->values(array(
  28360. 'menu_name' => 'secondary-links',
  28361. 'mlid' => '140',
  28362. 'plid' => '0',
  28363. 'link_path' => 'https://www.drupal.org',
  28364. 'router_path' => '',
  28365. 'link_title' => 'Drupal.org',
  28366. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}}',
  28367. 'module' => 'menu',
  28368. 'hidden' => '0',
  28369. 'external' => '1',
  28370. 'has_children' => '0',
  28371. 'expanded' => '0',
  28372. 'weight' => '-50',
  28373. 'depth' => '1',
  28374. 'customized' => '1',
  28375. 'p1' => '140',
  28376. 'p2' => '0',
  28377. 'p3' => '0',
  28378. 'p4' => '0',
  28379. 'p5' => '0',
  28380. 'p6' => '0',
  28381. 'p7' => '0',
  28382. 'p8' => '0',
  28383. 'p9' => '0',
  28384. 'updated' => '0',
  28385. ))
  28386. ->values(array(
  28387. 'menu_name' => 'navigation',
  28388. 'mlid' => '141',
  28389. 'plid' => '0',
  28390. 'link_path' => 'node',
  28391. 'router_path' => 'node',
  28392. 'link_title' => 'Content',
  28393. 'options' => 'a:0:{}',
  28394. 'module' => 'system',
  28395. 'hidden' => '-1',
  28396. 'external' => '0',
  28397. 'has_children' => '0',
  28398. 'expanded' => '0',
  28399. 'weight' => '0',
  28400. 'depth' => '1',
  28401. 'customized' => '0',
  28402. 'p1' => '141',
  28403. 'p2' => '0',
  28404. 'p3' => '0',
  28405. 'p4' => '0',
  28406. 'p5' => '0',
  28407. 'p6' => '0',
  28408. 'p7' => '0',
  28409. 'p8' => '0',
  28410. 'p9' => '0',
  28411. 'updated' => '0',
  28412. ))
  28413. ->values(array(
  28414. 'menu_name' => 'navigation',
  28415. 'mlid' => '142',
  28416. 'plid' => '0',
  28417. 'link_path' => 'rss.xml',
  28418. 'router_path' => 'rss.xml',
  28419. 'link_title' => 'RSS feed',
  28420. 'options' => 'a:0:{}',
  28421. 'module' => 'system',
  28422. 'hidden' => '-1',
  28423. 'external' => '0',
  28424. 'has_children' => '0',
  28425. 'expanded' => '0',
  28426. 'weight' => '0',
  28427. 'depth' => '1',
  28428. 'customized' => '0',
  28429. 'p1' => '142',
  28430. 'p2' => '0',
  28431. 'p3' => '0',
  28432. 'p4' => '0',
  28433. 'p5' => '0',
  28434. 'p6' => '0',
  28435. 'p7' => '0',
  28436. 'p8' => '0',
  28437. 'p9' => '0',
  28438. 'updated' => '0',
  28439. ))
  28440. ->values(array(
  28441. 'menu_name' => 'navigation',
  28442. 'mlid' => '143',
  28443. 'plid' => '0',
  28444. 'link_path' => 'batch',
  28445. 'router_path' => 'batch',
  28446. 'link_title' => '',
  28447. 'options' => 'a:0:{}',
  28448. 'module' => 'system',
  28449. 'hidden' => '-1',
  28450. 'external' => '0',
  28451. 'has_children' => '0',
  28452. 'expanded' => '0',
  28453. 'weight' => '0',
  28454. 'depth' => '1',
  28455. 'customized' => '0',
  28456. 'p1' => '143',
  28457. 'p2' => '0',
  28458. 'p3' => '0',
  28459. 'p4' => '0',
  28460. 'p5' => '0',
  28461. 'p6' => '0',
  28462. 'p7' => '0',
  28463. 'p8' => '0',
  28464. 'p9' => '0',
  28465. 'updated' => '0',
  28466. ))
  28467. ->values(array(
  28468. 'menu_name' => 'navigation',
  28469. 'mlid' => '144',
  28470. 'plid' => '0',
  28471. 'link_path' => 'admin',
  28472. 'router_path' => 'admin',
  28473. 'link_title' => 'Administer',
  28474. 'options' => 'a:0:{}',
  28475. 'module' => 'system',
  28476. 'hidden' => '0',
  28477. 'external' => '0',
  28478. 'has_children' => '1',
  28479. 'expanded' => '0',
  28480. 'weight' => '9',
  28481. 'depth' => '1',
  28482. 'customized' => '0',
  28483. 'p1' => '144',
  28484. 'p2' => '0',
  28485. 'p3' => '0',
  28486. 'p4' => '0',
  28487. 'p5' => '0',
  28488. 'p6' => '0',
  28489. 'p7' => '0',
  28490. 'p8' => '0',
  28491. 'p9' => '0',
  28492. 'updated' => '0',
  28493. ))
  28494. ->values(array(
  28495. 'menu_name' => 'navigation',
  28496. 'mlid' => '145',
  28497. 'plid' => '0',
  28498. 'link_path' => 'contact',
  28499. 'router_path' => 'contact',
  28500. 'link_title' => 'Contact',
  28501. 'options' => 'a:0:{}',
  28502. 'module' => 'system',
  28503. 'hidden' => '1',
  28504. 'external' => '0',
  28505. 'has_children' => '0',
  28506. 'expanded' => '0',
  28507. 'weight' => '0',
  28508. 'depth' => '1',
  28509. 'customized' => '0',
  28510. 'p1' => '145',
  28511. 'p2' => '0',
  28512. 'p3' => '0',
  28513. 'p4' => '0',
  28514. 'p5' => '0',
  28515. 'p6' => '0',
  28516. 'p7' => '0',
  28517. 'p8' => '0',
  28518. 'p9' => '0',
  28519. 'updated' => '0',
  28520. ))
  28521. ->values(array(
  28522. 'menu_name' => 'navigation',
  28523. 'mlid' => '147',
  28524. 'plid' => '0',
  28525. 'link_path' => 'logout',
  28526. 'router_path' => 'logout',
  28527. 'link_title' => 'Log out',
  28528. 'options' => 'a:0:{}',
  28529. 'module' => 'system',
  28530. 'hidden' => '0',
  28531. 'external' => '0',
  28532. 'has_children' => '0',
  28533. 'expanded' => '0',
  28534. 'weight' => '10',
  28535. 'depth' => '1',
  28536. 'customized' => '0',
  28537. 'p1' => '147',
  28538. 'p2' => '0',
  28539. 'p3' => '0',
  28540. 'p4' => '0',
  28541. 'p5' => '0',
  28542. 'p6' => '0',
  28543. 'p7' => '0',
  28544. 'p8' => '0',
  28545. 'p9' => '0',
  28546. 'updated' => '0',
  28547. ))
  28548. ->values(array(
  28549. 'menu_name' => 'navigation',
  28550. 'mlid' => '148',
  28551. 'plid' => '0',
  28552. 'link_path' => 'user',
  28553. 'router_path' => 'user',
  28554. 'link_title' => 'User account',
  28555. 'options' => 'a:0:{}',
  28556. 'module' => 'system',
  28557. 'hidden' => '-1',
  28558. 'external' => '0',
  28559. 'has_children' => '0',
  28560. 'expanded' => '0',
  28561. 'weight' => '0',
  28562. 'depth' => '1',
  28563. 'customized' => '0',
  28564. 'p1' => '148',
  28565. 'p2' => '0',
  28566. 'p3' => '0',
  28567. 'p4' => '0',
  28568. 'p5' => '0',
  28569. 'p6' => '0',
  28570. 'p7' => '0',
  28571. 'p8' => '0',
  28572. 'p9' => '0',
  28573. 'updated' => '0',
  28574. ))
  28575. ->values(array(
  28576. 'menu_name' => 'navigation',
  28577. 'mlid' => '149',
  28578. 'plid' => '0',
  28579. 'link_path' => 'profile',
  28580. 'router_path' => 'profile',
  28581. 'link_title' => 'User list',
  28582. 'options' => 'a:0:{}',
  28583. 'module' => 'system',
  28584. 'hidden' => '1',
  28585. 'external' => '0',
  28586. 'has_children' => '0',
  28587. 'expanded' => '0',
  28588. 'weight' => '0',
  28589. 'depth' => '1',
  28590. 'customized' => '0',
  28591. 'p1' => '149',
  28592. 'p2' => '0',
  28593. 'p3' => '0',
  28594. 'p4' => '0',
  28595. 'p5' => '0',
  28596. 'p6' => '0',
  28597. 'p7' => '0',
  28598. 'p8' => '0',
  28599. 'p9' => '0',
  28600. 'updated' => '0',
  28601. ))
  28602. ->values(array(
  28603. 'menu_name' => 'navigation',
  28604. 'mlid' => '150',
  28605. 'plid' => '0',
  28606. 'link_path' => 'node/%',
  28607. 'router_path' => 'node/%',
  28608. 'link_title' => '',
  28609. 'options' => 'a:0:{}',
  28610. 'module' => 'system',
  28611. 'hidden' => '-1',
  28612. 'external' => '0',
  28613. 'has_children' => '0',
  28614. 'expanded' => '0',
  28615. 'weight' => '0',
  28616. 'depth' => '1',
  28617. 'customized' => '0',
  28618. 'p1' => '150',
  28619. 'p2' => '0',
  28620. 'p3' => '0',
  28621. 'p4' => '0',
  28622. 'p5' => '0',
  28623. 'p6' => '0',
  28624. 'p7' => '0',
  28625. 'p8' => '0',
  28626. 'p9' => '0',
  28627. 'updated' => '0',
  28628. ))
  28629. ->values(array(
  28630. 'menu_name' => 'navigation',
  28631. 'mlid' => '151',
  28632. 'plid' => '0',
  28633. 'link_path' => 'content/js_add_more',
  28634. 'router_path' => 'content/js_add_more',
  28635. 'link_title' => '',
  28636. 'options' => 'a:0:{}',
  28637. 'module' => 'system',
  28638. 'hidden' => '-1',
  28639. 'external' => '0',
  28640. 'has_children' => '0',
  28641. 'expanded' => '0',
  28642. 'weight' => '0',
  28643. 'depth' => '1',
  28644. 'customized' => '0',
  28645. 'p1' => '151',
  28646. 'p2' => '0',
  28647. 'p3' => '0',
  28648. 'p4' => '0',
  28649. 'p5' => '0',
  28650. 'p6' => '0',
  28651. 'p7' => '0',
  28652. 'p8' => '0',
  28653. 'p9' => '0',
  28654. 'updated' => '0',
  28655. ))
  28656. ->values(array(
  28657. 'menu_name' => 'navigation',
  28658. 'mlid' => '152',
  28659. 'plid' => '0',
  28660. 'link_path' => 'upload/js',
  28661. 'router_path' => 'upload/js',
  28662. 'link_title' => '',
  28663. 'options' => 'a:0:{}',
  28664. 'module' => 'system',
  28665. 'hidden' => '-1',
  28666. 'external' => '0',
  28667. 'has_children' => '0',
  28668. 'expanded' => '0',
  28669. 'weight' => '0',
  28670. 'depth' => '1',
  28671. 'customized' => '0',
  28672. 'p1' => '152',
  28673. 'p2' => '0',
  28674. 'p3' => '0',
  28675. 'p4' => '0',
  28676. 'p5' => '0',
  28677. 'p6' => '0',
  28678. 'p7' => '0',
  28679. 'p8' => '0',
  28680. 'p9' => '0',
  28681. 'updated' => '0',
  28682. ))
  28683. ->values(array(
  28684. 'menu_name' => 'navigation',
  28685. 'mlid' => '153',
  28686. 'plid' => '0',
  28687. 'link_path' => 'taxonomy/autocomplete',
  28688. 'router_path' => 'taxonomy/autocomplete',
  28689. 'link_title' => 'Autocomplete taxonomy',
  28690. 'options' => 'a:0:{}',
  28691. 'module' => 'system',
  28692. 'hidden' => '-1',
  28693. 'external' => '0',
  28694. 'has_children' => '0',
  28695. 'expanded' => '0',
  28696. 'weight' => '0',
  28697. 'depth' => '1',
  28698. 'customized' => '0',
  28699. 'p1' => '153',
  28700. 'p2' => '0',
  28701. 'p3' => '0',
  28702. 'p4' => '0',
  28703. 'p5' => '0',
  28704. 'p6' => '0',
  28705. 'p7' => '0',
  28706. 'p8' => '0',
  28707. 'p9' => '0',
  28708. 'updated' => '0',
  28709. ))
  28710. ->values(array(
  28711. 'menu_name' => 'navigation',
  28712. 'mlid' => '155',
  28713. 'plid' => '144',
  28714. 'link_path' => 'admin/compact',
  28715. 'router_path' => 'admin/compact',
  28716. 'link_title' => 'Compact mode',
  28717. 'options' => 'a:0:{}',
  28718. 'module' => 'system',
  28719. 'hidden' => '-1',
  28720. 'external' => '0',
  28721. 'has_children' => '0',
  28722. 'expanded' => '0',
  28723. 'weight' => '0',
  28724. 'depth' => '2',
  28725. 'customized' => '0',
  28726. 'p1' => '144',
  28727. 'p2' => '155',
  28728. 'p3' => '0',
  28729. 'p4' => '0',
  28730. 'p5' => '0',
  28731. 'p6' => '0',
  28732. 'p7' => '0',
  28733. 'p8' => '0',
  28734. 'p9' => '0',
  28735. 'updated' => '0',
  28736. ))
  28737. ->values(array(
  28738. 'menu_name' => 'navigation',
  28739. 'mlid' => '156',
  28740. 'plid' => '0',
  28741. 'link_path' => 'filter/tips',
  28742. 'router_path' => 'filter/tips',
  28743. 'link_title' => 'Compose tips',
  28744. 'options' => 'a:0:{}',
  28745. 'module' => 'system',
  28746. 'hidden' => '1',
  28747. 'external' => '0',
  28748. 'has_children' => '0',
  28749. 'expanded' => '0',
  28750. 'weight' => '0',
  28751. 'depth' => '1',
  28752. 'customized' => '0',
  28753. 'p1' => '156',
  28754. 'p2' => '0',
  28755. 'p3' => '0',
  28756. 'p4' => '0',
  28757. 'p5' => '0',
  28758. 'p6' => '0',
  28759. 'p7' => '0',
  28760. 'p8' => '0',
  28761. 'p9' => '0',
  28762. 'updated' => '0',
  28763. ))
  28764. ->values(array(
  28765. 'menu_name' => 'navigation',
  28766. 'mlid' => '157',
  28767. 'plid' => '144',
  28768. 'link_path' => 'admin/content',
  28769. 'router_path' => 'admin/content',
  28770. 'link_title' => 'Content management',
  28771. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:27:\"Manage your site's content.\";}}",
  28772. 'module' => 'system',
  28773. 'hidden' => '0',
  28774. 'external' => '0',
  28775. 'has_children' => '1',
  28776. 'expanded' => '0',
  28777. 'weight' => '-10',
  28778. 'depth' => '2',
  28779. 'customized' => '0',
  28780. 'p1' => '144',
  28781. 'p2' => '157',
  28782. 'p3' => '0',
  28783. 'p4' => '0',
  28784. 'p5' => '0',
  28785. 'p6' => '0',
  28786. 'p7' => '0',
  28787. 'p8' => '0',
  28788. 'p9' => '0',
  28789. 'updated' => '0',
  28790. ))
  28791. ->values(array(
  28792. 'menu_name' => 'navigation',
  28793. 'mlid' => '158',
  28794. 'plid' => '0',
  28795. 'link_path' => 'node/add',
  28796. 'router_path' => 'node/add',
  28797. 'link_title' => 'Create content',
  28798. 'options' => 'a:0:{}',
  28799. 'module' => 'system',
  28800. 'hidden' => '0',
  28801. 'external' => '0',
  28802. 'has_children' => '1',
  28803. 'expanded' => '0',
  28804. 'weight' => '1',
  28805. 'depth' => '1',
  28806. 'customized' => '0',
  28807. 'p1' => '158',
  28808. 'p2' => '0',
  28809. 'p3' => '0',
  28810. 'p4' => '0',
  28811. 'p5' => '0',
  28812. 'p6' => '0',
  28813. 'p7' => '0',
  28814. 'p8' => '0',
  28815. 'p9' => '0',
  28816. 'updated' => '0',
  28817. ))
  28818. ->values(array(
  28819. 'menu_name' => 'navigation',
  28820. 'mlid' => '159',
  28821. 'plid' => '0',
  28822. 'link_path' => 'comment/delete',
  28823. 'router_path' => 'comment/delete',
  28824. 'link_title' => 'Delete comment',
  28825. 'options' => 'a:0:{}',
  28826. 'module' => 'system',
  28827. 'hidden' => '-1',
  28828. 'external' => '0',
  28829. 'has_children' => '0',
  28830. 'expanded' => '0',
  28831. 'weight' => '0',
  28832. 'depth' => '1',
  28833. 'customized' => '0',
  28834. 'p1' => '159',
  28835. 'p2' => '0',
  28836. 'p3' => '0',
  28837. 'p4' => '0',
  28838. 'p5' => '0',
  28839. 'p6' => '0',
  28840. 'p7' => '0',
  28841. 'p8' => '0',
  28842. 'p9' => '0',
  28843. 'updated' => '0',
  28844. ))
  28845. ->values(array(
  28846. 'menu_name' => 'navigation',
  28847. 'mlid' => '160',
  28848. 'plid' => '0',
  28849. 'link_path' => 'comment/edit',
  28850. 'router_path' => 'comment/edit',
  28851. 'link_title' => 'Edit comment',
  28852. 'options' => 'a:0:{}',
  28853. 'module' => 'system',
  28854. 'hidden' => '-1',
  28855. 'external' => '0',
  28856. 'has_children' => '0',
  28857. 'expanded' => '0',
  28858. 'weight' => '0',
  28859. 'depth' => '1',
  28860. 'customized' => '0',
  28861. 'p1' => '160',
  28862. 'p2' => '0',
  28863. 'p3' => '0',
  28864. 'p4' => '0',
  28865. 'p5' => '0',
  28866. 'p6' => '0',
  28867. 'p7' => '0',
  28868. 'p8' => '0',
  28869. 'p9' => '0',
  28870. 'updated' => '0',
  28871. ))
  28872. ->values(array(
  28873. 'menu_name' => 'navigation',
  28874. 'mlid' => '161',
  28875. 'plid' => '0',
  28876. 'link_path' => 'system/files',
  28877. 'router_path' => 'system/files',
  28878. 'link_title' => 'File download',
  28879. 'options' => 'a:0:{}',
  28880. 'module' => 'system',
  28881. 'hidden' => '-1',
  28882. 'external' => '0',
  28883. 'has_children' => '0',
  28884. 'expanded' => '0',
  28885. 'weight' => '0',
  28886. 'depth' => '1',
  28887. 'customized' => '0',
  28888. 'p1' => '161',
  28889. 'p2' => '0',
  28890. 'p3' => '0',
  28891. 'p4' => '0',
  28892. 'p5' => '0',
  28893. 'p6' => '0',
  28894. 'p7' => '0',
  28895. 'p8' => '0',
  28896. 'p9' => '0',
  28897. 'updated' => '0',
  28898. ))
  28899. ->values(array(
  28900. 'menu_name' => 'navigation',
  28901. 'mlid' => '163',
  28902. 'plid' => '149',
  28903. 'link_path' => 'profile/autocomplete',
  28904. 'router_path' => 'profile/autocomplete',
  28905. 'link_title' => 'Profile autocomplete',
  28906. 'options' => 'a:0:{}',
  28907. 'module' => 'system',
  28908. 'hidden' => '-1',
  28909. 'external' => '0',
  28910. 'has_children' => '0',
  28911. 'expanded' => '0',
  28912. 'weight' => '0',
  28913. 'depth' => '2',
  28914. 'customized' => '0',
  28915. 'p1' => '149',
  28916. 'p2' => '163',
  28917. 'p3' => '0',
  28918. 'p4' => '0',
  28919. 'p5' => '0',
  28920. 'p6' => '0',
  28921. 'p7' => '0',
  28922. 'p8' => '0',
  28923. 'p9' => '0',
  28924. 'updated' => '0',
  28925. ))
  28926. ->values(array(
  28927. 'menu_name' => 'navigation',
  28928. 'mlid' => '165',
  28929. 'plid' => '144',
  28930. 'link_path' => 'admin/reports',
  28931. 'router_path' => 'admin/reports',
  28932. 'link_title' => 'Reports',
  28933. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"View reports from system logs and other status information.";}}',
  28934. 'module' => 'system',
  28935. 'hidden' => '0',
  28936. 'external' => '0',
  28937. 'has_children' => '1',
  28938. 'expanded' => '0',
  28939. 'weight' => '5',
  28940. 'depth' => '2',
  28941. 'customized' => '0',
  28942. 'p1' => '144',
  28943. 'p2' => '165',
  28944. 'p3' => '0',
  28945. 'p4' => '0',
  28946. 'p5' => '0',
  28947. 'p6' => '0',
  28948. 'p7' => '0',
  28949. 'p8' => '0',
  28950. 'p9' => '0',
  28951. 'updated' => '0',
  28952. ))
  28953. ->values(array(
  28954. 'menu_name' => 'navigation',
  28955. 'mlid' => '166',
  28956. 'plid' => '144',
  28957. 'link_path' => 'admin/build',
  28958. 'router_path' => 'admin/build',
  28959. 'link_title' => 'Site building',
  28960. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:38:"Control how your site looks and feels.";}}',
  28961. 'module' => 'system',
  28962. 'hidden' => '0',
  28963. 'external' => '0',
  28964. 'has_children' => '1',
  28965. 'expanded' => '0',
  28966. 'weight' => '-10',
  28967. 'depth' => '2',
  28968. 'customized' => '0',
  28969. 'p1' => '144',
  28970. 'p2' => '166',
  28971. 'p3' => '0',
  28972. 'p4' => '0',
  28973. 'p5' => '0',
  28974. 'p6' => '0',
  28975. 'p7' => '0',
  28976. 'p8' => '0',
  28977. 'p9' => '0',
  28978. 'updated' => '0',
  28979. ))
  28980. ->values(array(
  28981. 'menu_name' => 'navigation',
  28982. 'mlid' => '167',
  28983. 'plid' => '144',
  28984. 'link_path' => 'admin/settings',
  28985. 'router_path' => 'admin/settings',
  28986. 'link_title' => 'Site configuration',
  28987. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:40:"Adjust basic site configuration options.";}}',
  28988. 'module' => 'system',
  28989. 'hidden' => '0',
  28990. 'external' => '0',
  28991. 'has_children' => '1',
  28992. 'expanded' => '0',
  28993. 'weight' => '-5',
  28994. 'depth' => '2',
  28995. 'customized' => '0',
  28996. 'p1' => '144',
  28997. 'p2' => '167',
  28998. 'p3' => '0',
  28999. 'p4' => '0',
  29000. 'p5' => '0',
  29001. 'p6' => '0',
  29002. 'p7' => '0',
  29003. 'p8' => '0',
  29004. 'p9' => '0',
  29005. 'updated' => '0',
  29006. ))
  29007. ->values(array(
  29008. 'menu_name' => 'navigation',
  29009. 'mlid' => '169',
  29010. 'plid' => '0',
  29011. 'link_path' => 'user/autocomplete',
  29012. 'router_path' => 'user/autocomplete',
  29013. 'link_title' => 'User autocomplete',
  29014. 'options' => 'a:0:{}',
  29015. 'module' => 'system',
  29016. 'hidden' => '-1',
  29017. 'external' => '0',
  29018. 'has_children' => '0',
  29019. 'expanded' => '0',
  29020. 'weight' => '0',
  29021. 'depth' => '1',
  29022. 'customized' => '0',
  29023. 'p1' => '169',
  29024. 'p2' => '0',
  29025. 'p3' => '0',
  29026. 'p4' => '0',
  29027. 'p5' => '0',
  29028. 'p6' => '0',
  29029. 'p7' => '0',
  29030. 'p8' => '0',
  29031. 'p9' => '0',
  29032. 'updated' => '0',
  29033. ))
  29034. ->values(array(
  29035. 'menu_name' => 'navigation',
  29036. 'mlid' => '170',
  29037. 'plid' => '144',
  29038. 'link_path' => 'admin/user',
  29039. 'router_path' => 'admin/user',
  29040. 'link_title' => 'User management',
  29041. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:61:\"Manage your site's users, groups and access to site features.\";}}",
  29042. 'module' => 'system',
  29043. 'hidden' => '0',
  29044. 'external' => '0',
  29045. 'has_children' => '1',
  29046. 'expanded' => '0',
  29047. 'weight' => '0',
  29048. 'depth' => '2',
  29049. 'customized' => '0',
  29050. 'p1' => '144',
  29051. 'p2' => '170',
  29052. 'p3' => '0',
  29053. 'p4' => '0',
  29054. 'p5' => '0',
  29055. 'p6' => '0',
  29056. 'p7' => '0',
  29057. 'p8' => '0',
  29058. 'p9' => '0',
  29059. 'updated' => '0',
  29060. ))
  29061. ->values(array(
  29062. 'menu_name' => 'navigation',
  29063. 'mlid' => '171',
  29064. 'plid' => '0',
  29065. 'link_path' => 'user/timezone',
  29066. 'router_path' => 'user/timezone',
  29067. 'link_title' => 'User timezone',
  29068. 'options' => 'a:0:{}',
  29069. 'module' => 'system',
  29070. 'hidden' => '-1',
  29071. 'external' => '0',
  29072. 'has_children' => '0',
  29073. 'expanded' => '0',
  29074. 'weight' => '0',
  29075. 'depth' => '1',
  29076. 'customized' => '0',
  29077. 'p1' => '171',
  29078. 'p2' => '0',
  29079. 'p3' => '0',
  29080. 'p4' => '0',
  29081. 'p5' => '0',
  29082. 'p6' => '0',
  29083. 'p7' => '0',
  29084. 'p8' => '0',
  29085. 'p9' => '0',
  29086. 'updated' => '0',
  29087. ))
  29088. ->values(array(
  29089. 'menu_name' => 'navigation',
  29090. 'mlid' => '172',
  29091. 'plid' => '0',
  29092. 'link_path' => 'user/%',
  29093. 'router_path' => 'user/%',
  29094. 'link_title' => 'My account',
  29095. 'options' => 'a:0:{}',
  29096. 'module' => 'system',
  29097. 'hidden' => '0',
  29098. 'external' => '0',
  29099. 'has_children' => '0',
  29100. 'expanded' => '0',
  29101. 'weight' => '0',
  29102. 'depth' => '1',
  29103. 'customized' => '0',
  29104. 'p1' => '172',
  29105. 'p2' => '0',
  29106. 'p3' => '0',
  29107. 'p4' => '0',
  29108. 'p5' => '0',
  29109. 'p6' => '0',
  29110. 'p7' => '0',
  29111. 'p8' => '0',
  29112. 'p9' => '0',
  29113. 'updated' => '0',
  29114. ))
  29115. ->values(array(
  29116. 'menu_name' => 'navigation',
  29117. 'mlid' => '175',
  29118. 'plid' => '170',
  29119. 'link_path' => 'admin/user/rules',
  29120. 'router_path' => 'admin/user/rules',
  29121. 'link_title' => 'Access rules',
  29122. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:80:"List and create rules to disallow usernames, e-mail addresses, and IP addresses.";}}',
  29123. 'module' => 'system',
  29124. 'hidden' => '0',
  29125. 'external' => '0',
  29126. 'has_children' => '0',
  29127. 'expanded' => '0',
  29128. 'weight' => '0',
  29129. 'depth' => '3',
  29130. 'customized' => '0',
  29131. 'p1' => '144',
  29132. 'p2' => '170',
  29133. 'p3' => '175',
  29134. 'p4' => '0',
  29135. 'p5' => '0',
  29136. 'p6' => '0',
  29137. 'p7' => '0',
  29138. 'p8' => '0',
  29139. 'p9' => '0',
  29140. 'updated' => '0',
  29141. ))
  29142. ->values(array(
  29143. 'menu_name' => 'navigation',
  29144. 'mlid' => '176',
  29145. 'plid' => '167',
  29146. 'link_path' => 'admin/settings/actions',
  29147. 'router_path' => 'admin/settings/actions',
  29148. 'link_title' => 'Actions',
  29149. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"Manage the actions defined for your site.";}}',
  29150. 'module' => 'system',
  29151. 'hidden' => '0',
  29152. 'external' => '0',
  29153. 'has_children' => '0',
  29154. 'expanded' => '0',
  29155. 'weight' => '0',
  29156. 'depth' => '3',
  29157. 'customized' => '0',
  29158. 'p1' => '144',
  29159. 'p2' => '167',
  29160. 'p3' => '176',
  29161. 'p4' => '0',
  29162. 'p5' => '0',
  29163. 'p6' => '0',
  29164. 'p7' => '0',
  29165. 'p8' => '0',
  29166. 'p9' => '0',
  29167. 'updated' => '0',
  29168. ))
  29169. ->values(array(
  29170. 'menu_name' => 'navigation',
  29171. 'mlid' => '177',
  29172. 'plid' => '167',
  29173. 'link_path' => 'admin/settings/admin',
  29174. 'router_path' => 'admin/settings/admin',
  29175. 'link_title' => 'Administration theme',
  29176. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:55:"Settings for how your administrative pages should look.";}}',
  29177. 'module' => 'system',
  29178. 'hidden' => '0',
  29179. 'external' => '0',
  29180. 'has_children' => '0',
  29181. 'expanded' => '0',
  29182. 'weight' => '0',
  29183. 'depth' => '3',
  29184. 'customized' => '0',
  29185. 'p1' => '144',
  29186. 'p2' => '167',
  29187. 'p3' => '177',
  29188. 'p4' => '0',
  29189. 'p5' => '0',
  29190. 'p6' => '0',
  29191. 'p7' => '0',
  29192. 'p8' => '0',
  29193. 'p9' => '0',
  29194. 'updated' => '0',
  29195. ))
  29196. ->values(array(
  29197. 'menu_name' => 'navigation',
  29198. 'mlid' => '178',
  29199. 'plid' => '158',
  29200. 'link_path' => 'node/add/article',
  29201. 'router_path' => 'node/add/article',
  29202. 'link_title' => 'Article',
  29203. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"An <em>article</em>, content type.";}}',
  29204. 'module' => 'system',
  29205. 'hidden' => '0',
  29206. 'external' => '0',
  29207. 'has_children' => '0',
  29208. 'expanded' => '0',
  29209. 'weight' => '0',
  29210. 'depth' => '2',
  29211. 'customized' => '0',
  29212. 'p1' => '158',
  29213. 'p2' => '178',
  29214. 'p3' => '0',
  29215. 'p4' => '0',
  29216. 'p5' => '0',
  29217. 'p6' => '0',
  29218. 'p7' => '0',
  29219. 'p8' => '0',
  29220. 'p9' => '0',
  29221. 'updated' => '0',
  29222. ))
  29223. ->values(array(
  29224. 'menu_name' => 'navigation',
  29225. 'mlid' => '179',
  29226. 'plid' => '166',
  29227. 'link_path' => 'admin/build/block',
  29228. 'router_path' => 'admin/build/block',
  29229. 'link_title' => 'Blocks',
  29230. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:79:\"Configure what block content appears in your site's sidebars and other regions.\";}}",
  29231. 'module' => 'system',
  29232. 'hidden' => '0',
  29233. 'external' => '0',
  29234. 'has_children' => '0',
  29235. 'expanded' => '0',
  29236. 'weight' => '0',
  29237. 'depth' => '3',
  29238. 'customized' => '0',
  29239. 'p1' => '144',
  29240. 'p2' => '166',
  29241. 'p3' => '179',
  29242. 'p4' => '0',
  29243. 'p5' => '0',
  29244. 'p6' => '0',
  29245. 'p7' => '0',
  29246. 'p8' => '0',
  29247. 'p9' => '0',
  29248. 'updated' => '0',
  29249. ))
  29250. ->values(array(
  29251. 'menu_name' => 'navigation',
  29252. 'mlid' => '180',
  29253. 'plid' => '167',
  29254. 'link_path' => 'admin/settings/clean-urls',
  29255. 'router_path' => 'admin/settings/clean-urls',
  29256. 'link_title' => 'Clean URLs',
  29257. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"Enable or disable clean URLs for your site.";}}',
  29258. 'module' => 'system',
  29259. 'hidden' => '0',
  29260. 'external' => '0',
  29261. 'has_children' => '0',
  29262. 'expanded' => '0',
  29263. 'weight' => '0',
  29264. 'depth' => '3',
  29265. 'customized' => '0',
  29266. 'p1' => '144',
  29267. 'p2' => '167',
  29268. 'p3' => '180',
  29269. 'p4' => '0',
  29270. 'p5' => '0',
  29271. 'p6' => '0',
  29272. 'p7' => '0',
  29273. 'p8' => '0',
  29274. 'p9' => '0',
  29275. 'updated' => '0',
  29276. ))
  29277. ->values(array(
  29278. 'menu_name' => 'navigation',
  29279. 'mlid' => '181',
  29280. 'plid' => '157',
  29281. 'link_path' => 'admin/content/comment',
  29282. 'router_path' => 'admin/content/comment',
  29283. 'link_title' => 'Comments',
  29284. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:61:"List and edit site comments and the comment moderation queue.";}}',
  29285. 'module' => 'system',
  29286. 'hidden' => '0',
  29287. 'external' => '0',
  29288. 'has_children' => '0',
  29289. 'expanded' => '0',
  29290. 'weight' => '0',
  29291. 'depth' => '3',
  29292. 'customized' => '0',
  29293. 'p1' => '144',
  29294. 'p2' => '157',
  29295. 'p3' => '181',
  29296. 'p4' => '0',
  29297. 'p5' => '0',
  29298. 'p6' => '0',
  29299. 'p7' => '0',
  29300. 'p8' => '0',
  29301. 'p9' => '0',
  29302. 'updated' => '0',
  29303. ))
  29304. ->values(array(
  29305. 'menu_name' => 'navigation',
  29306. 'mlid' => '182',
  29307. 'plid' => '158',
  29308. 'link_path' => 'node/add/company',
  29309. 'router_path' => 'node/add/company',
  29310. 'link_title' => 'Company',
  29311. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Company node type";}}',
  29312. 'module' => 'system',
  29313. 'hidden' => '0',
  29314. 'external' => '0',
  29315. 'has_children' => '0',
  29316. 'expanded' => '0',
  29317. 'weight' => '0',
  29318. 'depth' => '2',
  29319. 'customized' => '0',
  29320. 'p1' => '158',
  29321. 'p2' => '182',
  29322. 'p3' => '0',
  29323. 'p4' => '0',
  29324. 'p5' => '0',
  29325. 'p6' => '0',
  29326. 'p7' => '0',
  29327. 'p8' => '0',
  29328. 'p9' => '0',
  29329. 'updated' => '0',
  29330. ))
  29331. ->values(array(
  29332. 'menu_name' => 'navigation',
  29333. 'mlid' => '183',
  29334. 'plid' => '166',
  29335. 'link_path' => 'admin/build/contact',
  29336. 'router_path' => 'admin/build/contact',
  29337. 'link_title' => 'Contact form',
  29338. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:71:"Create a system contact form and set up categories for the form to use.";}}',
  29339. 'module' => 'system',
  29340. 'hidden' => '0',
  29341. 'external' => '0',
  29342. 'has_children' => '0',
  29343. 'expanded' => '0',
  29344. 'weight' => '0',
  29345. 'depth' => '3',
  29346. 'customized' => '0',
  29347. 'p1' => '144',
  29348. 'p2' => '166',
  29349. 'p3' => '183',
  29350. 'p4' => '0',
  29351. 'p5' => '0',
  29352. 'p6' => '0',
  29353. 'p7' => '0',
  29354. 'p8' => '0',
  29355. 'p9' => '0',
  29356. 'updated' => '0',
  29357. ))
  29358. ->values(array(
  29359. 'menu_name' => 'navigation',
  29360. 'mlid' => '184',
  29361. 'plid' => '157',
  29362. 'link_path' => 'admin/content/node',
  29363. 'router_path' => 'admin/content/node',
  29364. 'link_title' => 'Content',
  29365. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:43:\"View, edit, and delete your site's content.\";}}",
  29366. 'module' => 'system',
  29367. 'hidden' => '0',
  29368. 'external' => '0',
  29369. 'has_children' => '0',
  29370. 'expanded' => '0',
  29371. 'weight' => '0',
  29372. 'depth' => '3',
  29373. 'customized' => '0',
  29374. 'p1' => '144',
  29375. 'p2' => '157',
  29376. 'p3' => '184',
  29377. 'p4' => '0',
  29378. 'p5' => '0',
  29379. 'p6' => '0',
  29380. 'p7' => '0',
  29381. 'p8' => '0',
  29382. 'p9' => '0',
  29383. 'updated' => '0',
  29384. ))
  29385. ->values(array(
  29386. 'menu_name' => 'navigation',
  29387. 'mlid' => '185',
  29388. 'plid' => '157',
  29389. 'link_path' => 'admin/content/types',
  29390. 'router_path' => 'admin/content/types',
  29391. 'link_title' => 'Content types',
  29392. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:82:"Manage posts by content type, including default status, front page promotion, etc.";}}',
  29393. 'module' => 'system',
  29394. 'hidden' => '0',
  29395. 'external' => '0',
  29396. 'has_children' => '0',
  29397. 'expanded' => '0',
  29398. 'weight' => '0',
  29399. 'depth' => '3',
  29400. 'customized' => '0',
  29401. 'p1' => '144',
  29402. 'p2' => '157',
  29403. 'p3' => '185',
  29404. 'p4' => '0',
  29405. 'p5' => '0',
  29406. 'p6' => '0',
  29407. 'p7' => '0',
  29408. 'p8' => '0',
  29409. 'p9' => '0',
  29410. 'updated' => '0',
  29411. ))
  29412. ->values(array(
  29413. 'menu_name' => 'navigation',
  29414. 'mlid' => '186',
  29415. 'plid' => '167',
  29416. 'link_path' => 'admin/settings/date-time',
  29417. 'router_path' => 'admin/settings/date-time',
  29418. 'link_title' => 'Date and time',
  29419. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:89:\"Settings for how Drupal displays date and time, as well as the system's default timezone.\";}}",
  29420. 'module' => 'system',
  29421. 'hidden' => '0',
  29422. 'external' => '0',
  29423. 'has_children' => '0',
  29424. 'expanded' => '0',
  29425. 'weight' => '0',
  29426. 'depth' => '3',
  29427. 'customized' => '0',
  29428. 'p1' => '144',
  29429. 'p2' => '167',
  29430. 'p3' => '186',
  29431. 'p4' => '0',
  29432. 'p5' => '0',
  29433. 'p6' => '0',
  29434. 'p7' => '0',
  29435. 'p8' => '0',
  29436. 'p9' => '0',
  29437. 'updated' => '0',
  29438. ))
  29439. ->values(array(
  29440. 'menu_name' => 'navigation',
  29441. 'mlid' => '187',
  29442. 'plid' => '0',
  29443. 'link_path' => 'node/%/delete',
  29444. 'router_path' => 'node/%/delete',
  29445. 'link_title' => 'Delete',
  29446. 'options' => 'a:0:{}',
  29447. 'module' => 'system',
  29448. 'hidden' => '-1',
  29449. 'external' => '0',
  29450. 'has_children' => '0',
  29451. 'expanded' => '0',
  29452. 'weight' => '1',
  29453. 'depth' => '1',
  29454. 'customized' => '0',
  29455. 'p1' => '187',
  29456. 'p2' => '0',
  29457. 'p3' => '0',
  29458. 'p4' => '0',
  29459. 'p5' => '0',
  29460. 'p6' => '0',
  29461. 'p7' => '0',
  29462. 'p8' => '0',
  29463. 'p9' => '0',
  29464. 'updated' => '0',
  29465. ))
  29466. ->values(array(
  29467. 'menu_name' => 'navigation',
  29468. 'mlid' => '188',
  29469. 'plid' => '172',
  29470. 'link_path' => 'user/%/delete',
  29471. 'router_path' => 'user/%/delete',
  29472. 'link_title' => 'Delete',
  29473. 'options' => 'a:0:{}',
  29474. 'module' => 'system',
  29475. 'hidden' => '-1',
  29476. 'external' => '0',
  29477. 'has_children' => '0',
  29478. 'expanded' => '0',
  29479. 'weight' => '0',
  29480. 'depth' => '2',
  29481. 'customized' => '0',
  29482. 'p1' => '172',
  29483. 'p2' => '188',
  29484. 'p3' => '0',
  29485. 'p4' => '0',
  29486. 'p5' => '0',
  29487. 'p6' => '0',
  29488. 'p7' => '0',
  29489. 'p8' => '0',
  29490. 'p9' => '0',
  29491. 'updated' => '0',
  29492. ))
  29493. ->values(array(
  29494. 'menu_name' => 'navigation',
  29495. 'mlid' => '189',
  29496. 'plid' => '158',
  29497. 'link_path' => 'node/add/employee',
  29498. 'router_path' => 'node/add/employee',
  29499. 'link_title' => 'Employee',
  29500. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:18:"Employee node type";}}',
  29501. 'module' => 'system',
  29502. 'hidden' => '0',
  29503. 'external' => '0',
  29504. 'has_children' => '0',
  29505. 'expanded' => '0',
  29506. 'weight' => '0',
  29507. 'depth' => '2',
  29508. 'customized' => '0',
  29509. 'p1' => '158',
  29510. 'p2' => '189',
  29511. 'p3' => '0',
  29512. 'p4' => '0',
  29513. 'p5' => '0',
  29514. 'p6' => '0',
  29515. 'p7' => '0',
  29516. 'p8' => '0',
  29517. 'p9' => '0',
  29518. 'updated' => '0',
  29519. ))
  29520. ->values(array(
  29521. 'menu_name' => 'navigation',
  29522. 'mlid' => '190',
  29523. 'plid' => '167',
  29524. 'link_path' => 'admin/settings/error-reporting',
  29525. 'router_path' => 'admin/settings/error-reporting',
  29526. 'link_title' => 'Error reporting',
  29527. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:93:"Control how Drupal deals with errors including 403/404 errors as well as PHP error reporting.";}}',
  29528. 'module' => 'system',
  29529. 'hidden' => '0',
  29530. 'external' => '0',
  29531. 'has_children' => '0',
  29532. 'expanded' => '0',
  29533. 'weight' => '0',
  29534. 'depth' => '3',
  29535. 'customized' => '0',
  29536. 'p1' => '144',
  29537. 'p2' => '167',
  29538. 'p3' => '190',
  29539. 'p4' => '0',
  29540. 'p5' => '0',
  29541. 'p6' => '0',
  29542. 'p7' => '0',
  29543. 'p8' => '0',
  29544. 'p9' => '0',
  29545. 'updated' => '0',
  29546. ))
  29547. ->values(array(
  29548. 'menu_name' => 'navigation',
  29549. 'mlid' => '192',
  29550. 'plid' => '167',
  29551. 'link_path' => 'admin/settings/file-system',
  29552. 'router_path' => 'admin/settings/file-system',
  29553. 'link_title' => 'File system',
  29554. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:68:"Tell Drupal where to store uploaded files and how they are accessed.";}}',
  29555. 'module' => 'system',
  29556. 'hidden' => '0',
  29557. 'external' => '0',
  29558. 'has_children' => '0',
  29559. 'expanded' => '0',
  29560. 'weight' => '0',
  29561. 'depth' => '3',
  29562. 'customized' => '0',
  29563. 'p1' => '144',
  29564. 'p2' => '167',
  29565. 'p3' => '192',
  29566. 'p4' => '0',
  29567. 'p5' => '0',
  29568. 'p6' => '0',
  29569. 'p7' => '0',
  29570. 'p8' => '0',
  29571. 'p9' => '0',
  29572. 'updated' => '0',
  29573. ))
  29574. ->values(array(
  29575. 'menu_name' => 'navigation',
  29576. 'mlid' => '193',
  29577. 'plid' => '167',
  29578. 'link_path' => 'admin/settings/uploads',
  29579. 'router_path' => 'admin/settings/uploads',
  29580. 'link_title' => 'File uploads',
  29581. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:45:"Control how files may be attached to content.";}}',
  29582. 'module' => 'system',
  29583. 'hidden' => '0',
  29584. 'external' => '0',
  29585. 'has_children' => '0',
  29586. 'expanded' => '0',
  29587. 'weight' => '0',
  29588. 'depth' => '3',
  29589. 'customized' => '0',
  29590. 'p1' => '144',
  29591. 'p2' => '167',
  29592. 'p3' => '193',
  29593. 'p4' => '0',
  29594. 'p5' => '0',
  29595. 'p6' => '0',
  29596. 'p7' => '0',
  29597. 'p8' => '0',
  29598. 'p9' => '0',
  29599. 'updated' => '0',
  29600. ))
  29601. ->values(array(
  29602. 'menu_name' => 'navigation',
  29603. 'mlid' => '194',
  29604. 'plid' => '167',
  29605. 'link_path' => 'admin/settings/image-toolkit',
  29606. 'router_path' => 'admin/settings/image-toolkit',
  29607. 'link_title' => 'Image toolkit',
  29608. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:74:"Choose which image toolkit to use if you have installed optional toolkits.";}}',
  29609. 'module' => 'system',
  29610. 'hidden' => '0',
  29611. 'external' => '0',
  29612. 'has_children' => '0',
  29613. 'expanded' => '0',
  29614. 'weight' => '0',
  29615. 'depth' => '3',
  29616. 'customized' => '0',
  29617. 'p1' => '144',
  29618. 'p2' => '167',
  29619. 'p3' => '194',
  29620. 'p4' => '0',
  29621. 'p5' => '0',
  29622. 'p6' => '0',
  29623. 'p7' => '0',
  29624. 'p8' => '0',
  29625. 'p9' => '0',
  29626. 'updated' => '0',
  29627. ))
  29628. ->values(array(
  29629. 'menu_name' => 'navigation',
  29630. 'mlid' => '195',
  29631. 'plid' => '167',
  29632. 'link_path' => 'admin/settings/filters',
  29633. 'router_path' => 'admin/settings/filters',
  29634. 'link_title' => 'Input formats',
  29635. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:127:"Configure how content input by users is filtered, including allowed HTML tags. Also allows enabling of module-provided filters.";}}',
  29636. 'module' => 'system',
  29637. 'hidden' => '0',
  29638. 'external' => '0',
  29639. 'has_children' => '0',
  29640. 'expanded' => '0',
  29641. 'weight' => '0',
  29642. 'depth' => '3',
  29643. 'customized' => '0',
  29644. 'p1' => '144',
  29645. 'p2' => '167',
  29646. 'p3' => '195',
  29647. 'p4' => '0',
  29648. 'p5' => '0',
  29649. 'p6' => '0',
  29650. 'p7' => '0',
  29651. 'p8' => '0',
  29652. 'p9' => '0',
  29653. 'updated' => '0',
  29654. ))
  29655. ->values(array(
  29656. 'menu_name' => 'navigation',
  29657. 'mlid' => '196',
  29658. 'plid' => '167',
  29659. 'link_path' => 'admin/settings/logging',
  29660. 'router_path' => 'admin/settings/logging',
  29661. 'link_title' => 'Logging and alerts',
  29662. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:156:\"Settings for logging and alerts modules. Various modules can route Drupal's system events to different destination, such as syslog, database, email, ...etc.\";}}",
  29663. 'module' => 'system',
  29664. 'hidden' => '0',
  29665. 'external' => '0',
  29666. 'has_children' => '0',
  29667. 'expanded' => '0',
  29668. 'weight' => '0',
  29669. 'depth' => '3',
  29670. 'customized' => '0',
  29671. 'p1' => '144',
  29672. 'p2' => '167',
  29673. 'p3' => '196',
  29674. 'p4' => '0',
  29675. 'p5' => '0',
  29676. 'p6' => '0',
  29677. 'p7' => '0',
  29678. 'p8' => '0',
  29679. 'p9' => '0',
  29680. 'updated' => '0',
  29681. ))
  29682. ->values(array(
  29683. 'menu_name' => 'navigation',
  29684. 'mlid' => '197',
  29685. 'plid' => '166',
  29686. 'link_path' => 'admin/build/menu',
  29687. 'router_path' => 'admin/build/menu',
  29688. 'link_title' => 'Menus',
  29689. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:116:\"Control your site's navigation menu, primary links and secondary links, as well as rename and reorganize menu items.\";}}",
  29690. 'module' => 'system',
  29691. 'hidden' => '0',
  29692. 'external' => '0',
  29693. 'has_children' => '0',
  29694. 'expanded' => '0',
  29695. 'weight' => '0',
  29696. 'depth' => '3',
  29697. 'customized' => '0',
  29698. 'p1' => '144',
  29699. 'p2' => '166',
  29700. 'p3' => '197',
  29701. 'p4' => '0',
  29702. 'p5' => '0',
  29703. 'p6' => '0',
  29704. 'p7' => '0',
  29705. 'p8' => '0',
  29706. 'p9' => '0',
  29707. 'updated' => '0',
  29708. ))
  29709. ->values(array(
  29710. 'menu_name' => 'navigation',
  29711. 'mlid' => '198',
  29712. 'plid' => '158',
  29713. 'link_path' => 'node/add/test-event',
  29714. 'router_path' => 'node/add/test-event',
  29715. 'link_title' => 'Migrate test event',
  29716. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:27:"test event description here";}}',
  29717. 'module' => 'system',
  29718. 'hidden' => '0',
  29719. 'external' => '0',
  29720. 'has_children' => '0',
  29721. 'expanded' => '0',
  29722. 'weight' => '0',
  29723. 'depth' => '2',
  29724. 'customized' => '0',
  29725. 'p1' => '158',
  29726. 'p2' => '198',
  29727. 'p3' => '0',
  29728. 'p4' => '0',
  29729. 'p5' => '0',
  29730. 'p6' => '0',
  29731. 'p7' => '0',
  29732. 'p8' => '0',
  29733. 'p9' => '0',
  29734. 'updated' => '0',
  29735. ))
  29736. ->values(array(
  29737. 'menu_name' => 'navigation',
  29738. 'mlid' => '199',
  29739. 'plid' => '158',
  29740. 'link_path' => 'node/add/test-page',
  29741. 'router_path' => 'node/add/test-page',
  29742. 'link_title' => 'Migrate test page',
  29743. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:296:\"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.\";}}",
  29744. 'module' => 'system',
  29745. 'hidden' => '0',
  29746. 'external' => '0',
  29747. 'has_children' => '0',
  29748. 'expanded' => '0',
  29749. 'weight' => '0',
  29750. 'depth' => '2',
  29751. 'customized' => '0',
  29752. 'p1' => '158',
  29753. 'p2' => '199',
  29754. 'p3' => '0',
  29755. 'p4' => '0',
  29756. 'p5' => '0',
  29757. 'p6' => '0',
  29758. 'p7' => '0',
  29759. 'p8' => '0',
  29760. 'p9' => '0',
  29761. 'updated' => '0',
  29762. ))
  29763. ->values(array(
  29764. 'menu_name' => 'navigation',
  29765. 'mlid' => '200',
  29766. 'plid' => '158',
  29767. 'link_path' => 'node/add/test-planet',
  29768. 'router_path' => 'node/add/test-planet',
  29769. 'link_title' => 'Migrate test planet',
  29770. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:392:\"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.\";}}",
  29771. 'module' => 'system',
  29772. 'hidden' => '0',
  29773. 'external' => '0',
  29774. 'has_children' => '0',
  29775. 'expanded' => '0',
  29776. 'weight' => '0',
  29777. 'depth' => '2',
  29778. 'customized' => '0',
  29779. 'p1' => '158',
  29780. 'p2' => '200',
  29781. 'p3' => '0',
  29782. 'p4' => '0',
  29783. 'p5' => '0',
  29784. 'p6' => '0',
  29785. 'p7' => '0',
  29786. 'p8' => '0',
  29787. 'p9' => '0',
  29788. 'updated' => '0',
  29789. ))
  29790. ->values(array(
  29791. 'menu_name' => 'navigation',
  29792. 'mlid' => '201',
  29793. 'plid' => '158',
  29794. 'link_path' => 'node/add/test-story',
  29795. 'router_path' => 'node/add/test-story',
  29796. 'link_title' => 'Migrate test story',
  29797. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:392:\"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.\";}}",
  29798. 'module' => 'system',
  29799. 'hidden' => '0',
  29800. 'external' => '0',
  29801. 'has_children' => '0',
  29802. 'expanded' => '0',
  29803. 'weight' => '0',
  29804. 'depth' => '2',
  29805. 'customized' => '0',
  29806. 'p1' => '158',
  29807. 'p2' => '201',
  29808. 'p3' => '0',
  29809. 'p4' => '0',
  29810. 'p5' => '0',
  29811. 'p6' => '0',
  29812. 'p7' => '0',
  29813. 'p8' => '0',
  29814. 'p9' => '0',
  29815. 'updated' => '0',
  29816. ))
  29817. ->values(array(
  29818. 'menu_name' => 'navigation',
  29819. 'mlid' => '202',
  29820. 'plid' => '166',
  29821. 'link_path' => 'admin/build/modules',
  29822. 'router_path' => 'admin/build/modules',
  29823. 'link_title' => 'Modules',
  29824. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Enable or disable add-on modules for your site.";}}',
  29825. 'module' => 'system',
  29826. 'hidden' => '0',
  29827. 'external' => '0',
  29828. 'has_children' => '0',
  29829. 'expanded' => '0',
  29830. 'weight' => '0',
  29831. 'depth' => '3',
  29832. 'customized' => '0',
  29833. 'p1' => '144',
  29834. 'p2' => '166',
  29835. 'p3' => '202',
  29836. 'p4' => '0',
  29837. 'p5' => '0',
  29838. 'p6' => '0',
  29839. 'p7' => '0',
  29840. 'p8' => '0',
  29841. 'p9' => '0',
  29842. 'updated' => '0',
  29843. ))
  29844. ->values(array(
  29845. 'menu_name' => 'navigation',
  29846. 'mlid' => '203',
  29847. 'plid' => '167',
  29848. 'link_path' => 'admin/settings/performance',
  29849. 'router_path' => 'admin/settings/performance',
  29850. 'link_title' => 'Performance',
  29851. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:101:"Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.";}}',
  29852. 'module' => 'system',
  29853. 'hidden' => '0',
  29854. 'external' => '0',
  29855. 'has_children' => '0',
  29856. 'expanded' => '0',
  29857. 'weight' => '0',
  29858. 'depth' => '3',
  29859. 'customized' => '0',
  29860. 'p1' => '144',
  29861. 'p2' => '167',
  29862. 'p3' => '203',
  29863. 'p4' => '0',
  29864. 'p5' => '0',
  29865. 'p6' => '0',
  29866. 'p7' => '0',
  29867. 'p8' => '0',
  29868. 'p9' => '0',
  29869. 'updated' => '0',
  29870. ))
  29871. ->values(array(
  29872. 'menu_name' => 'navigation',
  29873. 'mlid' => '204',
  29874. 'plid' => '170',
  29875. 'link_path' => 'admin/user/permissions',
  29876. 'router_path' => 'admin/user/permissions',
  29877. 'link_title' => 'Permissions',
  29878. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:64:"Determine access to features by selecting permissions for roles.";}}',
  29879. 'module' => 'system',
  29880. 'hidden' => '0',
  29881. 'external' => '0',
  29882. 'has_children' => '0',
  29883. 'expanded' => '0',
  29884. 'weight' => '0',
  29885. 'depth' => '3',
  29886. 'customized' => '0',
  29887. 'p1' => '144',
  29888. 'p2' => '170',
  29889. 'p3' => '204',
  29890. 'p4' => '0',
  29891. 'p5' => '0',
  29892. 'p6' => '0',
  29893. 'p7' => '0',
  29894. 'p8' => '0',
  29895. 'p9' => '0',
  29896. 'updated' => '0',
  29897. ))
  29898. ->values(array(
  29899. 'menu_name' => 'navigation',
  29900. 'mlid' => '205',
  29901. 'plid' => '157',
  29902. 'link_path' => 'admin/content/node-settings',
  29903. 'router_path' => 'admin/content/node-settings',
  29904. 'link_title' => 'Post settings',
  29905. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:126:"Control posting behavior, such as teaser length, requiring previews before posting, and the number of posts on the front page.";}}',
  29906. 'module' => 'system',
  29907. 'hidden' => '0',
  29908. 'external' => '0',
  29909. 'has_children' => '0',
  29910. 'expanded' => '0',
  29911. 'weight' => '0',
  29912. 'depth' => '3',
  29913. 'customized' => '0',
  29914. 'p1' => '144',
  29915. 'p2' => '157',
  29916. 'p3' => '205',
  29917. 'p4' => '0',
  29918. 'p5' => '0',
  29919. 'p6' => '0',
  29920. 'p7' => '0',
  29921. 'p8' => '0',
  29922. 'p9' => '0',
  29923. 'updated' => '0',
  29924. ))
  29925. ->values(array(
  29926. 'menu_name' => 'navigation',
  29927. 'mlid' => '206',
  29928. 'plid' => '170',
  29929. 'link_path' => 'admin/user/profile',
  29930. 'router_path' => 'admin/user/profile',
  29931. 'link_title' => 'Profiles',
  29932. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:42:"Create customizable fields for your users.";}}',
  29933. 'module' => 'system',
  29934. 'hidden' => '0',
  29935. 'external' => '0',
  29936. 'has_children' => '0',
  29937. 'expanded' => '0',
  29938. 'weight' => '0',
  29939. 'depth' => '3',
  29940. 'customized' => '0',
  29941. 'p1' => '144',
  29942. 'p2' => '170',
  29943. 'p3' => '206',
  29944. 'p4' => '0',
  29945. 'p5' => '0',
  29946. 'p6' => '0',
  29947. 'p7' => '0',
  29948. 'p8' => '0',
  29949. 'p9' => '0',
  29950. 'updated' => '0',
  29951. ))
  29952. ->values(array(
  29953. 'menu_name' => 'navigation',
  29954. 'mlid' => '207',
  29955. 'plid' => '157',
  29956. 'link_path' => 'admin/content/rss-publishing',
  29957. 'router_path' => 'admin/content/rss-publishing',
  29958. 'link_title' => 'RSS publishing',
  29959. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:92:"Configure the number of items per feed and whether feeds should be titles/teasers/full-text.";}}',
  29960. 'module' => 'system',
  29961. 'hidden' => '0',
  29962. 'external' => '0',
  29963. 'has_children' => '0',
  29964. 'expanded' => '0',
  29965. 'weight' => '0',
  29966. 'depth' => '3',
  29967. 'customized' => '0',
  29968. 'p1' => '144',
  29969. 'p2' => '157',
  29970. 'p3' => '207',
  29971. 'p4' => '0',
  29972. 'p5' => '0',
  29973. 'p6' => '0',
  29974. 'p7' => '0',
  29975. 'p8' => '0',
  29976. 'p9' => '0',
  29977. 'updated' => '0',
  29978. ))
  29979. ->values(array(
  29980. 'menu_name' => 'navigation',
  29981. 'mlid' => '208',
  29982. 'plid' => '0',
  29983. 'link_path' => 'comment/reply/%',
  29984. 'router_path' => 'comment/reply/%',
  29985. 'link_title' => 'Reply to comment',
  29986. 'options' => 'a:0:{}',
  29987. 'module' => 'system',
  29988. 'hidden' => '-1',
  29989. 'external' => '0',
  29990. 'has_children' => '0',
  29991. 'expanded' => '0',
  29992. 'weight' => '0',
  29993. 'depth' => '1',
  29994. 'customized' => '0',
  29995. 'p1' => '208',
  29996. 'p2' => '0',
  29997. 'p3' => '0',
  29998. 'p4' => '0',
  29999. 'p5' => '0',
  30000. 'p6' => '0',
  30001. 'p7' => '0',
  30002. 'p8' => '0',
  30003. 'p9' => '0',
  30004. 'updated' => '0',
  30005. ))
  30006. ->values(array(
  30007. 'menu_name' => 'navigation',
  30008. 'mlid' => '209',
  30009. 'plid' => '170',
  30010. 'link_path' => 'admin/user/roles',
  30011. 'router_path' => 'admin/user/roles',
  30012. 'link_title' => 'Roles',
  30013. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:30:"List, edit, or add user roles.";}}',
  30014. 'module' => 'system',
  30015. 'hidden' => '0',
  30016. 'external' => '0',
  30017. 'has_children' => '0',
  30018. 'expanded' => '0',
  30019. 'weight' => '0',
  30020. 'depth' => '3',
  30021. 'customized' => '0',
  30022. 'p1' => '144',
  30023. 'p2' => '170',
  30024. 'p3' => '209',
  30025. 'p4' => '0',
  30026. 'p5' => '0',
  30027. 'p6' => '0',
  30028. 'p7' => '0',
  30029. 'p8' => '0',
  30030. 'p9' => '0',
  30031. 'updated' => '0',
  30032. ))
  30033. ->values(array(
  30034. 'menu_name' => 'navigation',
  30035. 'mlid' => '210',
  30036. 'plid' => '167',
  30037. 'link_path' => 'admin/settings/site-information',
  30038. 'router_path' => 'admin/settings/site-information',
  30039. 'link_title' => 'Site information',
  30040. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:107:"Change basic site information, such as the site name, slogan, e-mail address, mission, front page and more.";}}',
  30041. 'module' => 'system',
  30042. 'hidden' => '0',
  30043. 'external' => '0',
  30044. 'has_children' => '0',
  30045. 'expanded' => '0',
  30046. 'weight' => '0',
  30047. 'depth' => '3',
  30048. 'customized' => '0',
  30049. 'p1' => '144',
  30050. 'p2' => '167',
  30051. 'p3' => '210',
  30052. 'p4' => '0',
  30053. 'p5' => '0',
  30054. 'p6' => '0',
  30055. 'p7' => '0',
  30056. 'p8' => '0',
  30057. 'p9' => '0',
  30058. 'updated' => '0',
  30059. ))
  30060. ->values(array(
  30061. 'menu_name' => 'navigation',
  30062. 'mlid' => '211',
  30063. 'plid' => '167',
  30064. 'link_path' => 'admin/settings/site-maintenance',
  30065. 'router_path' => 'admin/settings/site-maintenance',
  30066. 'link_title' => 'Site maintenance',
  30067. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:63:"Take the site off-line for maintenance or bring it back online.";}}',
  30068. 'module' => 'system',
  30069. 'hidden' => '0',
  30070. 'external' => '0',
  30071. 'has_children' => '0',
  30072. 'expanded' => '0',
  30073. 'weight' => '0',
  30074. 'depth' => '3',
  30075. 'customized' => '0',
  30076. 'p1' => '144',
  30077. 'p2' => '167',
  30078. 'p3' => '211',
  30079. 'p4' => '0',
  30080. 'p5' => '0',
  30081. 'p6' => '0',
  30082. 'p7' => '0',
  30083. 'p8' => '0',
  30084. 'p9' => '0',
  30085. 'updated' => '0',
  30086. ))
  30087. ->values(array(
  30088. 'menu_name' => 'navigation',
  30089. 'mlid' => '212',
  30090. 'plid' => '158',
  30091. 'link_path' => 'node/add/sponsor',
  30092. 'router_path' => 'node/add/sponsor',
  30093. 'link_title' => 'Sponsor',
  30094. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Sponsor node type";}}',
  30095. 'module' => 'system',
  30096. 'hidden' => '0',
  30097. 'external' => '0',
  30098. 'has_children' => '0',
  30099. 'expanded' => '0',
  30100. 'weight' => '0',
  30101. 'depth' => '2',
  30102. 'customized' => '0',
  30103. 'p1' => '158',
  30104. 'p2' => '212',
  30105. 'p3' => '0',
  30106. 'p4' => '0',
  30107. 'p5' => '0',
  30108. 'p6' => '0',
  30109. 'p7' => '0',
  30110. 'p8' => '0',
  30111. 'p9' => '0',
  30112. 'updated' => '0',
  30113. ))
  30114. ->values(array(
  30115. 'menu_name' => 'navigation',
  30116. 'mlid' => '213',
  30117. 'plid' => '165',
  30118. 'link_path' => 'admin/reports/status',
  30119. 'router_path' => 'admin/reports/status',
  30120. 'link_title' => 'Status report',
  30121. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:74:\"Get a status report about your site's operation and any detected problems.\";}}",
  30122. 'module' => 'system',
  30123. 'hidden' => '0',
  30124. 'external' => '0',
  30125. 'has_children' => '0',
  30126. 'expanded' => '0',
  30127. 'weight' => '10',
  30128. 'depth' => '3',
  30129. 'customized' => '0',
  30130. 'p1' => '144',
  30131. 'p2' => '165',
  30132. 'p3' => '213',
  30133. 'p4' => '0',
  30134. 'p5' => '0',
  30135. 'p6' => '0',
  30136. 'p7' => '0',
  30137. 'p8' => '0',
  30138. 'p9' => '0',
  30139. 'updated' => '0',
  30140. ))
  30141. ->values(array(
  30142. 'menu_name' => 'navigation',
  30143. 'mlid' => '214',
  30144. 'plid' => '157',
  30145. 'link_path' => 'admin/content/taxonomy',
  30146. 'router_path' => 'admin/content/taxonomy',
  30147. 'link_title' => 'Taxonomy',
  30148. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:67:"Manage tagging, categorization, and classification of your content.";}}',
  30149. 'module' => 'system',
  30150. 'hidden' => '0',
  30151. 'external' => '0',
  30152. 'has_children' => '0',
  30153. 'expanded' => '0',
  30154. 'weight' => '0',
  30155. 'depth' => '3',
  30156. 'customized' => '0',
  30157. 'p1' => '144',
  30158. 'p2' => '157',
  30159. 'p3' => '214',
  30160. 'p4' => '0',
  30161. 'p5' => '0',
  30162. 'p6' => '0',
  30163. 'p7' => '0',
  30164. 'p8' => '0',
  30165. 'p9' => '0',
  30166. 'updated' => '0',
  30167. ))
  30168. ->values(array(
  30169. 'menu_name' => 'navigation',
  30170. 'mlid' => '215',
  30171. 'plid' => '0',
  30172. 'link_path' => 'taxonomy/term/%',
  30173. 'router_path' => 'taxonomy/term/%',
  30174. 'link_title' => 'Taxonomy term',
  30175. 'options' => 'a:0:{}',
  30176. 'module' => 'system',
  30177. 'hidden' => '-1',
  30178. 'external' => '0',
  30179. 'has_children' => '0',
  30180. 'expanded' => '0',
  30181. 'weight' => '0',
  30182. 'depth' => '1',
  30183. 'customized' => '0',
  30184. 'p1' => '215',
  30185. 'p2' => '0',
  30186. 'p3' => '0',
  30187. 'p4' => '0',
  30188. 'p5' => '0',
  30189. 'p6' => '0',
  30190. 'p7' => '0',
  30191. 'p8' => '0',
  30192. 'p9' => '0',
  30193. 'updated' => '0',
  30194. ))
  30195. ->values(array(
  30196. 'menu_name' => 'navigation',
  30197. 'mlid' => '216',
  30198. 'plid' => '166',
  30199. 'link_path' => 'admin/build/themes',
  30200. 'router_path' => 'admin/build/themes',
  30201. 'link_title' => 'Themes',
  30202. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:57:"Change which theme your site uses or allows users to set.";}}',
  30203. 'module' => 'system',
  30204. 'hidden' => '0',
  30205. 'external' => '0',
  30206. 'has_children' => '0',
  30207. 'expanded' => '0',
  30208. 'weight' => '0',
  30209. 'depth' => '3',
  30210. 'customized' => '0',
  30211. 'p1' => '144',
  30212. 'p2' => '166',
  30213. 'p3' => '216',
  30214. 'p4' => '0',
  30215. 'p5' => '0',
  30216. 'p6' => '0',
  30217. 'p7' => '0',
  30218. 'p8' => '0',
  30219. 'p9' => '0',
  30220. 'updated' => '0',
  30221. ))
  30222. ->values(array(
  30223. 'menu_name' => 'navigation',
  30224. 'mlid' => '217',
  30225. 'plid' => '170',
  30226. 'link_path' => 'admin/user/settings',
  30227. 'router_path' => 'admin/user/settings',
  30228. 'link_title' => 'User settings',
  30229. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:101:"Configure default behavior of users, including registration requirements, e-mails, and user pictures.";}}',
  30230. 'module' => 'system',
  30231. 'hidden' => '0',
  30232. 'external' => '0',
  30233. 'has_children' => '0',
  30234. 'expanded' => '0',
  30235. 'weight' => '0',
  30236. 'depth' => '3',
  30237. 'customized' => '0',
  30238. 'p1' => '144',
  30239. 'p2' => '170',
  30240. 'p3' => '217',
  30241. 'p4' => '0',
  30242. 'p5' => '0',
  30243. 'p6' => '0',
  30244. 'p7' => '0',
  30245. 'p8' => '0',
  30246. 'p9' => '0',
  30247. 'updated' => '0',
  30248. ))
  30249. ->values(array(
  30250. 'menu_name' => 'navigation',
  30251. 'mlid' => '218',
  30252. 'plid' => '170',
  30253. 'link_path' => 'admin/user/user',
  30254. 'router_path' => 'admin/user/user',
  30255. 'link_title' => 'Users',
  30256. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:26:"List, add, and edit users.";}}',
  30257. 'module' => 'system',
  30258. 'hidden' => '0',
  30259. 'external' => '0',
  30260. 'has_children' => '0',
  30261. 'expanded' => '0',
  30262. 'weight' => '0',
  30263. 'depth' => '3',
  30264. 'customized' => '0',
  30265. 'p1' => '144',
  30266. 'p2' => '170',
  30267. 'p3' => '218',
  30268. 'p4' => '0',
  30269. 'p5' => '0',
  30270. 'p6' => '0',
  30271. 'p7' => '0',
  30272. 'p8' => '0',
  30273. 'p9' => '0',
  30274. 'updated' => '0',
  30275. ))
  30276. ->values(array(
  30277. 'menu_name' => 'navigation',
  30278. 'mlid' => '219',
  30279. 'plid' => '195',
  30280. 'link_path' => 'admin/settings/filters/%',
  30281. 'router_path' => 'admin/settings/filters/%',
  30282. 'link_title' => '',
  30283. 'options' => 'a:0:{}',
  30284. 'module' => 'system',
  30285. 'hidden' => '-1',
  30286. 'external' => '0',
  30287. 'has_children' => '0',
  30288. 'expanded' => '0',
  30289. 'weight' => '0',
  30290. 'depth' => '4',
  30291. 'customized' => '0',
  30292. 'p1' => '144',
  30293. 'p2' => '167',
  30294. 'p3' => '195',
  30295. 'p4' => '219',
  30296. 'p5' => '0',
  30297. 'p6' => '0',
  30298. 'p7' => '0',
  30299. 'p8' => '0',
  30300. 'p9' => '0',
  30301. 'updated' => '0',
  30302. ))
  30303. ->values(array(
  30304. 'menu_name' => 'navigation',
  30305. 'mlid' => '220',
  30306. 'plid' => '206',
  30307. 'link_path' => 'admin/user/profile/add',
  30308. 'router_path' => 'admin/user/profile/add',
  30309. 'link_title' => 'Add field',
  30310. 'options' => 'a:0:{}',
  30311. 'module' => 'system',
  30312. 'hidden' => '-1',
  30313. 'external' => '0',
  30314. 'has_children' => '0',
  30315. 'expanded' => '0',
  30316. 'weight' => '0',
  30317. 'depth' => '4',
  30318. 'customized' => '0',
  30319. 'p1' => '144',
  30320. 'p2' => '170',
  30321. 'p3' => '206',
  30322. 'p4' => '220',
  30323. 'p5' => '0',
  30324. 'p6' => '0',
  30325. 'p7' => '0',
  30326. 'p8' => '0',
  30327. 'p9' => '0',
  30328. 'updated' => '0',
  30329. ))
  30330. ->values(array(
  30331. 'menu_name' => 'navigation',
  30332. 'mlid' => '221',
  30333. 'plid' => '157',
  30334. 'link_path' => 'admin/content/node-type/article',
  30335. 'router_path' => 'admin/content/node-type/article',
  30336. 'link_title' => 'Article',
  30337. 'options' => 'a:0:{}',
  30338. 'module' => 'system',
  30339. 'hidden' => '-1',
  30340. 'external' => '0',
  30341. 'has_children' => '0',
  30342. 'expanded' => '0',
  30343. 'weight' => '0',
  30344. 'depth' => '3',
  30345. 'customized' => '0',
  30346. 'p1' => '144',
  30347. 'p2' => '157',
  30348. 'p3' => '221',
  30349. 'p4' => '0',
  30350. 'p5' => '0',
  30351. 'p6' => '0',
  30352. 'p7' => '0',
  30353. 'p8' => '0',
  30354. 'p9' => '0',
  30355. 'updated' => '0',
  30356. ))
  30357. ->values(array(
  30358. 'menu_name' => 'navigation',
  30359. 'mlid' => '222',
  30360. 'plid' => '180',
  30361. 'link_path' => 'admin/settings/clean-urls/check',
  30362. 'router_path' => 'admin/settings/clean-urls/check',
  30363. 'link_title' => 'Clean URL check',
  30364. 'options' => 'a:0:{}',
  30365. 'module' => 'system',
  30366. 'hidden' => '-1',
  30367. 'external' => '0',
  30368. 'has_children' => '0',
  30369. 'expanded' => '0',
  30370. 'weight' => '0',
  30371. 'depth' => '4',
  30372. 'customized' => '0',
  30373. 'p1' => '144',
  30374. 'p2' => '167',
  30375. 'p3' => '180',
  30376. 'p4' => '222',
  30377. 'p5' => '0',
  30378. 'p6' => '0',
  30379. 'p7' => '0',
  30380. 'p8' => '0',
  30381. 'p9' => '0',
  30382. 'updated' => '0',
  30383. ))
  30384. ->values(array(
  30385. 'menu_name' => 'navigation',
  30386. 'mlid' => '223',
  30387. 'plid' => '157',
  30388. 'link_path' => 'admin/content/node-type/company',
  30389. 'router_path' => 'admin/content/node-type/company',
  30390. 'link_title' => 'Company',
  30391. 'options' => 'a:0:{}',
  30392. 'module' => 'system',
  30393. 'hidden' => '-1',
  30394. 'external' => '0',
  30395. 'has_children' => '0',
  30396. 'expanded' => '0',
  30397. 'weight' => '0',
  30398. 'depth' => '3',
  30399. 'customized' => '0',
  30400. 'p1' => '144',
  30401. 'p2' => '157',
  30402. 'p3' => '223',
  30403. 'p4' => '0',
  30404. 'p5' => '0',
  30405. 'p6' => '0',
  30406. 'p7' => '0',
  30407. 'p8' => '0',
  30408. 'p9' => '0',
  30409. 'updated' => '0',
  30410. ))
  30411. ->values(array(
  30412. 'menu_name' => 'navigation',
  30413. 'mlid' => '224',
  30414. 'plid' => '176',
  30415. 'link_path' => 'admin/settings/actions/configure',
  30416. 'router_path' => 'admin/settings/actions/configure',
  30417. 'link_title' => 'Configure an advanced action',
  30418. 'options' => 'a:0:{}',
  30419. 'module' => 'system',
  30420. 'hidden' => '-1',
  30421. 'external' => '0',
  30422. 'has_children' => '0',
  30423. 'expanded' => '0',
  30424. 'weight' => '0',
  30425. 'depth' => '4',
  30426. 'customized' => '0',
  30427. 'p1' => '144',
  30428. 'p2' => '167',
  30429. 'p3' => '176',
  30430. 'p4' => '224',
  30431. 'p5' => '0',
  30432. 'p6' => '0',
  30433. 'p7' => '0',
  30434. 'p8' => '0',
  30435. 'p9' => '0',
  30436. 'updated' => '0',
  30437. ))
  30438. ->values(array(
  30439. 'menu_name' => 'navigation',
  30440. 'mlid' => '225',
  30441. 'plid' => '179',
  30442. 'link_path' => 'admin/build/block/configure',
  30443. 'router_path' => 'admin/build/block/configure',
  30444. 'link_title' => 'Configure block',
  30445. 'options' => 'a:0:{}',
  30446. 'module' => 'system',
  30447. 'hidden' => '-1',
  30448. 'external' => '0',
  30449. 'has_children' => '0',
  30450. 'expanded' => '0',
  30451. 'weight' => '0',
  30452. 'depth' => '4',
  30453. 'customized' => '0',
  30454. 'p1' => '144',
  30455. 'p2' => '166',
  30456. 'p3' => '179',
  30457. 'p4' => '225',
  30458. 'p5' => '0',
  30459. 'p6' => '0',
  30460. 'p7' => '0',
  30461. 'p8' => '0',
  30462. 'p9' => '0',
  30463. 'updated' => '0',
  30464. ))
  30465. ->values(array(
  30466. 'menu_name' => 'navigation',
  30467. 'mlid' => '226',
  30468. 'plid' => '166',
  30469. 'link_path' => 'admin/build/menu-customize/%',
  30470. 'router_path' => 'admin/build/menu-customize/%',
  30471. 'link_title' => 'Customize menu',
  30472. 'options' => 'a:0:{}',
  30473. 'module' => 'system',
  30474. 'hidden' => '-1',
  30475. 'external' => '0',
  30476. 'has_children' => '0',
  30477. 'expanded' => '0',
  30478. 'weight' => '0',
  30479. 'depth' => '3',
  30480. 'customized' => '0',
  30481. 'p1' => '144',
  30482. 'p2' => '166',
  30483. 'p3' => '226',
  30484. 'p4' => '0',
  30485. 'p5' => '0',
  30486. 'p6' => '0',
  30487. 'p7' => '0',
  30488. 'p8' => '0',
  30489. 'p9' => '0',
  30490. 'updated' => '0',
  30491. ))
  30492. ->values(array(
  30493. 'menu_name' => 'navigation',
  30494. 'mlid' => '227',
  30495. 'plid' => '186',
  30496. 'link_path' => 'admin/settings/date-time/lookup',
  30497. 'router_path' => 'admin/settings/date-time/lookup',
  30498. 'link_title' => 'Date and time lookup',
  30499. 'options' => 'a:0:{}',
  30500. 'module' => 'system',
  30501. 'hidden' => '-1',
  30502. 'external' => '0',
  30503. 'has_children' => '0',
  30504. 'expanded' => '0',
  30505. 'weight' => '0',
  30506. 'depth' => '4',
  30507. 'customized' => '0',
  30508. 'p1' => '144',
  30509. 'p2' => '167',
  30510. 'p3' => '186',
  30511. 'p4' => '227',
  30512. 'p5' => '0',
  30513. 'p6' => '0',
  30514. 'p7' => '0',
  30515. 'p8' => '0',
  30516. 'p9' => '0',
  30517. 'updated' => '0',
  30518. ))
  30519. ->values(array(
  30520. 'menu_name' => 'navigation',
  30521. 'mlid' => '228',
  30522. 'plid' => '179',
  30523. 'link_path' => 'admin/build/block/delete',
  30524. 'router_path' => 'admin/build/block/delete',
  30525. 'link_title' => 'Delete block',
  30526. 'options' => 'a:0:{}',
  30527. 'module' => 'system',
  30528. 'hidden' => '-1',
  30529. 'external' => '0',
  30530. 'has_children' => '0',
  30531. 'expanded' => '0',
  30532. 'weight' => '0',
  30533. 'depth' => '4',
  30534. 'customized' => '0',
  30535. 'p1' => '144',
  30536. 'p2' => '166',
  30537. 'p3' => '179',
  30538. 'p4' => '228',
  30539. 'p5' => '0',
  30540. 'p6' => '0',
  30541. 'p7' => '0',
  30542. 'p8' => '0',
  30543. 'p9' => '0',
  30544. 'updated' => '0',
  30545. ))
  30546. ->values(array(
  30547. 'menu_name' => 'navigation',
  30548. 'mlid' => '229',
  30549. 'plid' => '206',
  30550. 'link_path' => 'admin/user/profile/delete',
  30551. 'router_path' => 'admin/user/profile/delete',
  30552. 'link_title' => 'Delete field',
  30553. 'options' => 'a:0:{}',
  30554. 'module' => 'system',
  30555. 'hidden' => '-1',
  30556. 'external' => '0',
  30557. 'has_children' => '0',
  30558. 'expanded' => '0',
  30559. 'weight' => '0',
  30560. 'depth' => '4',
  30561. 'customized' => '0',
  30562. 'p1' => '144',
  30563. 'p2' => '170',
  30564. 'p3' => '206',
  30565. 'p4' => '229',
  30566. 'p5' => '0',
  30567. 'p6' => '0',
  30568. 'p7' => '0',
  30569. 'p8' => '0',
  30570. 'p9' => '0',
  30571. 'updated' => '0',
  30572. ))
  30573. ->values(array(
  30574. 'menu_name' => 'navigation',
  30575. 'mlid' => '230',
  30576. 'plid' => '195',
  30577. 'link_path' => 'admin/settings/filters/delete',
  30578. 'router_path' => 'admin/settings/filters/delete',
  30579. 'link_title' => 'Delete input format',
  30580. 'options' => 'a:0:{}',
  30581. 'module' => 'system',
  30582. 'hidden' => '-1',
  30583. 'external' => '0',
  30584. 'has_children' => '0',
  30585. 'expanded' => '0',
  30586. 'weight' => '0',
  30587. 'depth' => '4',
  30588. 'customized' => '0',
  30589. 'p1' => '144',
  30590. 'p2' => '167',
  30591. 'p3' => '195',
  30592. 'p4' => '230',
  30593. 'p5' => '0',
  30594. 'p6' => '0',
  30595. 'p7' => '0',
  30596. 'p8' => '0',
  30597. 'p9' => '0',
  30598. 'updated' => '0',
  30599. ))
  30600. ->values(array(
  30601. 'menu_name' => 'navigation',
  30602. 'mlid' => '231',
  30603. 'plid' => '175',
  30604. 'link_path' => 'admin/user/rules/delete',
  30605. 'router_path' => 'admin/user/rules/delete',
  30606. 'link_title' => 'Delete rule',
  30607. 'options' => 'a:0:{}',
  30608. 'module' => 'system',
  30609. 'hidden' => '-1',
  30610. 'external' => '0',
  30611. 'has_children' => '0',
  30612. 'expanded' => '0',
  30613. 'weight' => '0',
  30614. 'depth' => '4',
  30615. 'customized' => '0',
  30616. 'p1' => '144',
  30617. 'p2' => '170',
  30618. 'p3' => '175',
  30619. 'p4' => '231',
  30620. 'p5' => '0',
  30621. 'p6' => '0',
  30622. 'p7' => '0',
  30623. 'p8' => '0',
  30624. 'p9' => '0',
  30625. 'updated' => '0',
  30626. ))
  30627. ->values(array(
  30628. 'menu_name' => 'navigation',
  30629. 'mlid' => '232',
  30630. 'plid' => '206',
  30631. 'link_path' => 'admin/user/profile/edit',
  30632. 'router_path' => 'admin/user/profile/edit',
  30633. 'link_title' => 'Edit field',
  30634. 'options' => 'a:0:{}',
  30635. 'module' => 'system',
  30636. 'hidden' => '-1',
  30637. 'external' => '0',
  30638. 'has_children' => '0',
  30639. 'expanded' => '0',
  30640. 'weight' => '0',
  30641. 'depth' => '4',
  30642. 'customized' => '0',
  30643. 'p1' => '144',
  30644. 'p2' => '170',
  30645. 'p3' => '206',
  30646. 'p4' => '232',
  30647. 'p5' => '0',
  30648. 'p6' => '0',
  30649. 'p7' => '0',
  30650. 'p8' => '0',
  30651. 'p9' => '0',
  30652. 'updated' => '0',
  30653. ))
  30654. ->values(array(
  30655. 'menu_name' => 'navigation',
  30656. 'mlid' => '233',
  30657. 'plid' => '209',
  30658. 'link_path' => 'admin/user/roles/edit',
  30659. 'router_path' => 'admin/user/roles/edit',
  30660. 'link_title' => 'Edit role',
  30661. 'options' => 'a:0:{}',
  30662. 'module' => 'system',
  30663. 'hidden' => '-1',
  30664. 'external' => '0',
  30665. 'has_children' => '0',
  30666. 'expanded' => '0',
  30667. 'weight' => '0',
  30668. 'depth' => '4',
  30669. 'customized' => '0',
  30670. 'p1' => '144',
  30671. 'p2' => '170',
  30672. 'p3' => '209',
  30673. 'p4' => '233',
  30674. 'p5' => '0',
  30675. 'p6' => '0',
  30676. 'p7' => '0',
  30677. 'p8' => '0',
  30678. 'p9' => '0',
  30679. 'updated' => '0',
  30680. ))
  30681. ->values(array(
  30682. 'menu_name' => 'navigation',
  30683. 'mlid' => '234',
  30684. 'plid' => '175',
  30685. 'link_path' => 'admin/user/rules/edit',
  30686. 'router_path' => 'admin/user/rules/edit',
  30687. 'link_title' => 'Edit rule',
  30688. 'options' => 'a:0:{}',
  30689. 'module' => 'system',
  30690. 'hidden' => '-1',
  30691. 'external' => '0',
  30692. 'has_children' => '0',
  30693. 'expanded' => '0',
  30694. 'weight' => '0',
  30695. 'depth' => '4',
  30696. 'customized' => '0',
  30697. 'p1' => '144',
  30698. 'p2' => '170',
  30699. 'p3' => '175',
  30700. 'p4' => '234',
  30701. 'p5' => '0',
  30702. 'p6' => '0',
  30703. 'p7' => '0',
  30704. 'p8' => '0',
  30705. 'p9' => '0',
  30706. 'updated' => '0',
  30707. ))
  30708. ->values(array(
  30709. 'menu_name' => 'navigation',
  30710. 'mlid' => '235',
  30711. 'plid' => '157',
  30712. 'link_path' => 'admin/content/node-type/employee',
  30713. 'router_path' => 'admin/content/node-type/employee',
  30714. 'link_title' => 'Employee',
  30715. 'options' => 'a:0:{}',
  30716. 'module' => 'system',
  30717. 'hidden' => '-1',
  30718. 'external' => '0',
  30719. 'has_children' => '0',
  30720. 'expanded' => '0',
  30721. 'weight' => '0',
  30722. 'depth' => '3',
  30723. 'customized' => '0',
  30724. 'p1' => '144',
  30725. 'p2' => '157',
  30726. 'p3' => '235',
  30727. 'p4' => '0',
  30728. 'p5' => '0',
  30729. 'p6' => '0',
  30730. 'p7' => '0',
  30731. 'p8' => '0',
  30732. 'p9' => '0',
  30733. 'updated' => '0',
  30734. ))
  30735. ->values(array(
  30736. 'menu_name' => 'navigation',
  30737. 'mlid' => '236',
  30738. 'plid' => '214',
  30739. 'link_path' => 'admin/content/taxonomy/%',
  30740. 'router_path' => 'admin/content/taxonomy/%',
  30741. 'link_title' => 'List terms',
  30742. 'options' => 'a:0:{}',
  30743. 'module' => 'system',
  30744. 'hidden' => '-1',
  30745. 'external' => '0',
  30746. 'has_children' => '0',
  30747. 'expanded' => '0',
  30748. 'weight' => '0',
  30749. 'depth' => '4',
  30750. 'customized' => '0',
  30751. 'p1' => '144',
  30752. 'p2' => '157',
  30753. 'p3' => '214',
  30754. 'p4' => '236',
  30755. 'p5' => '0',
  30756. 'p6' => '0',
  30757. 'p7' => '0',
  30758. 'p8' => '0',
  30759. 'p9' => '0',
  30760. 'updated' => '0',
  30761. ))
  30762. ->values(array(
  30763. 'menu_name' => 'navigation',
  30764. 'mlid' => '237',
  30765. 'plid' => '157',
  30766. 'link_path' => 'admin/content/node-type/test-event',
  30767. 'router_path' => 'admin/content/node-type/test-event',
  30768. 'link_title' => 'Migrate test event',
  30769. 'options' => 'a:0:{}',
  30770. 'module' => 'system',
  30771. 'hidden' => '-1',
  30772. 'external' => '0',
  30773. 'has_children' => '0',
  30774. 'expanded' => '0',
  30775. 'weight' => '0',
  30776. 'depth' => '3',
  30777. 'customized' => '0',
  30778. 'p1' => '144',
  30779. 'p2' => '157',
  30780. 'p3' => '237',
  30781. 'p4' => '0',
  30782. 'p5' => '0',
  30783. 'p6' => '0',
  30784. 'p7' => '0',
  30785. 'p8' => '0',
  30786. 'p9' => '0',
  30787. 'updated' => '0',
  30788. ))
  30789. ->values(array(
  30790. 'menu_name' => 'navigation',
  30791. 'mlid' => '238',
  30792. 'plid' => '157',
  30793. 'link_path' => 'admin/content/node-type/test-page',
  30794. 'router_path' => 'admin/content/node-type/test-page',
  30795. 'link_title' => 'Migrate test page',
  30796. 'options' => 'a:0:{}',
  30797. 'module' => 'system',
  30798. 'hidden' => '-1',
  30799. 'external' => '0',
  30800. 'has_children' => '0',
  30801. 'expanded' => '0',
  30802. 'weight' => '0',
  30803. 'depth' => '3',
  30804. 'customized' => '0',
  30805. 'p1' => '144',
  30806. 'p2' => '157',
  30807. 'p3' => '238',
  30808. 'p4' => '0',
  30809. 'p5' => '0',
  30810. 'p6' => '0',
  30811. 'p7' => '0',
  30812. 'p8' => '0',
  30813. 'p9' => '0',
  30814. 'updated' => '0',
  30815. ))
  30816. ->values(array(
  30817. 'menu_name' => 'navigation',
  30818. 'mlid' => '239',
  30819. 'plid' => '157',
  30820. 'link_path' => 'admin/content/node-type/test-planet',
  30821. 'router_path' => 'admin/content/node-type/test-planet',
  30822. 'link_title' => 'Migrate test planet',
  30823. 'options' => 'a:0:{}',
  30824. 'module' => 'system',
  30825. 'hidden' => '-1',
  30826. 'external' => '0',
  30827. 'has_children' => '0',
  30828. 'expanded' => '0',
  30829. 'weight' => '0',
  30830. 'depth' => '3',
  30831. 'customized' => '0',
  30832. 'p1' => '144',
  30833. 'p2' => '157',
  30834. 'p3' => '239',
  30835. 'p4' => '0',
  30836. 'p5' => '0',
  30837. 'p6' => '0',
  30838. 'p7' => '0',
  30839. 'p8' => '0',
  30840. 'p9' => '0',
  30841. 'updated' => '0',
  30842. ))
  30843. ->values(array(
  30844. 'menu_name' => 'navigation',
  30845. 'mlid' => '240',
  30846. 'plid' => '157',
  30847. 'link_path' => 'admin/content/node-type/test-story',
  30848. 'router_path' => 'admin/content/node-type/test-story',
  30849. 'link_title' => 'Migrate test story',
  30850. 'options' => 'a:0:{}',
  30851. 'module' => 'system',
  30852. 'hidden' => '-1',
  30853. 'external' => '0',
  30854. 'has_children' => '0',
  30855. 'expanded' => '0',
  30856. 'weight' => '0',
  30857. 'depth' => '3',
  30858. 'customized' => '0',
  30859. 'p1' => '144',
  30860. 'p2' => '157',
  30861. 'p3' => '240',
  30862. 'p4' => '0',
  30863. 'p5' => '0',
  30864. 'p6' => '0',
  30865. 'p7' => '0',
  30866. 'p8' => '0',
  30867. 'p9' => '0',
  30868. 'updated' => '0',
  30869. ))
  30870. ->values(array(
  30871. 'menu_name' => 'navigation',
  30872. 'mlid' => '241',
  30873. 'plid' => '213',
  30874. 'link_path' => 'admin/reports/status/php',
  30875. 'router_path' => 'admin/reports/status/php',
  30876. 'link_title' => 'PHP',
  30877. 'options' => 'a:0:{}',
  30878. 'module' => 'system',
  30879. 'hidden' => '-1',
  30880. 'external' => '0',
  30881. 'has_children' => '0',
  30882. 'expanded' => '0',
  30883. 'weight' => '0',
  30884. 'depth' => '4',
  30885. 'customized' => '0',
  30886. 'p1' => '144',
  30887. 'p2' => '165',
  30888. 'p3' => '213',
  30889. 'p4' => '241',
  30890. 'p5' => '0',
  30891. 'p6' => '0',
  30892. 'p7' => '0',
  30893. 'p8' => '0',
  30894. 'p9' => '0',
  30895. 'updated' => '0',
  30896. ))
  30897. ->values(array(
  30898. 'menu_name' => 'navigation',
  30899. 'mlid' => '242',
  30900. 'plid' => '206',
  30901. 'link_path' => 'admin/user/profile/autocomplete',
  30902. 'router_path' => 'admin/user/profile/autocomplete',
  30903. 'link_title' => 'Profile category autocomplete',
  30904. 'options' => 'a:0:{}',
  30905. 'module' => 'system',
  30906. 'hidden' => '-1',
  30907. 'external' => '0',
  30908. 'has_children' => '0',
  30909. 'expanded' => '0',
  30910. 'weight' => '0',
  30911. 'depth' => '4',
  30912. 'customized' => '0',
  30913. 'p1' => '144',
  30914. 'p2' => '170',
  30915. 'p3' => '206',
  30916. 'p4' => '242',
  30917. 'p5' => '0',
  30918. 'p6' => '0',
  30919. 'p7' => '0',
  30920. 'p8' => '0',
  30921. 'p9' => '0',
  30922. 'updated' => '0',
  30923. ))
  30924. ->values(array(
  30925. 'menu_name' => 'navigation',
  30926. 'mlid' => '243',
  30927. 'plid' => '205',
  30928. 'link_path' => 'admin/content/node-settings/rebuild',
  30929. 'router_path' => 'admin/content/node-settings/rebuild',
  30930. 'link_title' => 'Rebuild permissions',
  30931. 'options' => 'a:0:{}',
  30932. 'module' => 'system',
  30933. 'hidden' => '-1',
  30934. 'external' => '0',
  30935. 'has_children' => '0',
  30936. 'expanded' => '0',
  30937. 'weight' => '0',
  30938. 'depth' => '4',
  30939. 'customized' => '0',
  30940. 'p1' => '144',
  30941. 'p2' => '157',
  30942. 'p3' => '205',
  30943. 'p4' => '243',
  30944. 'p5' => '0',
  30945. 'p6' => '0',
  30946. 'p7' => '0',
  30947. 'p8' => '0',
  30948. 'p9' => '0',
  30949. 'updated' => '0',
  30950. ))
  30951. ->values(array(
  30952. 'menu_name' => 'navigation',
  30953. 'mlid' => '244',
  30954. 'plid' => '176',
  30955. 'link_path' => 'admin/settings/actions/orphan',
  30956. 'router_path' => 'admin/settings/actions/orphan',
  30957. 'link_title' => 'Remove orphans',
  30958. 'options' => 'a:0:{}',
  30959. 'module' => 'system',
  30960. 'hidden' => '-1',
  30961. 'external' => '0',
  30962. 'has_children' => '0',
  30963. 'expanded' => '0',
  30964. 'weight' => '0',
  30965. 'depth' => '4',
  30966. 'customized' => '0',
  30967. 'p1' => '144',
  30968. 'p2' => '167',
  30969. 'p3' => '176',
  30970. 'p4' => '244',
  30971. 'p5' => '0',
  30972. 'p6' => '0',
  30973. 'p7' => '0',
  30974. 'p8' => '0',
  30975. 'p9' => '0',
  30976. 'updated' => '0',
  30977. ))
  30978. ->values(array(
  30979. 'menu_name' => 'navigation',
  30980. 'mlid' => '245',
  30981. 'plid' => '213',
  30982. 'link_path' => 'admin/reports/status/run-cron',
  30983. 'router_path' => 'admin/reports/status/run-cron',
  30984. 'link_title' => 'Run cron',
  30985. 'options' => 'a:0:{}',
  30986. 'module' => 'system',
  30987. 'hidden' => '-1',
  30988. 'external' => '0',
  30989. 'has_children' => '0',
  30990. 'expanded' => '0',
  30991. 'weight' => '0',
  30992. 'depth' => '4',
  30993. 'customized' => '0',
  30994. 'p1' => '144',
  30995. 'p2' => '165',
  30996. 'p3' => '213',
  30997. 'p4' => '245',
  30998. 'p5' => '0',
  30999. 'p6' => '0',
  31000. 'p7' => '0',
  31001. 'p8' => '0',
  31002. 'p9' => '0',
  31003. 'updated' => '0',
  31004. ))
  31005. ->values(array(
  31006. 'menu_name' => 'navigation',
  31007. 'mlid' => '246',
  31008. 'plid' => '213',
  31009. 'link_path' => 'admin/reports/status/sql',
  31010. 'router_path' => 'admin/reports/status/sql',
  31011. 'link_title' => 'SQL',
  31012. 'options' => 'a:0:{}',
  31013. 'module' => 'system',
  31014. 'hidden' => '-1',
  31015. 'external' => '0',
  31016. 'has_children' => '0',
  31017. 'expanded' => '0',
  31018. 'weight' => '0',
  31019. 'depth' => '4',
  31020. 'customized' => '0',
  31021. 'p1' => '144',
  31022. 'p2' => '165',
  31023. 'p3' => '213',
  31024. 'p4' => '246',
  31025. 'p5' => '0',
  31026. 'p6' => '0',
  31027. 'p7' => '0',
  31028. 'p8' => '0',
  31029. 'p9' => '0',
  31030. 'updated' => '0',
  31031. ))
  31032. ->values(array(
  31033. 'menu_name' => 'navigation',
  31034. 'mlid' => '247',
  31035. 'plid' => '157',
  31036. 'link_path' => 'admin/content/node-type/sponsor',
  31037. 'router_path' => 'admin/content/node-type/sponsor',
  31038. 'link_title' => 'Sponsor',
  31039. 'options' => 'a:0:{}',
  31040. 'module' => 'system',
  31041. 'hidden' => '-1',
  31042. 'external' => '0',
  31043. 'has_children' => '0',
  31044. 'expanded' => '0',
  31045. 'weight' => '0',
  31046. 'depth' => '3',
  31047. 'customized' => '0',
  31048. 'p1' => '144',
  31049. 'p2' => '157',
  31050. 'p3' => '247',
  31051. 'p4' => '0',
  31052. 'p5' => '0',
  31053. 'p6' => '0',
  31054. 'p7' => '0',
  31055. 'p8' => '0',
  31056. 'p9' => '0',
  31057. 'updated' => '0',
  31058. ))
  31059. ->values(array(
  31060. 'menu_name' => 'navigation',
  31061. 'mlid' => '248',
  31062. 'plid' => '186',
  31063. 'link_path' => 'admin/settings/date-time/formats/lookup',
  31064. 'router_path' => 'admin/settings/date-time/formats/lookup',
  31065. 'link_title' => 'Date and time lookup',
  31066. 'options' => 'a:0:{}',
  31067. 'module' => 'system',
  31068. 'hidden' => '-1',
  31069. 'external' => '0',
  31070. 'has_children' => '0',
  31071. 'expanded' => '0',
  31072. 'weight' => '0',
  31073. 'depth' => '4',
  31074. 'customized' => '0',
  31075. 'p1' => '144',
  31076. 'p2' => '167',
  31077. 'p3' => '186',
  31078. 'p4' => '248',
  31079. 'p5' => '0',
  31080. 'p6' => '0',
  31081. 'p7' => '0',
  31082. 'p8' => '0',
  31083. 'p9' => '0',
  31084. 'updated' => '0',
  31085. ))
  31086. ->values(array(
  31087. 'menu_name' => 'navigation',
  31088. 'mlid' => '249',
  31089. 'plid' => '0',
  31090. 'link_path' => 'admin/content/node-type/article/delete',
  31091. 'router_path' => 'admin/content/node-type/article/delete',
  31092. 'link_title' => 'Delete',
  31093. 'options' => 'a:0:{}',
  31094. 'module' => 'system',
  31095. 'hidden' => '-1',
  31096. 'external' => '0',
  31097. 'has_children' => '0',
  31098. 'expanded' => '0',
  31099. 'weight' => '0',
  31100. 'depth' => '1',
  31101. 'customized' => '0',
  31102. 'p1' => '249',
  31103. 'p2' => '0',
  31104. 'p3' => '0',
  31105. 'p4' => '0',
  31106. 'p5' => '0',
  31107. 'p6' => '0',
  31108. 'p7' => '0',
  31109. 'p8' => '0',
  31110. 'p9' => '0',
  31111. 'updated' => '0',
  31112. ))
  31113. ->values(array(
  31114. 'menu_name' => 'navigation',
  31115. 'mlid' => '250',
  31116. 'plid' => '0',
  31117. 'link_path' => 'admin/content/node-type/company/delete',
  31118. 'router_path' => 'admin/content/node-type/company/delete',
  31119. 'link_title' => 'Delete',
  31120. 'options' => 'a:0:{}',
  31121. 'module' => 'system',
  31122. 'hidden' => '-1',
  31123. 'external' => '0',
  31124. 'has_children' => '0',
  31125. 'expanded' => '0',
  31126. 'weight' => '0',
  31127. 'depth' => '1',
  31128. 'customized' => '0',
  31129. 'p1' => '250',
  31130. 'p2' => '0',
  31131. 'p3' => '0',
  31132. 'p4' => '0',
  31133. 'p5' => '0',
  31134. 'p6' => '0',
  31135. 'p7' => '0',
  31136. 'p8' => '0',
  31137. 'p9' => '0',
  31138. 'updated' => '0',
  31139. ))
  31140. ->values(array(
  31141. 'menu_name' => 'navigation',
  31142. 'mlid' => '251',
  31143. 'plid' => '0',
  31144. 'link_path' => 'admin/content/node-type/employee/delete',
  31145. 'router_path' => 'admin/content/node-type/employee/delete',
  31146. 'link_title' => 'Delete',
  31147. 'options' => 'a:0:{}',
  31148. 'module' => 'system',
  31149. 'hidden' => '-1',
  31150. 'external' => '0',
  31151. 'has_children' => '0',
  31152. 'expanded' => '0',
  31153. 'weight' => '0',
  31154. 'depth' => '1',
  31155. 'customized' => '0',
  31156. 'p1' => '251',
  31157. 'p2' => '0',
  31158. 'p3' => '0',
  31159. 'p4' => '0',
  31160. 'p5' => '0',
  31161. 'p6' => '0',
  31162. 'p7' => '0',
  31163. 'p8' => '0',
  31164. 'p9' => '0',
  31165. 'updated' => '0',
  31166. ))
  31167. ->values(array(
  31168. 'menu_name' => 'navigation',
  31169. 'mlid' => '252',
  31170. 'plid' => '0',
  31171. 'link_path' => 'admin/content/node-type/sponsor/delete',
  31172. 'router_path' => 'admin/content/node-type/sponsor/delete',
  31173. 'link_title' => 'Delete',
  31174. 'options' => 'a:0:{}',
  31175. 'module' => 'system',
  31176. 'hidden' => '-1',
  31177. 'external' => '0',
  31178. 'has_children' => '0',
  31179. 'expanded' => '0',
  31180. 'weight' => '0',
  31181. 'depth' => '1',
  31182. 'customized' => '0',
  31183. 'p1' => '252',
  31184. 'p2' => '0',
  31185. 'p3' => '0',
  31186. 'p4' => '0',
  31187. 'p5' => '0',
  31188. 'p6' => '0',
  31189. 'p7' => '0',
  31190. 'p8' => '0',
  31191. 'p9' => '0',
  31192. 'updated' => '0',
  31193. ))
  31194. ->values(array(
  31195. 'menu_name' => 'navigation',
  31196. 'mlid' => '253',
  31197. 'plid' => '0',
  31198. 'link_path' => 'admin/content/node-type/test-event/delete',
  31199. 'router_path' => 'admin/content/node-type/test-event/delete',
  31200. 'link_title' => 'Delete',
  31201. 'options' => 'a:0:{}',
  31202. 'module' => 'system',
  31203. 'hidden' => '-1',
  31204. 'external' => '0',
  31205. 'has_children' => '0',
  31206. 'expanded' => '0',
  31207. 'weight' => '0',
  31208. 'depth' => '1',
  31209. 'customized' => '0',
  31210. 'p1' => '253',
  31211. 'p2' => '0',
  31212. 'p3' => '0',
  31213. 'p4' => '0',
  31214. 'p5' => '0',
  31215. 'p6' => '0',
  31216. 'p7' => '0',
  31217. 'p8' => '0',
  31218. 'p9' => '0',
  31219. 'updated' => '0',
  31220. ))
  31221. ->values(array(
  31222. 'menu_name' => 'navigation',
  31223. 'mlid' => '254',
  31224. 'plid' => '0',
  31225. 'link_path' => 'admin/content/node-type/test-page/delete',
  31226. 'router_path' => 'admin/content/node-type/test-page/delete',
  31227. 'link_title' => 'Delete',
  31228. 'options' => 'a:0:{}',
  31229. 'module' => 'system',
  31230. 'hidden' => '-1',
  31231. 'external' => '0',
  31232. 'has_children' => '0',
  31233. 'expanded' => '0',
  31234. 'weight' => '0',
  31235. 'depth' => '1',
  31236. 'customized' => '0',
  31237. 'p1' => '254',
  31238. 'p2' => '0',
  31239. 'p3' => '0',
  31240. 'p4' => '0',
  31241. 'p5' => '0',
  31242. 'p6' => '0',
  31243. 'p7' => '0',
  31244. 'p8' => '0',
  31245. 'p9' => '0',
  31246. 'updated' => '0',
  31247. ))
  31248. ->values(array(
  31249. 'menu_name' => 'navigation',
  31250. 'mlid' => '255',
  31251. 'plid' => '0',
  31252. 'link_path' => 'admin/content/node-type/test-planet/delete',
  31253. 'router_path' => 'admin/content/node-type/test-planet/delete',
  31254. 'link_title' => 'Delete',
  31255. 'options' => 'a:0:{}',
  31256. 'module' => 'system',
  31257. 'hidden' => '-1',
  31258. 'external' => '0',
  31259. 'has_children' => '0',
  31260. 'expanded' => '0',
  31261. 'weight' => '0',
  31262. 'depth' => '1',
  31263. 'customized' => '0',
  31264. 'p1' => '255',
  31265. 'p2' => '0',
  31266. 'p3' => '0',
  31267. 'p4' => '0',
  31268. 'p5' => '0',
  31269. 'p6' => '0',
  31270. 'p7' => '0',
  31271. 'p8' => '0',
  31272. 'p9' => '0',
  31273. 'updated' => '0',
  31274. ))
  31275. ->values(array(
  31276. 'menu_name' => 'navigation',
  31277. 'mlid' => '256',
  31278. 'plid' => '0',
  31279. 'link_path' => 'admin/content/node-type/test-story/delete',
  31280. 'router_path' => 'admin/content/node-type/test-story/delete',
  31281. 'link_title' => 'Delete',
  31282. 'options' => 'a:0:{}',
  31283. 'module' => 'system',
  31284. 'hidden' => '-1',
  31285. 'external' => '0',
  31286. 'has_children' => '0',
  31287. 'expanded' => '0',
  31288. 'weight' => '0',
  31289. 'depth' => '1',
  31290. 'customized' => '0',
  31291. 'p1' => '256',
  31292. 'p2' => '0',
  31293. 'p3' => '0',
  31294. 'p4' => '0',
  31295. 'p5' => '0',
  31296. 'p6' => '0',
  31297. 'p7' => '0',
  31298. 'p8' => '0',
  31299. 'p9' => '0',
  31300. 'updated' => '0',
  31301. ))
  31302. ->values(array(
  31303. 'menu_name' => 'navigation',
  31304. 'mlid' => '257',
  31305. 'plid' => '176',
  31306. 'link_path' => 'admin/settings/actions/delete/%',
  31307. 'router_path' => 'admin/settings/actions/delete/%',
  31308. 'link_title' => 'Delete action',
  31309. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:17:"Delete an action.";}}',
  31310. 'module' => 'system',
  31311. 'hidden' => '-1',
  31312. 'external' => '0',
  31313. 'has_children' => '0',
  31314. 'expanded' => '0',
  31315. 'weight' => '0',
  31316. 'depth' => '4',
  31317. 'customized' => '0',
  31318. 'p1' => '144',
  31319. 'p2' => '167',
  31320. 'p3' => '176',
  31321. 'p4' => '257',
  31322. 'p5' => '0',
  31323. 'p6' => '0',
  31324. 'p7' => '0',
  31325. 'p8' => '0',
  31326. 'p9' => '0',
  31327. 'updated' => '0',
  31328. ))
  31329. ->values(array(
  31330. 'menu_name' => 'navigation',
  31331. 'mlid' => '258',
  31332. 'plid' => '183',
  31333. 'link_path' => 'admin/build/contact/delete/%',
  31334. 'router_path' => 'admin/build/contact/delete/%',
  31335. 'link_title' => 'Delete contact',
  31336. 'options' => 'a:0:{}',
  31337. 'module' => 'system',
  31338. 'hidden' => '-1',
  31339. 'external' => '0',
  31340. 'has_children' => '0',
  31341. 'expanded' => '0',
  31342. 'weight' => '0',
  31343. 'depth' => '4',
  31344. 'customized' => '0',
  31345. 'p1' => '144',
  31346. 'p2' => '166',
  31347. 'p3' => '183',
  31348. 'p4' => '258',
  31349. 'p5' => '0',
  31350. 'p6' => '0',
  31351. 'p7' => '0',
  31352. 'p8' => '0',
  31353. 'p9' => '0',
  31354. 'updated' => '0',
  31355. ))
  31356. ->values(array(
  31357. 'menu_name' => 'navigation',
  31358. 'mlid' => '259',
  31359. 'plid' => '186',
  31360. 'link_path' => 'admin/settings/date-time/delete/%',
  31361. 'router_path' => 'admin/settings/date-time/delete/%',
  31362. 'link_title' => 'Delete date format type',
  31363. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:52:"Allow users to delete a configured date format type.";}}',
  31364. 'module' => 'system',
  31365. 'hidden' => '-1',
  31366. 'external' => '0',
  31367. 'has_children' => '0',
  31368. 'expanded' => '0',
  31369. 'weight' => '0',
  31370. 'depth' => '4',
  31371. 'customized' => '0',
  31372. 'p1' => '144',
  31373. 'p2' => '167',
  31374. 'p3' => '186',
  31375. 'p4' => '259',
  31376. 'p5' => '0',
  31377. 'p6' => '0',
  31378. 'p7' => '0',
  31379. 'p8' => '0',
  31380. 'p9' => '0',
  31381. 'updated' => '0',
  31382. ))
  31383. ->values(array(
  31384. 'menu_name' => 'navigation',
  31385. 'mlid' => '260',
  31386. 'plid' => '0',
  31387. 'link_path' => 'admin/build/menu-customize/%/delete',
  31388. 'router_path' => 'admin/build/menu-customize/%/delete',
  31389. 'link_title' => 'Delete menu',
  31390. 'options' => 'a:0:{}',
  31391. 'module' => 'system',
  31392. 'hidden' => '-1',
  31393. 'external' => '0',
  31394. 'has_children' => '0',
  31395. 'expanded' => '0',
  31396. 'weight' => '0',
  31397. 'depth' => '1',
  31398. 'customized' => '0',
  31399. 'p1' => '260',
  31400. 'p2' => '0',
  31401. 'p3' => '0',
  31402. 'p4' => '0',
  31403. 'p5' => '0',
  31404. 'p6' => '0',
  31405. 'p7' => '0',
  31406. 'p8' => '0',
  31407. 'p9' => '0',
  31408. 'updated' => '0',
  31409. ))
  31410. ->values(array(
  31411. 'menu_name' => 'navigation',
  31412. 'mlid' => '261',
  31413. 'plid' => '183',
  31414. 'link_path' => 'admin/build/contact/edit/%',
  31415. 'router_path' => 'admin/build/contact/edit/%',
  31416. 'link_title' => 'Edit contact category',
  31417. 'options' => 'a:0:{}',
  31418. 'module' => 'system',
  31419. 'hidden' => '-1',
  31420. 'external' => '0',
  31421. 'has_children' => '0',
  31422. 'expanded' => '0',
  31423. 'weight' => '0',
  31424. 'depth' => '4',
  31425. 'customized' => '0',
  31426. 'p1' => '144',
  31427. 'p2' => '166',
  31428. 'p3' => '183',
  31429. 'p4' => '261',
  31430. 'p5' => '0',
  31431. 'p6' => '0',
  31432. 'p7' => '0',
  31433. 'p8' => '0',
  31434. 'p9' => '0',
  31435. 'updated' => '0',
  31436. ))
  31437. ->values(array(
  31438. 'menu_name' => 'navigation',
  31439. 'mlid' => '262',
  31440. 'plid' => '214',
  31441. 'link_path' => 'admin/content/taxonomy/edit/term',
  31442. 'router_path' => 'admin/content/taxonomy/edit/term',
  31443. 'link_title' => 'Edit term',
  31444. 'options' => 'a:0:{}',
  31445. 'module' => 'system',
  31446. 'hidden' => '-1',
  31447. 'external' => '0',
  31448. 'has_children' => '0',
  31449. 'expanded' => '0',
  31450. 'weight' => '0',
  31451. 'depth' => '4',
  31452. 'customized' => '0',
  31453. 'p1' => '144',
  31454. 'p2' => '157',
  31455. 'p3' => '214',
  31456. 'p4' => '262',
  31457. 'p5' => '0',
  31458. 'p6' => '0',
  31459. 'p7' => '0',
  31460. 'p8' => '0',
  31461. 'p9' => '0',
  31462. 'updated' => '0',
  31463. ))
  31464. ->values(array(
  31465. 'menu_name' => 'navigation',
  31466. 'mlid' => '263',
  31467. 'plid' => '179',
  31468. 'link_path' => 'admin/build/block/list/js',
  31469. 'router_path' => 'admin/build/block/list/js',
  31470. 'link_title' => 'JavaScript List Form',
  31471. 'options' => 'a:0:{}',
  31472. 'module' => 'system',
  31473. 'hidden' => '-1',
  31474. 'external' => '0',
  31475. 'has_children' => '0',
  31476. 'expanded' => '0',
  31477. 'weight' => '0',
  31478. 'depth' => '4',
  31479. 'customized' => '0',
  31480. 'p1' => '144',
  31481. 'p2' => '166',
  31482. 'p3' => '179',
  31483. 'p4' => '263',
  31484. 'p5' => '0',
  31485. 'p6' => '0',
  31486. 'p7' => '0',
  31487. 'p8' => '0',
  31488. 'p9' => '0',
  31489. 'updated' => '0',
  31490. ))
  31491. ->values(array(
  31492. 'menu_name' => 'navigation',
  31493. 'mlid' => '264',
  31494. 'plid' => '202',
  31495. 'link_path' => 'admin/build/modules/list/confirm',
  31496. 'router_path' => 'admin/build/modules/list/confirm',
  31497. 'link_title' => 'List',
  31498. 'options' => 'a:0:{}',
  31499. 'module' => 'system',
  31500. 'hidden' => '-1',
  31501. 'external' => '0',
  31502. 'has_children' => '0',
  31503. 'expanded' => '0',
  31504. 'weight' => '0',
  31505. 'depth' => '4',
  31506. 'customized' => '0',
  31507. 'p1' => '144',
  31508. 'p2' => '166',
  31509. 'p3' => '202',
  31510. 'p4' => '264',
  31511. 'p5' => '0',
  31512. 'p6' => '0',
  31513. 'p7' => '0',
  31514. 'p8' => '0',
  31515. 'p9' => '0',
  31516. 'updated' => '0',
  31517. ))
  31518. ->values(array(
  31519. 'menu_name' => 'navigation',
  31520. 'mlid' => '266',
  31521. 'plid' => '0',
  31522. 'link_path' => 'user/reset/%/%/%',
  31523. 'router_path' => 'user/reset/%/%/%',
  31524. 'link_title' => 'Reset password',
  31525. 'options' => 'a:0:{}',
  31526. 'module' => 'system',
  31527. 'hidden' => '-1',
  31528. 'external' => '0',
  31529. 'has_children' => '0',
  31530. 'expanded' => '0',
  31531. 'weight' => '0',
  31532. 'depth' => '1',
  31533. 'customized' => '0',
  31534. 'p1' => '266',
  31535. 'p2' => '0',
  31536. 'p3' => '0',
  31537. 'p4' => '0',
  31538. 'p5' => '0',
  31539. 'p6' => '0',
  31540. 'p7' => '0',
  31541. 'p8' => '0',
  31542. 'p9' => '0',
  31543. 'updated' => '0',
  31544. ))
  31545. ->values(array(
  31546. 'menu_name' => 'navigation',
  31547. 'mlid' => '267',
  31548. 'plid' => '202',
  31549. 'link_path' => 'admin/build/modules/uninstall/confirm',
  31550. 'router_path' => 'admin/build/modules/uninstall/confirm',
  31551. 'link_title' => 'Uninstall',
  31552. 'options' => 'a:0:{}',
  31553. 'module' => 'system',
  31554. 'hidden' => '-1',
  31555. 'external' => '0',
  31556. 'has_children' => '0',
  31557. 'expanded' => '0',
  31558. 'weight' => '0',
  31559. 'depth' => '4',
  31560. 'customized' => '0',
  31561. 'p1' => '144',
  31562. 'p2' => '166',
  31563. 'p3' => '202',
  31564. 'p4' => '267',
  31565. 'p5' => '0',
  31566. 'p6' => '0',
  31567. 'p7' => '0',
  31568. 'p8' => '0',
  31569. 'p9' => '0',
  31570. 'updated' => '0',
  31571. ))
  31572. ->values(array(
  31573. 'menu_name' => 'navigation',
  31574. 'mlid' => '269',
  31575. 'plid' => '0',
  31576. 'link_path' => 'node/%/revisions/%/delete',
  31577. 'router_path' => 'node/%/revisions/%/delete',
  31578. 'link_title' => 'Delete earlier revision',
  31579. 'options' => 'a:0:{}',
  31580. 'module' => 'system',
  31581. 'hidden' => '-1',
  31582. 'external' => '0',
  31583. 'has_children' => '0',
  31584. 'expanded' => '0',
  31585. 'weight' => '0',
  31586. 'depth' => '1',
  31587. 'customized' => '0',
  31588. 'p1' => '269',
  31589. 'p2' => '0',
  31590. 'p3' => '0',
  31591. 'p4' => '0',
  31592. 'p5' => '0',
  31593. 'p6' => '0',
  31594. 'p7' => '0',
  31595. 'p8' => '0',
  31596. 'p9' => '0',
  31597. 'updated' => '0',
  31598. ))
  31599. ->values(array(
  31600. 'menu_name' => 'navigation',
  31601. 'mlid' => '270',
  31602. 'plid' => '0',
  31603. 'link_path' => 'node/%/revisions/%/revert',
  31604. 'router_path' => 'node/%/revisions/%/revert',
  31605. 'link_title' => 'Revert to earlier revision',
  31606. 'options' => 'a:0:{}',
  31607. 'module' => 'system',
  31608. 'hidden' => '-1',
  31609. 'external' => '0',
  31610. 'has_children' => '0',
  31611. 'expanded' => '0',
  31612. 'weight' => '0',
  31613. 'depth' => '1',
  31614. 'customized' => '0',
  31615. 'p1' => '270',
  31616. 'p2' => '0',
  31617. 'p3' => '0',
  31618. 'p4' => '0',
  31619. 'p5' => '0',
  31620. 'p6' => '0',
  31621. 'p7' => '0',
  31622. 'p8' => '0',
  31623. 'p9' => '0',
  31624. 'updated' => '0',
  31625. ))
  31626. ->values(array(
  31627. 'menu_name' => 'navigation',
  31628. 'mlid' => '271',
  31629. 'plid' => '0',
  31630. 'link_path' => 'node/%/revisions/%/view',
  31631. 'router_path' => 'node/%/revisions/%/view',
  31632. 'link_title' => 'Revisions',
  31633. 'options' => 'a:0:{}',
  31634. 'module' => 'system',
  31635. 'hidden' => '-1',
  31636. 'external' => '0',
  31637. 'has_children' => '0',
  31638. 'expanded' => '0',
  31639. 'weight' => '0',
  31640. 'depth' => '1',
  31641. 'customized' => '0',
  31642. 'p1' => '271',
  31643. 'p2' => '0',
  31644. 'p3' => '0',
  31645. 'p4' => '0',
  31646. 'p5' => '0',
  31647. 'p6' => '0',
  31648. 'p7' => '0',
  31649. 'p8' => '0',
  31650. 'p9' => '0',
  31651. 'updated' => '0',
  31652. ))
  31653. ->values(array(
  31654. 'menu_name' => 'navigation',
  31655. 'mlid' => '272',
  31656. 'plid' => '186',
  31657. 'link_path' => 'admin/settings/date-time/formats/delete/%',
  31658. 'router_path' => 'admin/settings/date-time/formats/delete/%',
  31659. 'link_title' => 'Delete date format',
  31660. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:47:"Allow users to delete a configured date format.";}}',
  31661. 'module' => 'system',
  31662. 'hidden' => '-1',
  31663. 'external' => '0',
  31664. 'has_children' => '0',
  31665. 'expanded' => '0',
  31666. 'weight' => '0',
  31667. 'depth' => '4',
  31668. 'customized' => '0',
  31669. 'p1' => '144',
  31670. 'p2' => '167',
  31671. 'p3' => '186',
  31672. 'p4' => '272',
  31673. 'p5' => '0',
  31674. 'p6' => '0',
  31675. 'p7' => '0',
  31676. 'p8' => '0',
  31677. 'p9' => '0',
  31678. 'updated' => '0',
  31679. ))
  31680. ->values(array(
  31681. 'menu_name' => 'navigation',
  31682. 'mlid' => '273',
  31683. 'plid' => '197',
  31684. 'link_path' => 'admin/build/menu/item/%/delete',
  31685. 'router_path' => 'admin/build/menu/item/%/delete',
  31686. 'link_title' => 'Delete menu item',
  31687. 'options' => 'a:0:{}',
  31688. 'module' => 'system',
  31689. 'hidden' => '-1',
  31690. 'external' => '0',
  31691. 'has_children' => '0',
  31692. 'expanded' => '0',
  31693. 'weight' => '0',
  31694. 'depth' => '4',
  31695. 'customized' => '0',
  31696. 'p1' => '144',
  31697. 'p2' => '166',
  31698. 'p3' => '197',
  31699. 'p4' => '273',
  31700. 'p5' => '0',
  31701. 'p6' => '0',
  31702. 'p7' => '0',
  31703. 'p8' => '0',
  31704. 'p9' => '0',
  31705. 'updated' => '0',
  31706. ))
  31707. ->values(array(
  31708. 'menu_name' => 'navigation',
  31709. 'mlid' => '276',
  31710. 'plid' => '197',
  31711. 'link_path' => 'admin/build/menu/item/%/edit',
  31712. 'router_path' => 'admin/build/menu/item/%/edit',
  31713. 'link_title' => 'Edit menu item',
  31714. 'options' => 'a:0:{}',
  31715. 'module' => 'system',
  31716. 'hidden' => '-1',
  31717. 'external' => '0',
  31718. 'has_children' => '0',
  31719. 'expanded' => '0',
  31720. 'weight' => '0',
  31721. 'depth' => '4',
  31722. 'customized' => '0',
  31723. 'p1' => '144',
  31724. 'p2' => '166',
  31725. 'p3' => '197',
  31726. 'p4' => '276',
  31727. 'p5' => '0',
  31728. 'p6' => '0',
  31729. 'p7' => '0',
  31730. 'p8' => '0',
  31731. 'p9' => '0',
  31732. 'updated' => '0',
  31733. ))
  31734. ->values(array(
  31735. 'menu_name' => 'navigation',
  31736. 'mlid' => '277',
  31737. 'plid' => '214',
  31738. 'link_path' => 'admin/content/taxonomy/edit/vocabulary/%',
  31739. 'router_path' => 'admin/content/taxonomy/edit/vocabulary/%',
  31740. 'link_title' => 'Edit vocabulary',
  31741. 'options' => 'a:0:{}',
  31742. 'module' => 'system',
  31743. 'hidden' => '-1',
  31744. 'external' => '0',
  31745. 'has_children' => '0',
  31746. 'expanded' => '0',
  31747. 'weight' => '0',
  31748. 'depth' => '4',
  31749. 'customized' => '0',
  31750. 'p1' => '144',
  31751. 'p2' => '157',
  31752. 'p3' => '214',
  31753. 'p4' => '277',
  31754. 'p5' => '0',
  31755. 'p6' => '0',
  31756. 'p7' => '0',
  31757. 'p8' => '0',
  31758. 'p9' => '0',
  31759. 'updated' => '0',
  31760. ))
  31761. ->values(array(
  31762. 'menu_name' => 'navigation',
  31763. 'mlid' => '278',
  31764. 'plid' => '197',
  31765. 'link_path' => 'admin/build/menu/item/%/reset',
  31766. 'router_path' => 'admin/build/menu/item/%/reset',
  31767. 'link_title' => 'Reset menu item',
  31768. 'options' => 'a:0:{}',
  31769. 'module' => 'system',
  31770. 'hidden' => '-1',
  31771. 'external' => '0',
  31772. 'has_children' => '0',
  31773. 'expanded' => '0',
  31774. 'weight' => '0',
  31775. 'depth' => '4',
  31776. 'customized' => '0',
  31777. 'p1' => '144',
  31778. 'p2' => '166',
  31779. 'p3' => '197',
  31780. 'p4' => '278',
  31781. 'p5' => '0',
  31782. 'p6' => '0',
  31783. 'p7' => '0',
  31784. 'p8' => '0',
  31785. 'p9' => '0',
  31786. 'updated' => '0',
  31787. ))
  31788. ->values(array(
  31789. 'menu_name' => 'navigation',
  31790. 'mlid' => '299',
  31791. 'plid' => '0',
  31792. 'link_path' => 'event',
  31793. 'router_path' => 'event',
  31794. 'link_title' => 'Events',
  31795. 'options' => 'a:0:{}',
  31796. 'module' => 'system',
  31797. 'hidden' => '1',
  31798. 'external' => '0',
  31799. 'has_children' => '0',
  31800. 'expanded' => '0',
  31801. 'weight' => '0',
  31802. 'depth' => '1',
  31803. 'customized' => '0',
  31804. 'p1' => '299',
  31805. 'p2' => '0',
  31806. 'p3' => '0',
  31807. 'p4' => '0',
  31808. 'p5' => '0',
  31809. 'p6' => '0',
  31810. 'p7' => '0',
  31811. 'p8' => '0',
  31812. 'p9' => '0',
  31813. 'updated' => '0',
  31814. ))
  31815. ->values(array(
  31816. 'menu_name' => 'navigation',
  31817. 'mlid' => '300',
  31818. 'plid' => '299',
  31819. 'link_path' => 'event/dst',
  31820. 'router_path' => 'event/dst',
  31821. 'link_title' => 'Event dst view',
  31822. 'options' => 'a:0:{}',
  31823. 'module' => 'system',
  31824. 'hidden' => '-1',
  31825. 'external' => '0',
  31826. 'has_children' => '0',
  31827. 'expanded' => '0',
  31828. 'weight' => '0',
  31829. 'depth' => '2',
  31830. 'customized' => '0',
  31831. 'p1' => '299',
  31832. 'p2' => '300',
  31833. 'p3' => '0',
  31834. 'p4' => '0',
  31835. 'p5' => '0',
  31836. 'p6' => '0',
  31837. 'p7' => '0',
  31838. 'p8' => '0',
  31839. 'p9' => '0',
  31840. 'updated' => '0',
  31841. ))
  31842. ->values(array(
  31843. 'menu_name' => 'navigation',
  31844. 'mlid' => '301',
  31845. 'plid' => '299',
  31846. 'link_path' => 'event/ical',
  31847. 'router_path' => 'event/ical',
  31848. 'link_title' => 'Event ical feed',
  31849. 'options' => 'a:0:{}',
  31850. 'module' => 'system',
  31851. 'hidden' => '-1',
  31852. 'external' => '0',
  31853. 'has_children' => '0',
  31854. 'expanded' => '0',
  31855. 'weight' => '0',
  31856. 'depth' => '2',
  31857. 'customized' => '0',
  31858. 'p1' => '299',
  31859. 'p2' => '301',
  31860. 'p3' => '0',
  31861. 'p4' => '0',
  31862. 'p5' => '0',
  31863. 'p6' => '0',
  31864. 'p7' => '0',
  31865. 'p8' => '0',
  31866. 'p9' => '0',
  31867. 'updated' => '0',
  31868. ))
  31869. ->values(array(
  31870. 'menu_name' => 'navigation',
  31871. 'mlid' => '302',
  31872. 'plid' => '299',
  31873. 'link_path' => 'event/feed',
  31874. 'router_path' => 'event/feed',
  31875. 'link_title' => 'Event rss feed',
  31876. 'options' => 'a:0:{}',
  31877. 'module' => 'system',
  31878. 'hidden' => '-1',
  31879. 'external' => '0',
  31880. 'has_children' => '0',
  31881. 'expanded' => '0',
  31882. 'weight' => '0',
  31883. 'depth' => '2',
  31884. 'customized' => '0',
  31885. 'p1' => '299',
  31886. 'p2' => '302',
  31887. 'p3' => '0',
  31888. 'p4' => '0',
  31889. 'p5' => '0',
  31890. 'p6' => '0',
  31891. 'p7' => '0',
  31892. 'p8' => '0',
  31893. 'p9' => '0',
  31894. 'updated' => '0',
  31895. ))
  31896. ->values(array(
  31897. 'menu_name' => 'navigation',
  31898. 'mlid' => '303',
  31899. 'plid' => '299',
  31900. 'link_path' => 'event/type',
  31901. 'router_path' => 'event/type',
  31902. 'link_title' => 'Filter by content type',
  31903. 'options' => 'a:0:{}',
  31904. 'module' => 'system',
  31905. 'hidden' => '-1',
  31906. 'external' => '0',
  31907. 'has_children' => '0',
  31908. 'expanded' => '0',
  31909. 'weight' => '0',
  31910. 'depth' => '2',
  31911. 'customized' => '0',
  31912. 'p1' => '299',
  31913. 'p2' => '303',
  31914. 'p3' => '0',
  31915. 'p4' => '0',
  31916. 'p5' => '0',
  31917. 'p6' => '0',
  31918. 'p7' => '0',
  31919. 'p8' => '0',
  31920. 'p9' => '0',
  31921. 'updated' => '0',
  31922. ))
  31923. ->values(array(
  31924. 'menu_name' => 'navigation',
  31925. 'mlid' => '304',
  31926. 'plid' => '299',
  31927. 'link_path' => 'event/term',
  31928. 'router_path' => 'event/term',
  31929. 'link_title' => 'Filter by taxonomy',
  31930. 'options' => 'a:0:{}',
  31931. 'module' => 'system',
  31932. 'hidden' => '-1',
  31933. 'external' => '0',
  31934. 'has_children' => '0',
  31935. 'expanded' => '0',
  31936. 'weight' => '0',
  31937. 'depth' => '2',
  31938. 'customized' => '0',
  31939. 'p1' => '299',
  31940. 'p2' => '304',
  31941. 'p3' => '0',
  31942. 'p4' => '0',
  31943. 'p5' => '0',
  31944. 'p6' => '0',
  31945. 'p7' => '0',
  31946. 'p8' => '0',
  31947. 'p9' => '0',
  31948. 'updated' => '0',
  31949. ))
  31950. ->values(array(
  31951. 'menu_name' => 'navigation',
  31952. 'mlid' => '305',
  31953. 'plid' => '0',
  31954. 'link_path' => 'node/%/ical',
  31955. 'router_path' => 'node/%/ical',
  31956. 'link_title' => 'Event ical',
  31957. 'options' => 'a:0:{}',
  31958. 'module' => 'system',
  31959. 'hidden' => '-1',
  31960. 'external' => '0',
  31961. 'has_children' => '0',
  31962. 'expanded' => '0',
  31963. 'weight' => '0',
  31964. 'depth' => '1',
  31965. 'customized' => '0',
  31966. 'p1' => '305',
  31967. 'p2' => '0',
  31968. 'p3' => '0',
  31969. 'p4' => '0',
  31970. 'p5' => '0',
  31971. 'p6' => '0',
  31972. 'p7' => '0',
  31973. 'p8' => '0',
  31974. 'p9' => '0',
  31975. 'updated' => '0',
  31976. ))
  31977. ->values(array(
  31978. 'menu_name' => 'navigation',
  31979. 'mlid' => '306',
  31980. 'plid' => '167',
  31981. 'link_path' => 'admin/settings/event',
  31982. 'router_path' => 'admin/settings/event',
  31983. 'link_title' => 'Events',
  31984. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:36:"Set up how your site handles events.";}}',
  31985. 'module' => 'system',
  31986. 'hidden' => '0',
  31987. 'external' => '0',
  31988. 'has_children' => '1',
  31989. 'expanded' => '0',
  31990. 'weight' => '0',
  31991. 'depth' => '3',
  31992. 'customized' => '0',
  31993. 'p1' => '144',
  31994. 'p2' => '167',
  31995. 'p3' => '306',
  31996. 'p4' => '0',
  31997. 'p5' => '0',
  31998. 'p6' => '0',
  31999. 'p7' => '0',
  32000. 'p8' => '0',
  32001. 'p9' => '0',
  32002. 'updated' => '0',
  32003. ))
  32004. ->values(array(
  32005. 'menu_name' => 'navigation',
  32006. 'mlid' => '307',
  32007. 'plid' => '306',
  32008. 'link_path' => 'admin/settings/event/overview',
  32009. 'router_path' => 'admin/settings/event/overview',
  32010. 'link_title' => 'Event overview',
  32011. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:50:"Change how event summary information is displayed.";}}',
  32012. 'module' => 'system',
  32013. 'hidden' => '0',
  32014. 'external' => '0',
  32015. 'has_children' => '0',
  32016. 'expanded' => '0',
  32017. 'weight' => '0',
  32018. 'depth' => '4',
  32019. 'customized' => '0',
  32020. 'p1' => '144',
  32021. 'p2' => '167',
  32022. 'p3' => '306',
  32023. 'p4' => '307',
  32024. 'p5' => '0',
  32025. 'p6' => '0',
  32026. 'p7' => '0',
  32027. 'p8' => '0',
  32028. 'p9' => '0',
  32029. 'updated' => '0',
  32030. ))
  32031. ->values(array(
  32032. 'menu_name' => 'navigation',
  32033. 'mlid' => '308',
  32034. 'plid' => '306',
  32035. 'link_path' => 'admin/settings/event/timezone',
  32036. 'router_path' => 'admin/settings/event/timezone',
  32037. 'link_title' => 'Timezone handling',
  32038. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:55:"Change how timezone information is saved and displayed.";}}',
  32039. 'module' => 'system',
  32040. 'hidden' => '0',
  32041. 'external' => '0',
  32042. 'has_children' => '0',
  32043. 'expanded' => '0',
  32044. 'weight' => '0',
  32045. 'depth' => '4',
  32046. 'customized' => '0',
  32047. 'p1' => '144',
  32048. 'p2' => '167',
  32049. 'p3' => '306',
  32050. 'p4' => '308',
  32051. 'p5' => '0',
  32052. 'p6' => '0',
  32053. 'p7' => '0',
  32054. 'p8' => '0',
  32055. 'p9' => '0',
  32056. 'updated' => '0',
  32057. ))
  32058. ->values(array(
  32059. 'menu_name' => 'navigation',
  32060. 'mlid' => '309',
  32061. 'plid' => '158',
  32062. 'link_path' => 'node/add/story',
  32063. 'router_path' => 'node/add/story',
  32064. 'link_title' => 'Story',
  32065. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:392:\"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.\";}}",
  32066. 'module' => 'system',
  32067. 'hidden' => '0',
  32068. 'external' => '0',
  32069. 'has_children' => '0',
  32070. 'expanded' => '0',
  32071. 'weight' => '0',
  32072. 'depth' => '2',
  32073. 'customized' => '0',
  32074. 'p1' => '158',
  32075. 'p2' => '309',
  32076. 'p3' => '0',
  32077. 'p4' => '0',
  32078. 'p5' => '0',
  32079. 'p6' => '0',
  32080. 'p7' => '0',
  32081. 'p8' => '0',
  32082. 'p9' => '0',
  32083. 'updated' => '0',
  32084. ))
  32085. ->values(array(
  32086. 'menu_name' => 'navigation',
  32087. 'mlid' => '310',
  32088. 'plid' => '157',
  32089. 'link_path' => 'admin/content/node-type/story',
  32090. 'router_path' => 'admin/content/node-type/story',
  32091. 'link_title' => 'Story',
  32092. 'options' => 'a:0:{}',
  32093. 'module' => 'system',
  32094. 'hidden' => '-1',
  32095. 'external' => '0',
  32096. 'has_children' => '0',
  32097. 'expanded' => '0',
  32098. 'weight' => '0',
  32099. 'depth' => '3',
  32100. 'customized' => '0',
  32101. 'p1' => '144',
  32102. 'p2' => '157',
  32103. 'p3' => '310',
  32104. 'p4' => '0',
  32105. 'p5' => '0',
  32106. 'p6' => '0',
  32107. 'p7' => '0',
  32108. 'p8' => '0',
  32109. 'p9' => '0',
  32110. 'updated' => '0',
  32111. ))
  32112. ->values(array(
  32113. 'menu_name' => 'navigation',
  32114. 'mlid' => '311',
  32115. 'plid' => '0',
  32116. 'link_path' => 'admin/content/node-type/story/delete',
  32117. 'router_path' => 'admin/content/node-type/story/delete',
  32118. 'link_title' => 'Delete',
  32119. 'options' => 'a:0:{}',
  32120. 'module' => 'system',
  32121. 'hidden' => '-1',
  32122. 'external' => '0',
  32123. 'has_children' => '0',
  32124. 'expanded' => '0',
  32125. 'weight' => '0',
  32126. 'depth' => '1',
  32127. 'customized' => '0',
  32128. 'p1' => '311',
  32129. 'p2' => '0',
  32130. 'p3' => '0',
  32131. 'p4' => '0',
  32132. 'p5' => '0',
  32133. 'p6' => '0',
  32134. 'p7' => '0',
  32135. 'p8' => '0',
  32136. 'p9' => '0',
  32137. 'updated' => '0',
  32138. ))
  32139. ->values(array(
  32140. 'menu_name' => 'navigation',
  32141. 'mlid' => '328',
  32142. 'plid' => '0',
  32143. 'link_path' => 'filefield/progress',
  32144. 'router_path' => 'filefield/progress',
  32145. 'link_title' => '',
  32146. 'options' => 'a:0:{}',
  32147. 'module' => 'system',
  32148. 'hidden' => '-1',
  32149. 'external' => '0',
  32150. 'has_children' => '0',
  32151. 'expanded' => '0',
  32152. 'weight' => '0',
  32153. 'depth' => '1',
  32154. 'customized' => '0',
  32155. 'p1' => '328',
  32156. 'p2' => '0',
  32157. 'p3' => '0',
  32158. 'p4' => '0',
  32159. 'p5' => '0',
  32160. 'p6' => '0',
  32161. 'p7' => '0',
  32162. 'p8' => '0',
  32163. 'p9' => '0',
  32164. 'updated' => '0',
  32165. ))
  32166. ->values(array(
  32167. 'menu_name' => 'navigation',
  32168. 'mlid' => '329',
  32169. 'plid' => '0',
  32170. 'link_path' => 'filefield/ahah/%/%/%',
  32171. 'router_path' => 'filefield/ahah/%/%/%',
  32172. 'link_title' => '',
  32173. 'options' => 'a:0:{}',
  32174. 'module' => 'system',
  32175. 'hidden' => '-1',
  32176. 'external' => '0',
  32177. 'has_children' => '0',
  32178. 'expanded' => '0',
  32179. 'weight' => '0',
  32180. 'depth' => '1',
  32181. 'customized' => '0',
  32182. 'p1' => '329',
  32183. 'p2' => '0',
  32184. 'p3' => '0',
  32185. 'p4' => '0',
  32186. 'p5' => '0',
  32187. 'p6' => '0',
  32188. 'p7' => '0',
  32189. 'p8' => '0',
  32190. 'p9' => '0',
  32191. 'updated' => '0',
  32192. ))
  32193. ->values(array(
  32194. 'menu_name' => 'navigation',
  32195. 'mlid' => '333',
  32196. 'plid' => '167',
  32197. 'link_path' => 'admin/settings/email',
  32198. 'router_path' => 'admin/settings/email',
  32199. 'link_title' => 'CCK Email Contact Form Settings',
  32200. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:57:"Administer flood control settings for email contact forms";}}',
  32201. 'module' => 'system',
  32202. 'hidden' => '0',
  32203. 'external' => '0',
  32204. 'has_children' => '0',
  32205. 'expanded' => '0',
  32206. 'weight' => '0',
  32207. 'depth' => '3',
  32208. 'customized' => '0',
  32209. 'p1' => '144',
  32210. 'p2' => '167',
  32211. 'p3' => '333',
  32212. 'p4' => '0',
  32213. 'p5' => '0',
  32214. 'p6' => '0',
  32215. 'p7' => '0',
  32216. 'p8' => '0',
  32217. 'p9' => '0',
  32218. 'updated' => '0',
  32219. ))
  32220. ->values(array(
  32221. 'menu_name' => 'navigation',
  32222. 'mlid' => '334',
  32223. 'plid' => '0',
  32224. 'link_path' => 'email/%/%',
  32225. 'router_path' => 'email/%/%',
  32226. 'link_title' => 'Email Contact Form',
  32227. 'options' => 'a:0:{}',
  32228. 'module' => 'system',
  32229. 'hidden' => '-1',
  32230. 'external' => '0',
  32231. 'has_children' => '0',
  32232. 'expanded' => '0',
  32233. 'weight' => '0',
  32234. 'depth' => '1',
  32235. 'customized' => '0',
  32236. 'p1' => '334',
  32237. 'p2' => '0',
  32238. 'p3' => '0',
  32239. 'p4' => '0',
  32240. 'p5' => '0',
  32241. 'p6' => '0',
  32242. 'p7' => '0',
  32243. 'p8' => '0',
  32244. 'p9' => '0',
  32245. 'updated' => '0',
  32246. ))
  32247. ->values(array(
  32248. 'menu_name' => 'navigation',
  32249. 'mlid' => '350',
  32250. 'plid' => '0',
  32251. 'link_path' => 'aggregator',
  32252. 'router_path' => 'aggregator',
  32253. 'link_title' => 'Feed aggregator',
  32254. 'options' => 'a:0:{}',
  32255. 'module' => 'system',
  32256. 'hidden' => '0',
  32257. 'external' => '0',
  32258. 'has_children' => '1',
  32259. 'expanded' => '0',
  32260. 'weight' => '5',
  32261. 'depth' => '1',
  32262. 'customized' => '0',
  32263. 'p1' => '350',
  32264. 'p2' => '0',
  32265. 'p3' => '0',
  32266. 'p4' => '0',
  32267. 'p5' => '0',
  32268. 'p6' => '0',
  32269. 'p7' => '0',
  32270. 'p8' => '0',
  32271. 'p9' => '0',
  32272. 'updated' => '0',
  32273. ))
  32274. ->values(array(
  32275. 'menu_name' => 'navigation',
  32276. 'mlid' => '351',
  32277. 'plid' => '350',
  32278. 'link_path' => 'aggregator/categories',
  32279. 'router_path' => 'aggregator/categories',
  32280. 'link_title' => 'Categories',
  32281. 'options' => 'a:0:{}',
  32282. 'module' => 'system',
  32283. 'hidden' => '0',
  32284. 'external' => '0',
  32285. 'has_children' => '1',
  32286. 'expanded' => '0',
  32287. 'weight' => '0',
  32288. 'depth' => '2',
  32289. 'customized' => '0',
  32290. 'p1' => '350',
  32291. 'p2' => '351',
  32292. 'p3' => '0',
  32293. 'p4' => '0',
  32294. 'p5' => '0',
  32295. 'p6' => '0',
  32296. 'p7' => '0',
  32297. 'p8' => '0',
  32298. 'p9' => '0',
  32299. 'updated' => '0',
  32300. ))
  32301. ->values(array(
  32302. 'menu_name' => 'navigation',
  32303. 'mlid' => '352',
  32304. 'plid' => '350',
  32305. 'link_path' => 'aggregator/opml',
  32306. 'router_path' => 'aggregator/opml',
  32307. 'link_title' => 'OPML feed',
  32308. 'options' => 'a:0:{}',
  32309. 'module' => 'system',
  32310. 'hidden' => '-1',
  32311. 'external' => '0',
  32312. 'has_children' => '0',
  32313. 'expanded' => '0',
  32314. 'weight' => '0',
  32315. 'depth' => '2',
  32316. 'customized' => '0',
  32317. 'p1' => '350',
  32318. 'p2' => '352',
  32319. 'p3' => '0',
  32320. 'p4' => '0',
  32321. 'p5' => '0',
  32322. 'p6' => '0',
  32323. 'p7' => '0',
  32324. 'p8' => '0',
  32325. 'p9' => '0',
  32326. 'updated' => '0',
  32327. ))
  32328. ->values(array(
  32329. 'menu_name' => 'navigation',
  32330. 'mlid' => '353',
  32331. 'plid' => '350',
  32332. 'link_path' => 'aggregator/rss',
  32333. 'router_path' => 'aggregator/rss',
  32334. 'link_title' => 'RSS feed',
  32335. 'options' => 'a:0:{}',
  32336. 'module' => 'system',
  32337. 'hidden' => '-1',
  32338. 'external' => '0',
  32339. 'has_children' => '0',
  32340. 'expanded' => '0',
  32341. 'weight' => '0',
  32342. 'depth' => '2',
  32343. 'customized' => '0',
  32344. 'p1' => '350',
  32345. 'p2' => '353',
  32346. 'p3' => '0',
  32347. 'p4' => '0',
  32348. 'p5' => '0',
  32349. 'p6' => '0',
  32350. 'p7' => '0',
  32351. 'p8' => '0',
  32352. 'p9' => '0',
  32353. 'updated' => '0',
  32354. ))
  32355. ->values(array(
  32356. 'menu_name' => 'navigation',
  32357. 'mlid' => '354',
  32358. 'plid' => '350',
  32359. 'link_path' => 'aggregator/sources',
  32360. 'router_path' => 'aggregator/sources',
  32361. 'link_title' => 'Sources',
  32362. 'options' => 'a:0:{}',
  32363. 'module' => 'system',
  32364. 'hidden' => '0',
  32365. 'external' => '0',
  32366. 'has_children' => '0',
  32367. 'expanded' => '0',
  32368. 'weight' => '0',
  32369. 'depth' => '2',
  32370. 'customized' => '0',
  32371. 'p1' => '350',
  32372. 'p2' => '354',
  32373. 'p3' => '0',
  32374. 'p4' => '0',
  32375. 'p5' => '0',
  32376. 'p6' => '0',
  32377. 'p7' => '0',
  32378. 'p8' => '0',
  32379. 'p9' => '0',
  32380. 'updated' => '0',
  32381. ))
  32382. ->values(array(
  32383. 'menu_name' => 'navigation',
  32384. 'mlid' => '355',
  32385. 'plid' => '351',
  32386. 'link_path' => 'aggregator/categories/%',
  32387. 'router_path' => 'aggregator/categories/%',
  32388. 'link_title' => '',
  32389. 'options' => 'a:0:{}',
  32390. 'module' => 'system',
  32391. 'hidden' => '0',
  32392. 'external' => '0',
  32393. 'has_children' => '0',
  32394. 'expanded' => '0',
  32395. 'weight' => '0',
  32396. 'depth' => '3',
  32397. 'customized' => '0',
  32398. 'p1' => '350',
  32399. 'p2' => '351',
  32400. 'p3' => '355',
  32401. 'p4' => '0',
  32402. 'p5' => '0',
  32403. 'p6' => '0',
  32404. 'p7' => '0',
  32405. 'p8' => '0',
  32406. 'p9' => '0',
  32407. 'updated' => '0',
  32408. ))
  32409. ->values(array(
  32410. 'menu_name' => 'navigation',
  32411. 'mlid' => '356',
  32412. 'plid' => '354',
  32413. 'link_path' => 'aggregator/sources/%',
  32414. 'router_path' => 'aggregator/sources/%',
  32415. 'link_title' => '',
  32416. 'options' => 'a:0:{}',
  32417. 'module' => 'system',
  32418. 'hidden' => '-1',
  32419. 'external' => '0',
  32420. 'has_children' => '0',
  32421. 'expanded' => '0',
  32422. 'weight' => '0',
  32423. 'depth' => '3',
  32424. 'customized' => '0',
  32425. 'p1' => '350',
  32426. 'p2' => '354',
  32427. 'p3' => '356',
  32428. 'p4' => '0',
  32429. 'p5' => '0',
  32430. 'p6' => '0',
  32431. 'p7' => '0',
  32432. 'p8' => '0',
  32433. 'p9' => '0',
  32434. 'updated' => '0',
  32435. ))
  32436. ->values(array(
  32437. 'menu_name' => 'navigation',
  32438. 'mlid' => '357',
  32439. 'plid' => '157',
  32440. 'link_path' => 'admin/content/aggregator',
  32441. 'router_path' => 'admin/content/aggregator',
  32442. 'link_title' => 'Feed aggregator',
  32443. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:116:\"Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized.\";}}",
  32444. 'module' => 'system',
  32445. 'hidden' => '0',
  32446. 'external' => '0',
  32447. 'has_children' => '0',
  32448. 'expanded' => '0',
  32449. 'weight' => '0',
  32450. 'depth' => '3',
  32451. 'customized' => '0',
  32452. 'p1' => '144',
  32453. 'p2' => '157',
  32454. 'p3' => '357',
  32455. 'p4' => '0',
  32456. 'p5' => '0',
  32457. 'p6' => '0',
  32458. 'p7' => '0',
  32459. 'p8' => '0',
  32460. 'p9' => '0',
  32461. 'updated' => '0',
  32462. ))
  32463. ->values(array(
  32464. 'menu_name' => 'navigation',
  32465. 'mlid' => '358',
  32466. 'plid' => '357',
  32467. 'link_path' => 'admin/content/aggregator/remove/%',
  32468. 'router_path' => 'admin/content/aggregator/remove/%',
  32469. 'link_title' => 'Remove items',
  32470. 'options' => 'a:0:{}',
  32471. 'module' => 'system',
  32472. 'hidden' => '-1',
  32473. 'external' => '0',
  32474. 'has_children' => '0',
  32475. 'expanded' => '0',
  32476. 'weight' => '0',
  32477. 'depth' => '4',
  32478. 'customized' => '0',
  32479. 'p1' => '144',
  32480. 'p2' => '157',
  32481. 'p3' => '357',
  32482. 'p4' => '358',
  32483. 'p5' => '0',
  32484. 'p6' => '0',
  32485. 'p7' => '0',
  32486. 'p8' => '0',
  32487. 'p9' => '0',
  32488. 'updated' => '0',
  32489. ))
  32490. ->values(array(
  32491. 'menu_name' => 'navigation',
  32492. 'mlid' => '359',
  32493. 'plid' => '357',
  32494. 'link_path' => 'admin/content/aggregator/update/%',
  32495. 'router_path' => 'admin/content/aggregator/update/%',
  32496. 'link_title' => 'Update items',
  32497. 'options' => 'a:0:{}',
  32498. 'module' => 'system',
  32499. 'hidden' => '-1',
  32500. 'external' => '0',
  32501. 'has_children' => '0',
  32502. 'expanded' => '0',
  32503. 'weight' => '0',
  32504. 'depth' => '4',
  32505. 'customized' => '0',
  32506. 'p1' => '144',
  32507. 'p2' => '157',
  32508. 'p3' => '357',
  32509. 'p4' => '359',
  32510. 'p5' => '0',
  32511. 'p6' => '0',
  32512. 'p7' => '0',
  32513. 'p8' => '0',
  32514. 'p9' => '0',
  32515. 'updated' => '0',
  32516. ))
  32517. ->values(array(
  32518. 'menu_name' => 'navigation',
  32519. 'mlid' => '360',
  32520. 'plid' => '357',
  32521. 'link_path' => 'admin/content/aggregator/edit/category/%',
  32522. 'router_path' => 'admin/content/aggregator/edit/category/%',
  32523. 'link_title' => 'Edit category',
  32524. 'options' => 'a:0:{}',
  32525. 'module' => 'system',
  32526. 'hidden' => '-1',
  32527. 'external' => '0',
  32528. 'has_children' => '0',
  32529. 'expanded' => '0',
  32530. 'weight' => '0',
  32531. 'depth' => '4',
  32532. 'customized' => '0',
  32533. 'p1' => '144',
  32534. 'p2' => '157',
  32535. 'p3' => '357',
  32536. 'p4' => '360',
  32537. 'p5' => '0',
  32538. 'p6' => '0',
  32539. 'p7' => '0',
  32540. 'p8' => '0',
  32541. 'p9' => '0',
  32542. 'updated' => '0',
  32543. ))
  32544. ->values(array(
  32545. 'menu_name' => 'navigation',
  32546. 'mlid' => '361',
  32547. 'plid' => '357',
  32548. 'link_path' => 'admin/content/aggregator/edit/feed/%',
  32549. 'router_path' => 'admin/content/aggregator/edit/feed/%',
  32550. 'link_title' => 'Edit feed',
  32551. 'options' => 'a:0:{}',
  32552. 'module' => 'system',
  32553. 'hidden' => '-1',
  32554. 'external' => '0',
  32555. 'has_children' => '0',
  32556. 'expanded' => '0',
  32557. 'weight' => '0',
  32558. 'depth' => '4',
  32559. 'customized' => '0',
  32560. 'p1' => '144',
  32561. 'p2' => '157',
  32562. 'p3' => '357',
  32563. 'p4' => '361',
  32564. 'p5' => '0',
  32565. 'p6' => '0',
  32566. 'p7' => '0',
  32567. 'p8' => '0',
  32568. 'p9' => '0',
  32569. 'updated' => '0',
  32570. ))
  32571. ->values(array(
  32572. 'menu_name' => 'navigation',
  32573. 'mlid' => '363',
  32574. 'plid' => '0',
  32575. 'link_path' => 'book',
  32576. 'router_path' => 'book',
  32577. 'link_title' => 'Books',
  32578. 'options' => 'a:0:{}',
  32579. 'module' => 'system',
  32580. 'hidden' => '1',
  32581. 'external' => '0',
  32582. 'has_children' => '0',
  32583. 'expanded' => '0',
  32584. 'weight' => '0',
  32585. 'depth' => '1',
  32586. 'customized' => '0',
  32587. 'p1' => '363',
  32588. 'p2' => '0',
  32589. 'p3' => '0',
  32590. 'p4' => '0',
  32591. 'p5' => '0',
  32592. 'p6' => '0',
  32593. 'p7' => '0',
  32594. 'p8' => '0',
  32595. 'p9' => '0',
  32596. 'updated' => '0',
  32597. ))
  32598. ->values(array(
  32599. 'menu_name' => 'navigation',
  32600. 'mlid' => '364',
  32601. 'plid' => '363',
  32602. 'link_path' => 'book/js/form',
  32603. 'router_path' => 'book/js/form',
  32604. 'link_title' => '',
  32605. 'options' => 'a:0:{}',
  32606. 'module' => 'system',
  32607. 'hidden' => '-1',
  32608. 'external' => '0',
  32609. 'has_children' => '0',
  32610. 'expanded' => '0',
  32611. 'weight' => '0',
  32612. 'depth' => '2',
  32613. 'customized' => '0',
  32614. 'p1' => '363',
  32615. 'p2' => '364',
  32616. 'p3' => '0',
  32617. 'p4' => '0',
  32618. 'p5' => '0',
  32619. 'p6' => '0',
  32620. 'p7' => '0',
  32621. 'p8' => '0',
  32622. 'p9' => '0',
  32623. 'updated' => '0',
  32624. ))
  32625. ->values(array(
  32626. 'menu_name' => 'navigation',
  32627. 'mlid' => '366',
  32628. 'plid' => '157',
  32629. 'link_path' => 'admin/content/book',
  32630. 'router_path' => 'admin/content/book',
  32631. 'link_title' => 'Books',
  32632. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:33:\"Manage your site's book outlines.\";}}",
  32633. 'module' => 'system',
  32634. 'hidden' => '0',
  32635. 'external' => '0',
  32636. 'has_children' => '0',
  32637. 'expanded' => '0',
  32638. 'weight' => '0',
  32639. 'depth' => '3',
  32640. 'customized' => '0',
  32641. 'p1' => '144',
  32642. 'p2' => '157',
  32643. 'p3' => '366',
  32644. 'p4' => '0',
  32645. 'p5' => '0',
  32646. 'p6' => '0',
  32647. 'p7' => '0',
  32648. 'p8' => '0',
  32649. 'p9' => '0',
  32650. 'updated' => '0',
  32651. ))
  32652. ->values(array(
  32653. 'menu_name' => 'navigation',
  32654. 'mlid' => '367',
  32655. 'plid' => '363',
  32656. 'link_path' => 'book/export/%/%',
  32657. 'router_path' => 'book/export/%/%',
  32658. 'link_title' => '',
  32659. 'options' => 'a:0:{}',
  32660. 'module' => 'system',
  32661. 'hidden' => '-1',
  32662. 'external' => '0',
  32663. 'has_children' => '0',
  32664. 'expanded' => '0',
  32665. 'weight' => '0',
  32666. 'depth' => '2',
  32667. 'customized' => '0',
  32668. 'p1' => '363',
  32669. 'p2' => '367',
  32670. 'p3' => '0',
  32671. 'p4' => '0',
  32672. 'p5' => '0',
  32673. 'p6' => '0',
  32674. 'p7' => '0',
  32675. 'p8' => '0',
  32676. 'p9' => '0',
  32677. 'updated' => '0',
  32678. ))
  32679. ->values(array(
  32680. 'menu_name' => 'navigation',
  32681. 'mlid' => '369',
  32682. 'plid' => '366',
  32683. 'link_path' => 'admin/content/book/%',
  32684. 'router_path' => 'admin/content/book/%',
  32685. 'link_title' => 'Re-order book pages and change titles',
  32686. 'options' => 'a:0:{}',
  32687. 'module' => 'system',
  32688. 'hidden' => '-1',
  32689. 'external' => '0',
  32690. 'has_children' => '0',
  32691. 'expanded' => '0',
  32692. 'weight' => '0',
  32693. 'depth' => '4',
  32694. 'customized' => '0',
  32695. 'p1' => '144',
  32696. 'p2' => '157',
  32697. 'p3' => '366',
  32698. 'p4' => '369',
  32699. 'p5' => '0',
  32700. 'p6' => '0',
  32701. 'p7' => '0',
  32702. 'p8' => '0',
  32703. 'p9' => '0',
  32704. 'updated' => '0',
  32705. ))
  32706. ->values(array(
  32707. 'menu_name' => 'navigation',
  32708. 'mlid' => '370',
  32709. 'plid' => '0',
  32710. 'link_path' => 'node/%/outline/remove',
  32711. 'router_path' => 'node/%/outline/remove',
  32712. 'link_title' => 'Remove from outline',
  32713. 'options' => 'a:0:{}',
  32714. 'module' => 'system',
  32715. 'hidden' => '-1',
  32716. 'external' => '0',
  32717. 'has_children' => '0',
  32718. 'expanded' => '0',
  32719. 'weight' => '0',
  32720. 'depth' => '1',
  32721. 'customized' => '0',
  32722. 'p1' => '370',
  32723. 'p2' => '0',
  32724. 'p3' => '0',
  32725. 'p4' => '0',
  32726. 'p5' => '0',
  32727. 'p6' => '0',
  32728. 'p7' => '0',
  32729. 'p8' => '0',
  32730. 'p9' => '0',
  32731. 'updated' => '0',
  32732. ))
  32733. ->values(array(
  32734. 'menu_name' => 'secondary-links',
  32735. 'mlid' => '393',
  32736. 'plid' => '0',
  32737. 'link_path' => 'user/login',
  32738. 'router_path' => 'user/login',
  32739. 'link_title' => 'Test 3',
  32740. 'options' => 'a:0:{}',
  32741. 'module' => 'menu',
  32742. 'hidden' => '0',
  32743. 'external' => '0',
  32744. 'has_children' => '1',
  32745. 'expanded' => '0',
  32746. 'weight' => '-47',
  32747. 'depth' => '1',
  32748. 'customized' => '1',
  32749. 'p1' => '393',
  32750. 'p2' => '0',
  32751. 'p3' => '0',
  32752. 'p4' => '0',
  32753. 'p5' => '0',
  32754. 'p6' => '0',
  32755. 'p7' => '0',
  32756. 'p8' => '0',
  32757. 'p9' => '0',
  32758. 'updated' => '0',
  32759. ))
  32760. ->values(array(
  32761. 'menu_name' => 'navigation',
  32762. 'mlid' => '394',
  32763. 'plid' => '166',
  32764. 'link_path' => 'admin/build/path',
  32765. 'router_path' => 'admin/build/path',
  32766. 'link_title' => 'URL aliases',
  32767. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:46:\"Change your site's URL paths by aliasing them.\";}}",
  32768. 'module' => 'system',
  32769. 'hidden' => '0',
  32770. 'external' => '0',
  32771. 'has_children' => '0',
  32772. 'expanded' => '0',
  32773. 'weight' => '0',
  32774. 'depth' => '3',
  32775. 'customized' => '0',
  32776. 'p1' => '144',
  32777. 'p2' => '166',
  32778. 'p3' => '394',
  32779. 'p4' => '0',
  32780. 'p5' => '0',
  32781. 'p6' => '0',
  32782. 'p7' => '0',
  32783. 'p8' => '0',
  32784. 'p9' => '0',
  32785. 'updated' => '0',
  32786. ))
  32787. ->values(array(
  32788. 'menu_name' => 'navigation',
  32789. 'mlid' => '395',
  32790. 'plid' => '394',
  32791. 'link_path' => 'admin/build/path/delete',
  32792. 'router_path' => 'admin/build/path/delete',
  32793. 'link_title' => 'Delete alias',
  32794. 'options' => 'a:0:{}',
  32795. 'module' => 'system',
  32796. 'hidden' => '-1',
  32797. 'external' => '0',
  32798. 'has_children' => '0',
  32799. 'expanded' => '0',
  32800. 'weight' => '0',
  32801. 'depth' => '4',
  32802. 'customized' => '0',
  32803. 'p1' => '144',
  32804. 'p2' => '166',
  32805. 'p3' => '394',
  32806. 'p4' => '395',
  32807. 'p5' => '0',
  32808. 'p6' => '0',
  32809. 'p7' => '0',
  32810. 'p8' => '0',
  32811. 'p9' => '0',
  32812. 'updated' => '0',
  32813. ))
  32814. ->values(array(
  32815. 'menu_name' => 'navigation',
  32816. 'mlid' => '396',
  32817. 'plid' => '394',
  32818. 'link_path' => 'admin/build/path/edit',
  32819. 'router_path' => 'admin/build/path/edit',
  32820. 'link_title' => 'Edit alias',
  32821. 'options' => 'a:0:{}',
  32822. 'module' => 'system',
  32823. 'hidden' => '-1',
  32824. 'external' => '0',
  32825. 'has_children' => '0',
  32826. 'expanded' => '0',
  32827. 'weight' => '0',
  32828. 'depth' => '4',
  32829. 'customized' => '0',
  32830. 'p1' => '144',
  32831. 'p2' => '166',
  32832. 'p3' => '394',
  32833. 'p4' => '396',
  32834. 'p5' => '0',
  32835. 'p6' => '0',
  32836. 'p7' => '0',
  32837. 'p8' => '0',
  32838. 'p9' => '0',
  32839. 'updated' => '0',
  32840. ))
  32841. ->values(array(
  32842. 'menu_name' => 'navigation',
  32843. 'mlid' => '397',
  32844. 'plid' => '0',
  32845. 'link_path' => 'system/files/imagecache',
  32846. 'router_path' => 'system/files/imagecache',
  32847. 'link_title' => '',
  32848. 'options' => 'a:0:{}',
  32849. 'module' => 'system',
  32850. 'hidden' => '-1',
  32851. 'external' => '0',
  32852. 'has_children' => '0',
  32853. 'expanded' => '0',
  32854. 'weight' => '0',
  32855. 'depth' => '1',
  32856. 'customized' => '0',
  32857. 'p1' => '397',
  32858. 'p2' => '0',
  32859. 'p3' => '0',
  32860. 'p4' => '0',
  32861. 'p5' => '0',
  32862. 'p6' => '0',
  32863. 'p7' => '0',
  32864. 'p8' => '0',
  32865. 'p9' => '0',
  32866. 'updated' => '0',
  32867. ))
  32868. ->values(array(
  32869. 'menu_name' => 'navigation',
  32870. 'mlid' => '398',
  32871. 'plid' => '167',
  32872. 'link_path' => 'admin/settings/imageapi',
  32873. 'router_path' => 'admin/settings/imageapi',
  32874. 'link_title' => 'ImageAPI',
  32875. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:19:"Configure ImageAPI.";}}',
  32876. 'module' => 'system',
  32877. 'hidden' => '0',
  32878. 'external' => '0',
  32879. 'has_children' => '0',
  32880. 'expanded' => '0',
  32881. 'weight' => '0',
  32882. 'depth' => '3',
  32883. 'customized' => '0',
  32884. 'p1' => '144',
  32885. 'p2' => '167',
  32886. 'p3' => '398',
  32887. 'p4' => '0',
  32888. 'p5' => '0',
  32889. 'p6' => '0',
  32890. 'p7' => '0',
  32891. 'p8' => '0',
  32892. 'p9' => '0',
  32893. 'updated' => '0',
  32894. ))
  32895. ->values(array(
  32896. 'menu_name' => 'navigation',
  32897. 'mlid' => '399',
  32898. 'plid' => '167',
  32899. 'link_path' => 'admin/settings/language',
  32900. 'router_path' => 'admin/settings/language',
  32901. 'link_title' => 'Languages',
  32902. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:55:"Configure languages for content and the user interface.";}}',
  32903. 'module' => 'system',
  32904. 'hidden' => '0',
  32905. 'external' => '0',
  32906. 'has_children' => '0',
  32907. 'expanded' => '0',
  32908. 'weight' => '0',
  32909. 'depth' => '3',
  32910. 'customized' => '0',
  32911. 'p1' => '144',
  32912. 'p2' => '167',
  32913. 'p3' => '399',
  32914. 'p4' => '0',
  32915. 'p5' => '0',
  32916. 'p6' => '0',
  32917. 'p7' => '0',
  32918. 'p8' => '0',
  32919. 'p9' => '0',
  32920. 'updated' => '0',
  32921. ))
  32922. ->values(array(
  32923. 'menu_name' => 'navigation',
  32924. 'mlid' => '400',
  32925. 'plid' => '166',
  32926. 'link_path' => 'admin/build/translate',
  32927. 'router_path' => 'admin/build/translate',
  32928. 'link_title' => 'Translate interface',
  32929. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:59:"Translate the built in interface and optionally other text.";}}',
  32930. 'module' => 'system',
  32931. 'hidden' => '0',
  32932. 'external' => '0',
  32933. 'has_children' => '0',
  32934. 'expanded' => '0',
  32935. 'weight' => '0',
  32936. 'depth' => '3',
  32937. 'customized' => '0',
  32938. 'p1' => '144',
  32939. 'p2' => '166',
  32940. 'p3' => '400',
  32941. 'p4' => '0',
  32942. 'p5' => '0',
  32943. 'p6' => '0',
  32944. 'p7' => '0',
  32945. 'p8' => '0',
  32946. 'p9' => '0',
  32947. 'updated' => '0',
  32948. ))
  32949. ->values(array(
  32950. 'menu_name' => 'navigation',
  32951. 'mlid' => '401',
  32952. 'plid' => '399',
  32953. 'link_path' => 'admin/settings/language/delete/%',
  32954. 'router_path' => 'admin/settings/language/delete/%',
  32955. 'link_title' => 'Confirm',
  32956. 'options' => 'a:0:{}',
  32957. 'module' => 'system',
  32958. 'hidden' => '-1',
  32959. 'external' => '0',
  32960. 'has_children' => '0',
  32961. 'expanded' => '0',
  32962. 'weight' => '0',
  32963. 'depth' => '4',
  32964. 'customized' => '0',
  32965. 'p1' => '144',
  32966. 'p2' => '167',
  32967. 'p3' => '399',
  32968. 'p4' => '401',
  32969. 'p5' => '0',
  32970. 'p6' => '0',
  32971. 'p7' => '0',
  32972. 'p8' => '0',
  32973. 'p9' => '0',
  32974. 'updated' => '0',
  32975. ))
  32976. ->values(array(
  32977. 'menu_name' => 'navigation',
  32978. 'mlid' => '403',
  32979. 'plid' => '400',
  32980. 'link_path' => 'admin/build/translate/delete/%',
  32981. 'router_path' => 'admin/build/translate/delete/%',
  32982. 'link_title' => 'Delete string',
  32983. 'options' => 'a:0:{}',
  32984. 'module' => 'system',
  32985. 'hidden' => '-1',
  32986. 'external' => '0',
  32987. 'has_children' => '0',
  32988. 'expanded' => '0',
  32989. 'weight' => '0',
  32990. 'depth' => '4',
  32991. 'customized' => '0',
  32992. 'p1' => '144',
  32993. 'p2' => '166',
  32994. 'p3' => '400',
  32995. 'p4' => '403',
  32996. 'p5' => '0',
  32997. 'p6' => '0',
  32998. 'p7' => '0',
  32999. 'p8' => '0',
  33000. 'p9' => '0',
  33001. 'updated' => '0',
  33002. ))
  33003. ->values(array(
  33004. 'menu_name' => 'navigation',
  33005. 'mlid' => '404',
  33006. 'plid' => '399',
  33007. 'link_path' => 'admin/settings/language/edit/%',
  33008. 'router_path' => 'admin/settings/language/edit/%',
  33009. 'link_title' => 'Edit language',
  33010. 'options' => 'a:0:{}',
  33011. 'module' => 'system',
  33012. 'hidden' => '-1',
  33013. 'external' => '0',
  33014. 'has_children' => '0',
  33015. 'expanded' => '0',
  33016. 'weight' => '0',
  33017. 'depth' => '4',
  33018. 'customized' => '0',
  33019. 'p1' => '144',
  33020. 'p2' => '167',
  33021. 'p3' => '399',
  33022. 'p4' => '404',
  33023. 'p5' => '0',
  33024. 'p6' => '0',
  33025. 'p7' => '0',
  33026. 'p8' => '0',
  33027. 'p9' => '0',
  33028. 'updated' => '0',
  33029. ))
  33030. ->values(array(
  33031. 'menu_name' => 'navigation',
  33032. 'mlid' => '405',
  33033. 'plid' => '400',
  33034. 'link_path' => 'admin/build/translate/edit/%',
  33035. 'router_path' => 'admin/build/translate/edit/%',
  33036. 'link_title' => 'Edit string',
  33037. 'options' => 'a:0:{}',
  33038. 'module' => 'system',
  33039. 'hidden' => '-1',
  33040. 'external' => '0',
  33041. 'has_children' => '0',
  33042. 'expanded' => '0',
  33043. 'weight' => '0',
  33044. 'depth' => '4',
  33045. 'customized' => '0',
  33046. 'p1' => '144',
  33047. 'p2' => '166',
  33048. 'p3' => '400',
  33049. 'p4' => '405',
  33050. 'p5' => '0',
  33051. 'p6' => '0',
  33052. 'p7' => '0',
  33053. 'p8' => '0',
  33054. 'p9' => '0',
  33055. 'updated' => '0',
  33056. ))
  33057. ->values(array(
  33058. 'menu_name' => 'navigation',
  33059. 'mlid' => '407',
  33060. 'plid' => '0',
  33061. 'link_path' => 'i18nstrings/save',
  33062. 'router_path' => 'i18nstrings/save',
  33063. 'link_title' => 'Save string',
  33064. 'options' => 'a:0:{}',
  33065. 'module' => 'system',
  33066. 'hidden' => '-1',
  33067. 'external' => '0',
  33068. 'has_children' => '0',
  33069. 'expanded' => '0',
  33070. 'weight' => '0',
  33071. 'depth' => '1',
  33072. 'customized' => '0',
  33073. 'p1' => '407',
  33074. 'p2' => '0',
  33075. 'p3' => '0',
  33076. 'p4' => '0',
  33077. 'p5' => '0',
  33078. 'p6' => '0',
  33079. 'p7' => '0',
  33080. 'p8' => '0',
  33081. 'p9' => '0',
  33082. 'updated' => '0',
  33083. ))
  33084. ->values(array(
  33085. 'menu_name' => 'navigation',
  33086. 'mlid' => '408',
  33087. 'plid' => '0',
  33088. 'link_path' => 'i18n/node/autocomplete',
  33089. 'router_path' => 'i18n/node/autocomplete',
  33090. 'link_title' => 'Node title autocomplete',
  33091. 'options' => 'a:0:{}',
  33092. 'module' => 'system',
  33093. 'hidden' => '-1',
  33094. 'external' => '0',
  33095. 'has_children' => '0',
  33096. 'expanded' => '0',
  33097. 'weight' => '0',
  33098. 'depth' => '1',
  33099. 'customized' => '0',
  33100. 'p1' => '408',
  33101. 'p2' => '0',
  33102. 'p3' => '0',
  33103. 'p4' => '0',
  33104. 'p5' => '0',
  33105. 'p6' => '0',
  33106. 'p7' => '0',
  33107. 'p8' => '0',
  33108. 'p9' => '0',
  33109. 'updated' => '0',
  33110. ))
  33111. ->values(array(
  33112. 'menu_name' => 'navigation',
  33113. 'mlid' => '411',
  33114. 'plid' => '0',
  33115. 'link_path' => 'core/tests/fixtures/files/imagecache',
  33116. 'router_path' => 'core/tests/fixtures/files/imagecache',
  33117. 'link_title' => '',
  33118. 'options' => 'a:0:{}',
  33119. 'module' => 'system',
  33120. 'hidden' => '-1',
  33121. 'external' => '0',
  33122. 'has_children' => '0',
  33123. 'expanded' => '0',
  33124. 'weight' => '0',
  33125. 'depth' => '1',
  33126. 'customized' => '0',
  33127. 'p1' => '411',
  33128. 'p2' => '0',
  33129. 'p3' => '0',
  33130. 'p4' => '0',
  33131. 'p5' => '0',
  33132. 'p6' => '0',
  33133. 'p7' => '0',
  33134. 'p8' => '0',
  33135. 'p9' => '0',
  33136. 'updated' => '0',
  33137. ))
  33138. ->values(array(
  33139. 'menu_name' => 'navigation',
  33140. 'mlid' => '412',
  33141. 'plid' => '0',
  33142. 'link_path' => 'admin/content/node-type/story/fields/field_test/remove',
  33143. 'router_path' => 'admin/content/node-type/story/fields/field_test/remove',
  33144. 'link_title' => 'Remove field',
  33145. 'options' => 'a:0:{}',
  33146. 'module' => 'system',
  33147. 'hidden' => '-1',
  33148. 'external' => '0',
  33149. 'has_children' => '0',
  33150. 'expanded' => '0',
  33151. 'weight' => '0',
  33152. 'depth' => '1',
  33153. 'customized' => '0',
  33154. 'p1' => '412',
  33155. 'p2' => '0',
  33156. 'p3' => '0',
  33157. 'p4' => '0',
  33158. 'p5' => '0',
  33159. 'p6' => '0',
  33160. 'p7' => '0',
  33161. 'p8' => '0',
  33162. 'p9' => '0',
  33163. 'updated' => '0',
  33164. ))
  33165. ->values(array(
  33166. 'menu_name' => 'navigation',
  33167. 'mlid' => '413',
  33168. 'plid' => '0',
  33169. 'link_path' => 'admin/content/node-type/story/fields/field_test_date/remove',
  33170. 'router_path' => 'admin/content/node-type/story/fields/field_test_date/remove',
  33171. 'link_title' => 'Remove field',
  33172. 'options' => 'a:0:{}',
  33173. 'module' => 'system',
  33174. 'hidden' => '-1',
  33175. 'external' => '0',
  33176. 'has_children' => '0',
  33177. 'expanded' => '0',
  33178. 'weight' => '0',
  33179. 'depth' => '1',
  33180. 'customized' => '0',
  33181. 'p1' => '413',
  33182. 'p2' => '0',
  33183. 'p3' => '0',
  33184. 'p4' => '0',
  33185. 'p5' => '0',
  33186. 'p6' => '0',
  33187. 'p7' => '0',
  33188. 'p8' => '0',
  33189. 'p9' => '0',
  33190. 'updated' => '0',
  33191. ))
  33192. ->values(array(
  33193. 'menu_name' => 'navigation',
  33194. 'mlid' => '414',
  33195. 'plid' => '0',
  33196. 'link_path' => 'admin/content/node-type/story/fields/field_test_datestamp/remove',
  33197. 'router_path' => 'admin/content/node-type/story/fields/field_test_datestamp/remove',
  33198. 'link_title' => 'Remove field',
  33199. 'options' => 'a:0:{}',
  33200. 'module' => 'system',
  33201. 'hidden' => '-1',
  33202. 'external' => '0',
  33203. 'has_children' => '0',
  33204. 'expanded' => '0',
  33205. 'weight' => '0',
  33206. 'depth' => '1',
  33207. 'customized' => '0',
  33208. 'p1' => '414',
  33209. 'p2' => '0',
  33210. 'p3' => '0',
  33211. 'p4' => '0',
  33212. 'p5' => '0',
  33213. 'p6' => '0',
  33214. 'p7' => '0',
  33215. 'p8' => '0',
  33216. 'p9' => '0',
  33217. 'updated' => '0',
  33218. ))
  33219. ->values(array(
  33220. 'menu_name' => 'navigation',
  33221. 'mlid' => '415',
  33222. 'plid' => '0',
  33223. 'link_path' => 'admin/content/node-type/story/fields/field_test_datetime/remove',
  33224. 'router_path' => 'admin/content/node-type/story/fields/field_test_datetime/remove',
  33225. 'link_title' => 'Remove field',
  33226. 'options' => 'a:0:{}',
  33227. 'module' => 'system',
  33228. 'hidden' => '-1',
  33229. 'external' => '0',
  33230. 'has_children' => '0',
  33231. 'expanded' => '0',
  33232. 'weight' => '0',
  33233. 'depth' => '1',
  33234. 'customized' => '0',
  33235. 'p1' => '415',
  33236. 'p2' => '0',
  33237. 'p3' => '0',
  33238. 'p4' => '0',
  33239. 'p5' => '0',
  33240. 'p6' => '0',
  33241. 'p7' => '0',
  33242. 'p8' => '0',
  33243. 'p9' => '0',
  33244. 'updated' => '0',
  33245. ))
  33246. ->values(array(
  33247. 'menu_name' => 'navigation',
  33248. 'mlid' => '416',
  33249. 'plid' => '0',
  33250. 'link_path' => 'admin/content/node-type/story/fields/field_test_decimal_radio_buttons/remove',
  33251. 'router_path' => 'admin/content/node-type/story/fields/field_test_decimal_radio_buttons/remove',
  33252. 'link_title' => 'Remove field',
  33253. 'options' => 'a:0:{}',
  33254. 'module' => 'system',
  33255. 'hidden' => '-1',
  33256. 'external' => '0',
  33257. 'has_children' => '0',
  33258. 'expanded' => '0',
  33259. 'weight' => '0',
  33260. 'depth' => '1',
  33261. 'customized' => '0',
  33262. 'p1' => '416',
  33263. 'p2' => '0',
  33264. 'p3' => '0',
  33265. 'p4' => '0',
  33266. 'p5' => '0',
  33267. 'p6' => '0',
  33268. 'p7' => '0',
  33269. 'p8' => '0',
  33270. 'p9' => '0',
  33271. 'updated' => '0',
  33272. ))
  33273. ->values(array(
  33274. 'menu_name' => 'navigation',
  33275. 'mlid' => '417',
  33276. 'plid' => '0',
  33277. 'link_path' => 'admin/content/node-type/story/fields/field_test_email/remove',
  33278. 'router_path' => 'admin/content/node-type/story/fields/field_test_email/remove',
  33279. 'link_title' => 'Remove field',
  33280. 'options' => 'a:0:{}',
  33281. 'module' => 'system',
  33282. 'hidden' => '-1',
  33283. 'external' => '0',
  33284. 'has_children' => '0',
  33285. 'expanded' => '0',
  33286. 'weight' => '0',
  33287. 'depth' => '1',
  33288. 'customized' => '0',
  33289. 'p1' => '417',
  33290. 'p2' => '0',
  33291. 'p3' => '0',
  33292. 'p4' => '0',
  33293. 'p5' => '0',
  33294. 'p6' => '0',
  33295. 'p7' => '0',
  33296. 'p8' => '0',
  33297. 'p9' => '0',
  33298. 'updated' => '0',
  33299. ))
  33300. ->values(array(
  33301. 'menu_name' => 'navigation',
  33302. 'mlid' => '418',
  33303. 'plid' => '0',
  33304. 'link_path' => 'admin/content/node-type/story/fields/field_test_exclude_unset/remove',
  33305. 'router_path' => 'admin/content/node-type/story/fields/field_test_exclude_unset/remove',
  33306. 'link_title' => 'Remove field',
  33307. 'options' => 'a:0:{}',
  33308. 'module' => 'system',
  33309. 'hidden' => '-1',
  33310. 'external' => '0',
  33311. 'has_children' => '0',
  33312. 'expanded' => '0',
  33313. 'weight' => '0',
  33314. 'depth' => '1',
  33315. 'customized' => '0',
  33316. 'p1' => '418',
  33317. 'p2' => '0',
  33318. 'p3' => '0',
  33319. 'p4' => '0',
  33320. 'p5' => '0',
  33321. 'p6' => '0',
  33322. 'p7' => '0',
  33323. 'p8' => '0',
  33324. 'p9' => '0',
  33325. 'updated' => '0',
  33326. ))
  33327. ->values(array(
  33328. 'menu_name' => 'navigation',
  33329. 'mlid' => '419',
  33330. 'plid' => '0',
  33331. 'link_path' => 'admin/content/node-type/story/fields/field_test_filefield/remove',
  33332. 'router_path' => 'admin/content/node-type/story/fields/field_test_filefield/remove',
  33333. 'link_title' => 'Remove field',
  33334. 'options' => 'a:0:{}',
  33335. 'module' => 'system',
  33336. 'hidden' => '-1',
  33337. 'external' => '0',
  33338. 'has_children' => '0',
  33339. 'expanded' => '0',
  33340. 'weight' => '0',
  33341. 'depth' => '1',
  33342. 'customized' => '0',
  33343. 'p1' => '419',
  33344. 'p2' => '0',
  33345. 'p3' => '0',
  33346. 'p4' => '0',
  33347. 'p5' => '0',
  33348. 'p6' => '0',
  33349. 'p7' => '0',
  33350. 'p8' => '0',
  33351. 'p9' => '0',
  33352. 'updated' => '0',
  33353. ))
  33354. ->values(array(
  33355. 'menu_name' => 'navigation',
  33356. 'mlid' => '420',
  33357. 'plid' => '0',
  33358. 'link_path' => 'admin/content/node-type/story/fields/field_test_float_single_checkbox/remove',
  33359. 'router_path' => 'admin/content/node-type/story/fields/field_test_float_single_checkbox/remove',
  33360. 'link_title' => 'Remove field',
  33361. 'options' => 'a:0:{}',
  33362. 'module' => 'system',
  33363. 'hidden' => '-1',
  33364. 'external' => '0',
  33365. 'has_children' => '0',
  33366. 'expanded' => '0',
  33367. 'weight' => '0',
  33368. 'depth' => '1',
  33369. 'customized' => '0',
  33370. 'p1' => '420',
  33371. 'p2' => '0',
  33372. 'p3' => '0',
  33373. 'p4' => '0',
  33374. 'p5' => '0',
  33375. 'p6' => '0',
  33376. 'p7' => '0',
  33377. 'p8' => '0',
  33378. 'p9' => '0',
  33379. 'updated' => '0',
  33380. ))
  33381. ->values(array(
  33382. 'menu_name' => 'navigation',
  33383. 'mlid' => '421',
  33384. 'plid' => '0',
  33385. 'link_path' => 'admin/content/node-type/story/fields/field_test_four/remove',
  33386. 'router_path' => 'admin/content/node-type/story/fields/field_test_four/remove',
  33387. 'link_title' => 'Remove field',
  33388. 'options' => 'a:0:{}',
  33389. 'module' => 'system',
  33390. 'hidden' => '-1',
  33391. 'external' => '0',
  33392. 'has_children' => '0',
  33393. 'expanded' => '0',
  33394. 'weight' => '0',
  33395. 'depth' => '1',
  33396. 'customized' => '0',
  33397. 'p1' => '421',
  33398. 'p2' => '0',
  33399. 'p3' => '0',
  33400. 'p4' => '0',
  33401. 'p5' => '0',
  33402. 'p6' => '0',
  33403. 'p7' => '0',
  33404. 'p8' => '0',
  33405. 'p9' => '0',
  33406. 'updated' => '0',
  33407. ))
  33408. ->values(array(
  33409. 'menu_name' => 'navigation',
  33410. 'mlid' => '422',
  33411. 'plid' => '0',
  33412. 'link_path' => 'admin/content/node-type/story/fields/field_test_identical1/remove',
  33413. 'router_path' => 'admin/content/node-type/story/fields/field_test_identical1/remove',
  33414. 'link_title' => 'Remove field',
  33415. 'options' => 'a:0:{}',
  33416. 'module' => 'system',
  33417. 'hidden' => '-1',
  33418. 'external' => '0',
  33419. 'has_children' => '0',
  33420. 'expanded' => '0',
  33421. 'weight' => '0',
  33422. 'depth' => '1',
  33423. 'customized' => '0',
  33424. 'p1' => '422',
  33425. 'p2' => '0',
  33426. 'p3' => '0',
  33427. 'p4' => '0',
  33428. 'p5' => '0',
  33429. 'p6' => '0',
  33430. 'p7' => '0',
  33431. 'p8' => '0',
  33432. 'p9' => '0',
  33433. 'updated' => '0',
  33434. ))
  33435. ->values(array(
  33436. 'menu_name' => 'navigation',
  33437. 'mlid' => '423',
  33438. 'plid' => '0',
  33439. 'link_path' => 'admin/content/node-type/story/fields/field_test_identical2/remove',
  33440. 'router_path' => 'admin/content/node-type/story/fields/field_test_identical2/remove',
  33441. 'link_title' => 'Remove field',
  33442. 'options' => 'a:0:{}',
  33443. 'module' => 'system',
  33444. 'hidden' => '-1',
  33445. 'external' => '0',
  33446. 'has_children' => '0',
  33447. 'expanded' => '0',
  33448. 'weight' => '0',
  33449. 'depth' => '1',
  33450. 'customized' => '0',
  33451. 'p1' => '423',
  33452. 'p2' => '0',
  33453. 'p3' => '0',
  33454. 'p4' => '0',
  33455. 'p5' => '0',
  33456. 'p6' => '0',
  33457. 'p7' => '0',
  33458. 'p8' => '0',
  33459. 'p9' => '0',
  33460. 'updated' => '0',
  33461. ))
  33462. ->values(array(
  33463. 'menu_name' => 'navigation',
  33464. 'mlid' => '424',
  33465. 'plid' => '0',
  33466. 'link_path' => 'admin/content/node-type/story/fields/field_test_imagefield/remove',
  33467. 'router_path' => 'admin/content/node-type/story/fields/field_test_imagefield/remove',
  33468. 'link_title' => 'Remove field',
  33469. 'options' => 'a:0:{}',
  33470. 'module' => 'system',
  33471. 'hidden' => '-1',
  33472. 'external' => '0',
  33473. 'has_children' => '0',
  33474. 'expanded' => '0',
  33475. 'weight' => '0',
  33476. 'depth' => '1',
  33477. 'customized' => '0',
  33478. 'p1' => '424',
  33479. 'p2' => '0',
  33480. 'p3' => '0',
  33481. 'p4' => '0',
  33482. 'p5' => '0',
  33483. 'p6' => '0',
  33484. 'p7' => '0',
  33485. 'p8' => '0',
  33486. 'p9' => '0',
  33487. 'updated' => '0',
  33488. ))
  33489. ->values(array(
  33490. 'menu_name' => 'navigation',
  33491. 'mlid' => '425',
  33492. 'plid' => '0',
  33493. 'link_path' => 'admin/content/node-type/story/fields/field_test_integer_selectlist/remove',
  33494. 'router_path' => 'admin/content/node-type/story/fields/field_test_integer_selectlist/remove',
  33495. 'link_title' => 'Remove field',
  33496. 'options' => 'a:0:{}',
  33497. 'module' => 'system',
  33498. 'hidden' => '-1',
  33499. 'external' => '0',
  33500. 'has_children' => '0',
  33501. 'expanded' => '0',
  33502. 'weight' => '0',
  33503. 'depth' => '1',
  33504. 'customized' => '0',
  33505. 'p1' => '425',
  33506. 'p2' => '0',
  33507. 'p3' => '0',
  33508. 'p4' => '0',
  33509. 'p5' => '0',
  33510. 'p6' => '0',
  33511. 'p7' => '0',
  33512. 'p8' => '0',
  33513. 'p9' => '0',
  33514. 'updated' => '0',
  33515. ))
  33516. ->values(array(
  33517. 'menu_name' => 'navigation',
  33518. 'mlid' => '426',
  33519. 'plid' => '0',
  33520. 'link_path' => 'admin/content/node-type/story/fields/field_test_link/remove',
  33521. 'router_path' => 'admin/content/node-type/story/fields/field_test_link/remove',
  33522. 'link_title' => 'Remove field',
  33523. 'options' => 'a:0:{}',
  33524. 'module' => 'system',
  33525. 'hidden' => '-1',
  33526. 'external' => '0',
  33527. 'has_children' => '0',
  33528. 'expanded' => '0',
  33529. 'weight' => '0',
  33530. 'depth' => '1',
  33531. 'customized' => '0',
  33532. 'p1' => '426',
  33533. 'p2' => '0',
  33534. 'p3' => '0',
  33535. 'p4' => '0',
  33536. 'p5' => '0',
  33537. 'p6' => '0',
  33538. 'p7' => '0',
  33539. 'p8' => '0',
  33540. 'p9' => '0',
  33541. 'updated' => '0',
  33542. ))
  33543. ->values(array(
  33544. 'menu_name' => 'navigation',
  33545. 'mlid' => '427',
  33546. 'plid' => '0',
  33547. 'link_path' => 'admin/content/node-type/story/fields/field_test_phone/remove',
  33548. 'router_path' => 'admin/content/node-type/story/fields/field_test_phone/remove',
  33549. 'link_title' => 'Remove field',
  33550. 'options' => 'a:0:{}',
  33551. 'module' => 'system',
  33552. 'hidden' => '-1',
  33553. 'external' => '0',
  33554. 'has_children' => '0',
  33555. 'expanded' => '0',
  33556. 'weight' => '0',
  33557. 'depth' => '1',
  33558. 'customized' => '0',
  33559. 'p1' => '427',
  33560. 'p2' => '0',
  33561. 'p3' => '0',
  33562. 'p4' => '0',
  33563. 'p5' => '0',
  33564. 'p6' => '0',
  33565. 'p7' => '0',
  33566. 'p8' => '0',
  33567. 'p9' => '0',
  33568. 'updated' => '0',
  33569. ))
  33570. ->values(array(
  33571. 'menu_name' => 'navigation',
  33572. 'mlid' => '428',
  33573. 'plid' => '0',
  33574. 'link_path' => 'admin/content/node-type/story/fields/field_test_text_single_checkbox/remove',
  33575. 'router_path' => 'admin/content/node-type/story/fields/field_test_text_single_checkbox/remove',
  33576. 'link_title' => 'Remove field',
  33577. 'options' => 'a:0:{}',
  33578. 'module' => 'system',
  33579. 'hidden' => '-1',
  33580. 'external' => '0',
  33581. 'has_children' => '0',
  33582. 'expanded' => '0',
  33583. 'weight' => '0',
  33584. 'depth' => '1',
  33585. 'customized' => '0',
  33586. 'p1' => '428',
  33587. 'p2' => '0',
  33588. 'p3' => '0',
  33589. 'p4' => '0',
  33590. 'p5' => '0',
  33591. 'p6' => '0',
  33592. 'p7' => '0',
  33593. 'p8' => '0',
  33594. 'p9' => '0',
  33595. 'updated' => '0',
  33596. ))
  33597. ->values(array(
  33598. 'menu_name' => 'navigation',
  33599. 'mlid' => '429',
  33600. 'plid' => '0',
  33601. 'link_path' => 'admin/content/node-type/story/fields/field_test_text_single_checkbox2/remove',
  33602. 'router_path' => 'admin/content/node-type/story/fields/field_test_text_single_checkbox2/remove',
  33603. 'link_title' => 'Remove field',
  33604. 'options' => 'a:0:{}',
  33605. 'module' => 'system',
  33606. 'hidden' => '-1',
  33607. 'external' => '0',
  33608. 'has_children' => '0',
  33609. 'expanded' => '0',
  33610. 'weight' => '0',
  33611. 'depth' => '1',
  33612. 'customized' => '0',
  33613. 'p1' => '429',
  33614. 'p2' => '0',
  33615. 'p3' => '0',
  33616. 'p4' => '0',
  33617. 'p5' => '0',
  33618. 'p6' => '0',
  33619. 'p7' => '0',
  33620. 'p8' => '0',
  33621. 'p9' => '0',
  33622. 'updated' => '0',
  33623. ))
  33624. ->values(array(
  33625. 'menu_name' => 'navigation',
  33626. 'mlid' => '430',
  33627. 'plid' => '0',
  33628. 'link_path' => 'admin/content/node-type/story/fields/field_test_three/remove',
  33629. 'router_path' => 'admin/content/node-type/story/fields/field_test_three/remove',
  33630. 'link_title' => 'Remove field',
  33631. 'options' => 'a:0:{}',
  33632. 'module' => 'system',
  33633. 'hidden' => '-1',
  33634. 'external' => '0',
  33635. 'has_children' => '0',
  33636. 'expanded' => '0',
  33637. 'weight' => '0',
  33638. 'depth' => '1',
  33639. 'customized' => '0',
  33640. 'p1' => '430',
  33641. 'p2' => '0',
  33642. 'p3' => '0',
  33643. 'p4' => '0',
  33644. 'p5' => '0',
  33645. 'p6' => '0',
  33646. 'p7' => '0',
  33647. 'p8' => '0',
  33648. 'p9' => '0',
  33649. 'updated' => '0',
  33650. ))
  33651. ->values(array(
  33652. 'menu_name' => 'navigation',
  33653. 'mlid' => '431',
  33654. 'plid' => '0',
  33655. 'link_path' => 'admin/content/node-type/story/fields/field_test_two/remove',
  33656. 'router_path' => 'admin/content/node-type/story/fields/field_test_two/remove',
  33657. 'link_title' => 'Remove field',
  33658. 'options' => 'a:0:{}',
  33659. 'module' => 'system',
  33660. 'hidden' => '-1',
  33661. 'external' => '0',
  33662. 'has_children' => '0',
  33663. 'expanded' => '0',
  33664. 'weight' => '0',
  33665. 'depth' => '1',
  33666. 'customized' => '0',
  33667. 'p1' => '431',
  33668. 'p2' => '0',
  33669. 'p3' => '0',
  33670. 'p4' => '0',
  33671. 'p5' => '0',
  33672. 'p6' => '0',
  33673. 'p7' => '0',
  33674. 'p8' => '0',
  33675. 'p9' => '0',
  33676. 'updated' => '0',
  33677. ))
  33678. ->values(array(
  33679. 'menu_name' => 'navigation',
  33680. 'mlid' => '432',
  33681. 'plid' => '0',
  33682. 'link_path' => 'admin/content/node-type/test-page/fields/field_test/remove',
  33683. 'router_path' => 'admin/content/node-type/test-page/fields/field_test/remove',
  33684. 'link_title' => 'Remove field',
  33685. 'options' => 'a:0:{}',
  33686. 'module' => 'system',
  33687. 'hidden' => '-1',
  33688. 'external' => '0',
  33689. 'has_children' => '0',
  33690. 'expanded' => '0',
  33691. 'weight' => '0',
  33692. 'depth' => '1',
  33693. 'customized' => '0',
  33694. 'p1' => '432',
  33695. 'p2' => '0',
  33696. 'p3' => '0',
  33697. 'p4' => '0',
  33698. 'p5' => '0',
  33699. 'p6' => '0',
  33700. 'p7' => '0',
  33701. 'p8' => '0',
  33702. 'p9' => '0',
  33703. 'updated' => '0',
  33704. ))
  33705. ->values(array(
  33706. 'menu_name' => 'navigation',
  33707. 'mlid' => '433',
  33708. 'plid' => '0',
  33709. 'link_path' => 'admin/content/node-type/test-planet/fields/field_multivalue/remove',
  33710. 'router_path' => 'admin/content/node-type/test-planet/fields/field_multivalue/remove',
  33711. 'link_title' => 'Remove field',
  33712. 'options' => 'a:0:{}',
  33713. 'module' => 'system',
  33714. 'hidden' => '-1',
  33715. 'external' => '0',
  33716. 'has_children' => '0',
  33717. 'expanded' => '0',
  33718. 'weight' => '0',
  33719. 'depth' => '1',
  33720. 'customized' => '0',
  33721. 'p1' => '433',
  33722. 'p2' => '0',
  33723. 'p3' => '0',
  33724. 'p4' => '0',
  33725. 'p5' => '0',
  33726. 'p6' => '0',
  33727. 'p7' => '0',
  33728. 'p8' => '0',
  33729. 'p9' => '0',
  33730. 'updated' => '0',
  33731. ))
  33732. ->values(array(
  33733. 'menu_name' => 'navigation',
  33734. 'mlid' => '434',
  33735. 'plid' => '0',
  33736. 'link_path' => 'admin/content/node-type/test-planet/fields/field_test_text_single_checkbox/remove',
  33737. 'router_path' => 'admin/content/node-type/test-planet/fields/field_test_text_single_checkbox/remove',
  33738. 'link_title' => 'Remove field',
  33739. 'options' => 'a:0:{}',
  33740. 'module' => 'system',
  33741. 'hidden' => '-1',
  33742. 'external' => '0',
  33743. 'has_children' => '0',
  33744. 'expanded' => '0',
  33745. 'weight' => '0',
  33746. 'depth' => '1',
  33747. 'customized' => '0',
  33748. 'p1' => '434',
  33749. 'p2' => '0',
  33750. 'p3' => '0',
  33751. 'p4' => '0',
  33752. 'p5' => '0',
  33753. 'p6' => '0',
  33754. 'p7' => '0',
  33755. 'p8' => '0',
  33756. 'p9' => '0',
  33757. 'updated' => '0',
  33758. ))
  33759. ->values(array(
  33760. 'menu_name' => 'navigation',
  33761. 'mlid' => '438',
  33762. 'plid' => '167',
  33763. 'link_path' => 'admin/settings/variable',
  33764. 'router_path' => 'admin/settings/variable',
  33765. 'link_title' => 'Variables',
  33766. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:31:"Edit and delete site variables.";}}',
  33767. 'module' => 'system',
  33768. 'hidden' => '0',
  33769. 'external' => '0',
  33770. 'has_children' => '1',
  33771. 'expanded' => '0',
  33772. 'weight' => '0',
  33773. 'depth' => '3',
  33774. 'customized' => '0',
  33775. 'p1' => '144',
  33776. 'p2' => '167',
  33777. 'p3' => '438',
  33778. 'p4' => '0',
  33779. 'p5' => '0',
  33780. 'p6' => '0',
  33781. 'p7' => '0',
  33782. 'p8' => '0',
  33783. 'p9' => '0',
  33784. 'updated' => '0',
  33785. ))
  33786. ->values(array(
  33787. 'menu_name' => 'navigation',
  33788. 'mlid' => '439',
  33789. 'plid' => '438',
  33790. 'link_path' => 'admin/settings/variable/edit/%',
  33791. 'router_path' => 'admin/settings/variable/edit/%',
  33792. 'link_title' => 'Edit variable',
  33793. 'options' => 'a:0:{}',
  33794. 'module' => 'system',
  33795. 'hidden' => '0',
  33796. 'external' => '0',
  33797. 'has_children' => '0',
  33798. 'expanded' => '0',
  33799. 'weight' => '0',
  33800. 'depth' => '4',
  33801. 'customized' => '0',
  33802. 'p1' => '144',
  33803. 'p2' => '167',
  33804. 'p3' => '438',
  33805. 'p4' => '439',
  33806. 'p5' => '0',
  33807. 'p6' => '0',
  33808. 'p7' => '0',
  33809. 'p8' => '0',
  33810. 'p9' => '0',
  33811. 'updated' => '0',
  33812. ))
  33813. ->values(array(
  33814. 'menu_name' => 'navigation',
  33815. 'mlid' => '440',
  33816. 'plid' => '438',
  33817. 'link_path' => 'admin/settings/variable/group/%',
  33818. 'router_path' => 'admin/settings/variable/group/%',
  33819. 'link_title' => 'Variables group',
  33820. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:32:"Edit and delete group variables.";}}',
  33821. 'module' => 'system',
  33822. 'hidden' => '0',
  33823. 'external' => '0',
  33824. 'has_children' => '0',
  33825. 'expanded' => '0',
  33826. 'weight' => '0',
  33827. 'depth' => '4',
  33828. 'customized' => '0',
  33829. 'p1' => '144',
  33830. 'p2' => '167',
  33831. 'p3' => '438',
  33832. 'p4' => '440',
  33833. 'p5' => '0',
  33834. 'p6' => '0',
  33835. 'p7' => '0',
  33836. 'p8' => '0',
  33837. 'p9' => '0',
  33838. 'updated' => '0',
  33839. ))
  33840. ->values(array(
  33841. 'menu_name' => 'navigation',
  33842. 'mlid' => '441',
  33843. 'plid' => '0',
  33844. 'link_path' => 'forum',
  33845. 'router_path' => 'forum',
  33846. 'link_title' => 'Forums',
  33847. 'options' => 'a:0:{}',
  33848. 'module' => 'system',
  33849. 'hidden' => '1',
  33850. 'external' => '0',
  33851. 'has_children' => '0',
  33852. 'expanded' => '0',
  33853. 'weight' => '0',
  33854. 'depth' => '1',
  33855. 'customized' => '0',
  33856. 'p1' => '441',
  33857. 'p2' => '0',
  33858. 'p3' => '0',
  33859. 'p4' => '0',
  33860. 'p5' => '0',
  33861. 'p6' => '0',
  33862. 'p7' => '0',
  33863. 'p8' => '0',
  33864. 'p9' => '0',
  33865. 'updated' => '0',
  33866. ))
  33867. ->values(array(
  33868. 'menu_name' => 'navigation',
  33869. 'mlid' => '442',
  33870. 'plid' => '165',
  33871. 'link_path' => 'admin/reports/settings',
  33872. 'router_path' => 'admin/reports/settings',
  33873. 'link_title' => 'Access log settings',
  33874. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:50:"Control details about what and how your site logs.";}}',
  33875. 'module' => 'system',
  33876. 'hidden' => '0',
  33877. 'external' => '0',
  33878. 'has_children' => '0',
  33879. 'expanded' => '0',
  33880. 'weight' => '3',
  33881. 'depth' => '3',
  33882. 'customized' => '0',
  33883. 'p1' => '144',
  33884. 'p2' => '165',
  33885. 'p3' => '442',
  33886. 'p4' => '0',
  33887. 'p5' => '0',
  33888. 'p6' => '0',
  33889. 'p7' => '0',
  33890. 'p8' => '0',
  33891. 'p9' => '0',
  33892. 'updated' => '0',
  33893. ))
  33894. ->values(array(
  33895. 'menu_name' => 'navigation',
  33896. 'mlid' => '443',
  33897. 'plid' => '158',
  33898. 'link_path' => 'node/add/forum',
  33899. 'router_path' => 'node/add/forum',
  33900. 'link_title' => 'Forum topic',
  33901. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:85:"A <em>forum topic</em> is the initial post to a new discussion thread within a forum.";}}',
  33902. 'module' => 'system',
  33903. 'hidden' => '0',
  33904. 'external' => '0',
  33905. 'has_children' => '0',
  33906. 'expanded' => '0',
  33907. 'weight' => '0',
  33908. 'depth' => '2',
  33909. 'customized' => '0',
  33910. 'p1' => '158',
  33911. 'p2' => '443',
  33912. 'p3' => '0',
  33913. 'p4' => '0',
  33914. 'p5' => '0',
  33915. 'p6' => '0',
  33916. 'p7' => '0',
  33917. 'p8' => '0',
  33918. 'p9' => '0',
  33919. 'updated' => '0',
  33920. ))
  33921. ->values(array(
  33922. 'menu_name' => 'navigation',
  33923. 'mlid' => '444',
  33924. 'plid' => '157',
  33925. 'link_path' => 'admin/content/forum',
  33926. 'router_path' => 'admin/content/forum',
  33927. 'link_title' => 'Forums',
  33928. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:61:"Control forums and their hierarchy and change forum settings.";}}',
  33929. 'module' => 'system',
  33930. 'hidden' => '0',
  33931. 'external' => '0',
  33932. 'has_children' => '0',
  33933. 'expanded' => '0',
  33934. 'weight' => '0',
  33935. 'depth' => '3',
  33936. 'customized' => '0',
  33937. 'p1' => '144',
  33938. 'p2' => '157',
  33939. 'p3' => '444',
  33940. 'p4' => '0',
  33941. 'p5' => '0',
  33942. 'p6' => '0',
  33943. 'p7' => '0',
  33944. 'p8' => '0',
  33945. 'p9' => '0',
  33946. 'updated' => '0',
  33947. ))
  33948. ->values(array(
  33949. 'menu_name' => 'navigation',
  33950. 'mlid' => '445',
  33951. 'plid' => '165',
  33952. 'link_path' => 'admin/reports/hits',
  33953. 'router_path' => 'admin/reports/hits',
  33954. 'link_title' => 'Recent hits',
  33955. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:43:"View pages that have recently been visited.";}}',
  33956. 'module' => 'system',
  33957. 'hidden' => '0',
  33958. 'external' => '0',
  33959. 'has_children' => '0',
  33960. 'expanded' => '0',
  33961. 'weight' => '0',
  33962. 'depth' => '3',
  33963. 'customized' => '0',
  33964. 'p1' => '144',
  33965. 'p2' => '165',
  33966. 'p3' => '445',
  33967. 'p4' => '0',
  33968. 'p5' => '0',
  33969. 'p6' => '0',
  33970. 'p7' => '0',
  33971. 'p8' => '0',
  33972. 'p9' => '0',
  33973. 'updated' => '0',
  33974. ))
  33975. ->values(array(
  33976. 'menu_name' => 'navigation',
  33977. 'mlid' => '446',
  33978. 'plid' => '165',
  33979. 'link_path' => 'admin/reports/pages',
  33980. 'router_path' => 'admin/reports/pages',
  33981. 'link_title' => 'Top pages',
  33982. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:41:"View pages that have been hit frequently.";}}',
  33983. 'module' => 'system',
  33984. 'hidden' => '0',
  33985. 'external' => '0',
  33986. 'has_children' => '0',
  33987. 'expanded' => '0',
  33988. 'weight' => '1',
  33989. 'depth' => '3',
  33990. 'customized' => '0',
  33991. 'p1' => '144',
  33992. 'p2' => '165',
  33993. 'p3' => '446',
  33994. 'p4' => '0',
  33995. 'p5' => '0',
  33996. 'p6' => '0',
  33997. 'p7' => '0',
  33998. 'p8' => '0',
  33999. 'p9' => '0',
  34000. 'updated' => '0',
  34001. ))
  34002. ->values(array(
  34003. 'menu_name' => 'navigation',
  34004. 'mlid' => '447',
  34005. 'plid' => '165',
  34006. 'link_path' => 'admin/reports/referrers',
  34007. 'router_path' => 'admin/reports/referrers',
  34008. 'link_title' => 'Top referrers',
  34009. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:19:"View top referrers.";}}',
  34010. 'module' => 'system',
  34011. 'hidden' => '0',
  34012. 'external' => '0',
  34013. 'has_children' => '0',
  34014. 'expanded' => '0',
  34015. 'weight' => '0',
  34016. 'depth' => '3',
  34017. 'customized' => '0',
  34018. 'p1' => '144',
  34019. 'p2' => '165',
  34020. 'p3' => '447',
  34021. 'p4' => '0',
  34022. 'p5' => '0',
  34023. 'p6' => '0',
  34024. 'p7' => '0',
  34025. 'p8' => '0',
  34026. 'p9' => '0',
  34027. 'updated' => '0',
  34028. ))
  34029. ->values(array(
  34030. 'menu_name' => 'navigation',
  34031. 'mlid' => '448',
  34032. 'plid' => '165',
  34033. 'link_path' => 'admin/reports/visitors',
  34034. 'router_path' => 'admin/reports/visitors',
  34035. 'link_title' => 'Top visitors',
  34036. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:34:"View visitors that hit many pages.";}}',
  34037. 'module' => 'system',
  34038. 'hidden' => '0',
  34039. 'external' => '0',
  34040. 'has_children' => '0',
  34041. 'expanded' => '0',
  34042. 'weight' => '2',
  34043. 'depth' => '3',
  34044. 'customized' => '0',
  34045. 'p1' => '144',
  34046. 'p2' => '165',
  34047. 'p3' => '448',
  34048. 'p4' => '0',
  34049. 'p5' => '0',
  34050. 'p6' => '0',
  34051. 'p7' => '0',
  34052. 'p8' => '0',
  34053. 'p9' => '0',
  34054. 'updated' => '0',
  34055. ))
  34056. ->values(array(
  34057. 'menu_name' => 'navigation',
  34058. 'mlid' => '449',
  34059. 'plid' => '165',
  34060. 'link_path' => 'admin/reports/access/%',
  34061. 'router_path' => 'admin/reports/access/%',
  34062. 'link_title' => 'Details',
  34063. 'options' => 'a:1:{s:10:"attributes";a:1:{s:5:"title";s:16:"View access log.";}}',
  34064. 'module' => 'system',
  34065. 'hidden' => '-1',
  34066. 'external' => '0',
  34067. 'has_children' => '0',
  34068. 'expanded' => '0',
  34069. 'weight' => '0',
  34070. 'depth' => '3',
  34071. 'customized' => '0',
  34072. 'p1' => '144',
  34073. 'p2' => '165',
  34074. 'p3' => '449',
  34075. 'p4' => '0',
  34076. 'p5' => '0',
  34077. 'p6' => '0',
  34078. 'p7' => '0',
  34079. 'p8' => '0',
  34080. 'p9' => '0',
  34081. 'updated' => '0',
  34082. ))
  34083. ->values(array(
  34084. 'menu_name' => 'navigation',
  34085. 'mlid' => '450',
  34086. 'plid' => '157',
  34087. 'link_path' => 'admin/content/node-type/forum',
  34088. 'router_path' => 'admin/content/node-type/forum',
  34089. 'link_title' => 'Forum topic',
  34090. 'options' => 'a:0:{}',
  34091. 'module' => 'system',
  34092. 'hidden' => '-1',
  34093. 'external' => '0',
  34094. 'has_children' => '0',
  34095. 'expanded' => '0',
  34096. 'weight' => '0',
  34097. 'depth' => '3',
  34098. 'customized' => '0',
  34099. 'p1' => '144',
  34100. 'p2' => '157',
  34101. 'p3' => '450',
  34102. 'p4' => '0',
  34103. 'p5' => '0',
  34104. 'p6' => '0',
  34105. 'p7' => '0',
  34106. 'p8' => '0',
  34107. 'p9' => '0',
  34108. 'updated' => '0',
  34109. ))
  34110. ->values(array(
  34111. 'menu_name' => 'navigation',
  34112. 'mlid' => '451',
  34113. 'plid' => '444',
  34114. 'link_path' => 'admin/content/forum/edit/%',
  34115. 'router_path' => 'admin/content/forum/edit/%',
  34116. 'link_title' => '',
  34117. 'options' => 'a:0:{}',
  34118. 'module' => 'system',
  34119. 'hidden' => '-1',
  34120. 'external' => '0',
  34121. 'has_children' => '0',
  34122. 'expanded' => '0',
  34123. 'weight' => '0',
  34124. 'depth' => '4',
  34125. 'customized' => '0',
  34126. 'p1' => '144',
  34127. 'p2' => '157',
  34128. 'p3' => '444',
  34129. 'p4' => '451',
  34130. 'p5' => '0',
  34131. 'p6' => '0',
  34132. 'p7' => '0',
  34133. 'p8' => '0',
  34134. 'p9' => '0',
  34135. 'updated' => '0',
  34136. ))
  34137. ->values(array(
  34138. 'menu_name' => 'navigation',
  34139. 'mlid' => '452',
  34140. 'plid' => '0',
  34141. 'link_path' => 'admin/content/node-type/forum/delete',
  34142. 'router_path' => 'admin/content/node-type/forum/delete',
  34143. 'link_title' => 'Delete',
  34144. 'options' => 'a:0:{}',
  34145. 'module' => 'system',
  34146. 'hidden' => '-1',
  34147. 'external' => '0',
  34148. 'has_children' => '0',
  34149. 'expanded' => '0',
  34150. 'weight' => '0',
  34151. 'depth' => '1',
  34152. 'customized' => '0',
  34153. 'p1' => '452',
  34154. 'p2' => '0',
  34155. 'p3' => '0',
  34156. 'p4' => '0',
  34157. 'p5' => '0',
  34158. 'p6' => '0',
  34159. 'p7' => '0',
  34160. 'p8' => '0',
  34161. 'p9' => '0',
  34162. 'updated' => '0',
  34163. ))
  34164. ->values(array(
  34165. 'menu_name' => 'navigation',
  34166. 'mlid' => '453',
  34167. 'plid' => '444',
  34168. 'link_path' => 'admin/content/forum/edit/container/%',
  34169. 'router_path' => 'admin/content/forum/edit/container/%',
  34170. 'link_title' => 'Edit container',
  34171. 'options' => 'a:0:{}',
  34172. 'module' => 'system',
  34173. 'hidden' => '-1',
  34174. 'external' => '0',
  34175. 'has_children' => '0',
  34176. 'expanded' => '0',
  34177. 'weight' => '0',
  34178. 'depth' => '4',
  34179. 'customized' => '0',
  34180. 'p1' => '144',
  34181. 'p2' => '157',
  34182. 'p3' => '444',
  34183. 'p4' => '453',
  34184. 'p5' => '0',
  34185. 'p6' => '0',
  34186. 'p7' => '0',
  34187. 'p8' => '0',
  34188. 'p9' => '0',
  34189. 'updated' => '0',
  34190. ))
  34191. ->values(array(
  34192. 'menu_name' => 'navigation',
  34193. 'mlid' => '454',
  34194. 'plid' => '444',
  34195. 'link_path' => 'admin/content/forum/edit/forum/%',
  34196. 'router_path' => 'admin/content/forum/edit/forum/%',
  34197. 'link_title' => 'Edit forum',
  34198. 'options' => 'a:0:{}',
  34199. 'module' => 'system',
  34200. 'hidden' => '-1',
  34201. 'external' => '0',
  34202. 'has_children' => '0',
  34203. 'expanded' => '0',
  34204. 'weight' => '0',
  34205. 'depth' => '4',
  34206. 'customized' => '0',
  34207. 'p1' => '144',
  34208. 'p2' => '157',
  34209. 'p3' => '444',
  34210. 'p4' => '454',
  34211. 'p5' => '0',
  34212. 'p6' => '0',
  34213. 'p7' => '0',
  34214. 'p8' => '0',
  34215. 'p9' => '0',
  34216. 'updated' => '0',
  34217. ))
  34218. ->values(array(
  34219. 'menu_name' => 'navigation',
  34220. 'mlid' => '455',
  34221. 'plid' => '0',
  34222. 'link_path' => 'nodereference/autocomplete',
  34223. 'router_path' => 'nodereference/autocomplete',
  34224. 'link_title' => 'Nodereference autocomplete',
  34225. 'options' => 'a:0:{}',
  34226. 'module' => 'system',
  34227. 'hidden' => '-1',
  34228. 'external' => '0',
  34229. 'has_children' => '0',
  34230. 'expanded' => '0',
  34231. 'weight' => '0',
  34232. 'depth' => '1',
  34233. 'customized' => '0',
  34234. 'p1' => '455',
  34235. 'p2' => '0',
  34236. 'p3' => '0',
  34237. 'p4' => '0',
  34238. 'p5' => '0',
  34239. 'p6' => '0',
  34240. 'p7' => '0',
  34241. 'p8' => '0',
  34242. 'p9' => '0',
  34243. 'updated' => '0',
  34244. ))
  34245. ->values(array(
  34246. 'menu_name' => 'navigation',
  34247. 'mlid' => '456',
  34248. 'plid' => '0',
  34249. 'link_path' => 'admin/content/node-type/employee/fields/field_company/remove',
  34250. 'router_path' => 'admin/content/node-type/employee/fields/field_company/remove',
  34251. 'link_title' => 'Remove field',
  34252. 'options' => 'a:0:{}',
  34253. 'module' => 'system',
  34254. 'hidden' => '-1',
  34255. 'external' => '0',
  34256. 'has_children' => '0',
  34257. 'expanded' => '0',
  34258. 'weight' => '0',
  34259. 'depth' => '1',
  34260. 'customized' => '0',
  34261. 'p1' => '456',
  34262. 'p2' => '0',
  34263. 'p3' => '0',
  34264. 'p4' => '0',
  34265. 'p5' => '0',
  34266. 'p6' => '0',
  34267. 'p7' => '0',
  34268. 'p8' => '0',
  34269. 'p9' => '0',
  34270. 'updated' => '0',
  34271. ))
  34272. ->values(array(
  34273. 'menu_name' => 'navigation',
  34274. 'mlid' => '457',
  34275. 'plid' => '0',
  34276. 'link_path' => 'userreference/autocomplete',
  34277. 'router_path' => 'userreference/autocomplete',
  34278. 'link_title' => 'Userreference autocomplete',
  34279. 'options' => 'a:0:{}',
  34280. 'module' => 'system',
  34281. 'hidden' => '-1',
  34282. 'external' => '0',
  34283. 'has_children' => '0',
  34284. 'expanded' => '0',
  34285. 'weight' => '0',
  34286. 'depth' => '1',
  34287. 'customized' => '0',
  34288. 'p1' => '457',
  34289. 'p2' => '0',
  34290. 'p3' => '0',
  34291. 'p4' => '0',
  34292. 'p5' => '0',
  34293. 'p6' => '0',
  34294. 'p7' => '0',
  34295. 'p8' => '0',
  34296. 'p9' => '0',
  34297. 'updated' => '0',
  34298. ))
  34299. ->values(array(
  34300. 'menu_name' => 'navigation',
  34301. 'mlid' => '458',
  34302. 'plid' => '0',
  34303. 'link_path' => 'admin/content/node-type/employee/fields/field_commander/remove',
  34304. 'router_path' => 'admin/content/node-type/employee/fields/field_commander/remove',
  34305. 'link_title' => 'Remove field',
  34306. 'options' => 'a:0:{}',
  34307. 'module' => 'system',
  34308. 'hidden' => '-1',
  34309. 'external' => '0',
  34310. 'has_children' => '0',
  34311. 'expanded' => '0',
  34312. 'weight' => '0',
  34313. 'depth' => '1',
  34314. 'customized' => '0',
  34315. 'p1' => '458',
  34316. 'p2' => '0',
  34317. 'p3' => '0',
  34318. 'p4' => '0',
  34319. 'p5' => '0',
  34320. 'p6' => '0',
  34321. 'p7' => '0',
  34322. 'p8' => '0',
  34323. 'p9' => '0',
  34324. 'updated' => '0',
  34325. ))
  34326. ->values(array(
  34327. 'menu_name' => 'primary-links',
  34328. 'mlid' => '459',
  34329. 'plid' => '0',
  34330. 'link_path' => 'node/10',
  34331. 'router_path' => 'node/%',
  34332. 'link_title' => 'The Real McCoy',
  34333. 'options' => 'a:2:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}s:5:"alter";b:1;}',
  34334. 'module' => 'menu',
  34335. 'hidden' => '0',
  34336. 'external' => '0',
  34337. 'has_children' => '0',
  34338. 'expanded' => '0',
  34339. 'weight' => '0',
  34340. 'depth' => '1',
  34341. 'customized' => '1',
  34342. 'p1' => '459',
  34343. 'p2' => '0',
  34344. 'p3' => '0',
  34345. 'p4' => '0',
  34346. 'p5' => '0',
  34347. 'p6' => '0',
  34348. 'p7' => '0',
  34349. 'p8' => '0',
  34350. 'p9' => '0',
  34351. 'updated' => '0',
  34352. ))
  34353. ->values(array(
  34354. 'menu_name' => 'primary-links',
  34355. 'mlid' => '460',
  34356. 'plid' => '0',
  34357. 'link_path' => 'node/11',
  34358. 'router_path' => 'node/%',
  34359. 'link_title' => 'Le Vrai McCoy',
  34360. 'options' => 'a:2:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}s:5:"alter";b:1;}',
  34361. 'module' => 'menu',
  34362. 'hidden' => '0',
  34363. 'external' => '0',
  34364. 'has_children' => '0',
  34365. 'expanded' => '0',
  34366. 'weight' => '0',
  34367. 'depth' => '1',
  34368. 'customized' => '1',
  34369. 'p1' => '460',
  34370. 'p2' => '0',
  34371. 'p3' => '0',
  34372. 'p4' => '0',
  34373. 'p5' => '0',
  34374. 'p6' => '0',
  34375. 'p7' => '0',
  34376. 'p8' => '0',
  34377. 'p9' => '0',
  34378. 'updated' => '0',
  34379. ))
  34380. ->values(array(
  34381. 'menu_name' => 'primary-links',
  34382. 'mlid' => '461',
  34383. 'plid' => '0',
  34384. 'link_path' => 'node/12',
  34385. 'router_path' => 'node/%',
  34386. 'link_title' => 'Abantu zulu',
  34387. 'options' => 'a:2:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}s:5:"alter";b:1;}',
  34388. 'module' => 'menu',
  34389. 'hidden' => '0',
  34390. 'external' => '0',
  34391. 'has_children' => '0',
  34392. 'expanded' => '0',
  34393. 'weight' => '0',
  34394. 'depth' => '1',
  34395. 'customized' => '1',
  34396. 'p1' => '461',
  34397. 'p2' => '0',
  34398. 'p3' => '0',
  34399. 'p4' => '0',
  34400. 'p5' => '0',
  34401. 'p6' => '0',
  34402. 'p7' => '0',
  34403. 'p8' => '0',
  34404. 'p9' => '0',
  34405. 'updated' => '0',
  34406. ))
  34407. ->values(array(
  34408. 'menu_name' => 'primary-links',
  34409. 'mlid' => '462',
  34410. 'plid' => '0',
  34411. 'link_path' => 'node/13',
  34412. 'router_path' => 'node/%',
  34413. 'link_title' => 'The Zulu People',
  34414. 'options' => 'a:2:{s:10:"attributes";a:1:{s:5:"title";s:0:"";}s:5:"alter";b:1;}',
  34415. 'module' => 'menu',
  34416. 'hidden' => '0',
  34417. 'external' => '0',
  34418. 'has_children' => '0',
  34419. 'expanded' => '0',
  34420. 'weight' => '0',
  34421. 'depth' => '1',
  34422. 'customized' => '1',
  34423. 'p1' => '462',
  34424. 'p2' => '0',
  34425. 'p3' => '0',
  34426. 'p4' => '0',
  34427. 'p5' => '0',
  34428. 'p6' => '0',
  34429. 'p7' => '0',
  34430. 'p8' => '0',
  34431. 'p9' => '0',
  34432. 'updated' => '0',
  34433. ))
  34434. ->values(array(
  34435. 'menu_name' => 'secondary-links',
  34436. 'mlid' => '463',
  34437. 'plid' => '139',
  34438. 'link_path' => 'user/login',
  34439. 'router_path' => 'user/login',
  34440. 'link_title' => 'fr - Test 1',
  34441. 'options' => 'a:3:{s:10:"attributes";a:1:{s:5:"title";s:21:"fr - Test menu link 1";}s:8:"langcode";s:2:"fr";s:5:"alter";b:1;}',
  34442. 'module' => 'menu',
  34443. 'hidden' => '0',
  34444. 'external' => '0',
  34445. 'has_children' => '0',
  34446. 'expanded' => '0',
  34447. 'weight' => '-49',
  34448. 'depth' => '2',
  34449. 'customized' => '1',
  34450. 'p1' => '139',
  34451. 'p2' => '459',
  34452. 'p3' => '0',
  34453. 'p4' => '0',
  34454. 'p5' => '0',
  34455. 'p6' => '0',
  34456. 'p7' => '0',
  34457. 'p8' => '0',
  34458. 'p9' => '0',
  34459. 'updated' => '0',
  34460. ))
  34461. ->values(array(
  34462. 'menu_name' => 'navigation',
  34463. 'mlid' => '464',
  34464. 'plid' => '158',
  34465. 'link_path' => 'node/add/page',
  34466. 'router_path' => 'node/add/page',
  34467. 'link_title' => 'Page',
  34468. 'options' => "a:1:{s:10:\"attributes\";a:1:{s:5:\"title\";s:296:\"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.\";}}",
  34469. 'module' => 'system',
  34470. 'hidden' => '0',
  34471. 'external' => '0',
  34472. 'has_children' => '0',
  34473. 'expanded' => '0',
  34474. 'weight' => '0',
  34475. 'depth' => '2',
  34476. 'customized' => '0',
  34477. 'p1' => '158',
  34478. 'p2' => '464',
  34479. 'p3' => '0',
  34480. 'p4' => '0',
  34481. 'p5' => '0',
  34482. 'p6' => '0',
  34483. 'p7' => '0',
  34484. 'p8' => '0',
  34485. 'p9' => '0',
  34486. 'updated' => '0',
  34487. ))
  34488. ->values(array(
  34489. 'menu_name' => 'navigation',
  34490. 'mlid' => '465',
  34491. 'plid' => '157',
  34492. 'link_path' => 'admin/content/node-type/page',
  34493. 'router_path' => 'admin/content/node-type/page',
  34494. 'link_title' => 'Page',
  34495. 'options' => 'a:0:{}',
  34496. 'module' => 'system',
  34497. 'hidden' => '-1',
  34498. 'external' => '0',
  34499. 'has_children' => '0',
  34500. 'expanded' => '0',
  34501. 'weight' => '0',
  34502. 'depth' => '3',
  34503. 'customized' => '0',
  34504. 'p1' => '144',
  34505. 'p2' => '157',
  34506. 'p3' => '465',
  34507. 'p4' => '0',
  34508. 'p5' => '0',
  34509. 'p6' => '0',
  34510. 'p7' => '0',
  34511. 'p8' => '0',
  34512. 'p9' => '0',
  34513. 'updated' => '0',
  34514. ))
  34515. ->values(array(
  34516. 'menu_name' => 'navigation',
  34517. 'mlid' => '466',
  34518. 'plid' => '0',
  34519. 'link_path' => 'admin/content/node-type/page/delete',
  34520. 'router_path' => 'admin/content/node-type/page/delete',
  34521. 'link_title' => 'Delete',
  34522. 'options' => 'a:0:{}',
  34523. 'module' => 'system',
  34524. 'hidden' => '-1',
  34525. 'external' => '0',
  34526. 'has_children' => '0',
  34527. 'expanded' => '0',
  34528. 'weight' => '0',
  34529. 'depth' => '1',
  34530. 'customized' => '0',
  34531. 'p1' => '466',
  34532. 'p2' => '0',
  34533. 'p3' => '0',
  34534. 'p4' => '0',
  34535. 'p5' => '0',
  34536. 'p6' => '0',
  34537. 'p7' => '0',
  34538. 'p8' => '0',
  34539. 'p9' => '0',
  34540. 'updated' => '0',
  34541. ))
  34542. ->values(array(
  34543. 'menu_name' => 'navigation',
  34544. 'mlid' => '467',
  34545. 'plid' => '0',
  34546. 'link_path' => 'admin/content/node-type/employee/fields/field_company_2/remove',
  34547. 'router_path' => 'admin/content/node-type/employee/fields/field_company_2/remove',
  34548. 'link_title' => 'Remove field',
  34549. 'options' => 'a:0:{}',
  34550. 'module' => 'system',
  34551. 'hidden' => '-1',
  34552. 'external' => '0',
  34553. 'has_children' => '0',
  34554. 'expanded' => '0',
  34555. 'weight' => '0',
  34556. 'depth' => '1',
  34557. 'customized' => '0',
  34558. 'p1' => '467',
  34559. 'p2' => '0',
  34560. 'p3' => '0',
  34561. 'p4' => '0',
  34562. 'p5' => '0',
  34563. 'p6' => '0',
  34564. 'p7' => '0',
  34565. 'p8' => '0',
  34566. 'p9' => '0',
  34567. 'updated' => '0',
  34568. ))
  34569. ->values(array(
  34570. 'menu_name' => 'navigation',
  34571. 'mlid' => '468',
  34572. 'plid' => '0',
  34573. 'link_path' => 'admin/content/node-type/employee/fields/field_company_3/remove',
  34574. 'router_path' => 'admin/content/node-type/employee/fields/field_company_3/remove',
  34575. 'link_title' => 'Remove field',
  34576. 'options' => 'a:0:{}',
  34577. 'module' => 'system',
  34578. 'hidden' => '-1',
  34579. 'external' => '0',
  34580. 'has_children' => '0',
  34581. 'expanded' => '0',
  34582. 'weight' => '0',
  34583. 'depth' => '1',
  34584. 'customized' => '0',
  34585. 'p1' => '468',
  34586. 'p2' => '0',
  34587. 'p3' => '0',
  34588. 'p4' => '0',
  34589. 'p5' => '0',
  34590. 'p6' => '0',
  34591. 'p7' => '0',
  34592. 'p8' => '0',
  34593. 'p9' => '0',
  34594. 'updated' => '0',
  34595. ))
  34596. ->values(array(
  34597. 'menu_name' => 'navigation',
  34598. 'mlid' => '469',
  34599. 'plid' => '0',
  34600. 'link_path' => 'admin/content/node-type/page/fields/field_reference/remove',
  34601. 'router_path' => 'admin/content/node-type/page/fields/field_reference/remove',
  34602. 'link_title' => 'Remove field',
  34603. 'options' => 'a:0:{}',
  34604. 'module' => 'system',
  34605. 'hidden' => '-1',
  34606. 'external' => '0',
  34607. 'has_children' => '0',
  34608. 'expanded' => '0',
  34609. 'weight' => '0',
  34610. 'depth' => '1',
  34611. 'customized' => '0',
  34612. 'p1' => '469',
  34613. 'p2' => '0',
  34614. 'p3' => '0',
  34615. 'p4' => '0',
  34616. 'p5' => '0',
  34617. 'p6' => '0',
  34618. 'p7' => '0',
  34619. 'p8' => '0',
  34620. 'p9' => '0',
  34621. 'updated' => '0',
  34622. ))
  34623. ->values(array(
  34624. 'menu_name' => 'navigation',
  34625. 'mlid' => '470',
  34626. 'plid' => '0',
  34627. 'link_path' => 'admin/content/node-type/page/fields/field_reference_2/remove',
  34628. 'router_path' => 'admin/content/node-type/page/fields/field_reference_2/remove',
  34629. 'link_title' => 'Remove field',
  34630. 'options' => 'a:0:{}',
  34631. 'module' => 'system',
  34632. 'hidden' => '-1',
  34633. 'external' => '0',
  34634. 'has_children' => '0',
  34635. 'expanded' => '0',
  34636. 'weight' => '0',
  34637. 'depth' => '1',
  34638. 'customized' => '0',
  34639. 'p1' => '470',
  34640. 'p2' => '0',
  34641. 'p3' => '0',
  34642. 'p4' => '0',
  34643. 'p5' => '0',
  34644. 'p6' => '0',
  34645. 'p7' => '0',
  34646. 'p8' => '0',
  34647. 'p9' => '0',
  34648. 'updated' => '0',
  34649. ))
  34650. ->values(array(
  34651. 'menu_name' => 'navigation',
  34652. 'mlid' => '471',
  34653. 'plid' => '0',
  34654. 'link_path' => 'admin/content/node-type/story/fields/field_test_string_selectlist/remove',
  34655. 'router_path' => 'admin/content/node-type/story/fields/field_test_string_selectlist/remove',
  34656. 'link_title' => 'Remove field',
  34657. 'options' => 'a:0:{}',
  34658. 'module' => 'system',
  34659. 'hidden' => '-1',
  34660. 'external' => '0',
  34661. 'has_children' => '0',
  34662. 'expanded' => '0',
  34663. 'weight' => '0',
  34664. 'depth' => '1',
  34665. 'customized' => '0',
  34666. 'p1' => '471',
  34667. 'p2' => '0',
  34668. 'p3' => '0',
  34669. 'p4' => '0',
  34670. 'p5' => '0',
  34671. 'p6' => '0',
  34672. 'p7' => '0',
  34673. 'p8' => '0',
  34674. 'p9' => '0',
  34675. 'updated' => '0',
  34676. ))
  34677. ->execute();
  34678. $connection->schema()->createTable('menu_router', array(
  34679. 'fields' => array(
  34680. 'path' => array(
  34681. 'type' => 'varchar',
  34682. 'not null' => TRUE,
  34683. 'length' => '255',
  34684. 'default' => '',
  34685. ),
  34686. 'load_functions' => array(
  34687. 'type' => 'text',
  34688. 'not null' => TRUE,
  34689. 'size' => 'normal',
  34690. ),
  34691. 'to_arg_functions' => array(
  34692. 'type' => 'text',
  34693. 'not null' => TRUE,
  34694. 'size' => 'normal',
  34695. ),
  34696. 'access_callback' => array(
  34697. 'type' => 'varchar',
  34698. 'not null' => TRUE,
  34699. 'length' => '255',
  34700. 'default' => '',
  34701. ),
  34702. 'access_arguments' => array(
  34703. 'type' => 'text',
  34704. 'not null' => FALSE,
  34705. 'size' => 'normal',
  34706. ),
  34707. 'page_callback' => array(
  34708. 'type' => 'varchar',
  34709. 'not null' => TRUE,
  34710. 'length' => '255',
  34711. 'default' => '',
  34712. ),
  34713. 'page_arguments' => array(
  34714. 'type' => 'text',
  34715. 'not null' => FALSE,
  34716. 'size' => 'normal',
  34717. ),
  34718. 'fit' => array(
  34719. 'type' => 'int',
  34720. 'not null' => TRUE,
  34721. 'size' => 'normal',
  34722. 'default' => '0',
  34723. ),
  34724. 'number_parts' => array(
  34725. 'type' => 'int',
  34726. 'not null' => TRUE,
  34727. 'size' => 'normal',
  34728. 'default' => '0',
  34729. ),
  34730. 'tab_parent' => array(
  34731. 'type' => 'varchar',
  34732. 'not null' => TRUE,
  34733. 'length' => '255',
  34734. 'default' => '',
  34735. ),
  34736. 'tab_root' => array(
  34737. 'type' => 'varchar',
  34738. 'not null' => TRUE,
  34739. 'length' => '255',
  34740. 'default' => '',
  34741. ),
  34742. 'title' => array(
  34743. 'type' => 'varchar',
  34744. 'not null' => TRUE,
  34745. 'length' => '255',
  34746. 'default' => '',
  34747. ),
  34748. 'title_callback' => array(
  34749. 'type' => 'varchar',
  34750. 'not null' => TRUE,
  34751. 'length' => '255',
  34752. 'default' => '',
  34753. ),
  34754. 'title_arguments' => array(
  34755. 'type' => 'varchar',
  34756. 'not null' => TRUE,
  34757. 'length' => '255',
  34758. 'default' => '',
  34759. ),
  34760. 'type' => array(
  34761. 'type' => 'int',
  34762. 'not null' => TRUE,
  34763. 'size' => 'normal',
  34764. 'default' => '0',
  34765. ),
  34766. 'block_callback' => array(
  34767. 'type' => 'varchar',
  34768. 'not null' => TRUE,
  34769. 'length' => '255',
  34770. 'default' => '',
  34771. ),
  34772. 'description' => array(
  34773. 'type' => 'text',
  34774. 'not null' => TRUE,
  34775. 'size' => 'normal',
  34776. ),
  34777. 'position' => array(
  34778. 'type' => 'varchar',
  34779. 'not null' => TRUE,
  34780. 'length' => '255',
  34781. 'default' => '',
  34782. ),
  34783. 'weight' => array(
  34784. 'type' => 'int',
  34785. 'not null' => TRUE,
  34786. 'size' => 'normal',
  34787. 'default' => '0',
  34788. ),
  34789. 'file' => array(
  34790. 'type' => 'text',
  34791. 'not null' => FALSE,
  34792. 'size' => 'normal',
  34793. ),
  34794. ),
  34795. 'primary key' => array(
  34796. 'path',
  34797. ),
  34798. 'mysql_character_set' => 'utf8',
  34799. ));
  34800. $connection->insert('menu_router')
  34801. ->fields(array(
  34802. 'path',
  34803. 'load_functions',
  34804. 'to_arg_functions',
  34805. 'access_callback',
  34806. 'access_arguments',
  34807. 'page_callback',
  34808. 'page_arguments',
  34809. 'fit',
  34810. 'number_parts',
  34811. 'tab_parent',
  34812. 'tab_root',
  34813. 'title',
  34814. 'title_callback',
  34815. 'title_arguments',
  34816. 'type',
  34817. 'block_callback',
  34818. 'description',
  34819. 'position',
  34820. 'weight',
  34821. 'file',
  34822. ))
  34823. ->values(array(
  34824. 'path' => 'admin',
  34825. 'load_functions' => '',
  34826. 'to_arg_functions' => '',
  34827. 'access_callback' => 'user_access',
  34828. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34829. 'page_callback' => 'system_main_admin_page',
  34830. 'page_arguments' => 'a:0:{}',
  34831. 'fit' => '1',
  34832. 'number_parts' => '1',
  34833. 'tab_parent' => '',
  34834. 'tab_root' => 'admin',
  34835. 'title' => 'Administer',
  34836. 'title_callback' => 't',
  34837. 'title_arguments' => '',
  34838. 'type' => '6',
  34839. 'block_callback' => '',
  34840. 'description' => '',
  34841. 'position' => '',
  34842. 'weight' => '9',
  34843. 'file' => 'modules/system/system.admin.inc',
  34844. ))
  34845. ->values(array(
  34846. 'path' => 'admin/build',
  34847. 'load_functions' => '',
  34848. 'to_arg_functions' => '',
  34849. 'access_callback' => 'user_access',
  34850. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  34851. 'page_callback' => 'system_admin_menu_block_page',
  34852. 'page_arguments' => 'a:0:{}',
  34853. 'fit' => '3',
  34854. 'number_parts' => '2',
  34855. 'tab_parent' => '',
  34856. 'tab_root' => 'admin/build',
  34857. 'title' => 'Site building',
  34858. 'title_callback' => 't',
  34859. 'title_arguments' => '',
  34860. 'type' => '6',
  34861. 'block_callback' => '',
  34862. 'description' => 'Control how your site looks and feels.',
  34863. 'position' => 'right',
  34864. 'weight' => '-10',
  34865. 'file' => 'modules/system/system.admin.inc',
  34866. ))
  34867. ->values(array(
  34868. 'path' => 'admin/build/block',
  34869. 'load_functions' => '',
  34870. 'to_arg_functions' => '',
  34871. 'access_callback' => 'user_access',
  34872. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  34873. 'page_callback' => 'block_admin_display',
  34874. 'page_arguments' => 'a:0:{}',
  34875. 'fit' => '7',
  34876. 'number_parts' => '3',
  34877. 'tab_parent' => '',
  34878. 'tab_root' => 'admin/build/block',
  34879. 'title' => 'Blocks',
  34880. 'title_callback' => 't',
  34881. 'title_arguments' => '',
  34882. 'type' => '6',
  34883. 'block_callback' => '',
  34884. 'description' => "Configure what block content appears in your site's sidebars and other regions.",
  34885. 'position' => '',
  34886. 'weight' => '0',
  34887. 'file' => 'modules/block/block.admin.inc',
  34888. ))
  34889. ->values(array(
  34890. 'path' => 'admin/build/block/add',
  34891. 'load_functions' => '',
  34892. 'to_arg_functions' => '',
  34893. 'access_callback' => 'user_access',
  34894. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  34895. 'page_callback' => 'drupal_get_form',
  34896. 'page_arguments' => 'a:1:{i:0;s:20:"block_add_block_form";}',
  34897. 'fit' => '15',
  34898. 'number_parts' => '4',
  34899. 'tab_parent' => 'admin/build/block',
  34900. 'tab_root' => 'admin/build/block',
  34901. 'title' => 'Add block',
  34902. 'title_callback' => 't',
  34903. 'title_arguments' => '',
  34904. 'type' => '128',
  34905. 'block_callback' => '',
  34906. 'description' => '',
  34907. 'position' => '',
  34908. 'weight' => '0',
  34909. 'file' => 'modules/block/block.admin.inc',
  34910. ))
  34911. ->values(array(
  34912. 'path' => 'admin/build/block/configure',
  34913. 'load_functions' => '',
  34914. 'to_arg_functions' => '',
  34915. 'access_callback' => 'user_access',
  34916. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  34917. 'page_callback' => 'drupal_get_form',
  34918. 'page_arguments' => 'a:1:{i:0;s:21:"block_admin_configure";}',
  34919. 'fit' => '15',
  34920. 'number_parts' => '4',
  34921. 'tab_parent' => '',
  34922. 'tab_root' => 'admin/build/block/configure',
  34923. 'title' => 'Configure block',
  34924. 'title_callback' => 't',
  34925. 'title_arguments' => '',
  34926. 'type' => '4',
  34927. 'block_callback' => '',
  34928. 'description' => '',
  34929. 'position' => '',
  34930. 'weight' => '0',
  34931. 'file' => 'modules/block/block.admin.inc',
  34932. ))
  34933. ->values(array(
  34934. 'path' => 'admin/build/block/delete',
  34935. 'load_functions' => '',
  34936. 'to_arg_functions' => '',
  34937. 'access_callback' => 'user_access',
  34938. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  34939. 'page_callback' => 'drupal_get_form',
  34940. 'page_arguments' => 'a:1:{i:0;s:16:"block_box_delete";}',
  34941. 'fit' => '15',
  34942. 'number_parts' => '4',
  34943. 'tab_parent' => '',
  34944. 'tab_root' => 'admin/build/block/delete',
  34945. 'title' => 'Delete block',
  34946. 'title_callback' => 't',
  34947. 'title_arguments' => '',
  34948. 'type' => '4',
  34949. 'block_callback' => '',
  34950. 'description' => '',
  34951. 'position' => '',
  34952. 'weight' => '0',
  34953. 'file' => 'modules/block/block.admin.inc',
  34954. ))
  34955. ->values(array(
  34956. 'path' => 'admin/build/block/list',
  34957. 'load_functions' => '',
  34958. 'to_arg_functions' => '',
  34959. 'access_callback' => 'user_access',
  34960. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  34961. 'page_callback' => 'block_admin_display',
  34962. 'page_arguments' => 'a:0:{}',
  34963. 'fit' => '15',
  34964. 'number_parts' => '4',
  34965. 'tab_parent' => 'admin/build/block',
  34966. 'tab_root' => 'admin/build/block',
  34967. 'title' => 'List',
  34968. 'title_callback' => 't',
  34969. 'title_arguments' => '',
  34970. 'type' => '136',
  34971. 'block_callback' => '',
  34972. 'description' => '',
  34973. 'position' => '',
  34974. 'weight' => '-10',
  34975. 'file' => 'modules/block/block.admin.inc',
  34976. ))
  34977. ->values(array(
  34978. 'path' => 'admin/build/block/list/bluemarine',
  34979. 'load_functions' => '',
  34980. 'to_arg_functions' => '',
  34981. 'access_callback' => '_block_themes_access',
  34982. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:33:"themes/bluemarine/bluemarine.info";s:4:"name";s:10:"bluemarine";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:13:{s:4:"name";s:10:"Bluemarine";s:11:"description";s:66:"Table-based multi-column theme with a marine and ash color scheme.";s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/bluemarine/script.js";}s:10:"screenshot";s:32:"themes/bluemarine/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
  34983. 'page_callback' => 'block_admin_display',
  34984. 'page_arguments' => 'a:1:{i:0;s:10:"bluemarine";}',
  34985. 'fit' => '31',
  34986. 'number_parts' => '5',
  34987. 'tab_parent' => 'admin/build/block/list',
  34988. 'tab_root' => 'admin/build/block',
  34989. 'title' => 'Bluemarine',
  34990. 'title_callback' => 't',
  34991. 'title_arguments' => '',
  34992. 'type' => '128',
  34993. 'block_callback' => '',
  34994. 'description' => '',
  34995. 'position' => '',
  34996. 'weight' => '0',
  34997. 'file' => 'modules/block/block.admin.inc',
  34998. ))
  34999. ->values(array(
  35000. 'path' => 'admin/build/block/list/chameleon',
  35001. 'load_functions' => '',
  35002. 'to_arg_functions' => '',
  35003. 'access_callback' => '_block_themes_access',
  35004. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":11:{s:8:"filename";s:31:"themes/chameleon/chameleon.info";s:4:"name";s:9:"chameleon";s:4:"type";s:5:"theme";s:5:"owner";s:32:"themes/chameleon/chameleon.theme";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:12:{s:4:"name";s:9:"Chameleon";s:11:"description";s:42:"Minimalist tabled theme with light colors.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:8:"features";a:4:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:7:"scripts";a:1:{s:9:"script.js";s:26:"themes/chameleon/script.js";}s:10:"screenshot";s:31:"themes/chameleon/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}}}',
  35005. 'page_callback' => 'block_admin_display',
  35006. 'page_arguments' => 'a:1:{i:0;s:9:"chameleon";}',
  35007. 'fit' => '31',
  35008. 'number_parts' => '5',
  35009. 'tab_parent' => 'admin/build/block/list',
  35010. 'tab_root' => 'admin/build/block',
  35011. 'title' => 'Chameleon',
  35012. 'title_callback' => 't',
  35013. 'title_arguments' => '',
  35014. 'type' => '128',
  35015. 'block_callback' => '',
  35016. 'description' => '',
  35017. 'position' => '',
  35018. 'weight' => '0',
  35019. 'file' => 'modules/block/block.admin.inc',
  35020. ))
  35021. ->values(array(
  35022. 'path' => 'admin/build/block/list/garland',
  35023. 'load_functions' => '',
  35024. 'to_arg_functions' => '',
  35025. 'access_callback' => '_block_themes_access',
  35026. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:13:{s:4:"name";s:7:"Garland";s:11:"description";s:66:"Tableless, recolorable, multi-column, fluid width theme (default).";s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:24:"themes/garland/script.js";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
  35027. 'page_callback' => 'block_admin_display',
  35028. 'page_arguments' => 'a:1:{i:0;s:7:"garland";}',
  35029. 'fit' => '31',
  35030. 'number_parts' => '5',
  35031. 'tab_parent' => 'admin/build/block/list',
  35032. 'tab_root' => 'admin/build/block',
  35033. 'title' => 'Garland',
  35034. 'title_callback' => 't',
  35035. 'title_arguments' => '',
  35036. 'type' => '136',
  35037. 'block_callback' => '',
  35038. 'description' => '',
  35039. 'position' => '',
  35040. 'weight' => '-10',
  35041. 'file' => 'modules/block/block.admin.inc',
  35042. ))
  35043. ->values(array(
  35044. 'path' => 'admin/build/block/list/js',
  35045. 'load_functions' => '',
  35046. 'to_arg_functions' => '',
  35047. 'access_callback' => 'user_access',
  35048. 'access_arguments' => 'a:1:{i:0;s:17:"administer blocks";}',
  35049. 'page_callback' => 'block_admin_display_js',
  35050. 'page_arguments' => 'a:0:{}',
  35051. 'fit' => '31',
  35052. 'number_parts' => '5',
  35053. 'tab_parent' => '',
  35054. 'tab_root' => 'admin/build/block/list/js',
  35055. 'title' => 'JavaScript List Form',
  35056. 'title_callback' => 't',
  35057. 'title_arguments' => '',
  35058. 'type' => '4',
  35059. 'block_callback' => '',
  35060. 'description' => '',
  35061. 'position' => '',
  35062. 'weight' => '0',
  35063. 'file' => 'modules/block/block.admin.inc',
  35064. ))
  35065. ->values(array(
  35066. 'path' => 'admin/build/block/list/marvin',
  35067. 'load_functions' => '',
  35068. 'to_arg_functions' => '',
  35069. 'access_callback' => '_block_themes_access',
  35070. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:35:"themes/chameleon/marvin/marvin.info";s:4:"name";s:6:"marvin";s:4:"type";s:5:"theme";s:5:"owner";s:0:"";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:13:{s:4:"name";s:6:"Marvin";s:11:"description";s:31:"Boxy tabled theme in all grays.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:10:"base theme";s:9:"chameleon";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/chameleon/marvin/script.js";}s:10:"screenshot";s:38:"themes/chameleon/marvin/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:10:"base_theme";s:9:"chameleon";}}',
  35071. 'page_callback' => 'block_admin_display',
  35072. 'page_arguments' => 'a:1:{i:0;s:6:"marvin";}',
  35073. 'fit' => '31',
  35074. 'number_parts' => '5',
  35075. 'tab_parent' => 'admin/build/block/list',
  35076. 'tab_root' => 'admin/build/block',
  35077. 'title' => 'Marvin',
  35078. 'title_callback' => 't',
  35079. 'title_arguments' => '',
  35080. 'type' => '128',
  35081. 'block_callback' => '',
  35082. 'description' => '',
  35083. 'position' => '',
  35084. 'weight' => '0',
  35085. 'file' => 'modules/block/block.admin.inc',
  35086. ))
  35087. ->values(array(
  35088. 'path' => 'admin/build/block/list/minnelli',
  35089. 'load_functions' => '',
  35090. 'to_arg_functions' => '',
  35091. 'access_callback' => '_block_themes_access',
  35092. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":13:{s:8:"filename";s:37:"themes/garland/minnelli/minnelli.info";s:4:"name";s:8:"minnelli";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:14:{s:4:"name";s:8:"Minnelli";s:11:"description";s:56:"Tableless, recolorable, multi-column, fixed width theme.";s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:10:"base theme";s:7:"garland";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/garland/minnelli/script.js";}s:10:"screenshot";s:38:"themes/garland/minnelli/screenshot.png";s:3:"php";s:5:"4.3.5";s:6:"engine";s:11:"phptemplate";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:6:"engine";s:11:"phptemplate";s:10:"base_theme";s:7:"garland";}}',
  35093. 'page_callback' => 'block_admin_display',
  35094. 'page_arguments' => 'a:1:{i:0;s:8:"minnelli";}',
  35095. 'fit' => '31',
  35096. 'number_parts' => '5',
  35097. 'tab_parent' => 'admin/build/block/list',
  35098. 'tab_root' => 'admin/build/block',
  35099. 'title' => 'Minnelli',
  35100. 'title_callback' => 't',
  35101. 'title_arguments' => '',
  35102. 'type' => '128',
  35103. 'block_callback' => '',
  35104. 'description' => '',
  35105. 'position' => '',
  35106. 'weight' => '0',
  35107. 'file' => 'modules/block/block.admin.inc',
  35108. ))
  35109. ->values(array(
  35110. 'path' => 'admin/build/block/list/pushbutton',
  35111. 'load_functions' => '',
  35112. 'to_arg_functions' => '',
  35113. 'access_callback' => '_block_themes_access',
  35114. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:33:"themes/pushbutton/pushbutton.info";s:4:"name";s:10:"pushbutton";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:13:{s:4:"name";s:10:"Pushbutton";s:11:"description";s:52:"Tabled, multi-column theme in blue and orange tones.";s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/pushbutton/script.js";}s:10:"screenshot";s:32:"themes/pushbutton/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
  35115. 'page_callback' => 'block_admin_display',
  35116. 'page_arguments' => 'a:1:{i:0;s:10:"pushbutton";}',
  35117. 'fit' => '31',
  35118. 'number_parts' => '5',
  35119. 'tab_parent' => 'admin/build/block/list',
  35120. 'tab_root' => 'admin/build/block',
  35121. 'title' => 'Pushbutton',
  35122. 'title_callback' => 't',
  35123. 'title_arguments' => '',
  35124. 'type' => '128',
  35125. 'block_callback' => '',
  35126. 'description' => '',
  35127. 'position' => '',
  35128. 'weight' => '0',
  35129. 'file' => 'modules/block/block.admin.inc',
  35130. ))
  35131. ->values(array(
  35132. 'path' => 'admin/build/contact',
  35133. 'load_functions' => '',
  35134. 'to_arg_functions' => '',
  35135. 'access_callback' => 'user_access',
  35136. 'access_arguments' => 'a:1:{i:0;s:33:"administer site-wide contact form";}',
  35137. 'page_callback' => 'contact_admin_categories',
  35138. 'page_arguments' => 'a:0:{}',
  35139. 'fit' => '7',
  35140. 'number_parts' => '3',
  35141. 'tab_parent' => '',
  35142. 'tab_root' => 'admin/build/contact',
  35143. 'title' => 'Contact form',
  35144. 'title_callback' => 't',
  35145. 'title_arguments' => '',
  35146. 'type' => '6',
  35147. 'block_callback' => '',
  35148. 'description' => 'Create a system contact form and set up categories for the form to use.',
  35149. 'position' => '',
  35150. 'weight' => '0',
  35151. 'file' => 'modules/contact/contact.admin.inc',
  35152. ))
  35153. ->values(array(
  35154. 'path' => 'admin/build/contact/add',
  35155. 'load_functions' => '',
  35156. 'to_arg_functions' => '',
  35157. 'access_callback' => 'user_access',
  35158. 'access_arguments' => 'a:1:{i:0;s:33:"administer site-wide contact form";}',
  35159. 'page_callback' => 'drupal_get_form',
  35160. 'page_arguments' => 'a:2:{i:0;s:18:"contact_admin_edit";i:1;i:3;}',
  35161. 'fit' => '15',
  35162. 'number_parts' => '4',
  35163. 'tab_parent' => 'admin/build/contact',
  35164. 'tab_root' => 'admin/build/contact',
  35165. 'title' => 'Add category',
  35166. 'title_callback' => 't',
  35167. 'title_arguments' => '',
  35168. 'type' => '128',
  35169. 'block_callback' => '',
  35170. 'description' => '',
  35171. 'position' => '',
  35172. 'weight' => '1',
  35173. 'file' => 'modules/contact/contact.admin.inc',
  35174. ))
  35175. ->values(array(
  35176. 'path' => 'admin/build/contact/delete/%',
  35177. 'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
  35178. 'to_arg_functions' => '',
  35179. 'access_callback' => 'user_access',
  35180. 'access_arguments' => 'a:1:{i:0;s:33:"administer site-wide contact form";}',
  35181. 'page_callback' => 'drupal_get_form',
  35182. 'page_arguments' => 'a:2:{i:0;s:20:"contact_admin_delete";i:1;i:4;}',
  35183. 'fit' => '30',
  35184. 'number_parts' => '5',
  35185. 'tab_parent' => '',
  35186. 'tab_root' => 'admin/build/contact/delete/%',
  35187. 'title' => 'Delete contact',
  35188. 'title_callback' => 't',
  35189. 'title_arguments' => '',
  35190. 'type' => '4',
  35191. 'block_callback' => '',
  35192. 'description' => '',
  35193. 'position' => '',
  35194. 'weight' => '0',
  35195. 'file' => 'modules/contact/contact.admin.inc',
  35196. ))
  35197. ->values(array(
  35198. 'path' => 'admin/build/contact/edit/%',
  35199. 'load_functions' => 'a:1:{i:4;s:12:"contact_load";}',
  35200. 'to_arg_functions' => '',
  35201. 'access_callback' => 'user_access',
  35202. 'access_arguments' => 'a:1:{i:0;s:33:"administer site-wide contact form";}',
  35203. 'page_callback' => 'drupal_get_form',
  35204. 'page_arguments' => 'a:3:{i:0;s:18:"contact_admin_edit";i:1;i:3;i:2;i:4;}',
  35205. 'fit' => '30',
  35206. 'number_parts' => '5',
  35207. 'tab_parent' => '',
  35208. 'tab_root' => 'admin/build/contact/edit/%',
  35209. 'title' => 'Edit contact category',
  35210. 'title_callback' => 't',
  35211. 'title_arguments' => '',
  35212. 'type' => '4',
  35213. 'block_callback' => '',
  35214. 'description' => '',
  35215. 'position' => '',
  35216. 'weight' => '0',
  35217. 'file' => 'modules/contact/contact.admin.inc',
  35218. ))
  35219. ->values(array(
  35220. 'path' => 'admin/build/contact/list',
  35221. 'load_functions' => '',
  35222. 'to_arg_functions' => '',
  35223. 'access_callback' => 'user_access',
  35224. 'access_arguments' => 'a:1:{i:0;s:33:"administer site-wide contact form";}',
  35225. 'page_callback' => 'contact_admin_categories',
  35226. 'page_arguments' => 'a:0:{}',
  35227. 'fit' => '15',
  35228. 'number_parts' => '4',
  35229. 'tab_parent' => 'admin/build/contact',
  35230. 'tab_root' => 'admin/build/contact',
  35231. 'title' => 'List',
  35232. 'title_callback' => 't',
  35233. 'title_arguments' => '',
  35234. 'type' => '136',
  35235. 'block_callback' => '',
  35236. 'description' => '',
  35237. 'position' => '',
  35238. 'weight' => '0',
  35239. 'file' => 'modules/contact/contact.admin.inc',
  35240. ))
  35241. ->values(array(
  35242. 'path' => 'admin/build/contact/settings',
  35243. 'load_functions' => '',
  35244. 'to_arg_functions' => '',
  35245. 'access_callback' => 'user_access',
  35246. 'access_arguments' => 'a:1:{i:0;s:33:"administer site-wide contact form";}',
  35247. 'page_callback' => 'drupal_get_form',
  35248. 'page_arguments' => 'a:1:{i:0;s:22:"contact_admin_settings";}',
  35249. 'fit' => '15',
  35250. 'number_parts' => '4',
  35251. 'tab_parent' => 'admin/build/contact',
  35252. 'tab_root' => 'admin/build/contact',
  35253. 'title' => 'Settings',
  35254. 'title_callback' => 't',
  35255. 'title_arguments' => '',
  35256. 'type' => '128',
  35257. 'block_callback' => '',
  35258. 'description' => '',
  35259. 'position' => '',
  35260. 'weight' => '2',
  35261. 'file' => 'modules/contact/contact.admin.inc',
  35262. ))
  35263. ->values(array(
  35264. 'path' => 'admin/build/menu',
  35265. 'load_functions' => '',
  35266. 'to_arg_functions' => '',
  35267. 'access_callback' => 'user_access',
  35268. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  35269. 'page_callback' => 'menu_overview_page',
  35270. 'page_arguments' => 'a:0:{}',
  35271. 'fit' => '7',
  35272. 'number_parts' => '3',
  35273. 'tab_parent' => '',
  35274. 'tab_root' => 'admin/build/menu',
  35275. 'title' => 'Menus',
  35276. 'title_callback' => 't',
  35277. 'title_arguments' => '',
  35278. 'type' => '6',
  35279. 'block_callback' => '',
  35280. 'description' => "Control your site's navigation menu, primary links and secondary links, as well as rename and reorganize menu items.",
  35281. 'position' => '',
  35282. 'weight' => '0',
  35283. 'file' => 'modules/menu/menu.admin.inc',
  35284. ))
  35285. ->values(array(
  35286. 'path' => 'admin/build/menu-customize/%',
  35287. 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}',
  35288. 'to_arg_functions' => '',
  35289. 'access_callback' => 'user_access',
  35290. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  35291. 'page_callback' => 'drupal_get_form',
  35292. 'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:3;}',
  35293. 'fit' => '14',
  35294. 'number_parts' => '4',
  35295. 'tab_parent' => '',
  35296. 'tab_root' => 'admin/build/menu-customize/%',
  35297. 'title' => 'Customize menu',
  35298. 'title_callback' => 'menu_overview_title',
  35299. 'title_arguments' => 'a:1:{i:0;i:3;}',
  35300. 'type' => '4',
  35301. 'block_callback' => '',
  35302. 'description' => '',
  35303. 'position' => '',
  35304. 'weight' => '0',
  35305. 'file' => 'modules/menu/menu.admin.inc',
  35306. ))
  35307. ->values(array(
  35308. 'path' => 'admin/build/menu-customize/%/add',
  35309. 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}',
  35310. 'to_arg_functions' => '',
  35311. 'access_callback' => 'user_access',
  35312. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  35313. 'page_callback' => 'drupal_get_form',
  35314. 'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:3:"add";i:2;N;i:3;i:3;}',
  35315. 'fit' => '29',
  35316. 'number_parts' => '5',
  35317. 'tab_parent' => 'admin/build/menu-customize/%',
  35318. 'tab_root' => 'admin/build/menu-customize/%',
  35319. 'title' => 'Add item',
  35320. 'title_callback' => 't',
  35321. 'title_arguments' => '',
  35322. 'type' => '128',
  35323. 'block_callback' => '',
  35324. 'description' => '',
  35325. 'position' => '',
  35326. 'weight' => '0',
  35327. 'file' => 'modules/menu/menu.admin.inc',
  35328. ))
  35329. ->values(array(
  35330. 'path' => 'admin/build/menu-customize/%/delete',
  35331. 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}',
  35332. 'to_arg_functions' => '',
  35333. 'access_callback' => 'user_access',
  35334. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  35335. 'page_callback' => 'menu_delete_menu_page',
  35336. 'page_arguments' => 'a:1:{i:0;i:3;}',
  35337. 'fit' => '29',
  35338. 'number_parts' => '5',
  35339. 'tab_parent' => '',
  35340. 'tab_root' => 'admin/build/menu-customize/%/delete',
  35341. 'title' => 'Delete menu',
  35342. 'title_callback' => 't',
  35343. 'title_arguments' => '',
  35344. 'type' => '4',
  35345. 'block_callback' => '',
  35346. 'description' => '',
  35347. 'position' => '',
  35348. 'weight' => '0',
  35349. 'file' => 'modules/menu/menu.admin.inc',
  35350. ))
  35351. ->values(array(
  35352. 'path' => 'admin/build/menu-customize/%/edit',
  35353. 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}',
  35354. 'to_arg_functions' => '',
  35355. 'access_callback' => 'user_access',
  35356. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  35357. 'page_callback' => 'drupal_get_form',
  35358. 'page_arguments' => 'a:3:{i:0;s:14:"menu_edit_menu";i:1;s:4:"edit";i:2;i:3;}',
  35359. 'fit' => '29',
  35360. 'number_parts' => '5',
  35361. 'tab_parent' => 'admin/build/menu-customize/%',
  35362. 'tab_root' => 'admin/build/menu-customize/%',
  35363. 'title' => 'Edit menu',
  35364. 'title_callback' => 't',
  35365. 'title_arguments' => '',
  35366. 'type' => '128',
  35367. 'block_callback' => '',
  35368. 'description' => '',
  35369. 'position' => '',
  35370. 'weight' => '0',
  35371. 'file' => 'modules/menu/menu.admin.inc',
  35372. ))
  35373. ->values(array(
  35374. 'path' => 'admin/build/menu-customize/%/list',
  35375. 'load_functions' => 'a:1:{i:3;s:9:"menu_load";}',
  35376. 'to_arg_functions' => '',
  35377. 'access_callback' => 'user_access',
  35378. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  35379. 'page_callback' => 'drupal_get_form',
  35380. 'page_arguments' => 'a:2:{i:0;s:18:"menu_overview_form";i:1;i:3;}',
  35381. 'fit' => '29',
  35382. 'number_parts' => '5',
  35383. 'tab_parent' => 'admin/build/menu-customize/%',
  35384. 'tab_root' => 'admin/build/menu-customize/%',
  35385. 'title' => 'List items',
  35386. 'title_callback' => 't',
  35387. 'title_arguments' => '',
  35388. 'type' => '136',
  35389. 'block_callback' => '',
  35390. 'description' => '',
  35391. 'position' => '',
  35392. 'weight' => '-10',
  35393. 'file' => 'modules/menu/menu.admin.inc',
  35394. ))
  35395. ->values(array(
  35396. 'path' => 'admin/build/menu/add',
  35397. 'load_functions' => '',
  35398. 'to_arg_functions' => '',
  35399. 'access_callback' => 'user_access',
  35400. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  35401. 'page_callback' => 'drupal_get_form',
  35402. 'page_arguments' => 'a:2:{i:0;s:14:"menu_edit_menu";i:1;s:3:"add";}',
  35403. 'fit' => '15',
  35404. 'number_parts' => '4',
  35405. 'tab_parent' => 'admin/build/menu',
  35406. 'tab_root' => 'admin/build/menu',
  35407. 'title' => 'Add menu',
  35408. 'title_callback' => 't',
  35409. 'title_arguments' => '',
  35410. 'type' => '128',
  35411. 'block_callback' => '',
  35412. 'description' => '',
  35413. 'position' => '',
  35414. 'weight' => '0',
  35415. 'file' => 'modules/menu/menu.admin.inc',
  35416. ))
  35417. ->values(array(
  35418. 'path' => 'admin/build/menu/item/%/delete',
  35419. 'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
  35420. 'to_arg_functions' => '',
  35421. 'access_callback' => 'user_access',
  35422. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  35423. 'page_callback' => 'menu_item_delete_page',
  35424. 'page_arguments' => 'a:1:{i:0;i:4;}',
  35425. 'fit' => '61',
  35426. 'number_parts' => '6',
  35427. 'tab_parent' => '',
  35428. 'tab_root' => 'admin/build/menu/item/%/delete',
  35429. 'title' => 'Delete menu item',
  35430. 'title_callback' => 't',
  35431. 'title_arguments' => '',
  35432. 'type' => '4',
  35433. 'block_callback' => '',
  35434. 'description' => '',
  35435. 'position' => '',
  35436. 'weight' => '0',
  35437. 'file' => 'modules/menu/menu.admin.inc',
  35438. ))
  35439. ->values(array(
  35440. 'path' => 'admin/build/menu/item/%/edit',
  35441. 'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
  35442. 'to_arg_functions' => '',
  35443. 'access_callback' => 'user_access',
  35444. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  35445. 'page_callback' => 'drupal_get_form',
  35446. 'page_arguments' => 'a:4:{i:0;s:14:"menu_edit_item";i:1;s:4:"edit";i:2;i:4;i:3;N;}',
  35447. 'fit' => '61',
  35448. 'number_parts' => '6',
  35449. 'tab_parent' => '',
  35450. 'tab_root' => 'admin/build/menu/item/%/edit',
  35451. 'title' => 'Edit menu item',
  35452. 'title_callback' => 't',
  35453. 'title_arguments' => '',
  35454. 'type' => '4',
  35455. 'block_callback' => '',
  35456. 'description' => '',
  35457. 'position' => '',
  35458. 'weight' => '0',
  35459. 'file' => 'modules/menu/menu.admin.inc',
  35460. ))
  35461. ->values(array(
  35462. 'path' => 'admin/build/menu/item/%/reset',
  35463. 'load_functions' => 'a:1:{i:4;s:14:"menu_link_load";}',
  35464. 'to_arg_functions' => '',
  35465. 'access_callback' => 'user_access',
  35466. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  35467. 'page_callback' => 'drupal_get_form',
  35468. 'page_arguments' => 'a:2:{i:0;s:23:"menu_reset_item_confirm";i:1;i:4;}',
  35469. 'fit' => '61',
  35470. 'number_parts' => '6',
  35471. 'tab_parent' => '',
  35472. 'tab_root' => 'admin/build/menu/item/%/reset',
  35473. 'title' => 'Reset menu item',
  35474. 'title_callback' => 't',
  35475. 'title_arguments' => '',
  35476. 'type' => '4',
  35477. 'block_callback' => '',
  35478. 'description' => '',
  35479. 'position' => '',
  35480. 'weight' => '0',
  35481. 'file' => 'modules/menu/menu.admin.inc',
  35482. ))
  35483. ->values(array(
  35484. 'path' => 'admin/build/menu/list',
  35485. 'load_functions' => '',
  35486. 'to_arg_functions' => '',
  35487. 'access_callback' => 'user_access',
  35488. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  35489. 'page_callback' => 'menu_overview_page',
  35490. 'page_arguments' => 'a:0:{}',
  35491. 'fit' => '15',
  35492. 'number_parts' => '4',
  35493. 'tab_parent' => 'admin/build/menu',
  35494. 'tab_root' => 'admin/build/menu',
  35495. 'title' => 'List menus',
  35496. 'title_callback' => 't',
  35497. 'title_arguments' => '',
  35498. 'type' => '136',
  35499. 'block_callback' => '',
  35500. 'description' => '',
  35501. 'position' => '',
  35502. 'weight' => '-10',
  35503. 'file' => 'modules/menu/menu.admin.inc',
  35504. ))
  35505. ->values(array(
  35506. 'path' => 'admin/build/menu/settings',
  35507. 'load_functions' => '',
  35508. 'to_arg_functions' => '',
  35509. 'access_callback' => 'user_access',
  35510. 'access_arguments' => 'a:1:{i:0;s:15:"administer menu";}',
  35511. 'page_callback' => 'drupal_get_form',
  35512. 'page_arguments' => 'a:1:{i:0;s:14:"menu_configure";}',
  35513. 'fit' => '15',
  35514. 'number_parts' => '4',
  35515. 'tab_parent' => 'admin/build/menu',
  35516. 'tab_root' => 'admin/build/menu',
  35517. 'title' => 'Settings',
  35518. 'title_callback' => 't',
  35519. 'title_arguments' => '',
  35520. 'type' => '128',
  35521. 'block_callback' => '',
  35522. 'description' => '',
  35523. 'position' => '',
  35524. 'weight' => '5',
  35525. 'file' => 'modules/menu/menu.admin.inc',
  35526. ))
  35527. ->values(array(
  35528. 'path' => 'admin/build/modules',
  35529. 'load_functions' => '',
  35530. 'to_arg_functions' => '',
  35531. 'access_callback' => 'user_access',
  35532. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35533. 'page_callback' => 'drupal_get_form',
  35534. 'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
  35535. 'fit' => '7',
  35536. 'number_parts' => '3',
  35537. 'tab_parent' => '',
  35538. 'tab_root' => 'admin/build/modules',
  35539. 'title' => 'Modules',
  35540. 'title_callback' => 't',
  35541. 'title_arguments' => '',
  35542. 'type' => '6',
  35543. 'block_callback' => '',
  35544. 'description' => 'Enable or disable add-on modules for your site.',
  35545. 'position' => '',
  35546. 'weight' => '0',
  35547. 'file' => 'modules/system/system.admin.inc',
  35548. ))
  35549. ->values(array(
  35550. 'path' => 'admin/build/modules/list',
  35551. 'load_functions' => '',
  35552. 'to_arg_functions' => '',
  35553. 'access_callback' => 'user_access',
  35554. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35555. 'page_callback' => 'drupal_get_form',
  35556. 'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
  35557. 'fit' => '15',
  35558. 'number_parts' => '4',
  35559. 'tab_parent' => 'admin/build/modules',
  35560. 'tab_root' => 'admin/build/modules',
  35561. 'title' => 'List',
  35562. 'title_callback' => 't',
  35563. 'title_arguments' => '',
  35564. 'type' => '136',
  35565. 'block_callback' => '',
  35566. 'description' => '',
  35567. 'position' => '',
  35568. 'weight' => '0',
  35569. 'file' => 'modules/system/system.admin.inc',
  35570. ))
  35571. ->values(array(
  35572. 'path' => 'admin/build/modules/list/confirm',
  35573. 'load_functions' => '',
  35574. 'to_arg_functions' => '',
  35575. 'access_callback' => 'user_access',
  35576. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35577. 'page_callback' => 'drupal_get_form',
  35578. 'page_arguments' => 'a:1:{i:0;s:14:"system_modules";}',
  35579. 'fit' => '31',
  35580. 'number_parts' => '5',
  35581. 'tab_parent' => '',
  35582. 'tab_root' => 'admin/build/modules/list/confirm',
  35583. 'title' => 'List',
  35584. 'title_callback' => 't',
  35585. 'title_arguments' => '',
  35586. 'type' => '4',
  35587. 'block_callback' => '',
  35588. 'description' => '',
  35589. 'position' => '',
  35590. 'weight' => '0',
  35591. 'file' => 'modules/system/system.admin.inc',
  35592. ))
  35593. ->values(array(
  35594. 'path' => 'admin/build/modules/uninstall',
  35595. 'load_functions' => '',
  35596. 'to_arg_functions' => '',
  35597. 'access_callback' => 'user_access',
  35598. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35599. 'page_callback' => 'drupal_get_form',
  35600. 'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
  35601. 'fit' => '15',
  35602. 'number_parts' => '4',
  35603. 'tab_parent' => 'admin/build/modules',
  35604. 'tab_root' => 'admin/build/modules',
  35605. 'title' => 'Uninstall',
  35606. 'title_callback' => 't',
  35607. 'title_arguments' => '',
  35608. 'type' => '128',
  35609. 'block_callback' => '',
  35610. 'description' => '',
  35611. 'position' => '',
  35612. 'weight' => '0',
  35613. 'file' => 'modules/system/system.admin.inc',
  35614. ))
  35615. ->values(array(
  35616. 'path' => 'admin/build/modules/uninstall/confirm',
  35617. 'load_functions' => '',
  35618. 'to_arg_functions' => '',
  35619. 'access_callback' => 'user_access',
  35620. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35621. 'page_callback' => 'drupal_get_form',
  35622. 'page_arguments' => 'a:1:{i:0;s:24:"system_modules_uninstall";}',
  35623. 'fit' => '31',
  35624. 'number_parts' => '5',
  35625. 'tab_parent' => '',
  35626. 'tab_root' => 'admin/build/modules/uninstall/confirm',
  35627. 'title' => 'Uninstall',
  35628. 'title_callback' => 't',
  35629. 'title_arguments' => '',
  35630. 'type' => '4',
  35631. 'block_callback' => '',
  35632. 'description' => '',
  35633. 'position' => '',
  35634. 'weight' => '0',
  35635. 'file' => 'modules/system/system.admin.inc',
  35636. ))
  35637. ->values(array(
  35638. 'path' => 'admin/build/path',
  35639. 'load_functions' => '',
  35640. 'to_arg_functions' => '',
  35641. 'access_callback' => 'user_access',
  35642. 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
  35643. 'page_callback' => 'path_admin_overview',
  35644. 'page_arguments' => 'a:0:{}',
  35645. 'fit' => '7',
  35646. 'number_parts' => '3',
  35647. 'tab_parent' => '',
  35648. 'tab_root' => 'admin/build/path',
  35649. 'title' => 'URL aliases',
  35650. 'title_callback' => 't',
  35651. 'title_arguments' => '',
  35652. 'type' => '6',
  35653. 'block_callback' => '',
  35654. 'description' => "Change your site's URL paths by aliasing them.",
  35655. 'position' => '',
  35656. 'weight' => '0',
  35657. 'file' => 'modules/path/path.admin.inc',
  35658. ))
  35659. ->values(array(
  35660. 'path' => 'admin/build/path/add',
  35661. 'load_functions' => '',
  35662. 'to_arg_functions' => '',
  35663. 'access_callback' => 'user_access',
  35664. 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
  35665. 'page_callback' => 'path_admin_edit',
  35666. 'page_arguments' => 'a:0:{}',
  35667. 'fit' => '15',
  35668. 'number_parts' => '4',
  35669. 'tab_parent' => 'admin/build/path',
  35670. 'tab_root' => 'admin/build/path',
  35671. 'title' => 'Add alias',
  35672. 'title_callback' => 't',
  35673. 'title_arguments' => '',
  35674. 'type' => '128',
  35675. 'block_callback' => '',
  35676. 'description' => '',
  35677. 'position' => '',
  35678. 'weight' => '0',
  35679. 'file' => 'modules/path/path.admin.inc',
  35680. ))
  35681. ->values(array(
  35682. 'path' => 'admin/build/path/delete',
  35683. 'load_functions' => '',
  35684. 'to_arg_functions' => '',
  35685. 'access_callback' => 'user_access',
  35686. 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
  35687. 'page_callback' => 'drupal_get_form',
  35688. 'page_arguments' => 'a:1:{i:0;s:25:"path_admin_delete_confirm";}',
  35689. 'fit' => '15',
  35690. 'number_parts' => '4',
  35691. 'tab_parent' => '',
  35692. 'tab_root' => 'admin/build/path/delete',
  35693. 'title' => 'Delete alias',
  35694. 'title_callback' => 't',
  35695. 'title_arguments' => '',
  35696. 'type' => '4',
  35697. 'block_callback' => '',
  35698. 'description' => '',
  35699. 'position' => '',
  35700. 'weight' => '0',
  35701. 'file' => 'modules/path/path.admin.inc',
  35702. ))
  35703. ->values(array(
  35704. 'path' => 'admin/build/path/edit',
  35705. 'load_functions' => '',
  35706. 'to_arg_functions' => '',
  35707. 'access_callback' => 'user_access',
  35708. 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
  35709. 'page_callback' => 'path_admin_edit',
  35710. 'page_arguments' => 'a:0:{}',
  35711. 'fit' => '15',
  35712. 'number_parts' => '4',
  35713. 'tab_parent' => '',
  35714. 'tab_root' => 'admin/build/path/edit',
  35715. 'title' => 'Edit alias',
  35716. 'title_callback' => 't',
  35717. 'title_arguments' => '',
  35718. 'type' => '4',
  35719. 'block_callback' => '',
  35720. 'description' => '',
  35721. 'position' => '',
  35722. 'weight' => '0',
  35723. 'file' => 'modules/path/path.admin.inc',
  35724. ))
  35725. ->values(array(
  35726. 'path' => 'admin/build/path/list',
  35727. 'load_functions' => '',
  35728. 'to_arg_functions' => '',
  35729. 'access_callback' => 'user_access',
  35730. 'access_arguments' => 'a:1:{i:0;s:22:"administer url aliases";}',
  35731. 'page_callback' => 'path_admin_overview',
  35732. 'page_arguments' => 'a:0:{}',
  35733. 'fit' => '15',
  35734. 'number_parts' => '4',
  35735. 'tab_parent' => 'admin/build/path',
  35736. 'tab_root' => 'admin/build/path',
  35737. 'title' => 'List',
  35738. 'title_callback' => 't',
  35739. 'title_arguments' => '',
  35740. 'type' => '136',
  35741. 'block_callback' => '',
  35742. 'description' => '',
  35743. 'position' => '',
  35744. 'weight' => '-10',
  35745. 'file' => 'modules/path/path.admin.inc',
  35746. ))
  35747. ->values(array(
  35748. 'path' => 'admin/build/themes',
  35749. 'load_functions' => '',
  35750. 'to_arg_functions' => '',
  35751. 'access_callback' => 'user_access',
  35752. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35753. 'page_callback' => 'drupal_get_form',
  35754. 'page_arguments' => 'a:2:{i:0;s:18:"system_themes_form";i:1;N;}',
  35755. 'fit' => '7',
  35756. 'number_parts' => '3',
  35757. 'tab_parent' => '',
  35758. 'tab_root' => 'admin/build/themes',
  35759. 'title' => 'Themes',
  35760. 'title_callback' => 't',
  35761. 'title_arguments' => '',
  35762. 'type' => '6',
  35763. 'block_callback' => '',
  35764. 'description' => 'Change which theme your site uses or allows users to set.',
  35765. 'position' => '',
  35766. 'weight' => '0',
  35767. 'file' => 'modules/system/system.admin.inc',
  35768. ))
  35769. ->values(array(
  35770. 'path' => 'admin/build/themes/select',
  35771. 'load_functions' => '',
  35772. 'to_arg_functions' => '',
  35773. 'access_callback' => 'user_access',
  35774. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35775. 'page_callback' => 'drupal_get_form',
  35776. 'page_arguments' => 'a:2:{i:0;s:18:"system_themes_form";i:1;N;}',
  35777. 'fit' => '15',
  35778. 'number_parts' => '4',
  35779. 'tab_parent' => 'admin/build/themes',
  35780. 'tab_root' => 'admin/build/themes',
  35781. 'title' => 'List',
  35782. 'title_callback' => 't',
  35783. 'title_arguments' => '',
  35784. 'type' => '136',
  35785. 'block_callback' => '',
  35786. 'description' => 'Select the default theme.',
  35787. 'position' => '',
  35788. 'weight' => '-1',
  35789. 'file' => 'modules/system/system.admin.inc',
  35790. ))
  35791. ->values(array(
  35792. 'path' => 'admin/build/themes/settings',
  35793. 'load_functions' => '',
  35794. 'to_arg_functions' => '',
  35795. 'access_callback' => 'user_access',
  35796. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35797. 'page_callback' => 'drupal_get_form',
  35798. 'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
  35799. 'fit' => '15',
  35800. 'number_parts' => '4',
  35801. 'tab_parent' => 'admin/build/themes',
  35802. 'tab_root' => 'admin/build/themes',
  35803. 'title' => 'Configure',
  35804. 'title_callback' => 't',
  35805. 'title_arguments' => '',
  35806. 'type' => '128',
  35807. 'block_callback' => '',
  35808. 'description' => '',
  35809. 'position' => '',
  35810. 'weight' => '0',
  35811. 'file' => 'modules/system/system.admin.inc',
  35812. ))
  35813. ->values(array(
  35814. 'path' => 'admin/build/themes/settings/bluemarine',
  35815. 'load_functions' => '',
  35816. 'to_arg_functions' => '',
  35817. 'access_callback' => '_system_themes_access',
  35818. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:33:"themes/bluemarine/bluemarine.info";s:4:"name";s:10:"bluemarine";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:13:{s:4:"name";s:10:"Bluemarine";s:11:"description";s:66:"Table-based multi-column theme with a marine and ash color scheme.";s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/bluemarine/script.js";}s:10:"screenshot";s:32:"themes/bluemarine/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/bluemarine/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
  35819. 'page_callback' => 'drupal_get_form',
  35820. 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:10:"bluemarine";}',
  35821. 'fit' => '31',
  35822. 'number_parts' => '5',
  35823. 'tab_parent' => 'admin/build/themes/settings',
  35824. 'tab_root' => 'admin/build/themes',
  35825. 'title' => 'Bluemarine',
  35826. 'title_callback' => 't',
  35827. 'title_arguments' => '',
  35828. 'type' => '128',
  35829. 'block_callback' => '',
  35830. 'description' => '',
  35831. 'position' => '',
  35832. 'weight' => '0',
  35833. 'file' => 'modules/system/system.admin.inc',
  35834. ))
  35835. ->values(array(
  35836. 'path' => 'admin/build/themes/settings/chameleon',
  35837. 'load_functions' => '',
  35838. 'to_arg_functions' => '',
  35839. 'access_callback' => '_system_themes_access',
  35840. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":11:{s:8:"filename";s:31:"themes/chameleon/chameleon.info";s:4:"name";s:9:"chameleon";s:4:"type";s:5:"theme";s:5:"owner";s:32:"themes/chameleon/chameleon.theme";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:12:{s:4:"name";s:9:"Chameleon";s:11:"description";s:42:"Minimalist tabled theme with light colors.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:8:"features";a:4:{i:0;s:4:"logo";i:1;s:7:"favicon";i:2;s:4:"name";i:3;s:6:"slogan";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:7:"scripts";a:1:{s:9:"script.js";s:26:"themes/chameleon/script.js";}s:10:"screenshot";s:31:"themes/chameleon/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:2:{s:9:"style.css";s:26:"themes/chameleon/style.css";s:10:"common.css";s:27:"themes/chameleon/common.css";}}}}',
  35841. 'page_callback' => 'drupal_get_form',
  35842. 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:9:"chameleon";}',
  35843. 'fit' => '31',
  35844. 'number_parts' => '5',
  35845. 'tab_parent' => 'admin/build/themes/settings',
  35846. 'tab_root' => 'admin/build/themes',
  35847. 'title' => 'Chameleon',
  35848. 'title_callback' => 't',
  35849. 'title_arguments' => '',
  35850. 'type' => '128',
  35851. 'block_callback' => '',
  35852. 'description' => '',
  35853. 'position' => '',
  35854. 'weight' => '0',
  35855. 'file' => 'modules/system/system.admin.inc',
  35856. ))
  35857. ->values(array(
  35858. 'path' => 'admin/build/themes/settings/garland',
  35859. 'load_functions' => '',
  35860. 'to_arg_functions' => '',
  35861. 'access_callback' => '_system_themes_access',
  35862. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:27:"themes/garland/garland.info";s:4:"name";s:7:"garland";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"1";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:13:{s:4:"name";s:7:"Garland";s:11:"description";s:66:"Tableless, recolorable, multi-column, fluid width theme (default).";s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:24:"themes/garland/script.js";}s:10:"screenshot";s:29:"themes/garland/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:2:{s:3:"all";a:1:{s:9:"style.css";s:24:"themes/garland/style.css";}s:5:"print";a:1:{s:9:"print.css";s:24:"themes/garland/print.css";}}s:6:"engine";s:11:"phptemplate";}}',
  35863. 'page_callback' => 'drupal_get_form',
  35864. 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:7:"garland";}',
  35865. 'fit' => '31',
  35866. 'number_parts' => '5',
  35867. 'tab_parent' => 'admin/build/themes/settings',
  35868. 'tab_root' => 'admin/build/themes',
  35869. 'title' => 'Garland',
  35870. 'title_callback' => 't',
  35871. 'title_arguments' => '',
  35872. 'type' => '128',
  35873. 'block_callback' => '',
  35874. 'description' => '',
  35875. 'position' => '',
  35876. 'weight' => '0',
  35877. 'file' => 'modules/system/system.admin.inc',
  35878. ))
  35879. ->values(array(
  35880. 'path' => 'admin/build/themes/settings/global',
  35881. 'load_functions' => '',
  35882. 'to_arg_functions' => '',
  35883. 'access_callback' => 'user_access',
  35884. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  35885. 'page_callback' => 'drupal_get_form',
  35886. 'page_arguments' => 'a:1:{i:0;s:21:"system_theme_settings";}',
  35887. 'fit' => '31',
  35888. 'number_parts' => '5',
  35889. 'tab_parent' => 'admin/build/themes/settings',
  35890. 'tab_root' => 'admin/build/themes',
  35891. 'title' => 'Global settings',
  35892. 'title_callback' => 't',
  35893. 'title_arguments' => '',
  35894. 'type' => '136',
  35895. 'block_callback' => '',
  35896. 'description' => '',
  35897. 'position' => '',
  35898. 'weight' => '-1',
  35899. 'file' => 'modules/system/system.admin.inc',
  35900. ))
  35901. ->values(array(
  35902. 'path' => 'admin/build/themes/settings/marvin',
  35903. 'load_functions' => '',
  35904. 'to_arg_functions' => '',
  35905. 'access_callback' => '_system_themes_access',
  35906. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:35:"themes/chameleon/marvin/marvin.info";s:4:"name";s:6:"marvin";s:4:"type";s:5:"theme";s:5:"owner";s:0:"";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:13:{s:4:"name";s:6:"Marvin";s:11:"description";s:31:"Boxy tabled theme in all grays.";s:7:"regions";a:2:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";}s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:10:"base theme";s:9:"chameleon";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/chameleon/marvin/script.js";}s:10:"screenshot";s:38:"themes/chameleon/marvin/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:33:"themes/chameleon/marvin/style.css";}}s:10:"base_theme";s:9:"chameleon";}}',
  35907. 'page_callback' => 'drupal_get_form',
  35908. 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:6:"marvin";}',
  35909. 'fit' => '31',
  35910. 'number_parts' => '5',
  35911. 'tab_parent' => 'admin/build/themes/settings',
  35912. 'tab_root' => 'admin/build/themes',
  35913. 'title' => 'Marvin',
  35914. 'title_callback' => 't',
  35915. 'title_arguments' => '',
  35916. 'type' => '128',
  35917. 'block_callback' => '',
  35918. 'description' => '',
  35919. 'position' => '',
  35920. 'weight' => '0',
  35921. 'file' => 'modules/system/system.admin.inc',
  35922. ))
  35923. ->values(array(
  35924. 'path' => 'admin/build/themes/settings/minnelli',
  35925. 'load_functions' => '',
  35926. 'to_arg_functions' => '',
  35927. 'access_callback' => '_system_themes_access',
  35928. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":13:{s:8:"filename";s:37:"themes/garland/minnelli/minnelli.info";s:4:"name";s:8:"minnelli";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:14:{s:4:"name";s:8:"Minnelli";s:11:"description";s:56:"Tableless, recolorable, multi-column, fixed width theme.";s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:10:"base theme";s:7:"garland";s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:7:"scripts";a:1:{s:9:"script.js";s:33:"themes/garland/minnelli/script.js";}s:10:"screenshot";s:38:"themes/garland/minnelli/screenshot.png";s:3:"php";s:5:"4.3.5";s:6:"engine";s:11:"phptemplate";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:12:"minnelli.css";s:36:"themes/garland/minnelli/minnelli.css";}}s:6:"engine";s:11:"phptemplate";s:10:"base_theme";s:7:"garland";}}',
  35929. 'page_callback' => 'drupal_get_form',
  35930. 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:8:"minnelli";}',
  35931. 'fit' => '31',
  35932. 'number_parts' => '5',
  35933. 'tab_parent' => 'admin/build/themes/settings',
  35934. 'tab_root' => 'admin/build/themes',
  35935. 'title' => 'Minnelli',
  35936. 'title_callback' => 't',
  35937. 'title_arguments' => '',
  35938. 'type' => '128',
  35939. 'block_callback' => '',
  35940. 'description' => '',
  35941. 'position' => '',
  35942. 'weight' => '0',
  35943. 'file' => 'modules/system/system.admin.inc',
  35944. ))
  35945. ->values(array(
  35946. 'path' => 'admin/build/themes/settings/pushbutton',
  35947. 'load_functions' => '',
  35948. 'to_arg_functions' => '',
  35949. 'access_callback' => '_system_themes_access',
  35950. 'access_arguments' => 'a:1:{i:0;O:8:"stdClass":12:{s:8:"filename";s:33:"themes/pushbutton/pushbutton.info";s:4:"name";s:10:"pushbutton";s:4:"type";s:5:"theme";s:5:"owner";s:45:"themes/engines/phptemplate/phptemplate.engine";s:6:"status";s:1:"0";s:8:"throttle";s:1:"0";s:9:"bootstrap";s:1:"0";s:14:"schema_version";s:2:"-1";s:6:"weight";s:1:"0";s:4:"info";a:13:{s:4:"name";s:10:"Pushbutton";s:11:"description";s:52:"Tabled, multi-column theme in blue and orange tones.";s:7:"version";s:4:"6.38";s:4:"core";s:3:"6.x";s:6:"engine";s:11:"phptemplate";s:7:"project";s:6:"drupal";s:9:"datestamp";s:10:"1456343372";s:7:"regions";a:5:{s:4:"left";s:12:"Left sidebar";s:5:"right";s:13:"Right sidebar";s:7:"content";s:7:"Content";s:6:"header";s:6:"Header";s:6:"footer";s:6:"Footer";}s:8:"features";a:10:{i:0;s:20:"comment_user_picture";i:1;s:7:"favicon";i:2;s:7:"mission";i:3;s:4:"logo";i:4;s:4:"name";i:5;s:17:"node_user_picture";i:6;s:6:"search";i:7;s:6:"slogan";i:8;s:13:"primary_links";i:9;s:15:"secondary_links";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:7:"scripts";a:1:{s:9:"script.js";s:27:"themes/pushbutton/script.js";}s:10:"screenshot";s:32:"themes/pushbutton/screenshot.png";s:3:"php";s:5:"4.3.5";}s:11:"stylesheets";a:1:{s:3:"all";a:1:{s:9:"style.css";s:27:"themes/pushbutton/style.css";}}s:6:"engine";s:11:"phptemplate";}}',
  35951. 'page_callback' => 'drupal_get_form',
  35952. 'page_arguments' => 'a:2:{i:0;s:21:"system_theme_settings";i:1;s:10:"pushbutton";}',
  35953. 'fit' => '31',
  35954. 'number_parts' => '5',
  35955. 'tab_parent' => 'admin/build/themes/settings',
  35956. 'tab_root' => 'admin/build/themes',
  35957. 'title' => 'Pushbutton',
  35958. 'title_callback' => 't',
  35959. 'title_arguments' => '',
  35960. 'type' => '128',
  35961. 'block_callback' => '',
  35962. 'description' => '',
  35963. 'position' => '',
  35964. 'weight' => '0',
  35965. 'file' => 'modules/system/system.admin.inc',
  35966. ))
  35967. ->values(array(
  35968. 'path' => 'admin/build/translate',
  35969. 'load_functions' => '',
  35970. 'to_arg_functions' => '',
  35971. 'access_callback' => 'user_access',
  35972. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  35973. 'page_callback' => 'locale_inc_callback',
  35974. 'page_arguments' => 'a:1:{i:0;s:32:"locale_translate_overview_screen";}',
  35975. 'fit' => '7',
  35976. 'number_parts' => '3',
  35977. 'tab_parent' => '',
  35978. 'tab_root' => 'admin/build/translate',
  35979. 'title' => 'Translate interface',
  35980. 'title_callback' => 't',
  35981. 'title_arguments' => '',
  35982. 'type' => '6',
  35983. 'block_callback' => '',
  35984. 'description' => 'Translate the built in interface and optionally other text.',
  35985. 'position' => '',
  35986. 'weight' => '0',
  35987. 'file' => '',
  35988. ))
  35989. ->values(array(
  35990. 'path' => 'admin/build/translate/delete/%',
  35991. 'load_functions' => 'a:1:{i:4;N;}',
  35992. 'to_arg_functions' => '',
  35993. 'access_callback' => 'user_access',
  35994. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  35995. 'page_callback' => 'locale_inc_callback',
  35996. 'page_arguments' => 'a:2:{i:0;s:28:"locale_translate_delete_page";i:1;i:4;}',
  35997. 'fit' => '30',
  35998. 'number_parts' => '5',
  35999. 'tab_parent' => '',
  36000. 'tab_root' => 'admin/build/translate/delete/%',
  36001. 'title' => 'Delete string',
  36002. 'title_callback' => 't',
  36003. 'title_arguments' => '',
  36004. 'type' => '4',
  36005. 'block_callback' => '',
  36006. 'description' => '',
  36007. 'position' => '',
  36008. 'weight' => '0',
  36009. 'file' => '',
  36010. ))
  36011. ->values(array(
  36012. 'path' => 'admin/build/translate/edit/%',
  36013. 'load_functions' => 'a:1:{i:4;N;}',
  36014. 'to_arg_functions' => '',
  36015. 'access_callback' => 'user_access',
  36016. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  36017. 'page_callback' => 'locale_inc_callback',
  36018. 'page_arguments' => 'a:3:{i:0;s:15:"drupal_get_form";i:1;s:26:"locale_translate_edit_form";i:2;i:4;}',
  36019. 'fit' => '30',
  36020. 'number_parts' => '5',
  36021. 'tab_parent' => '',
  36022. 'tab_root' => 'admin/build/translate/edit/%',
  36023. 'title' => 'Edit string',
  36024. 'title_callback' => 't',
  36025. 'title_arguments' => '',
  36026. 'type' => '4',
  36027. 'block_callback' => '',
  36028. 'description' => '',
  36029. 'position' => '',
  36030. 'weight' => '0',
  36031. 'file' => '',
  36032. ))
  36033. ->values(array(
  36034. 'path' => 'admin/build/translate/export',
  36035. 'load_functions' => '',
  36036. 'to_arg_functions' => '',
  36037. 'access_callback' => 'user_access',
  36038. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  36039. 'page_callback' => 'locale_inc_callback',
  36040. 'page_arguments' => 'a:1:{i:0;s:30:"locale_translate_export_screen";}',
  36041. 'fit' => '15',
  36042. 'number_parts' => '4',
  36043. 'tab_parent' => 'admin/build/translate',
  36044. 'tab_root' => 'admin/build/translate',
  36045. 'title' => 'Export',
  36046. 'title_callback' => 't',
  36047. 'title_arguments' => '',
  36048. 'type' => '128',
  36049. 'block_callback' => '',
  36050. 'description' => '',
  36051. 'position' => '',
  36052. 'weight' => '30',
  36053. 'file' => '',
  36054. ))
  36055. ->values(array(
  36056. 'path' => 'admin/build/translate/import',
  36057. 'load_functions' => '',
  36058. 'to_arg_functions' => '',
  36059. 'access_callback' => 'user_access',
  36060. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  36061. 'page_callback' => 'locale_inc_callback',
  36062. 'page_arguments' => 'a:2:{i:0;s:15:"drupal_get_form";i:1;s:28:"locale_translate_import_form";}',
  36063. 'fit' => '15',
  36064. 'number_parts' => '4',
  36065. 'tab_parent' => 'admin/build/translate',
  36066. 'tab_root' => 'admin/build/translate',
  36067. 'title' => 'Import',
  36068. 'title_callback' => 't',
  36069. 'title_arguments' => '',
  36070. 'type' => '128',
  36071. 'block_callback' => '',
  36072. 'description' => '',
  36073. 'position' => '',
  36074. 'weight' => '20',
  36075. 'file' => '',
  36076. ))
  36077. ->values(array(
  36078. 'path' => 'admin/build/translate/overview',
  36079. 'load_functions' => '',
  36080. 'to_arg_functions' => '',
  36081. 'access_callback' => 'user_access',
  36082. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  36083. 'page_callback' => 'locale_inc_callback',
  36084. 'page_arguments' => 'a:1:{i:0;s:32:"locale_translate_overview_screen";}',
  36085. 'fit' => '15',
  36086. 'number_parts' => '4',
  36087. 'tab_parent' => 'admin/build/translate',
  36088. 'tab_root' => 'admin/build/translate',
  36089. 'title' => 'Overview',
  36090. 'title_callback' => 't',
  36091. 'title_arguments' => '',
  36092. 'type' => '136',
  36093. 'block_callback' => '',
  36094. 'description' => '',
  36095. 'position' => '',
  36096. 'weight' => '0',
  36097. 'file' => '',
  36098. ))
  36099. ->values(array(
  36100. 'path' => 'admin/build/translate/refresh',
  36101. 'load_functions' => '',
  36102. 'to_arg_functions' => '',
  36103. 'access_callback' => 'user_access',
  36104. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  36105. 'page_callback' => 'i18nstrings_admin_refresh_page',
  36106. 'page_arguments' => 'a:0:{}',
  36107. 'fit' => '15',
  36108. 'number_parts' => '4',
  36109. 'tab_parent' => 'admin/build/translate',
  36110. 'tab_root' => 'admin/build/translate',
  36111. 'title' => 'Refresh',
  36112. 'title_callback' => 't',
  36113. 'title_arguments' => '',
  36114. 'type' => '128',
  36115. 'block_callback' => '',
  36116. 'description' => '',
  36117. 'position' => '',
  36118. 'weight' => '20',
  36119. 'file' => 'sites/all/modules/i18n/i18nstrings/i18nstrings.admin.inc',
  36120. ))
  36121. ->values(array(
  36122. 'path' => 'admin/build/translate/search',
  36123. 'load_functions' => '',
  36124. 'to_arg_functions' => '',
  36125. 'access_callback' => 'user_access',
  36126. 'access_arguments' => 'a:1:{i:0;s:19:"translate interface";}',
  36127. 'page_callback' => 'locale_inc_callback',
  36128. 'page_arguments' => 'a:1:{i:0;s:28:"locale_translate_seek_screen";}',
  36129. 'fit' => '15',
  36130. 'number_parts' => '4',
  36131. 'tab_parent' => 'admin/build/translate',
  36132. 'tab_root' => 'admin/build/translate',
  36133. 'title' => 'Search',
  36134. 'title_callback' => 't',
  36135. 'title_arguments' => '',
  36136. 'type' => '128',
  36137. 'block_callback' => '',
  36138. 'description' => '',
  36139. 'position' => '',
  36140. 'weight' => '10',
  36141. 'file' => '',
  36142. ))
  36143. ->values(array(
  36144. 'path' => 'admin/by-module',
  36145. 'load_functions' => '',
  36146. 'to_arg_functions' => '',
  36147. 'access_callback' => 'user_access',
  36148. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  36149. 'page_callback' => 'system_admin_by_module',
  36150. 'page_arguments' => 'a:0:{}',
  36151. 'fit' => '3',
  36152. 'number_parts' => '2',
  36153. 'tab_parent' => 'admin',
  36154. 'tab_root' => 'admin',
  36155. 'title' => 'By module',
  36156. 'title_callback' => 't',
  36157. 'title_arguments' => '',
  36158. 'type' => '128',
  36159. 'block_callback' => '',
  36160. 'description' => '',
  36161. 'position' => '',
  36162. 'weight' => '2',
  36163. 'file' => 'modules/system/system.admin.inc',
  36164. ))
  36165. ->values(array(
  36166. 'path' => 'admin/by-task',
  36167. 'load_functions' => '',
  36168. 'to_arg_functions' => '',
  36169. 'access_callback' => 'user_access',
  36170. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  36171. 'page_callback' => 'system_main_admin_page',
  36172. 'page_arguments' => 'a:0:{}',
  36173. 'fit' => '3',
  36174. 'number_parts' => '2',
  36175. 'tab_parent' => 'admin',
  36176. 'tab_root' => 'admin',
  36177. 'title' => 'By task',
  36178. 'title_callback' => 't',
  36179. 'title_arguments' => '',
  36180. 'type' => '136',
  36181. 'block_callback' => '',
  36182. 'description' => '',
  36183. 'position' => '',
  36184. 'weight' => '0',
  36185. 'file' => 'modules/system/system.admin.inc',
  36186. ))
  36187. ->values(array(
  36188. 'path' => 'admin/compact',
  36189. 'load_functions' => '',
  36190. 'to_arg_functions' => '',
  36191. 'access_callback' => 'user_access',
  36192. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  36193. 'page_callback' => 'system_admin_compact_page',
  36194. 'page_arguments' => 'a:0:{}',
  36195. 'fit' => '3',
  36196. 'number_parts' => '2',
  36197. 'tab_parent' => '',
  36198. 'tab_root' => 'admin/compact',
  36199. 'title' => 'Compact mode',
  36200. 'title_callback' => 't',
  36201. 'title_arguments' => '',
  36202. 'type' => '4',
  36203. 'block_callback' => '',
  36204. 'description' => '',
  36205. 'position' => '',
  36206. 'weight' => '0',
  36207. 'file' => 'modules/system/system.admin.inc',
  36208. ))
  36209. ->values(array(
  36210. 'path' => 'admin/content',
  36211. 'load_functions' => '',
  36212. 'to_arg_functions' => '',
  36213. 'access_callback' => 'user_access',
  36214. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  36215. 'page_callback' => 'system_admin_menu_block_page',
  36216. 'page_arguments' => 'a:0:{}',
  36217. 'fit' => '3',
  36218. 'number_parts' => '2',
  36219. 'tab_parent' => '',
  36220. 'tab_root' => 'admin/content',
  36221. 'title' => 'Content management',
  36222. 'title_callback' => 't',
  36223. 'title_arguments' => '',
  36224. 'type' => '6',
  36225. 'block_callback' => '',
  36226. 'description' => "Manage your site's content.",
  36227. 'position' => 'left',
  36228. 'weight' => '-10',
  36229. 'file' => 'modules/system/system.admin.inc',
  36230. ))
  36231. ->values(array(
  36232. 'path' => 'admin/content/aggregator',
  36233. 'load_functions' => '',
  36234. 'to_arg_functions' => '',
  36235. 'access_callback' => 'user_access',
  36236. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  36237. 'page_callback' => 'aggregator_admin_overview',
  36238. 'page_arguments' => 'a:0:{}',
  36239. 'fit' => '7',
  36240. 'number_parts' => '3',
  36241. 'tab_parent' => '',
  36242. 'tab_root' => 'admin/content/aggregator',
  36243. 'title' => 'Feed aggregator',
  36244. 'title_callback' => 't',
  36245. 'title_arguments' => '',
  36246. 'type' => '6',
  36247. 'block_callback' => '',
  36248. 'description' => "Configure which content your site aggregates from other sites, how often it polls them, and how they're categorized.",
  36249. 'position' => '',
  36250. 'weight' => '0',
  36251. 'file' => 'modules/aggregator/aggregator.admin.inc',
  36252. ))
  36253. ->values(array(
  36254. 'path' => 'admin/content/aggregator/add/category',
  36255. 'load_functions' => '',
  36256. 'to_arg_functions' => '',
  36257. 'access_callback' => 'user_access',
  36258. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  36259. 'page_callback' => 'drupal_get_form',
  36260. 'page_arguments' => 'a:1:{i:0;s:24:"aggregator_form_category";}',
  36261. 'fit' => '31',
  36262. 'number_parts' => '5',
  36263. 'tab_parent' => 'admin/content/aggregator',
  36264. 'tab_root' => 'admin/content/aggregator',
  36265. 'title' => 'Add category',
  36266. 'title_callback' => 't',
  36267. 'title_arguments' => '',
  36268. 'type' => '128',
  36269. 'block_callback' => '',
  36270. 'description' => '',
  36271. 'position' => '',
  36272. 'weight' => '0',
  36273. 'file' => 'modules/aggregator/aggregator.admin.inc',
  36274. ))
  36275. ->values(array(
  36276. 'path' => 'admin/content/aggregator/add/feed',
  36277. 'load_functions' => '',
  36278. 'to_arg_functions' => '',
  36279. 'access_callback' => 'user_access',
  36280. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  36281. 'page_callback' => 'drupal_get_form',
  36282. 'page_arguments' => 'a:1:{i:0;s:20:"aggregator_form_feed";}',
  36283. 'fit' => '31',
  36284. 'number_parts' => '5',
  36285. 'tab_parent' => 'admin/content/aggregator',
  36286. 'tab_root' => 'admin/content/aggregator',
  36287. 'title' => 'Add feed',
  36288. 'title_callback' => 't',
  36289. 'title_arguments' => '',
  36290. 'type' => '128',
  36291. 'block_callback' => '',
  36292. 'description' => '',
  36293. 'position' => '',
  36294. 'weight' => '0',
  36295. 'file' => 'modules/aggregator/aggregator.admin.inc',
  36296. ))
  36297. ->values(array(
  36298. 'path' => 'admin/content/aggregator/edit/category/%',
  36299. 'load_functions' => 'a:1:{i:5;s:24:"aggregator_category_load";}',
  36300. 'to_arg_functions' => '',
  36301. 'access_callback' => 'user_access',
  36302. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  36303. 'page_callback' => 'drupal_get_form',
  36304. 'page_arguments' => 'a:2:{i:0;s:24:"aggregator_form_category";i:1;i:5;}',
  36305. 'fit' => '62',
  36306. 'number_parts' => '6',
  36307. 'tab_parent' => '',
  36308. 'tab_root' => 'admin/content/aggregator/edit/category/%',
  36309. 'title' => 'Edit category',
  36310. 'title_callback' => 't',
  36311. 'title_arguments' => '',
  36312. 'type' => '4',
  36313. 'block_callback' => '',
  36314. 'description' => '',
  36315. 'position' => '',
  36316. 'weight' => '0',
  36317. 'file' => 'modules/aggregator/aggregator.admin.inc',
  36318. ))
  36319. ->values(array(
  36320. 'path' => 'admin/content/aggregator/edit/feed/%',
  36321. 'load_functions' => 'a:1:{i:5;s:20:"aggregator_feed_load";}',
  36322. 'to_arg_functions' => '',
  36323. 'access_callback' => 'user_access',
  36324. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  36325. 'page_callback' => 'drupal_get_form',
  36326. 'page_arguments' => 'a:2:{i:0;s:20:"aggregator_form_feed";i:1;i:5;}',
  36327. 'fit' => '62',
  36328. 'number_parts' => '6',
  36329. 'tab_parent' => '',
  36330. 'tab_root' => 'admin/content/aggregator/edit/feed/%',
  36331. 'title' => 'Edit feed',
  36332. 'title_callback' => 't',
  36333. 'title_arguments' => '',
  36334. 'type' => '4',
  36335. 'block_callback' => '',
  36336. 'description' => '',
  36337. 'position' => '',
  36338. 'weight' => '0',
  36339. 'file' => 'modules/aggregator/aggregator.admin.inc',
  36340. ))
  36341. ->values(array(
  36342. 'path' => 'admin/content/aggregator/list',
  36343. 'load_functions' => '',
  36344. 'to_arg_functions' => '',
  36345. 'access_callback' => 'user_access',
  36346. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  36347. 'page_callback' => 'aggregator_admin_overview',
  36348. 'page_arguments' => 'a:0:{}',
  36349. 'fit' => '15',
  36350. 'number_parts' => '4',
  36351. 'tab_parent' => 'admin/content/aggregator',
  36352. 'tab_root' => 'admin/content/aggregator',
  36353. 'title' => 'List',
  36354. 'title_callback' => 't',
  36355. 'title_arguments' => '',
  36356. 'type' => '136',
  36357. 'block_callback' => '',
  36358. 'description' => '',
  36359. 'position' => '',
  36360. 'weight' => '-10',
  36361. 'file' => 'modules/aggregator/aggregator.admin.inc',
  36362. ))
  36363. ->values(array(
  36364. 'path' => 'admin/content/aggregator/remove/%',
  36365. 'load_functions' => 'a:1:{i:4;s:20:"aggregator_feed_load";}',
  36366. 'to_arg_functions' => '',
  36367. 'access_callback' => 'user_access',
  36368. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  36369. 'page_callback' => 'drupal_get_form',
  36370. 'page_arguments' => 'a:2:{i:0;s:28:"aggregator_admin_remove_feed";i:1;i:4;}',
  36371. 'fit' => '30',
  36372. 'number_parts' => '5',
  36373. 'tab_parent' => '',
  36374. 'tab_root' => 'admin/content/aggregator/remove/%',
  36375. 'title' => 'Remove items',
  36376. 'title_callback' => 't',
  36377. 'title_arguments' => '',
  36378. 'type' => '4',
  36379. 'block_callback' => '',
  36380. 'description' => '',
  36381. 'position' => '',
  36382. 'weight' => '0',
  36383. 'file' => 'modules/aggregator/aggregator.admin.inc',
  36384. ))
  36385. ->values(array(
  36386. 'path' => 'admin/content/aggregator/settings',
  36387. 'load_functions' => '',
  36388. 'to_arg_functions' => '',
  36389. 'access_callback' => 'user_access',
  36390. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  36391. 'page_callback' => 'drupal_get_form',
  36392. 'page_arguments' => 'a:1:{i:0;s:25:"aggregator_admin_settings";}',
  36393. 'fit' => '15',
  36394. 'number_parts' => '4',
  36395. 'tab_parent' => 'admin/content/aggregator',
  36396. 'tab_root' => 'admin/content/aggregator',
  36397. 'title' => 'Settings',
  36398. 'title_callback' => 't',
  36399. 'title_arguments' => '',
  36400. 'type' => '128',
  36401. 'block_callback' => '',
  36402. 'description' => '',
  36403. 'position' => '',
  36404. 'weight' => '10',
  36405. 'file' => 'modules/aggregator/aggregator.admin.inc',
  36406. ))
  36407. ->values(array(
  36408. 'path' => 'admin/content/aggregator/update/%',
  36409. 'load_functions' => 'a:1:{i:4;s:20:"aggregator_feed_load";}',
  36410. 'to_arg_functions' => '',
  36411. 'access_callback' => 'user_access',
  36412. 'access_arguments' => 'a:1:{i:0;s:21:"administer news feeds";}',
  36413. 'page_callback' => 'aggregator_admin_refresh_feed',
  36414. 'page_arguments' => 'a:1:{i:0;i:4;}',
  36415. 'fit' => '30',
  36416. 'number_parts' => '5',
  36417. 'tab_parent' => '',
  36418. 'tab_root' => 'admin/content/aggregator/update/%',
  36419. 'title' => 'Update items',
  36420. 'title_callback' => 't',
  36421. 'title_arguments' => '',
  36422. 'type' => '4',
  36423. 'block_callback' => '',
  36424. 'description' => '',
  36425. 'position' => '',
  36426. 'weight' => '0',
  36427. 'file' => 'modules/aggregator/aggregator.admin.inc',
  36428. ))
  36429. ->values(array(
  36430. 'path' => 'admin/content/book',
  36431. 'load_functions' => '',
  36432. 'to_arg_functions' => '',
  36433. 'access_callback' => 'user_access',
  36434. 'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
  36435. 'page_callback' => 'book_admin_overview',
  36436. 'page_arguments' => 'a:0:{}',
  36437. 'fit' => '7',
  36438. 'number_parts' => '3',
  36439. 'tab_parent' => '',
  36440. 'tab_root' => 'admin/content/book',
  36441. 'title' => 'Books',
  36442. 'title_callback' => 't',
  36443. 'title_arguments' => '',
  36444. 'type' => '6',
  36445. 'block_callback' => '',
  36446. 'description' => "Manage your site's book outlines.",
  36447. 'position' => '',
  36448. 'weight' => '0',
  36449. 'file' => 'modules/book/book.admin.inc',
  36450. ))
  36451. ->values(array(
  36452. 'path' => 'admin/content/book/%',
  36453. 'load_functions' => 'a:1:{i:3;s:9:"node_load";}',
  36454. 'to_arg_functions' => '',
  36455. 'access_callback' => '_book_outline_access',
  36456. 'access_arguments' => 'a:1:{i:0;i:3;}',
  36457. 'page_callback' => 'drupal_get_form',
  36458. 'page_arguments' => 'a:2:{i:0;s:15:"book_admin_edit";i:1;i:3;}',
  36459. 'fit' => '14',
  36460. 'number_parts' => '4',
  36461. 'tab_parent' => '',
  36462. 'tab_root' => 'admin/content/book/%',
  36463. 'title' => 'Re-order book pages and change titles',
  36464. 'title_callback' => 't',
  36465. 'title_arguments' => '',
  36466. 'type' => '4',
  36467. 'block_callback' => '',
  36468. 'description' => '',
  36469. 'position' => '',
  36470. 'weight' => '0',
  36471. 'file' => 'modules/book/book.admin.inc',
  36472. ))
  36473. ->values(array(
  36474. 'path' => 'admin/content/book/list',
  36475. 'load_functions' => '',
  36476. 'to_arg_functions' => '',
  36477. 'access_callback' => 'user_access',
  36478. 'access_arguments' => 'a:1:{i:0;s:24:"administer book outlines";}',
  36479. 'page_callback' => 'book_admin_overview',
  36480. 'page_arguments' => 'a:0:{}',
  36481. 'fit' => '15',
  36482. 'number_parts' => '4',
  36483. 'tab_parent' => 'admin/content/book',
  36484. 'tab_root' => 'admin/content/book',
  36485. 'title' => 'List',
  36486. 'title_callback' => 't',
  36487. 'title_arguments' => '',
  36488. 'type' => '136',
  36489. 'block_callback' => '',
  36490. 'description' => '',
  36491. 'position' => '',
  36492. 'weight' => '0',
  36493. 'file' => 'modules/book/book.admin.inc',
  36494. ))
  36495. ->values(array(
  36496. 'path' => 'admin/content/book/settings',
  36497. 'load_functions' => '',
  36498. 'to_arg_functions' => '',
  36499. 'access_callback' => 'user_access',
  36500. 'access_arguments' => 'a:1:{i:0;s:29:"administer site configuration";}',
  36501. 'page_callback' => 'drupal_get_form',
  36502. 'page_arguments' => 'a:1:{i:0;s:19:"book_admin_settings";}',
  36503. 'fit' => '15',
  36504. 'number_parts' => '4',
  36505. 'tab_parent' => 'admin/content/book',
  36506. 'tab_root' => 'admin/content/book',
  36507. 'title' => 'Settings',
  36508. 'title_callback' => 't',
  36509. 'title_arguments' => '',
  36510. 'type' => '128',
  36511. 'block_callback' => '',
  36512. 'description' => '',
  36513. 'position' => '',
  36514. 'weight' => '8',
  36515. 'file' => 'modules/book/book.admin.inc',
  36516. ))
  36517. ->values(array(
  36518. 'path' => 'admin/content/comment',
  36519. 'load_functions' => '',
  36520. 'to_arg_functions' => '',
  36521. 'access_callback' => 'user_access',
  36522. 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
  36523. 'page_callback' => 'comment_admin',
  36524. 'page_arguments' => 'a:0:{}',
  36525. 'fit' => '7',
  36526. 'number_parts' => '3',
  36527. 'tab_parent' => '',
  36528. 'tab_root' => 'admin/content/comment',
  36529. 'title' => 'Comments',
  36530. 'title_callback' => 't',
  36531. 'title_arguments' => '',
  36532. 'type' => '6',
  36533. 'block_callback' => '',
  36534. 'description' => 'List and edit site comments and the comment moderation queue.',
  36535. 'position' => '',
  36536. 'weight' => '0',
  36537. 'file' => 'modules/comment/comment.admin.inc',
  36538. ))
  36539. ->values(array(
  36540. 'path' => 'admin/content/comment/approval',
  36541. 'load_functions' => '',
  36542. 'to_arg_functions' => '',
  36543. 'access_callback' => 'user_access',
  36544. 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
  36545. 'page_callback' => 'comment_admin',
  36546. 'page_arguments' => 'a:1:{i:0;s:8:"approval";}',
  36547. 'fit' => '15',
  36548. 'number_parts' => '4',
  36549. 'tab_parent' => 'admin/content/comment',
  36550. 'tab_root' => 'admin/content/comment',
  36551. 'title' => 'Approval queue',
  36552. 'title_callback' => 't',
  36553. 'title_arguments' => '',
  36554. 'type' => '128',
  36555. 'block_callback' => '',
  36556. 'description' => '',
  36557. 'position' => '',
  36558. 'weight' => '0',
  36559. 'file' => 'modules/comment/comment.admin.inc',
  36560. ))
  36561. ->values(array(
  36562. 'path' => 'admin/content/comment/new',
  36563. 'load_functions' => '',
  36564. 'to_arg_functions' => '',
  36565. 'access_callback' => 'user_access',
  36566. 'access_arguments' => 'a:1:{i:0;s:19:"administer comments";}',
  36567. 'page_callback' => 'comment_admin',
  36568. 'page_arguments' => 'a:0:{}',
  36569. 'fit' => '15',
  36570. 'number_parts' => '4',
  36571. 'tab_parent' => 'admin/content/comment',
  36572. 'tab_root' => 'admin/content/comment',
  36573. 'title' => 'Published comments',
  36574. 'title_callback' => 't',
  36575. 'title_arguments' => '',
  36576. 'type' => '136',
  36577. 'block_callback' => '',
  36578. 'description' => '',
  36579. 'position' => '',
  36580. 'weight' => '-10',
  36581. 'file' => 'modules/comment/comment.admin.inc',
  36582. ))
  36583. ->values(array(
  36584. 'path' => 'admin/content/forum',
  36585. 'load_functions' => '',
  36586. 'to_arg_functions' => '',
  36587. 'access_callback' => 'user_access',
  36588. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36589. 'page_callback' => 'drupal_get_form',
  36590. 'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
  36591. 'fit' => '7',
  36592. 'number_parts' => '3',
  36593. 'tab_parent' => '',
  36594. 'tab_root' => 'admin/content/forum',
  36595. 'title' => 'Forums',
  36596. 'title_callback' => 't',
  36597. 'title_arguments' => '',
  36598. 'type' => '6',
  36599. 'block_callback' => '',
  36600. 'description' => 'Control forums and their hierarchy and change forum settings.',
  36601. 'position' => '',
  36602. 'weight' => '0',
  36603. 'file' => 'modules/forum/forum.admin.inc',
  36604. ))
  36605. ->values(array(
  36606. 'path' => 'admin/content/forum/add/container',
  36607. 'load_functions' => '',
  36608. 'to_arg_functions' => '',
  36609. 'access_callback' => 'user_access',
  36610. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36611. 'page_callback' => 'forum_form_main',
  36612. 'page_arguments' => 'a:1:{i:0;s:9:"container";}',
  36613. 'fit' => '31',
  36614. 'number_parts' => '5',
  36615. 'tab_parent' => 'admin/content/forum',
  36616. 'tab_root' => 'admin/content/forum',
  36617. 'title' => 'Add container',
  36618. 'title_callback' => 't',
  36619. 'title_arguments' => '',
  36620. 'type' => '128',
  36621. 'block_callback' => '',
  36622. 'description' => '',
  36623. 'position' => '',
  36624. 'weight' => '0',
  36625. 'file' => 'modules/forum/forum.admin.inc',
  36626. ))
  36627. ->values(array(
  36628. 'path' => 'admin/content/forum/add/forum',
  36629. 'load_functions' => '',
  36630. 'to_arg_functions' => '',
  36631. 'access_callback' => 'user_access',
  36632. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36633. 'page_callback' => 'forum_form_main',
  36634. 'page_arguments' => 'a:1:{i:0;s:5:"forum";}',
  36635. 'fit' => '31',
  36636. 'number_parts' => '5',
  36637. 'tab_parent' => 'admin/content/forum',
  36638. 'tab_root' => 'admin/content/forum',
  36639. 'title' => 'Add forum',
  36640. 'title_callback' => 't',
  36641. 'title_arguments' => '',
  36642. 'type' => '128',
  36643. 'block_callback' => '',
  36644. 'description' => '',
  36645. 'position' => '',
  36646. 'weight' => '0',
  36647. 'file' => 'modules/forum/forum.admin.inc',
  36648. ))
  36649. ->values(array(
  36650. 'path' => 'admin/content/forum/edit/%',
  36651. 'load_functions' => 'a:1:{i:4;s:15:"forum_term_load";}',
  36652. 'to_arg_functions' => '',
  36653. 'access_callback' => 'user_access',
  36654. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36655. 'page_callback' => 'forum_form_main',
  36656. 'page_arguments' => 'a:0:{}',
  36657. 'fit' => '30',
  36658. 'number_parts' => '5',
  36659. 'tab_parent' => '',
  36660. 'tab_root' => 'admin/content/forum/edit/%',
  36661. 'title' => '',
  36662. 'title_callback' => 't',
  36663. 'title_arguments' => '',
  36664. 'type' => '4',
  36665. 'block_callback' => '',
  36666. 'description' => '',
  36667. 'position' => '',
  36668. 'weight' => '0',
  36669. 'file' => 'modules/forum/forum.admin.inc',
  36670. ))
  36671. ->values(array(
  36672. 'path' => 'admin/content/forum/edit/container/%',
  36673. 'load_functions' => 'a:1:{i:5;s:15:"forum_term_load";}',
  36674. 'to_arg_functions' => '',
  36675. 'access_callback' => 'user_access',
  36676. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36677. 'page_callback' => 'forum_form_main',
  36678. 'page_arguments' => 'a:2:{i:0;s:9:"container";i:1;i:5;}',
  36679. 'fit' => '62',
  36680. 'number_parts' => '6',
  36681. 'tab_parent' => '',
  36682. 'tab_root' => 'admin/content/forum/edit/container/%',
  36683. 'title' => 'Edit container',
  36684. 'title_callback' => 't',
  36685. 'title_arguments' => '',
  36686. 'type' => '4',
  36687. 'block_callback' => '',
  36688. 'description' => '',
  36689. 'position' => '',
  36690. 'weight' => '0',
  36691. 'file' => 'modules/forum/forum.admin.inc',
  36692. ))
  36693. ->values(array(
  36694. 'path' => 'admin/content/forum/edit/forum/%',
  36695. 'load_functions' => 'a:1:{i:5;s:15:"forum_term_load";}',
  36696. 'to_arg_functions' => '',
  36697. 'access_callback' => 'user_access',
  36698. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36699. 'page_callback' => 'forum_form_main',
  36700. 'page_arguments' => 'a:2:{i:0;s:5:"forum";i:1;i:5;}',
  36701. 'fit' => '62',
  36702. 'number_parts' => '6',
  36703. 'tab_parent' => '',
  36704. 'tab_root' => 'admin/content/forum/edit/forum/%',
  36705. 'title' => 'Edit forum',
  36706. 'title_callback' => 't',
  36707. 'title_arguments' => '',
  36708. 'type' => '4',
  36709. 'block_callback' => '',
  36710. 'description' => '',
  36711. 'position' => '',
  36712. 'weight' => '0',
  36713. 'file' => 'modules/forum/forum.admin.inc',
  36714. ))
  36715. ->values(array(
  36716. 'path' => 'admin/content/forum/list',
  36717. 'load_functions' => '',
  36718. 'to_arg_functions' => '',
  36719. 'access_callback' => 'user_access',
  36720. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36721. 'page_callback' => 'drupal_get_form',
  36722. 'page_arguments' => 'a:1:{i:0;s:14:"forum_overview";}',
  36723. 'fit' => '15',
  36724. 'number_parts' => '4',
  36725. 'tab_parent' => 'admin/content/forum',
  36726. 'tab_root' => 'admin/content/forum',
  36727. 'title' => 'List',
  36728. 'title_callback' => 't',
  36729. 'title_arguments' => '',
  36730. 'type' => '136',
  36731. 'block_callback' => '',
  36732. 'description' => '',
  36733. 'position' => '',
  36734. 'weight' => '-10',
  36735. 'file' => 'modules/forum/forum.admin.inc',
  36736. ))
  36737. ->values(array(
  36738. 'path' => 'admin/content/forum/settings',
  36739. 'load_functions' => '',
  36740. 'to_arg_functions' => '',
  36741. 'access_callback' => 'user_access',
  36742. 'access_arguments' => 'a:1:{i:0;s:17:"administer forums";}',
  36743. 'page_callback' => 'drupal_get_form',
  36744. 'page_arguments' => 'a:1:{i:0;s:20:"forum_admin_settings";}',
  36745. 'fit' => '15',
  36746. 'number_parts' => '4',
  36747. 'tab_parent' => 'admin/content/forum',
  36748. 'tab_root' => 'admin/content/forum',
  36749. 'title' => 'Settings',
  36750. 'title_callback' => 't',
  36751. 'title_arguments' => '',
  36752. 'type' => '128',
  36753. 'block_callback' => '',
  36754. 'description' => '',
  36755. 'position' => '',
  36756. 'weight' => '5',
  36757. 'file' => 'modules/forum/forum.admin.inc',
  36758. ))
  36759. ->values(array(
  36760. 'path' => 'admin/content/node',
  36761. 'load_functions' => '',
  36762. 'to_arg_functions' => '',
  36763. 'access_callback' => 'user_access',
  36764. 'access_arguments' => 'a:1:{i:0;s:16:"administer nodes";}',
  36765. 'page_callback' => 'drupal_get_form',
  36766. 'page_arguments' => 'a:1:{i:0;s:18:"node_admin_content";}',
  36767. 'fit' => '7',
  36768. 'number_parts' => '3',
  36769. 'tab_parent' => '',
  36770. 'tab_root' => 'admin/content/node',
  36771. 'title' => 'Content',
  36772. 'title_callback' => 't',
  36773. 'title_arguments' => '',
  36774. 'type' => '6',
  36775. 'block_callback' => '',
  36776. 'description' => "View, edit, and delete your site's content.",
  36777. 'position' => '',
  36778. 'weight' => '0',
  36779. 'file' => 'modules/node/node.admin.inc',
  36780. ))
  36781. ->values(array(
  36782. 'path' => 'admin/content/node-settings',
  36783. 'load_functions' => '',
  36784. 'to_arg_functions' => '',
  36785. 'access_callback' => 'user_access',
  36786. 'access_arguments' => 'a:1:{i:0;s:16:"administer nodes";}',
  36787. 'page_callback' => 'drupal_get_form',
  36788. 'page_arguments' => 'a:1:{i:0;s:14:"node_configure";}',
  36789. 'fit' => '7',
  36790. 'number_parts' => '3',
  36791. 'tab_parent' => '',
  36792. 'tab_root' => 'admin/content/node-settings',
  36793. 'title' => 'Post settings',
  36794. 'title_callback' => 't',
  36795. 'title_arguments' => '',
  36796. 'type' => '6',
  36797. 'block_callback' => '',
  36798. 'description' => 'Control posting behavior, such as teaser length, requiring previews before posting, and the number of posts on the front page.',
  36799. 'position' => '',
  36800. 'weight' => '0',
  36801. 'file' => 'modules/node/node.admin.inc',
  36802. ))
  36803. ->values(array(
  36804. 'path' => 'admin/content/node-settings/rebuild',
  36805. 'load_functions' => '',
  36806. 'to_arg_functions' => '',
  36807. 'access_callback' => 'user_access',
  36808. 'access_arguments' => 'a:1:{i:0;s:27:"access administration pages";}',
  36809. 'page_callback' => 'drupal_get_form',
  36810. 'page_arguments' => 'a:1:{i:0;s:30:"node_configure_rebuild_confirm";}',
  36811. 'fit' => '15',
  36812. 'number_parts' => '4',
  36813. 'tab_parent' => '',
  36814. 'tab_root' => 'admin/content/node-settings/rebuild',
  36815. 'title' => 'Rebuild permissions',
  36816. 'title_callback' => 't',
  36817. 'title_arguments' => '',
  36818. 'type' => '4',
  36819. 'block_callback' => '',
  36820. 'description' => '',
  36821. 'position' => '',
  36822. 'weight' => '0',
  36823. 'file' => 'modules/node/node.admin.inc',
  36824. ))
  36825. ->values(array(
  36826. 'path' => 'admin/content/node-type/article',
  36827. 'load_functions' => '',
  36828. 'to_arg_functions' => '',
  36829. 'access_callback' => 'user_access',
  36830. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  36831. 'page_callback' => 'drupal_get_form',
  36832. 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:7:"article";s:4:"name";s:7:"Article";s:6:"module";s:4:"node";s:11:"description";s:34:"An <em>article</em>, content type.";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:5:"Title";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:"story";}}',
  36833. 'fit' => '15',
  36834. 'number_parts' => '4',
  36835. 'tab_parent' => '',
  36836. 'tab_root' => 'admin/content/node-type/article',
  36837. 'title' => 'Article',
  36838. 'title_callback' => 't',
  36839. 'title_arguments' => '',
  36840. 'type' => '4',
  36841. 'block_callback' => '',
  36842. 'description' => '',
  36843. 'position' => '',
  36844. 'weight' => '0',
  36845. 'file' => 'modules/node/content_types.inc',
  36846. ))
  36847. ->values(array(
  36848. 'path' => 'admin/content/node-type/article/delete',
  36849. 'load_functions' => '',
  36850. 'to_arg_functions' => '',
  36851. 'access_callback' => 'user_access',
  36852. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  36853. 'page_callback' => 'drupal_get_form',
  36854. 'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;O:8:"stdClass":14:{s:4:"type";s:7:"article";s:4:"name";s:7:"Article";s:6:"module";s:4:"node";s:11:"description";s:34:"An <em>article</em>, content type.";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:5:"Title";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:"story";}}',
  36855. 'fit' => '31',
  36856. 'number_parts' => '5',
  36857. 'tab_parent' => '',
  36858. 'tab_root' => 'admin/content/node-type/article/delete',
  36859. 'title' => 'Delete',
  36860. 'title_callback' => 't',
  36861. 'title_arguments' => '',
  36862. 'type' => '4',
  36863. 'block_callback' => '',
  36864. 'description' => '',
  36865. 'position' => '',
  36866. 'weight' => '0',
  36867. 'file' => 'modules/node/content_types.inc',
  36868. ))
  36869. ->values(array(
  36870. 'path' => 'admin/content/node-type/article/display',
  36871. 'load_functions' => '',
  36872. 'to_arg_functions' => '',
  36873. 'access_callback' => 'user_access',
  36874. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  36875. 'page_callback' => 'drupal_get_form',
  36876. 'page_arguments' => 'a:2:{i:0;s:29:"content_display_overview_form";i:1;s:7:"article";}',
  36877. 'fit' => '31',
  36878. 'number_parts' => '5',
  36879. 'tab_parent' => 'admin/content/node-type/article',
  36880. 'tab_root' => 'admin/content/node-type/article',
  36881. 'title' => 'Display fields',
  36882. 'title_callback' => 't',
  36883. 'title_arguments' => '',
  36884. 'type' => '128',
  36885. 'block_callback' => '',
  36886. 'description' => '',
  36887. 'position' => '',
  36888. 'weight' => '2',
  36889. 'file' => 'sites/all/modules/cck/includes/content.admin.inc',
  36890. ))
  36891. ->values(array(
  36892. 'path' => 'admin/content/node-type/article/display/basic',
  36893. 'load_functions' => '',
  36894. 'to_arg_functions' => '',
  36895. 'access_callback' => 'user_access',
  36896. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  36897. 'page_callback' => 'drupal_get_form',
  36898. 'page_arguments' => 'a:3:{i:0;s:29:"content_display_overview_form";i:1;s:7:"article";i:2;s:5:"basic";}',
  36899. 'fit' => '63',
  36900. 'number_parts' => '6',
  36901. 'tab_parent' => 'admin/content/node-type/article/display',
  36902. 'tab_root' => 'admin/content/node-type/article',
  36903. 'title' => 'Basic',
  36904. 'title_callback' => 't',
  36905. 'title_arguments' => '',
  36906. 'type' => '136',
  36907. 'block_callback' => '',
  36908. 'description' => '',
  36909. 'position' => '',
  36910. 'weight' => '0',
  36911. 'file' => 'sites/all/modules/cck/includes/content.admin.inc',
  36912. ))
  36913. ->values(array(
  36914. 'path' => 'admin/content/node-type/article/display/print',
  36915. 'load_functions' => '',
  36916. 'to_arg_functions' => '',
  36917. 'access_callback' => 'user_access',
  36918. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  36919. 'page_callback' => 'drupal_get_form',
  36920. 'page_arguments' => 'a:3:{i:0;s:29:"content_display_overview_form";i:1;s:7:"article";i:2;s:5:"print";}',
  36921. 'fit' => '63',
  36922. 'number_parts' => '6',
  36923. 'tab_parent' => 'admin/content/node-type/article/display',
  36924. 'tab_root' => 'admin/content/node-type/article',
  36925. 'title' => 'Print',
  36926. 'title_callback' => 't',
  36927. 'title_arguments' => '',
  36928. 'type' => '128',
  36929. 'block_callback' => '',
  36930. 'description' => '',
  36931. 'position' => '',
  36932. 'weight' => '1',
  36933. 'file' => 'sites/all/modules/cck/includes/content.admin.inc',
  36934. ))
  36935. ->values(array(
  36936. 'path' => 'admin/content/node-type/article/display/rss',
  36937. 'load_functions' => '',
  36938. 'to_arg_functions' => '',
  36939. 'access_callback' => 'user_access',
  36940. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  36941. 'page_callback' => 'drupal_get_form',
  36942. 'page_arguments' => 'a:3:{i:0;s:29:"content_display_overview_form";i:1;s:7:"article";i:2;s:3:"rss";}',
  36943. 'fit' => '63',
  36944. 'number_parts' => '6',
  36945. 'tab_parent' => 'admin/content/node-type/article/display',
  36946. 'tab_root' => 'admin/content/node-type/article',
  36947. 'title' => 'RSS',
  36948. 'title_callback' => 't',
  36949. 'title_arguments' => '',
  36950. 'type' => '128',
  36951. 'block_callback' => '',
  36952. 'description' => '',
  36953. 'position' => '',
  36954. 'weight' => '1',
  36955. 'file' => 'sites/all/modules/cck/includes/content.admin.inc',
  36956. ))
  36957. ->values(array(
  36958. 'path' => 'admin/content/node-type/article/edit',
  36959. 'load_functions' => '',
  36960. 'to_arg_functions' => '',
  36961. 'access_callback' => 'user_access',
  36962. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  36963. 'page_callback' => 'drupal_get_form',
  36964. 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:7:"article";s:4:"name";s:7:"Article";s:6:"module";s:4:"node";s:11:"description";s:34:"An <em>article</em>, content type.";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:5:"Title";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:"story";}}',
  36965. 'fit' => '31',
  36966. 'number_parts' => '5',
  36967. 'tab_parent' => 'admin/content/node-type/article',
  36968. 'tab_root' => 'admin/content/node-type/article',
  36969. 'title' => 'Edit',
  36970. 'title_callback' => 't',
  36971. 'title_arguments' => '',
  36972. 'type' => '136',
  36973. 'block_callback' => '',
  36974. 'description' => '',
  36975. 'position' => '',
  36976. 'weight' => '0',
  36977. 'file' => 'modules/node/content_types.inc',
  36978. ))
  36979. ->values(array(
  36980. 'path' => 'admin/content/node-type/article/fields',
  36981. 'load_functions' => '',
  36982. 'to_arg_functions' => '',
  36983. 'access_callback' => 'user_access',
  36984. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  36985. 'page_callback' => 'drupal_get_form',
  36986. 'page_arguments' => 'a:2:{i:0;s:27:"content_field_overview_form";i:1;s:7:"article";}',
  36987. 'fit' => '31',
  36988. 'number_parts' => '5',
  36989. 'tab_parent' => 'admin/content/node-type/article',
  36990. 'tab_root' => 'admin/content/node-type/article',
  36991. 'title' => 'Manage fields',
  36992. 'title_callback' => 't',
  36993. 'title_arguments' => '',
  36994. 'type' => '128',
  36995. 'block_callback' => '',
  36996. 'description' => '',
  36997. 'position' => '',
  36998. 'weight' => '1',
  36999. 'file' => 'sites/all/modules/cck/includes/content.admin.inc',
  37000. ))
  37001. ->values(array(
  37002. 'path' => 'admin/content/node-type/company',
  37003. 'load_functions' => '',
  37004. 'to_arg_functions' => '',
  37005. 'access_callback' => 'user_access',
  37006. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37007. 'page_callback' => 'drupal_get_form',
  37008. 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:7:"company";s:4:"name";s:7:"Company";s:6:"module";s:4:"node";s:11:"description";s:17:"Company node type";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:4:"Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:11:"Description";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"0";s:8:"modified";s:1:"1";s:6:"locked";s:1:"0";s:9:"orig_type";s:7:"company";}}',
  37009. 'fit' => '15',
  37010. 'number_parts' => '4',
  37011. 'tab_parent' => '',
  37012. 'tab_root' => 'admin/content/node-type/company',
  37013. 'title' => 'Company',
  37014. 'title_callback' => 't',
  37015. 'title_arguments' => '',
  37016. 'type' => '4',
  37017. 'block_callback' => '',
  37018. 'description' => '',
  37019. 'position' => '',
  37020. 'weight' => '0',
  37021. 'file' => 'modules/node/content_types.inc',
  37022. ))
  37023. ->values(array(
  37024. 'path' => 'admin/content/node-type/company/delete',
  37025. 'load_functions' => '',
  37026. 'to_arg_functions' => '',
  37027. 'access_callback' => 'user_access',
  37028. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37029. 'page_callback' => 'drupal_get_form',
  37030. 'page_arguments' => 'a:2:{i:0;s:24:"node_type_delete_confirm";i:1;O:8:"stdClass":14:{s:4:"type";s:7:"company";s:4:"name";s:7:"Company";s:6:"module";s:4:"node";s:11:"description";s:17:"Company node type";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:4:"Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:11:"Description";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"0";s:8:"modified";s:1:"1";s:6:"locked";s:1:"0";s:9:"orig_type";s:7:"company";}}',
  37031. 'fit' => '31',
  37032. 'number_parts' => '5',
  37033. 'tab_parent' => '',
  37034. 'tab_root' => 'admin/content/node-type/company/delete',
  37035. 'title' => 'Delete',
  37036. 'title_callback' => 't',
  37037. 'title_arguments' => '',
  37038. 'type' => '4',
  37039. 'block_callback' => '',
  37040. 'description' => '',
  37041. 'position' => '',
  37042. 'weight' => '0',
  37043. 'file' => 'modules/node/content_types.inc',
  37044. ))
  37045. ->values(array(
  37046. 'path' => 'admin/content/node-type/company/display',
  37047. 'load_functions' => '',
  37048. 'to_arg_functions' => '',
  37049. 'access_callback' => 'user_access',
  37050. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37051. 'page_callback' => 'drupal_get_form',
  37052. 'page_arguments' => 'a:2:{i:0;s:29:"content_display_overview_form";i:1;s:7:"company";}',
  37053. 'fit' => '31',
  37054. 'number_parts' => '5',
  37055. 'tab_parent' => 'admin/content/node-type/company',
  37056. 'tab_root' => 'admin/content/node-type/company',
  37057. 'title' => 'Display fields',
  37058. 'title_callback' => 't',
  37059. 'title_arguments' => '',
  37060. 'type' => '128',
  37061. 'block_callback' => '',
  37062. 'description' => '',
  37063. 'position' => '',
  37064. 'weight' => '2',
  37065. 'file' => 'sites/all/modules/cck/includes/content.admin.inc',
  37066. ))
  37067. ->values(array(
  37068. 'path' => 'admin/content/node-type/company/display/basic',
  37069. 'load_functions' => '',
  37070. 'to_arg_functions' => '',
  37071. 'access_callback' => 'user_access',
  37072. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37073. 'page_callback' => 'drupal_get_form',
  37074. 'page_arguments' => 'a:3:{i:0;s:29:"content_display_overview_form";i:1;s:7:"company";i:2;s:5:"basic";}',
  37075. 'fit' => '63',
  37076. 'number_parts' => '6',
  37077. 'tab_parent' => 'admin/content/node-type/company/display',
  37078. 'tab_root' => 'admin/content/node-type/company',
  37079. 'title' => 'Basic',
  37080. 'title_callback' => 't',
  37081. 'title_arguments' => '',
  37082. 'type' => '136',
  37083. 'block_callback' => '',
  37084. 'description' => '',
  37085. 'position' => '',
  37086. 'weight' => '0',
  37087. 'file' => 'sites/all/modules/cck/includes/content.admin.inc',
  37088. ))
  37089. ->values(array(
  37090. 'path' => 'admin/content/node-type/company/display/print',
  37091. 'load_functions' => '',
  37092. 'to_arg_functions' => '',
  37093. 'access_callback' => 'user_access',
  37094. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37095. 'page_callback' => 'drupal_get_form',
  37096. 'page_arguments' => 'a:3:{i:0;s:29:"content_display_overview_form";i:1;s:7:"company";i:2;s:5:"print";}',
  37097. 'fit' => '63',
  37098. 'number_parts' => '6',
  37099. 'tab_parent' => 'admin/content/node-type/company/display',
  37100. 'tab_root' => 'admin/content/node-type/company',
  37101. 'title' => 'Print',
  37102. 'title_callback' => 't',
  37103. 'title_arguments' => '',
  37104. 'type' => '128',
  37105. 'block_callback' => '',
  37106. 'description' => '',
  37107. 'position' => '',
  37108. 'weight' => '1',
  37109. 'file' => 'sites/all/modules/cck/includes/content.admin.inc',
  37110. ))
  37111. ->values(array(
  37112. 'path' => 'admin/content/node-type/company/display/rss',
  37113. 'load_functions' => '',
  37114. 'to_arg_functions' => '',
  37115. 'access_callback' => 'user_access',
  37116. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37117. 'page_callback' => 'drupal_get_form',
  37118. 'page_arguments' => 'a:3:{i:0;s:29:"content_display_overview_form";i:1;s:7:"company";i:2;s:3:"rss";}',
  37119. 'fit' => '63',
  37120. 'number_parts' => '6',
  37121. 'tab_parent' => 'admin/content/node-type/company/display',
  37122. 'tab_root' => 'admin/content/node-type/company',
  37123. 'title' => 'RSS',
  37124. 'title_callback' => 't',
  37125. 'title_arguments' => '',
  37126. 'type' => '128',
  37127. 'block_callback' => '',
  37128. 'description' => '',
  37129. 'position' => '',
  37130. 'weight' => '1',
  37131. 'file' => 'sites/all/modules/cck/includes/content.admin.inc',
  37132. ))
  37133. ->values(array(
  37134. 'path' => 'admin/content/node-type/company/edit',
  37135. 'load_functions' => '',
  37136. 'to_arg_functions' => '',
  37137. 'access_callback' => 'user_access',
  37138. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37139. 'page_callback' => 'drupal_get_form',
  37140. 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:7:"company";s:4:"name";s:7:"Company";s:6:"module";s:4:"node";s:11:"description";s:17:"Company node type";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:4:"Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:11:"Description";s:14:"min_word_count";s:1:"0";s:6:"custom";s:1:"0";s:8:"modified";s:1:"1";s:6:"locked";s:1:"0";s:9:"orig_type";s:7:"company";}}',
  37141. 'fit' => '31',
  37142. 'number_parts' => '5',
  37143. 'tab_parent' => 'admin/content/node-type/company',
  37144. 'tab_root' => 'admin/content/node-type/company',
  37145. 'title' => 'Edit',
  37146. 'title_callback' => 't',
  37147. 'title_arguments' => '',
  37148. 'type' => '136',
  37149. 'block_callback' => '',
  37150. 'description' => '',
  37151. 'position' => '',
  37152. 'weight' => '0',
  37153. 'file' => 'modules/node/content_types.inc',
  37154. ))
  37155. ->values(array(
  37156. 'path' => 'admin/content/node-type/company/fields',
  37157. 'load_functions' => '',
  37158. 'to_arg_functions' => '',
  37159. 'access_callback' => 'user_access',
  37160. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37161. 'page_callback' => 'drupal_get_form',
  37162. 'page_arguments' => 'a:2:{i:0;s:27:"content_field_overview_form";i:1;s:7:"company";}',
  37163. 'fit' => '31',
  37164. 'number_parts' => '5',
  37165. 'tab_parent' => 'admin/content/node-type/company',
  37166. 'tab_root' => 'admin/content/node-type/company',
  37167. 'title' => 'Manage fields',
  37168. 'title_callback' => 't',
  37169. 'title_arguments' => '',
  37170. 'type' => '128',
  37171. 'block_callback' => '',
  37172. 'description' => '',
  37173. 'position' => '',
  37174. 'weight' => '1',
  37175. 'file' => 'sites/all/modules/cck/includes/content.admin.inc',
  37176. ))
  37177. ->values(array(
  37178. 'path' => 'admin/content/node-type/employee',
  37179. 'load_functions' => '',
  37180. 'to_arg_functions' => '',
  37181. 'access_callback' => 'user_access',
  37182. 'access_arguments' => 'a:1:{i:0;s:24:"administer content types";}',
  37183. 'page_callback' => 'drupal_get_form',
  37184. 'page_arguments' => 'a:2:{i:0;s:14:"node_type_form";i:1;O:8:"stdClass":14:{s:4:"type";s:8:"employee";s:4:"name";s:8:"Employee";s:6:"module";s:4:"node";s:11:"description";s:18:"Employee node type";s:4:"help";s:0:"";s:9:"has_title";s:1:"1";s:11:"title_label";s:4:"Name";s:8:"has_body";s:1:"1";s:10:"body_label";s:3:"Bio";s:14:"min_word_count";s:2:"20";s:6:"custom";s:1:"0";s:8:"modified";s:1:"0";s:6:"locked";s:1:"0";s:9:"orig_type";s:8:"employee";}}',
  37185. 'fit' => '15',
  37186. 'number_parts' => '4',
  37187. 'tab_parent' => '',
  37188. 'tab_root' => 'admin/content/node-type/employee',
  37189. 'title' => 'Employee',
  37190. 'title_callback' => 't',
  37191. 'title_arguments' => '',
  37192. 'type' => '4',
  37193. 'block_callback' => '',
  37194. 'description' => '',
  37195. 'position' => '',
  37196. 'weight' => '0',
  37197. 'file' => 'modules/node/content_types.inc',
  37198. ))
  37199. ->values(array(
  37200. 'path' => 'admin/content/node-type/employee/delete',