diff options
Diffstat (limited to 'core/l10n/de.php')
-rw-r--r-- | core/l10n/de.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/de.php b/core/l10n/de.php index e808ceb2971..07634508b1b 100644 --- a/core/l10n/de.php +++ b/core/l10n/de.php @@ -1,8 +1,9 @@ <?php $TRANSLATIONS = array( +"Personal" => "Persönlich", "Users" => "Nutzer", "Apps" => "Anwendungen", +"Admin" => "Verwaltung", "Help" => "Hilfe", -"Personal" => "Persönlich", "Login failed!" => "Anmeldung fehlgeschlagen!", "remember" => "merken", "Create an <strong>admin account</strong>" => "<strong>Admin-Konto</strong> anlegen", @@ -23,5 +24,6 @@ "prev" => "Zurück", "next" => "Weiter", "You are logged out." => "Erfolgreich abgemeldet.", +"Log out" => "Abmelden", "Settings" => "Einstellungen" ); |