2015-04-08 15:38:58 +02:00
|
|
|
<?php
|
|
|
|
|
|
2017-06-02 20:17:50 +02:00
|
|
|
$y=0;
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Music on Hold";
|
2020-03-20 21:47:13 +01:00
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Music on Hold";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Wartemusik";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Wartemusik";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Música en espera";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Musique d'attente";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "מוסיקה בהמתנה";
|
2017-09-21 17:06:26 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Musica d'attesa";
|
2019-11-23 01:37:36 +01:00
|
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Wachtmuziek";
|
2017-06-02 20:17:50 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Muzyka na czekanie";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Música de espera";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Musica em Espera";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Музыка на удержании";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Väntmusik";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Музика на утриманні";
|
|
|
|
|
$apps[$x]['menu'][$y]['uuid'] = "1cd1d6cb-912d-db32-56c3-e0d5699feb9d";
|
|
|
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
|
|
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][$y]['path'] = "/app/music_on_hold/music_on_hold.php";
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
2015-04-08 15:38:58 +02:00
|
|
|
|
2019-01-29 23:50:00 +01:00
|
|
|
?>
|