17 lines
800 B
PHP
17 lines
800 B
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Notifications";
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Notificaciones";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Notifications";
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = "Notifications";
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Powiadomienia";
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Сповіщення";
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Meddelanden";
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Benachrichtigungen";
|
|
$apps[$x]['menu'][0]['uuid'] = "f8d65f91-0f4a-405a-b5ac-24cb3c4f10ba";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/core/notifications/notification_edit.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
?>
|