app_menu.php 1.4 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Contacts";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Contacts";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Kontakte";
  7. $apps[$x]['menu'][$y]['title']['de-ch'] = "";
  8. $apps[$x]['menu'][$y]['title']['de-de'] = "Kontakte";
  9. $apps[$x]['menu'][$y]['title']['es-cl'] = "Contactos";
  10. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  11. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  12. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Contacts";
  13. $apps[$x]['menu'][$y]['title']['he-il'] = "אנשי קשר";
  14. $apps[$x]['menu'][$y]['title']['it-it'] = "Contatti";
  15. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Kontacten";
  16. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Kontakty";
  17. $apps[$x]['menu'][$y]['title']['pt-br'] = "Contatos";
  18. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Contactos";
  19. $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
  20. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Контакты";
  21. $apps[$x]['menu'][$y]['title']['sv-se'] = "Kontakter";
  22. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Контакти";
  23. $apps[$x]['menu'][$y]['uuid'] = "f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6";
  24. $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
  25. $apps[$x]['menu'][$y]['category'] = "internal";
  26. $apps[$x]['menu'][$y]['path'] = "/app/contacts/contacts.php";
  27. $apps[$x]['menu'][$y]['groups'][] = "admin";
  28. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  29. ?>