nextcloud/apps/files_encryption/l10n/de.php

7 lines
257 B
PHP

<?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"
);