diff options
Diffstat (limited to 'nikola/data/themes/base/messages/messages_cs.py')
| -rw-r--r-- | nikola/data/themes/base/messages/messages_cs.py | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/nikola/data/themes/base/messages/messages_cs.py b/nikola/data/themes/base/messages/messages_cs.py index 42fb1c1..dcff7e6 100644 --- a/nikola/data/themes/base/messages/messages_cs.py +++ b/nikola/data/themes/base/messages/messages_cs.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 zbývajících", "(active)": "", "Also available in:": "Dostupné také v", "Archive": "Archiv", + "Atom feed": "", "Authors": "", "Categories": "Kategorie", "Comments": "Komentáře", @@ -14,6 +15,7 @@ MESSAGES = { "More posts about %s": "Další příspěvky o %s", "Newer posts": "Novější příspěvky", "Next post": "Další příspěvek", + "Next": "", "No posts found.": "Nebyly nalezeny žádné příspěvky.", "Nothing found.": "Nic nebylo nalezeno.", "Older posts": "Starší příspěvky", @@ -22,9 +24,10 @@ MESSAGES = { "Posts about %s": "Příspěvky o %s", "Posts by %s": "", "Posts for year %s": "Příspěvky v roce %s", - "Posts for {month} {day}, {year}": "Příspěvky v {month} {day}, {year}", - "Posts for {month} {year}": "Příspěvky v {month} {year}", + "Posts for {month_day_year}": "Příspěvky v {month_day_year}", + "Posts for {month_year}": "Příspěvky v {month_year}", "Previous post": "Předchozí příspěvek", + "Previous": "", "Publication date": "Datum zveřejnění", "RSS feed": "RSS zdroj", "Read in English": "Číst v češtině", @@ -36,9 +39,11 @@ MESSAGES = { "Tags": "Štítky", "Toggle navigation": "", "Uncategorized": "", + "Up": "", "Updates": "", "Write your page here.": "", "Write your post here.": "", "old posts, page %d": "staré příspěvky, strana %d", "page %d": "strana %d", + "updated": "", } |
