sq.js 894 B

1234567891011121314151617181920
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komente",
  5. "You commented" : "Komentuat",
  6. "{author} commented" : "{autori} u komentua",
  7. "You commented on %1$s" : "Ju komentuat në %1$s",
  8. "You commented on {file}" : "Ju komentuat në {file}",
  9. "%1$s commented on %2$s" : "%1$s komentoi te %2$s",
  10. "{author} commented on {file}" : "{author} komentoi në {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Komente</strong> për skedarët",
  12. "Edit comment" : "Përpunoni komentin",
  13. "Delete comment" : "Fshije komentin",
  14. "No comments yet, start the conversation!" : "Akoma asnjë koment, fillo një bisedë!",
  15. "Retry" : "Riprovoni",
  16. "Comment" : "Koment",
  17. "%1$s commented" : "%1$s komentoi",
  18. "_%n unread comment_::_%n unread comments_" : ["%n komente të palexuara","%n komente të palexuara "]
  19. },
  20. "nplurals=2; plural=(n != 1);");