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.

fi_FI.js 1.5KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentit",
  5. "New comment …" : "Uusi kommentti …",
  6. "Delete comment" : "Poista kommentti",
  7. "Post" : "Lähetä",
  8. "Cancel" : "Peruuta",
  9. "Edit comment" : "Muokkaa kommenttia",
  10. "[Deleted user]" : "[Poistettu käyttäjä]",
  11. "No comments yet, start the conversation!" : "Ei kommentteja vielä. Aloita keskustelu!",
  12. "More comments …" : "Lisää kommentteja …",
  13. "Save" : "Tallenna",
  14. "Allowed characters {count} of {max}" : "Sallittujen merkkien määrä {count}/{max}",
  15. "Error occurred while retrieving comment with id {id}" : "Virhe noutaessa kommenttia tunnisteella {id}",
  16. "Error occurred while updating comment with id {id}" : "Virhe päivittäessä kommenttia tunnisteella {id}",
  17. "Error occurred while posting comment" : "Virhe kommenttia lähettäessä",
  18. "_%n unread comment_::_%n unread comments_" : ["%n lukematon kommentti","%n lukematonta kommenttia"],
  19. "Comment" : "Kommentti",
  20. "You commented" : "Kommentoit",
  21. "%1$s commented" : "%1$s kommentoi",
  22. "%1$s commented on %2$s" : "%1$s kommentoi kohdetta %2$s",
  23. "<strong>Comments</strong> for files" : "Tiedostojen <strong>kommentit</strong>",
  24. "Type in a new comment..." : "Kirjoita uusi kommentti...",
  25. "No other comments available" : "Ei muita kommentteja saatavilla",
  26. "More comments..." : "Lisää kommentteja...",
  27. "{count} unread comments" : "{count} lukematonta kommenttia",
  28. "You commented on %2$s" : "Kommentoit %2$s"
  29. },
  30. "nplurals=2; plural=(n != 1);");