app_menu.php 4.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?php
  2. $y = 0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Script Editor";
  4. $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Scripts";
  5. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  6. $apps[$x]['menu'][$y]['title']['de-de'] = "";
  7. $apps[$x]['menu'][$y]['title']['de-ch'] = "";
  8. $apps[$x]['menu'][$y]['title']['de-at'] = "";
  9. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de script";
  10. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  11. $apps[$x]['menu'][$y]['title']['fr-ch'] = "";
  12. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Scripts";
  13. $apps[$x]['menu'][$y]['title']['pt-br'] = "";
  14. $apps[$x]['menu'][$y]['uuid'] = "f1905fec-0577-daef-6045-59d09b7d3f94";
  15. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  16. $apps[$x]['menu'][$y]['category'] = "external";
  17. $apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=scripts";
  18. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  19. $y++;
  20. $apps[$x]['menu'][$y]['title']['en-us'] = "XML Editor";
  21. $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor XML";
  22. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  23. $apps[$x]['menu'][$y]['title']['de-de'] = "";
  24. $apps[$x]['menu'][$y]['title']['de-ch'] = "";
  25. $apps[$x]['menu'][$y]['title']['de-at'] = "";
  26. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur XML";
  27. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  28. $apps[$x]['menu'][$y]['title']['fr-ch'] = "";
  29. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor XML";
  30. $apps[$x]['menu'][$y]['title']['pt-br'] = "";
  31. $apps[$x]['menu'][$y]['uuid'] = "16013877-606a-2a05-7d6a-c1b215839131";
  32. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  33. $apps[$x]['menu'][$y]['category'] = "external";
  34. $apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=xml";
  35. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  36. $y++;
  37. $apps[$x]['menu'][$y]['title']['en-us'] = "Provision Editor";
  38. $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Provisionamiento";
  39. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  40. $apps[$x]['menu'][$y]['title']['de-de'] = "";
  41. $apps[$x]['menu'][$y]['title']['de-ch'] = "";
  42. $apps[$x]['menu'][$y]['title']['de-at'] = "";
  43. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Provisioning";
  44. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  45. $apps[$x]['menu'][$y]['title']['fr-ch'] = "";
  46. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Provisionamento";
  47. $apps[$x]['menu'][$y]['title']['pt-br'] = "";
  48. $apps[$x]['menu'][$y]['uuid'] = "57773542-a565-1a29-605d-6535da1a0870";
  49. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  50. $apps[$x]['menu'][$y]['category'] = "external";
  51. $apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=provision";
  52. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  53. $y++;
  54. $apps[$x]['menu'][$y]['title']['en-us'] = "PHP Editor";
  55. $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor PHP";
  56. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  57. $apps[$x]['menu'][$y]['title']['de-de'] = "";
  58. $apps[$x]['menu'][$y]['title']['de-ch'] = "";
  59. $apps[$x]['menu'][$y]['title']['de-at'] = "";
  60. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur PHP";
  61. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  62. $apps[$x]['menu'][$y]['title']['fr-ch'] = "";
  63. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de PHP";
  64. $apps[$x]['menu'][$y]['title']['pt-br'] = "";
  65. $apps[$x]['menu'][$y]['uuid'] = "eae1f2d6-789b-807c-cc26-44501e848693";
  66. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  67. $apps[$x]['menu'][$y]['category'] = "external";
  68. $apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=php";
  69. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  70. $y++;
  71. $apps[$x]['menu'][$y]['title']['en-us'] = "Grammar Editor";
  72. $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor Gramático";
  73. $apps[$x]['menu'][$y]['title']['es-mx'] = "Editor Gramático";
  74. $apps[$x]['menu'][$y]['title']['de-de'] = "";
  75. $apps[$x]['menu'][$y]['title']['de-ch'] = "";
  76. $apps[$x]['menu'][$y]['title']['de-at'] = "";
  77. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Grammaire";
  78. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  79. $apps[$x]['menu'][$y]['title']['fr-ch'] = "";
  80. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor Gramático";
  81. $apps[$x]['menu'][$y]['title']['pt-br'] = "";
  82. $apps[$x]['menu'][$y]['uuid'] = "c3db739e-89f9-0fa2-44ce-0f4c2ff43b1a";
  83. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  84. $apps[$x]['menu'][$y]['category'] = "external";
  85. $apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=grammar";
  86. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  87. ?>