4 lines
82 B
PHP
4 lines
82 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Salaus",
|
|
"None" => "Ei mitään"
|
|
);
|