deactivated uk translation, for lack thereof
[wolnelektury.git] / apps / catalogue / 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: 2010-08-25 10:24+0000\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 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #: fields.py:47
20 #, python-format
21 msgid "Enter a valid JSON value. Error: %s"
22 msgstr ""
23
24 #: forms.py:28
25 msgid "title, author, theme/topic, epoch, kind, genre"
26 msgstr ""
27
28 #: forms.py:45
29 msgid "Shelves"
30 msgstr ""
31
32 #: forms.py:58
33 msgid "Name of the new shelf"
34 msgstr ""
35
36 #: models.py:25 models.py:585
37 msgid "author"
38 msgstr ""
39
40 #: models.py:26
41 msgid "epoch"
42 msgstr ""
43
44 #: models.py:27
45 msgid "kind"
46 msgstr ""
47
48 #: models.py:28
49 msgid "genre"
50 msgstr ""
51
52 #: models.py:29
53 msgid "theme"
54 msgstr ""
55
56 #: models.py:30
57 msgid "set"
58 msgstr ""
59
60 #: models.py:31 models.py:204
61 msgid "book"
62 msgstr ""
63
64 #: models.py:45
65 msgid "name"
66 msgstr ""
67
68 #: models.py:46 models.py:170 models.py:587 models.py:612
69 msgid "slug"
70 msgstr ""
71
72 #: models.py:47
73 msgid "sort key"
74 msgstr ""
75
76 #: models.py:48
77 msgid "category"
78 msgstr ""
79
80 #: models.py:50 models.py:87 models.py:171 models.py:306
81 msgid "description"
82 msgstr ""
83
84 #: models.py:51
85 msgid "main page"
86 msgstr ""
87
88 #: models.py:51
89 msgid "Show tag on main page"
90 msgstr ""
91
92 #: models.py:54
93 msgid "book count"
94 msgstr ""
95
96 #: models.py:55
97 msgid "year of death"
98 msgstr ""
99
100 #: models.py:71
101 msgid "tag"
102 msgstr ""
103
104 #: models.py:72
105 msgid "tags"
106 msgstr ""
107
108 #: models.py:169 models.py:584
109 msgid "title"
110 msgstr ""
111
112 #: models.py:172
113 msgid "creation date"
114 msgstr ""
115
116 #: models.py:173
117 msgid "short HTML"
118 msgstr ""
119
120 #: models.py:174
121 msgid "parent number"
122 msgstr ""
123
124 #: models.py:175
125 msgid "extra information"
126 msgstr ""
127
128 #: models.py:181
129 msgid "XML file"
130 msgstr ""
131
132 #: models.py:182
133 msgid "HTML file"
134 msgstr ""
135
136 #: models.py:183
137 msgid "PDF file"
138 msgstr ""
139
140 #: models.py:184
141 msgid "EPUB file"
142 msgstr ""
143
144 #: models.py:185
145 msgid "ODT file"
146 msgstr ""
147
148 #: models.py:186
149 msgid "TXT file"
150 msgstr ""
151
152 #: models.py:187
153 msgid "MP3 file"
154 msgstr ""
155
156 #: models.py:188
157 msgid "OGG file"
158 msgstr ""
159
160 #: models.py:205
161 msgid "books"
162 msgstr ""
163
164 #: models.py:263
165 msgid "Read online"
166 msgstr ""
167
168 #: models.py:403
169 #, python-format
170 msgid "Book %s already exists"
171 msgstr ""
172
173 #: models.py:444
174 #, python-format
175 msgid "Book with slug = \"%s\" does not exist."
176 msgstr ""
177
178 #: models.py:565
179 msgid "fragment"
180 msgstr ""
181
182 #: models.py:566
183 msgid "fragments"
184 msgstr ""
185
186 #: models.py:586
187 msgid "goes to public domain"
188 msgstr ""
189
190 #: models.py:588
191 msgid "translator"
192 msgstr ""
193
194 #: models.py:589
195 msgid "year of translator's death"
196 msgstr ""
197
198 #: models.py:593
199 msgid "book stub"
200 msgstr ""
201
202 #: models.py:594
203 msgid "book stubs"
204 msgstr ""
205
206 #: models.py:613
207 msgid "type"
208 msgstr ""
209
210 #: models.py:614
211 msgid "sha-1 hash"
212 msgstr ""
213
214 #: models.py:615
215 msgid "time"
216 msgstr ""
217
218 #: models.py:619
219 msgid "file record"
220 msgstr ""
221
222 #: models.py:620
223 msgid "file records"
224 msgstr ""
225
226 #: views.py:452
227 msgid "<p>To maintain your shelves you need to be logged in.</p>"
228 msgstr ""
229
230 #: views.py:470
231 msgid "<p>Shelves were sucessfully saved.</p>"
232 msgstr ""
233
234 #: views.py:494
235 msgid "Book was successfully removed from the shelf"
236 msgstr ""
237
238 #: views.py:496
239 msgid "This book is not on the shelf"
240 msgstr ""
241
242 #: views.py:599
243 #, python-format
244 msgid "<p>Shelf <strong>%s</strong> was successfully created</p>"
245 msgstr ""
246
247 #: views.py:614
248 #, python-format
249 msgid "<p>Shelf <strong>%s</strong> was successfully removed</p>"
250 msgstr ""
251
252 #: views.py:673
253 #, python-format
254 msgid ""
255 "An error occurred: %(exception)s\n"
256 "\n"
257 "%(tb)s"
258 msgstr ""
259
260 #: views.py:674
261 msgid "Book imported successfully"
262 msgstr ""
263
264 #: views.py:676
265 #, python-format
266 msgid "Error importing file: %r"
267 msgstr ""