sq.js 2.0 KB

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