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 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
23 #: api/templates/api/main.html:5
24 msgid "WolneLektury.pl API"
27 #: api/templates/api/main.html:15
31 " WolneLektury.pl API resides under <code>%(u)s</code>.\n"
32 " You can use it to access information about books, their fragments "
38 #: api/templates/api/main.html:23
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"
48 #: api/templates/api/main.html:32
51 " The URLs in WolneLektury.pl API are:\n"
55 #: api/templates/api/main.html:39
59 #: api/templates/api/main.html:41
63 #: api/templates/api/main.html:43
67 #: api/templates/api/main.html:46
68 msgid "List of all authors"
71 #: api/templates/api/main.html:48
72 msgid "List of all epochs"
75 #: api/templates/api/main.html:50
76 msgid "List of all genres"
79 #: api/templates/api/main.html:52
80 msgid "List of all kinds"
83 #: api/templates/api/main.html:55
84 msgid "List of all themes"
87 #: api/templates/api/main.html:57
91 #: api/templates/api/main.html:63
95 " Each element of those lists contains a link (in a \"href\") "
97 " which points to individual resource's details, i.e.:\n"
98 " <a href=\"%(e1)s\">%(e1)s</a> or\n"
99 " <a href=\"%(e2)s\">%(e2)s</a>.\n"
103 #: api/templates/api/main.html:72
107 " You can combine authors, epochs, genres and kinds to find only books "
109 " those criteria. For instance:\n"
110 " <a href=\"%(e)s\">%(e)s</a>.\n"
114 #: api/templates/api/main.html:80
118 " If you only want top-level books and not all the children, you can "
119 "use /parent_books/, as in:\n"
120 " <a href=\"%(e)s\">%(e)s</a>.\n"
124 #: api/templates/api/main.html:88
128 " The same way, using also books and themes, you can search for a list "
130 " <a href=\"%(e)s\">%(e)s</a>.\n"
131 " Again, each entry has a \"href\" attribute which links to the "
132 "fragment's details, i.e.:\n"
133 " <a href=\"%(f)s\">%(f)s</a>.\n"
137 #: api/templates/oauth/authorize_token.html:4
138 #: api/templates/oauth/authorize_token.html:7
139 msgid "Authorize access to Wolne Lektury"
142 #: api/templates/oauth/authorize_token.html:11
145 "Confirm to authorize access to Wolne Lektury as user <strong>%(user)s</"
149 #: api/templates/oauth/authorize_token.html:17