hr.js 2.1 KB

123456789101112131415161718192021222324252627282930313233
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentari",
  5. "You commented" : "Vi ste komentirali",
  6. "%1$s commented" : "Komentirao je %1$s",
  7. "{author} commented" : "{autor} je komentirao",
  8. "You commented on %1$s" : "Vi ste komentirali %1$s",
  9. "You commented on {file}" : "Komentirali ste {file}",
  10. "%1$s commented on %2$s" : "%1$s je komentirao %2$s",
  11. "{author} commented on {file}" : "{author} je komentirao {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Komentari</strong> za datoteke",
  13. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Spomenuti ste u „{file}”, u komentaru korisnika koji je nakon toga izbrisan",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} vas je spomenuo u komentaru na „{file}”",
  15. "Files app plugin to add comments to files" : "Dodatak za aplikaciju Datoteke za dodavanje komentara na datoteke",
  16. "Edit comment" : "Uredi komentar",
  17. "Delete comment" : "Izbriši komentar",
  18. "New comment …" : "Novi komentar…",
  19. "Post" : "Objavi",
  20. "Cancel" : "Odustani",
  21. "[Deleted user]" : "[Izbrisan korisnik]",
  22. "No comments yet, start the conversation!" : "Još nema komentara, započnite razgovor!",
  23. "More comments …" : "Više komentara...",
  24. "Save" : "Spremi",
  25. "Allowed characters {count} of {max}" : "Dopušteni znakovi {count} od {max}",
  26. "Error occurred while retrieving comment with ID {id}" : "Došlo je do pogreške prilikom dohvaćanja komentara s ID-om {id}",
  27. "Error occurred while updating comment with id {id}" : "Došlo je do pogreške prilikom ažuriranja komentara s ID-om {id}",
  28. "Error occurred while posting comment" : "Došlo je do pogreške prilikom objavljivanja komentara",
  29. "_%n unread comment_::_%n unread comments_" : ["%n nepročitani komentar","%n nepročitanih komentara","%n nepročitanih komentara"],
  30. "_1 new comment_::_{unread} new comments_" : ["1 novi komentar","{unread} novih komentara","{unread} novih komentara"],
  31. "Comment" : "Komentar"
  32. },
  33. "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");