diff options
Diffstat (limited to 'nikola/data/themes/base/messages/messages_cs.py')
| -rw-r--r-- | nikola/data/themes/base/messages/messages_cs.py | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/nikola/data/themes/base/messages/messages_cs.py b/nikola/data/themes/base/messages/messages_cs.py index f80a79f..548c6d7 100644 --- a/nikola/data/themes/base/messages/messages_cs.py +++ b/nikola/data/themes/base/messages/messages_cs.py @@ -2,18 +2,18 @@ from __future__ import unicode_literals MESSAGES = { - "%d min remaining to read": "", + "%d min remaining to read": "%d min zbývajících", "Also available in:": "Dostupné také v", "Archive": "Archiv", "Categories": "Kategorie", - "Comments": "", + "Comments": "Komentáře", "LANGUAGE": "Čeština", - "Languages:": "", + "Languages:": "Jazyky:", "More posts about %s": "Další příspěvky o %s", "Newer posts": "Novější příspěvky", "Next post": "Další příspěvek", - "No posts found.": "", - "Nothing found.": "", + "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:", @@ -21,10 +21,11 @@ MESSAGES = { "Posts for year %s": "Příspěvky v roce %s", "Posts for {month} {year}": "Příspěvky v {month} {year}", "Previous post": "Předchozí příspěvek", - "Publication date": "", - "RSS feed": "", + "Publication date": "Datum zveřejnění", + "RSS feed": "RSS zdroj", "Read in English": "Číst v češtině", "Read more": "Číst dál", + "Skip to main content": "", "Source": "Zdroj", "Tags and Categories": "Štítky a kategorie", "Tags": "Štítky", |
