messages_nb.py 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "",
  5. "Also available in:": "Også tilgjengelig på:",
  6. "Archive": "Arkiv",
  7. "Categories": "Kategorier",
  8. "Comments": "",
  9. "LANGUAGE": "norsk",
  10. "Languages:": "",
  11. "More posts about %s": "Flere innlegg om %s",
  12. "Newer posts": "Nyere innlegg",
  13. "Next post": "Neste innlegg",
  14. "No posts found.": "",
  15. "Nothing found.": "",
  16. "Older posts": "Eldre innlegg",
  17. "Original site": "Opprinnelig side",
  18. "Posted:": "Publisert:",
  19. "Posts about %s": "Innlegg om %s",
  20. "Posts for year %s": "Innlegg fra %s",
  21. "Posts for {month} {day}, {year}": "",
  22. "Posts for {month} {year}": "Innlegg fra {month} {year}",
  23. "Previous post": "Forrige innlegg",
  24. "Publication date": "",
  25. "RSS feed": "",
  26. "Read in English": "Les på norsk",
  27. "Read more": "Les mer",
  28. "Skip to main content": "",
  29. "Source": "Kilde",
  30. "Tags and Categories": "Merker og kategorier",
  31. "Tags": "Merker",
  32. "old posts, page %d": "eldre innlegg, side %d",
  33. "page %d": "side %d",
  34. }