sq.js 1.6 KB

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