2012-10-17 01:39:13 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
|
|
|
"Encryption" => "Verschlüsselung",
|
2013-02-08 03:13:16 +04:00
|
|
|
"File encryption is enabled." => "Datei-Verschlüsselung ist aktiviert",
|
|
|
|
"The following file types will not be encrypted:" => "Die folgenden Datei-Typen werden nicht verschlüsselt:",
|
|
|
|
"Exclude the following file types from encryption:" => "Die folgenden Datei-Typen von der Verschlüsselung ausnehmen:",
|
2013-01-23 03:06:18 +04:00
|
|
|
"None" => "Keine"
|
2012-10-17 01:39:13 +04:00
|
|
|
);
|