7 lines
176 B
PHP
7 lines
176 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Senhal",
|
|
"Submit" => "Sosmetre",
|
|
"Download" => "Avalcarga",
|
|
"Upload" => "Amontcarga",
|
|
"Cancel upload" => " Anulla l'amontcargar"
|
|
);
|