Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dk.toml « i18n - github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1960d0311b65689e7b27bd88b562352d1b3530dc (plain)
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
40
41
42
43
44
45
46
47
48
[category]
other = "Kategori"

[tag]
other = "mærkat"

[reading_time]
one = "et minuts læsetid"
other = "{{ .Count }}-minutters læsetid"

[page_not_found]
other = "Side ikke fundet"

[page_does_not_exist]
other = "Beklager, denne side eksisterer ikke"

[head_back]
other = "Returner til <a href=\"{{ . }}\">homepage</a>."

[comments]
other = "kommentar"

[send]
other = "Sende"

[read_more]
other = "Læs mere"

[name]
other = "Navn"

[email]
other = "e-mail-adresse"

[message]
other = "besked" 

[warning]
other = "Advarsel"

[info]
other = "Om"

[update]
other = "Opdatering"

[series_posts]
other = "Indlæg i denne serie"