aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_nl.py
blob: 1952d2e1a07b67adc1db40d360c4ce35205e538a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- encoding:utf-8 -*-
from __future__ import unicode_literals

MESSAGES = {
    "Also available in": "Ook beschikbaar in",
    "Also available in:": "Ook beschikbaar in:",
    "Archive": "Archief",
    "Categories": "Categorieën",
    "LANGUAGE": "Nederlands",
    "More posts about %s": "Meer berichten over %s",
    "More posts about": "Meer berichten over",
    "Newer posts": "Nieuwere berichten",
    "Next post": "Volgend bericht",
    "No posts found.": "",
    "Nothing found.": "",
    "Older posts": "Oudere berichten",
    "Original site": "Originele site",
    "Posted": "Geplaatst",
    "Posted:": "Geplaatst:",
    "Posts about %s": "Berichten over %s",
    "Posts for year %s": "Berichten voor het jaar %s",
    "Posts for {month} {year}": "Berichten voor {month} {year}",
    "Previous post": "Vorig bericht",
    "Read in English": "Lees in het Nederlands",
    "Read more": "Lees verder",
    "Source": "Bron",
    "Tags and Categories": "Tags en Categorieën",
    "Tags": "Tags",
    "old posts, page %d": "oude berichten, pagina %d",
    "page %d": "pagina %d",
}