diff options
Diffstat (limited to 'nikola/data/themes/base/messages/messages_cs.py')
| -rw-r--r-- | nikola/data/themes/base/messages/messages_cs.py | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/nikola/data/themes/base/messages/messages_cs.py b/nikola/data/themes/base/messages/messages_cs.py index 6e1bdd2..dcff7e6 100644 --- a/nikola/data/themes/base/messages/messages_cs.py +++ b/nikola/data/themes/base/messages/messages_cs.py @@ -1,11 +1,13 @@ # -*- 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", "LANGUAGE": "Čeština", @@ -13,16 +15,19 @@ 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", "Original site": "Původní stránka", "Posted:": "Zveřejněno:", "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ě", @@ -32,8 +37,13 @@ MESSAGES = { "Subcategories:": "", "Tags and Categories": "Štítky a kategorie", "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": "", } |
