From bc273cd90738547ee4bacc3a409fa3d8f7307c7d Mon Sep 17 00:00:00 2001 From: noci2012 Date: Fri, 15 Nov 2019 17:27:56 +0100 Subject: [PATCH] add nl-nl items (#4867) --- app/call_block/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_block/app_config.php b/app/call_block/app_config.php index 487c907211..17339f05ce 100644 --- a/app/call_block/app_config.php +++ b/app/call_block/app_config.php @@ -19,7 +19,7 @@ $apps[$x]['description']['fr-fr'] = "Outil pour bloquer des numéros d'appelant."; $apps[$x]['description']['he-il'] = ""; $apps[$x]['description']['it-it'] = ""; - $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['nl-nl'] = "Greedschap om inkomende oproepen te blokkeren."; $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = "Uma ferramenta para bloquear números que entram."; $apps[$x]['description']['pt-pt'] = "Uma ferramenta para bloquear números indesejados";