app_menu.php 1.6 KB

12345678910111213141516171819202122232425262728293031
  1. <?php
  2. $y = 0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Dashboard";
  4. $apps[$x]['menu'][$y]['title']['ar-eg'] = "الصفحه الرئيسيه للمستخدم";
  5. $apps[$x]['menu'][$y]['title']['de-at'] = "Benutzerübersicht";
  6. $apps[$x]['menu'][$y]['title']['de-de'] = "Benutzerübersicht";
  7. $apps[$x]['menu'][$y]['title']['es-cl'] = "Dashboard Usuario";
  8. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  9. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  10. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Tableau de bord de l'utilisateur";
  11. $apps[$x]['menu'][$y]['title']['he-il'] = "ממשק משתמש";
  12. $apps[$x]['menu'][$y]['title']['it-it'] = "Pannello di Controllo";
  13. $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
  14. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Panel użytkowników";
  15. $apps[$x]['menu'][$y]['title']['pt-br'] = "Painel de Controle";
  16. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Painel de Controle do Usuário";
  17. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Panou control utilizator";
  18. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Панель пользователя";
  19. $apps[$x]['menu'][$y]['title']['sv-se'] = "Användarpanel";
  20. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Панель користувача";
  21. $apps[$x]['menu'][$y]['uuid'] = "92c8ffdb-3c82-4f08-aec0-82421ec41bb5";
  22. $apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788";
  23. $apps[$x]['menu'][$y]['category'] = "internal";
  24. $apps[$x]['menu'][$y]['path'] = "/core/user_settings/user_dashboard.php";
  25. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  26. $apps[$x]['menu'][$y]['groups'][] = "admin";
  27. $apps[$x]['menu'][$y]['groups'][] = "user";
  28. $apps[$x]['menu'][$y]['groups'][] = "agent";
  29. ?>