1
0

ia.js 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Commentarios",
  5. "Unknown user" : "Usator incognite",
  6. "New comment …" : "Nove commentario ...",
  7. "Delete comment" : "Deler commentario",
  8. "Post" : "Publicar",
  9. "Cancel" : "Cancellar",
  10. "Edit comment" : "Modificar commentario",
  11. "[Deleted user]" : "[Usator delite]",
  12. "No comments yet, start the conversation!" : "Il ha nulle commentarios ancora, initia le conversation!",
  13. "More comments …" : "Plus commentarios ...",
  14. "Save" : "Salveguardar",
  15. "Allowed characters {count} of {max}" : "{count} characteres permittite de {max}",
  16. "Error occurred while retrieving comment with id {id}" : "Un error occurreva durante le recuperation del commentario identificate per {id}",
  17. "Error occurred while updating comment with id {id}" : "Un error occurreva durante le actualisation del commentario identificate per {id}",
  18. "Error occurred while posting comment" : "Un error occurreva durante le publication del commentario",
  19. "_%n unread comment_::_%n unread comments_" : ["%n commentario non legite","%n commentarios non legite"],
  20. "Comment" : "Commentario",
  21. "You commented" : "Tu commentava",
  22. "%1$s commented" : "%1$s commentava",
  23. "{author} commented" : "{author} commentava",
  24. "You commented on %1$s" : "Tu commentava in %1$s",
  25. "You commented on {file}" : "Tu commentava in {file}",
  26. "%1$s commented on %2$s" : "%1$s commentava in %2$s",
  27. "{author} commented on {file}" : "{author} commentava in {file}",
  28. "<strong>Comments</strong> for files" : "<strong>Commentarios</strong> pro files",
  29. "A (now) deleted user mentioned you in a comment on “%s”" : "Un (ora) delite usator mentionava tu in un commentario in “%s”",
  30. "A (now) deleted user mentioned you in a comment on “{file}”" : "Un (ora) delite usator mentionava tu in un commentario in “{file}”",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s mentionava tu in un commentario in “%2$s”",
  32. "{user} mentioned you in a comment on “{file}”" : "{user} mentionava tu in un commentario in “{file}”",
  33. "Type in a new comment..." : "Scribe in un nove commentario...",
  34. "No other comments available" : "Nulle altere commentarios disponibile",
  35. "More comments..." : "Plus commentarios...",
  36. "{count} unread comments" : "{count} commentarios non legite",
  37. "You commented on %2$s" : "Tu commentava in %2$s"
  38. },
  39. "nplurals=2; plural=(n != 1);");