2012-08-14 01:19:31 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Verschlüsselung",
|
2013-02-14 03:06:51 +04: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-05-01 03:38:06 +04:00
|
|
|
"None" => "Keine"
|
2012-08-14 01:19:31 +04:00
|
|
|
);
|