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=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
25 #: api/templates/api/main.html:5
26 msgid "WolneLektury.pl API"
29 #: api/templates/api/main.html:15
33 " WolneLektury.pl API resides under <code>%(u)s</code>.\n"
34 " You can use it to access information about books, their fragments "
40 #: api/templates/api/main.html:23
43 " Default data serialization format is\n"
44 " <a href=\"http://en.wikipedia.org/wiki/JSON\">JSON</a>,\n"
45 " but you can also use XML by appending <code>?format=xml</code>\n"
46 " query parameter to each URL.\n"
50 #: api/templates/api/main.html:32
53 " The URLs in WolneLektury.pl API are:\n"
57 #: api/templates/api/main.html:39
61 #: api/templates/api/main.html:41
65 #: api/templates/api/main.html:43
69 #: api/templates/api/main.html:46
70 msgid "List of all authors"
73 #: api/templates/api/main.html:48
74 msgid "List of all epochs"
77 #: api/templates/api/main.html:50
78 msgid "List of all genres"
81 #: api/templates/api/main.html:52
82 msgid "List of all kinds"
85 #: api/templates/api/main.html:55
86 msgid "List of all themes"
89 #: api/templates/api/main.html:57
93 #: api/templates/api/main.html:63
97 " Each element of those lists contains a link (in a \"href\") "
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"
105 #: api/templates/api/main.html:72
109 " You can combine authors, epochs, genres and kinds to find only books "
111 " those criteria. For instance:\n"
112 " <a href=\"%(e)s\">%(e)s</a>.\n"
116 #: api/templates/api/main.html:80
120 " If you only want top-level books and not all the children, you can "
121 "use /parent_books/, as in:\n"
122 " <a href=\"%(e)s\">%(e)s</a>.\n"
126 #: api/templates/api/main.html:88
130 " The same way, using also books and themes, you can search for a list "
132 " <a href=\"%(e)s\">%(e)s</a>.\n"
133 " Again, each entry has a \"href\" attribute which links to the "
134 "fragment's details, i.e.:\n"
135 " <a href=\"%(f)s\">%(f)s</a>.\n"
139 #: api/templates/oauth/authorize_token.html:4
140 #: api/templates/oauth/authorize_token.html:7
141 msgid "Authorize access to Wolne Lektury"
142 msgstr "Авторизувати доступ до Wolne Lektury"
144 #: api/templates/oauth/authorize_token.html:11
147 "Confirm to authorize access to Wolne Lektury as user <strong>%(user)s</"
150 "Підтвердити, щоб авторизувати доступ до Wolne Lektury від імені користувача "
151 "<strong>%(user)s</strong>."
153 #: api/templates/oauth/authorize_token.html:17