mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-10 21:24:58 +00:00
21 lines
964 B
PHP
21 lines
964 B
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']['es-mx'] = "";
|
|
$apps[$x]['menu'][0]['title']['de-de'] = "";
|
|
$apps[$x]['menu'][0]['title']['de-ch'] = "";
|
|
$apps[$x]['menu'][0]['title']['de-at'] = "";
|
|
$apps[$x]['menu'][0]['title']['fr-fr'] = "Musique de Garde";
|
|
$apps[$x]['menu'][0]['title']['fr-ca'] = "";
|
|
$apps[$x]['menu'][0]['title']['fr-ch'] = "";
|
|
$apps[$x]['menu'][0]['title']['pt-pt'] = "Musica em Espera";
|
|
$apps[$x]['menu'][0]['title']['pt-br'] = "";
|
|
$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";
|
|
|
|
?>
|