aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_pl.py
blob: b1d4e821788874889721baf8350f99388a4e5147 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# -*- encoding:utf-8 -*-
from __future__ import unicode_literals

MESSAGES = {
    "%d min remaining to read": "zostało %d minut czytania",
    "Also available in:": "Również dostępny w językach:",
    "Archive": "Archiwum",
    "Categories": "Kategorie",
    "Comments": "Komentarze",
    "LANGUAGE": "Polski",
    "Languages:": "Języki:",
    "More posts about %s": "Więcej postów o %s",
    "Newer posts": "Nowsze posty",
    "Next post": "Następny post",
    "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 for year %s": "Posty z roku %s",
    "Posts for {month} {year}": "Posty z {month} {year}",
    "Previous post": "Poprzedni post",
    "Publication date": "Data publikacji",
    "RSS feed": "Kanał RSS",
    "Read in English": "Czytaj po polsku",
    "Read more": "Czytaj więcej",
    "Skip to main content": "Przejdź do treści",
    "Source": "Źródło",
    "Tags and Categories": "Tagi i Kategorie",
    "Tags": "Tagi",
    "old posts, page %d": "stare posty, strona %d",
    "page %d": "strona %d",
}