app_menu.php 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <?php
  2. $y = 0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Users";
  4. $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
  5. $apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerverwaltung";
  6. $apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerverwaltung";
  7. $apps[$x]['menu'][$y]['title']['es-cl'] = "Gestor de Usuarios";
  8. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  9. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  10. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des utilisteurs";
  11. $apps[$x]['menu'][$y]['title']['he-il'] = "מנהל משתמש";
  12. $apps[$x]['menu'][$y]['title']['it-it'] = "Utenti";
  13. $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
  14. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer użytkowników";
  15. $apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciar Usuários";
  16. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestão de Utilizadores";
  17. $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
  18. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Пользователи";
  19. $apps[$x]['menu'][$y]['title']['sv-se'] = "Användar Inställningar";
  20. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Користувачі";
  21. $apps[$x]['menu'][$y]['uuid'] = "0d57cc1e-1874-47b9-7ddd-fe1f57cec99b";
  22. $apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
  23. $apps[$x]['menu'][$y]['category'] = "internal";
  24. $apps[$x]['menu'][$y]['path'] = "/core/users/users.php";
  25. $apps[$x]['menu'][$y]['groups'][] = "admin";
  26. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  27. $y++;
  28. $apps[$x]['menu'][$y]['title']['en-us'] = "Account Settings";
  29. $apps[$x]['menu'][$y]['title']['ar-eg'] = "إعدادات الحساب";
  30. $apps[$x]['menu'][$y]['title']['de-at'] = "";
  31. $apps[$x]['menu'][$y]['title']['de-at'] = "Kontoeinstellungen";
  32. $apps[$x]['menu'][$y]['title']['es-cl'] = "Config de Cuenta";
  33. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  34. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  35. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration du Compte";
  36. $apps[$x]['menu'][$y]['title']['he-il'] = "הגדרת חשבון";
  37. $apps[$x]['menu'][$y]['title']['it-it'] = "Impostazioni Utente";
  38. $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
  39. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia konta";
  40. $apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações da conta";
  41. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Configurações da Conta";
  42. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Setări cont";
  43. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройка учетной записи";
  44. $apps[$x]['menu'][$y]['title']['sv-se'] = "Kontoinställningar";
  45. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Обліковий запис";
  46. $apps[$x]['menu'][$y]['uuid'] = "4d532f0b-c206-c39d-ff33-fc67d668fb69";
  47. $apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
  48. $apps[$x]['menu'][$y]['category'] = "internal";
  49. $apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=user";
  50. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  51. $apps[$x]['menu'][$y]['groups'][] = "admin";
  52. $apps[$x]['menu'][$y]['groups'][] = "user";
  53. $apps[$x]['menu'][$y]['groups'][] = "agent";
  54. ?>