materio_administration.features.menu_links.inc 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228
  1. <?php
  2. /**
  3. * @file
  4. * materio_administration.features.menu_links.inc
  5. */
  6. /**
  7. * Implements hook_menu_default_menu_links().
  8. */
  9. function materio_administration_menu_default_menu_links() {
  10. $menu_links = array();
  11. // Exported menu link: navigation_:materio_search_api_ajax/actuality.
  12. $menu_links['navigation_:materio_search_api_ajax/actuality'] = array(
  13. 'menu_name' => 'navigation',
  14. 'link_path' => 'materio_search_api_ajax/actuality',
  15. 'router_path' => 'materio_search_api_ajax/actuality',
  16. 'link_title' => '',
  17. 'options' => array(
  18. 'identifier' => 'navigation_:materio_search_api_ajax/actuality',
  19. ),
  20. 'module' => 'system',
  21. 'hidden' => 1,
  22. 'external' => 0,
  23. 'has_children' => 0,
  24. 'expanded' => 0,
  25. 'weight' => -37,
  26. 'customized' => 1,
  27. 'language' => 'und',
  28. 'menu_links_customized' => 1,
  29. );
  30. // Exported menu link: navigation_add-content:node/add.
  31. $menu_links['navigation_add-content:node/add'] = array(
  32. 'menu_name' => 'navigation',
  33. 'link_path' => 'node/add',
  34. 'router_path' => 'node/add',
  35. 'link_title' => 'Add content',
  36. 'options' => array(
  37. 'identifier' => 'navigation_add-content:node/add',
  38. ),
  39. 'module' => 'system',
  40. 'hidden' => 0,
  41. 'external' => 0,
  42. 'has_children' => 0,
  43. 'expanded' => 0,
  44. 'weight' => -46,
  45. 'customized' => 1,
  46. 'language' => 'und',
  47. 'menu_links_customized' => 1,
  48. 'parent_identifier' => 'navigation_content:admin/content/materiaux',
  49. );
  50. // Exported menu link: navigation_add-user:admin/people/create.
  51. $menu_links['navigation_add-user:admin/people/create'] = array(
  52. 'menu_name' => 'navigation',
  53. 'link_path' => 'admin/people/create',
  54. 'router_path' => 'admin/people/create',
  55. 'link_title' => 'Add user',
  56. 'options' => array(
  57. 'attributes' => array(),
  58. 'identifier' => 'navigation_add-user:admin/people/create',
  59. ),
  60. 'module' => 'menu',
  61. 'hidden' => 0,
  62. 'external' => 0,
  63. 'has_children' => 0,
  64. 'expanded' => 0,
  65. 'weight' => -50,
  66. 'customized' => 1,
  67. 'language' => 'und',
  68. 'menu_links_customized' => 1,
  69. 'parent_identifier' => 'navigation_users:admin/users',
  70. );
  71. // Exported menu link: navigation_adhsions:node/11186/webform-results.
  72. $menu_links['navigation_adhsions:node/11186/webform-results'] = array(
  73. 'menu_name' => 'navigation',
  74. 'link_path' => 'node/11186/webform-results',
  75. 'router_path' => 'node/%/webform-results',
  76. 'link_title' => 'Adhésions',
  77. 'options' => array(
  78. 'attributes' => array(),
  79. 'identifier' => 'navigation_adhsions:node/11186/webform-results',
  80. ),
  81. 'module' => 'menu',
  82. 'hidden' => 0,
  83. 'external' => 0,
  84. 'has_children' => 0,
  85. 'expanded' => 0,
  86. 'weight' => -47,
  87. 'customized' => 1,
  88. 'language' => 'und',
  89. 'menu_links_customized' => 1,
  90. 'parent_identifier' => 'navigation_users:admin/users',
  91. );
  92. // Exported menu link: navigation_ajouter-un-tag-libre:admin/structure/taxonomy/tag_libres/add.
  93. $menu_links['navigation_ajouter-un-tag-libre:admin/structure/taxonomy/tag_libres/add'] = array(
  94. 'menu_name' => 'navigation',
  95. 'link_path' => 'admin/structure/taxonomy/tag_libres/add',
  96. 'router_path' => 'admin/structure/taxonomy/%/add',
  97. 'link_title' => 'Ajouter un tag libre',
  98. 'options' => array(
  99. 'identifier' => 'navigation_ajouter-un-tag-libre:admin/structure/taxonomy/tag_libres/add',
  100. 'attributes' => array(),
  101. 'item_attributes' => array(
  102. 'id' => '',
  103. 'class' => '',
  104. 'style' => '',
  105. ),
  106. ),
  107. 'module' => 'menu',
  108. 'hidden' => 1,
  109. 'external' => 0,
  110. 'has_children' => 0,
  111. 'expanded' => 0,
  112. 'weight' => -50,
  113. 'customized' => 1,
  114. 'language' => 'und',
  115. 'menu_links_customized' => 1,
  116. 'parent_identifier' => 'navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres',
  117. );
  118. // Exported menu link: navigation_breve:node/add/breve.
  119. $menu_links['navigation_breve:node/add/breve'] = array(
  120. 'menu_name' => 'navigation',
  121. 'link_path' => 'node/add/breve',
  122. 'router_path' => 'node/add/breve',
  123. 'link_title' => 'Breve',
  124. 'options' => array(
  125. 'identifier' => 'navigation_breve:node/add/breve',
  126. ),
  127. 'module' => 'system',
  128. 'hidden' => 0,
  129. 'external' => 0,
  130. 'has_children' => 0,
  131. 'expanded' => 0,
  132. 'weight' => -50,
  133. 'customized' => 1,
  134. 'language' => 'und',
  135. 'menu_links_customized' => 1,
  136. );
  137. // Exported menu link: navigation_companies:admin/content/companies.
  138. $menu_links['navigation_companies:admin/content/companies'] = array(
  139. 'menu_name' => 'navigation',
  140. 'link_path' => 'admin/content/companies',
  141. 'router_path' => 'admin/content/companies',
  142. 'link_title' => 'Companies',
  143. 'options' => array(
  144. 'attributes' => array(),
  145. 'identifier' => 'navigation_companies:admin/content/companies',
  146. ),
  147. 'module' => 'menu',
  148. 'hidden' => 0,
  149. 'external' => 0,
  150. 'has_children' => 0,
  151. 'expanded' => 0,
  152. 'weight' => -49,
  153. 'customized' => 0,
  154. 'language' => 'und',
  155. 'menu_links_customized' => 0,
  156. 'parent_identifier' => 'navigation_content:admin/content/materiaux',
  157. );
  158. // Exported menu link: navigation_company:admin/structure/taxonomy_manager/voc/company.
  159. $menu_links['navigation_company:admin/structure/taxonomy_manager/voc/company'] = array(
  160. 'menu_name' => 'navigation',
  161. 'link_path' => 'admin/structure/taxonomy_manager/voc/company',
  162. 'router_path' => 'admin/structure',
  163. 'link_title' => 'Company',
  164. 'options' => array(
  165. 'attributes' => array(),
  166. 'identifier' => 'navigation_company:admin/structure/taxonomy_manager/voc/company',
  167. ),
  168. 'module' => 'menu',
  169. 'hidden' => 1,
  170. 'external' => 0,
  171. 'has_children' => 0,
  172. 'expanded' => 0,
  173. 'weight' => 9,
  174. 'customized' => 1,
  175. 'language' => 'und',
  176. 'menu_links_customized' => 1,
  177. 'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
  178. );
  179. // Exported menu link: navigation_company:node/add/company.
  180. $menu_links['navigation_company:node/add/company'] = array(
  181. 'menu_name' => 'navigation',
  182. 'link_path' => 'node/add/company',
  183. 'router_path' => 'node/add/company',
  184. 'link_title' => 'Company',
  185. 'options' => array(
  186. 'identifier' => 'navigation_company:node/add/company',
  187. ),
  188. 'module' => 'system',
  189. 'hidden' => 0,
  190. 'external' => 0,
  191. 'has_children' => 0,
  192. 'expanded' => 0,
  193. 'weight' => -48,
  194. 'customized' => 1,
  195. 'language' => 'und',
  196. 'menu_links_customized' => 1,
  197. );
  198. // Exported menu link: navigation_compose-tips:filter/tips.
  199. $menu_links['navigation_compose-tips:filter/tips'] = array(
  200. 'menu_name' => 'navigation',
  201. 'link_path' => 'filter/tips',
  202. 'router_path' => 'filter/tips',
  203. 'link_title' => 'Compose tips',
  204. 'options' => array(
  205. 'identifier' => 'navigation_compose-tips:filter/tips',
  206. ),
  207. 'module' => 'system',
  208. 'hidden' => 1,
  209. 'external' => 0,
  210. 'has_children' => 1,
  211. 'expanded' => 0,
  212. 'weight' => -44,
  213. 'customized' => 1,
  214. 'language' => 'und',
  215. 'menu_links_customized' => 1,
  216. );
  217. // Exported menu link: navigation_content-types:admin/config/regional/translate/table/nodetype.
  218. $menu_links['navigation_content-types:admin/config/regional/translate/table/nodetype'] = array(
  219. 'menu_name' => 'navigation',
  220. 'link_path' => 'admin/config/regional/translate/table/nodetype',
  221. 'router_path' => 'admin/config/regional/translate/table/nodetype',
  222. 'link_title' => 'Content types',
  223. 'options' => array(
  224. 'attributes' => array(),
  225. 'identifier' => 'navigation_content-types:admin/config/regional/translate/table/nodetype',
  226. ),
  227. 'module' => 'menu',
  228. 'hidden' => 0,
  229. 'external' => 0,
  230. 'has_children' => 0,
  231. 'expanded' => 0,
  232. 'weight' => -48,
  233. 'customized' => 1,
  234. 'language' => 'und',
  235. 'menu_links_customized' => 1,
  236. 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/table',
  237. );
  238. // Exported menu link: navigation_customers:admin/store/customers.
  239. $menu_links['navigation_customers:admin/store/customers'] = array(
  240. 'menu_name' => 'navigation',
  241. 'link_path' => 'admin/store/customers',
  242. 'router_path' => 'admin/store/customers',
  243. 'link_title' => 'customers',
  244. 'options' => array(
  245. 'identifier' => 'navigation_customers:admin/store/customers',
  246. 'attributes' => array(),
  247. 'item_attributes' => array(
  248. 'id' => '',
  249. 'class' => '',
  250. 'style' => '',
  251. ),
  252. ),
  253. 'module' => 'menu',
  254. 'hidden' => 0,
  255. 'external' => 0,
  256. 'has_children' => 0,
  257. 'expanded' => 0,
  258. 'weight' => -49,
  259. 'customized' => 1,
  260. 'language' => 'und',
  261. 'menu_links_customized' => 1,
  262. );
  263. // Exported menu link: navigation_didactique:node/add/didactique.
  264. $menu_links['navigation_didactique:node/add/didactique'] = array(
  265. 'menu_name' => 'navigation',
  266. 'link_path' => 'node/add/didactique',
  267. 'router_path' => 'node/add/didactique',
  268. 'link_title' => 'Didactique',
  269. 'options' => array(
  270. 'attributes' => array(
  271. 'title' => 'Nœud didacticiel',
  272. ),
  273. 'identifier' => 'navigation_didactique:node/add/didactique',
  274. ),
  275. 'module' => 'system',
  276. 'hidden' => 0,
  277. 'external' => 0,
  278. 'has_children' => 0,
  279. 'expanded' => 0,
  280. 'weight' => -44,
  281. 'customized' => 1,
  282. 'language' => 'und',
  283. 'menu_links_customized' => 1,
  284. );
  285. // Exported menu link: navigation_duplicate-mails:admin/users/duplicatemails.
  286. $menu_links['navigation_duplicate-mails:admin/users/duplicatemails'] = array(
  287. 'menu_name' => 'navigation',
  288. 'link_path' => 'admin/users/duplicatemails',
  289. 'router_path' => 'admin/users/duplicatemails',
  290. 'link_title' => 'Duplicate mails',
  291. 'options' => array(
  292. 'attributes' => array(),
  293. 'item_attributes' => array(
  294. 'id' => '',
  295. 'class' => '',
  296. 'style' => '',
  297. ),
  298. 'identifier' => 'navigation_duplicate-mails:admin/users/duplicatemails',
  299. ),
  300. 'module' => 'menu',
  301. 'hidden' => 0,
  302. 'external' => 0,
  303. 'has_children' => 0,
  304. 'expanded' => 0,
  305. 'weight' => -40,
  306. 'customized' => 1,
  307. 'language' => 'und',
  308. 'menu_links_customized' => 1,
  309. 'parent_identifier' => 'navigation_users:admin/users',
  310. );
  311. // Exported menu link: navigation_duplicates:admin/config/content/remove_duplicates.
  312. $menu_links['navigation_duplicates:admin/config/content/remove_duplicates'] = array(
  313. 'menu_name' => 'navigation',
  314. 'link_path' => 'admin/config/content/remove_duplicates',
  315. 'router_path' => 'admin/config/content/remove_duplicates',
  316. 'link_title' => 'Duplicates',
  317. 'options' => array(
  318. 'attributes' => array(),
  319. 'item_attributes' => array(
  320. 'id' => '',
  321. 'class' => '',
  322. 'style' => '',
  323. ),
  324. 'identifier' => 'navigation_duplicates:admin/config/content/remove_duplicates',
  325. ),
  326. 'module' => 'menu',
  327. 'hidden' => 0,
  328. 'external' => 0,
  329. 'has_children' => 0,
  330. 'expanded' => 0,
  331. 'weight' => 0,
  332. 'customized' => 1,
  333. 'language' => 'und',
  334. 'menu_links_customized' => 1,
  335. 'parent_identifier' => 'navigation_content:admin/content/materiaux',
  336. );
  337. // Exported menu link: navigation_faq:node/add/faq.
  338. $menu_links['navigation_faq:node/add/faq'] = array(
  339. 'menu_name' => 'navigation',
  340. 'link_path' => 'node/add/faq',
  341. 'router_path' => 'node/add/faq',
  342. 'link_title' => 'FAQ',
  343. 'options' => array(
  344. 'attributes' => array(
  345. 'title' => 'A frequently asked question and its answer.',
  346. ),
  347. 'identifier' => 'navigation_faq:node/add/faq',
  348. ),
  349. 'module' => 'system',
  350. 'hidden' => 0,
  351. 'external' => 0,
  352. 'has_children' => 0,
  353. 'expanded' => 0,
  354. 'weight' => -43,
  355. 'customized' => 1,
  356. 'language' => 'und',
  357. 'menu_links_customized' => 1,
  358. );
  359. // Exported menu link: navigation_feedback:admin/reports/feedback.
  360. $menu_links['navigation_feedback:admin/reports/feedback'] = array(
  361. 'menu_name' => 'navigation',
  362. 'link_path' => 'admin/reports/feedback',
  363. 'router_path' => 'admin/reports/feedback',
  364. 'link_title' => 'Feedback',
  365. 'options' => array(
  366. 'identifier' => 'navigation_feedback:admin/reports/feedback',
  367. 'attributes' => array(),
  368. 'item_attributes' => array(
  369. 'id' => '',
  370. 'class' => '',
  371. 'style' => '',
  372. ),
  373. ),
  374. 'module' => 'menu',
  375. 'hidden' => 0,
  376. 'external' => 0,
  377. 'has_children' => 0,
  378. 'expanded' => 0,
  379. 'weight' => -41,
  380. 'customized' => 1,
  381. 'language' => 'und',
  382. 'menu_links_customized' => 1,
  383. 'parent_identifier' => 'navigation_users:admin/users',
  384. );
  385. // Exported menu link: navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results.
  386. $menu_links['navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results'] = array(
  387. 'menu_name' => 'navigation',
  388. 'link_path' => 'http://www.materio.com/fr/node/11186/webform-results',
  389. 'router_path' => '',
  390. 'link_title' => 'Formulaires d\'adhésion',
  391. 'options' => array(
  392. 'attributes' => array(),
  393. 'identifier' => 'navigation_formulaires-dadhsion:http://www.materio.com/fr/node/11186/webform-results',
  394. ),
  395. 'module' => 'menu',
  396. 'hidden' => 1,
  397. 'external' => 1,
  398. 'has_children' => 0,
  399. 'expanded' => 0,
  400. 'weight' => -42,
  401. 'customized' => 1,
  402. 'language' => 'und',
  403. 'menu_links_customized' => 1,
  404. );
  405. // Exported menu link: navigation_frequently-asked-questions:faq-page.
  406. $menu_links['navigation_frequently-asked-questions:faq-page'] = array(
  407. 'menu_name' => 'navigation',
  408. 'link_path' => 'faq-page',
  409. 'router_path' => 'faq-page',
  410. 'link_title' => 'Frequently Asked Questions',
  411. 'options' => array(
  412. 'identifier' => 'navigation_frequently-asked-questions:faq-page',
  413. ),
  414. 'module' => 'system',
  415. 'hidden' => 1,
  416. 'external' => 0,
  417. 'has_children' => 0,
  418. 'expanded' => 0,
  419. 'weight' => -41,
  420. 'customized' => 1,
  421. 'language' => 'und',
  422. 'menu_links_customized' => 1,
  423. );
  424. // Exported menu link: navigation_gratuits:admin/users/gratuits.
  425. $menu_links['navigation_gratuits:admin/users/gratuits'] = array(
  426. 'menu_name' => 'navigation',
  427. 'link_path' => 'admin/users/gratuits',
  428. 'router_path' => 'admin/users/gratuits',
  429. 'link_title' => 'Gratuits',
  430. 'options' => array(
  431. 'identifier' => 'navigation_gratuits:admin/users/gratuits',
  432. ),
  433. 'module' => 'system',
  434. 'hidden' => 1,
  435. 'external' => 0,
  436. 'has_children' => 0,
  437. 'expanded' => 0,
  438. 'weight' => -44,
  439. 'customized' => 1,
  440. 'language' => 'und',
  441. 'menu_links_customized' => 1,
  442. 'parent_identifier' => 'navigation_users:admin/users',
  443. );
  444. // Exported menu link: navigation_industriels:admin/industriels.
  445. $menu_links['navigation_industriels:admin/industriels'] = array(
  446. 'menu_name' => 'navigation',
  447. 'link_path' => 'admin/industriels',
  448. 'router_path' => 'admin',
  449. 'link_title' => 'Industriels',
  450. 'options' => array(
  451. 'identifier' => 'navigation_industriels:admin/industriels',
  452. ),
  453. 'module' => 'system',
  454. 'hidden' => 1,
  455. 'external' => 0,
  456. 'has_children' => 0,
  457. 'expanded' => 0,
  458. 'weight' => -42,
  459. 'customized' => 1,
  460. 'language' => 'und',
  461. 'menu_links_customized' => 1,
  462. 'parent_identifier' => 'navigation_users:admin/users',
  463. );
  464. // Exported menu link: navigation_industriels:admin/users/industriels.
  465. $menu_links['navigation_industriels:admin/users/industriels'] = array(
  466. 'menu_name' => 'navigation',
  467. 'link_path' => 'admin/users/industriels',
  468. 'router_path' => 'admin/users/industriels',
  469. 'link_title' => 'Industriels',
  470. 'options' => array(
  471. 'identifier' => 'navigation_industriels:admin/users/industriels',
  472. ),
  473. 'module' => 'system',
  474. 'hidden' => 0,
  475. 'external' => 0,
  476. 'has_children' => 0,
  477. 'expanded' => 0,
  478. 'weight' => -45,
  479. 'customized' => 1,
  480. 'language' => 'und',
  481. 'menu_links_customized' => 1,
  482. 'parent_identifier' => 'navigation_users:admin/users',
  483. );
  484. // Exported menu link: navigation_ip-address-tracking:admin/reports/ip_tracking.
  485. $menu_links['navigation_ip-address-tracking:admin/reports/ip_tracking'] = array(
  486. 'menu_name' => 'navigation',
  487. 'link_path' => 'admin/reports/ip_tracking',
  488. 'router_path' => 'admin/reports/ip_tracking',
  489. 'link_title' => 'IP address tracking',
  490. 'options' => array(
  491. 'attributes' => array(
  492. 'title' => 'View IP addresses and the users associated with them.',
  493. ),
  494. 'identifier' => 'navigation_ip-address-tracking:admin/reports/ip_tracking',
  495. ),
  496. 'module' => 'system',
  497. 'hidden' => 0,
  498. 'external' => 0,
  499. 'has_children' => 0,
  500. 'expanded' => 0,
  501. 'weight' => -40,
  502. 'customized' => 1,
  503. 'language' => 'und',
  504. 'menu_links_customized' => 1,
  505. );
  506. // Exported menu link: navigation_looping-embed-video:node/add/looping-embed-video.
  507. $menu_links['navigation_looping-embed-video:node/add/looping-embed-video'] = array(
  508. 'menu_name' => 'navigation',
  509. 'link_path' => 'node/add/looping-embed-video',
  510. 'router_path' => 'node/add/looping-embed-video',
  511. 'link_title' => 'looping embed video',
  512. 'options' => array(
  513. 'identifier' => 'navigation_looping-embed-video:node/add/looping-embed-video',
  514. ),
  515. 'module' => 'system',
  516. 'hidden' => 0,
  517. 'external' => 0,
  518. 'has_children' => 0,
  519. 'expanded' => 0,
  520. 'weight' => -38,
  521. 'customized' => 1,
  522. 'language' => 'und',
  523. 'menu_links_customized' => 1,
  524. );
  525. // Exported menu link: navigation_mandrill:admin/reports/mandrill.
  526. $menu_links['navigation_mandrill:admin/reports/mandrill'] = array(
  527. 'menu_name' => 'navigation',
  528. 'link_path' => 'admin/reports/mandrill',
  529. 'router_path' => 'admin/reports',
  530. 'link_title' => 'Mandrill',
  531. 'options' => array(
  532. 'attributes' => array(),
  533. 'identifier' => 'navigation_mandrill:admin/reports/mandrill',
  534. ),
  535. 'module' => 'menu',
  536. 'hidden' => 0,
  537. 'external' => 0,
  538. 'has_children' => 0,
  539. 'expanded' => 0,
  540. 'weight' => -39,
  541. 'customized' => 1,
  542. 'language' => 'und',
  543. 'menu_links_customized' => 1,
  544. );
  545. // Exported menu link: navigation_materiau:node/add/materiau.
  546. $menu_links['navigation_materiau:node/add/materiau'] = array(
  547. 'menu_name' => 'navigation',
  548. 'link_path' => 'node/add/materiau',
  549. 'router_path' => 'node/add/materiau',
  550. 'link_title' => 'Materiau',
  551. 'options' => array(
  552. 'identifier' => 'navigation_materiau:node/add/materiau',
  553. ),
  554. 'module' => 'system',
  555. 'hidden' => 0,
  556. 'external' => 0,
  557. 'has_children' => 0,
  558. 'expanded' => 0,
  559. 'weight' => -49,
  560. 'customized' => 1,
  561. 'language' => 'und',
  562. 'menu_links_customized' => 1,
  563. );
  564. // Exported menu link: navigation_members:admin/users/members.
  565. $menu_links['navigation_members:admin/users/members'] = array(
  566. 'menu_name' => 'navigation',
  567. 'link_path' => 'admin/users/members',
  568. 'router_path' => 'admin/users/members',
  569. 'link_title' => 'Members',
  570. 'options' => array(
  571. 'identifier' => 'navigation_members:admin/users/members',
  572. ),
  573. 'module' => 'system',
  574. 'hidden' => 1,
  575. 'external' => 0,
  576. 'has_children' => 0,
  577. 'expanded' => 0,
  578. 'weight' => -49,
  579. 'customized' => 1,
  580. 'language' => 'und',
  581. 'menu_links_customized' => 1,
  582. 'parent_identifier' => 'navigation_users:admin/users',
  583. );
  584. // Exported menu link: navigation_menus:admin/config/regional/translate/table/menu.
  585. $menu_links['navigation_menus:admin/config/regional/translate/table/menu'] = array(
  586. 'menu_name' => 'navigation',
  587. 'link_path' => 'admin/config/regional/translate/table/menu',
  588. 'router_path' => 'admin/config/regional/translate/table/menu',
  589. 'link_title' => 'Menus',
  590. 'options' => array(
  591. 'attributes' => array(),
  592. 'identifier' => 'navigation_menus:admin/config/regional/translate/table/menu',
  593. ),
  594. 'module' => 'menu',
  595. 'hidden' => 0,
  596. 'external' => 0,
  597. 'has_children' => 0,
  598. 'expanded' => 0,
  599. 'weight' => -47,
  600. 'customized' => 1,
  601. 'language' => 'und',
  602. 'menu_links_customized' => 1,
  603. 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/table',
  604. );
  605. // Exported menu link: navigation_merge-duplicates:admin/structure/taxonomy/tag_libres/merge/duplicates.
  606. $menu_links['navigation_merge-duplicates:admin/structure/taxonomy/tag_libres/merge/duplicates'] = array(
  607. 'menu_name' => 'navigation',
  608. 'link_path' => 'admin/structure/taxonomy/tag_libres/merge/duplicates',
  609. 'router_path' => 'admin/structure/taxonomy/%/merge/duplicates',
  610. 'link_title' => 'Merge Duplicates',
  611. 'options' => array(
  612. 'attributes' => array(),
  613. 'item_attributes' => array(
  614. 'id' => '',
  615. 'class' => '',
  616. 'style' => '',
  617. ),
  618. 'identifier' => 'navigation_merge-duplicates:admin/structure/taxonomy/tag_libres/merge/duplicates',
  619. ),
  620. 'module' => 'menu',
  621. 'hidden' => 0,
  622. 'external' => 0,
  623. 'has_children' => 0,
  624. 'expanded' => 0,
  625. 'weight' => -48,
  626. 'customized' => 1,
  627. 'language' => 'und',
  628. 'menu_links_customized' => 1,
  629. 'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
  630. );
  631. // Exported menu link: navigation_my-sessions:mysessions.
  632. $menu_links['navigation_my-sessions:mysessions'] = array(
  633. 'menu_name' => 'navigation',
  634. 'link_path' => 'mysessions',
  635. 'router_path' => 'mysessions',
  636. 'link_title' => 'My sessions',
  637. 'options' => array(
  638. 'identifier' => 'navigation_my-sessions:mysessions',
  639. ),
  640. 'module' => 'system',
  641. 'hidden' => 1,
  642. 'external' => 0,
  643. 'has_children' => 0,
  644. 'expanded' => 0,
  645. 'weight' => -43,
  646. 'customized' => 1,
  647. 'language' => 'und',
  648. 'menu_links_customized' => 1,
  649. );
  650. // Exported menu link: navigation_newletters:admin/content/simplenews.
  651. $menu_links['navigation_newletters:admin/content/simplenews'] = array(
  652. 'menu_name' => 'navigation',
  653. 'link_path' => 'admin/content/simplenews',
  654. 'router_path' => 'admin/content/simplenews',
  655. 'link_title' => 'Newletters',
  656. 'options' => array(
  657. 'attributes' => array(),
  658. 'identifier' => 'navigation_newletters:admin/content/simplenews',
  659. ),
  660. 'module' => 'menu',
  661. 'hidden' => 0,
  662. 'external' => 0,
  663. 'has_children' => 0,
  664. 'expanded' => 0,
  665. 'weight' => -47,
  666. 'customized' => 1,
  667. 'language' => 'und',
  668. 'menu_links_customized' => 1,
  669. 'parent_identifier' => 'navigation_content:admin/content/materiaux',
  670. );
  671. // Exported menu link: navigation_node-export-import:node/add/node_export.
  672. $menu_links['navigation_node-export-import:node/add/node_export'] = array(
  673. 'menu_name' => 'navigation',
  674. 'link_path' => 'node/add/node_export',
  675. 'router_path' => 'node/add/node_export',
  676. 'link_title' => 'Node export: import',
  677. 'options' => array(
  678. 'attributes' => array(
  679. 'title' => 'Import content using <em>Node export</em>.',
  680. ),
  681. 'identifier' => 'navigation_node-export-import:node/add/node_export',
  682. ),
  683. 'module' => 'system',
  684. 'hidden' => 0,
  685. 'external' => 0,
  686. 'has_children' => 0,
  687. 'expanded' => 0,
  688. 'weight' => -42,
  689. 'customized' => 1,
  690. 'language' => 'und',
  691. 'menu_links_customized' => 1,
  692. );
  693. // Exported menu link: navigation_onthologie:admin/structure/taxonomy/onthologie.
  694. $menu_links['navigation_onthologie:admin/structure/taxonomy/onthologie'] = array(
  695. 'menu_name' => 'navigation',
  696. 'link_path' => 'admin/structure/taxonomy/onthologie',
  697. 'router_path' => 'admin/structure/taxonomy/%',
  698. 'link_title' => 'Onthologie',
  699. 'options' => array(
  700. 'attributes' => array(),
  701. 'item_attributes' => array(
  702. 'id' => '',
  703. 'class' => '',
  704. 'style' => '',
  705. ),
  706. 'identifier' => 'navigation_onthologie:admin/structure/taxonomy/onthologie',
  707. ),
  708. 'module' => 'menu',
  709. 'hidden' => 0,
  710. 'external' => 0,
  711. 'has_children' => 0,
  712. 'expanded' => 0,
  713. 'weight' => -50,
  714. 'customized' => 1,
  715. 'language' => 'und',
  716. 'menu_links_customized' => 1,
  717. 'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
  718. );
  719. // Exported menu link: navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie.
  720. $menu_links['navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie'] = array(
  721. 'menu_name' => 'navigation',
  722. 'link_path' => 'admin/structure/taxonomy_manager/voc/onthologie',
  723. 'router_path' => 'admin/structure',
  724. 'link_title' => 'Onthologie',
  725. 'options' => array(
  726. 'attributes' => array(),
  727. 'identifier' => 'navigation_onthologie:admin/structure/taxonomy_manager/voc/onthologie',
  728. ),
  729. 'module' => 'menu',
  730. 'hidden' => 1,
  731. 'external' => 0,
  732. 'has_children' => 0,
  733. 'expanded' => 0,
  734. 'weight' => 0,
  735. 'customized' => 1,
  736. 'language' => 'und',
  737. 'menu_links_customized' => 1,
  738. 'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
  739. );
  740. // Exported menu link: navigation_orders:admin/store/orders/view.
  741. $menu_links['navigation_orders:admin/store/orders/view'] = array(
  742. 'menu_name' => 'navigation',
  743. 'link_path' => 'admin/store/orders/view',
  744. 'router_path' => 'admin/store/orders/view',
  745. 'link_title' => 'Orders',
  746. 'options' => array(
  747. 'attributes' => array(),
  748. 'identifier' => 'navigation_orders:admin/store/orders/view',
  749. ),
  750. 'module' => 'menu',
  751. 'hidden' => 0,
  752. 'external' => 0,
  753. 'has_children' => 0,
  754. 'expanded' => 0,
  755. 'weight' => -50,
  756. 'customized' => 1,
  757. 'language' => 'und',
  758. 'menu_links_customized' => 1,
  759. );
  760. // Exported menu link: navigation_page:node/add/page.
  761. $menu_links['navigation_page:node/add/page'] = array(
  762. 'menu_name' => 'navigation',
  763. 'link_path' => 'node/add/page',
  764. 'router_path' => 'node/add/page',
  765. 'link_title' => 'Page',
  766. 'options' => array(
  767. 'attributes' => array(
  768. 'title' => 'Use this content type to add static pages like "about" "contact" etc',
  769. ),
  770. 'identifier' => 'navigation_page:node/add/page',
  771. ),
  772. 'module' => 'system',
  773. 'hidden' => 0,
  774. 'external' => 0,
  775. 'has_children' => 0,
  776. 'expanded' => 0,
  777. 'weight' => -46,
  778. 'customized' => 1,
  779. 'language' => 'und',
  780. 'menu_links_customized' => 1,
  781. );
  782. // Exported menu link: navigation_pages--didactique--faq:admin/content/pages.
  783. $menu_links['navigation_pages--didactique--faq:admin/content/pages'] = array(
  784. 'menu_name' => 'navigation',
  785. 'link_path' => 'admin/content/pages',
  786. 'router_path' => 'admin/content/pages',
  787. 'link_title' => 'Pages / didactique / faq',
  788. 'options' => array(
  789. 'attributes' => array(),
  790. 'identifier' => 'navigation_pages--didactique--faq:admin/content/pages',
  791. ),
  792. 'module' => 'menu',
  793. 'hidden' => 0,
  794. 'external' => 0,
  795. 'has_children' => 0,
  796. 'expanded' => 0,
  797. 'weight' => -48,
  798. 'customized' => 0,
  799. 'language' => 'und',
  800. 'menu_links_customized' => 0,
  801. 'parent_identifier' => 'navigation_content:admin/content/materiaux',
  802. );
  803. // Exported menu link: navigation_panneau:node/add/panel.
  804. $menu_links['navigation_panneau:node/add/panel'] = array(
  805. 'menu_name' => 'navigation',
  806. 'link_path' => 'node/add/panel',
  807. 'router_path' => 'node/add/panel',
  808. 'link_title' => 'Panneau',
  809. 'options' => array(
  810. 'attributes' => array(
  811. 'title' => 'Une mise en forme de panel divisée en lignes et colonnes.',
  812. ),
  813. 'identifier' => 'navigation_panneau:node/add/panel',
  814. ),
  815. 'module' => 'system',
  816. 'hidden' => 0,
  817. 'external' => 0,
  818. 'has_children' => 0,
  819. 'expanded' => 0,
  820. 'weight' => -41,
  821. 'customized' => 1,
  822. 'language' => 'und',
  823. 'menu_links_customized' => 1,
  824. );
  825. // Exported menu link: navigation_produit:node/add/product.
  826. $menu_links['navigation_produit:node/add/product'] = array(
  827. 'menu_name' => 'navigation',
  828. 'link_path' => 'node/add/product',
  829. 'router_path' => 'node/add/product',
  830. 'link_title' => 'Produit',
  831. 'options' => array(
  832. 'attributes' => array(
  833. 'title' => 'Utiliser les <em>produits</em> pour représenter les articles en vente sur le site web, incluant toute l\'information unique qui peut être attribuée à un numéro de modèle spécifique.',
  834. ),
  835. 'identifier' => 'navigation_produit:node/add/product',
  836. ),
  837. 'module' => 'system',
  838. 'hidden' => 0,
  839. 'external' => 0,
  840. 'has_children' => 0,
  841. 'expanded' => 0,
  842. 'weight' => -40,
  843. 'customized' => 1,
  844. 'language' => 'und',
  845. 'menu_links_customized' => 1,
  846. );
  847. // Exported menu link: navigation_publication:node/add/publication.
  848. $menu_links['navigation_publication:node/add/publication'] = array(
  849. 'menu_name' => 'navigation',
  850. 'link_path' => 'node/add/publication',
  851. 'router_path' => 'node/add/publication',
  852. 'link_title' => 'Publication',
  853. 'options' => array(
  854. 'identifier' => 'navigation_publication:node/add/publication',
  855. ),
  856. 'module' => 'system',
  857. 'hidden' => 0,
  858. 'external' => 0,
  859. 'has_children' => 0,
  860. 'expanded' => 0,
  861. 'weight' => -45,
  862. 'customized' => 1,
  863. 'language' => 'und',
  864. 'menu_links_customized' => 1,
  865. );
  866. // Exported menu link: navigation_reports:admin/store/reports.
  867. $menu_links['navigation_reports:admin/store/reports'] = array(
  868. 'menu_name' => 'navigation',
  869. 'link_path' => 'admin/store/reports',
  870. 'router_path' => 'admin/store/reports',
  871. 'link_title' => 'Reports',
  872. 'options' => array(
  873. 'attributes' => array(),
  874. 'identifier' => 'navigation_reports:admin/store/reports',
  875. ),
  876. 'module' => 'menu',
  877. 'hidden' => 0,
  878. 'external' => 0,
  879. 'has_children' => 0,
  880. 'expanded' => 0,
  881. 'weight' => -48,
  882. 'customized' => 1,
  883. 'language' => 'und',
  884. 'menu_links_customized' => 1,
  885. );
  886. // Exported menu link: navigation_shopping-cart:cart.
  887. $menu_links['navigation_shopping-cart:cart'] = array(
  888. 'menu_name' => 'navigation',
  889. 'link_path' => 'cart',
  890. 'router_path' => 'cart',
  891. 'link_title' => 'Shopping cart',
  892. 'options' => array(
  893. 'attributes' => array(
  894. 'title' => 'View/modify the contents of your shopping cart or proceed to checkout.',
  895. ),
  896. 'identifier' => 'navigation_shopping-cart:cart',
  897. ),
  898. 'module' => 'system',
  899. 'hidden' => 1,
  900. 'external' => 0,
  901. 'has_children' => 0,
  902. 'expanded' => 0,
  903. 'weight' => -42,
  904. 'customized' => 1,
  905. 'language' => 'und',
  906. 'menu_links_customized' => 1,
  907. );
  908. // Exported menu link: navigation_simplenews-newsletter:node/add/simplenews.
  909. $menu_links['navigation_simplenews-newsletter:node/add/simplenews'] = array(
  910. 'menu_name' => 'navigation',
  911. 'link_path' => 'node/add/simplenews',
  912. 'router_path' => 'node/add/simplenews',
  913. 'link_title' => 'Simplenews newsletter',
  914. 'options' => array(
  915. 'attributes' => array(
  916. 'title' => 'A newsletter issue to be sent to subscribed email addresses.',
  917. ),
  918. 'identifier' => 'navigation_simplenews-newsletter:node/add/simplenews',
  919. ),
  920. 'module' => 'system',
  921. 'hidden' => 0,
  922. 'external' => 0,
  923. 'has_children' => 1,
  924. 'expanded' => 0,
  925. 'weight' => -47,
  926. 'customized' => 1,
  927. 'language' => 'und',
  928. 'menu_links_customized' => 1,
  929. );
  930. // Exported menu link: navigation_strings-search:admin/config/regional/translate/translate.
  931. $menu_links['navigation_strings-search:admin/config/regional/translate/translate'] = array(
  932. 'menu_name' => 'navigation',
  933. 'link_path' => 'admin/config/regional/translate/translate',
  934. 'router_path' => 'admin/config/regional/translate/translate',
  935. 'link_title' => 'Strings search',
  936. 'options' => array(
  937. 'attributes' => array(),
  938. 'identifier' => 'navigation_strings-search:admin/config/regional/translate/translate',
  939. ),
  940. 'module' => 'menu',
  941. 'hidden' => 0,
  942. 'external' => 0,
  943. 'has_children' => 0,
  944. 'expanded' => 0,
  945. 'weight' => -45,
  946. 'customized' => 1,
  947. 'language' => 'und',
  948. 'menu_links_customized' => 1,
  949. 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/table',
  950. );
  951. // Exported menu link: navigation_students:admin/students.
  952. $menu_links['navigation_students:admin/students'] = array(
  953. 'menu_name' => 'navigation',
  954. 'link_path' => 'admin/students',
  955. 'router_path' => 'admin',
  956. 'link_title' => 'Students',
  957. 'options' => array(
  958. 'identifier' => 'navigation_students:admin/students',
  959. ),
  960. 'module' => 'system',
  961. 'hidden' => 1,
  962. 'external' => 0,
  963. 'has_children' => 0,
  964. 'expanded' => 0,
  965. 'weight' => -43,
  966. 'customized' => 1,
  967. 'language' => 'und',
  968. 'menu_links_customized' => 1,
  969. 'parent_identifier' => 'navigation_users:admin/users',
  970. );
  971. // Exported menu link: navigation_students:admin/users/students.
  972. $menu_links['navigation_students:admin/users/students'] = array(
  973. 'menu_name' => 'navigation',
  974. 'link_path' => 'admin/users/students',
  975. 'router_path' => 'admin/users/students',
  976. 'link_title' => 'Students',
  977. 'options' => array(
  978. 'identifier' => 'navigation_students:admin/users/students',
  979. ),
  980. 'module' => 'system',
  981. 'hidden' => 1,
  982. 'external' => 0,
  983. 'has_children' => 0,
  984. 'expanded' => 0,
  985. 'weight' => -48,
  986. 'customized' => 1,
  987. 'language' => 'und',
  988. 'menu_links_customized' => 1,
  989. 'parent_identifier' => 'navigation_users:admin/users',
  990. );
  991. // Exported menu link: navigation_subscriptions-newsletter:admin/people/simplenews.
  992. $menu_links['navigation_subscriptions-newsletter:admin/people/simplenews'] = array(
  993. 'menu_name' => 'navigation',
  994. 'link_path' => 'admin/people/simplenews',
  995. 'router_path' => 'admin/people/simplenews',
  996. 'link_title' => 'Subscriptions newsletter',
  997. 'options' => array(
  998. 'attributes' => array(),
  999. 'identifier' => 'navigation_subscriptions-newsletter:admin/people/simplenews',
  1000. ),
  1001. 'module' => 'menu',
  1002. 'hidden' => 0,
  1003. 'external' => 0,
  1004. 'has_children' => 0,
  1005. 'expanded' => 0,
  1006. 'weight' => -46,
  1007. 'customized' => 1,
  1008. 'language' => 'und',
  1009. 'menu_links_customized' => 1,
  1010. 'parent_identifier' => 'navigation_users:admin/users',
  1011. );
  1012. // Exported menu link: navigation_tag-libres:admin/structure/taxonomy/tag_libres.
  1013. $menu_links['navigation_tag-libres:admin/structure/taxonomy/tag_libres'] = array(
  1014. 'menu_name' => 'navigation',
  1015. 'link_path' => 'admin/structure/taxonomy/tag_libres',
  1016. 'router_path' => 'admin/structure/taxonomy/%',
  1017. 'link_title' => 'Tag libres',
  1018. 'options' => array(
  1019. 'attributes' => array(),
  1020. 'item_attributes' => array(
  1021. 'id' => '',
  1022. 'class' => '',
  1023. 'style' => '',
  1024. ),
  1025. 'identifier' => 'navigation_tag-libres:admin/structure/taxonomy/tag_libres',
  1026. ),
  1027. 'module' => 'menu',
  1028. 'hidden' => 0,
  1029. 'external' => 0,
  1030. 'has_children' => 0,
  1031. 'expanded' => 0,
  1032. 'weight' => -49,
  1033. 'customized' => 1,
  1034. 'language' => 'und',
  1035. 'menu_links_customized' => 1,
  1036. 'parent_identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
  1037. );
  1038. // Exported menu link: navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres.
  1039. $menu_links['navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres'] = array(
  1040. 'menu_name' => 'navigation',
  1041. 'link_path' => 'admin/structure/taxonomy_manager/voc/tag_libres',
  1042. 'router_path' => 'admin/structure',
  1043. 'link_title' => 'Tag Libres',
  1044. 'options' => array(
  1045. 'attributes' => array(),
  1046. 'identifier' => 'navigation_tag-libres:admin/structure/taxonomy_manager/voc/tag_libres',
  1047. ),
  1048. 'module' => 'menu',
  1049. 'hidden' => 1,
  1050. 'external' => 0,
  1051. 'has_children' => 0,
  1052. 'expanded' => 0,
  1053. 'weight' => 8,
  1054. 'customized' => 1,
  1055. 'language' => 'und',
  1056. 'menu_links_customized' => 1,
  1057. 'parent_identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
  1058. );
  1059. // Exported menu link: navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc.
  1060. $menu_links['navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc'] = array(
  1061. 'menu_name' => 'navigation',
  1062. 'link_path' => 'admin/structure/taxonomy_manager/voc',
  1063. 'router_path' => 'admin/structure',
  1064. 'link_title' => 'Taxonomy (manager)',
  1065. 'options' => array(
  1066. 'identifier' => 'navigation_taxonomy-manager:admin/structure/taxonomy_manager/voc',
  1067. 'attributes' => array(),
  1068. 'item_attributes' => array(
  1069. 'id' => '',
  1070. 'class' => '',
  1071. 'style' => '',
  1072. ),
  1073. ),
  1074. 'module' => 'menu',
  1075. 'hidden' => 1,
  1076. 'external' => 0,
  1077. 'has_children' => 0,
  1078. 'expanded' => 0,
  1079. 'weight' => -48,
  1080. 'customized' => 1,
  1081. 'language' => 'und',
  1082. 'menu_links_customized' => 1,
  1083. );
  1084. // Exported menu link: navigation_taxonomy:admin/config/regional/translate/table/taxonomy.
  1085. $menu_links['navigation_taxonomy:admin/config/regional/translate/table/taxonomy'] = array(
  1086. 'menu_name' => 'navigation',
  1087. 'link_path' => 'admin/config/regional/translate/table/taxonomy',
  1088. 'router_path' => 'admin/config/regional/translate/table/taxonomy',
  1089. 'link_title' => 'Taxonomy',
  1090. 'options' => array(
  1091. 'attributes' => array(),
  1092. 'identifier' => 'navigation_taxonomy:admin/config/regional/translate/table/taxonomy',
  1093. ),
  1094. 'module' => 'menu',
  1095. 'hidden' => 1,
  1096. 'external' => 0,
  1097. 'has_children' => 0,
  1098. 'expanded' => 0,
  1099. 'weight' => -46,
  1100. 'customized' => 1,
  1101. 'language' => 'und',
  1102. 'menu_links_customized' => 1,
  1103. 'parent_identifier' => 'navigation_translation:admin/config/regional/translate/table',
  1104. );
  1105. // Exported menu link: navigation_taxonomy:admin/structure/taxonomie/admin-taxo.
  1106. $menu_links['navigation_taxonomy:admin/structure/taxonomie/admin-taxo'] = array(
  1107. 'menu_name' => 'navigation',
  1108. 'link_path' => 'admin/structure/taxonomie/admin-taxo',
  1109. 'router_path' => 'admin/structure/taxonomie/admin-taxo',
  1110. 'link_title' => 'Taxonomy',
  1111. 'options' => array(
  1112. 'attributes' => array(),
  1113. 'item_attributes' => array(
  1114. 'id' => '',
  1115. 'class' => '',
  1116. 'style' => '',
  1117. ),
  1118. 'identifier' => 'navigation_taxonomy:admin/structure/taxonomie/admin-taxo',
  1119. ),
  1120. 'module' => 'menu',
  1121. 'hidden' => 0,
  1122. 'external' => 0,
  1123. 'has_children' => 1,
  1124. 'expanded' => 1,
  1125. 'weight' => -47,
  1126. 'customized' => 1,
  1127. 'language' => 'und',
  1128. 'menu_links_customized' => 1,
  1129. );
  1130. // Exported menu link: navigation_user-account:user.
  1131. $menu_links['navigation_user-account:user'] = array(
  1132. 'menu_name' => 'navigation',
  1133. 'link_path' => 'user',
  1134. 'router_path' => 'user',
  1135. 'link_title' => 'User account',
  1136. 'options' => array(
  1137. 'alter' => TRUE,
  1138. 'attributes' => array(),
  1139. 'identifier' => 'navigation_user-account:user',
  1140. ),
  1141. 'module' => 'system',
  1142. 'hidden' => 1,
  1143. 'external' => 0,
  1144. 'has_children' => 0,
  1145. 'expanded' => 0,
  1146. 'weight' => -50,
  1147. 'customized' => 1,
  1148. 'language' => 'und',
  1149. 'menu_links_customized' => 1,
  1150. );
  1151. // Exported menu link: navigation_webform:node/add/webform.
  1152. $menu_links['navigation_webform:node/add/webform'] = array(
  1153. 'menu_name' => 'navigation',
  1154. 'link_path' => 'node/add/webform',
  1155. 'router_path' => 'node/add/webform',
  1156. 'link_title' => 'Webform',
  1157. 'options' => array(
  1158. 'attributes' => array(
  1159. 'title' => 'Create a new form or questionnaire accessible to users. Submission results and statistics are recorded and accessible to privileged users.',
  1160. ),
  1161. 'identifier' => 'navigation_webform:node/add/webform',
  1162. ),
  1163. 'module' => 'system',
  1164. 'hidden' => 0,
  1165. 'external' => 0,
  1166. 'has_children' => 0,
  1167. 'expanded' => 0,
  1168. 'weight' => -39,
  1169. 'customized' => 1,
  1170. 'language' => 'und',
  1171. 'menu_links_customized' => 1,
  1172. );
  1173. // Translatables
  1174. // Included for use with string extractors like potx.
  1175. t('Add content');
  1176. t('Add user');
  1177. t('Adhésions');
  1178. t('Ajouter un tag libre');
  1179. t('Breve');
  1180. t('Companies');
  1181. t('Company');
  1182. t('Compose tips');
  1183. t('Content types');
  1184. t('Didactique');
  1185. t('Duplicate mails');
  1186. t('Duplicates');
  1187. t('FAQ');
  1188. t('Feedback');
  1189. t('Formulaires d\'adhésion');
  1190. t('Frequently Asked Questions');
  1191. t('Gratuits');
  1192. t('IP address tracking');
  1193. t('Industriels');
  1194. t('Mandrill');
  1195. t('Materiau');
  1196. t('Members');
  1197. t('Menus');
  1198. t('Merge Duplicates');
  1199. t('My sessions');
  1200. t('Newletters');
  1201. t('Node export: import');
  1202. t('Onthologie');
  1203. t('Orders');
  1204. t('Page');
  1205. t('Pages / didactique / faq');
  1206. t('Panneau');
  1207. t('Produit');
  1208. t('Publication');
  1209. t('Reports');
  1210. t('Shopping cart');
  1211. t('Simplenews newsletter');
  1212. t('Strings search');
  1213. t('Students');
  1214. t('Subscriptions newsletter');
  1215. t('Tag Libres');
  1216. t('Tag libres');
  1217. t('Taxonomy');
  1218. t('Taxonomy (manager)');
  1219. t('User account');
  1220. t('Webform');
  1221. t('customers');
  1222. t('looping embed video');
  1223. return $menu_links;
  1224. }