From f339fe8b64d7c108ebff515e4d346339aa265568 Mon Sep 17 00:00:00 2001 From: noci2012 Date: Fri, 15 Nov 2019 17:28:58 +0100 Subject: [PATCH] Add nl-nl items (#4863) --- app/adminer/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/adminer/app_config.php b/app/adminer/app_config.php index b7e8ea04d9..c915988f5f 100644 --- a/app/adminer/app_config.php +++ b/app/adminer/app_config.php @@ -19,7 +19,7 @@ $apps[$x]['description']['fr-fr'] = "Adminer (précédemment phpMinAdmin) est un outil gestion de base de données complet écrite en php. Adminer est disponible pour MySQL, PostgreSQL, SQLite, MS SQL et Oracle."; $apps[$x]['description']['he-il'] = ""; $apps[$x]['description']['it-it'] = ""; - $apps[$x]['description']['nl-nl'] = ""; + $apps[$x]['description']['nl-nl'] = "Adminer ( voorheen phpMinAdmin) is een compleet database management gereedschap geschreven in PHP. Adminer werkt samen met MySQL, PostgreSQL, SQLite, MS SQL en Oracle RDBMS."; $apps[$x]['description']['pl-pl'] = ""; $apps[$x]['description']['pt-br'] = ""; $apps[$x]['description']['pt-pt'] = "Adminer (anteriormente phpMinAdmin) é uma ferramenta completa para gestão de bases de dados escrita em PHP. O Adminer está disponível para MySQL, PostgreSQL, SQLite, MS SQL e Oracle."; @@ -43,4 +43,4 @@ $apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false"; $apps[$x]['default_settings'][$y]['default_setting_description'] = "Set whether to auto-login to Adminer, or require a username and password."; -?> \ No newline at end of file +?>