ia.js 1.0 KB

1234567891011121314151617181920
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Commentarios",
  5. "You commented" : "Tu commentava",
  6. "%1$s commented" : "%1$s commentava",
  7. "{author} commented" : "{author} commentava",
  8. "You commented on %1$s" : "Tu commentava in %1$s",
  9. "You commented on {file}" : "Tu commentava in {file}",
  10. "%1$s commented on %2$s" : "%1$s commentava in %2$s",
  11. "{author} commented on {file}" : "{author} commentava in {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Commentarios</strong> pro files",
  13. "Edit comment" : "Modificar commentario",
  14. "Delete comment" : "Deler commentario",
  15. "No comments yet, start the conversation!" : "Il ha nulle commentarios ancora, initia le conversation!",
  16. "_%n unread comment_::_%n unread comments_" : ["%n commentario non legite","%n commentarios non legite"],
  17. "Comment" : "Commentario",
  18. "{user} mentioned you in a comment on “{file}”" : "{user} mentionava tu in un commentario in “{file}”"
  19. },
  20. "nplurals=2; plural=(n != 1);");