sq.js 1.1 KB

12345678910111213141516171819202122232425
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Delete comment" : "Fshije komentin",
  5. "Post" : "Postoje",
  6. "Cancel" : "Anuloje",
  7. "Edit comment" : "Përpunoni komentin",
  8. "[Deleted user]" : "[Përdorues i fshirë]",
  9. "Comments" : "Komente",
  10. "Save" : "Ruaje",
  11. "Allowed characters {count} of {max}" : "Shenja të lejuara {count} nga {max}",
  12. "Error occurred while retrieving comment with id {id}" : "Ndodhi një gabim teksa merrej komenti me id{id}",
  13. "Error occurred while updating comment with id {id}" : "Ndodhi një gabim teksa përditësohej komenti me id{id}",
  14. "Error occurred while posting comment" : "Ndodhi një gabim teksa postohej komenti",
  15. "Comment" : "Koment",
  16. "You commented" : "Komentuat",
  17. "%1$s commented" : "%1$s komentoi",
  18. "You commented on %2$s" : "Komentuat te %2$s",
  19. "%1$s commented on %2$s" : "%1$s komentoi te %2$s",
  20. "Type in a new comment..." : "Shtypni një koment të ri…",
  21. "No other comments available" : "S’ka komente të tjera",
  22. "More comments..." : "Më tepër komente…",
  23. "{count} unread comments" : "{count} komente të palexuar"
  24. },
  25. "nplurals=2; plural=(n != 1);");