2012-10-16 21:39:13 +00:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Verschlüsselung",
|
|
|
|
"Exclude the following file types from encryption" => "Die folgenden Dateitypen von der Verschlüsselung ausnehmen",
|
2013-01-22 23:06:18 +00:00
|
|
|
"None" => "Keine"
|
2012-10-16 21:39:13 +00:00
|
|
|
);
|