4 lines
76 B
PHP
4 lines
76 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Cifrado",
|
|
"None" => "Nada"
|
|
);
|