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.

eo.js 750B

1234567891011121314151617181920
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Type in a new comment..." : "Tajpu novan komenton...",
  5. "Delete comment" : "Forigi komenton",
  6. "Post" : "Afiŝi",
  7. "Cancel" : "Nuligi",
  8. "Edit comment" : "Redakti komenton",
  9. "[Deleted user]" : "[Forigita uzanto]",
  10. "Comments" : "Komentoj",
  11. "No other comments available" : "Neniu alia komento disponeblas",
  12. "More comments..." : "Pli da komentoj...",
  13. "Save" : "Konservi",
  14. "Allowed characters {count} of {max}" : "Permesataj karakteroj: {count} el {max}",
  15. "{count} unread comments" : "{count} nelegitaj komentoj",
  16. "Comment" : "Komento",
  17. "%1$s commented" : "%1$s komentis",
  18. "%1$s commented on %2$s" : "%1$s komentis %2$s"
  19. },
  20. "nplurals=2; plural=(n != 1);");