7 lines
257 B
PHP
7 lines
257 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Encryption" => "Verschlüsselung",
|
||
|
"Exclude the following file types from encryption" => "Die folgenden Dateitypen von der Verschlüsselung ausnehmen",
|
||
|
"None" => "Keine",
|
||
|
"Enable Encryption" => "Verschlüsselung aktivieren"
|
||
|
);
|