server/apps/files_encryption/l10n/de.php

8 lines
391 B
PHP
Raw Normal View History

2012-08-13 21:19:31 +00:00
<?php $TRANSLATIONS = array(
"Encryption" => "Verschlüsselung",
2013-02-13 23:06:51 +00: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-22 23:06:18 +00:00
"None" => "Keine"
2012-08-13 21:19:31 +00:00
);