Add nl-nl items (#4863)

This commit is contained in:
noci2012 2019-11-15 17:28:58 +01:00 committed by FusionPBX
parent 49799bc800
commit f339fe8b64
1 changed files with 2 additions and 2 deletions

View File

@ -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.";
?>
?>