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.

31 lines
1.5 KiB

2 years ago
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Fax Server";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Fax Server";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Faxserver";
  7. $apps[$x]['menu'][$y]['title']['de-ch'] = "Faxserver";
  8. $apps[$x]['menu'][$y]['title']['de-de'] = "Faxserver";
  9. $apps[$x]['menu'][$y]['title']['es-cl'] = "Servidor de Fax";
  10. $apps[$x]['menu'][$y]['title']['es-mx'] = "Servidor de Fax";
  11. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Serveur du fax";
  12. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Serveur Fax";
  13. $apps[$x]['menu'][$y]['title']['he-il'] = "שרת פקסים";
  14. $apps[$x]['menu'][$y]['title']['it-it'] = "Fax Server";
  15. $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
  16. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Serwer faksowy";
  17. $apps[$x]['menu'][$y]['title']['pt-br'] = "Servidor de Fax";
  18. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Servidor de Fax";
  19. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Server Fax";
  20. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Сервер факсов";
  21. $apps[$x]['menu'][$y]['title']['sv-se'] = "Fax Server";
  22. $apps[$x]['menu'][$y]['title']['uk-ua'] = "";
  23. $apps[$x]['menu'][$y]['uuid'] = "9c9642e4-2b9b-2785-18d0-6c0a4ede2b2f";
  24. $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
  25. $apps[$x]['menu'][$y]['category'] = "internal";
  26. $apps[$x]['menu'][$y]['path'] = "/app/fax/fax.php";
  27. $apps[$x]['menu'][$y]['groups'][] = "user";
  28. $apps[$x]['menu'][$y]['groups'][] = "admin";
  29. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  30. ?>