messages_en.py 1.5 KB

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