aboutsummaryrefslogtreecommitdiffstats
path: root/settings/l10n/de.php
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-06-23 10:58:06 +0200
committerJakob Sack <kde@jakobsack.de>2011-06-23 10:58:06 +0200
commit481b7b25e2635f66b3aba6eeb4b2100b0f1a825b (patch)
tree0a9d505c1cb58cdf37651daa298e0c1ac4e2c3e1 /settings/l10n/de.php
parent50dbc533e184cbce9bae3dd6710fbf87ab22694f (diff)
downloadnextcloud-server-481b7b25e2635f66b3aba6eeb4b2100b0f1a825b.tar.gz
nextcloud-server-481b7b25e2635f66b3aba6eeb4b2100b0f1a825b.zip
Make Jans German translation usuable
Diffstat (limited to 'settings/l10n/de.php')
-rw-r--r--settings/l10n/de.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/settings/l10n/de.php b/settings/l10n/de.php
new file mode 100644
index 00000000000..e3be20de33e
--- /dev/null
+++ b/settings/l10n/de.php
@@ -0,0 +1,19 @@
+<?php $TRANSLATIONS = array(
+"Account information" => "Konto-Information",
+"You're currently using" => "Du benutzt gerade",
+"of your" => "von deinem",
+"space" => "Speicherplatz",
+"Change Password" => "Passwort ändern",
+"Your password got changed" => "Dein Passwort wurde geändert.",
+"Old password:" => "Aktuelles Passwort:",
+"New password" => "Neues Passwort:",
+"Show new password" => "Neues Passwort anzeigen",
+"Language" => "Sprache",
+"Authentication error" => "Berechtigungsfehler",
+"You have to enter the old and the new password!" => "Du musst das aktuelle und ein neues Passwort angeben!",
+"Your old password is wrong!" => "Du hast dein aktuelles Passwort falsch eingegeben!",
+"Password changed" => "Passwort geändert",
+"Unable to change password" => "Passwort konnte nicht geändert werden",
+"Language changed" => "Sprache geändert",
+"Invalid request" => "Ungültige Anfrage"
+);