4 lines
85 B
PHP
4 lines
85 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "Encriptación",
|
|
"None" => "Ninguno"
|
|
);
|