aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_da.py
blob: 73b71cb05fff9b2b7dcf1ee3f357076892672172 (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
32
33
34
35
36
37
38
39
# -*- encoding:utf-8 -*-
from __future__ import unicode_literals

MESSAGES = {
    "%d min remaining to read": "%d min. tilbage at læse",
    "(active)": "",
    "Also available in:": "Fås også i:",
    "Archive": "Arkiv",
    "Categories": "Kategorier",
    "Comments": "Kommentarer",
    "LANGUAGE": "Dansk",
    "Languages:": "Sprog:",
    "More posts about %s": "Yderligere indlæg om %s",
    "Newer posts": "Nyere indlæg",
    "Next post": "Næste indlæg",
    "No posts found.": "Søgningen gav ingen resultater.",
    "Nothing found.": "Søgningen gav ingen resultater.",
    "Older posts": "Ældre indlæg",
    "Original site": "Oprindeligt hjemmeside",
    "Posted:": "Opslået:",
    "Posts about %s": "Indlæg om %s",
    "Posts for year %s": "Indlæg for %s",
    "Posts for {month} {day}, {year}": "Indlæs for {month} {day}, {year}",
    "Posts for {month} {year}": "Indlæg for {month} {year}",
    "Previous post": "Tidligere indlæg",
    "Publication date": "Udgivelsesdato",
    "RSS feed": "RSS-nyhedskilde",
    "Read in English": "Læs på dansk",
    "Read more": "Læs mere",
    "Skip to main content": "Hop direkte til hovedindhold",
    "Source": "Kilde",
    "Subcategories:": "",
    "Tags and Categories": "Nøgleord og kategorier",
    "Tags": "Nøgleord",
    "Write your page here.": "",
    "Write your post here.": "",
    "old posts, page %d": "gamle indlæg, side %d",
    "page %d": "side %d",
}