2012-09-24 04:04:10 +04:00
|
|
|
<?php $TRANSLATIONS = array(
|
2013-07-06 04:08:38 +04:00
|
|
|
"The password is wrong. Try again." => "Senha incorreta. Tente novamente.",
|
2012-09-24 04:04:10 +04:00
|
|
|
"Password" => "Senha",
|
|
|
|
"Submit" => "Submeter",
|
|
|
|
"%s shared the folder %s with you" => "%s compartilhou a pasta %s com você",
|
|
|
|
"%s shared the file %s with you" => "%s compartilhou o arquivo %s com você",
|
|
|
|
"Download" => "Baixar",
|
2013-06-30 04:13:07 +04:00
|
|
|
"Upload" => "Upload",
|
|
|
|
"Cancel upload" => "Cancelar upload",
|
2013-06-14 04:52:34 +04:00
|
|
|
"No preview available for" => "Nenhuma visualização disponível para"
|
2012-09-24 04:04:10 +04:00
|
|
|
);
|