app_menu.php 3.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Users";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Users";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "المستخدمون";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerverwaltung";
  7. $apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerverwaltung";
  8. $apps[$x]['menu'][$y]['title']['es-cl'] = "Gestor de Usuarios";
  9. $apps[$x]['menu'][$y]['title']['es-mx'] = "Usuarios";
  10. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Utilisteurs";
  11. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Gestion des utilisteurs";
  12. $apps[$x]['menu'][$y]['title']['he-il'] = "מנהל משתמש";
  13. $apps[$x]['menu'][$y]['title']['it-it'] = "Utenti";
  14. $apps[$x]['menu'][$y]['title']['ka-ge'] = "მომხმარებლები";
  15. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Gebruik";
  16. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Menedżer użytkowników";
  17. $apps[$x]['menu'][$y]['title']['pt-br'] = "Gerenciar Usuários";
  18. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Gestão de Utilizadores";
  19. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Utilizatori";
  20. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Пользователи";
  21. $apps[$x]['menu'][$y]['title']['sv-se'] = "Användar Inställningar";
  22. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Користувачі";
  23. $apps[$x]['menu'][$y]['title']['zh-cn'] = "用户";
  24. $apps[$x]['menu'][$y]['title']['ja-jp'] = "ユーザ名";
  25. $apps[$x]['menu'][$y]['title']['ko-kr'] = "이름 *";
  26. $apps[$x]['menu'][$y]['uuid'] = "0d57cc1e-1874-47b9-7ddd-fe1f57cec99b";
  27. $apps[$x]['menu'][$y]['parent_uuid'] = "bc96d773-ee57-0cdd-c3ac-2d91aba61b55";
  28. $apps[$x]['menu'][$y]['category'] = "internal";
  29. $apps[$x]['menu'][$y]['icon'] = "";
  30. $apps[$x]['menu'][$y]['path'] = "/core/users/users.php";
  31. $apps[$x]['menu'][$y]['order'] = "";
  32. $apps[$x]['menu'][$y]['groups'][] = "admin";
  33. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  34. $y++;
  35. $apps[$x]['menu'][$y]['title']['en-us'] = "Account Settings";
  36. $apps[$x]['menu'][$y]['title']['en-gb'] = "Account Settings";
  37. $apps[$x]['menu'][$y]['title']['ar-eg'] = "إعدادات الحساب";
  38. $apps[$x]['menu'][$y]['title']['de-at'] = "Kontoeinstellungen";
  39. $apps[$x]['menu'][$y]['title']['es-cl'] = "Config de Cuenta";
  40. $apps[$x]['menu'][$y]['title']['es-mx'] = "Ajustes de la cuenta";
  41. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Paramètre du Compte";
  42. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Configuration du Compte";
  43. $apps[$x]['menu'][$y]['title']['he-il'] = "הגדרת חשבון";
  44. $apps[$x]['menu'][$y]['title']['it-it'] = "Impostazioni Utente";
  45. $apps[$x]['menu'][$y]['title']['ka-ge'] = "ანგარიში პარამეტრები";
  46. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Accountinstellingen";
  47. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Ustawienia konta";
  48. $apps[$x]['menu'][$y]['title']['pt-br'] = "Configurações da conta";
  49. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Configurações da Conta";
  50. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Setări cont";
  51. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Настройка учетной записи";
  52. $apps[$x]['menu'][$y]['title']['sv-se'] = "Kontoinställningar";
  53. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Обліковий запис";
  54. $apps[$x]['menu'][$y]['title']['zh-cn'] = "账户设置";
  55. $apps[$x]['menu'][$y]['title']['ja-jp'] = "アカウント設定";
  56. $apps[$x]['menu'][$y]['title']['ko-kr'] = "계정 설정";
  57. $apps[$x]['menu'][$y]['uuid'] = "4d532f0b-c206-c39d-ff33-fc67d668fb69";
  58. $apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
  59. $apps[$x]['menu'][$y]['category'] = "internal";
  60. $apps[$x]['menu'][$y]['icon'] = "";
  61. $apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=user";
  62. $apps[$x]['menu'][$y]['order'] = "";
  63. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  64. $apps[$x]['menu'][$y]['groups'][] = "admin";
  65. $apps[$x]['menu'][$y]['groups'][] = "user";
  66. $apps[$x]['menu'][$y]['groups'][] = "agent";
  67. $y++;
  68. ?>