7 lines
182 B
PHP
7 lines
182 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Password" => "Contrasigno",
|
||
|
"Submit" => "Submitter",
|
||
|
"Download" => "Discargar",
|
||
|
"web services under your control" => "servicios web sub tu controlo"
|
||
|
);
|