diff --git a/adminer/lang/de.inc.php b/adminer/lang/de.inc.php index 8efaded8..d889c4d6 100644 --- a/adminer/lang/de.inc.php +++ b/adminer/lang/de.inc.php @@ -306,6 +306,7 @@ Lang::$translations = array( 'Loaded plugins' => 'Geladene Plugins', '%s must return an array.' => '%s muss ein Array zurückgeben.', 'Configure %s in %s.' => 'Konfigure %s mit %s.', + 'screenshot' => 'Screenshot', ); // run `php ../../lang.php de` to update this file diff --git a/plugins/backward-keys.php b/plugins/backward-keys.php index 72f11481..f7767d3a 100644 --- a/plugins/backward-keys.php +++ b/plugins/backward-keys.php @@ -58,6 +58,7 @@ ORDER BY ORDINAL_POSITION", null, "") as $row protected $translations = array( 'cs' => array('' => 'Zobrazí odkazy na tabulky odkazující aktuální řádek, stejně jako Adminer Editor'), + 'de' => array('' => 'Links zu Tabellen anzeigen die auf die aktuelle Zeile verweisen, wie im Adminer Editor'), 'ja' => array('' => 'Adminer Editor と同様に、カレント行を参照しているテーブルへのリンクを表示'), ); } diff --git a/plugins/before-unload.php b/plugins/before-unload.php index e07e5961..3a309868 100644 --- a/plugins/before-unload.php +++ b/plugins/before-unload.php @@ -33,6 +33,7 @@ onbeforeunload = () => editChanged; protected $translations = array( 'cs' => array('' => 'Zobrazí potvrzení před odnahráním stránky, pokud bylo změněno formulářové políčko'), + 'de' => array('' => 'Zeigt eine Bestätigung an bevor die Seite neu geladen wird, wenn ein Formularfeld geändert wurde'), 'ja' => array('' => 'フォームの列が変更された時、ページを再読込みする前に確認を表示'), ); } diff --git a/plugins/codemirror.php b/plugins/codemirror.php index 3096a65b..e0802ee4 100644 --- a/plugins/codemirror.php +++ b/plugins/codemirror.php @@ -104,6 +104,7 @@ addEventListener('DOMContentLoaded', () => { protected $translations = array( 'cs' => array('' => 'Použít CodeMirror 5 pro zvýrazňování syntaxe a