mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Updated remaining app_languages.php files and all app_config.php and app_menu.php files where necessary.
22 lines
1.1 KiB
PHP
22 lines
1.1 KiB
PHP
<?php
|
|
|
|
$apps[$x]['menu'][0]['title']['en-us'] = "Music on Hold";
|
|
$apps[$x]['menu'][0]['title']['es-cl'] = "Música en espera";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Musique d'attente";
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Musica em Espera";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "Música de espera";
|
|
$apps[$x]['menu'][0]['title']['pl'] = "Muzyka na czekanie";
|
|
$apps[$x]['menu'][0]['title']['ru-ru'] = "Музыка на удержании";
|
|
$apps[$x]['menu'][0]['title']['sv-se'] = "Väntmusik";
|
|
$apps[$x]['menu'][0]['title']['uk'] = "Музика на утриманні";
|
|
$apps[$x]['menu'][0]['title']['de-de'] = "Wartemusik";
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "Wartemusik";
|
|
$apps[$x]['menu'][0]['title']['he'] = "מוסיקה בהמתנה";
|
|
$apps[$x]['menu'][0]['uuid'] = "1cd1d6cb-912d-db32-56c3-e0d5699feb9d";
|
|
$apps[$x]['menu'][0]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
|
$apps[$x]['menu'][0]['category'] = "internal";
|
|
$apps[$x]['menu'][0]['path'] = "/app/music_on_hold/music_on_hold.php";
|
|
$apps[$x]['menu'][0]['groups'][] = "superadmin";
|
|
$apps[$x]['menu'][0]['groups'][] = "admin";
|
|
|
|
?>
|