messages_gl.py 846 B

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