sq.js 1012 B

123456789101112131415161718192021
  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. "Edit comment" : "Përpunoni komentin",
  14. "Delete comment" : "Fshije komentin",
  15. "No comments yet, start the conversation!" : "Akoma asnjë koment, fillo një bisedë!",
  16. "Retry" : "Riprovoni",
  17. "_%n unread comment_::_%n unread comments_" : ["%n komente të palexuara","%n komente të palexuara "],
  18. "Comment" : "Koment",
  19. "{user} mentioned you in a comment on “{file}”" : "{user} ju ka përmendur në një koment në “{file}”"
  20. },
  21. "nplurals=2; plural=(n != 1);");