popsu_taxonomies.features.uuid_term.inc 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. <?php
  2. /**
  3. * @file
  4. * popsu_taxonomies.features.uuid_term.inc
  5. */
  6. /**
  7. * Implements hook_uuid_features_default_terms().
  8. */
  9. function popsu_taxonomies_uuid_features_default_terms() {
  10. $terms = array();
  11. $terms[] = array(
  12. 'name' => 'Strasbourg',
  13. 'description' => '',
  14. 'format' => 'filtered_html',
  15. 'weight' => '0',
  16. 'uuid' => '12e6b6e0-ce67-451d-b268-47187d919e91',
  17. 'language' => 'und',
  18. 'i18n_tsid' => '0',
  19. 'vocabulary_machine_name' => 'popsu_villes',
  20. 'url_alias' => array(
  21. 0 => array(
  22. 'alias' => 'villes/strasbourg',
  23. 'language' => 'und',
  24. ),
  25. ),
  26. );
  27. $terms[] = array(
  28. 'name' => 'Lille',
  29. 'description' => '',
  30. 'format' => 'filtered_html',
  31. 'weight' => '0',
  32. 'uuid' => '15f4f785-d93d-41d3-a1cc-cb0e72ec83cc',
  33. 'language' => 'und',
  34. 'i18n_tsid' => '0',
  35. 'vocabulary_machine_name' => 'popsu_villes',
  36. 'url_alias' => array(
  37. 0 => array(
  38. 'alias' => 'villes/lille',
  39. 'language' => 'und',
  40. ),
  41. ),
  42. );
  43. $terms[] = array(
  44. 'name' => 'Londres',
  45. 'description' => '',
  46. 'format' => 'filtered_html',
  47. 'weight' => '0',
  48. 'uuid' => '18a859f3-6d0b-44c8-9bbd-1b7c6717071a',
  49. 'language' => 'und',
  50. 'i18n_tsid' => '0',
  51. 'vocabulary_machine_name' => 'popsu_villes',
  52. 'url_alias' => array(
  53. 0 => array(
  54. 'alias' => 'villes/londres',
  55. 'language' => 'und',
  56. ),
  57. ),
  58. );
  59. $terms[] = array(
  60. 'name' => 'Vienne',
  61. 'description' => '',
  62. 'format' => 'filtered_html',
  63. 'weight' => '0',
  64. 'uuid' => '2a022b49-e37f-49b5-ac17-37e56241fe94',
  65. 'language' => 'und',
  66. 'i18n_tsid' => '0',
  67. 'vocabulary_machine_name' => 'popsu_villes',
  68. 'url_alias' => array(
  69. 0 => array(
  70. 'alias' => 'villes/vienne',
  71. 'language' => 'und',
  72. ),
  73. ),
  74. );
  75. $terms[] = array(
  76. 'name' => 'Barcelone',
  77. 'description' => '',
  78. 'format' => 'filtered_html',
  79. 'weight' => '0',
  80. 'uuid' => '2c6cf2ca-12df-491d-8137-8069b703e3cc',
  81. 'language' => 'und',
  82. 'i18n_tsid' => '0',
  83. 'vocabulary_machine_name' => 'popsu_villes',
  84. 'url_alias' => array(
  85. 0 => array(
  86. 'alias' => 'villes/barcelone',
  87. 'language' => 'und',
  88. ),
  89. ),
  90. );
  91. $terms[] = array(
  92. 'name' => 'Copenhague',
  93. 'description' => '',
  94. 'format' => 'filtered_html',
  95. 'weight' => '0',
  96. 'uuid' => '30c56d94-6b8e-4462-a82d-42bdd2dec750',
  97. 'language' => 'und',
  98. 'i18n_tsid' => '0',
  99. 'vocabulary_machine_name' => 'popsu_villes',
  100. 'url_alias' => array(
  101. 0 => array(
  102. 'alias' => 'villes/copenhague',
  103. 'language' => 'und',
  104. ),
  105. ),
  106. );
  107. $terms[] = array(
  108. 'name' => 'Bordeaux',
  109. 'description' => '',
  110. 'format' => 'filtered_html',
  111. 'weight' => '0',
  112. 'uuid' => '3444e1b8-5a47-42a4-8a2d-d712bcd2ca5c',
  113. 'language' => 'und',
  114. 'i18n_tsid' => '0',
  115. 'vocabulary_machine_name' => 'popsu_villes',
  116. 'url_alias' => array(
  117. 0 => array(
  118. 'alias' => 'villes/bordeaux',
  119. 'language' => 'und',
  120. ),
  121. ),
  122. );
  123. $terms[] = array(
  124. 'name' => 'Berlin',
  125. 'description' => '',
  126. 'format' => 'filtered_html',
  127. 'weight' => '0',
  128. 'uuid' => '3c5a2869-2a4d-4582-83ef-10d3022f971a',
  129. 'language' => 'und',
  130. 'i18n_tsid' => '0',
  131. 'vocabulary_machine_name' => 'popsu_villes',
  132. 'url_alias' => array(
  133. 0 => array(
  134. 'alias' => 'villes/berlin',
  135. 'language' => 'und',
  136. ),
  137. ),
  138. );
  139. $terms[] = array(
  140. 'name' => 'Nantes',
  141. 'description' => '',
  142. 'format' => 'filtered_html',
  143. 'weight' => '0',
  144. 'uuid' => '44dff50d-a518-4739-ac62-1601df24421f',
  145. 'language' => 'und',
  146. 'i18n_tsid' => '0',
  147. 'vocabulary_machine_name' => 'popsu_villes',
  148. 'url_alias' => array(
  149. 0 => array(
  150. 'alias' => 'villes/nantes',
  151. 'language' => 'und',
  152. ),
  153. ),
  154. );
  155. $terms[] = array(
  156. 'name' => 'Rennes',
  157. 'description' => '',
  158. 'format' => 'filtered_html',
  159. 'weight' => '0',
  160. 'uuid' => '599ff601-6b11-4aa0-9a8c-15c3690c9722',
  161. 'language' => 'und',
  162. 'i18n_tsid' => '0',
  163. 'vocabulary_machine_name' => 'popsu_villes',
  164. 'url_alias' => array(
  165. 0 => array(
  166. 'alias' => 'villes/rennes',
  167. 'language' => 'und',
  168. ),
  169. ),
  170. );
  171. $terms[] = array(
  172. 'name' => 'Amsterdam',
  173. 'description' => '',
  174. 'format' => 'filtered_html',
  175. 'weight' => '0',
  176. 'uuid' => '5eca18a8-2f4d-4da6-9413-fbddf4441a96',
  177. 'language' => 'und',
  178. 'i18n_tsid' => '0',
  179. 'vocabulary_machine_name' => 'popsu_villes',
  180. 'url_alias' => array(
  181. 0 => array(
  182. 'alias' => 'villes/amsterdam',
  183. 'language' => 'und',
  184. ),
  185. ),
  186. );
  187. $terms[] = array(
  188. 'name' => 'Turin',
  189. 'description' => '',
  190. 'format' => 'filtered_html',
  191. 'weight' => '0',
  192. 'uuid' => '6153f802-cc2d-40f4-8206-608678980a2d',
  193. 'language' => 'und',
  194. 'i18n_tsid' => '0',
  195. 'vocabulary_machine_name' => 'popsu_villes',
  196. 'url_alias' => array(
  197. 0 => array(
  198. 'alias' => 'villes/turin',
  199. 'language' => 'und',
  200. ),
  201. ),
  202. );
  203. $terms[] = array(
  204. 'name' => 'Paris',
  205. 'description' => '',
  206. 'format' => 'filtered_html',
  207. 'weight' => '0',
  208. 'uuid' => '64088697-550c-484e-83ee-a3b0a8765612',
  209. 'language' => 'und',
  210. 'i18n_tsid' => '0',
  211. 'vocabulary_machine_name' => 'popsu_villes',
  212. 'url_alias' => array(
  213. 0 => array(
  214. 'alias' => 'villes/paris',
  215. 'language' => 'und',
  216. ),
  217. ),
  218. );
  219. $terms[] = array(
  220. 'name' => 'Montpellier',
  221. 'description' => '',
  222. 'format' => 'filtered_html',
  223. 'weight' => '0',
  224. 'uuid' => '7b9733a5-9e97-4681-8708-5bd19095c68a',
  225. 'language' => 'und',
  226. 'i18n_tsid' => '0',
  227. 'vocabulary_machine_name' => 'popsu_villes',
  228. 'url_alias' => array(
  229. 0 => array(
  230. 'alias' => 'villes/montpellier',
  231. 'language' => 'und',
  232. ),
  233. ),
  234. );
  235. $terms[] = array(
  236. 'name' => 'POPSU Europe',
  237. 'description' => 'POPSU Europe',
  238. 'format' => 'plain_text',
  239. 'weight' => '4',
  240. 'uuid' => '8876ad0a-c924-47f0-a244-7799d0e159ba',
  241. 'language' => 'und',
  242. 'i18n_tsid' => '0',
  243. 'vocabulary_machine_name' => 'popsu_popsu',
  244. 'url_alias' => array(
  245. 0 => array(
  246. 'alias' => 'popsu/popsu-europe',
  247. 'language' => 'und',
  248. ),
  249. ),
  250. );
  251. $terms[] = array(
  252. 'name' => 'POPSU E2',
  253. 'description' => '',
  254. 'format' => 'filtered_html',
  255. 'weight' => '1',
  256. 'uuid' => '90af57ff-9699-4767-ac94-2bc1cc5142d4',
  257. 'language' => 'und',
  258. 'i18n_tsid' => '0',
  259. 'vocabulary_machine_name' => 'popsu_popsu',
  260. 'url_alias' => array(
  261. 0 => array(
  262. 'alias' => 'popsu/popsu-e2',
  263. 'language' => 'und',
  264. ),
  265. ),
  266. );
  267. $terms[] = array(
  268. 'name' => 'POPSU E1',
  269. 'description' => '',
  270. 'format' => 'filtered_html',
  271. 'weight' => '0',
  272. 'uuid' => '9a271cc8-f4c3-4a19-9853-34a339153cfb',
  273. 'language' => 'und',
  274. 'i18n_tsid' => '0',
  275. 'vocabulary_machine_name' => 'popsu_popsu',
  276. 'url_alias' => array(
  277. 0 => array(
  278. 'alias' => 'popsu/popsu-e1',
  279. 'language' => 'und',
  280. ),
  281. ),
  282. );
  283. $terms[] = array(
  284. 'name' => 'Toulouse',
  285. 'description' => '',
  286. 'format' => 'filtered_html',
  287. 'weight' => '0',
  288. 'uuid' => 'a6ee93cc-618f-469c-82c3-31e39a5df176',
  289. 'language' => 'und',
  290. 'i18n_tsid' => '0',
  291. 'vocabulary_machine_name' => 'popsu_villes',
  292. 'url_alias' => array(
  293. 0 => array(
  294. 'alias' => 'villes/toulouse',
  295. 'language' => 'und',
  296. ),
  297. ),
  298. );
  299. $terms[] = array(
  300. 'name' => 'Lausanne',
  301. 'description' => '',
  302. 'format' => 'filtered_html',
  303. 'weight' => '0',
  304. 'uuid' => 'aa978480-235f-4228-9bd6-d9e363897e3f',
  305. 'language' => 'und',
  306. 'i18n_tsid' => '0',
  307. 'vocabulary_machine_name' => 'popsu_villes',
  308. 'url_alias' => array(
  309. 0 => array(
  310. 'alias' => 'villes/lausanne',
  311. 'language' => 'und',
  312. ),
  313. ),
  314. );
  315. $terms[] = array(
  316. 'name' => 'Birmingham',
  317. 'description' => '',
  318. 'format' => 'filtered_html',
  319. 'weight' => '0',
  320. 'uuid' => 'b11cb388-b24f-4492-8e38-4c5d52b2610e',
  321. 'language' => 'und',
  322. 'i18n_tsid' => '0',
  323. 'vocabulary_machine_name' => 'popsu_villes',
  324. 'url_alias' => array(
  325. 0 => array(
  326. 'alias' => 'villes/birmingham',
  327. 'language' => 'und',
  328. ),
  329. ),
  330. );
  331. $terms[] = array(
  332. 'name' => 'Montréal',
  333. 'description' => '',
  334. 'format' => 'filtered_html',
  335. 'weight' => '0',
  336. 'uuid' => 'b54155e1-2026-4614-9a79-20324defe863',
  337. 'language' => 'und',
  338. 'i18n_tsid' => '0',
  339. 'vocabulary_machine_name' => 'popsu_villes',
  340. 'url_alias' => array(
  341. 0 => array(
  342. 'alias' => 'villes/montreal',
  343. 'language' => 'und',
  344. ),
  345. ),
  346. );
  347. $terms[] = array(
  348. 'name' => 'Malaga',
  349. 'description' => '',
  350. 'format' => 'full_html',
  351. 'weight' => '0',
  352. 'uuid' => 'c47fc0eb-64d6-43ba-90e4-04c8f75c9271',
  353. 'language' => 'und',
  354. 'i18n_tsid' => '0',
  355. 'vocabulary_machine_name' => 'popsu_villes',
  356. 'url_alias' => array(
  357. 0 => array(
  358. 'alias' => 'villes/malaga',
  359. 'language' => 'und',
  360. ),
  361. ),
  362. );
  363. $terms[] = array(
  364. 'name' => 'Lyon',
  365. 'description' => '',
  366. 'format' => 'filtered_html',
  367. 'weight' => '0',
  368. 'uuid' => 'c5c21729-23f8-4ea7-8e53-d4781f609661',
  369. 'language' => 'und',
  370. 'i18n_tsid' => '0',
  371. 'vocabulary_machine_name' => 'popsu_villes',
  372. 'url_alias' => array(
  373. 0 => array(
  374. 'alias' => 'villes/lyon',
  375. 'language' => 'und',
  376. ),
  377. ),
  378. );
  379. $terms[] = array(
  380. 'name' => 'POPSU1',
  381. 'description' => 'POPSU France 1',
  382. 'format' => 'plain_text',
  383. 'weight' => '0',
  384. 'uuid' => 'da0652f3-308a-420c-9a58-1a356542994b',
  385. 'language' => 'und',
  386. 'i18n_tsid' => '0',
  387. 'vocabulary_machine_name' => 'popsu_popsu',
  388. 'url_alias' => array(
  389. 0 => array(
  390. 'alias' => 'popsu/popsu1',
  391. 'language' => 'und',
  392. ),
  393. ),
  394. );
  395. $terms[] = array(
  396. 'name' => 'Rotterdam',
  397. 'description' => '',
  398. 'format' => 'filtered_html',
  399. 'weight' => '0',
  400. 'uuid' => 'e00aaee2-26f4-42f2-b5ae-21c34a55aa07',
  401. 'language' => 'und',
  402. 'i18n_tsid' => '0',
  403. 'vocabulary_machine_name' => 'popsu_villes',
  404. 'url_alias' => array(
  405. 0 => array(
  406. 'alias' => 'villes/rotterdam',
  407. 'language' => 'und',
  408. ),
  409. ),
  410. );
  411. $terms[] = array(
  412. 'name' => 'Grenoble',
  413. 'description' => '',
  414. 'format' => 'filtered_html',
  415. 'weight' => '0',
  416. 'uuid' => 'e54dddd0-0f64-41b9-9efe-53f91f57af87',
  417. 'language' => 'und',
  418. 'i18n_tsid' => '0',
  419. 'vocabulary_machine_name' => 'popsu_villes',
  420. 'url_alias' => array(
  421. 0 => array(
  422. 'alias' => 'villes/grenoble',
  423. 'language' => 'und',
  424. ),
  425. ),
  426. );
  427. $terms[] = array(
  428. 'name' => 'Bruxelles',
  429. 'description' => '',
  430. 'format' => 'full_html',
  431. 'weight' => '0',
  432. 'uuid' => 'ed4a9bed-4172-499a-93bf-554e5480f50f',
  433. 'language' => 'und',
  434. 'i18n_tsid' => '0',
  435. 'vocabulary_machine_name' => 'popsu_villes',
  436. 'url_alias' => array(
  437. 0 => array(
  438. 'alias' => 'villes/bruxelles',
  439. 'language' => 'und',
  440. ),
  441. ),
  442. );
  443. $terms[] = array(
  444. 'name' => 'POPSU2',
  445. 'description' => 'POPSU France 2',
  446. 'format' => 'plain_text',
  447. 'weight' => '2',
  448. 'uuid' => 'f23660ef-e6c4-4661-920b-01e0b1824d1c',
  449. 'language' => 'und',
  450. 'i18n_tsid' => '0',
  451. 'vocabulary_machine_name' => 'popsu_popsu',
  452. 'url_alias' => array(
  453. 0 => array(
  454. 'alias' => 'popsu/popsu2',
  455. 'language' => 'und',
  456. ),
  457. ),
  458. );
  459. $terms[] = array(
  460. 'name' => 'Marseille',
  461. 'description' => '',
  462. 'format' => 'filtered_html',
  463. 'weight' => '0',
  464. 'uuid' => 'f6f848f5-38c9-4877-82f1-642e599aa3c4',
  465. 'language' => 'und',
  466. 'i18n_tsid' => '0',
  467. 'vocabulary_machine_name' => 'popsu_villes',
  468. 'url_alias' => array(
  469. 0 => array(
  470. 'alias' => 'villes/marseille',
  471. 'language' => 'und',
  472. ),
  473. ),
  474. );
  475. $terms[] = array(
  476. 'name' => 'Toulon',
  477. 'description' => '',
  478. 'format' => 'filtered_html',
  479. 'weight' => '0',
  480. 'uuid' => 'fe313bba-bd51-47d5-9307-1b6b92259d22',
  481. 'language' => 'und',
  482. 'i18n_tsid' => '0',
  483. 'vocabulary_machine_name' => 'popsu_villes',
  484. 'url_alias' => array(
  485. 0 => array(
  486. 'alias' => 'villes/toulon',
  487. 'language' => 'und',
  488. ),
  489. ),
  490. );
  491. return $terms;
  492. }