messages_en.py 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "%d min remaining to read",
  5. "Also available in:": "Also available in:",
  6. "Archive": "Archive",
  7. "Categories": "Categories",
  8. "Comments": "Comments",
  9. "LANGUAGE": "English",
  10. "Languages:": "Languages:",
  11. "More posts about %s": "More posts about %s",
  12. "Newer posts": "Newer posts",
  13. "Next post": "Next post",
  14. "No posts found.": "No posts found.",
  15. "Nothing found.": "Nothing found.",
  16. "Older posts": "Older posts",
  17. "Original site": "Original site",
  18. "Posted:": "Posted:",
  19. "Posts about %s": "Posts about %s",
  20. "Posts for year %s": "Posts for year %s",
  21. "Posts for {month} {day}, {year}": "Posts for {month} {day}, {year}",
  22. "Posts for {month} {year}": "Posts for {month} {year}",
  23. "Previous post": "Previous post",
  24. "Publication date": "Publication date",
  25. "RSS feed": "RSS feed",
  26. "Read in English": "Read in English",
  27. "Read more": "Read more",
  28. "Skip to main content": "Skip to main content",
  29. "Source": "Source",
  30. "Tags and Categories": "Tags and Categories",
  31. "Tags": "Tags",
  32. "old posts, page %d": "old posts, page %d",
  33. "page %d": "page %d",
  34. }