4 lines
86 B
PHP
4 lines
86 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Verschlüsselung",
|
|
"None" => "Keine"
|
|
);
|