Files
fusionpbx/core/notifications/app_menu.php
The-Operator 32c1522cbb Add/Update German and Austrian translations (#2542)
Updated remaining app_languages.php files and all app_config.php and app_menu.php files where necessary.
2017-04-26 23:41:55 -06:00

19 lines
930 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']['ru-ru'] = "Уведомления";
$apps[$x]['menu'][0]['title']['uk'] = "Сповіщення";
$apps[$x]['menu'][0]['title']['sv-se'] = "Meddelanden";
$apps[$x]['menu'][0]['title']['de-de'] = "Benachrichtigungen";
$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";
?>