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: 2019-03-01 09:45+0100\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"
19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
20 "%100<10 || n%100>=20) ? 1 : 2);\n"
26 #: templates/api/main.html:5
27 msgid "WolneLektury.pl API"
30 #: templates/api/main.html:15
34 " WolneLektury.pl API resides under <code>%(u)s</code>.\n"
35 " You can use it to access information about books, their fragments "
41 #: templates/api/main.html:23
44 " Default data serialization format is\n"
45 " <a href=\"http://en.wikipedia.org/wiki/JSON\">JSON</a>,\n"
46 " but you can also use XML by appending <code>?format=xml</code>\n"
47 " query parameter to each URL.\n"
51 #: templates/api/main.html:32
54 " The URLs in WolneLektury.pl API are:\n"
58 #: templates/api/main.html:39
62 #: templates/api/main.html:41
66 #: templates/api/main.html:43
70 #: templates/api/main.html:46
71 msgid "List of all authors"
74 #: templates/api/main.html:48
75 msgid "List of all epochs"
78 #: templates/api/main.html:50
79 msgid "List of all genres"
82 #: templates/api/main.html:52
83 msgid "List of all kinds"
86 #: templates/api/main.html:55
87 msgid "List of all themes"
90 #: templates/api/main.html:57
94 #: templates/api/main.html:63
98 " Each element of those lists contains a link (in a \"href\") "
100 " which points to individual resource's details, i.e.:\n"
101 " <a href=\"%(e1)s\">%(e1)s</a> or\n"
102 " <a href=\"%(e2)s\">%(e2)s</a>.\n"
106 #: templates/api/main.html:72
110 " You can combine authors, epochs, genres and kinds to find only books "
112 " those criteria. For instance:\n"
113 " <a href=\"%(e)s\">%(e)s</a>.\n"
117 #: templates/api/main.html:80
121 " If you only want top-level books and not all the children, you can "
122 "use /parent_books/, as in:\n"
123 " <a href=\"%(e)s\">%(e)s</a>.\n"
127 #: templates/api/main.html:88
131 " The same way, using also books and themes, you can search for a list "
133 " <a href=\"%(e)s\">%(e)s</a>.\n"
134 " Again, each entry has a \"href\" attribute which links to the "
135 "fragment's details, i.e.:\n"
136 " <a href=\"%(f)s\">%(f)s</a>.\n"
140 #: templates/oauth/authorize_token.html:4
141 #: templates/oauth/authorize_token.html:7
142 msgid "Authorize access to Wolne Lektury"
143 msgstr "Leisti prieigą prie Wolne Lektury interneto svetainės"
145 #: templates/oauth/authorize_token.html:11
148 "Confirm to authorize access to Wolne Lektury as user <strong>%(user)s</"
151 "Patvirtinkite, kad leistute prieigą prie Wolne Lektury interneto svetainės "
152 "kaip vartotojas <strong>%(user)s</strong>."
154 #: templates/oauth/authorize_token.html:17