diff --git a/app/xml_cdr/app_config.php b/app/xml_cdr/app_config.php index 306d651dad..98258308c3 100644 --- a/app/xml_cdr/app_config.php +++ b/app/xml_cdr/app_config.php @@ -19,7 +19,7 @@ $apps[$x]['description']['fr-fr'] = "Historique des Appels complets."; $apps[$x]['description']['he-il'] = ""; $apps[$x]['description']['it-it'] = ""; - $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['nl-nl'] = "Gespreks data (CDR) met alle informatie over het gesprek."; $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; $apps[$x]['description']['pt-pt'] = "Detalhes das Gravações de Voz com todas as informações sobre a chamada."; diff --git a/app/xml_cdr/app_menu.php b/app/xml_cdr/app_menu.php index 58ae09bbfa..e12622023d 100644 --- a/app/xml_cdr/app_menu.php +++ b/app/xml_cdr/app_menu.php @@ -10,7 +10,7 @@ $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"; - $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; + $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"; @@ -36,7 +36,7 @@ $apps[$x]['menu'][$y]['title']['fr-fr'] = "Statistiques CDR"; $apps[$x]['menu'][$y]['title']['he-il'] = ""; $apps[$x]['menu'][$y]['title']['it-it'] = "Statistiche Chiamate"; - $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; + $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"; @@ -62,7 +62,7 @@ $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"; - $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; + $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"; @@ -77,4 +77,4 @@ $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; -?> \ No newline at end of file +?>