diff options
Diffstat (limited to 'nikola/data/themes/base/messages/messages_en.py')
| -rw-r--r-- | nikola/data/themes/base/messages/messages_en.py | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/nikola/data/themes/base/messages/messages_en.py b/nikola/data/themes/base/messages/messages_en.py index 3c39f55..a6beb5e 100644 --- a/nikola/data/themes/base/messages/messages_en.py +++ b/nikola/data/themes/base/messages/messages_en.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 remaining to read", "(active)": "(active)", "Also available in:": "Also available in:", "Archive": "Archive", + "Atom feed": "Atom feed", "Authors": "Authors", "Categories": "Categories", "Comments": "Comments", @@ -14,6 +15,7 @@ MESSAGES = { "More posts about %s": "More posts about %s", "Newer posts": "Newer posts", "Next post": "Next post", + "Next": "Next", "No posts found.": "No posts found.", "Nothing found.": "Nothing found.", "Older posts": "Older posts", @@ -22,9 +24,10 @@ MESSAGES = { "Posts about %s": "Posts about %s", "Posts by %s": "Posts by %s", "Posts for year %s": "Posts for year %s", - "Posts for {month} {day}, {year}": "Posts for {month} {day}, {year}", - "Posts for {month} {year}": "Posts for {month} {year}", + "Posts for {month_day_year}": "Posts for {month_day_year}", + "Posts for {month_year}": "Posts for {month_year}", "Previous post": "Previous post", + "Previous": "Previous", "Publication date": "Publication date", "RSS feed": "RSS feed", "Read in English": "Read in English", @@ -36,9 +39,11 @@ MESSAGES = { "Tags": "Tags", "Toggle navigation": "Toggle navigation", "Uncategorized": "Uncategorized", + "Up": "Up", "Updates": "Updates", "Write your page here.": "Write your page here.", "Write your post here.": "Write your post here.", "old posts, page %d": "old posts, page %d", "page %d": "page %d", + "updated": "updated", } |
