You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

et_EE.js 880B

12345678910111213141516171819202122
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Kirjuta uus komentaar...",
  5. "Delete comment" : "Kustuta kommentaar",
  6. "Post" : "Postita",
  7. "Cancel" : "Loobu",
  8. "Edit comment" : "Muuda kommentaari",
  9. "[Deleted user]" : "[Kustutatud kasutaja]",
  10. "Comments" : "Kommentaarid",
  11. "No other comments available" : "Ühtegi teist kommentaari pole saadaval",
  12. "More comments..." : "Veel kommentaare...",
  13. "Save" : "Salvesta",
  14. "Allowed characters {count} of {max}" : "Lubatud märkide arv {count}/{max}",
  15. "{count} unread comments" : "{count} lugemata kommentaari",
  16. "Comment" : "Kommentaar",
  17. "You commented" : "Sa kommenteerisid",
  18. "%1$s commented" : "%1$s kommenteeris",
  19. "You commented on %2$s" : "Sa kommenteerisid %2$s",
  20. "%1$s commented on %2$s" : "%1$s kommenteeris %2$s"
  21. },
  22. "nplurals=2; plural=(n != 1);");