sq.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komente",
  5. "Unknown user" : "Përdorues i panjohur",
  6. "New comment …" : "Koment i ri ...",
  7. "Delete comment" : "Fshije komentin",
  8. "Post" : "Postoje",
  9. "Cancel" : "Anuloje",
  10. "Edit comment" : "Përpunoni komentin",
  11. "[Deleted user]" : "[Përdorues i fshirë]",
  12. "No comments yet, start the conversation!" : "Akoma asnjë koment, fillo një bisedë!",
  13. "More comments …" : "Më shumë komente ...",
  14. "Save" : "Ruaje",
  15. "Allowed characters {count} of {max}" : "Shenja të lejuara {count} nga {max}",
  16. "Error occurred while retrieving comment with id {id}" : "Ndodhi një gabim teksa merrej komenti me id{id}",
  17. "Error occurred while updating comment with id {id}" : "Ndodhi një gabim teksa përditësohej komenti me id {id}",
  18. "Error occurred while posting comment" : "Ndodhi një gabim teksa postohej komenti",
  19. "_%n unread comment_::_%n unread comments_" : ["%n komente të palexuara","%n komente të palexuara "],
  20. "Comment" : "Koment",
  21. "You commented" : "Komentuat",
  22. "%1$s commented" : "%1$s komentoi",
  23. "{author} commented" : "{autori} u komentua",
  24. "You commented on %1$s" : "Ju komentuat në %1$s",
  25. "You commented on {file}" : "Ju komentuat në {file}",
  26. "%1$s commented on %2$s" : "%1$s komentoi te %2$s",
  27. "{author} commented on {file}" : "{author} komentoi në {file}",
  28. "<strong>Comments</strong> for files" : "<strong>Komente</strong> për skedarët",
  29. "A (now) deleted user mentioned you in a comment on “%s”" : "Një përdorues i fshirë (tani) ju ka përmendur në një koment në \"%s\"",
  30. "A (now) deleted user mentioned you in a comment on “{file}”" : "Një përdorues i fshirë (tani) ju ka përmendur në një koment në “{file}”",
  31. "%1$s mentioned you in a comment on “%2$s”" : "%1$s ju ka përmendur në një koment në “%2$s”",
  32. "{user} mentioned you in a comment on “{file}”" : "{user} ju ka përmendur në një koment në “{file}”",
  33. "Type in a new comment..." : "Shtypni një koment të ri…",
  34. "No other comments available" : "S’ka komente të tjera",
  35. "More comments..." : "Më tepër komente…",
  36. "{count} unread comments" : "{count} komente të palexuar",
  37. "You commented on %2$s" : "Komentuat te %2$s"
  38. },
  39. "nplurals=2; plural=(n != 1);");