2015-04-08 15:38:58 +02:00
|
|
|
<?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";
|
2015-06-30 00:30:02 +02:00
|
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Benachrichtigungen";
|
2015-04-08 15:38:58 +02:00
|
|
|
$apps[$x]['menu'][0]['uuid'] = "f8d65f91-0f4a-405a-b5ac-24cb3c4f10ba";
|
2015-04-25 08:29:45 +02:00
|
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "594d99c5-6128-9c88-ca35-4b33392cec0f";
|
2015-04-08 15:38:58 +02:00
|
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][0]['path'] = "/core/notifications/notification_edit.php";
|
|
|
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
|
|
|
|
2014-12-26 04:27:54 +01:00
|
|
|
?>
|