1
0

ca.js 1019 B

1234567891011121314151617181920212223
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Escriu en un nou comentari...",
  5. "Delete comment" : "Esborrar comentari",
  6. "Post" : "Publica",
  7. "Cancel" : "Cancel·la",
  8. "Edit comment" : "Editar comentari",
  9. "[Deleted user]" : "[usuari Esborrat]",
  10. "Comments" : "Comentaris",
  11. "No other comments available" : "No hi han altres comentaris disponibles",
  12. "More comments..." : "Més comentaris",
  13. "Save" : "Desa",
  14. "Allowed characters {count} of {max}" : "caracters Permessos {count} de {max}",
  15. "{count} unread comments" : "{count} comentaris no llegits",
  16. "Comment" : "Comentari",
  17. "<strong>Comments</strong> for files <em>(always listed in stream)</em>" : "<strong>Comentaris</strong> per arxius <em>(sempre llistat en corrent)",
  18. "You commented" : "Has comentat",
  19. "%1$s commented" : "%1$s comentat",
  20. "You commented on %2$s" : "Has comentat a %2$s",
  21. "%1$s commented on %2$s" : "%1$s ha comentat a %2$s"
  22. },
  23. "nplurals=2; plural=(n != 1);");