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.

21 lines
882 B

2 years ago
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = 'Bridges';
  3. $apps[$x]['menu'][0]['title']['en-gb'] = 'Bridges';
  4. $apps[$x]['menu'][0]['title']['es-cl'] = '';
  5. $apps[$x]['menu'][0]['title']['fr-fr'] = '';
  6. $apps[$x]['menu'][0]['title']['fr-ca'] = '';
  7. $apps[$x]['menu'][0]['title']['nl-nl'] = 'Bruggen';
  8. $apps[$x]['menu'][0]['title']['pl'] = 'Mostkowania';
  9. $apps[$x]['menu'][0]['title']['sv-se'] = '';
  10. $apps[$x]['menu'][0]['title']['uk'] = '';
  11. $apps[$x]['menu'][0]['title']['de-at'] = '';
  12. $apps[$x]['menu'][0]['uuid'] = '345f0aad-8321-4a8b-9f08-c4730297660c';
  13. $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
  14. $apps[$x]['menu'][0]['category'] = 'internal';
  15. $apps[$x]['menu'][0]['path'] = '/app/bridges/bridges.php';
  16. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  17. //$apps[$x]['menu'][0]['groups'][] = 'admin';
  18. //$apps[$x]['menu'][0]['groups'][] = 'user';
  19. ?>