messages_fil.py 1.0 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:": "",
  7. "Archive": "",
  8. "Authors": "",
  9. "Categories": "",
  10. "Comments": "",
  11. "LANGUAGE": "",
  12. "Languages:": "",
  13. "More posts about %s": "",
  14. "Newer posts": "",
  15. "Next post": "",
  16. "No posts found.": "",
  17. "Nothing found.": "",
  18. "Older posts": "",
  19. "Original site": "",
  20. "Posted:": "",
  21. "Posts about %s": "",
  22. "Posts by %s": "",
  23. "Posts for year %s": "",
  24. "Posts for {month} {day}, {year}": "",
  25. "Posts for {month} {year}": "",
  26. "Previous post": "",
  27. "Publication date": "",
  28. "RSS feed": "",
  29. "Read in English": "",
  30. "Read more": "",
  31. "Skip to main content": "",
  32. "Source": "",
  33. "Subcategories:": "",
  34. "Tags and Categories": "",
  35. "Tags": "",
  36. "Uncategorized": "",
  37. "Updates": "",
  38. "Write your page here.": "",
  39. "Write your post here.": "",
  40. "old posts, page %d": "",
  41. "page %d": "",
  42. }