9 lines
283 B
PHP
9 lines
283 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Host" => "Anfitrião",
|
|
"Password" => "Palavra-passe",
|
|
"Group Filter" => "Filtrar por grupo",
|
|
"Port" => "Porto",
|
|
"in bytes" => "em bytes",
|
|
"in seconds. A change empties the cache." => "em segundos. Uma alteração esvazia a cache.",
|
|
"Help" => "Ajuda"
|
|
);
|