app_menu.php 1.3 KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Services";
  4. $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
  5. $apps[$x]['menu'][$y]['title']['de-at'] = "Dienste";
  6. $apps[$x]['menu'][$y]['title']['de-de'] = "Dienste";
  7. $apps[$x]['menu'][$y]['title']['es-cl'] = "Servicios";
  8. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  9. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  10. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Services";
  11. $apps[$x]['menu'][$y]['title']['he-il'] = "";
  12. $apps[$x]['menu'][$y]['title']['it-it'] = "Servizi";
  13. $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
  14. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Serwisy";
  15. $apps[$x]['menu'][$y]['title']['pt-br'] = "Serviços";
  16. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Serviços";
  17. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Servicii";
  18. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Службы";
  19. $apps[$x]['menu'][$y]['title']['sv-se'] = "Tjänster";
  20. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Служби";
  21. $apps[$x]['menu'][$y]['uuid'] = "c28f14e9-e5ad-e992-0931-d5f5f0db6a79";
  22. $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
  23. $apps[$x]['menu'][$y]['category'] = "internal";
  24. $apps[$x]['menu'][$y]['path'] = "/app/services/services.php";
  25. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  26. ?>