1234567891011121314151617181920212223242526272829303132333435 |
- # -*- encoding:utf-8 -*-
- from __future__ import unicode_literals
- MESSAGES = {
- "%d min remaining to read": "",
- "Also available in:": "Saadaval ka:",
- "Archive": "Arhiiv",
- "Categories": "Kategooriad",
- "Comments": "",
- "LANGUAGE": "Eesti",
- "Languages:": "",
- "More posts about %s": "Veel postitusi %s kohta",
- "Newer posts": "Uued postitused",
- "Next post": "Järgmine postitus",
- "No posts found.": "",
- "Nothing found.": "",
- "Older posts": "Vanemad postitused",
- "Original site": "Algallikas",
- "Posted:": "Postitatud:",
- "Posts about %s": "Postitused %s kohta",
- "Posts for year %s": "Postitused aastast %s",
- "Posts for {month} {day}, {year}": "",
- "Posts for {month} {year}": "Postitused {year} aasta kuust {month} ",
- "Previous post": "Eelmine postitus",
- "Publication date": "",
- "RSS feed": "",
- "Read in English": "Loe eesti keeles",
- "Read more": "Loe veel",
- "Skip to main content": "",
- "Source": "Lähtekood",
- "Tags and Categories": "Sildid ja kategooriad",
- "Tags": "Märksõnad",
- "old posts, page %d": "vanade postituste, leht %d",
- "page %d": "leht %d",
- }
|