app_menu.php 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = 'Messages';
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = 'Messages';
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = 'رسائل';
  6. $apps[$x]['menu'][$y]['title']['de-at'] = 'Mitteilungen';
  7. $apps[$x]['menu'][$y]['title']['de-ch'] = 'Mitteilungen';
  8. $apps[$x]['menu'][$y]['title']['de-de'] = 'Mitteilungen';
  9. $apps[$x]['menu'][$y]['title']['es-cl'] = 'Mensajes';
  10. $apps[$x]['menu'][$y]['title']['es-mx'] = 'Mensajes';
  11. $apps[$x]['menu'][$y]['title']['fr-ca'] = 'messages';
  12. $apps[$x]['menu'][$y]['title']['fr-fr'] = 'messages';
  13. $apps[$x]['menu'][$y]['title']['he-il'] = 'הודעות';
  14. $apps[$x]['menu'][$y]['title']['it-it'] = 'Messaggi';
  15. $apps[$x]['menu'][$y]['title']['nl-nl'] = 'Berichten';
  16. $apps[$x]['menu'][$y]['title']['pl-pl'] = 'Wiadomości';
  17. $apps[$x]['menu'][$y]['title']['pt-br'] = 'Mensagens';
  18. $apps[$x]['menu'][$y]['title']['pt-pt'] = 'Mensagens';
  19. $apps[$x]['menu'][$y]['title']['ro-ro'] = 'Mesaje';
  20. $apps[$x]['menu'][$y]['title']['ru-ru'] = 'Сообщения';
  21. $apps[$x]['menu'][$y]['title']['uk-ua'] = 'Повідомлення';
  22. $apps[$x]['menu'][$y]['title']['sv-se'] = 'Meddelanden';
  23. $apps[$x]['menu'][$y]['title']['zh-cn'] = '留言';
  24. $apps[$x]['menu'][$y]['title']['ja-jp'] = 'メッセージ';
  25. $apps[$x]['menu'][$y]['title']['ko-kr'] = '메시지';
  26. $apps[$x]['menu'][$y]['uuid'] = 'b2f6a2e0-cf25-4bd5-8079-6385f6871047';
  27. $apps[$x]['menu'][$y]['parent_uuid'] = 'fd29e39c-c936-f5fc-8e2b-611681b266b5';
  28. $apps[$x]['menu'][$y]['category'] = 'internal';
  29. $apps[$x]['menu'][$y]['path'] = '/app/messages/messages.php';
  30. $apps[$x]['menu'][$y]['groups'][] = 'superadmin';
  31. $y++;
  32. $apps[$x]['menu'][$y]['title']['en-us'] = 'Message Summary';
  33. $apps[$x]['menu'][$y]['title']['en-gb'] = 'Message Summary';
  34. $apps[$x]['menu'][$y]['title']['ar-eg'] = 'ملخص الرسائل';
  35. $apps[$x]['menu'][$y]['title']['de-at'] = 'Nachrichtenübersicht';
  36. $apps[$x]['menu'][$y]['title']['de-ch'] = 'Nachrichtenübersicht';
  37. $apps[$x]['menu'][$y]['title']['de-de'] = 'Nachrichtenübersicht';
  38. $apps[$x]['menu'][$y]['title']['es-cl'] = 'Resumen de Mensajes';
  39. $apps[$x]['menu'][$y]['title']['es-mx'] = 'Resumen de Mensajes';
  40. $apps[$x]['menu'][$y]['title']['fr-ca'] = 'Résumé des messages';
  41. $apps[$x]['menu'][$y]['title']['fr-fr'] = 'Résumé des messages';
  42. $apps[$x]['menu'][$y]['title']['he-il'] = 'סיכום הודעות';
  43. $apps[$x]['menu'][$y]['title']['it-it'] = 'Riepilogo Messaggi';
  44. $apps[$x]['menu'][$y]['title']['nl-nl'] = 'Berichten Samenvatting';
  45. $apps[$x]['menu'][$y]['title']['pl-pl'] = 'Podsumowanie Wiadomości';
  46. $apps[$x]['menu'][$y]['title']['pt-br'] = 'Resumo das Mensagens';
  47. $apps[$x]['menu'][$y]['title']['pt-pt'] = 'Resumo das Mensagens';
  48. $apps[$x]['menu'][$y]['title']['ro-ro'] = 'Sumar Mesaje';
  49. $apps[$x]['menu'][$y]['title']['ru-ru'] = 'Сводка сообщений';
  50. $apps[$x]['menu'][$y]['title']['uk-ua'] = 'Резюме повідомлень';
  51. $apps[$x]['menu'][$y]['title']['sv-se'] = 'Sammanfattning av meddelanden';
  52. $apps[$x]['menu'][$y]['title']['zh-cn'] = '消息摘要';
  53. $apps[$x]['menu'][$y]['title']['ja-jp'] = 'メッセージ概要';
  54. $apps[$x]['menu'][$y]['title']['ko-kr'] = '메시지 요약';
  55. $apps[$x]['menu'][$y]['uuid'] = '01d05576-739c-495f-84bb-662c5f755120';
  56. $apps[$x]['menu'][$y]['parent_uuid'] = '0438b504-8613-7887-c420-c837ffb20cb1';
  57. $apps[$x]['menu'][$y]['category'] = 'internal';
  58. $apps[$x]['menu'][$y]['path'] = '/app/messages/message_summary.php';
  59. $apps[$x]['menu'][$y]['groups'][] = 'superadmin';
  60. $apps[$x]['menu'][$y]['groups'][] = 'admin';
  61. $y++;
  62. ?>