From 403beb2618a7cbf078d6839f7127a8f83dc0959a Mon Sep 17 00:00:00 2001 From: noci2012 Date: Fri, 15 Nov 2019 17:28:13 +0100 Subject: [PATCH] Add nl-nl items (#4865) --- app/basic_operator_panel/app_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/basic_operator_panel/app_menu.php b/app/basic_operator_panel/app_menu.php index 15c67afd39..62f39e3f15 100644 --- a/app/basic_operator_panel/app_menu.php +++ b/app/basic_operator_panel/app_menu.php @@ -11,7 +11,7 @@ $apps[$x]['menu'][$y]['title']['fr-fr'] = "Panneau Operateur"; $apps[$x]['menu'][$y]['title']['he-il'] = "לוח מפעיל"; $apps[$x]['menu'][$y]['title']['it-it'] = "Pannello Operatore"; - $apps[$x]['menu'][$y]['title']['nl-nl'] = ""; + $apps[$x]['menu'][$y]['title']['nl-nl'] = "Bedienings paneel"; $apps[$x]['menu'][$y]['title']['pl-pl'] = "Panel operatora"; $apps[$x]['menu'][$y]['title']['pt-br'] = "Painel do operador"; $apps[$x]['menu'][$y]['title']['pt-pt'] = "";