2013-08-09 16:06:31 +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",
|
2013-08-01 09:57:04 +04:00
|
|
|
|
"Sorry, this link doesn’t seem to work anymore." => "Desculpe, este link parece não mais funcionar.",
|
|
|
|
|
"Reasons might be:" => "As razões podem ser:",
|
|
|
|
|
"the item was removed" => "o item foi removido",
|
|
|
|
|
"the link expired" => "o link expirou",
|
|
|
|
|
"sharing is disabled" => "compartilhamento está desativada",
|
|
|
|
|
"For more info, please ask the person who sent this link." => "Para mais informações, por favor, pergunte a pessoa que enviou este link.",
|
2012-09-24 04:04:10 +04:00
|
|
|
|
"%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
|
|
|
|
);
|
2013-08-09 16:06:31 +04:00
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|