ia.js 908 B

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