1234567891011121314151617181920212223242526272829303132333435 |
- # -*- encoding:utf-8 -*-
- from __future__ import unicode_literals
- MESSAGES = {
- "%d min remaining to read": "",
- "Also available in:": "",
- "Archive": "",
- "Categories": "",
- "Comments": "",
- "LANGUAGE": "",
- "Languages:": "",
- "More posts about %s": "",
- "Newer posts": "",
- "Next post": "",
- "No posts found.": "",
- "Nothing found.": "",
- "Older posts": "",
- "Original site": "",
- "Posted:": "",
- "Posts about %s": "",
- "Posts for year %s": "",
- "Posts for {month} {day}, {year}": "",
- "Posts for {month} {year}": "",
- "Previous post": "",
- "Publication date": "",
- "RSS feed": "",
- "Read in English": "",
- "Read more": "",
- "Skip to main content": "",
- "Source": "",
- "Tags and Categories": "",
- "Tags": "",
- "old posts, page %d": "",
- "page %d": "",
- }
|