2017-09-14 20:08:16 +02:00
|
|
|
<?php
|
|
|
|
|
|
2023-05-03 06:05:16 +02:00
|
|
|
$y=0;
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Recordings";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Recordings";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "تسجيلات المكالمات";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Anrufaufnahmen";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "Anrufaufnahmen";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Anrufaufnahmen";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['el-gr'] = "Ηχογραφήσεις κλήσεων";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Grabación de llamadas";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Grabación de llamadas";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Enregistrements d'appels";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Enregistrements d'appels";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "הקלטות שיחות";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Registrazioni delle chiamate";
|
2024-08-29 09:57:18 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ზარის ჩანაწერები";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreksopnamen";
|
2023-05-09 19:39:02 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Nagrania Rozmów";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Gravações de chamadas";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Gravações de chamadas";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Înregistrări de apeluri";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Записи звонков";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Samtalsinspelningar";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Запис дзвінків";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "通话录音";
|
2023-05-03 06:05:16 +02:00
|
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "コール録音";
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "통화 녹음";
|
|
|
|
|
$apps[$x]['menu'][$y]['uuid'] = "d5b7bd0e-5e56-4d87-b2d5-7d7b2f7307ef";
|
|
|
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "fd29e39c-c936-f5fc-8e2b-611681b266b5";
|
|
|
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
|
|
|
|
$apps[$x]['menu'][$y]['icon'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['path'] = "/app/call_recordings/call_recordings.php";
|
|
|
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
|
|
$y++;
|
2017-09-14 20:08:16 +02:00
|
|
|
|
2019-01-29 23:55:14 +01:00
|
|
|
?>
|