nextcloud/apps/files_encryption/l10n/de.php

8 lines
391 B
PHP
Raw Normal View History

2012-08-14 01:19:31 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Verschlüsselung",
2013-02-14 03:06:51 +04:00
"File encryption is enabled." => "Dateiverschlüsselung ist aktiviert",
"The following file types will not be encrypted:" => "Die folgenden Dateitypen werden nicht verschlüsselt:",
"Exclude the following file types from encryption:" => "Schließe die folgenden Dateitypen von der Verschlüsselung aus:",
2013-01-23 03:06:18 +04:00
"None" => "Keine"
2012-08-14 01:19:31 +04:00
);