app_menu.php 894 B

1234567891011121314151617181920
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = 'Voicemail Status';
  3. $apps[$x]['menu'][0]['title']['es-mx'] = '';
  4. $apps[$x]['menu'][0]['title']['de-de'] = '';
  5. $apps[$x]['menu'][0]['title']['de-ch'] = '';
  6. $apps[$x]['menu'][0]['title']['de-at'] = '';
  7. $apps[$x]['menu'][0]['title']['fr-fr'] = '';
  8. $apps[$x]['menu'][0]['title']['fr-ca'] = '';
  9. $apps[$x]['menu'][0]['title']['fr-ch'] = '';
  10. $apps[$x]['menu'][0]['title']['pt-pt'] = 'Estado do Correio de Voz';
  11. $apps[$x]['menu'][0]['title']['pt-br'] = '';
  12. $apps[$x]['menu'][0]['uuid'] = 'ff4ccd3d-e295-7875-04b4-54eb0c74adc5';
  13. $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
  14. $apps[$x]['menu'][0]['category'] = 'internal';
  15. $apps[$x]['menu'][0]['path'] = '/app/voicemail_status/voicemail.php';
  16. $apps[$x]['menu'][0]['groups'][] = 'admin';
  17. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  18. ?>