app_menu.php 851 B

123456789101112131415161718192021
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = "Languages";
  3. $apps[$x]['menu'][0]['title']['es-cl'] = "";
  4. $apps[$x]['menu'][0]['title']['fr-fr'] = "";
  5. $apps[$x]['menu'][0]['title']['pt-pt'] = "";
  6. $apps[$x]['menu'][0]['title']['pt-br'] = "";
  7. $apps[$x]['menu'][0]['title']['pl'] = "";
  8. $apps[$x]['menu'][0]['title']['sv-se'] = "";
  9. $apps[$x]['menu'][0]['title']['uk'] = "";
  10. $apps[$x]['menu'][0]['title']['ro'] = "";
  11. $apps[$x]['menu'][0]['title']['de-at'] = "";
  12. $apps[$x]['menu'][0]['title']['ar-eg'] = "";
  13. $apps[$x]['menu'][0]['title']['he'] = "";
  14. $apps[$x]['menu'][0]['uuid'] = "13a8fd28-6718-4ac1-8acc-0bcffbce29c3";
  15. $apps[$x]['menu'][0]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
  16. $apps[$x]['menu'][0]['category'] = "internal";
  17. $apps[$x]['menu'][0]['path'] = "/app/languages/index.php";
  18. $apps[$x]['menu'][0]['groups'][] = "superadmin";
  19. ?>