app_menu.php 697 B

1234567891011121314151617
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = 'Transcribe Queue';
  3. $apps[$x]['menu'][0]['title']['es-cl'] = '';
  4. $apps[$x]['menu'][0]['title']['fr-fr'] = '';
  5. $apps[$x]['menu'][0]['title']['fr-ca'] = '';
  6. $apps[$x]['menu'][0]['title']['pl'] = '';
  7. $apps[$x]['menu'][0]['title']['sv-se'] = '';
  8. $apps[$x]['menu'][0]['title']['uk'] = '';
  9. $apps[$x]['menu'][0]['title']['de-at'] = '';
  10. $apps[$x]['menu'][0]['uuid'] = 'b9a4873b-c3f0-47c8-9d70-cf1486064dce';
  11. $apps[$x]['menu'][0]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
  12. $apps[$x]['menu'][0]['category'] = 'internal';
  13. $apps[$x]['menu'][0]['path'] = '/app/transcribe/transcribe_queue.php';
  14. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  15. ?>