et_EE.js 932 B

1234567891011121314151617181920
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentaarid",
  5. "You commented" : "Sa kommenteerisid",
  6. "{author} commented" : "{author} kommenteeris",
  7. "You commented on %1$s" : "Sa kommmenteerisid %1$s",
  8. "You commented on {file}" : "Sa kommenteerisid faili {file}",
  9. "%1$s commented on %2$s" : "%1$s kommenteeris %2$s",
  10. "{author} commented on {file}" : "{author} kommenteeris faili {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Kommentaarid</strong> failidele",
  12. "Edit comment" : "Muuda kommentaari",
  13. "Delete comment" : "Kustuta kommentaar",
  14. "No comments yet, start the conversation!" : "Kommentaare veel pole, alusta vestlust",
  15. "Retry" : "Proovi uuesti",
  16. "_%n unread comment_::_%n unread comments_" : ["%n lugemata kommentaar","%n lugemata kommentaari"],
  17. "Comment" : "Kommentaar",
  18. "%1$s commented" : "%1$s kommenteeris"
  19. },
  20. "nplurals=2; plural=(n != 1);");