mirror of
https://github.com/vrana/adminer.git
synced 2025-08-31 18:11:52 +02:00
Update German translation
Thanks to @odysseuscm (8de7d61da8 (commitcomment-151238844)
)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
$translations = array(
|
$translations = array(
|
||||||
'Home' => null,
|
'Home' => 'Startseite',
|
||||||
'Login' => 'Login',
|
'Login' => 'Login',
|
||||||
'Logout successful.' => 'Abmeldung erfolgreich.',
|
'Logout successful.' => 'Abmeldung erfolgreich.',
|
||||||
'Invalid server or credentials.' => 'Ungültige Server oder Anmelde-Informationen.',
|
'Invalid server or credentials.' => 'Ungültige Server oder Anmelde-Informationen.',
|
||||||
@@ -303,17 +303,17 @@ $translations = array(
|
|||||||
'Database does not support password.' => 'Die Datenbank unterstützt kein Passwort.',
|
'Database does not support password.' => 'Die Datenbank unterstützt kein Passwort.',
|
||||||
'Disable %s or enable %s or %s extensions.' => 'Deaktivieren Sie %s oder aktivieren Sie die Erweiterungen %s oder %s.',
|
'Disable %s or enable %s or %s extensions.' => 'Deaktivieren Sie %s oder aktivieren Sie die Erweiterungen %s oder %s.',
|
||||||
|
|
||||||
'Columns' => null,
|
'Columns' => 'Spalten',
|
||||||
'Nullable' => null,
|
'Nullable' => 'Nullbar',
|
||||||
'Default' => null,
|
'Default' => 'Standard',
|
||||||
'Yes' => 'Ja',
|
'Yes' => 'Ja',
|
||||||
'No' => 'Nein',
|
'No' => 'Nein',
|
||||||
'One Time Password' => null,
|
'One Time Password' => 'Einmal-Passwort',
|
||||||
'Invalid OTP code.' => null,
|
'Invalid OTP code.' => 'Ungültiger OTP-Code.',
|
||||||
|
|
||||||
'Schemas' => null,
|
'Schemas' => 'Schemata',
|
||||||
'No schemas.' => null,
|
'No schemas.' => 'Keine Schemata.',
|
||||||
'Show schema' => null,
|
'Show schema' => 'Zeige Schemata',
|
||||||
'No driver' => null,
|
'No driver' => 'Kein Treiber',
|
||||||
'Database driver not found.' => null,
|
'Database driver not found.' => 'Datenbanktreiber nicht gefunden.',
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user