2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
2023-05-03 06:05:16 +02:00
|
|
|
$y=0;
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Notifications";
|
2020-03-20 21:47:13 +01:00
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Notifications";
|
2023-05-02 05:02:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "الإخطارات";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Benachrichtigungen";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Benachrichtigungen";
|
2019-12-04 08:22:48 +01:00
|
|
|
$apps[$x]['menu'][$y]['title']['el-gr'] = "Γνωστοποιήσεις";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Notificaciones";
|
2023-05-02 05:02:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Notificaciones";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Notifications";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Notifications";
|
2023-08-30 22:52:32 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "התראות";
|
2017-09-21 17:06:26 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Notifiche";
|
2024-08-28 17:59:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "გაფრთხილებები";
|
2023-05-02 05:02:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Verklaringen";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Powiadomienia";
|
2023-05-02 05:02:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Notificações";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Notificações";
|
2023-08-30 22:52:32 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Notificări";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Уведомления";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Meddelanden";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Сповіщення";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "通知";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "お知らせ";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "공지사항";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['uuid'] = "f8d65f91-0f4a-405a-b5ac-24cb3c4f10ba";
|
|
|
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
|
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['icon'] = "";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['path'] = "/core/notifications/notification_edit.php";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
2023-05-02 05:02:16 +02:00
|
|
|
$y++;
|
2015-04-08 15:38:58 +02:00
|
|
|
|
2018-04-06 07:16:31 +02:00
|
|
|
?>
|