diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-26 02:03:54 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-05-26 02:03:54 +0200 |
commit | 0c621ff6a93fe1b34c77257d83fd344489f59bab (patch) | |
tree | ad145413625da70e2c5fadb9e87f626e2c5fffba /apps/files_encryption/l10n/de_DE.php | |
parent | dbb6a10364fb87989cb13f704887782a1531e16b (diff) | |
download | nextcloud-server-0c621ff6a93fe1b34c77257d83fd344489f59bab.tar.gz nextcloud-server-0c621ff6a93fe1b34c77257d83fd344489f59bab.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_encryption/l10n/de_DE.php')
-rw-r--r-- | apps/files_encryption/l10n/de_DE.php | 8 |
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" ); |