Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.3 KiB

2 years ago
  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'] = "";
  10. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  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']['nl-nl'] = "";
  15. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Domeny";
  16. $apps[$x]['menu'][$y]['title']['pt-br'] = "Domínios";
  17. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Domínios";
  18. $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
  19. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Домены";
  20. $apps[$x]['menu'][$y]['title']['sv-se'] = "Domäner";
  21. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Домени";
  22. $apps[$x]['menu'][$y]['uuid'] = "4fa7e90b-6d6c-12d4-712f-62857402b801";
  23. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  24. $apps[$x]['menu'][$y]['category'] = "internal";
  25. $apps[$x]['menu'][$y]['path'] = "/core/domains/domains.php";
  26. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  27. ?>