app_menu.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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'] = "Ansprechpartner";
  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'] = "Contactos";
  11. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Contacts";
  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']['ka-ge'] = "კონტაქტები";
  16. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Contacten";
  17. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Kontakty";
  18. $apps[$x]['menu'][$y]['title']['pt-br'] = "Contatos";
  19. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Contactos";
  20. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Contacte";
  21. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Контакты";
  22. $apps[$x]['menu'][$y]['title']['sv-se'] = "Kontakter";
  23. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Контакти";
  24. $apps[$x]['menu'][$y]['title']['zh-cn'] = "联系人";
  25. $apps[$x]['menu'][$y]['title']['ja-jp'] = "コンタクト";
  26. $apps[$x]['menu'][$y]['title']['ko-kr'] = "콘택트 렌즈";
  27. $apps[$x]['menu'][$y]['uuid'] = "f14e6ab6-6565-d4e6-cbad-a51d2e3e8ec6";
  28. $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
  29. $apps[$x]['menu'][$y]['category'] = "internal";
  30. $apps[$x]['menu'][$y]['icon'] = "";
  31. $apps[$x]['menu'][$y]['path'] = "/core/contacts/contacts.php";
  32. $apps[$x]['menu'][$y]['order'] = "";
  33. $apps[$x]['menu'][$y]['groups'][] = "admin";
  34. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  35. $y++;
  36. ?>