app_menu.php 1.8 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?php
  2. $y=0;
  3. $apps[$x]['menu'][$y]['title']['en-us'] = "Notifications";
  4. $apps[$x]['menu'][$y]['title']['en-gb'] = "Notifications";
  5. $apps[$x]['menu'][$y]['title']['ar-eg'] = "الإخطارات";
  6. $apps[$x]['menu'][$y]['title']['de-at'] = "Benachrichtigungen";
  7. $apps[$x]['menu'][$y]['title']['de-de'] = "Benachrichtigungen";
  8. $apps[$x]['menu'][$y]['title']['el-gr'] = "Γνωστοποιήσεις";
  9. $apps[$x]['menu'][$y]['title']['es-cl'] = "Notificaciones";
  10. $apps[$x]['menu'][$y]['title']['es-mx'] = "Notificaciones";
  11. $apps[$x]['menu'][$y]['title']['fr-ca'] = "Notifications";
  12. $apps[$x]['menu'][$y]['title']['fr-fr'] = "Notifications";
  13. $apps[$x]['menu'][$y]['title']['he-il'] = "התראות";
  14. $apps[$x]['menu'][$y]['title']['it-it'] = "Notifiche";
  15. $apps[$x]['menu'][$y]['title']['ka-ge'] = "გაფრთხილებები";
  16. $apps[$x]['menu'][$y]['title']['nl-nl'] = "Verklaringen";
  17. $apps[$x]['menu'][$y]['title']['pl-pl'] = "Powiadomienia";
  18. $apps[$x]['menu'][$y]['title']['pt-br'] = "Notificações";
  19. $apps[$x]['menu'][$y]['title']['pt-pt'] = "Notificações";
  20. $apps[$x]['menu'][$y]['title']['ro-ro'] = "Notificări";
  21. $apps[$x]['menu'][$y]['title']['ru-ru'] = "Уведомления";
  22. $apps[$x]['menu'][$y]['title']['sv-se'] = "Meddelanden";
  23. $apps[$x]['menu'][$y]['title']['uk-ua'] = "Сповіщення";
  24. $apps[$x]['menu'][$y]['title']['zh-cn'] = "通知";
  25. $apps[$x]['menu'][$y]['title']['ja-jp'] = "お知らせ";
  26. $apps[$x]['menu'][$y]['title']['ko-kr'] = "공지사항";
  27. $apps[$x]['menu'][$y]['uuid'] = "f8d65f91-0f4a-405a-b5ac-24cb3c4f10ba";
  28. $apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
  29. $apps[$x]['menu'][$y]['category'] = "internal";
  30. $apps[$x]['menu'][$y]['icon'] = "";
  31. $apps[$x]['menu'][$y]['path'] = "/core/notifications/notification_edit.php";
  32. $apps[$x]['menu'][$y]['order'] = "";
  33. $y++;
  34. ?>