diff options
Diffstat (limited to 'nikola/data/themes/base/messages/messages_da.py')
| -rw-r--r-- | nikola/data/themes/base/messages/messages_da.py | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/nikola/data/themes/base/messages/messages_da.py b/nikola/data/themes/base/messages/messages_da.py index 08b3d15..b070db5 100644 --- a/nikola/data/themes/base/messages/messages_da.py +++ b/nikola/data/themes/base/messages/messages_da.py @@ -1,11 +1,12 @@ # -*- encoding:utf-8 -*- -from __future__ import unicode_literals +"""Autogenerated file, do not edit. Submit translations on Transifex.""" MESSAGES = { "%d min remaining to read": "%d min. tilbage at læse", "(active)": "", "Also available in:": "Fås også i:", "Archive": "Arkiv", + "Atom feed": "", "Authors": "", "Categories": "Kategorier", "Comments": "Kommentarer", @@ -14,6 +15,7 @@ MESSAGES = { "More posts about %s": "Yderligere indlæg om %s", "Newer posts": "Nyere indlæg", "Next post": "Næste indlæg", + "Next": "", "No posts found.": "Søgningen gav ingen resultater.", "Nothing found.": "Søgningen gav ingen resultater.", "Older posts": "Ældre indlæg", @@ -22,9 +24,10 @@ MESSAGES = { "Posts about %s": "Indlæg om %s", "Posts by %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}", + "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", + "Previous": "", "Publication date": "Udgivelsesdato", "RSS feed": "RSS-nyhedskilde", "Read in English": "Læs på dansk", @@ -36,9 +39,11 @@ MESSAGES = { "Tags": "Nøgleord", "Toggle navigation": "", "Uncategorized": "", + "Up": "", "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "gamle indlæg, side %d", "page %d": "side %d", + "updated": "", } |
