messages_nl.py 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "%d min resterende leestijd ",
  5. "Also available in:": "Ook beschikbaar in:",
  6. "Archive": "Archief",
  7. "Categories": "Categorieën",
  8. "Comments": "Commentaar",
  9. "LANGUAGE": "Nederlands",
  10. "Languages:": "Talen:",
  11. "More posts about %s": "Meer berichten over %s",
  12. "Newer posts": "Nieuwere berichten",
  13. "Next post": "Volgend bericht",
  14. "No posts found.": "Geen berichten gevonden.",
  15. "Nothing found.": "Niets gevonden.",
  16. "Older posts": "Oudere berichten",
  17. "Original site": "Originele site",
  18. "Posted:": "Geplaatst:",
  19. "Posts about %s": "Berichten over %s",
  20. "Posts for year %s": "Berichten voor het jaar %s",
  21. "Posts for {month} {day}, {year}": "",
  22. "Posts for {month} {year}": "Berichten voor {month} {year}",
  23. "Previous post": "Vorig bericht",
  24. "Publication date": "Publicatiedatum",
  25. "RSS feed": "RSS-feed",
  26. "Read in English": "Lees in het Nederlands",
  27. "Read more": "Lees verder",
  28. "Skip to main content": "Ga door naar de hoofdinhoud",
  29. "Source": "Bron",
  30. "Tags and Categories": "Tags en Categorieën",
  31. "Tags": "Tags",
  32. "old posts, page %d": "oude berichten, pagina %d",
  33. "page %d": "pagina %d",
  34. }