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.
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"
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"
21 #: templates/api/main.html:6
22 msgid "WolneLektury.pl API"
23 msgstr "API serwisu WolneLektury.pl"
25 #: templates/api/main.html:17
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"
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 "
38 #: templates/api/main.html:25
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"
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>?"
51 "do każdego zapytania.\n"
53 #: templates/api/main.html:34
56 "The URLs in WolneLektury.pl API are:\n"
59 "API Wolnych Lektur zawiera następujące adresy URL:\n"
61 #: templates/api/main.html:41
64 msgstr "Lista utworów"
66 #: templates/api/main.html:43
70 #: templates/api/main.html:45
74 #: templates/api/main.html:48
75 msgid "List of all authors"
76 msgstr "Lista autorów"
78 #: templates/api/main.html:50
79 msgid "List of all epochs"
82 #: templates/api/main.html:52
83 msgid "List of all genres"
84 msgstr "Lista gatunków literackich"
86 #: templates/api/main.html:54
87 msgid "List of all kinds"
88 msgstr "Lista rodzajów literackich"
90 #: templates/api/main.html:57
91 msgid "List of all themes"
92 msgstr "Lista motywów i tematów literackich"
94 #: templates/api/main.html:63
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"
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"
108 #: templates/api/main.html:72
112 "You can combine authors, epochs, genres and kinds to find only books "
114 "those criteria. For instance:\n"
115 "<a href=\"%(e)s\">%(e)s</a>.\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"
121 #: templates/api/main.html:80
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"
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"
134 #: templates/api/main.html:88
138 "The same way, using also books and themes, you can search for a list of "
140 "<a href=\"%(e)s\">%(e)s</a>. \n"
141 "Again, each entry has a \"href\" attribute which links to the fragment's "
143 "<a href=\"%(f)s\">%(f)s</a>. \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"