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.
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2016-09-14 12:34+0200\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
24 #: templates/api/main.html:5
25 msgid "WolneLektury.pl API"
28 #: templates/api/main.html:15
32 " WolneLektury.pl API resides under <code>%(u)s</code>.\n"
33 " You can use it to access information about books, their fragments "
39 #: templates/api/main.html:23
42 " Default data serialization format is\n"
43 " <a href=\"http://en.wikipedia.org/wiki/JSON\">JSON</a>,\n"
44 " but you can also use XML by appending <code>?format=xml</code>\n"
45 " query parameter to each URL.\n"
49 #: templates/api/main.html:32
52 " The URLs in WolneLektury.pl API are:\n"
56 #: templates/api/main.html:39
60 #: templates/api/main.html:41
64 #: templates/api/main.html:43
68 #: templates/api/main.html:46
69 msgid "List of all authors"
72 #: templates/api/main.html:48
73 msgid "List of all epochs"
76 #: templates/api/main.html:50
77 msgid "List of all genres"
80 #: templates/api/main.html:52
81 msgid "List of all kinds"
84 #: templates/api/main.html:55
85 msgid "List of all themes"
88 #: templates/api/main.html:57
92 #: templates/api/main.html:63
96 " Each element of those lists contains a link (in a \"href\") "
98 " which points to individual resource's details, i.e.:\n"
99 " <a href=\"%(e1)s\">%(e1)s</a> or\n"
100 " <a href=\"%(e2)s\">%(e2)s</a>.\n"
104 #: templates/api/main.html:72
108 " You can combine authors, epochs, genres and kinds to find only books "
110 " those criteria. For instance:\n"
111 " <a href=\"%(e)s\">%(e)s</a>.\n"
115 #: templates/api/main.html:80
119 " If you only want top-level books and not all the children, you can "
120 "use /parent_books/, as in:\n"
121 " <a href=\"%(e)s\">%(e)s</a>.\n"
125 #: templates/api/main.html:88
129 " The same way, using also books and themes, you can search for a list "
131 " <a href=\"%(e)s\">%(e)s</a>.\n"
132 " Again, each entry has a \"href\" attribute which links to the "
133 "fragment's details, i.e.:\n"
134 " <a href=\"%(f)s\">%(f)s</a>.\n"