aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/messages/messages_pl.py
blob: 352b0ed90cc2858feaceec572511a7da63b7b2f0 (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
# -*- encoding:utf-8 -*-
from __future__ import unicode_literals

MESSAGES = {
    "Also available in": "Również dostępny w językach",
    "Also available in:": "Również dostępny w językach:",
    "Archive": "Archiwum",
    "Categories": "Kategorie",
    "LANGUAGE": "polski",
    "More posts about %s": "Więcej postów o %s",
    "More posts about": "Więcej postów o",
    "Newer posts": "Nowsze posty",
    "Next post": "Następny post",
    "Older posts": "Starsze posty",
    "Original site": "Oryginalna strona",
    "Posted": "Opublikowano",
    "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",
    "Read in English": "Czytaj po polsku",
    "Read more": "Czytaj więcej",
    "Source": "Źródło",
    "Tags and Categories": "Tagi i Kategorie",
    "Tags": "Tags",
    "old posts, page %d": "stare posty, strona %d",
    "page %d": "strona %d",
}