1
0

sq.js 1.6 KB

12345678910111213141516171819202122232425262728293031
  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. "No comments yet, start the conversation!" : "Akoma asnjë koment, fillo një bisedë!",
  17. "Retry" : "Riprovoni",
  18. "_%n unread comment_::_%n unread comments_" : ["%n komente të palexuara","%n komente të palexuara "],
  19. "Comment" : "Koment",
  20. "New comment …" : "Koment i ri ...",
  21. "Post" : "Postoje",
  22. "Cancel" : "Anuloje",
  23. "[Deleted user]" : "[Përdorues i fshirë]",
  24. "More comments …" : "Më shumë komente ...",
  25. "Save" : "Ruaje",
  26. "Allowed characters {count} of {max}" : "Shenja të lejuara {count} nga {max}",
  27. "Error occurred while retrieving comment with ID {id}" : "Ndodhi një gabim gjatë rimarrjes së komentit me ID {id}",
  28. "Error occurred while updating comment with id {id}" : "Ndodhi një gabim teksa përditësohej komenti me id {id}",
  29. "Error occurred while posting comment" : "Ndodhi një gabim teksa postohej komenti"
  30. },
  31. "nplurals=2; plural=(n != 1);");