diff options
Diffstat (limited to 'nikola/data/themes/base/messages/messages_en.py')
| -rw-r--r-- | nikola/data/themes/base/messages/messages_en.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nikola/data/themes/base/messages/messages_en.py b/nikola/data/themes/base/messages/messages_en.py index df04974..29af257 100644 --- a/nikola/data/themes/base/messages/messages_en.py +++ b/nikola/data/themes/base/messages/messages_en.py @@ -3,6 +3,7 @@ from __future__ import unicode_literals MESSAGES = { "%d min remaining to read": "%d min remaining to read", + "(active)": "(active)", "Also available in:": "Also available in:", "Archive": "Archive", "Categories": "Categories", @@ -19,6 +20,7 @@ MESSAGES = { "Posted:": "Posted:", "Posts about %s": "Posts about %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}", "Previous post": "Previous post", "Publication date": "Publication date", @@ -27,8 +29,11 @@ MESSAGES = { "Read more": "Read more", "Skip to main content": "Skip to main content", "Source": "Source", + "Subcategories:": "Subcategories:", "Tags and Categories": "Tags and Categories", "Tags": "Tags", + "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", } |
