hr.js 1.8 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentari",
  5. "You commented" : "Vi ste komentirali",
  6. "{author} commented" : "{autor} je komentirao",
  7. "You commented on %1$s" : "Vi ste komentirali %1$s",
  8. "You commented on {file}" : "Komentirali ste {file}",
  9. "%1$s commented on %2$s" : "%1$s je komentirao %2$s",
  10. "{author} commented on {file}" : "{author} je komentirao {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Komentari</strong> za datoteke",
  12. "Files app plugin to add comments to files" : "Dodatak za aplikaciju Datoteke za dodavanje komentara na datoteke",
  13. "Edit comment" : "Uredi komentar",
  14. "Delete comment" : "Izbriši komentar",
  15. "Cancel edit" : "Otkaži uređivanje",
  16. "Post comment" : "Objavi komentar",
  17. "No comments yet, start the conversation!" : "Još nema komentara, započnite razgovor!",
  18. "No more messages" : "Nema više poruka",
  19. "Retry" : "Pokušaj ponovno",
  20. "Unable to load the comments list" : "Nije moguće učitati popis komentara",
  21. "_%n unread comment_::_%n unread comments_" : ["%n nepročitani komentar","%n nepročitanih komentara","%n nepročitanih komentara"],
  22. "_1 new comment_::_{unread} new comments_" : ["1 novi komentar","{unread} novih komentara","{unread} novih komentara"],
  23. "Comment" : "Komentar",
  24. "An error occurred while trying to edit the comment" : "Došlo je do pogreške prilikom uređivanja komentara",
  25. "Comment deleted" : "Komentar izbrisan",
  26. "An error occurred while trying to delete the comment" : "Došlo je do pogreške prilikom brisanja komentara",
  27. "An error occurred while trying to create the comment" : "Došlo je do pogreške prilikom stvaranja komentara",
  28. "%1$s commented" : "Komentirao je %1$s"
  29. },
  30. "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");