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-02-01 09:35+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 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
26 #: templates/api/main.html:5
27 msgid "WolneLektury.pl API"
30 #: templates/api/main.html:16
34 "WolneLektury.pl API resides under <code>%(u)s</code>.\n"
35 "You can use it to access information about books, their fragments and\n"
39 #: templates/api/main.html:24
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"
48 #: templates/api/main.html:33
51 "The URLs in WolneLektury.pl API are:\n"
54 #: templates/api/main.html:40
58 #: templates/api/main.html:42
62 #: templates/api/main.html:44
66 #: templates/api/main.html:47
67 msgid "List of all authors"
70 #: templates/api/main.html:49
71 msgid "List of all epochs"
74 #: templates/api/main.html:51
75 msgid "List of all genres"
78 #: templates/api/main.html:53
79 msgid "List of all kinds"
82 #: templates/api/main.html:56
83 msgid "List of all themes"
86 #: templates/api/main.html:58
90 #: templates/api/main.html:64
94 "Each element of those lists contains a link (in a \"href\") attibute\n"
95 "which points to individual resource's details, i.e.:\n"
96 "<a href=\"%(e1)s\">%(e1)s</a> or\n"
97 "<a href=\"%(e2)s\">%(e2)s</a>.\n"
100 #: templates/api/main.html:73
104 "You can combine authors, epochs, genres and kinds to find only books "
106 "those criteria. For instance:\n"
107 "<a href=\"%(e)s\">%(e)s</a>.\n"
110 #: templates/api/main.html:81
114 "If you only want top-level books and not all the children, you can use /"
115 "parent_books/, as in:\n"
116 "<a href=\"%(e)s\">%(e)s</a>.\n"
119 #: templates/api/main.html:89
123 "The same way, using also books and themes, you can search for a list of "
125 "<a href=\"%(e)s\">%(e)s</a>. \n"
126 "Again, each entry has a \"href\" attribute which links to the fragment's "
128 "<a href=\"%(f)s\">%(f)s</a>. \n"