4 lines
89 B
PHP
4 lines
89 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Saving..." => "Guardando...",
|
|
"Encryption" => "Cifrado"
|
|
);
|