Add nl-nl items (#4862)

This commit is contained in:
noci2012
2019-11-15 17:29:08 +01:00
committed by FusionPBX
parent f339fe8b64
commit 6b264f4724

View File

@@ -12,7 +12,7 @@
$apps[$x]['menu'][$y]['title']['fr-fr'] = "Admin BDD";
$apps[$x]['menu'][$y]['title']['he-il'] = "";
$apps[$x]['menu'][$y]['title']['it-it'] = "Adminer";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "";
$apps[$x]['menu'][$y]['title']['nl-nl'] = "Adminer";
$apps[$x]['menu'][$y]['title']['pl-pl'] = "";
$apps[$x]['menu'][$y]['title']['pt-br'] = "Adminer";
$apps[$x]['menu'][$y]['title']['pt-pt'] = "Administrador";
@@ -27,4 +27,4 @@
$apps[$x]['menu'][$y]['path'] = "/app/adminer/index.php";
$apps[$x]['menu'][$y]['groups'][] = "superadmin";
?>
?>