app_menu.php 1.7 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Languages";
  4. $apps[$x]['menu'][$y]['title']['ar-eg'] = "اللغات"; //Google translate
  5. $apps[$x]['menu'][$y]['title']['de-at'] = "Sprachen"; //Google translate
  6. $apps[$x]['menu'][$y]['title']['de-ch'] = "Sprachen"; //Google translate
  7. $apps[$x]['menu'][$y]['title']['de-de'] = "Sprachen"; //Google translate
  8. $apps[$x]['menu'][$y]['title']['es-cl'] = "Idiomas"; //Google translate
  9. $apps[$x]['menu'][$y]['title']['es-mx'] = "Idiomas"; //Google translate
  10. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Les langues"; //Google translate
  11. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Les langues"; //Google translate
  12. $apps[$x]['menu'][$y]['title']['he-il'] = "שפות"; //Google translate
  13. $apps[$x]['menu'][$y]['title']['it-it'] = "Le lingue"; //Google translate
  14. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Talen"; //Google translate
  15. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Języki"; //Google translate
  16. $apps[$x]['menu'][$y]['title']['pt-br'] = "línguas"; //Google translate
  17. $apps[$x]['menu'][$y]['title']['pt-pt'] = "línguas"; //Google translate
  18. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Limbile"; //Google translate
  19. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Языки"; //Google translate
  20. $apps[$x]['menu'][$y]['title']['sv-se'] = "språk"; //Google translate
  21. $apps[$x]['menu'][$y]['title']['uk-ua'] = "мови"; //Google translate
  22. $apps[$x]['menu'][$y]['uuid'] = "13a8fd28-6718-4ac1-8acc-0bcffbce29c3";
  23. $apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
  24. $apps[$x]['menu'][$y]['category'] = "internal";
  25. $apps[$x]['menu'][$y]['path'] = "/app/languages/index.php";
  26. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  27. ?>