nextcloud/apps/files_encryption/l10n/de_DE.php

10 lines
798 B
PHP
Raw Normal View History

2012-10-17 01:39:13 +04:00
<?php $TRANSLATIONS = array(
2013-01-30 03:25:41 +04:00
"Please switch to your ownCloud client and change your encryption password to complete the conversion." => "Bitte wechseln Sie nun zum ownCloud Client und ändern Sie ihr Verschlüsselungspasswort um die Konvertierung abzuschließen.",
"switched to client side encryption" => "Zur Clientseitigen Verschlüsselung gewechselt",
"Change encryption password to login password" => "Ändern des Verschlüsselungspasswortes zum Anmeldepasswort",
"Please check your passwords and try again." => "Bitte überprüfen sie Ihr Passwort und versuchen Sie es erneut.",
"Could not change your file encryption password to your login password" => "Ihr Verschlüsselungspasswort konnte nicht als Anmeldepasswort gesetzt werden.",
2012-10-17 01:39:13 +04:00
"Encryption" => "Verschlüsselung",
2013-01-23 03:06:18 +04:00
"None" => "Keine"
2012-10-17 01:39:13 +04:00
);