translation update
[wolnelektury.git] / src / api / locale / en / 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-04-13 12:40+0200\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
20 #: models.py:15
21 msgid "slug"
22 msgstr ""
23
24 #: templates/api/main.html:5
25 msgid "WolneLektury.pl API"
26 msgstr ""
27
28 #: templates/api/main.html:16
29 #, python-format
30 msgid ""
31 "\n"
32 "WolneLektury.pl API resides under <code>%(u)s</code>.\n"
33 "You can use it to access information about books, their fragments and\n"
34 "their metadata.\n"
35 msgstr ""
36
37 #: templates/api/main.html:24
38 msgid ""
39 "\n"
40 "Default data serialization format is\n"
41 "<a href=\"http://en.wikipedia.org/wiki/JSON\">JSON</a>, \n"
42 "but you can also use XML by appending <code>?format=xml</code>\n"
43 "query parameter to each URL.\n"
44 msgstr ""
45
46 #: templates/api/main.html:33
47 msgid ""
48 "\n"
49 "The URLs in WolneLektury.pl API are:\n"
50 msgstr ""
51
52 #: templates/api/main.html:40
53 msgid "All books"
54 msgstr ""
55
56 #: templates/api/main.html:42
57 msgid "Audiobooks"
58 msgstr ""
59
60 #: templates/api/main.html:44
61 msgid "DAISY"
62 msgstr ""
63
64 #: templates/api/main.html:47
65 msgid "List of all authors"
66 msgstr ""
67
68 #: templates/api/main.html:49
69 msgid "List of all epochs"
70 msgstr ""
71
72 #: templates/api/main.html:51
73 msgid "List of all genres"
74 msgstr ""
75
76 #: templates/api/main.html:53
77 msgid "List of all kinds"
78 msgstr ""
79
80 #: templates/api/main.html:56
81 msgid "List of all themes"
82 msgstr ""
83
84 #: templates/api/main.html:58
85 msgid "Collections"
86 msgstr ""
87
88 #: templates/api/main.html:64
89 #, python-format
90 msgid ""
91 "\n"
92 "Each element of those lists contains a link (in a \"href\") attibute\n"
93 "which points to individual resource's details, i.e.:\n"
94 "<a href=\"%(e1)s\">%(e1)s</a> or\n"
95 "<a href=\"%(e2)s\">%(e2)s</a>.\n"
96 msgstr ""
97
98 #: templates/api/main.html:73
99 #, python-format
100 msgid ""
101 "\n"
102 "You can combine authors, epochs, genres and kinds to find only books "
103 "matching\n"
104 "those criteria. For instance:\n"
105 "<a href=\"%(e)s\">%(e)s</a>.\n"
106 msgstr ""
107
108 #: templates/api/main.html:81
109 #, python-format
110 msgid ""
111 "\n"
112 "If you only want top-level books and not all the children, you can use /"
113 "parent_books/, as in:\n"
114 "<a href=\"%(e)s\">%(e)s</a>.\n"
115 msgstr ""
116
117 #: templates/api/main.html:89
118 #, python-format
119 msgid ""
120 "\n"
121 "The same way, using also books and themes, you can search for a list of "
122 "fragments:\n"
123 "<a href=\"%(e)s\">%(e)s</a>. \n"
124 "Again, each entry has a \"href\" attribute which links to the fragment's "
125 "details, i.e.:\n"
126 "<a href=\"%(f)s\">%(f)s</a>. \n"
127 msgstr ""