2015-04-08 15:38:58 +02:00
|
|
|
|
<?php
|
2023-05-03 04:30:13 +02:00
|
|
|
|
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$y=0;
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Call Detail Records";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Call Detail Records";
|
2023-05-09 19:39:02 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "سجلات تفاصيل المكالمات";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Meine Gespräche";
|
2024-01-31 00:17:24 +01:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-ch'] = "Meine Gespräche";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Meine Gespräche";
|
2024-01-31 00:17:24 +01:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['el-gr'] = "Αρχεία λεπτομερειών κλήσεων";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Registro de detalle de llamada";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Call Detail Records";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Call Detail Records";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Historiques Appels";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "קרא רשומות מפורטות";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Dettaglio Chiamate";
|
2024-08-28 17:59:02 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "ზარის დეტალები";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreks data (CDR)";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Wykaz rozmów";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Detalhes das gravações de voz";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Detalhes das Gravações de Voz";
|
2023-05-09 19:39:02 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Înregistrări de detalii apel";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Детализация вызовов";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Detaljerad Samtalsinformation";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Деталізація дзвінків";
|
2024-01-31 00:17:24 +01:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['tr-tr'] = "Çağrı Detay Kayıtları";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "通话详情记录";
|
2023-05-11 02:20:44 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "通話詳細記録";
|
2023-05-09 19:39:02 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "통화 내역 기록";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['uuid'] = "8f80e71a-31a5-6432-47a0-7f5a7b271f05";
|
|
|
|
|
|
$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/xml_cdr/xml_cdr.php";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "user";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
|
|
|
$y++;
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "CDR Statistics";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "CDR Statistics";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "CDR الإحصاءات";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Anruf Statistik";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Anruf Statistik";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Statistics CDR";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "CDR Estadísticas";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "CDR Statistiques";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Statistiques CDR";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "CDR סטטיסטיקות";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Statistiche Chiamate";
|
2024-09-02 17:00:55 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "CDR სტატისტიკა";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Gespreks statistiek";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Statystyki wykazu rozmów";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Estatisticas do CDR";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Statistics CDR";
|
2023-05-11 02:20:44 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Statistica CDR";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Статистика CDR";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "CDR Statistik";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Статистика";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "CDR 统计";
|
2023-05-11 02:20:44 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "CDR 統計";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "CDR 통계";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['uuid'] = "032887d2-2315-4e10-b3a2-8989f719c80c";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['icon'] = "";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_statistics.php";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
|
|
|
$y++;
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-us'] = "Extension Summary";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['en-gb'] = "Extension Summary";
|
2023-05-11 02:20:44 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ar-eg'] = "ملخص التمديد";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-at'] = "Nebenstellen Statistik";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['de-de'] = "Nebenstellen Statistik";
|
2023-05-11 02:20:44 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-cl'] = "Resumen de extensión";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['es-mx'] = "Resumen de extensión";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-ca'] = "Résumé de l'Extension";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Résumé de l'Extension";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['he-il'] = "סיכום שלוחות";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['it-it'] = "Riassunto Interni";
|
2024-09-02 17:00:55 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ka-ge'] = "გაფართოების მიმოხილვა";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Toestel samenvatting";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pl-pl'] = "Podsumowanie numerów wewnętrznych";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-br'] = "Extensão do sumário";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Extension Summary";
|
2023-05-11 02:20:44 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ro-ro'] = "Rezumatul extensiei";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ru-ru'] = "Общая по внутренним номерам";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['sv-se'] = "Anknytnings Summering";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['title']['uk-ua'] = "Розширення резюме";
|
2023-05-11 02:20:44 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['zh-cn'] = "扩展摘要";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ja-jp'] = "拡張機能の概要";
|
2023-05-11 02:20:44 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['title']['ko-kr'] = "확장 요약";
|
2023-05-03 06:05:16 +02:00
|
|
|
|
$apps[$x]['menu'][$y]['uuid'] = "4e45a3c1-6db5-417f-9abb-1d30a4fd0bf2";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['parent_uuid'] = "0438b504-8613-7887-c420-c837ffb20cb1";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['category'] = "internal";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['icon'] = "";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['path'] = "/app/xml_cdr/xml_cdr_extension_summary.php";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['order'] = "";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "admin";
|
|
|
|
|
|
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
|
|
|
|
|
|
$y++;
|
2015-04-08 15:38:58 +02:00
|
|
|
|
|
2019-11-19 19:15:42 +01:00
|
|
|
|
?>
|