translation update
[wolnelektury.git] / src / api / locale / uk / LC_MESSAGES / django.po
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.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2016-01-25 13:22+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"
15 "Language: \n"
16 "MIME-Version: 1.0\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"
21
22 #: models.py:15
23 msgid "slug"
24 msgstr ""
25
26 #: templates/api/main.html:5
27 msgid "WolneLektury.pl API"
28 msgstr ""
29
30 #: templates/api/main.html:16
31 #, python-format
32 msgid ""
33 "\n"
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"
36 "their metadata.\n"
37 msgstr ""
38
39 #: templates/api/main.html:24
40 msgid ""
41 "\n"
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"
46 msgstr ""
47
48 #: templates/api/main.html:33
49 msgid ""
50 "\n"
51 "The URLs in WolneLektury.pl API are:\n"
52 msgstr ""
53
54 #: templates/api/main.html:40
55 msgid "All books"
56 msgstr ""
57
58 #: templates/api/main.html:42
59 msgid "Audiobooks"
60 msgstr ""
61
62 #: templates/api/main.html:44
63 msgid "DAISY"
64 msgstr ""
65
66 #: templates/api/main.html:47
67 msgid "List of all authors"
68 msgstr ""
69
70 #: templates/api/main.html:49
71 msgid "List of all epochs"
72 msgstr ""
73
74 #: templates/api/main.html:51
75 msgid "List of all genres"
76 msgstr ""
77
78 #: templates/api/main.html:53
79 msgid "List of all kinds"
80 msgstr ""
81
82 #: templates/api/main.html:56
83 msgid "List of all themes"
84 msgstr ""
85
86 #: templates/api/main.html:58
87 msgid "Collections"
88 msgstr ""
89
90 #: templates/api/main.html:64
91 #, python-format
92 msgid ""
93 "\n"
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"
98 msgstr ""
99
100 #: templates/api/main.html:73
101 #, python-format
102 msgid ""
103 "\n"
104 "You can combine authors, epochs, genres and kinds to find only books "
105 "matching\n"
106 "those criteria. For instance:\n"
107 "<a href=\"%(e)s\">%(e)s</a>.\n"
108 msgstr ""
109
110 #: templates/api/main.html:81
111 #, python-format
112 msgid ""
113 "\n"
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"
117 msgstr ""
118
119 #: templates/api/main.html:89
120 #, python-format
121 msgid ""
122 "\n"
123 "The same way, using also books and themes, you can search for a list of "
124 "fragments:\n"
125 "<a href=\"%(e)s\">%(e)s</a>. \n"
126 "Again, each entry has a \"href\" attribute which links to the fragment's "
127 "details, i.e.:\n"
128 "<a href=\"%(f)s\">%(f)s</a>. \n"
129 msgstr ""