messages_fi.py 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "%d minuuttia lukuaikaa",
  5. "(active)": "(aktiivinen)",
  6. "Also available in:": "Saatavilla myös:",
  7. "Archive": "Arkisto",
  8. "Authors": "",
  9. "Categories": "Kategoriat",
  10. "Comments": "Kommentit",
  11. "LANGUAGE": "Suomi",
  12. "Languages:": "Kielet:",
  13. "More posts about %s": "Lisää postauksia aiheesta %s",
  14. "Newer posts": "Uudempia postauksia",
  15. "Next post": "Seuraava postaus",
  16. "No posts found.": "Postauksia ei löytynyt.",
  17. "Nothing found.": "Ei hakutuloksia.",
  18. "Older posts": "Vanhempia postauksia",
  19. "Original site": "Alkuperäinen sivusto",
  20. "Posted:": "Postattu:",
  21. "Posts about %s": "Postauksia aiheesta %s",
  22. "Posts by %s": "",
  23. "Posts for year %s": "Postauksia vuodelta %s",
  24. "Posts for {month} {day}, {year}": "",
  25. "Posts for {month} {year}": "Postauksia ajalle {month} {year}",
  26. "Previous post": "Edellinen postaus",
  27. "Publication date": "Julkaisupäivämäärä",
  28. "RSS feed": "RSS-syöte",
  29. "Read in English": "Lue suomeksi",
  30. "Read more": "Lue lisää",
  31. "Skip to main content": "Hyppää sisältöön",
  32. "Source": "Lähde",
  33. "Subcategories:": "Alakategoriat:",
  34. "Tags and Categories": "Tagit ja kategoriat",
  35. "Tags": "Tagit",
  36. "Uncategorized": "",
  37. "Updates": "",
  38. "Write your page here.": "",
  39. "Write your post here.": "",
  40. "old posts, page %d": "vanhoja postauksia, sivu %d",
  41. "page %d": "sivu %d",
  42. }