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