dad7e5d79fd10392c29323103652fde905ba41e6
[wolnelektury.git] / src / api / locale / pl / LC_MESSAGES / django.po
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2016-07-29 17:40+0200\n"
11 "PO-Revision-Date: 2013-06-14 11:45+0100\n"
12 "Last-Translator: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
19 "|| n%100>=20) ? 1 : 2);\n"
20 "X-Generator: Poedit 1.5.4\n"
21
22 #: models.py:15
23 msgid "slug"
24 msgstr "slug"
25
26 #: templates/api/main.html:5
27 msgid "WolneLektury.pl API"
28 msgstr "API serwisu WolneLektury.pl"
29
30 #: templates/api/main.html:15
31 #, python-format
32 msgid ""
33 "\n"
34 "        WolneLektury.pl API resides under <code>%(u)s</code>.\n"
35 "        You can use it to access information about books, their fragments "
36 "and\n"
37 "        their metadata.\n"
38 "      "
39 msgstr ""
40 "\n"
41 "API serwisu WolneLektury.pl znajduje się pod adresem <code>%(u)s</code>.\n"
42 "Za jego pomocą można uzyskać informacje o utworach, ich fragmentach i "
43 "metadanych.\n"
44
45 #: templates/api/main.html:23
46 msgid ""
47 "\n"
48 "        Default data serialization format is\n"
49 "        <a href=\"http://en.wikipedia.org/wiki/JSON\">JSON</a>,\n"
50 "        but you can also use XML by appending <code>?format=xml</code>\n"
51 "        query parameter to each URL.\n"
52 "      "
53 msgstr ""
54 "\n"
55 "Dane domyślnie są serializowane w formacie <a href=\"http://pl.wikipedia.org/"
56 "wiki/JSON\">JSON</a>,\n"
57 "ale dostępny jest też format XML – wystarczy dodać parametr <code>?"
58 "format=xml</code>\n"
59 "do każdego zapytania.\n"
60
61 #: templates/api/main.html:32
62 msgid ""
63 "\n"
64 "        The URLs in WolneLektury.pl API are:\n"
65 "      "
66 msgstr ""
67 "\n"
68 "API Wolnych Lektur zawiera następujące adresy URL:\n"
69
70 #: templates/api/main.html:39
71 msgid "All books"
72 msgstr "Wszystkie utwory"
73
74 #: templates/api/main.html:41
75 msgid "Audiobooks"
76 msgstr "Audiobooki"
77
78 #: templates/api/main.html:43
79 msgid "DAISY"
80 msgstr "DAISY"
81
82 #: templates/api/main.html:46
83 msgid "List of all authors"
84 msgstr "Lista autorów"
85
86 #: templates/api/main.html:48
87 msgid "List of all epochs"
88 msgstr "Lista epok"
89
90 #: templates/api/main.html:50
91 msgid "List of all genres"
92 msgstr "Lista gatunków literackich"
93
94 #: templates/api/main.html:52
95 msgid "List of all kinds"
96 msgstr "Lista rodzajów literackich"
97
98 #: templates/api/main.html:55
99 msgid "List of all themes"
100 msgstr "Lista motywów i tematów literackich"
101
102 #: templates/api/main.html:57
103 msgid "Collections"
104 msgstr "Kolekcje"
105
106 #: templates/api/main.html:63
107 #, python-format
108 msgid ""
109 "\n"
110 "        Each element of those lists contains a link (in a \"href\") "
111 "attibute\n"
112 "        which points to individual resource's details, i.e.:\n"
113 "        <a href=\"%(e1)s\">%(e1)s</a> or\n"
114 "        <a href=\"%(e2)s\">%(e2)s</a>.\n"
115 "      "
116 msgstr ""
117 "\n"
118 "Każdy element na tych listach zawiera adres (w atrybucie „href”), pod którym "
119 "można znaleźć szczegółowe dane, np. <a href=\"%(e1)s\">%(e1)s</a> czy <a "
120 "href=\"%(e2)s\">%(e2)s</a>.\n"
121
122 #: templates/api/main.html:72
123 #, python-format
124 msgid ""
125 "\n"
126 "        You can combine authors, epochs, genres and kinds to find only books "
127 "matching\n"
128 "        those criteria. For instance:\n"
129 "        <a href=\"%(e)s\">%(e)s</a>.\n"
130 "      "
131 msgstr ""
132 "\n"
133 "Można łączyć autorów, epoki, gatunki i rodzaje, aby wybrać tylko utwory "
134 "odpowiadające zadanym kryteriom. Na przykład: <a href=\"%(e)s\">%(e)s</a>.\n"
135
136 #: templates/api/main.html:80
137 #, python-format
138 msgid ""
139 "\n"
140 "        If you only want top-level books and not all the children, you can "
141 "use /parent_books/, as in:\n"
142 "        <a href=\"%(e)s\">%(e)s</a>.\n"
143 "      "
144 msgstr ""
145 "\n"
146 "Aby spośród wszystkich pasujących wybrać tylko utwory najwyższego poziomu "
147 "(pomijając ich podutwory), można użyć zapytania /parent_books/, np.: <a href="
148 "\"%(e)s\">%(e)s</a>.\n"
149
150 #: templates/api/main.html:88
151 #, python-format
152 msgid ""
153 "\n"
154 "        The same way, using also books and themes, you can search for a list "
155 "of fragments:\n"
156 "        <a href=\"%(e)s\">%(e)s</a>.\n"
157 "        Again, each entry has a \"href\" attribute which links to the "
158 "fragment's details, i.e.:\n"
159 "        <a href=\"%(f)s\">%(f)s</a>.\n"
160 "      "
161 msgstr ""
162 "\n"
163 "W ten sam sposób, filtrując dodatkowo według lektur lub motywów, można "
164 "wyszukiwać fragmenty:<a href=\"%(e)s\">%(e)s</a>. \n"
165 "Każdy element uzyskanej listy w atrybucie „href” zawiera link do "
166 "szczegółowego opisu danego fragmentu, np.:\n"
167 "<a href=\"%(f)s\">%(f)s</a>.\n"