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-03-20 12:49+0100\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 || n%100>=20) ? 1 : 2);\n"
20 #: templates/api/main.html:6
21 msgid "WolneLektury.pl API"
22 msgstr "API serwisu WolneLektury.pl"
24 #: templates/api/main.html:17
28 "WolneLektury.pl API resides under <code>%(u)s</code>.\n"
29 "You can use it to access information about books, their fragments and\n"
33 "API serwisu WolneLektury.pl znajduje się pod adresem <code>%(u)s</code>.\n"
34 "Za jego pomocą można uzyskać informacje o utworach, ich fragmentach i metadanych.\n"
36 #: templates/api/main.html:25
39 "Default data serialization format is\n"
40 "<a href=\"http://en.wikipedia.org/wiki/JSON\">JSON</a>, \n"
41 "but you can also use XML by appending <code>?format=xml</code>\n"
42 "query parameter to each URL.\n"
45 "Dane domyślnie są serializowane w formacie <a href=\"http://pl.wikipedia.org/wiki/JSON\">JSON</a>,\n"
46 "ale dostępny jest też format XML – wystarczy dodać parametr <code>?format=xml</code>\n"
47 "do każdego zapytania.\n"
49 #: templates/api/main.html:34
52 "The URLs in WolneLektury.pl API are:\n"
55 "API Wolnych Lektur zawiera następujące adresy URL:\n"
57 #: templates/api/main.html:40
58 msgid "List of all books"
59 msgstr "Lista utworów"
61 #: templates/api/main.html:42
62 msgid "List of all authors"
63 msgstr "Lista autorów"
65 #: templates/api/main.html:43
66 msgid "List of all epochs"
69 #: templates/api/main.html:44
70 msgid "List of all genres"
71 msgstr "Lista gatunków literackich"
73 #: templates/api/main.html:45
74 msgid "List of all kinds"
75 msgstr "Lista rodzajów literackich"
77 #: templates/api/main.html:47
78 msgid "List of all themes"
79 msgstr "Lista motywów i tematów literackich"
81 #: templates/api/main.html:53
85 "Each element of those lists contains a link (in a \"href\") attibute\n"
86 "which points to individual resource's details, i.e.:\n"
87 "<a href=\"%(e1)s\">%(e1)s</a> or\n"
88 "<a href=\"%(e2)s\">%(e2)s</a>.\n"
91 "Każdy element na tych listach zawiera adres (w atrybucie „href”), pod którym można znaleźć szczegółowe dane, np. <a href=\"%(e1)s\">%(e1)s</a> czy <a href=\"%(e2)s\">%(e2)s</a>.\n"
93 #: templates/api/main.html:62
97 "You can combine authors, epochs, genres and kinds to find only books matching\n"
98 "those criteria. For instance:\n"
99 "<a href=\"%(e)s\">%(e)s</a>.\n"
102 "Można łączyć autorów, epoki, gatunki i rodzaje, aby wybrać tylko utwory odpowiadające zadanym kryteriom. Na przykład: <a href=\"%(e)s\">%(e)s</a>.\n"
104 #: templates/api/main.html:70
108 "If you only want top-level books and not all the children, you can use /parent_books/, as in:\n"
109 "<a href=\"%(e)s\">%(e)s</a>.\n"
112 "Aby spośród wszystkich pasujących wybrać tylko utwory najwyższego poziomu (pomijając ich podutwory), można użyć zapytania /parent_books/, np.: <a href=\"%(e)s\">%(e)s</a>.\n"
114 #: templates/api/main.html:78
118 "The same way, using also books and themes, you can search for a list of fragments:\n"
119 "<a href=\"%(e)s\">%(e)s</a>. \n"
120 "Again, each entry has a \"href\" attribute which links to the fragment's details, i.e.:\n"
121 "<a href=\"%(f)s\">%(f)s</a>. \n"
124 "W ten sam sposób, filtrując dodatkowo według lektur lub motywów, można wyszukiwać fragmenty:<a href=\"%(e)s\">%(e)s</a>. \n"
125 "Każdy element uzyskanej listy w atrybucie „href” zawiera link do szczegółowego opisu danego fragmentu, np.:\n"
126 "<a href=\"%(f)s\">%(f)s</a>. \n"