nextcloud/apps/files_encryption/l10n/de.php

7 lines
257 B
PHP
Raw Normal View History

2012-10-16 19:57:07 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "Verschlüsselung",
"Exclude the following file types from encryption" => "Die folgenden Dateitypen von der Verschlüsselung ausnehmen",
"None" => "Keine",
"Enable Encryption" => "Verschlüsselung aktivieren"
);