1 | # Translation of django.po to.
|
---|
2 | # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
---|
3 | # This file is distributed under the same license as the PACKAGE package.
|
---|
4 | # Vladimir Labath <vlado@labath.org>, 2005.
|
---|
5 | #
|
---|
6 | #, fuzzy
|
---|
7 | msgid ""
|
---|
8 | msgstr ""
|
---|
9 | "Project-Id-Version: PACKAGE VERSION\n"
|
---|
10 | "Report-Msgid-Bugs-To: \n"
|
---|
11 | "POT-Creation-Date: 2005-11-28 11:32+0100\n"
|
---|
12 | "PO-Revision-Date: 2005-11-10 23:22-0500\n"
|
---|
13 | "Last-Translator: Vladimir Labath <vlado@labath.org>\n"
|
---|
14 | "Language-Team: Slovak <sk@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 | #: contrib/comments/models/comments.py:8
|
---|
20 | #: contrib/comments/models/comments.py:161
|
---|
21 | msgid "object ID"
|
---|
22 | msgstr "objekt ID"
|
---|
23 |
|
---|
24 | #: contrib/comments/models/comments.py:9
|
---|
25 | msgid "headline"
|
---|
26 | msgstr "titulok"
|
---|
27 |
|
---|
28 | #: contrib/comments/models/comments.py:10
|
---|
29 | #: contrib/comments/models/comments.py:162
|
---|
30 | msgid "comment"
|
---|
31 | msgstr "komentár"
|
---|
32 |
|
---|
33 | #: contrib/comments/models/comments.py:11
|
---|
34 | msgid "rating #1"
|
---|
35 | msgstr "hodnotenie #1"
|
---|
36 |
|
---|
37 | #: contrib/comments/models/comments.py:12
|
---|
38 | msgid "rating #2"
|
---|
39 | msgstr "hodnotenie #2"
|
---|
40 |
|
---|
41 | #: contrib/comments/models/comments.py:13
|
---|
42 | msgid "rating #3"
|
---|
43 | msgstr "hodnotenie #3"
|
---|
44 |
|
---|
45 | #: contrib/comments/models/comments.py:14
|
---|
46 | msgid "rating #4"
|
---|
47 | msgstr "hodnotenie #4"
|
---|
48 |
|
---|
49 | #: contrib/comments/models/comments.py:15
|
---|
50 | msgid "rating #5"
|
---|
51 | msgstr "hodnotenie #5"
|
---|
52 |
|
---|
53 | #: contrib/comments/models/comments.py:16
|
---|
54 | msgid "rating #6"
|
---|
55 | msgstr "hodnotenie #6"
|
---|
56 |
|
---|
57 | #: contrib/comments/models/comments.py:17
|
---|
58 | msgid "rating #7"
|
---|
59 | msgstr "hodnotenie #7"
|
---|
60 |
|
---|
61 | #: contrib/comments/models/comments.py:18
|
---|
62 | msgid "rating #8"
|
---|
63 | msgstr "hodnotenie #8"
|
---|
64 |
|
---|
65 | #: contrib/comments/models/comments.py:23
|
---|
66 | msgid "is valid rating"
|
---|
67 | msgstr "je platné hodnotenie"
|
---|
68 |
|
---|
69 | #: contrib/comments/models/comments.py:24
|
---|
70 | #: contrib/comments/models/comments.py:164
|
---|
71 | msgid "date/time submitted"
|
---|
72 | msgstr "dátum/čas poslania"
|
---|
73 |
|
---|
74 | #: contrib/comments/models/comments.py:25
|
---|
75 | #: contrib/comments/models/comments.py:165
|
---|
76 | msgid "is public"
|
---|
77 | msgstr "je zveréjnený"
|
---|
78 |
|
---|
79 | #: contrib/comments/models/comments.py:26 contrib/admin/views/doc.py:254
|
---|
80 | msgid "IP address"
|
---|
81 | msgstr "IP adresa"
|
---|
82 |
|
---|
83 | #: contrib/comments/models/comments.py:27
|
---|
84 | msgid "is removed"
|
---|
85 | msgstr "je vymazaný"
|
---|
86 |
|
---|
87 | #: contrib/comments/models/comments.py:27
|
---|
88 | msgid ""
|
---|
89 | "Check this box if the comment is inappropriate. A \"This comment has been "
|
---|
90 | "removed\" message will be displayed instead."
|
---|
91 | msgstr ""
|
---|
92 | "Ak je tento komentár nevhodný, tu ho poznačte. \"Tento komentár bol vymazaný"
|
---|
93 | "\" táto správa sa objaví namiesto neho."
|
---|
94 |
|
---|
95 | #: contrib/comments/models/comments.py:31
|
---|
96 | msgid "Comment"
|
---|
97 | msgstr "Komentár"
|
---|
98 |
|
---|
99 | #: contrib/comments/models/comments.py:32
|
---|
100 | msgid "Comments"
|
---|
101 | msgstr "Komentáre"
|
---|
102 |
|
---|
103 | #: contrib/comments/models/comments.py:85
|
---|
104 | #: contrib/comments/models/comments.py:204
|
---|
105 | msgid "Content object"
|
---|
106 | msgstr "Obsah objektu"
|
---|
107 |
|
---|
108 | #: contrib/comments/models/comments.py:113
|
---|
109 | #, python-format
|
---|
110 | msgid ""
|
---|
111 | "Posted by %(user)s at %(date)s\n"
|
---|
112 | "\n"
|
---|
113 | "%(comment)s\n"
|
---|
114 | "\n"
|
---|
115 | "http://%(domain)s%(url)s"
|
---|
116 | msgstr ""
|
---|
117 | "Od %(user)s dňa %(date)s\n"
|
---|
118 | "\n"
|
---|
119 | "%(comment)s\n"
|
---|
120 | "\n"
|
---|
121 | "http://%(domain)s%(url)s"
|
---|
122 |
|
---|
123 | #: contrib/comments/models/comments.py:163
|
---|
124 | msgid "person's name"
|
---|
125 | msgstr "krstné meno"
|
---|
126 |
|
---|
127 | #: contrib/comments/models/comments.py:166
|
---|
128 | msgid "ip address"
|
---|
129 | msgstr "ip adresa"
|
---|
130 |
|
---|
131 | #: contrib/comments/models/comments.py:168
|
---|
132 | msgid "approved by staff"
|
---|
133 | msgstr "je zamestnancom"
|
---|
134 |
|
---|
135 | #: contrib/comments/models/comments.py:172
|
---|
136 | msgid "Free comment"
|
---|
137 | msgstr "Voľný komentár"
|
---|
138 |
|
---|
139 | #: contrib/comments/models/comments.py:173
|
---|
140 | msgid "Free comments"
|
---|
141 | msgstr "Voľné komentáre"
|
---|
142 |
|
---|
143 | #: contrib/comments/models/comments.py:209
|
---|
144 | msgid "score"
|
---|
145 | msgstr "stav"
|
---|
146 |
|
---|
147 | #: contrib/comments/models/comments.py:210
|
---|
148 | msgid "score date"
|
---|
149 | msgstr "údaje stavu"
|
---|
150 |
|
---|
151 | #: contrib/comments/models/comments.py:213
|
---|
152 | msgid "Karma score"
|
---|
153 | msgstr "Karma údaj"
|
---|
154 |
|
---|
155 | #: contrib/comments/models/comments.py:214
|
---|
156 | msgid "Karma scores"
|
---|
157 | msgstr "Karma údaje"
|
---|
158 |
|
---|
159 | #: contrib/comments/models/comments.py:223
|
---|
160 | #, python-format
|
---|
161 | msgid "%(score)d rating by %(user)s"
|
---|
162 | msgstr "%(score)d hodnotiteľ %(user)s"
|
---|
163 |
|
---|
164 | #: contrib/comments/models/comments.py:248
|
---|
165 | msgid "flag date"
|
---|
166 | msgstr "dátumové návestie"
|
---|
167 |
|
---|
168 | #: contrib/comments/models/comments.py:251
|
---|
169 | msgid "User flag"
|
---|
170 | msgstr "Návestie uživateľa"
|
---|
171 |
|
---|
172 | #: contrib/comments/models/comments.py:252
|
---|
173 | msgid "User flags"
|
---|
174 | msgstr "Návestia užívateľa"
|
---|
175 |
|
---|
176 | #: contrib/comments/models/comments.py:256
|
---|
177 | #, python-format
|
---|
178 | msgid "Flag by %r"
|
---|
179 | msgstr " %r návestie"
|
---|
180 |
|
---|
181 | #: contrib/comments/models/comments.py:271
|
---|
182 | #, python-format
|
---|
183 | msgid ""
|
---|
184 | "This comment was flagged by %(user)s:\n"
|
---|
185 | "\n"
|
---|
186 | "%(text)s"
|
---|
187 | msgstr ""
|
---|
188 | "Tento komentár bol označený užívateľom %(user)s:\n"
|
---|
189 | "\n"
|
---|
190 | "%(text)s"
|
---|
191 |
|
---|
192 | #: contrib/comments/models/comments.py:278
|
---|
193 | msgid "deletion date"
|
---|
194 | msgstr "odstránené dátumy"
|
---|
195 |
|
---|
196 | #: contrib/comments/models/comments.py:281
|
---|
197 | msgid "Moderator deletion"
|
---|
198 | msgstr "Moderátor odstránenia"
|
---|
199 |
|
---|
200 | #: contrib/comments/models/comments.py:282
|
---|
201 | msgid "Moderator deletions"
|
---|
202 | msgstr "Moderátor odstránení"
|
---|
203 |
|
---|
204 | #: contrib/comments/models/comments.py:286
|
---|
205 | #, python-format
|
---|
206 | msgid "Moderator deletion by %r"
|
---|
207 | msgstr "Moderátor odstránenia %r"
|
---|
208 |
|
---|
209 | #: contrib/comments/views/karma.py:18
|
---|
210 | msgid "Anonymous users cannot vote"
|
---|
211 | msgstr "Hlasovať môžu len prihlásení užívatelia"
|
---|
212 |
|
---|
213 | #: contrib/comments/views/karma.py:22
|
---|
214 | msgid "Invalid comment ID"
|
---|
215 | msgstr "Chybné ID komentára"
|
---|
216 |
|
---|
217 | #: contrib/comments/views/karma.py:24
|
---|
218 | msgid "No voting for yourself"
|
---|
219 | msgstr "Nemôžeš hlasovať za seba"
|
---|
220 |
|
---|
221 | #: contrib/comments/views/comments.py:25
|
---|
222 | msgid ""
|
---|
223 | "This rating is required because you've entered at least one other rating."
|
---|
224 | msgstr "Toto hlasovanie je nevyhnutné, lebo súvisí s predchádzjúcou voľbou."
|
---|
225 |
|
---|
226 | #: contrib/comments/views/comments.py:109
|
---|
227 | #, python-format
|
---|
228 | msgid ""
|
---|
229 | "This comment was posted by a user who has posted fewer than %(count)s "
|
---|
230 | "comment:\n"
|
---|
231 | "\n"
|
---|
232 | "%(text)s"
|
---|
233 | msgid_plural ""
|
---|
234 | "This comment was posted by a user who has posted fewer than %(count)s "
|
---|
235 | "comments:\n"
|
---|
236 | "\n"
|
---|
237 | "%(text)s"
|
---|
238 | msgstr[0] ""
|
---|
239 | "Tento komentár je od užívateľa, ktorý doteraz poslal minimálne %(count)s "
|
---|
240 | "komentár:\n"
|
---|
241 | "\n"
|
---|
242 | "%(text)s"
|
---|
243 | msgstr[1] ""
|
---|
244 | "Tento komentár je od užívateľa, ktorý doteraz poslal najmenej %(count)s "
|
---|
245 | "komentárov:\n"
|
---|
246 | "\n"
|
---|
247 | "%(text)s"
|
---|
248 |
|
---|
249 | #: contrib/comments/views/comments.py:114
|
---|
250 | #, python-format
|
---|
251 | msgid ""
|
---|
252 | "This comment was posted by a sketchy user:\n"
|
---|
253 | "\n"
|
---|
254 | "%(text)s"
|
---|
255 | msgstr ""
|
---|
256 | "Tento komentár je od veľmi náznakového užívateľa:\n"
|
---|
257 | "\n"
|
---|
258 | "%(text)s"
|
---|
259 |
|
---|
260 | #: contrib/comments/views/comments.py:186
|
---|
261 | #: contrib/comments/views/comments.py:277
|
---|
262 | msgid "Only POSTs are allowed"
|
---|
263 | msgstr "Dovolené sú len POST"
|
---|
264 |
|
---|
265 | #: contrib/comments/views/comments.py:190
|
---|
266 | #: contrib/comments/views/comments.py:281
|
---|
267 | msgid "One or more of the required fields wasn't submitted"
|
---|
268 | msgstr "Jedno alebo viac povinných polí nebolo vložených"
|
---|
269 |
|
---|
270 | #: contrib/comments/views/comments.py:194
|
---|
271 | #: contrib/comments/views/comments.py:283
|
---|
272 | msgid "Somebody tampered with the comment form (security violation)"
|
---|
273 | msgstr "Niekto skúšal manipulovať s formulárom komentára (porušená bezpečnosť)"
|
---|
274 |
|
---|
275 | #: contrib/comments/views/comments.py:204
|
---|
276 | #: contrib/comments/views/comments.py:289
|
---|
277 | msgid ""
|
---|
278 | "The comment form had an invalid 'target' parameter -- the object ID was "
|
---|
279 | "invalid"
|
---|
280 | msgstr ""
|
---|
281 | "Formulár komentára ma chybný 'cieľový' parameter -- the objekt ID bol "
|
---|
282 | "poškodený"
|
---|
283 |
|
---|
284 | #: contrib/comments/views/comments.py:254
|
---|
285 | #: contrib/comments/views/comments.py:318
|
---|
286 | msgid "The comment form didn't provide either 'preview' or 'post'"
|
---|
287 | msgstr "Formulár komentára neposkytuje odpoveď buď 'prezri' alebo 'pošli'"
|
---|
288 |
|
---|
289 | #: contrib/admin/filterspecs.py:40
|
---|
290 | #, python-format
|
---|
291 | msgid ""
|
---|
292 | "<h3>By %s:</h3>\n"
|
---|
293 | "<ul>\n"
|
---|
294 | msgstr ""
|
---|
295 | "<h3>Od %s:</h3>\n"
|
---|
296 | "<ul>\n"
|
---|
297 |
|
---|
298 | #: contrib/admin/filterspecs.py:70 contrib/admin/filterspecs.py:88
|
---|
299 | #: contrib/admin/filterspecs.py:143
|
---|
300 | msgid "All"
|
---|
301 | msgstr "Všetko"
|
---|
302 |
|
---|
303 | #: contrib/admin/filterspecs.py:109
|
---|
304 | msgid "Any date"
|
---|
305 | msgstr "Ľubovoľný dátum"
|
---|
306 |
|
---|
307 | #: contrib/admin/filterspecs.py:110
|
---|
308 | msgid "Today"
|
---|
309 | msgstr "Dnes"
|
---|
310 |
|
---|
311 | #: contrib/admin/filterspecs.py:113
|
---|
312 | msgid "Past 7 days"
|
---|
313 | msgstr "Posledných 7 dní"
|
---|
314 |
|
---|
315 | #: contrib/admin/filterspecs.py:115
|
---|
316 | msgid "This month"
|
---|
317 | msgstr "Tento mesiac"
|
---|
318 |
|
---|
319 | #: contrib/admin/filterspecs.py:117
|
---|
320 | msgid "This year"
|
---|
321 | msgstr "Tento rok"
|
---|
322 |
|
---|
323 | #: contrib/admin/filterspecs.py:143
|
---|
324 | msgid "Yes"
|
---|
325 | msgstr "Áno"
|
---|
326 |
|
---|
327 | #: contrib/admin/filterspecs.py:143
|
---|
328 | msgid "No"
|
---|
329 | msgstr "Nie"
|
---|
330 |
|
---|
331 | #: contrib/admin/filterspecs.py:150
|
---|
332 | msgid "Unknown"
|
---|
333 | msgstr "Neznámy"
|
---|
334 |
|
---|
335 | #: contrib/admin/models/admin.py:6
|
---|
336 | msgid "action time"
|
---|
337 | msgstr "čas udalosti"
|
---|
338 |
|
---|
339 | #: contrib/admin/models/admin.py:9
|
---|
340 | msgid "object id"
|
---|
341 | msgstr "objekt id"
|
---|
342 |
|
---|
343 | #: contrib/admin/models/admin.py:10
|
---|
344 | msgid "object repr"
|
---|
345 | msgstr "objekt repr"
|
---|
346 |
|
---|
347 | #: contrib/admin/models/admin.py:11
|
---|
348 | msgid "action flag"
|
---|
349 | msgstr "návestie udalosti"
|
---|
350 |
|
---|
351 | #: contrib/admin/models/admin.py:12
|
---|
352 | msgid "change message"
|
---|
353 | msgstr "zmena zprávy"
|
---|
354 |
|
---|
355 | #: contrib/admin/models/admin.py:15
|
---|
356 | msgid "log entry"
|
---|
357 | msgstr "záznam priebehu"
|
---|
358 |
|
---|
359 | #: contrib/admin/models/admin.py:16
|
---|
360 | msgid "log entries"
|
---|
361 | msgstr "záznamy priebehu"
|
---|
362 |
|
---|
363 | #: contrib/admin/templatetags/admin_list.py:245
|
---|
364 | msgid "All dates"
|
---|
365 | msgstr "Všetky dátumy"
|
---|
366 |
|
---|
367 | #: contrib/admin/views/decorators.py:22
|
---|
368 | #: contrib/admin/templates/admin/login.html:24
|
---|
369 | msgid "Log in"
|
---|
370 | msgstr "Prihlásenie"
|
---|
371 |
|
---|
372 | #: contrib/admin/views/decorators.py:56
|
---|
373 | msgid ""
|
---|
374 | "Please log in again, because your session has expired. Don't worry: Your "
|
---|
375 | "submission has been saved."
|
---|
376 | msgstr ""
|
---|
377 | "Prosím prihlaste sa znovu, lebo čas vášho sedenia vypršal. Nemajte obavy: "
|
---|
378 | "Vaše údaje su uchované."
|
---|
379 |
|
---|
380 | #: contrib/admin/views/decorators.py:63
|
---|
381 | msgid ""
|
---|
382 | "Looks like your browser isn't configured to accept cookies. Please enable "
|
---|
383 | "cookies, reload this page, and try again."
|
---|
384 | msgstr ""
|
---|
385 | "Vyzerá, že váš prehliadač nemá povolené cookies. Prosím povoľte cookies, "
|
---|
386 | "znovu načítajte túto stránku a skúste činnosť znovu."
|
---|
387 |
|
---|
388 | #: contrib/admin/views/decorators.py:77
|
---|
389 | msgid "Usernames cannot contain the '@' character."
|
---|
390 | msgstr "Meno užívateľa nemože obsahovať znak '@' ."
|
---|
391 |
|
---|
392 | #: contrib/admin/views/decorators.py:79
|
---|
393 | #, python-format
|
---|
394 | msgid "Your e-mail address is not your username. Try '%s' instead."
|
---|
395 | msgstr "Vaša e-mailova adresa nie je vaše užívateľské meno. Skúste '%s'."
|
---|
396 |
|
---|
397 | #: contrib/admin/views/main.py:49
|
---|
398 | msgid "Site administration"
|
---|
399 | msgstr "Administrácia webu"
|
---|
400 |
|
---|
401 | #: contrib/admin/views/main.py:64
|
---|
402 | #, python-format
|
---|
403 | msgid "Select %s"
|
---|
404 | msgstr "Výber %s"
|
---|
405 |
|
---|
406 | #: contrib/admin/views/main.py:65
|
---|
407 | #, python-format
|
---|
408 | msgid "Select %s to change"
|
---|
409 | msgstr "Výber %s na zmenu"
|
---|
410 |
|
---|
411 | #: contrib/admin/views/main.py:411
|
---|
412 | #, python-format
|
---|
413 | msgid "The %(name)s \"%(obj)s\" was added successfully."
|
---|
414 | msgstr "Objekt %(name)s \"%(obj)s\" bol úspešne pridaný."
|
---|
415 |
|
---|
416 | #: contrib/admin/views/main.py:416 contrib/admin/views/main.py:492
|
---|
417 | msgid "You may edit it again below."
|
---|
418 | msgstr "Môžete urobiť zmeny zase nižšie."
|
---|
419 |
|
---|
420 | #: contrib/admin/views/main.py:424 contrib/admin/views/main.py:501
|
---|
421 | #, python-format
|
---|
422 | msgid "You may add another %s below."
|
---|
423 | msgstr "Môžete pridať ďalší %s nižšie."
|
---|
424 |
|
---|
425 | #: contrib/admin/views/main.py:441
|
---|
426 | msgid "Add %s"
|
---|
427 | msgstr "Pridaj %s"
|
---|
428 |
|
---|
429 | #: contrib/admin/views/main.py:457
|
---|
430 | #, python-format
|
---|
431 | msgid "Added %s."
|
---|
432 | msgstr "Bol pridaný %s."
|
---|
433 |
|
---|
434 | #: contrib/admin/views/main.py:457 contrib/admin/views/main.py:459
|
---|
435 | #: contrib/admin/views/main.py:461
|
---|
436 | msgid "and"
|
---|
437 | msgstr "a"
|
---|
438 |
|
---|
439 | #: contrib/admin/views/main.py:459
|
---|
440 | msgid "Changed %s."
|
---|
441 | msgstr "Bol zmenený %s"
|
---|
442 |
|
---|
443 | #: contrib/admin/views/main.py:461
|
---|
444 | #, python-format
|
---|
445 | msgid "Deleted %s."
|
---|
446 | msgstr "Bol vymazaný %s."
|
---|
447 |
|
---|
448 | #: contrib/admin/views/main.py:464
|
---|
449 | msgid "No fields changed."
|
---|
450 | msgstr "Polia neboli zmenené."
|
---|
451 |
|
---|
452 | #: contrib/admin/views/main.py:489
|
---|
453 | #, python-format
|
---|
454 | msgid "The %(name)s \"%(obj)s\" was changed successfully."
|
---|
455 | msgstr "Objekt %(name)s \"%(obj)s\" boli úspešne zmenený."
|
---|
456 |
|
---|
457 | #: contrib/admin/views/main.py:498
|
---|
458 | #, python-format
|
---|
459 | msgid ""
|
---|
460 | "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below."
|
---|
461 | msgstr ""
|
---|
462 | "Objekt %(name)s \"%(obj)s\" bol úspešne zmenený. Ďalšie zmeny môžete urobiť zase nižšie."
|
---|
463 |
|
---|
464 | #: contrib/admin/views/main.py:536
|
---|
465 | msgid "Change %s"
|
---|
466 | msgstr "Zmeň %s"
|
---|
467 |
|
---|
468 | #: contrib/admin/views/main.py:614
|
---|
469 | #, python-format
|
---|
470 | msgid "One or more %(fieldname)s in %(name)s: %(obj)s"
|
---|
471 | msgstr "Jeden alebo viac %(fieldname)s v %(name)s: %(obj)s"
|
---|
472 |
|
---|
473 | #: contrib/admin/views/main.py:619
|
---|
474 | #, python-format
|
---|
475 | msgid "One or more %(fieldname)s in %(name)s:"
|
---|
476 | msgstr "Jeden alebo viac %(fieldname)s v %(name)s:"
|
---|
477 |
|
---|
478 | #: contrib/admin/views/main.py:648
|
---|
479 | #, python-format
|
---|
480 | msgid "The %(name)s \"%(obj)s\" was deleted successfully."
|
---|
481 | msgstr "Objekt %(name)s \"%(obj)s\" bol úspešne vymazaný."
|
---|
482 |
|
---|
483 | #: contrib/admin/views/main.py:651
|
---|
484 | msgid "Are you sure?"
|
---|
485 | msgstr "Ste si istý?"
|
---|
486 |
|
---|
487 | #: contrib/admin/views/main.py:666
|
---|
488 | msgid "Change history: %s"
|
---|
489 | msgstr "Zmena hesla"
|
---|
490 |
|
---|
491 | #: contrib/admin/views/doc.py:242 contrib/admin/views/doc.py:251
|
---|
492 | #: contrib/admin/views/doc.py:253 contrib/admin/views/doc.py:258
|
---|
493 | #: contrib/admin/views/doc.py:259 contrib/admin/views/doc.py:261
|
---|
494 | msgid "Integer"
|
---|
495 | msgstr "Celočíselná hodnota"
|
---|
496 |
|
---|
497 | #: contrib/admin/views/doc.py:243
|
---|
498 | msgid "Boolean (Either True or False)"
|
---|
499 | msgstr "Logická hodnota (buď True alebo False)"
|
---|
500 |
|
---|
501 | #: contrib/admin/views/doc.py:244
|
---|
502 | #, python-format
|
---|
503 | msgid "String (up to %(maxlength)s)"
|
---|
504 | msgstr "Dĺžka reťazca (maximálne do %(maxlength)s)"
|
---|
505 |
|
---|
506 | #: contrib/admin/views/doc.py:245
|
---|
507 | msgid "Comma-separated integers"
|
---|
508 | msgstr "Čiarka oddeľuje celé čísla"
|
---|
509 |
|
---|
510 | #: contrib/admin/views/doc.py:246
|
---|
511 | msgid "Date (without time)"
|
---|
512 | msgstr "Dátum (bez času)"
|
---|
513 |
|
---|
514 | #: contrib/admin/views/doc.py:247
|
---|
515 | msgid "Date (with time)"
|
---|
516 | msgstr "Dátum ( a čas)"
|
---|
517 |
|
---|
518 | #: contrib/admin/views/doc.py:248
|
---|
519 | msgid "E-mail address"
|
---|
520 | msgstr "E-mailová adresa"
|
---|
521 |
|
---|
522 | #: contrib/admin/views/doc.py:249 contrib/admin/views/doc.py:252
|
---|
523 | msgid "File path"
|
---|
524 | msgstr "Cesta k súboru"
|
---|
525 |
|
---|
526 | #: contrib/admin/views/doc.py:250
|
---|
527 | msgid "Decimal number"
|
---|
528 | msgstr "Desiatkové číslo"
|
---|
529 |
|
---|
530 | #: contrib/admin/views/doc.py:256
|
---|
531 | msgid "Boolean (Either True, False or None)"
|
---|
532 | msgstr "Logická hodnota (buď True, False alebo None)"
|
---|
533 |
|
---|
534 | #: contrib/admin/views/doc.py:257
|
---|
535 | msgid "Phone number"
|
---|
536 | msgstr "Číslo telefónu"
|
---|
537 |
|
---|
538 | #: contrib/admin/views/doc.py:260
|
---|
539 | msgid "String (up to 50)"
|
---|
540 | msgstr "Reťazec (do 50 )"
|
---|
541 |
|
---|
542 | #: contrib/admin/views/doc.py:262
|
---|
543 | msgid "Text"
|
---|
544 | msgstr "Text"
|
---|
545 |
|
---|
546 | #: contrib/admin/views/doc.py:263
|
---|
547 | msgid "Time"
|
---|
548 | msgstr "Čas"
|
---|
549 |
|
---|
550 | #: contrib/admin/views/doc.py:264 contrib/flatpages/models/flatpages.py:6
|
---|
551 | msgid "URL"
|
---|
552 | msgstr "URL"
|
---|
553 |
|
---|
554 | #: contrib/admin/views/doc.py:265
|
---|
555 | msgid "U.S. state (two uppercase letters)"
|
---|
556 | msgstr "U.S. štát (dve veľké písmena)"
|
---|
557 |
|
---|
558 | #: contrib/admin/views/doc.py:266
|
---|
559 | msgid "XML text"
|
---|
560 | msgstr "XML text"
|
---|
561 |
|
---|
562 | #: contrib/admin/templates/admin/object_history.html:5
|
---|
563 | #: contrib/admin/templates/admin/500.html:4
|
---|
564 | #: contrib/admin/templates/admin/change_list.html:4
|
---|
565 | #: contrib/admin/templates/admin/base.html:29
|
---|
566 | #: contrib/admin/templates/admin/change_form.html:10
|
---|
567 | #: contrib/admin/templates/registration/password_change_done.html:4
|
---|
568 | #: contrib/admin/templates/registration/password_reset_form.html:4
|
---|
569 | #: contrib/admin/templates/registration/logged_out.html:4
|
---|
570 | #: contrib/admin/templates/registration/password_reset_done.html:4
|
---|
571 | #: contrib/admin/templates/registration/password_change_form.html:4
|
---|
572 | #: contrib/admin/templates/admin_doc/bookmarklets.html:3
|
---|
573 | msgid "Home"
|
---|
574 | msgstr "Začiatok"
|
---|
575 |
|
---|
576 | #: contrib/admin/templates/admin/object_history.html:5
|
---|
577 | #: contrib/admin/templates/admin/change_form.html:17
|
---|
578 | msgid "History"
|
---|
579 | msgstr "História"
|
---|
580 |
|
---|
581 | #: contrib/admin/templates/admin/object_history.html:18
|
---|
582 | msgid "Date/time"
|
---|
583 | msgstr "Dátum/čas"
|
---|
584 |
|
---|
585 | #: contrib/admin/templates/admin/object_history.html:19 models/auth.py:47
|
---|
586 | msgid "User"
|
---|
587 | msgstr "Uživateľ"
|
---|
588 |
|
---|
589 | #: contrib/admin/templates/admin/object_history.html:20
|
---|
590 | msgid "Action"
|
---|
591 | msgstr "Udalosť"
|
---|
592 |
|
---|
593 | #: contrib/admin/templates/admin/object_history.html:26
|
---|
594 | msgid "DATE_WITH_TIME_FULL"
|
---|
595 | msgstr "PLNY_DATUM_AJ_CAS"
|
---|
596 |
|
---|
597 | #: contrib/admin/templates/admin/object_history.html:36
|
---|
598 | msgid ""
|
---|
599 | "This object doesn't have a change history. It probably wasn't added via this "
|
---|
600 | "admin site."
|
---|
601 | msgstr ""
|
---|
602 | "Tento object nemá históriu zmien. Možno nebol pridaný prostredníctvom tohoto "
|
---|
603 | "web admina"
|
---|
604 |
|
---|
605 | #: contrib/admin/templates/admin/base_site.html:4
|
---|
606 | msgid "Django site admin"
|
---|
607 | msgstr "Django web admin"
|
---|
608 |
|
---|
609 | #: contrib/admin/templates/admin/base_site.html:7
|
---|
610 | msgid "Django administration"
|
---|
611 | msgstr "Administrácia Django"
|
---|
612 |
|
---|
613 | #: contrib/admin/templates/admin/500.html:4
|
---|
614 | msgid "Server error"
|
---|
615 | msgstr "Chyba servera"
|
---|
616 |
|
---|
617 | #: contrib/admin/templates/admin/500.html:6
|
---|
618 | msgid "Server error (500)"
|
---|
619 | msgstr "Chyba servera (500)"
|
---|
620 |
|
---|
621 | #: contrib/admin/templates/admin/500.html:9
|
---|
622 | msgid "Server Error <em>(500)</em>"
|
---|
623 | msgstr "Chyba servera <em>(500)</em>"
|
---|
624 |
|
---|
625 | #: contrib/admin/templates/admin/500.html:10
|
---|
626 | msgid ""
|
---|
627 | "There's been an error. It's been reported to the site administrators via e-"
|
---|
628 | "mail and should be fixed shortly. Thanks for your patience."
|
---|
629 | msgstr ""
|
---|
630 | "Vznikla chyba. Prostredníctvom e-mailu bol o nej informovaný správca a "
|
---|
631 | "chyba by mala byť o chviľu odstránená. Ďakujeme za vašu trpezlivosť."
|
---|
632 |
|
---|
633 | #: contrib/admin/templates/admin/404.html:4
|
---|
634 | #: contrib/admin/templates/admin/404.html:8
|
---|
635 | msgid "Page not found"
|
---|
636 | msgstr "Stránka nebola nájdená"
|
---|
637 |
|
---|
638 | #: contrib/admin/templates/admin/404.html:10
|
---|
639 | msgid "We're sorry, but the requested page could not be found."
|
---|
640 | msgstr "Ľutujeme, ale požadovaná stránka nebola nájdená."
|
---|
641 |
|
---|
642 | #: contrib/admin/templates/admin/index.html:27
|
---|
643 | #: contrib/admin/templates/admin/change_form.html:12
|
---|
644 | msgid "Add"
|
---|
645 | msgstr "Pridaj"
|
---|
646 |
|
---|
647 | #: contrib/admin/templates/admin/index.html:33
|
---|
648 | msgid "Change"
|
---|
649 | msgstr "Zmeň"
|
---|
650 |
|
---|
651 | #: contrib/admin/templates/admin/index.html:43
|
---|
652 | msgid "You don't have permission to edit anything."
|
---|
653 | msgstr "Nemáte povolenie na zmeny ."
|
---|
654 |
|
---|
655 | #: contrib/admin/templates/admin/index.html:51
|
---|
656 | msgid "Recent Actions"
|
---|
657 | msgstr "Posledné udalosti"
|
---|
658 |
|
---|
659 | #: contrib/admin/templates/admin/index.html:52
|
---|
660 | msgid "My Actions"
|
---|
661 | msgstr "Moje udalosti"
|
---|
662 |
|
---|
663 | #: contrib/admin/templates/admin/index.html:56
|
---|
664 | msgid "None available"
|
---|
665 | msgstr "Nepovolené"
|
---|
666 |
|
---|
667 | #: contrib/admin/templates/admin/change_list.html:9
|
---|
668 | #, python-format
|
---|
669 | msgid "Add %(name)s"
|
---|
670 | msgstr ""
|
---|
671 |
|
---|
672 | #: contrib/admin/templates/admin/login.html:15
|
---|
673 | msgid "Username:"
|
---|
674 | msgstr "Meno:"
|
---|
675 |
|
---|
676 | #: contrib/admin/templates/admin/login.html:18
|
---|
677 | msgid "Password:"
|
---|
678 | msgstr "Heslo:"
|
---|
679 |
|
---|
680 | #: contrib/admin/templates/admin/login.html:20
|
---|
681 | msgid "Have you <a href=\"/password_reset/\">forgotten your password</a>?"
|
---|
682 | msgstr "Zabudli ste<a href=\"/password_reset/\"> vaše heslo</a>?"
|
---|
683 |
|
---|
684 | #: contrib/admin/templates/admin/base.html:23
|
---|
685 | msgid "Welcome,"
|
---|
686 | msgstr "Vítajte,"
|
---|
687 |
|
---|
688 | #: contrib/admin/templates/admin/base.html:23
|
---|
689 | msgid "Change password"
|
---|
690 | msgstr "Zmena hesla"
|
---|
691 |
|
---|
692 | #: contrib/admin/templates/admin/base.html:23
|
---|
693 | msgid "Log out"
|
---|
694 | msgstr "Odhlásenie"
|
---|
695 |
|
---|
696 | #: contrib/admin/templates/admin/delete_confirmation.html:7
|
---|
697 | #, python-format
|
---|
698 | msgid ""
|
---|
699 | "Deleting the %(object_name)s '%(object)s' would result in deleting related "
|
---|
700 | "objects, but your account doesn't have permission to delete the following "
|
---|
701 | "types of objects:"
|
---|
702 | msgstr ""
|
---|
703 | "Vymazaním objektu %(object_name)s '%(object)s' môžete spôsobiť vymazanie "
|
---|
704 | "súvisiacich objektov, ale váš účet nemá povolenie na mazanie nasledujúcich "
|
---|
705 | "typov objektov:"
|
---|
706 |
|
---|
707 | #: contrib/admin/templates/admin/delete_confirmation.html:14
|
---|
708 | #, python-format
|
---|
709 | msgid ""
|
---|
710 | "Are you sure you want to delete the %(object_name)s \"%(object)s\"? All of "
|
---|
711 | "the following related items will be deleted:"
|
---|
712 | msgstr ""
|
---|
713 | "Ste si istý, že chcete vymazať %(object_name)s \"%(object)s\"? Všetky "
|
---|
714 | "nasledujúce objekty budú tiež vymazané :"
|
---|
715 |
|
---|
716 | #: contrib/admin/templates/admin/delete_confirmation.html:18
|
---|
717 | msgid "Yes, I'm sure"
|
---|
718 | msgstr "Ano, som si istý"
|
---|
719 |
|
---|
720 | #: contrib/admin/templates/admin/filter.html:2
|
---|
721 | #, python-format
|
---|
722 | msgid " By %(title)s "
|
---|
723 | msgstr " Od %(title)s "
|
---|
724 |
|
---|
725 | #: contrib/admin/templates/admin/search_form.html:7
|
---|
726 | msgid "Go"
|
---|
727 | msgstr "Choď"
|
---|
728 |
|
---|
729 | #: contrib/admin/templates/admin/change_form.html:18
|
---|
730 | msgid "View on site"
|
---|
731 | msgstr "Pozri na webe"
|
---|
732 |
|
---|
733 | #: contrib/admin/templates/admin/change_form.html:26
|
---|
734 | msgid "Please correct the error below."
|
---|
735 | msgid_plural "Please correct the errors below."
|
---|
736 | msgstr[0] "Opravte chybu, čo je nižšie, prosím."
|
---|
737 | msgstr[1] "Opravte chyby, čo sú nižšie, prosím."
|
---|
738 |
|
---|
739 | #: contrib/admin/templates/admin/change_form.html:43
|
---|
740 | msgid "Ordering"
|
---|
741 | msgstr "Určenie"
|
---|
742 |
|
---|
743 | #: contrib/admin/templates/admin/change_form.html:46
|
---|
744 | msgid "Order:"
|
---|
745 | msgstr "Poradie:"
|
---|
746 |
|
---|
747 | #: contrib/admin/templates/admin/submit_line.html:3
|
---|
748 | msgid "Delete"
|
---|
749 | msgstr "Vymazať"
|
---|
750 |
|
---|
751 | #: contrib/admin/templates/admin/submit_line.html:4
|
---|
752 | msgid "Save as new"
|
---|
753 | msgstr "Zapísať ako nový"
|
---|
754 |
|
---|
755 | #: contrib/admin/templates/admin/submit_line.html:5
|
---|
756 | msgid "Save and add another"
|
---|
757 | msgstr "Zapísať a pridať ďaší"
|
---|
758 |
|
---|
759 | #: contrib/admin/templates/admin/submit_line.html:6
|
---|
760 | msgid "Save and continue editing"
|
---|
761 | msgstr "Zapísať a pokračovať v zmenách"
|
---|
762 |
|
---|
763 | #: contrib/admin/templates/admin/submit_line.html:7
|
---|
764 | msgid "Save"
|
---|
765 | msgstr "Zápis"
|
---|
766 |
|
---|
767 | #: contrib/admin/templates/registration/password_change_done.html:4
|
---|
768 | #: contrib/admin/templates/registration/password_change_form.html:4
|
---|
769 | #: contrib/admin/templates/registration/password_change_form.html:6
|
---|
770 | #: contrib/admin/templates/registration/password_change_form.html:10
|
---|
771 | msgid "Password change"
|
---|
772 | msgstr "Zmena hesla"
|
---|
773 |
|
---|
774 | #: contrib/admin/templates/registration/password_change_done.html:6
|
---|
775 | #: contrib/admin/templates/registration/password_change_done.html:10
|
---|
776 | msgid "Password change successful"
|
---|
777 | msgstr "Heslo bolo úspešne zmenené"
|
---|
778 |
|
---|
779 | #: contrib/admin/templates/registration/password_change_done.html:12
|
---|
780 | msgid "Your password was changed."
|
---|
781 | msgstr "Vaše heslo bolo zmenené."
|
---|
782 |
|
---|
783 | #: contrib/admin/templates/registration/password_reset_form.html:4
|
---|
784 | #: contrib/admin/templates/registration/password_reset_form.html:6
|
---|
785 | #: contrib/admin/templates/registration/password_reset_form.html:10
|
---|
786 | #: contrib/admin/templates/registration/password_reset_done.html:4
|
---|
787 | msgid "Password reset"
|
---|
788 | msgstr "Obnova hesla"
|
---|
789 |
|
---|
790 | #: contrib/admin/templates/registration/password_reset_form.html:12
|
---|
791 | msgid ""
|
---|
792 | "Forgotten your password? Enter your e-mail address below, and we'll reset "
|
---|
793 | "your password and e-mail the new one to you."
|
---|
794 | msgstr ""
|
---|
795 | "Zabudli ste vaše heslo? Vložte nižšie vašu e-mail adresu, a nové heslo vám "
|
---|
796 | "bude na ňu zaslané ."
|
---|
797 |
|
---|
798 | #: contrib/admin/templates/registration/password_reset_form.html:16
|
---|
799 | msgid "E-mail address:"
|
---|
800 | msgstr "E-mailová adresa:"
|
---|
801 |
|
---|
802 | #: contrib/admin/templates/registration/password_reset_form.html:16
|
---|
803 | msgid "Reset my password"
|
---|
804 | msgstr "Obnova môjho hesla"
|
---|
805 |
|
---|
806 | #: contrib/admin/templates/registration/logged_out.html:8
|
---|
807 | msgid "Thanks for spending some quality time with the Web site today."
|
---|
808 | msgstr "Ďakujeme vám, za stráveny čas na našej stránke."
|
---|
809 |
|
---|
810 | #: contrib/admin/templates/registration/logged_out.html:10
|
---|
811 | msgid "Log in again"
|
---|
812 | msgstr "Prihláste sa znovu"
|
---|
813 |
|
---|
814 | #: contrib/admin/templates/registration/password_reset_done.html:6
|
---|
815 | #: contrib/admin/templates/registration/password_reset_done.html:10
|
---|
816 | msgid "Password reset successful"
|
---|
817 | msgstr "Heslo bolo úspešne obnovené"
|
---|
818 |
|
---|
819 | #: contrib/admin/templates/registration/password_reset_done.html:12
|
---|
820 | msgid ""
|
---|
821 | "We've e-mailed a new password to the e-mail address you submitted. You "
|
---|
822 | "should be receiving it shortly."
|
---|
823 | msgstr ""
|
---|
824 | "Poslali sme vám, nové heslo na vami uvedenú emailovú adresu.Mali by ste ho "
|
---|
825 | "dostať čo najskôr."
|
---|
826 |
|
---|
827 | #: contrib/admin/templates/registration/password_change_form.html:12
|
---|
828 | msgid ""
|
---|
829 | "Please enter your old password, for security's sake, and then enter your new "
|
---|
830 | "password twice so we can verify you typed it in correctly."
|
---|
831 | msgstr ""
|
---|
832 | "Kvôli bezpečnosti vložte prosím vaše staré heslo, a potom dvakrát vaše nové "
|
---|
833 | "heslo, tým môžeme skontrolovať jeho správnosť."
|
---|
834 |
|
---|
835 | #: contrib/admin/templates/registration/password_change_form.html:17
|
---|
836 | msgid "Old password:"
|
---|
837 | msgstr "Staré heslo:"
|
---|
838 |
|
---|
839 | #: contrib/admin/templates/registration/password_change_form.html:19
|
---|
840 | msgid "New password:"
|
---|
841 | msgstr "Nové heslo:"
|
---|
842 |
|
---|
843 | #: contrib/admin/templates/registration/password_change_form.html:21
|
---|
844 | msgid "Confirm password:"
|
---|
845 | msgstr "Potvrdenie hesla:"
|
---|
846 |
|
---|
847 | #: contrib/admin/templates/registration/password_change_form.html:23
|
---|
848 | msgid "Change my password"
|
---|
849 | msgstr "Zmena môjho hesla"
|
---|
850 |
|
---|
851 | #: contrib/admin/templates/registration/password_reset_email.html:2
|
---|
852 | msgid "You're receiving this e-mail because you requested a password reset"
|
---|
853 | msgstr "Dostali ste túto správu preto, lebo ste požadovali obnoviť vaše heslo"
|
---|
854 |
|
---|
855 | #: contrib/admin/templates/registration/password_reset_email.html:3
|
---|
856 | #, python-format
|
---|
857 | msgid "for your user account at %(site_name)s"
|
---|
858 | msgstr "pre váš užívateľský účet na %(site_name)s"
|
---|
859 |
|
---|
860 | #: contrib/admin/templates/registration/password_reset_email.html:5
|
---|
861 | #, python-format
|
---|
862 | msgid "Your new password is: %(new_password)s"
|
---|
863 | msgstr "Vaše nové heslo je: %(new_password)s"
|
---|
864 |
|
---|
865 | #: contrib/admin/templates/registration/password_reset_email.html:7
|
---|
866 | msgid "Feel free to change this password by going to this page:"
|
---|
867 | msgstr "Môžete zmeniť toto heslo na nasledujúcej stránke:"
|
---|
868 |
|
---|
869 | #: contrib/admin/templates/registration/password_reset_email.html:11
|
---|
870 | msgid "Your username, in case you've forgotten:"
|
---|
871 | msgstr "Vaše užívateľské meno, ak ste ho zabudli:"
|
---|
872 |
|
---|
873 | #: contrib/admin/templates/registration/password_reset_email.html:13
|
---|
874 | msgid "Thanks for using our site!"
|
---|
875 | msgstr "Ďakujeme, že používate naše stránky!"
|
---|
876 |
|
---|
877 | #: contrib/admin/templates/registration/password_reset_email.html:15
|
---|
878 | #, python-format
|
---|
879 | msgid "The %(site_name)s team"
|
---|
880 | msgstr "Skupina %(site_name)s"
|
---|
881 |
|
---|
882 | #: contrib/admin/templates/admin_doc/bookmarklets.html:3
|
---|
883 | msgid "Documentation"
|
---|
884 | msgstr "Dokumentácia"
|
---|
885 |
|
---|
886 | #: contrib/admin/templates/admin_doc/bookmarklets.html:3
|
---|
887 | msgid "Bookmarklets"
|
---|
888 | msgstr "Záložky"
|
---|
889 |
|
---|
890 | #: contrib/admin/templates/admin_doc/bookmarklets.html:5
|
---|
891 | msgid "Documentation bookmarklets"
|
---|
892 | msgstr "Dokumentácia záložiek"
|
---|
893 |
|
---|
894 | #: contrib/admin/templates/admin_doc/bookmarklets.html:9
|
---|
895 | msgid ""
|
---|
896 | "\n"
|
---|
897 | "<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
|
---|
898 | "toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
|
---|
899 | "select the bookmarklet from any page in the site. Note that some of these\n"
|
---|
900 | "bookmarklets require you to be viewing the site from a computer designated\n"
|
---|
901 | "as \"internal\" (talk to your system administrator if you aren't sure if\n"
|
---|
902 | "your computer is \"internal\").</p>\n"
|
---|
903 | msgstr ""
|
---|
904 | "\n"
|
---|
905 | "<p class=\"help\">Na inštaláciu záložiek, potiahnite linku do vášho bookmarks\n"
|
---|
906 | "toolbar, alebo kliknite pravou myšou na linku a pridajte ju do vášho bookmarks.\n"
|
---|
907 | "Teraz si môžete vybrať záložku pre ľubovoľnú stránku na webe. Poznámka:\n"
|
---|
908 | "niektoré záložky vyžadujú aby ste prezerali web z počítača označeného \n"
|
---|
909 | "ako \"internal\" (opýtajte sa vášho systémového administrátora ak nie ste si istý/á, \n"
|
---|
910 | "že váš počítač je označený ako \"internal\").</p>\n"
|
---|
911 |
|
---|
912 | #: contrib/admin/templates/admin_doc/bookmarklets.html:19
|
---|
913 | msgid "Documentation for this page"
|
---|
914 | msgstr "Dokumnentácia tejto stránky"
|
---|
915 |
|
---|
916 | #: contrib/admin/templates/admin_doc/bookmarklets.html:20
|
---|
917 | msgid ""
|
---|
918 | "Jumps you from any page to the documentation for the view that generates "
|
---|
919 | "that page."
|
---|
920 | msgstr ""
|
---|
921 | "Skoč z ľubovoľnej stránky do dokumentácie, kde je popísaná generácia "
|
---|
922 | "tejto stránky."
|
---|
923 |
|
---|
924 | #: contrib/admin/templates/admin_doc/bookmarklets.html:22
|
---|
925 | msgid "Show object ID"
|
---|
926 | msgstr "Ukáž objekt ID"
|
---|
927 |
|
---|
928 | #: contrib/admin/templates/admin_doc/bookmarklets.html:23
|
---|
929 | msgid ""
|
---|
930 | "Shows the content-type and unique ID for pages that represent a single "
|
---|
931 | "object."
|
---|
932 | msgstr ""
|
---|
933 | "Ukáž typ obsahu a jednoznačné ID pre stránky, ktoré zatupujú jednoduché "
|
---|
934 | "objekty."
|
---|
935 |
|
---|
936 | #: contrib/admin/templates/admin_doc/bookmarklets.html:25
|
---|
937 | msgid "Edit this object (current window)"
|
---|
938 | msgstr "Edituj tento object (aktuálne okno)"
|
---|
939 |
|
---|
940 | #: contrib/admin/templates/admin_doc/bookmarklets.html:26
|
---|
941 | msgid "Jumps to the admin page for pages that represent a single object."
|
---|
942 | msgstr "Skoč na stránku admina, ktorá zastupuje jednoduchý objekt"
|
---|
943 |
|
---|
944 | #: contrib/admin/templates/admin_doc/bookmarklets.html:28
|
---|
945 | msgid "Edit this object (new window)"
|
---|
946 | msgstr "Editujte tento objekt (nové okno)"
|
---|
947 |
|
---|
948 | #: contrib/admin/templates/admin_doc/bookmarklets.html:29
|
---|
949 | msgid "As above, but opens the admin page in a new window."
|
---|
950 | msgstr "Ako vyššie, ale stranka admina sa otvorí v novom okne."
|
---|
951 |
|
---|
952 | #: contrib/redirects/models/redirects.py:7
|
---|
953 | msgid "redirect from"
|
---|
954 | msgstr "presmerovaný z"
|
---|
955 |
|
---|
956 | #: contrib/redirects/models/redirects.py:8
|
---|
957 | msgid ""
|
---|
958 | "This should be an absolute path, excluding the domain name. Example: '/"
|
---|
959 | "events/search/'."
|
---|
960 | msgstr ""
|
---|
961 | "Tu by sa mala použiť absolútna cesta, bez domény. Napr.: '/events/search/'."
|
---|
962 |
|
---|
963 | #: contrib/redirects/models/redirects.py:9
|
---|
964 | msgid "redirect to"
|
---|
965 | msgstr "presmerovaný na "
|
---|
966 |
|
---|
967 | #: contrib/redirects/models/redirects.py:10
|
---|
968 | msgid ""
|
---|
969 | "This can be either an absolute path (as above) or a full URL starting with "
|
---|
970 | "'http://'."
|
---|
971 | msgstr ""
|
---|
972 | "Tu môže byť buď absolútna cesta (ako hore) alebo plné URL začínajúce s "
|
---|
973 | "'http://'."
|
---|
974 |
|
---|
975 | #: contrib/redirects/models/redirects.py:12
|
---|
976 | msgid "redirect"
|
---|
977 | msgstr "presmerovanie"
|
---|
978 |
|
---|
979 | #: contrib/redirects/models/redirects.py:13
|
---|
980 | msgid "redirects"
|
---|
981 | msgstr "presmerovania"
|
---|
982 |
|
---|
983 | #: contrib/flatpages/models/flatpages.py:7
|
---|
984 | msgid ""
|
---|
985 | "Example: '/about/contact/'. Make sure to have leading and trailing slashes."
|
---|
986 | msgstr ""
|
---|
987 | "Príklad: '/about/contact/'. Uistite sa, že máte vložené ako úvodné tak aj "
|
---|
988 | "záverečné lomítka."
|
---|
989 |
|
---|
990 | #: contrib/flatpages/models/flatpages.py:8
|
---|
991 | msgid "title"
|
---|
992 | msgstr "názov"
|
---|
993 |
|
---|
994 | #: contrib/flatpages/models/flatpages.py:9
|
---|
995 | msgid "content"
|
---|
996 | msgstr "obsah"
|
---|
997 |
|
---|
998 | #: contrib/flatpages/models/flatpages.py:10
|
---|
999 | msgid "enable comments"
|
---|
1000 | msgstr "povolené komentáre"
|
---|
1001 |
|
---|
1002 | #: contrib/flatpages/models/flatpages.py:11
|
---|
1003 | msgid "template name"
|
---|
1004 | msgstr "meno predlohy"
|
---|
1005 |
|
---|
1006 | #: contrib/flatpages/models/flatpages.py:12
|
---|
1007 | msgid ""
|
---|
1008 | "Example: 'flatpages/contact_page'. If this isn't provided, the system will "
|
---|
1009 | "use 'flatpages/default'."
|
---|
1010 | msgstr ""
|
---|
1011 | "Príklad: 'flatpages/contact_page'. Ak sa toto nevykonalo, systém použije "
|
---|
1012 | "'flatpages/default'."
|
---|
1013 |
|
---|
1014 | #: contrib/flatpages/models/flatpages.py:13
|
---|
1015 | msgid "registration required"
|
---|
1016 | msgstr "musíte byť zaregistrovaný"
|
---|
1017 |
|
---|
1018 | #: contrib/flatpages/models/flatpages.py:13
|
---|
1019 | msgid "If this is checked, only logged-in users will be able to view the page."
|
---|
1020 | msgstr ""
|
---|
1021 | "Ak je toto označené, potom len prihlásený užívateľ môže vidieť túto stránku."
|
---|
1022 |
|
---|
1023 | #: contrib/flatpages/models/flatpages.py:17
|
---|
1024 | msgid "flat page"
|
---|
1025 | msgstr "plochá stránka"
|
---|
1026 |
|
---|
1027 | #: contrib/flatpages/models/flatpages.py:18
|
---|
1028 | msgid "flat pages"
|
---|
1029 | msgstr "ploché stránky"
|
---|
1030 |
|
---|
1031 | #: utils/translation.py:335
|
---|
1032 | msgid "DATE_FORMAT"
|
---|
1033 | msgstr "DATUM_FORMAT"
|
---|
1034 |
|
---|
1035 | #: utils/translation.py:336
|
---|
1036 | msgid "DATETIME_FORMAT"
|
---|
1037 | msgstr "DATUMCAS_FORMAT"
|
---|
1038 |
|
---|
1039 | #: utils/translation.py:337
|
---|
1040 | msgid "TIME_FORMAT"
|
---|
1041 | msgstr "CAS_FORMAT"
|
---|
1042 |
|
---|
1043 | #: utils/dates.py:6
|
---|
1044 | msgid "Monday"
|
---|
1045 | msgstr "Pondelok"
|
---|
1046 |
|
---|
1047 | #: utils/dates.py:6
|
---|
1048 | msgid "Tuesday"
|
---|
1049 | msgstr "Utorok"
|
---|
1050 |
|
---|
1051 | #: utils/dates.py:6
|
---|
1052 | msgid "Wednesday"
|
---|
1053 | msgstr "Streda"
|
---|
1054 |
|
---|
1055 | #: utils/dates.py:6
|
---|
1056 | msgid "Thursday"
|
---|
1057 | msgstr "Štvrtok"
|
---|
1058 |
|
---|
1059 | #: utils/dates.py:6
|
---|
1060 | msgid "Friday"
|
---|
1061 | msgstr "Piatok"
|
---|
1062 |
|
---|
1063 | #: utils/dates.py:7
|
---|
1064 | msgid "Saturday"
|
---|
1065 | msgstr "Sobota"
|
---|
1066 |
|
---|
1067 | #: utils/dates.py:7
|
---|
1068 | msgid "Sunday"
|
---|
1069 | msgstr "Nedeľa"
|
---|
1070 |
|
---|
1071 | #: utils/dates.py:14
|
---|
1072 | msgid "January"
|
---|
1073 | msgstr "Január"
|
---|
1074 |
|
---|
1075 | #: utils/dates.py:14
|
---|
1076 | msgid "February"
|
---|
1077 | msgstr "Február"
|
---|
1078 |
|
---|
1079 | #: utils/dates.py:14 utils/dates.py:27
|
---|
1080 | msgid "March"
|
---|
1081 | msgstr "Marec"
|
---|
1082 |
|
---|
1083 | #: utils/dates.py:14 utils/dates.py:27
|
---|
1084 | msgid "April"
|
---|
1085 | msgstr "Apríl"
|
---|
1086 |
|
---|
1087 | #: utils/dates.py:14 utils/dates.py:27
|
---|
1088 | msgid "May"
|
---|
1089 | msgstr "Máj"
|
---|
1090 |
|
---|
1091 | #: utils/dates.py:14 utils/dates.py:27
|
---|
1092 | msgid "June"
|
---|
1093 | msgstr "Jún"
|
---|
1094 |
|
---|
1095 | #: utils/dates.py:15 utils/dates.py:27
|
---|
1096 | msgid "July"
|
---|
1097 | msgstr "Júl"
|
---|
1098 |
|
---|
1099 | #: utils/dates.py:15
|
---|
1100 | msgid "August"
|
---|
1101 | msgstr "August"
|
---|
1102 |
|
---|
1103 | #: utils/dates.py:15
|
---|
1104 | msgid "September"
|
---|
1105 | msgstr "September"
|
---|
1106 |
|
---|
1107 | #: utils/dates.py:15
|
---|
1108 | msgid "October"
|
---|
1109 | msgstr "Octóber"
|
---|
1110 |
|
---|
1111 | #: utils/dates.py:15
|
---|
1112 | msgid "November"
|
---|
1113 | msgstr "November"
|
---|
1114 |
|
---|
1115 | #: utils/dates.py:16
|
---|
1116 | msgid "December"
|
---|
1117 | msgstr "December"
|
---|
1118 |
|
---|
1119 | #: utils/dates.py:27
|
---|
1120 | msgid "Jan."
|
---|
1121 | msgstr "Jan."
|
---|
1122 |
|
---|
1123 | #: utils/dates.py:27
|
---|
1124 | msgid "Feb."
|
---|
1125 | msgstr "Feb."
|
---|
1126 |
|
---|
1127 | #: utils/dates.py:28
|
---|
1128 | msgid "Aug."
|
---|
1129 | msgstr "Aug."
|
---|
1130 |
|
---|
1131 | #: utils/dates.py:28
|
---|
1132 | msgid "Sept."
|
---|
1133 | msgstr "Sept."
|
---|
1134 |
|
---|
1135 | #: utils/dates.py:28
|
---|
1136 | msgid "Oct."
|
---|
1137 | msgstr "Oct."
|
---|
1138 |
|
---|
1139 | #: utils/dates.py:28
|
---|
1140 | msgid "Nov."
|
---|
1141 | msgstr "Nov."
|
---|
1142 |
|
---|
1143 | #: utils/dates.py:28
|
---|
1144 | msgid "Dec."
|
---|
1145 | msgstr "Dec."
|
---|
1146 |
|
---|
1147 | #: utils/timesince.py:12
|
---|
1148 | msgid "year"
|
---|
1149 | msgid_plural "years"
|
---|
1150 | msgstr[0] "rok"
|
---|
1151 | msgstr[1] "rokov"
|
---|
1152 |
|
---|
1153 | #: utils/timesince.py:13
|
---|
1154 | msgid "month"
|
---|
1155 | msgid_plural "months"
|
---|
1156 | msgstr[0] "mesiac"
|
---|
1157 | msgstr[1] "mesiacov"
|
---|
1158 |
|
---|
1159 | #: utils/timesince.py:14
|
---|
1160 | msgid "day"
|
---|
1161 | msgid_plural "days"
|
---|
1162 | msgstr[0] "ďeň"
|
---|
1163 | msgstr[1] "dní"
|
---|
1164 |
|
---|
1165 | #: utils/timesince.py:15
|
---|
1166 | msgid "hour"
|
---|
1167 | msgid_plural "hours"
|
---|
1168 | msgstr[0] "hodina"
|
---|
1169 | msgstr[1] "hodín"
|
---|
1170 |
|
---|
1171 | #: utils/timesince.py:16
|
---|
1172 | msgid "minute"
|
---|
1173 | msgid_plural "minutes"
|
---|
1174 | msgstr[0] "minúta"
|
---|
1175 | msgstr[1] "minút"
|
---|
1176 |
|
---|
1177 | #: models/core.py:7
|
---|
1178 | msgid "domain name"
|
---|
1179 | msgstr "meno domény"
|
---|
1180 |
|
---|
1181 | #: models/core.py:8
|
---|
1182 | msgid "display name"
|
---|
1183 | msgstr "zobrazené meno"
|
---|
1184 |
|
---|
1185 | #: models/core.py:10
|
---|
1186 | msgid "site"
|
---|
1187 | msgstr "web"
|
---|
1188 |
|
---|
1189 | #: models/core.py:11
|
---|
1190 | msgid "sites"
|
---|
1191 | msgstr "weby"
|
---|
1192 |
|
---|
1193 | #: models/core.py:28
|
---|
1194 | msgid "label"
|
---|
1195 | msgstr "popis"
|
---|
1196 |
|
---|
1197 | #: models/core.py:29 models/core.py:40 models/auth.py:6 models/auth.py:19
|
---|
1198 | msgid "name"
|
---|
1199 | msgstr "meno"
|
---|
1200 |
|
---|
1201 | #: models/core.py:31
|
---|
1202 | msgid "package"
|
---|
1203 | msgstr "balík"
|
---|
1204 |
|
---|
1205 | #: models/core.py:32
|
---|
1206 | msgid "packages"
|
---|
1207 | msgstr "balíky"
|
---|
1208 |
|
---|
1209 | #: models/core.py:42
|
---|
1210 | msgid "python module name"
|
---|
1211 | msgstr "meno python modulu"
|
---|
1212 |
|
---|
1213 | #: models/core.py:44
|
---|
1214 | msgid "content type"
|
---|
1215 | msgstr "typ obsahu"
|
---|
1216 |
|
---|
1217 | #: models/core.py:45
|
---|
1218 | msgid "content types"
|
---|
1219 | msgstr "typy obsahu"
|
---|
1220 |
|
---|
1221 | #: models/core.py:67
|
---|
1222 | msgid "session key"
|
---|
1223 | msgstr "kľúč sedenia"
|
---|
1224 |
|
---|
1225 | #: models/core.py:68
|
---|
1226 | msgid "session data"
|
---|
1227 | msgstr "údaje sedenia"
|
---|
1228 |
|
---|
1229 | #: models/core.py:69
|
---|
1230 | msgid "expire date"
|
---|
1231 | msgstr "dátum konca platnosti"
|
---|
1232 |
|
---|
1233 | #: models/core.py:71
|
---|
1234 | msgid "session"
|
---|
1235 | msgstr "sedenie"
|
---|
1236 |
|
---|
1237 | #: models/core.py:72
|
---|
1238 | msgid "sessions"
|
---|
1239 | msgstr "sedenia"
|
---|
1240 |
|
---|
1241 | #: models/auth.py:8
|
---|
1242 | msgid "codename"
|
---|
1243 | msgstr "codename"
|
---|
1244 |
|
---|
1245 | #: models/auth.py:10
|
---|
1246 | msgid "Permission"
|
---|
1247 | msgstr "Povolenie"
|
---|
1248 |
|
---|
1249 | #: models/auth.py:11 models/auth.py:58
|
---|
1250 | msgid "Permissions"
|
---|
1251 | msgstr "Povolenia"
|
---|
1252 |
|
---|
1253 | #: models/auth.py:22
|
---|
1254 | msgid "Group"
|
---|
1255 | msgstr "Skupina"
|
---|
1256 |
|
---|
1257 | #: models/auth.py:23 models/auth.py:60
|
---|
1258 | msgid "Groups"
|
---|
1259 | msgstr "Skupiny"
|
---|
1260 |
|
---|
1261 | #: models/auth.py:33
|
---|
1262 | msgid "username"
|
---|
1263 | msgstr "užívateľské meno"
|
---|
1264 |
|
---|
1265 | #: models/auth.py:34
|
---|
1266 | msgid "first name"
|
---|
1267 | msgstr "krstné meno"
|
---|
1268 |
|
---|
1269 | #: models/auth.py:35
|
---|
1270 | msgid "last name"
|
---|
1271 | msgstr "priezvisko"
|
---|
1272 |
|
---|
1273 | #: models/auth.py:36
|
---|
1274 | msgid "e-mail address"
|
---|
1275 | msgstr "e-mailová adresa"
|
---|
1276 |
|
---|
1277 | #: models/auth.py:37
|
---|
1278 | msgid "password"
|
---|
1279 | msgstr "heslo"
|
---|
1280 |
|
---|
1281 | #: models/auth.py:37
|
---|
1282 | msgid "Use '[algo]$[salt]$[hexdigest]'"
|
---|
1283 | msgstr "Použi '[algo]$[salt]$[hexdigest]'"
|
---|
1284 |
|
---|
1285 | #: models/auth.py:38
|
---|
1286 | msgid "staff status"
|
---|
1287 | msgstr "zamestnanecká príslušnosť"
|
---|
1288 |
|
---|
1289 | #: models/auth.py:38
|
---|
1290 | msgid "Designates whether the user can log into this admin site."
|
---|
1291 | msgstr "Označenie, ak užívateľ má oprávnenie vstúpiť ako administrátor."
|
---|
1292 |
|
---|
1293 | #: models/auth.py:39
|
---|
1294 | msgid "active"
|
---|
1295 | msgstr "aktívny"
|
---|
1296 |
|
---|
1297 | #: models/auth.py:40
|
---|
1298 | msgid "superuser status"
|
---|
1299 | msgstr "superuživateľská príslušnosť"
|
---|
1300 |
|
---|
1301 | #: models/auth.py:41
|
---|
1302 | msgid "last login"
|
---|
1303 | msgstr "posledné prihlásenie"
|
---|
1304 |
|
---|
1305 | #: models/auth.py:42
|
---|
1306 | msgid "date joined"
|
---|
1307 | msgstr "dátum registrácie"
|
---|
1308 |
|
---|
1309 | #: models/auth.py:44
|
---|
1310 | msgid ""
|
---|
1311 | "In addition to the permissions manually assigned, this user will also get "
|
---|
1312 | "all permissions granted to each group he/she is in."
|
---|
1313 | msgstr ""
|
---|
1314 | "Okrem ručne vložených povolení, tento uživateľ dostane všetky povolenia "
|
---|
1315 | "skupin, v ktorých sa nachádza."
|
---|
1316 |
|
---|
1317 | #: models/auth.py:48
|
---|
1318 | msgid "Users"
|
---|
1319 | msgstr "Užívatelia"
|
---|
1320 |
|
---|
1321 | #: models/auth.py:57
|
---|
1322 | msgid "Personal info"
|
---|
1323 | msgstr "Osobné údaje"
|
---|
1324 |
|
---|
1325 | #: models/auth.py:59
|
---|
1326 | msgid "Important dates"
|
---|
1327 | msgstr "Dôležité údaje"
|
---|
1328 |
|
---|
1329 | #: models/auth.py:216
|
---|
1330 | msgid "Message"
|
---|
1331 | msgstr "Zpráva"
|
---|
1332 |
|
---|
1333 | #: conf/global_settings.py:37
|
---|
1334 | msgid "Bengali"
|
---|
1335 | msgstr "Bengálsky"
|
---|
1336 |
|
---|
1337 | #: conf/global_settings.py:38
|
---|
1338 | msgid "Czech"
|
---|
1339 | msgstr "Český"
|
---|
1340 |
|
---|
1341 | #: conf/global_settings.py:39
|
---|
1342 | msgid "Welsh"
|
---|
1343 | msgstr "Waleský"
|
---|
1344 |
|
---|
1345 | #: conf/global_settings.py:40
|
---|
1346 | msgid "Danish"
|
---|
1347 | msgstr "Dánsky"
|
---|
1348 |
|
---|
1349 | #: conf/global_settings.py:41
|
---|
1350 | msgid "German"
|
---|
1351 | msgstr "Nemecký"
|
---|
1352 |
|
---|
1353 | #: conf/global_settings.py:42
|
---|
1354 | msgid "English"
|
---|
1355 | msgstr "Anglický"
|
---|
1356 |
|
---|
1357 | #: conf/global_settings.py:43
|
---|
1358 | msgid "Spanish"
|
---|
1359 | msgstr "Španielsky"
|
---|
1360 |
|
---|
1361 | #: conf/global_settings.py:44
|
---|
1362 | msgid "French"
|
---|
1363 | msgstr "Francúzsky"
|
---|
1364 |
|
---|
1365 | #: conf/global_settings.py:45
|
---|
1366 | msgid "Galician"
|
---|
1367 | msgstr "Galicijský"
|
---|
1368 |
|
---|
1369 | #: conf/global_settings.py:46
|
---|
1370 | msgid "Icelandic"
|
---|
1371 | msgstr "Islandský"
|
---|
1372 |
|
---|
1373 | #: conf/global_settings.py:47
|
---|
1374 | msgid "Italian"
|
---|
1375 | msgstr "Taliansky"
|
---|
1376 |
|
---|
1377 | #: conf/global_settings.py:48
|
---|
1378 | msgid "Norwegian"
|
---|
1379 | msgstr "Nórsky"
|
---|
1380 |
|
---|
1381 | #: conf/global_settings.py:49
|
---|
1382 | msgid "Brazilian"
|
---|
1383 | msgstr "Brazílsky"
|
---|
1384 |
|
---|
1385 | #: conf/global_settings.py:50
|
---|
1386 | msgid "Romanian"
|
---|
1387 | msgstr "Rumúnsky"
|
---|
1388 |
|
---|
1389 | #: conf/global_settings.py:51
|
---|
1390 | msgid "Russian"
|
---|
1391 | msgstr "Ruský"
|
---|
1392 |
|
---|
1393 | #: conf/global_settings.py:52
|
---|
1394 | msgid "Slovak"
|
---|
1395 | msgstr "Slovenský"
|
---|
1396 |
|
---|
1397 | #: conf/global_settings.py:53
|
---|
1398 | msgid "Serbian"
|
---|
1399 | msgstr "Srbský"
|
---|
1400 |
|
---|
1401 | #: conf/global_settings.py:54
|
---|
1402 | msgid "Swedish"
|
---|
1403 | msgstr "Švédsky"
|
---|
1404 |
|
---|
1405 | #: conf/global_settings.py:55
|
---|
1406 | msgid "Simplified Chinese"
|
---|
1407 | msgstr "Zjednodušená činština "
|
---|
1408 |
|
---|
1409 | #: core/formfields.py:59 core/meta/fields.py:285 core/meta/fields.py:488
|
---|
1410 | #: core/meta/fields.py:499
|
---|
1411 | msgid "This field is required."
|
---|
1412 | msgstr "Toto pole je nevyhnutné."
|
---|
1413 |
|
---|
1414 | #: core/formfields.py:336
|
---|
1415 | #, python-format
|
---|
1416 | msgid "Ensure your text is less than %s character."
|
---|
1417 | msgid_plural "Ensure your text is less than %s characters."
|
---|
1418 | msgstr[0] "Zabezpečte aby váš text bol menší ako %s znak."
|
---|
1419 | msgstr[1] "Zabezpečte aby váš text bol menší ako %s znakov."
|
---|
1420 |
|
---|
1421 | #: core/formfields.py:341
|
---|
1422 | msgid "Line breaks are not allowed here."
|
---|
1423 | msgstr "Nový riadok tu nieje povolený."
|
---|
1424 |
|
---|
1425 | #: core/formfields.py:436 core/formfields.py:507 core/formfields.py:545
|
---|
1426 | #, python-format
|
---|
1427 | msgid "Select a valid choice; '%(data)s' is not in %(choices)s."
|
---|
1428 | msgstr "Vyberte si platnú voľbu; '%(data)s' nie je v %(choices)s."
|
---|
1429 |
|
---|
1430 | #: core/formfields.py:601
|
---|
1431 | msgid "The submitted file is empty."
|
---|
1432 | msgstr "Poslaný súbor je prázdný."
|
---|
1433 |
|
---|
1434 | #: core/formfields.py:655
|
---|
1435 | msgid "Enter a whole number between -32,768 and 32,767."
|
---|
1436 | msgstr "Vložte celé číslo s hodnotou medzi -32768 a 32767."
|
---|
1437 |
|
---|
1438 | #: core/formfields.py:664
|
---|
1439 | msgid "Enter a positive number."
|
---|
1440 | msgstr "Vložte celé kladné číslo."
|
---|
1441 |
|
---|
1442 | #: core/formfields.py:673
|
---|
1443 | msgid "Enter a whole number between 0 and 32,767."
|
---|
1444 | msgstr "Vložte celé číslo s hodnotou medzi 0 a 32767."
|
---|
1445 |
|
---|
1446 | #: core/validators.py:62
|
---|
1447 | msgid "This value must contain only letters, numbers and underscores."
|
---|
1448 | msgstr "Toto môže obsahovať len písmená, číslice a podčiarkovníky."
|
---|
1449 |
|
---|
1450 | #: core/validators.py:66
|
---|
1451 | msgid "This value must contain only letters, numbers, underscores and slashes."
|
---|
1452 | msgstr "Toto môže obsahovať len písmena, číslice, podčiarkovniky a lomítka."
|
---|
1453 |
|
---|
1454 | #: core/validators.py:74
|
---|
1455 | msgid "Uppercase letters are not allowed here."
|
---|
1456 | msgstr "Veľké písmená tu nie sú povolené."
|
---|
1457 |
|
---|
1458 | #: core/validators.py:78
|
---|
1459 | msgid "Lowercase letters are not allowed here."
|
---|
1460 | msgstr "Malé písmena tu nie sú povolené."
|
---|
1461 |
|
---|
1462 | #: core/validators.py:85
|
---|
1463 | msgid "Enter only digits separated by commas."
|
---|
1464 | msgstr "Vložte len číslice, oddelené čiarkami."
|
---|
1465 |
|
---|
1466 | #: core/validators.py:97
|
---|
1467 | msgid "Enter valid e-mail addresses separated by commas."
|
---|
1468 | msgstr "Vložte platné e-mail adresy oddelené čiarkami."
|
---|
1469 |
|
---|
1470 | #: core/validators.py:101
|
---|
1471 | msgid "Please enter a valid IP address."
|
---|
1472 | msgstr "Prosím vložte platnú IP adresu."
|
---|
1473 |
|
---|
1474 | #: core/validators.py:105
|
---|
1475 | msgid "Empty values are not allowed here."
|
---|
1476 | msgstr "Prázdne hodnoty tu nie sú povolené."
|
---|
1477 |
|
---|
1478 | #: core/validators.py:109
|
---|
1479 | msgid "Non-numeric characters aren't allowed here."
|
---|
1480 | msgstr "Znaky, ktoré nie sú číslicami, tu nie sú povolené."
|
---|
1481 |
|
---|
1482 | #: core/validators.py:113
|
---|
1483 | msgid "This value can't be comprised solely of digits."
|
---|
1484 | msgstr "Tento údaj nemôže byť vytvorený len z číslic."
|
---|
1485 |
|
---|
1486 | #: core/validators.py:118
|
---|
1487 | msgid "Enter a whole number."
|
---|
1488 | msgstr "Vložte celé číslo."
|
---|
1489 |
|
---|
1490 | #: core/validators.py:122
|
---|
1491 | msgid "Only alphabetical characters are allowed here."
|
---|
1492 | msgstr "Tu sú povolené len alfanumerické znaky."
|
---|
1493 |
|
---|
1494 | #: core/validators.py:126
|
---|
1495 | msgid "Enter a valid date in YYYY-MM-DD format."
|
---|
1496 | msgstr "Vložte platný dátum vo formáte RRRR-MM-DD."
|
---|
1497 |
|
---|
1498 | #: core/validators.py:130
|
---|
1499 | msgid "Enter a valid time in HH:MM format."
|
---|
1500 | msgstr "Vložte platný čas vo formáte HH:MM."
|
---|
1501 |
|
---|
1502 | #: core/validators.py:134
|
---|
1503 | msgid "Enter a valid date/time in YYYY-MM-DD HH:MM format."
|
---|
1504 | msgstr "Vlož platný dátum/čas vo formáte RRRR-MM-DD HH:MM"
|
---|
1505 |
|
---|
1506 | #: core/validators.py:138
|
---|
1507 | msgid "Enter a valid e-mail address."
|
---|
1508 | msgstr "Vložte platnú e-mail adresu."
|
---|
1509 |
|
---|
1510 | #: core/validators.py:150
|
---|
1511 | msgid ""
|
---|
1512 | "Upload a valid image. The file you uploaded was either not an image or a "
|
---|
1513 | "corrupted image."
|
---|
1514 | msgstr ""
|
---|
1515 | "Nahrajte platný obrázok. Súbor, ktorý ste nahrali buď nebol obrázok alebo je "
|
---|
1516 | "nahratý poškodený obrázok."
|
---|
1517 |
|
---|
1518 | #: core/validators.py:157
|
---|
1519 | #, python-format
|
---|
1520 | msgid "The URL %s does not point to a valid image."
|
---|
1521 | msgstr "URL %s neukazuje na platný obrázok."
|
---|
1522 |
|
---|
1523 | #: core/validators.py:161
|
---|
1524 | #, python-format
|
---|
1525 | msgid "Phone numbers must be in XXX-XXX-XXXX format. \"%s\" is invalid."
|
---|
1526 | msgstr ""
|
---|
1527 | "Telefónne číslo musí mať formát XXX-XXX-XXXX. Číslo \"%s\" je neplatné."
|
---|
1528 |
|
---|
1529 | #: core/validators.py:169
|
---|
1530 | #, python-format
|
---|
1531 | msgid "The URL %s does not point to a valid QuickTime video."
|
---|
1532 | msgstr "URL %s neukazuje na platné QuickTime video."
|
---|
1533 |
|
---|
1534 | #: core/validators.py:173
|
---|
1535 | msgid "A valid URL is required."
|
---|
1536 | msgstr "Platné URL je požadované."
|
---|
1537 |
|
---|
1538 | #: core/validators.py:187
|
---|
1539 | #, python-format
|
---|
1540 | msgid ""
|
---|
1541 | "Valid HTML is required. Specific errors are:\n"
|
---|
1542 | "%s"
|
---|
1543 | msgstr ""
|
---|
1544 | "Je požadovaná bezchybná stránka HTML. Zistené chyby sú:\n"
|
---|
1545 | "%s"
|
---|
1546 |
|
---|
1547 | #: core/validators.py:194
|
---|
1548 | #, python-format
|
---|
1549 | msgid "Badly formed XML: %s"
|
---|
1550 | msgstr "Chybne formované XML: %s"
|
---|
1551 |
|
---|
1552 | #: core/validators.py:204
|
---|
1553 | #, python-format
|
---|
1554 | msgid "Invalid URL: %s"
|
---|
1555 | msgstr "Neplatné URL: %s"
|
---|
1556 |
|
---|
1557 | #: core/validators.py:208 core/validators.py:210
|
---|
1558 | #, python-format
|
---|
1559 | msgid "The URL %s is a broken link."
|
---|
1560 | msgstr "Odkaz na URL %s je neplatný."
|
---|
1561 |
|
---|
1562 | #: core/validators.py:216
|
---|
1563 | msgid "Enter a valid U.S. state abbreviation."
|
---|
1564 | msgstr "Vložte platnú skratku U.S. štátu."
|
---|
1565 |
|
---|
1566 | #: core/validators.py:231
|
---|
1567 | #, python-format
|
---|
1568 | msgid "Watch your mouth! The word %s is not allowed here."
|
---|
1569 | msgid_plural "Watch your mouth! The words %s are not allowed here."
|
---|
1570 | msgstr[0] "Vyjadrujte sa slušne! Slovo %s tu nie je dovolené použivať."
|
---|
1571 | msgstr[1] "Vyjadrujte sa slušne! Slová %s tu nie je dovolené použivať."
|
---|
1572 |
|
---|
1573 | #: core/validators.py:238
|
---|
1574 | #, python-format
|
---|
1575 | msgid "This field must match the '%s' field."
|
---|
1576 | msgstr "Toto pole sa musí zhodovať s poľom '%s'. "
|
---|
1577 |
|
---|
1578 | #: core/validators.py:257
|
---|
1579 | msgid "Please enter something for at least one field."
|
---|
1580 | msgstr "Prosím vložte niečo aspoň pre jedno pole."
|
---|
1581 |
|
---|
1582 | #: core/validators.py:266 core/validators.py:277
|
---|
1583 | msgid "Please enter both fields or leave them both empty."
|
---|
1584 | msgstr "Prosím vložte obidve polia, alebo nechajte ich obe prázdne. "
|
---|
1585 |
|
---|
1586 | #: core/validators.py:284
|
---|
1587 | #, python-format
|
---|
1588 | msgid "This field must be given if %(field)s is %(value)s"
|
---|
1589 | msgstr "Toto pole musí byť vyplnené tak, že %(field)s obsahuje %(value)s"
|
---|
1590 |
|
---|
1591 | #: core/validators.py:296
|
---|
1592 | #, python-format
|
---|
1593 | msgid "This field must be given if %(field)s is not %(value)s"
|
---|
1594 | msgstr ""
|
---|
1595 | "Toto pole musí byť vyplnené tak, že %(field)s nesmie obsahovať %(value)s"
|
---|
1596 |
|
---|
1597 | #: core/validators.py:315
|
---|
1598 | msgid "Duplicate values are not allowed."
|
---|
1599 | msgstr "Duplicitné hodnoty nie sú povolené."
|
---|
1600 |
|
---|
1601 | #: core/validators.py:338
|
---|
1602 | #, python-format
|
---|
1603 | msgid "This value must be a power of %s."
|
---|
1604 | msgstr "Táto hodnota musí byť mocninou %s."
|
---|
1605 |
|
---|
1606 | #: core/validators.py:349
|
---|
1607 | msgid "Please enter a valid decimal number."
|
---|
1608 | msgstr "Prosím vložte platné desiatkové číslo. "
|
---|
1609 |
|
---|
1610 | #: core/validators.py:351
|
---|
1611 | #, python-format
|
---|
1612 | msgid "Please enter a valid decimal number with at most %s total digit."
|
---|
1613 | msgid_plural ""
|
---|
1614 | "Please enter a valid decimal number with at most %s total digits."
|
---|
1615 | msgstr[0] "Prosím vložte platné desiatkové číslo s najviac %s číslicou."
|
---|
1616 | msgstr[1] "Prosím vložte platné desiatkové číslo s najviac %s číslicami."
|
---|
1617 |
|
---|
1618 | #: core/validators.py:354
|
---|
1619 | #, python-format
|
---|
1620 | msgid "Please enter a valid decimal number with at most %s decimal place."
|
---|
1621 | msgid_plural ""
|
---|
1622 | "Please enter a valid decimal number with at most %s decimal places."
|
---|
1623 | msgstr[0] ""
|
---|
1624 | "Prosím vložte platné desatinné číslo s najviac %s desatinným miestom."
|
---|
1625 | msgstr[1] ""
|
---|
1626 | "Prosím vložte platné desatinné číslo s najviac %s desatinnými miestami."
|
---|
1627 |
|
---|
1628 | #: core/validators.py:364
|
---|
1629 | #, python-format
|
---|
1630 | msgid "Make sure your uploaded file is at least %s bytes big."
|
---|
1631 | msgstr "Presvedčte sa, že posielaný súbor nemá menej ako %s bytov."
|
---|
1632 |
|
---|
1633 | #: core/validators.py:365
|
---|
1634 | #, python-format
|
---|
1635 | msgid "Make sure your uploaded file is at most %s bytes big."
|
---|
1636 | msgstr "Presvedčte sa, že posielaný súbor nemá viac ako %s bytov."
|
---|
1637 |
|
---|
1638 | #: core/validators.py:378
|
---|
1639 | msgid "The format for this field is wrong."
|
---|
1640 | msgstr "Formát pre toto pole je chybný."
|
---|
1641 |
|
---|
1642 | #: core/validators.py:393
|
---|
1643 | msgid "This field is invalid."
|
---|
1644 | msgstr "Toto pole nie je platné."
|
---|
1645 |
|
---|
1646 | #: core/validators.py:428
|
---|
1647 | #, python-format
|
---|
1648 | msgid "Could not retrieve anything from %s."
|
---|
1649 | msgstr "Nič som nemohol získať z %s."
|
---|
1650 |
|
---|
1651 | #: core/validators.py:431
|
---|
1652 | #, python-format
|
---|
1653 | msgid ""
|
---|
1654 | "The URL %(url)s returned the invalid Content-Type header '%(contenttype)s'."
|
---|
1655 | msgstr ""
|
---|
1656 | " URL %(url)s vrátilo neplatnú hlavičku Content-Type '%(contenttype)s'."
|
---|
1657 |
|
---|
1658 | #: core/validators.py:464
|
---|
1659 | #, python-format
|
---|
1660 | msgid ""
|
---|
1661 | "Please close the unclosed %(tag)s tag from line %(line)s. (Line starts with "
|
---|
1662 | "\"%(start)s\".)"
|
---|
1663 | msgstr ""
|
---|
1664 | "Prosím zavrite nezavretý %(tag)s popisovač v riadku %(line)s. (Riadok "
|
---|
1665 | "začína s \"%(start)s\".)"
|
---|
1666 |
|
---|
1667 | #: core/validators.py:468
|
---|
1668 | #, python-format
|
---|
1669 | msgid ""
|
---|
1670 | "Some text starting on line %(line)s is not allowed in that context. (Line "
|
---|
1671 | "starts with \"%(start)s\".)"
|
---|
1672 | msgstr ""
|
---|
1673 | "Nejaký text začínajúci na riadku %(line)s nie je povolený v tomto kontexte. "
|
---|
1674 | "(Riadok začína s \"%(start)s\".)"
|
---|
1675 |
|
---|
1676 | #: core/validators.py:473
|
---|
1677 | #, python-format
|
---|
1678 | msgid ""
|
---|
1679 | "\"%(attr)s\" on line %(line)s is an invalid attribute. (Line starts with \"%"
|
---|
1680 | "(start)s\".)"
|
---|
1681 | msgstr ""
|
---|
1682 | "\"%(attr)s\" na riadku %(line)s je neplatný atribút. (Riadok začína s \"%"
|
---|
1683 | "(start)s\".)"
|
---|
1684 |
|
---|
1685 | #: core/validators.py:478
|
---|
1686 | #, python-format
|
---|
1687 | msgid ""
|
---|
1688 | "\"<%(tag)s>\" on line %(line)s is an invalid tag. (Line starts with \"%"
|
---|
1689 | "(start)s\".)"
|
---|
1690 | msgstr ""
|
---|
1691 | "\"<%(tag)s>\" na riadku %(line)s je neplatný popisovač. (Riadok začína s \"%"
|
---|
1692 | "(start)s\".)"
|
---|
1693 |
|
---|
1694 | #: core/validators.py:482
|
---|
1695 | #, python-format
|
---|
1696 | msgid ""
|
---|
1697 | "A tag on line %(line)s is missing one or more required attributes. (Line "
|
---|
1698 | "starts with \"%(start)s\".)"
|
---|
1699 | msgstr ""
|
---|
1700 | "Popisovaču na riadku %(line)s chýba jeden alebo viac atribútov. (Riadok "
|
---|
1701 | "začína s \"%(start)s\".)"
|
---|
1702 |
|
---|
1703 | #: core/validators.py:487
|
---|
1704 | #, python-format
|
---|
1705 | msgid ""
|
---|
1706 | "The \"%(attr)s\" attribute on line %(line)s has an invalid value. (Line "
|
---|
1707 | "starts with \"%(start)s\".)"
|
---|
1708 | msgstr ""
|
---|
1709 | "Atribút \"%(attr)s\" na riadku %(line)s má neplatnú hodnotu. (Riadok začína "
|
---|
1710 | "s \"%(start)s\".)"
|
---|
1711 |
|
---|
1712 | #: core/meta/fields.py:46
|
---|
1713 | #, python-format
|
---|
1714 | msgid "Please enter a valid %s."
|
---|
1715 | msgstr "Prosím vložte platné %s."
|
---|
1716 |
|
---|
1717 | #: core/meta/fields.py:60
|
---|
1718 | #, python-format
|
---|
1719 | msgid "%(optname)s with this %(fieldname)s already exists."
|
---|
1720 | msgstr "%(optname)s s %(fieldname)s už existuje."
|
---|
1721 |
|
---|
1722 | #: core/meta/fields.py:129
|
---|
1723 | msgid " Separate multiple IDs with commas."
|
---|
1724 | msgstr "Identifikátory oddeľte čiarkami."
|
---|
1725 |
|
---|
1726 | #: core/meta/fields.py:132
|
---|
1727 | msgid ""
|
---|
1728 | " Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
|
---|
1729 | msgstr ""
|
---|
1730 | " Podržte \"Control\", alebo \"Command\" na Mac_u, na výber viac ako jednej "
|
---|
1731 | "položky."
|
---|
1732 |
|
---|
1733 | #: core/meta/fields.py:508
|
---|
1734 | msgid "Enter a valid filename."
|
---|
1735 | msgstr "Vložte platné meno súboru."
|
---|
1736 |
|
---|
1737 | #: core/meta/fields.py:777
|
---|
1738 | #, python-format
|
---|
1739 | msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid."
|
---|
1740 | msgid_plural ""
|
---|
1741 | "Please enter valid %(self)s IDs. The values %(value)r are invalid."
|
---|
1742 | msgstr[0] "Prosím vložte platné %(self)s IDs. Hodnota %(value)r je neplatná."
|
---|
1743 | msgstr[1] "Prosím vložte platné %(self)s IDs. Hodnoty %(value)r sú neplatné."
|
---|
1744 |
|
---|
1745 | #: core/template/defaultfilters.py:354
|
---|
1746 | msgid "yes,no,maybe"
|
---|
1747 | msgstr "ano,nie,možno"
|
---|