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"
18 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24 #: api/templates/api/main.html:7 api/templates/api/main.html:11
25 msgid "WolneLektury.pl API"
28 #: api/templates/api/main.html:21
32 " WolneLektury.pl API resides under <code>%(u)s</code>.\n"
33 " You can use it to access information about books, their fragments "
39 #: api/templates/api/main.html:29
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 #: api/templates/api/main.html:38
52 " The URLs in WolneLektury.pl API are:\n"
56 #: api/templates/api/main.html:45
60 #: api/templates/api/main.html:47
64 #: api/templates/api/main.html:49
68 #: api/templates/api/main.html:52
69 msgid "List of all authors"
72 #: api/templates/api/main.html:54
73 msgid "List of all epochs"
76 #: api/templates/api/main.html:56
77 msgid "List of all genres"
80 #: api/templates/api/main.html:58
81 msgid "List of all kinds"
84 #: api/templates/api/main.html:61
85 msgid "List of all themes"
88 #: api/templates/api/main.html:63
92 #: api/templates/api/main.html:69
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 #: api/templates/api/main.html:78
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 #: api/templates/api/main.html:86
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 #: api/templates/api/main.html:94
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"
138 #: api/templates/oauth/authorize_token.html:6
139 #: api/templates/oauth/authorize_token.html:10
140 #: api/templates/oauth/authorize_token.html:13
141 msgid "Authorize access to Wolne Lektury"
142 msgstr "Autoriza el acceso a Wolne Lektury"
144 #: api/templates/oauth/authorize_token.html:17
147 "Confirm to authorize access to Wolne Lektury as user <strong>%(user)s</"
150 "Confirma para autorizar el acceso a Wolne Lektury como el usuario "
151 "<strong>%(user)s</strong>."
153 #: api/templates/oauth/authorize_token.html:23