app_menu.php 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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]['title']['ru-ru'] = "Редактор скриптов";
  15. $apps[$x]['menu'][$y]['uuid'] = "f1905fec-0577-daef-6045-59d09b7d3f94";
  16. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  17. $apps[$x]['menu'][$y]['category'] = "external";
  18. $apps[$x]['menu'][$y]['icon'] = "glyphicon-new-window";
  19. $apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=scripts";
  20. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  21. $y++;
  22. $apps[$x]['menu'][$y]['title']['en-us'] = "XML Editor";
  23. $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor XML";
  24. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  25. $apps[$x]['menu'][$y]['title']['de-de'] = "";
  26. $apps[$x]['menu'][$y]['title']['de-ch'] = "";
  27. $apps[$x]['menu'][$y]['title']['de-at'] = "";
  28. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur XML";
  29. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  30. $apps[$x]['menu'][$y]['title']['fr-ch'] = "";
  31. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor XML";
  32. $apps[$x]['menu'][$y]['title']['pt-br'] = "";
  33. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор XML";
  34. $apps[$x]['menu'][$y]['uuid'] = "16013877-606a-2a05-7d6a-c1b215839131";
  35. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  36. $apps[$x]['menu'][$y]['category'] = "external";
  37. $apps[$x]['menu'][$y]['icon'] = "glyphicon-new-window";
  38. $apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=xml";
  39. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  40. $y++;
  41. $apps[$x]['menu'][$y]['title']['en-us'] = "Provision Editor";
  42. $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor de Provisionamiento";
  43. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  44. $apps[$x]['menu'][$y]['title']['de-de'] = "";
  45. $apps[$x]['menu'][$y]['title']['de-ch'] = "";
  46. $apps[$x]['menu'][$y]['title']['de-at'] = "";
  47. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Provisioning";
  48. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  49. $apps[$x]['menu'][$y]['title']['fr-ch'] = "";
  50. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de Provisionamento";
  51. $apps[$x]['menu'][$y]['title']['pt-br'] = "";
  52. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор шаблонов автоконфигурации";
  53. $apps[$x]['menu'][$y]['uuid'] = "57773542-a565-1a29-605d-6535da1a0870";
  54. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  55. $apps[$x]['menu'][$y]['category'] = "external";
  56. $apps[$x]['menu'][$y]['icon'] = "glyphicon-new-window";
  57. $apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=provision";
  58. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  59. $y++;
  60. $apps[$x]['menu'][$y]['title']['en-us'] = "PHP Editor";
  61. $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor PHP";
  62. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  63. $apps[$x]['menu'][$y]['title']['de-de'] = "";
  64. $apps[$x]['menu'][$y]['title']['de-ch'] = "";
  65. $apps[$x]['menu'][$y]['title']['de-at'] = "";
  66. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur PHP";
  67. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  68. $apps[$x]['menu'][$y]['title']['fr-ch'] = "";
  69. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor de PHP";
  70. $apps[$x]['menu'][$y]['title']['pt-br'] = "";
  71. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор PHP";
  72. $apps[$x]['menu'][$y]['uuid'] = "eae1f2d6-789b-807c-cc26-44501e848693";
  73. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  74. $apps[$x]['menu'][$y]['category'] = "external";
  75. $apps[$x]['menu'][$y]['icon'] = "glyphicon-new-window";
  76. $apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=php";
  77. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  78. $y++;
  79. $apps[$x]['menu'][$y]['title']['en-us'] = "Grammar Editor";
  80. $apps[$x]['menu'][$y]['title']['es-cl'] = "Editor Gramático";
  81. $apps[$x]['menu'][$y]['title']['es-mx'] = "Editor Gramático";
  82. $apps[$x]['menu'][$y]['title']['de-de'] = "";
  83. $apps[$x]['menu'][$y]['title']['de-ch'] = "";
  84. $apps[$x]['menu'][$y]['title']['de-at'] = "";
  85. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Editeur de Grammaire";
  86. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  87. $apps[$x]['menu'][$y]['title']['fr-ch'] = "";
  88. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Editor Gramático";
  89. $apps[$x]['menu'][$y]['title']['pt-br'] = "";
  90. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Редактор грамматики";
  91. $apps[$x]['menu'][$y]['uuid'] = "c3db739e-89f9-0fa2-44ce-0f4c2ff43b1a";
  92. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  93. $apps[$x]['menu'][$y]['category'] = "external";
  94. $apps[$x]['menu'][$y]['icon'] = "glyphicon-new-window";
  95. $apps[$x]['menu'][$y]['path'] = "/app/edit/index.php?dir=grammar";
  96. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  97. ?>