Files
fusionpbx/app/voicemails/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

20 lines
977 B
PHP

<?php
$apps[$x]['menu'][0]['title']['en-us'] = "Voicemail";
$apps[$x]['menu'][0]['title']['fr-fr'] = "Messagerie Vocale";
$apps[$x]['menu'][0]['title']['pl'] = "Poczta głosowa";
$apps[$x]['menu'][0]['title']['pt-br'] = "Correio de voz";
$apps[$x]['menu'][0]['title']['ru-ru'] = "Голосовая почта";
$apps[$x]['menu'][0]['title']['sv-se'] = "Röstbrevlåda";
$apps[$x]['menu'][0]['title']['uk'] = "Голосова пошта";
$apps[$x]['menu'][0]['title']['de-de'] = "Sprachnachrichten";
$apps[$x]['menu'][0]['title']['de-at'] = "Sprachnachrichten";
$apps[$x]['menu'][0]['title']['he'] = "תא קולי";
$apps[$x]['menu'][0]['uuid'] = "0347f82a-62a0-49d0-bacd-511d080c46d5";
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
$apps[$x]['menu'][0]['category'] = "internal";
$apps[$x]['menu'][0]['path'] = "/app/voicemails/voicemails.php";
$apps[$x]['menu'][0]['groups'][] = "superadmin";
$apps[$x]['menu'][0]['groups'][] = "admin";
?>