You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pt_BR.php 1.4KB

1234567891011121314151617181920212223242526
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared with you" => "Compartilhado com você",
  4. "Shared with others" => "Compartilhados com outros",
  5. "Shared by link" => "Compartilhado por link",
  6. "No files have been shared with you yet." => "Nenhum arquivo ainda foi compartilhado com você.",
  7. "You haven't shared any files yet." => "Você ainda não compartilhou nenhum arquivo.",
  8. "You haven't shared any files by link yet." => "Você ainda não compartilhou nenhum arquivo por link.",
  9. "Shared by {owner}" => "Compartilhado por {owner}",
  10. "Shared by" => "Compartilhada por",
  11. "This share is password-protected" => "Este compartilhamento esta protegido por senha",
  12. "The password is wrong. Try again." => "Senha incorreta. Tente novamente.",
  13. "Password" => "Senha",
  14. "Name" => "Nome",
  15. "Share time" => "Tempo de compartilhamento",
  16. "Sorry, this link doesn’t seem to work anymore." => "Desculpe, este link parece não mais funcionar.",
  17. "Reasons might be:" => "As razões podem ser:",
  18. "the item was removed" => "o item foi removido",
  19. "the link expired" => "o link expirou",
  20. "sharing is disabled" => "compartilhamento está desativada",
  21. "For more info, please ask the person who sent this link." => "Para mais informações, por favor, pergunte a pessoa que enviou este link.",
  22. "Download" => "Baixar",
  23. "Download %s" => "Baixar %s",
  24. "Direct link" => "Link direto"
  25. );
  26. $PLURAL_FORMS = "nplurals=2; plural=(n > 1);";