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
2 years ago
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Client config";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Client config";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "";
  7. $apps[$x]['menu'][$y]['title']['de-de'] = "";
  8. $apps[$x]['menu'][$y]['title']['es-cl'] = "";
  9. $apps[$x]['menu'][$y]['title']['es-mx'] = "";
  10. $apps[$x]['menu'][$y]['title']['fr-ca'] = "";
  11. $apps[$x]['menu'][$y]['title']['fr-fr'] = "";
  12. $apps[$x]['menu'][$y]['title']['he-il'] = "";
  13. $apps[$x]['menu'][$y]['title']['it-it'] = "";
  14. $apps[$x]['menu'][$y]['title']['nl-nl'] = "";
  15. $apps[$x]['menu'][$y]['title']['pl-pl'] = "";
  16. $apps[$x]['menu'][$y]['title']['pt-br'] = "";
  17. $apps[$x]['menu'][$y]['title']['pt-pt'] = "";
  18. $apps[$x]['menu'][$y]['title']['ro-ro'] = "";
  19. $apps[$x]['menu'][$y]['title']['ru-ru'] = "";
  20. $apps[$x]['menu'][$y]['title']['sv-se'] = "";
  21. $apps[$x]['menu'][$y]['title']['uk-ua'] = "";
  22. $apps[$x]['menu'][$y]['uuid'] = "4c737fd8-145e-4e1d-9662-20a5ba1e82e0";
  23. $apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
  24. $apps[$x]['menu'][$y]['category'] = "internal";
  25. $apps[$x]['menu'][$y]['path'] = "/app/gswave/index.php";
  26. $apps[$x]['menu'][$y]['groups'][] = "user";
  27. $apps[$x]['menu'][$y]['groups'][] = "superadmin";
  28. ?>