diff --git a/adminer/lang/de.inc.php b/adminer/lang/de.inc.php index 3567663b..27d95e67 100644 --- a/adminer/lang/de.inc.php +++ b/adminer/lang/de.inc.php @@ -308,6 +308,9 @@ Lang::$translations = array( 'Alter check' => 'Check ändern', 'Create check' => 'Check erstellen', 'Checks' => 'Checks', + 'Loaded plugins' => 'Geladene Plugins', + '%s must return an array.' => '%s muss ein Array zurückgeben.', + 'Configure %s in %s.' => 'Konfigure %s mit %s.', ); // run `php ../../lang.php de` to update this file