materio_administration.features.menu_links.inc 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  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:admin/config/regional/translate/table
  12. $menu_links['navigation:admin/config/regional/translate/table'] = array(
  13. 'menu_name' => 'navigation',
  14. 'link_path' => 'admin/config/regional/translate/table',
  15. 'router_path' => 'admin/config/regional/translate/table',
  16. 'link_title' => 'Translation',
  17. 'options' => array(
  18. 'attributes' => array(
  19. 'title' => '',
  20. ),
  21. ),
  22. 'module' => 'menu',
  23. 'hidden' => '0',
  24. 'external' => '0',
  25. 'has_children' => '1',
  26. 'expanded' => '0',
  27. 'weight' => '-42',
  28. );
  29. // Exported menu link: navigation:admin/config/regional/translate/table/menu
  30. $menu_links['navigation:admin/config/regional/translate/table/menu'] = array(
  31. 'menu_name' => 'navigation',
  32. 'link_path' => 'admin/config/regional/translate/table/menu',
  33. 'router_path' => 'admin/config/regional/translate/table/menu',
  34. 'link_title' => 'Menus',
  35. 'options' => array(
  36. 'attributes' => array(
  37. 'title' => '',
  38. ),
  39. ),
  40. 'module' => 'menu',
  41. 'hidden' => '0',
  42. 'external' => '0',
  43. 'has_children' => '0',
  44. 'expanded' => '0',
  45. 'weight' => '-48',
  46. 'parent_path' => 'admin/config/regional/translate/table',
  47. );
  48. // Exported menu link: navigation:admin/config/regional/translate/table/nodetype
  49. $menu_links['navigation:admin/config/regional/translate/table/nodetype'] = array(
  50. 'menu_name' => 'navigation',
  51. 'link_path' => 'admin/config/regional/translate/table/nodetype',
  52. 'router_path' => 'admin/config/regional/translate/table/nodetype',
  53. 'link_title' => 'Content types',
  54. 'options' => array(
  55. 'attributes' => array(
  56. 'title' => '',
  57. ),
  58. ),
  59. 'module' => 'menu',
  60. 'hidden' => '0',
  61. 'external' => '0',
  62. 'has_children' => '0',
  63. 'expanded' => '0',
  64. 'weight' => '-49',
  65. 'parent_path' => 'admin/config/regional/translate/table',
  66. );
  67. // Exported menu link: navigation:admin/config/regional/translate/table/taxonomy
  68. $menu_links['navigation:admin/config/regional/translate/table/taxonomy'] = array(
  69. 'menu_name' => 'navigation',
  70. 'link_path' => 'admin/config/regional/translate/table/taxonomy',
  71. 'router_path' => 'admin/config/regional/translate/table/taxonomy',
  72. 'link_title' => 'Taxonomy',
  73. 'options' => array(
  74. 'attributes' => array(
  75. 'title' => '',
  76. ),
  77. ),
  78. 'module' => 'menu',
  79. 'hidden' => '0',
  80. 'external' => '0',
  81. 'has_children' => '0',
  82. 'expanded' => '0',
  83. 'weight' => '-47',
  84. 'parent_path' => 'admin/config/regional/translate/table',
  85. );
  86. // Exported menu link: navigation:admin/config/regional/translate/translate
  87. $menu_links['navigation:admin/config/regional/translate/translate'] = array(
  88. 'menu_name' => 'navigation',
  89. 'link_path' => 'admin/config/regional/translate/translate',
  90. 'router_path' => 'admin/config/regional/translate/translate',
  91. 'link_title' => 'Strings search',
  92. 'options' => array(
  93. 'attributes' => array(
  94. 'title' => '',
  95. ),
  96. ),
  97. 'module' => 'menu',
  98. 'hidden' => '0',
  99. 'external' => '0',
  100. 'has_children' => '0',
  101. 'expanded' => '0',
  102. 'weight' => '0',
  103. 'parent_path' => 'admin/config/regional/translate/table',
  104. );
  105. // Exported menu link: navigation:admin/content/companies
  106. $menu_links['navigation:admin/content/companies'] = array(
  107. 'menu_name' => 'navigation',
  108. 'link_path' => 'admin/content/companies',
  109. 'router_path' => 'admin/content/companies',
  110. 'link_title' => 'Companies',
  111. 'options' => array(
  112. 'attributes' => array(
  113. 'title' => '',
  114. ),
  115. ),
  116. 'module' => 'menu',
  117. 'hidden' => '0',
  118. 'external' => '0',
  119. 'has_children' => '0',
  120. 'expanded' => '0',
  121. 'weight' => '-49',
  122. 'parent_path' => 'admin/content/materiaux',
  123. );
  124. // Exported menu link: navigation:admin/content/materiaux
  125. $menu_links['navigation:admin/content/materiaux'] = array(
  126. 'menu_name' => 'navigation',
  127. 'link_path' => 'admin/content/materiaux',
  128. 'router_path' => 'admin/content/materiaux',
  129. 'link_title' => 'Content',
  130. 'options' => array(
  131. 'attributes' => array(
  132. 'title' => '',
  133. ),
  134. ),
  135. 'module' => 'menu',
  136. 'hidden' => '0',
  137. 'external' => '0',
  138. 'has_children' => '1',
  139. 'expanded' => '0',
  140. 'weight' => '-48',
  141. );
  142. // Exported menu link: navigation:admin/content/medias
  143. $menu_links['navigation:admin/content/medias'] = array(
  144. 'menu_name' => 'navigation',
  145. 'link_path' => 'admin/content/medias',
  146. 'router_path' => 'admin/content',
  147. 'link_title' => 'Media',
  148. 'options' => array(
  149. 'attributes' => array(
  150. 'title' => '',
  151. ),
  152. ),
  153. 'module' => 'menu',
  154. 'hidden' => '1',
  155. 'external' => '0',
  156. 'has_children' => '0',
  157. 'expanded' => '0',
  158. 'weight' => '-45',
  159. );
  160. // Exported menu link: navigation:admin/content/pages
  161. $menu_links['navigation:admin/content/pages'] = array(
  162. 'menu_name' => 'navigation',
  163. 'link_path' => 'admin/content/pages',
  164. 'router_path' => 'admin/content/pages',
  165. 'link_title' => 'Pages / didactique / faq',
  166. 'options' => array(
  167. 'attributes' => array(
  168. 'title' => '',
  169. ),
  170. ),
  171. 'module' => 'menu',
  172. 'hidden' => '0',
  173. 'external' => '0',
  174. 'has_children' => '0',
  175. 'expanded' => '0',
  176. 'weight' => '-48',
  177. 'parent_path' => 'admin/content/materiaux',
  178. );
  179. // Exported menu link: navigation:admin/dashboard
  180. $menu_links['navigation:admin/dashboard'] = array(
  181. 'menu_name' => 'navigation',
  182. 'link_path' => 'admin/dashboard',
  183. 'router_path' => 'admin',
  184. 'link_title' => 'dashboard',
  185. 'options' => array(
  186. 'attributes' => array(
  187. 'title' => '',
  188. ),
  189. ),
  190. 'module' => 'menu',
  191. 'hidden' => '1',
  192. 'external' => '0',
  193. 'has_children' => '0',
  194. 'expanded' => '0',
  195. 'weight' => '-49',
  196. );
  197. // Exported menu link: navigation:admin/people
  198. $menu_links['navigation:admin/people'] = array(
  199. 'menu_name' => 'navigation',
  200. 'link_path' => 'admin/people',
  201. 'router_path' => 'admin/people',
  202. 'link_title' => 'Users',
  203. 'options' => array(
  204. 'attributes' => array(
  205. 'title' => '',
  206. ),
  207. ),
  208. 'module' => 'menu',
  209. 'hidden' => '1',
  210. 'external' => '0',
  211. 'has_children' => '0',
  212. 'expanded' => '0',
  213. 'weight' => '-46',
  214. );
  215. // Exported menu link: navigation:admin/people/create
  216. $menu_links['navigation:admin/people/create'] = array(
  217. 'menu_name' => 'navigation',
  218. 'link_path' => 'admin/people/create',
  219. 'router_path' => 'admin/people/create',
  220. 'link_title' => 'Add user',
  221. 'options' => array(
  222. 'attributes' => array(
  223. 'title' => '',
  224. ),
  225. ),
  226. 'module' => 'menu',
  227. 'hidden' => '0',
  228. 'external' => '0',
  229. 'has_children' => '0',
  230. 'expanded' => '0',
  231. 'weight' => '0',
  232. 'parent_path' => 'admin/users',
  233. );
  234. // Exported menu link: navigation:admin/reports/feedback
  235. $menu_links['navigation:admin/reports/feedback'] = array(
  236. 'menu_name' => 'navigation',
  237. 'link_path' => 'admin/reports/feedback',
  238. 'router_path' => 'admin/reports/feedback',
  239. 'link_title' => 'Feedback',
  240. 'options' => array(
  241. 'attributes' => array(
  242. 'title' => '',
  243. ),
  244. ),
  245. 'module' => 'menu',
  246. 'hidden' => '0',
  247. 'external' => '0',
  248. 'has_children' => '0',
  249. 'expanded' => '0',
  250. 'weight' => '-39',
  251. );
  252. // Exported menu link: navigation:admin/structure/taxonomy_manager/voc
  253. $menu_links['navigation:admin/structure/taxonomy_manager/voc'] = array(
  254. 'menu_name' => 'navigation',
  255. 'link_path' => 'admin/structure/taxonomy_manager/voc',
  256. 'router_path' => 'admin/structure/taxonomy_manager/voc',
  257. 'link_title' => 'Taxonomy',
  258. 'options' => array(
  259. 'attributes' => array(
  260. 'title' => '',
  261. ),
  262. ),
  263. 'module' => 'menu',
  264. 'hidden' => '0',
  265. 'external' => '0',
  266. 'has_children' => '1',
  267. 'expanded' => '0',
  268. 'weight' => '-47',
  269. );
  270. // Exported menu link: navigation:admin/structure/taxonomy_manager/voc/company
  271. $menu_links['navigation:admin/structure/taxonomy_manager/voc/company'] = array(
  272. 'menu_name' => 'navigation',
  273. 'link_path' => 'admin/structure/taxonomy_manager/voc/company',
  274. 'router_path' => 'admin/structure/taxonomy_manager/voc/%',
  275. 'link_title' => 'Company',
  276. 'options' => array(
  277. 'attributes' => array(
  278. 'title' => '',
  279. ),
  280. ),
  281. 'module' => 'menu',
  282. 'hidden' => '0',
  283. 'external' => '0',
  284. 'has_children' => '0',
  285. 'expanded' => '0',
  286. 'weight' => '9',
  287. 'parent_path' => 'admin/structure/taxonomy_manager/voc',
  288. );
  289. // Exported menu link: navigation:admin/structure/taxonomy_manager/voc/onthologie
  290. $menu_links['navigation:admin/structure/taxonomy_manager/voc/onthologie'] = array(
  291. 'menu_name' => 'navigation',
  292. 'link_path' => 'admin/structure/taxonomy_manager/voc/onthologie',
  293. 'router_path' => 'admin/structure/taxonomy_manager/voc/%',
  294. 'link_title' => 'Onthologie',
  295. 'options' => array(
  296. 'attributes' => array(
  297. 'title' => '',
  298. ),
  299. ),
  300. 'module' => 'menu',
  301. 'hidden' => '0',
  302. 'external' => '0',
  303. 'has_children' => '0',
  304. 'expanded' => '0',
  305. 'weight' => '0',
  306. 'parent_path' => 'admin/structure/taxonomy_manager/voc',
  307. );
  308. // Exported menu link: navigation:admin/structure/taxonomy_manager/voc/tag_libres
  309. $menu_links['navigation:admin/structure/taxonomy_manager/voc/tag_libres'] = array(
  310. 'menu_name' => 'navigation',
  311. 'link_path' => 'admin/structure/taxonomy_manager/voc/tag_libres',
  312. 'router_path' => 'admin/structure/taxonomy_manager/voc/%',
  313. 'link_title' => 'Tag Libres',
  314. 'options' => array(
  315. 'attributes' => array(
  316. 'title' => '',
  317. ),
  318. ),
  319. 'module' => 'menu',
  320. 'hidden' => '0',
  321. 'external' => '0',
  322. 'has_children' => '0',
  323. 'expanded' => '0',
  324. 'weight' => '8',
  325. 'parent_path' => 'admin/structure/taxonomy_manager/voc',
  326. );
  327. // Exported menu link: navigation:admin/users
  328. $menu_links['navigation:admin/users'] = array(
  329. 'menu_name' => 'navigation',
  330. 'link_path' => 'admin/users',
  331. 'router_path' => 'admin/users',
  332. 'link_title' => 'Peoples',
  333. 'options' => array(),
  334. 'module' => 'system',
  335. 'hidden' => '0',
  336. 'external' => '0',
  337. 'has_children' => '1',
  338. 'expanded' => '0',
  339. 'weight' => '6',
  340. );
  341. // Exported menu link: navigation:cart
  342. $menu_links['navigation:cart'] = array(
  343. 'menu_name' => 'navigation',
  344. 'link_path' => 'cart',
  345. 'router_path' => 'cart',
  346. 'link_title' => 'Shopping cart',
  347. 'options' => array(
  348. 'attributes' => array(
  349. 'title' => 'View/modify the contents of your shopping cart or proceed to checkout.',
  350. ),
  351. ),
  352. 'module' => 'system',
  353. 'hidden' => '0',
  354. 'external' => '0',
  355. 'has_children' => '0',
  356. 'expanded' => '0',
  357. 'weight' => '0',
  358. );
  359. // Exported menu link: navigation:filter/tips
  360. $menu_links['navigation:filter/tips'] = array(
  361. 'menu_name' => 'navigation',
  362. 'link_path' => 'filter/tips',
  363. 'router_path' => 'filter/tips',
  364. 'link_title' => 'Compose tips',
  365. 'options' => array(),
  366. 'module' => 'system',
  367. 'hidden' => '1',
  368. 'external' => '0',
  369. 'has_children' => '0',
  370. 'expanded' => '0',
  371. 'weight' => '0',
  372. );
  373. // Exported menu link: navigation:materio_search_api_ajax/actuality
  374. $menu_links['navigation:materio_search_api_ajax/actuality'] = array(
  375. 'menu_name' => 'navigation',
  376. 'link_path' => 'materio_search_api_ajax/actuality',
  377. 'router_path' => 'materio_search_api_ajax/actuality',
  378. 'link_title' => '',
  379. 'options' => array(),
  380. 'module' => 'system',
  381. 'hidden' => '0',
  382. 'external' => '0',
  383. 'has_children' => '0',
  384. 'expanded' => '0',
  385. 'weight' => '-41',
  386. );
  387. // Exported menu link: navigation:mysessions
  388. $menu_links['navigation:mysessions'] = array(
  389. 'menu_name' => 'navigation',
  390. 'link_path' => 'mysessions',
  391. 'router_path' => 'mysessions',
  392. 'link_title' => 'My sessions',
  393. 'options' => array(),
  394. 'module' => 'system',
  395. 'hidden' => '1',
  396. 'external' => '0',
  397. 'has_children' => '0',
  398. 'expanded' => '0',
  399. 'weight' => '0',
  400. );
  401. // Exported menu link: navigation:node/11186/webform-results
  402. $menu_links['navigation:node/11186/webform-results'] = array(
  403. 'menu_name' => 'navigation',
  404. 'link_path' => 'node/11186/webform-results',
  405. 'router_path' => 'node/%/webform-results',
  406. 'link_title' => 'Adhésions',
  407. 'options' => array(
  408. 'attributes' => array(
  409. 'title' => '',
  410. ),
  411. ),
  412. 'module' => 'menu',
  413. 'hidden' => '0',
  414. 'external' => '0',
  415. 'has_children' => '0',
  416. 'expanded' => '0',
  417. 'weight' => '-40',
  418. );
  419. // Exported menu link: navigation:node/add
  420. $menu_links['navigation:node/add'] = array(
  421. 'menu_name' => 'navigation',
  422. 'link_path' => 'node/add',
  423. 'router_path' => 'node/add',
  424. 'link_title' => 'Add content',
  425. 'options' => array(),
  426. 'module' => 'system',
  427. 'hidden' => '0',
  428. 'external' => '0',
  429. 'has_children' => '1',
  430. 'expanded' => '0',
  431. 'weight' => '0',
  432. 'parent_path' => 'admin/content/materiaux',
  433. );
  434. // Exported menu link: navigation:node/add/breve
  435. $menu_links['navigation:node/add/breve'] = array(
  436. 'menu_name' => 'navigation',
  437. 'link_path' => 'node/add/breve',
  438. 'router_path' => 'node/add/breve',
  439. 'link_title' => 'Breve',
  440. 'options' => array(),
  441. 'module' => 'system',
  442. 'hidden' => '0',
  443. 'external' => '0',
  444. 'has_children' => '0',
  445. 'expanded' => '0',
  446. 'weight' => '0',
  447. 'parent_path' => 'node/add',
  448. );
  449. // Exported menu link: navigation:node/add/company
  450. $menu_links['navigation:node/add/company'] = array(
  451. 'menu_name' => 'navigation',
  452. 'link_path' => 'node/add/company',
  453. 'router_path' => 'node/add/company',
  454. 'link_title' => 'Company',
  455. 'options' => array(),
  456. 'module' => 'system',
  457. 'hidden' => '0',
  458. 'external' => '0',
  459. 'has_children' => '0',
  460. 'expanded' => '0',
  461. 'weight' => '0',
  462. 'parent_path' => 'node/add',
  463. );
  464. // Exported menu link: navigation:node/add/didactique
  465. $menu_links['navigation:node/add/didactique'] = array(
  466. 'menu_name' => 'navigation',
  467. 'link_path' => 'node/add/didactique',
  468. 'router_path' => 'node/add/didactique',
  469. 'link_title' => 'Didactique',
  470. 'options' => array(
  471. 'attributes' => array(
  472. 'title' => 'Nœud didacticiel',
  473. ),
  474. ),
  475. 'module' => 'system',
  476. 'hidden' => '0',
  477. 'external' => '0',
  478. 'has_children' => '0',
  479. 'expanded' => '0',
  480. 'weight' => '0',
  481. 'parent_path' => 'node/add',
  482. );
  483. // Exported menu link: navigation:node/add/faq
  484. $menu_links['navigation:node/add/faq'] = array(
  485. 'menu_name' => 'navigation',
  486. 'link_path' => 'node/add/faq',
  487. 'router_path' => 'node/add/faq',
  488. 'link_title' => 'FAQ',
  489. 'options' => array(
  490. 'attributes' => array(
  491. 'title' => 'A frequently asked question and its answer.',
  492. ),
  493. ),
  494. 'module' => 'system',
  495. 'hidden' => '0',
  496. 'external' => '0',
  497. 'has_children' => '0',
  498. 'expanded' => '0',
  499. 'weight' => '0',
  500. 'parent_path' => 'node/add',
  501. );
  502. // Exported menu link: navigation:node/add/materiau
  503. $menu_links['navigation:node/add/materiau'] = array(
  504. 'menu_name' => 'navigation',
  505. 'link_path' => 'node/add/materiau',
  506. 'router_path' => 'node/add/materiau',
  507. 'link_title' => 'Materiau',
  508. 'options' => array(),
  509. 'module' => 'system',
  510. 'hidden' => '0',
  511. 'external' => '0',
  512. 'has_children' => '0',
  513. 'expanded' => '0',
  514. 'weight' => '0',
  515. 'parent_path' => 'node/add',
  516. );
  517. // Exported menu link: navigation:node/add/node_export
  518. $menu_links['navigation:node/add/node_export'] = array(
  519. 'menu_name' => 'navigation',
  520. 'link_path' => 'node/add/node_export',
  521. 'router_path' => 'node/add/node_export',
  522. 'link_title' => 'Node export: import',
  523. 'options' => array(
  524. 'attributes' => array(
  525. 'title' => 'Import content using <em>Node export</em>.',
  526. ),
  527. ),
  528. 'module' => 'system',
  529. 'hidden' => '0',
  530. 'external' => '0',
  531. 'has_children' => '0',
  532. 'expanded' => '0',
  533. 'weight' => '0',
  534. 'parent_path' => 'node/add',
  535. );
  536. // Exported menu link: navigation:node/add/page
  537. $menu_links['navigation:node/add/page'] = array(
  538. 'menu_name' => 'navigation',
  539. 'link_path' => 'node/add/page',
  540. 'router_path' => 'node/add/page',
  541. 'link_title' => 'Page',
  542. 'options' => array(
  543. 'attributes' => array(
  544. 'title' => 'Use this content type to add static pages like "about" "contact" etc',
  545. ),
  546. ),
  547. 'module' => 'system',
  548. 'hidden' => '0',
  549. 'external' => '0',
  550. 'has_children' => '0',
  551. 'expanded' => '0',
  552. 'weight' => '0',
  553. 'parent_path' => 'node/add',
  554. );
  555. // Exported menu link: navigation:node/add/panel
  556. $menu_links['navigation:node/add/panel'] = array(
  557. 'menu_name' => 'navigation',
  558. 'link_path' => 'node/add/panel',
  559. 'router_path' => 'node/add/panel',
  560. 'link_title' => 'Panel',
  561. 'options' => array(
  562. 'attributes' => array(
  563. 'title' => 'A panel layout broken up into rows and columns.',
  564. ),
  565. ),
  566. 'module' => 'system',
  567. 'hidden' => '0',
  568. 'external' => '0',
  569. 'has_children' => '0',
  570. 'expanded' => '0',
  571. 'weight' => '0',
  572. 'parent_path' => 'node/add',
  573. );
  574. // Exported menu link: navigation:node/add/product
  575. $menu_links['navigation:node/add/product'] = array(
  576. 'menu_name' => 'navigation',
  577. 'link_path' => 'node/add/product',
  578. 'router_path' => 'node/add/product',
  579. 'link_title' => 'Product',
  580. 'options' => array(
  581. 'attributes' => array(
  582. 'title' => 'Use <em>products</em> to represent items for sale on the website, including all the unique information that can be attributed to a specific model number.',
  583. ),
  584. ),
  585. 'module' => 'system',
  586. 'hidden' => '0',
  587. 'external' => '0',
  588. 'has_children' => '0',
  589. 'expanded' => '0',
  590. 'weight' => '0',
  591. 'parent_path' => 'node/add',
  592. );
  593. // Exported menu link: navigation:node/add/webform
  594. $menu_links['navigation:node/add/webform'] = array(
  595. 'menu_name' => 'navigation',
  596. 'link_path' => 'node/add/webform',
  597. 'router_path' => 'node/add/webform',
  598. 'link_title' => 'Webform',
  599. 'options' => array(
  600. 'attributes' => array(
  601. 'title' => 'Create a new form or questionnaire accessible to users. Submission results and statistics are recorded and accessible to privileged users.',
  602. ),
  603. ),
  604. 'module' => 'system',
  605. 'hidden' => '0',
  606. 'external' => '0',
  607. 'has_children' => '0',
  608. 'expanded' => '0',
  609. 'weight' => '0',
  610. 'parent_path' => 'node/add',
  611. );
  612. // Translatables
  613. // Included for use with string extractors like potx.
  614. t('Add content');
  615. t('Add user');
  616. t('Adhésions');
  617. t('Breve');
  618. t('Companies');
  619. t('Company');
  620. t('Compose tips');
  621. t('Content');
  622. t('Content types');
  623. t('Didactique');
  624. t('FAQ');
  625. t('Feedback');
  626. t('Materiau');
  627. t('Media');
  628. t('Menus');
  629. t('My sessions');
  630. t('Node export: import');
  631. t('Onthologie');
  632. t('Page');
  633. t('Pages / didactique / faq');
  634. t('Panel');
  635. t('Peoples');
  636. t('Product');
  637. t('Shopping cart');
  638. t('Strings search');
  639. t('Tag Libres');
  640. t('Taxonomy');
  641. t('Translation');
  642. t('Users');
  643. t('Webform');
  644. t('dashboard');
  645. return $menu_links;
  646. }