messages_et.py 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "",
  5. "(active)": "",
  6. "Also available in:": "Saadaval ka:",
  7. "Archive": "Arhiiv",
  8. "Authors": "",
  9. "Categories": "Kategooriad",
  10. "Comments": "",
  11. "LANGUAGE": "Eesti",
  12. "Languages:": "",
  13. "More posts about %s": "Veel postitusi %s kohta",
  14. "Newer posts": "Uued postitused",
  15. "Next post": "Järgmine postitus",
  16. "No posts found.": "",
  17. "Nothing found.": "",
  18. "Older posts": "Vanemad postitused",
  19. "Original site": "Algallikas",
  20. "Posted:": "Postitatud:",
  21. "Posts about %s": "Postitused %s kohta",
  22. "Posts by %s": "",
  23. "Posts for year %s": "Postitused aastast %s",
  24. "Posts for {month} {day}, {year}": "",
  25. "Posts for {month} {year}": "Postitused {year} aasta kuust {month} ",
  26. "Previous post": "Eelmine postitus",
  27. "Publication date": "",
  28. "RSS feed": "",
  29. "Read in English": "Loe eesti keeles",
  30. "Read more": "Loe veel",
  31. "Skip to main content": "",
  32. "Source": "Lähtekood",
  33. "Subcategories:": "",
  34. "Tags and Categories": "Sildid ja kategooriad",
  35. "Tags": "Märksõnad",
  36. "Uncategorized": "",
  37. "Updates": "",
  38. "Write your page here.": "",
  39. "Write your post here.": "",
  40. "old posts, page %d": "vanade postituste, leht %d",
  41. "page %d": "leht %d",
  42. }