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.

ia.js 1.7KB

123456789101112131415161718192021222324252627282930
  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. "{user} mentioned you in a comment on “{file}”" : "{user} mentionava tu in un commentario in “{file}”",
  14. "Edit comment" : "Modificar commentario",
  15. "Delete comment" : "Deler commentario",
  16. "New comment …" : "Nove commentario ...",
  17. "Post" : "Publicar",
  18. "Cancel" : "Cancellar",
  19. "[Deleted user]" : "[Usator delite]",
  20. "No comments yet, start the conversation!" : "Il ha nulle commentarios ancora, initia le conversation!",
  21. "More comments …" : "Plus commentarios ...",
  22. "Save" : "Salveguardar",
  23. "Allowed characters {count} of {max}" : "{count} characteres permittite de {max}",
  24. "Error occurred while updating comment with id {id}" : "Un error occurreva durante le actualisation del commentario identificate per {id}",
  25. "Error occurred while posting comment" : "Un error occurreva durante le publication del commentario",
  26. "_%n unread comment_::_%n unread comments_" : ["%n commentario non legite","%n commentarios non legite"],
  27. "Comment" : "Commentario",
  28. "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentionava tu in un commentario in “%2$s”"
  29. },
  30. "nplurals=2; plural=(n != 1);");