nextcloud/apps/files_encryption/l10n/de_DE.php

8 lines
388 B
PHP
Raw Normal View History

2012-10-17 01:39:13 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Verschlüsselung",
2013-02-08 03:13:16 +04:00
"File encryption is enabled." => "Datei-Verschlüsselung ist aktiviert",
2013-02-17 03:26:17 +04:00
"The following file types will not be encrypted:" => "Die folgenden Dateitypen werden nicht verschlüsselt:",
"Exclude the following file types from encryption:" => "Die folgenden Dateitypen von der Verschlüsselung ausnehmen:",
2013-01-23 03:06:18 +04:00
"None" => "Keine"
2012-10-17 01:39:13 +04:00
);