materio_administration.features.menu_links.inc 33 KB

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