diff options
Diffstat (limited to 'nikola/data/themes/base/messages/messages_pl.py')
| -rw-r--r-- | nikola/data/themes/base/messages/messages_pl.py | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/nikola/data/themes/base/messages/messages_pl.py b/nikola/data/themes/base/messages/messages_pl.py index 89aae0f..2d13e32 100644 --- a/nikola/data/themes/base/messages/messages_pl.py +++ b/nikola/data/themes/base/messages/messages_pl.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": "zostało %d minut czytania", "(active)": "(aktywne)", "Also available in:": "Również dostępny w językach:", "Archive": "Archiwum", + "Atom feed": "Kanał Atom", + "Authors": "Autorzy", "Categories": "Kategorie", "Comments": "Komentarze", "LANGUAGE": "Polski", @@ -13,16 +15,19 @@ MESSAGES = { "More posts about %s": "Więcej postów o %s", "Newer posts": "Nowsze posty", "Next post": "Następny post", + "Next": "Następne", "No posts found.": "Nie znaleziono żadnych postów.", "Nothing found.": "Nic nie znaleziono.", "Older posts": "Starsze posty", "Original site": "Oryginalna strona", "Posted:": "Opublikowano:", "Posts about %s": "Posty o %s", + "Posts by %s": "Posty autora %s", "Posts for year %s": "Posty z roku %s", - "Posts for {month} {day}, {year}": "Posty z {day} {month} {year}", - "Posts for {month} {year}": "Posty z {month} {year}", + "Posts for {month_day_year}": "Posty z {month_day_year}", + "Posts for {month_year}": "Posty z {month_year:MMMM yyyy}", "Previous post": "Poprzedni post", + "Previous": "Poprzednie", "Publication date": "Data publikacji", "RSS feed": "Kanał RSS", "Read in English": "Czytaj po polsku", @@ -32,8 +37,13 @@ MESSAGES = { "Subcategories:": "Podkategorie:", "Tags and Categories": "Tagi i Kategorie", "Tags": "Tagi", + "Toggle navigation": "Pokaż/ukryj menu", + "Uncategorized": "Nieskategoryzowane", + "Up": "Do góry", + "Updates": "Aktualności", "Write your page here.": "Tu wpisz treść strony.", "Write your post here.": "Tu wpisz treść postu.", "old posts, page %d": "stare posty, strona %d", "page %d": "strona %d", + "updated": "aktualizacja", } |
