locale pack 19.07
[wolnelektury.git] / apps / 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: 2012-07-19 11:38+0200\n"
11 "PO-Revision-Date: 2012-03-20 12:50+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
21 #: templates/api/main.html:6
22 msgid "WolneLektury.pl API"
23 msgstr "API serwisu WolneLektury.pl"
24
25 #: templates/api/main.html:17
26 #, python-format
27 msgid ""
28 "\n"
29 "WolneLektury.pl API resides under <code>%(u)s</code>.\n"
30 "You can use it to access information about books, their fragments and\n"
31 "their metadata.\n"
32 msgstr ""
33 "\n"
34 "API serwisu WolneLektury.pl znajduje się pod adresem <code>%(u)s</code>.\n"
35 "Za jego pomocą można uzyskać informacje o utworach, ich fragmentach i "
36 "metadanych.\n"
37
38 #: templates/api/main.html:25
39 msgid ""
40 "\n"
41 "Default data serialization format is\n"
42 "<a href=\"http://en.wikipedia.org/wiki/JSON\">JSON</a>, \n"
43 "but you can also use XML by appending <code>?format=xml</code>\n"
44 "query parameter to each URL.\n"
45 msgstr ""
46 "\n"
47 "Dane domyślnie są serializowane w formacie <a href=\"http://pl.wikipedia.org/"
48 "wiki/JSON\">JSON</a>,\n"
49 "ale dostępny jest też format XML – wystarczy dodać parametr <code>?"
50 "format=xml</code>\n"
51 "do każdego zapytania.\n"
52
53 #: templates/api/main.html:34
54 msgid ""
55 "\n"
56 "The URLs in WolneLektury.pl API are:\n"
57 msgstr ""
58 "\n"
59 "API Wolnych Lektur zawiera następujące adresy URL:\n"
60
61 #: templates/api/main.html:41
62 #, fuzzy
63 msgid "All books"
64 msgstr "Lista utworów"
65
66 #: templates/api/main.html:43
67 msgid "Audiobooks"
68 msgstr ""
69
70 #: templates/api/main.html:45
71 msgid "DAISY"
72 msgstr ""
73
74 #: templates/api/main.html:48
75 msgid "List of all authors"
76 msgstr "Lista autorów"
77
78 #: templates/api/main.html:50
79 msgid "List of all epochs"
80 msgstr "Lista epok"
81
82 #: templates/api/main.html:52
83 msgid "List of all genres"
84 msgstr "Lista gatunków literackich"
85
86 #: templates/api/main.html:54
87 msgid "List of all kinds"
88 msgstr "Lista rodzajów literackich"
89
90 #: templates/api/main.html:57
91 msgid "List of all themes"
92 msgstr "Lista motywów i tematów literackich"
93
94 #: templates/api/main.html:63
95 #, python-format
96 msgid ""
97 "\n"
98 "Each element of those lists contains a link (in a \"href\") attibute\n"
99 "which points to individual resource's details, i.e.:\n"
100 "<a href=\"%(e1)s\">%(e1)s</a> or\n"
101 "<a href=\"%(e2)s\">%(e2)s</a>.\n"
102 msgstr ""
103 "\n"
104 "Każdy element na tych listach zawiera adres (w atrybucie „href”), pod którym "
105 "można znaleźć szczegółowe dane, np. <a href=\"%(e1)s\">%(e1)s</a> czy <a "
106 "href=\"%(e2)s\">%(e2)s</a>.\n"
107
108 #: templates/api/main.html:72
109 #, python-format
110 msgid ""
111 "\n"
112 "You can combine authors, epochs, genres and kinds to find only books "
113 "matching\n"
114 "those criteria. For instance:\n"
115 "<a href=\"%(e)s\">%(e)s</a>.\n"
116 msgstr ""
117 "\n"
118 "Można łączyć autorów, epoki, gatunki i rodzaje, aby wybrać tylko utwory "
119 "odpowiadające zadanym kryteriom. Na przykład: <a href=\"%(e)s\">%(e)s</a>.\n"
120
121 #: templates/api/main.html:80
122 #, python-format
123 msgid ""
124 "\n"
125 "If you only want top-level books and not all the children, you can use /"
126 "parent_books/, as in:\n"
127 "<a href=\"%(e)s\">%(e)s</a>.\n"
128 msgstr ""
129 "\n"
130 "Aby spośród wszystkich pasujących wybrać tylko utwory najwyższego poziomu "
131 "(pomijając ich podutwory), można użyć zapytania /parent_books/, np.: <a href="
132 "\"%(e)s\">%(e)s</a>.\n"
133
134 #: templates/api/main.html:88
135 #, python-format
136 msgid ""
137 "\n"
138 "The same way, using also books and themes, you can search for a list of "
139 "fragments:\n"
140 "<a href=\"%(e)s\">%(e)s</a>. \n"
141 "Again, each entry has a \"href\" attribute which links to the fragment's "
142 "details, i.e.:\n"
143 "<a href=\"%(f)s\">%(f)s</a>. \n"
144 msgstr ""
145 "\n"
146 "W ten sam sposób, filtrując dodatkowo według lektur lub motywów, można "
147 "wyszukiwać fragmenty:<a href=\"%(e)s\">%(e)s</a>. \n"
148 "Każdy element uzyskanej listy w atrybucie „href” zawiera link do "
149 "szczegółowego opisu danego fragmentu, np.:\n"
150 "<a href=\"%(f)s\">%(f)s</a>. \n"