app_menu.php 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Domains";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Domains";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "المجالات";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Domänen";
  7. $apps[$x]['menu'][$y]['title']['de-de'] = "Domänen";
  8. $apps[$x]['menu'][$y]['title']['es-cl'] = "Dominios";
  9. $apps[$x]['menu'][$y]['title']['es-mx'] = "Dominios";
  10. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Domaines";
  11. $apps[$x]['menu'][$y]['title']['fr-fr'] = "domaines";
  12. $apps[$x]['menu'][$y]['title']['he-il'] = "דומיינים";
  13. $apps[$x]['menu'][$y]['title']['it-it'] = "Domini";
  14. $apps[$x]['menu'][$y]['title']['ka-ge'] = "დომენები";
  15. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Domains";
  16. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Domeny";
  17. $apps[$x]['menu'][$y]['title']['pt-br'] = "Domínios";
  18. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Domínios";
  19. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Domenii";
  20. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Домены";
  21. $apps[$x]['menu'][$y]['title']['sv-se'] = "Domäner";
  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'] = "4fa7e90b-6d6c-12d4-712f-62857402b801";
  27. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  28. $apps[$x]['menu'][$y]['category'] = "internal";
  29. $apps[$x]['menu'][$y]['icon'] = "";
  30. $apps[$x]['menu'][$y]['path'] = "/core/domains/domains.php";
  31. $apps[$x]['menu'][$y]['order'] = "";
  32. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  33. $y++;
  34. ?>