pt_BR.php 1.0 KB

123456789101112131415161718192021
  1. <?php
  2. $TRANSLATIONS = array(
  3. "This share is password-protected" => "Este compartilhamento esta protegido por senha",
  4. "The password is wrong. Try again." => "Senha incorreta. Tente novamente.",
  5. "Password" => "Senha",
  6. "Sorry, this link doesn’t seem to work anymore." => "Desculpe, este link parece não mais funcionar.",
  7. "Reasons might be:" => "As razões podem ser:",
  8. "the item was removed" => "o item foi removido",
  9. "the link expired" => "o link expirou",
  10. "sharing is disabled" => "compartilhamento está desativada",
  11. "For more info, please ask the person who sent this link." => "Para mais informações, por favor, pergunte a pessoa que enviou este link.",
  12. "%s shared the folder %s with you" => "%s compartilhou a pasta %s com você",
  13. "%s shared the file %s with you" => "%s compartilhou o arquivo %s com você",
  14. "Download" => "Baixar",
  15. "Upload" => "Upload",
  16. "Cancel upload" => "Cancelar upload",
  17. "No preview available for" => "Nenhuma visualização disponível para",
  18. "Direct link" => "Link direto"
  19. );
  20. $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";