From 41afeb4796ca9868ea69db55decb7e4df048e5e9 Mon Sep 17 00:00:00 2001 From: noci2012 Date: Wed, 20 Nov 2019 00:30:05 +0100 Subject: [PATCH] Add nl-nl items (xml_cdr) --- app/voicemail_greetings/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/voicemail_greetings/app_config.php b/app/voicemail_greetings/app_config.php index ba5ff4782e..aadb562e9c 100644 --- a/app/voicemail_greetings/app_config.php +++ b/app/voicemail_greetings/app_config.php @@ -19,7 +19,7 @@ $apps[$x]['description']['fr-fr'] = "Accueil messagerie Vocale."; $apps[$x]['description']['he-il'] = ""; $apps[$x]['description']['it-it'] = ""; - $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['nl-nl'] = "Beheer antwoordapparaat begroetingen voor toestellen."; $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; $apps[$x]['description']['pt-pt'] = "Gestor de saudações de correio de voz para extensões."; @@ -124,4 +124,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Voicemail greeting file encoded in base64."; -?> \ No newline at end of file +?>