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.js 1.0KB

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Escreva um novo comentário...",
  5. "Delete comment" : "Eliminar comentário",
  6. "Post" : "Publicar",
  7. "Cancel" : "Cancelar",
  8. "Edit comment" : "Editar comentário",
  9. "[Deleted user]" : "[Utilizador eliminado]",
  10. "Comments" : "Comentários",
  11. "No other comments available" : "Nenhum outro comentário disponível",
  12. "More comments..." : "Mais comentários...",
  13. "Save" : "Guardar",
  14. "Allowed characters {count} of {max}" : "{count} de {max} caracteres restantes",
  15. "{count} unread comments" : "{count} comentários não lidos",
  16. "Comment" : "Comentário",
  17. "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentários</strong> aos ficheiros <em>(listados sempre na transmissão)</em>",
  18. "You commented" : "Comentou",
  19. "%1$s commented" : "%1$s comentou",
  20. "You commented on %2$s" : "Comentou %2$s",
  21. "%1$s commented on %2$s" : "%1$s comentou %2$s"
  22. },
  23. "nplurals=2; plural=(n != 1);");