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_PT.php 1.0KB

12345678910111213141516171819202122
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Shared with you" => "Partilhado consigo ",
  4. "Shared with others" => "Partilhado com outros",
  5. "Shared by {owner}" => "Partilhado por {owner}",
  6. "Shared by" => "Partilhado por",
  7. "This share is password-protected" => "Esta partilha está protegida por palavra-chave",
  8. "The password is wrong. Try again." => "Password errada, por favor tente de novo",
  9. "Password" => "Palavra-passe",
  10. "Name" => "Nome",
  11. "Share time" => "Partilhar hora",
  12. "Sorry, this link doesn’t seem to work anymore." => "Desculpe, mas este link parece não estar a funcionar.",
  13. "Reasons might be:" => "As razões poderão ser:",
  14. "the item was removed" => "O item foi removido",
  15. "the link expired" => "O link expirou",
  16. "sharing is disabled" => "A partilha está desativada",
  17. "For more info, please ask the person who sent this link." => "Para mais informações, por favor questione a pessoa que lhe enviou este link",
  18. "Download" => "Transferir",
  19. "Download %s" => "Download %s",
  20. "Direct link" => "Link direto"
  21. );
  22. $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";