blob: 34c596dc4bbbea458d3fb660354638ac8000b91a (
plain)
1
2
3
4
5
|
<?php $TRANSLATIONS = array(
"Encryption" => "Verschlüsselung",
"Exclude the following file types from encryption" => "Die folgenden Dateitypen von der Verschlüsselung ausnehmen",
"None" => "Keine"
);
|