summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/l10n/de_DE.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_encryption/l10n/de_DE.php')
-rw-r--r--apps/files_encryption/l10n/de_DE.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/files_encryption/l10n/de_DE.php b/apps/files_encryption/l10n/de_DE.php
index e62f244539c..5ab283ccab3 100644
--- a/apps/files_encryption/l10n/de_DE.php
+++ b/apps/files_encryption/l10n/de_DE.php
@@ -1,3 +1,9 @@
<?php $TRANSLATIONS = array(
-"Encryption" => "Verschlüsselung"
+"Password successfully changed." => "Das Passwort wurde erfolgreich geändert.",
+"Could not change the password. Maybe the old password was not correct." => "Das Passwort konnte nicht geändert werden. Vielleicht war das alte Passwort nicht richtig.",
+"Saving..." => "Speichern...",
+"Encryption" => "Verschlüsselung",
+"Enabled" => "Aktiviert",
+"Disabled" => "Deaktiviert",
+"Change Password" => "Passwort ändern"
);