aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_pl.py
blob: 257a31ab2ed7266269f415b3efc8dce41c03c13d (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
35
36
37
38
39
40
41
42
43
44
# -*- encoding:utf-8 -*-
from __future__ import unicode_literals

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",
    "Authors": "Autorzy",
    "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 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}",
    "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",
    "Subcategories:": "Podkategorie:",
    "Tags and Categories": "Tagi i Kategorie",
    "Tags": "Tagi",
    "Toggle navigation": "Pokaż/ukryj menu",
    "Uncategorized": "Nieskategoryzowane",
    "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",
}