app_menu.php 1.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?php
  2. $apps[$x]['menu'][0]['title']['en-us'] = 'Messages';
  3. $apps[$x]['menu'][0]['title']['en-gb'] = 'Messages';
  4. $apps[$x]['menu'][0]['title']['ar-eg'] = 'رسائل';
  5. $apps[$x]['menu'][0]['title']['de-at'] = 'Mitteilungen';
  6. $apps[$x]['menu'][0]['title']['de-ch'] = 'Mitteilungen';
  7. $apps[$x]['menu'][0]['title']['de-de'] = 'Mitteilungen';
  8. $apps[$x]['menu'][0]['title']['es-cl'] = 'Mensajes';
  9. $apps[$x]['menu'][0]['title']['es-mx'] = 'Mensajes';
  10. $apps[$x]['menu'][0]['title']['fr-ca'] = 'messages';
  11. $apps[$x]['menu'][0]['title']['fr-fr'] = 'messages';
  12. $apps[$x]['menu'][0]['title']['he-il'] = 'הודעות';
  13. $apps[$x]['menu'][0]['title']['it-it'] = 'Messaggi';
  14. $apps[$x]['menu'][0]['title']['nl-nl'] = 'Berichten';
  15. $apps[$x]['menu'][0]['title']['pl-pl'] = 'Wiadomości';
  16. $apps[$x]['menu'][0]['title']['pt-br'] = 'Mensagens';
  17. $apps[$x]['menu'][0]['title']['pt-pt'] = 'Mensagens';
  18. $apps[$x]['menu'][0]['title']['ro-ro'] = 'Mesaje';
  19. $apps[$x]['menu'][0]['title']['ru-ru'] = 'Сообщения';
  20. $apps[$x]['menu'][0]['title']['uk-ua'] = 'Повідомлення';
  21. $apps[$x]['menu'][0]['title']['sv-se'] = 'Meddelanden';
  22. $apps[$x]['menu'][0]['title']['zh-cn'] = '留言';
  23. $apps[$x]['menu'][0]['title']['ja-jp'] = 'メッセージ';
  24. $apps[$x]['menu'][0]['title']['ko-kr'] = '메시지';
  25. $apps[$x]['menu'][0]['uuid'] = 'b2f6a2e0-cf25-4bd5-8079-6385f6871047';
  26. $apps[$x]['menu'][0]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
  27. $apps[$x]['menu'][0]['category'] = 'internal';
  28. $apps[$x]['menu'][0]['path'] = '/app/messages/messages.php';
  29. $apps[$x]['menu'][0]['groups'][] = 'superadmin';
  30. //$apps[$x]['menu'][0]['groups'][] = 'admin';
  31. //$apps[$x]['menu'][0]['groups'][] = 'user';
  32. ?>