1 | # Polish .po file.
|
---|
2 | # Copyright (C) 2006 Krzysztof Kajkowski
|
---|
3 | # This file is distributed under the same license as the django package.
|
---|
4 | # Krzysztof Kajkowski <krzysztof.kajkowski@gmail.com>, 2006.
|
---|
5 | # cayco <cayco@cayco.pl>, 2006.
|
---|
6 | #
|
---|
7 | #
|
---|
8 | msgid ""
|
---|
9 | msgstr ""
|
---|
10 | "Project-Id-Version: 0.1\n"
|
---|
11 | "Report-Msgid-Bugs-To: \n"
|
---|
12 | "POT-Creation-Date: 2006-05-16 10:13+0200\n"
|
---|
13 | "PO-Revision-Date: 2006-02-21 11:10+0100\n"
|
---|
14 | "Last-Translator: Piotr Maliński <admin@rk.edu.pl>\n"
|
---|
15 | "Language-Team: Polish <pl@li.org>\n"
|
---|
16 | "MIME-Version: 1.0\n"
|
---|
17 | "Content-Type: text/plain; charset=UTF-8\n"
|
---|
18 | "Content-Transfer-Encoding: 8bit\n"
|
---|
19 |
|
---|
20 | #: contrib/comments/models.py:67 contrib/comments/models.py:166
|
---|
21 | msgid "object ID"
|
---|
22 | msgstr "ID obiektu"
|
---|
23 |
|
---|
24 | #: contrib/comments/models.py:68
|
---|
25 | msgid "headline"
|
---|
26 | msgstr "nagłówek"
|
---|
27 |
|
---|
28 | #: contrib/comments/models.py:69 contrib/comments/models.py:90
|
---|
29 | #: contrib/comments/models.py:167
|
---|
30 | msgid "comment"
|
---|
31 | msgstr "komentarz"
|
---|
32 |
|
---|
33 | #: contrib/comments/models.py:70
|
---|
34 | msgid "rating #1"
|
---|
35 | msgstr "ocena #1"
|
---|
36 |
|
---|
37 | #: contrib/comments/models.py:71
|
---|
38 | msgid "rating #2"
|
---|
39 | msgstr "ocena #2"
|
---|
40 |
|
---|
41 | #: contrib/comments/models.py:72
|
---|
42 | msgid "rating #3"
|
---|
43 | msgstr "ocena #3"
|
---|
44 |
|
---|
45 | #: contrib/comments/models.py:73
|
---|
46 | msgid "rating #4"
|
---|
47 | msgstr "ocena #4"
|
---|
48 |
|
---|
49 | #: contrib/comments/models.py:74
|
---|
50 | msgid "rating #5"
|
---|
51 | msgstr "ocena #5"
|
---|
52 |
|
---|
53 | #: contrib/comments/models.py:75
|
---|
54 | msgid "rating #6"
|
---|
55 | msgstr "ocena #6"
|
---|
56 |
|
---|
57 | #: contrib/comments/models.py:76
|
---|
58 | msgid "rating #7"
|
---|
59 | msgstr "ocena #7"
|
---|
60 |
|
---|
61 | #: contrib/comments/models.py:77
|
---|
62 | msgid "rating #8"
|
---|
63 | msgstr "ocena #8"
|
---|
64 |
|
---|
65 | #: contrib/comments/models.py:82
|
---|
66 | msgid "is valid rating"
|
---|
67 | msgstr "jest poprawną oceną"
|
---|
68 |
|
---|
69 | #: contrib/comments/models.py:83 contrib/comments/models.py:169
|
---|
70 | msgid "date/time submitted"
|
---|
71 | msgstr "data/czas dodania"
|
---|
72 |
|
---|
73 | #: contrib/comments/models.py:84 contrib/comments/models.py:170
|
---|
74 | msgid "is public"
|
---|
75 | msgstr "publicznie dostepny"
|
---|
76 |
|
---|
77 | #: contrib/comments/models.py:85 contrib/admin/views/doc.py:289
|
---|
78 | msgid "IP address"
|
---|
79 | msgstr "Adres IP"
|
---|
80 |
|
---|
81 | #: contrib/comments/models.py:86
|
---|
82 | msgid "is removed"
|
---|
83 | msgstr "usunięty"
|
---|
84 |
|
---|
85 | #: contrib/comments/models.py:86
|
---|
86 | msgid ""
|
---|
87 | "Check this box if the comment is inappropriate. A \"This comment has been "
|
---|
88 | "removed\" message will be displayed instead."
|
---|
89 | msgstr ""
|
---|
90 | "Zaznacz to pole jeżeli komentarz jest nieodpowiedni. Wyświetlony zostanie tekst \"Ten "
|
---|
91 | "komentarz został usunięty\". "
|
---|
92 |
|
---|
93 | #: contrib/comments/models.py:91
|
---|
94 | msgid "comments"
|
---|
95 | msgstr "komentarze"
|
---|
96 |
|
---|
97 | #: contrib/comments/models.py:131 contrib/comments/models.py:207
|
---|
98 | msgid "Content object"
|
---|
99 | msgstr "Obiekt Treści"
|
---|
100 |
|
---|
101 | #: contrib/comments/models.py:159
|
---|
102 | #, python-format
|
---|
103 | msgid ""
|
---|
104 | "Posted by %(user)s at %(date)s\n"
|
---|
105 | "\n"
|
---|
106 | "%(comment)s\n"
|
---|
107 | "\n"
|
---|
108 | "http://%(domain)s%(url)s"
|
---|
109 | msgstr ""
|
---|
110 | "Dodane przez %(user)s dnia %(date)s\n"
|
---|
111 | "\n"
|
---|
112 | "%(comment)y\n"
|
---|
113 | "\n"
|
---|
114 | "http://%(domain)s%(url)s"
|
---|
115 |
|
---|
116 | #: contrib/comments/models.py:168
|
---|
117 | msgid "person's name"
|
---|
118 | msgstr "Nazwa osoby"
|
---|
119 |
|
---|
120 | #: contrib/comments/models.py:171
|
---|
121 | msgid "ip address"
|
---|
122 | msgstr "adres ip"
|
---|
123 |
|
---|
124 | #: contrib/comments/models.py:173
|
---|
125 | msgid "approved by staff"
|
---|
126 | msgstr "zaakceptowano"
|
---|
127 |
|
---|
128 | #: contrib/comments/models.py:176
|
---|
129 | #, fuzzy
|
---|
130 | msgid "free comment"
|
---|
131 | msgstr "wolny komentarz"
|
---|
132 |
|
---|
133 | #: contrib/comments/models.py:177
|
---|
134 | #, fuzzy
|
---|
135 | msgid "free comments"
|
---|
136 | msgstr "wolne komentarze"
|
---|
137 |
|
---|
138 | #: contrib/comments/models.py:233
|
---|
139 | msgid "score"
|
---|
140 | msgstr "ilość punktów"
|
---|
141 |
|
---|
142 | #: contrib/comments/models.py:234
|
---|
143 | msgid "score date"
|
---|
144 | msgstr "data przyznania punktów"
|
---|
145 |
|
---|
146 | #: contrib/comments/models.py:237
|
---|
147 | #, fuzzy
|
---|
148 | msgid "karma score"
|
---|
149 | msgstr "ilość punktów"
|
---|
150 |
|
---|
151 | #: contrib/comments/models.py:238
|
---|
152 | msgid "karma scores"
|
---|
153 | msgstr "wyniki"
|
---|
154 |
|
---|
155 | #: contrib/comments/models.py:242
|
---|
156 | #, python-format
|
---|
157 | msgid "%(score)d rating by %(user)s"
|
---|
158 | msgstr "%(score)d ocenę przez %(user)s"
|
---|
159 |
|
---|
160 | #: contrib/comments/models.py:258
|
---|
161 | #, python-format
|
---|
162 | msgid ""
|
---|
163 | "This comment was flagged by %(user)s:\n"
|
---|
164 | "\n"
|
---|
165 | "%(text)s"
|
---|
166 | msgstr ""
|
---|
167 | "Komentarz oflagowany przez %(user)s:\n"
|
---|
168 | "\n"
|
---|
169 | "%(text)s"
|
---|
170 |
|
---|
171 | #: contrib/comments/models.py:265
|
---|
172 | msgid "flag date"
|
---|
173 | msgstr "data flagi"
|
---|
174 |
|
---|
175 | #: contrib/comments/models.py:268
|
---|
176 | msgid "user flag"
|
---|
177 | msgstr "flaga użytkownika"
|
---|
178 |
|
---|
179 | #: contrib/comments/models.py:269
|
---|
180 | msgid "user flags"
|
---|
181 | msgstr "flagi użytkownika"
|
---|
182 |
|
---|
183 | #: contrib/comments/models.py:273
|
---|
184 | #, python-format
|
---|
185 | msgid "Flag by %r"
|
---|
186 | msgstr "Flaga %r"
|
---|
187 |
|
---|
188 | #: contrib/comments/models.py:278
|
---|
189 | msgid "deletion date"
|
---|
190 | msgstr "data skasowania"
|
---|
191 |
|
---|
192 | #: contrib/comments/models.py:280
|
---|
193 | msgid "moderator deletion"
|
---|
194 | msgstr "usunięcie moderatora"
|
---|
195 |
|
---|
196 | #: contrib/comments/models.py:281
|
---|
197 | msgid "moderator deletions"
|
---|
198 | msgstr "usunięcia moderatorów"
|
---|
199 |
|
---|
200 | #: contrib/comments/models.py:285
|
---|
201 | #, python-format
|
---|
202 | msgid "Moderator deletion by %r"
|
---|
203 | msgstr "Usunięcie moderatora przez %r"
|
---|
204 |
|
---|
205 | #: contrib/comments/views/karma.py:19
|
---|
206 | msgid "Anonymous users cannot vote"
|
---|
207 | msgstr "Anonimowi użytkownicy nie mogą głosować"
|
---|
208 |
|
---|
209 | #: contrib/comments/views/karma.py:23
|
---|
210 | msgid "Invalid comment ID"
|
---|
211 | msgstr "Błędny ID komentarza"
|
---|
212 |
|
---|
213 | #: contrib/comments/views/karma.py:25
|
---|
214 | msgid "No voting for yourself"
|
---|
215 | msgstr "Nie można głosować na siebie"
|
---|
216 |
|
---|
217 | #: contrib/comments/views/comments.py:28
|
---|
218 | msgid ""
|
---|
219 | "This rating is required because you've entered at least one other rating."
|
---|
220 | msgstr ""
|
---|
221 | "Ta ocena jest wymagana gdyż podałeś przynajmniej jedną inną ocenę."
|
---|
222 |
|
---|
223 |
|
---|
224 | #: contrib/comments/views/comments.py:112
|
---|
225 | #, python-format
|
---|
226 | msgid ""
|
---|
227 | "This comment was posted by a user who has posted fewer than %(count)s "
|
---|
228 | "comment:\n"
|
---|
229 | "\n"
|
---|
230 | "%(text)s"
|
---|
231 | msgid_plural ""
|
---|
232 | "This comment was posted by a user who has posted fewer than %(count)s "
|
---|
233 | "comments:\n"
|
---|
234 | "\n"
|
---|
235 | "%(text)s"
|
---|
236 | msgstr[0] ""
|
---|
237 | msgstr[1] ""
|
---|
238 |
|
---|
239 | #: contrib/comments/views/comments.py:117
|
---|
240 | #, python-format
|
---|
241 | msgid ""
|
---|
242 | "This comment was posted by a sketchy user:\n"
|
---|
243 | "\n"
|
---|
244 | "%(text)s"
|
---|
245 | msgstr ""
|
---|
246 |
|
---|
247 | #: contrib/comments/views/comments.py:189
|
---|
248 | #: contrib/comments/views/comments.py:280
|
---|
249 | msgid "Only POSTs are allowed"
|
---|
250 | msgstr "Dozwolone tylko POSTy"
|
---|
251 |
|
---|
252 | #: contrib/comments/views/comments.py:193
|
---|
253 | #: contrib/comments/views/comments.py:284
|
---|
254 | msgid "One or more of the required fields wasn't submitted"
|
---|
255 | msgstr "Jedno lub więcej wymaganych pól nie zostało wypełnionych"
|
---|
256 |
|
---|
257 | #: contrib/comments/views/comments.py:197
|
---|
258 | #: contrib/comments/views/comments.py:286
|
---|
259 | msgid "Somebody tampered with the comment form (security violation)"
|
---|
260 | msgstr ""
|
---|
261 |
|
---|
262 | #: contrib/comments/views/comments.py:207
|
---|
263 | #: contrib/comments/views/comments.py:292
|
---|
264 | msgid ""
|
---|
265 | "The comment form had an invalid 'target' parameter -- the object ID was "
|
---|
266 | "invalid"
|
---|
267 | msgstr ""
|
---|
268 |
|
---|
269 | #: contrib/comments/views/comments.py:257
|
---|
270 | #: contrib/comments/views/comments.py:321
|
---|
271 | msgid "The comment form didn't provide either 'preview' or 'post'"
|
---|
272 | msgstr ""
|
---|
273 |
|
---|
274 | #: contrib/comments/templates/comments/form.html:6
|
---|
275 | #: contrib/comments/templates/comments/form.html:8
|
---|
276 | #: contrib/admin/templates/admin/login.html:17
|
---|
277 | msgid "Username:"
|
---|
278 | msgstr "Nazwa użytkownika:"
|
---|
279 |
|
---|
280 | #: contrib/comments/templates/comments/form.html:6
|
---|
281 | #: contrib/admin/templates/admin/login.html:20
|
---|
282 | msgid "Password:"
|
---|
283 | msgstr "Hasło:"
|
---|
284 |
|
---|
285 | #: contrib/comments/templates/comments/form.html:6
|
---|
286 | msgid "Forgotten your password?"
|
---|
287 | msgstr "Zapomniałeś hasło?"
|
---|
288 |
|
---|
289 | #: contrib/comments/templates/comments/form.html:8
|
---|
290 | #: contrib/admin/templates/admin/object_history.html:3
|
---|
291 | #: contrib/admin/templates/admin/change_list.html:5
|
---|
292 | #: contrib/admin/templates/admin/base.html:23
|
---|
293 | #: contrib/admin/templates/admin/delete_confirmation.html:3
|
---|
294 | #: contrib/admin/templates/admin/change_form.html:10
|
---|
295 | #: contrib/admin/templates/registration/password_change_done.html:3
|
---|
296 | #: contrib/admin/templates/registration/password_change_form.html:3
|
---|
297 | #: contrib/admin/templates/admin_doc/bookmarklets.html:4
|
---|
298 | #: contrib/admin/templates/admin_doc/view_detail.html:4
|
---|
299 | #: contrib/admin/templates/admin_doc/template_tag_index.html:5
|
---|
300 | #: contrib/admin/templates/admin_doc/template_detail.html:4
|
---|
301 | #: contrib/admin/templates/admin_doc/template_filter_index.html:5
|
---|
302 | #: contrib/admin/templates/admin_doc/missing_docutils.html:4
|
---|
303 | #: contrib/admin/templates/admin_doc/view_index.html:5
|
---|
304 | #: contrib/admin/templates/admin_doc/model_detail.html:3
|
---|
305 | #: contrib/admin/templates/admin_doc/index.html:4
|
---|
306 | #: contrib/admin/templates/admin_doc/model_index.html:5
|
---|
307 | msgid "Log out"
|
---|
308 | msgstr "Wyloguj się"
|
---|
309 |
|
---|
310 | #: contrib/comments/templates/comments/form.html:12
|
---|
311 | msgid "Ratings"
|
---|
312 | msgstr "Oceny"
|
---|
313 |
|
---|
314 | #: contrib/comments/templates/comments/form.html:12
|
---|
315 | #: contrib/comments/templates/comments/form.html:23
|
---|
316 | msgid "Required"
|
---|
317 | msgstr "Wymagane"
|
---|
318 |
|
---|
319 | #: contrib/comments/templates/comments/form.html:12
|
---|
320 | #: contrib/comments/templates/comments/form.html:23
|
---|
321 | msgid "Optional"
|
---|
322 | msgstr "Opcjonalne"
|
---|
323 |
|
---|
324 | #: contrib/comments/templates/comments/form.html:23
|
---|
325 | msgid "Post a photo"
|
---|
326 | msgstr "Wyślij zdjęcie"
|
---|
327 |
|
---|
328 | #: contrib/comments/templates/comments/form.html:27
|
---|
329 | #: contrib/comments/templates/comments/freeform.html:5
|
---|
330 | msgid "Comment:"
|
---|
331 | msgstr "Komentarz:"
|
---|
332 |
|
---|
333 | #: contrib/comments/templates/comments/form.html:32
|
---|
334 | #: contrib/comments/templates/comments/freeform.html:9
|
---|
335 | msgid "Preview comment"
|
---|
336 | msgstr "Podgląd"
|
---|
337 |
|
---|
338 | #: contrib/comments/templates/comments/freeform.html:4
|
---|
339 | msgid "Your name:"
|
---|
340 | msgstr "Twoje imię:"
|
---|
341 |
|
---|
342 | #: contrib/admin/filterspecs.py:40
|
---|
343 | #, python-format
|
---|
344 | msgid ""
|
---|
345 | "<h3>By %s:</h3>\n"
|
---|
346 | "<ul>\n"
|
---|
347 | msgstr ""
|
---|
348 | "<h3>Przez %s:</h3>\n"
|
---|
349 | "</ul>\n"
|
---|
350 |
|
---|
351 | #: contrib/admin/filterspecs.py:70 contrib/admin/filterspecs.py:88
|
---|
352 | #: contrib/admin/filterspecs.py:143
|
---|
353 | msgid "All"
|
---|
354 | msgstr "Wszystko"
|
---|
355 |
|
---|
356 | #: contrib/admin/filterspecs.py:109
|
---|
357 | msgid "Any date"
|
---|
358 | msgstr "Jakolwiek data"
|
---|
359 |
|
---|
360 | #: contrib/admin/filterspecs.py:110
|
---|
361 | msgid "Today"
|
---|
362 | msgstr "Dzisiaj"
|
---|
363 |
|
---|
364 | #: contrib/admin/filterspecs.py:113
|
---|
365 | msgid "Past 7 days"
|
---|
366 | msgstr "Ostatnie 7 dni"
|
---|
367 |
|
---|
368 | #: contrib/admin/filterspecs.py:115
|
---|
369 | msgid "This month"
|
---|
370 | msgstr "Ten miesiąc"
|
---|
371 |
|
---|
372 | #: contrib/admin/filterspecs.py:117
|
---|
373 | msgid "This year"
|
---|
374 | msgstr "Ten rok"
|
---|
375 |
|
---|
376 | #: contrib/admin/filterspecs.py:143
|
---|
377 | msgid "Yes"
|
---|
378 | msgstr "Tak"
|
---|
379 |
|
---|
380 | #: contrib/admin/filterspecs.py:143
|
---|
381 | msgid "No"
|
---|
382 | msgstr "Nie"
|
---|
383 |
|
---|
384 | #: contrib/admin/filterspecs.py:150
|
---|
385 | msgid "Unknown"
|
---|
386 | msgstr "Nieznany"
|
---|
387 |
|
---|
388 | #: contrib/admin/models.py:16
|
---|
389 | msgid "action time"
|
---|
390 | msgstr "czas akcji"
|
---|
391 |
|
---|
392 | #: contrib/admin/models.py:19
|
---|
393 | msgid "object id"
|
---|
394 | msgstr "id obiektu"
|
---|
395 |
|
---|
396 | #: contrib/admin/models.py:20
|
---|
397 | msgid "object repr"
|
---|
398 | msgstr "reprezentacj obiektu"
|
---|
399 |
|
---|
400 | #: contrib/admin/models.py:21
|
---|
401 | msgid "action flag"
|
---|
402 | msgstr "flaga akcji"
|
---|
403 |
|
---|
404 | #: contrib/admin/models.py:22
|
---|
405 | msgid "change message"
|
---|
406 | msgstr "zmień wiadomość"
|
---|
407 |
|
---|
408 | #: contrib/admin/models.py:25
|
---|
409 | msgid "log entry"
|
---|
410 | msgstr "log"
|
---|
411 |
|
---|
412 | #: contrib/admin/models.py:26
|
---|
413 | msgid "log entries"
|
---|
414 | msgstr "logi"
|
---|
415 |
|
---|
416 | #: contrib/admin/templatetags/admin_list.py:228
|
---|
417 | msgid "All dates"
|
---|
418 | msgstr "Wszystkie daty"
|
---|
419 |
|
---|
420 | #: contrib/admin/views/decorators.py:9 contrib/auth/forms.py:36
|
---|
421 | #: contrib/auth/forms.py:41
|
---|
422 | msgid ""
|
---|
423 | "Please enter a correct username and password. Note that both fields are case-"
|
---|
424 | "sensitive."
|
---|
425 | msgstr ""
|
---|
426 | "Proszę wpisać poprawną nazwę użytkownika i hasło. Uwaga: wielkość liter ma "
|
---|
427 | "znaczenie."
|
---|
428 |
|
---|
429 | #: contrib/admin/views/decorators.py:23
|
---|
430 | #: contrib/admin/templates/admin/login.html:25
|
---|
431 | msgid "Log in"
|
---|
432 | msgstr "Zaloguj się"
|
---|
433 |
|
---|
434 | #: contrib/admin/views/decorators.py:61
|
---|
435 | msgid ""
|
---|
436 | "Please log in again, because your session has expired. Don't worry: Your "
|
---|
437 | "submission has been saved."
|
---|
438 | msgstr ""
|
---|
439 | "Zaloguj się ponownie. Twoja sesja wygasła lecz twoje zgłoszenie "
|
---|
440 | "zostało zapisane."
|
---|
441 |
|
---|
442 | #: contrib/admin/views/decorators.py:68
|
---|
443 | msgid ""
|
---|
444 | "Looks like your browser isn't configured to accept cookies. Please enable "
|
---|
445 | "cookies, reload this page, and try again."
|
---|
446 | msgstr ""
|
---|
447 | "Twoja przeglądarka nie chce akceptować ciasteczek. Zmień "
|
---|
448 | "jej ustawienia i spróbuj ponownie."
|
---|
449 |
|
---|
450 | #: contrib/admin/views/decorators.py:82
|
---|
451 | msgid "Usernames cannot contain the '@' character."
|
---|
452 | msgstr "Nazwy użytkowników nie mogą zawierać znaków '@'."
|
---|
453 |
|
---|
454 | #: contrib/admin/views/decorators.py:84
|
---|
455 | #, python-format
|
---|
456 | msgid "Your e-mail address is not your username. Try '%s' instead."
|
---|
457 | msgstr "Twój adres e-mail to nie jest twój login. Spróbuj '%s'."
|
---|
458 |
|
---|
459 | #: contrib/admin/views/main.py:226
|
---|
460 | msgid "Site administration"
|
---|
461 | msgstr "Administracja stroną"
|
---|
462 |
|
---|
463 | #: contrib/admin/views/main.py:260
|
---|
464 | #, python-format
|
---|
465 | msgid "The %(name)s \"%(obj)s\" was added successfully."
|
---|
466 | msgstr "%(name)s \"%(obj)s\" dodany pomyślnie."
|
---|
467 |
|
---|
468 | #: contrib/admin/views/main.py:264 contrib/admin/views/main.py:348
|
---|
469 | msgid "You may edit it again below."
|
---|
470 | msgstr "Możesz ponownie edytować wpis poniżej."
|
---|
471 |
|
---|
472 | #: contrib/admin/views/main.py:272 contrib/admin/views/main.py:357
|
---|
473 | #, python-format
|
---|
474 | msgid "You may add another %s below."
|
---|
475 | msgstr "Możesz dodać nowy wpis %s poniżej."
|
---|
476 |
|
---|
477 | #: contrib/admin/views/main.py:290
|
---|
478 | #, python-format
|
---|
479 | msgid "Add %s"
|
---|
480 | msgstr "Dodaj %s"
|
---|
481 |
|
---|
482 | #: contrib/admin/views/main.py:336
|
---|
483 | #, python-format
|
---|
484 | msgid "Added %s."
|
---|
485 | msgstr "Dodano %s"
|
---|
486 |
|
---|
487 | #: contrib/admin/views/main.py:336 contrib/admin/views/main.py:338
|
---|
488 | #: contrib/admin/views/main.py:340
|
---|
489 | msgid "and"
|
---|
490 | msgstr "i"
|
---|
491 |
|
---|
492 | #: contrib/admin/views/main.py:338
|
---|
493 | #, python-format
|
---|
494 | msgid "Changed %s."
|
---|
495 | msgstr "Zmieniono %s"
|
---|
496 |
|
---|
497 | #: contrib/admin/views/main.py:340
|
---|
498 | #, python-format
|
---|
499 | msgid "Deleted %s."
|
---|
500 | msgstr "Skasowano %s"
|
---|
501 |
|
---|
502 | #: contrib/admin/views/main.py:343
|
---|
503 | msgid "No fields changed."
|
---|
504 | msgstr "Żadne pole nie zmienione."
|
---|
505 |
|
---|
506 | #: contrib/admin/views/main.py:346
|
---|
507 | #, python-format
|
---|
508 | msgid "The %(name)s \"%(obj)s\" was changed successfully."
|
---|
509 | msgstr "%(name)s \"%(obj)s\" zostało pomyślnie zmienione."
|
---|
510 |
|
---|
511 | #: contrib/admin/views/main.py:354
|
---|
512 | #, python-format
|
---|
513 | msgid ""
|
---|
514 | "The %(name)s \"%(obj)s\" was added successfully. You may edit it again below."
|
---|
515 | msgstr ""
|
---|
516 | "%(name)s \"%(obj)s\" dodane pomyślnie. Możesz edytować ponownie wpis poniżej."
|
---|
517 |
|
---|
518 |
|
---|
519 | #: contrib/admin/views/main.py:392
|
---|
520 | #, python-format
|
---|
521 | msgid "Change %s"
|
---|
522 | msgstr "Zmień %s"
|
---|
523 |
|
---|
524 | #: contrib/admin/views/main.py:470
|
---|
525 | #, python-format
|
---|
526 | msgid "One or more %(fieldname)s in %(name)s: %(obj)s"
|
---|
527 | msgstr "Jedno lub więcej %(fieldname)s w %(name)s: %(obj)s"
|
---|
528 |
|
---|
529 | #: contrib/admin/views/main.py:475
|
---|
530 | #, python-format
|
---|
531 | msgid "One or more %(fieldname)s in %(name)s:"
|
---|
532 | msgstr "Jedno lub więcej %(fieldname)s w %(name)s:"
|
---|
533 |
|
---|
534 | #: contrib/admin/views/main.py:508
|
---|
535 | #, python-format
|
---|
536 | msgid "The %(name)s \"%(obj)s\" was deleted successfully."
|
---|
537 | msgstr "%(name)s \"%(obj)s\" usunięty pomyślnie."
|
---|
538 |
|
---|
539 | #: contrib/admin/views/main.py:511
|
---|
540 | msgid "Are you sure?"
|
---|
541 | msgstr "Jesteś pewien?"
|
---|
542 |
|
---|
543 | #: contrib/admin/views/main.py:533
|
---|
544 | #, python-format
|
---|
545 | msgid "Change history: %s"
|
---|
546 | msgstr "Historia zmian: %s"
|
---|
547 |
|
---|
548 | #: contrib/admin/views/main.py:565
|
---|
549 | #, python-format
|
---|
550 | msgid "Select %s"
|
---|
551 | msgstr "Zaznacz %s"
|
---|
552 |
|
---|
553 | #: contrib/admin/views/main.py:565
|
---|
554 | #, python-format
|
---|
555 | msgid "Select %s to change"
|
---|
556 | msgstr "Zaznacz %s aby zmienić"
|
---|
557 |
|
---|
558 | #: contrib/admin/views/doc.py:277 contrib/admin/views/doc.py:286
|
---|
559 | #: contrib/admin/views/doc.py:288 contrib/admin/views/doc.py:294
|
---|
560 | #: contrib/admin/views/doc.py:295 contrib/admin/views/doc.py:297
|
---|
561 | msgid "Integer"
|
---|
562 | msgstr "Liczba całkowita"
|
---|
563 |
|
---|
564 | #: contrib/admin/views/doc.py:278
|
---|
565 | msgid "Boolean (Either True or False)"
|
---|
566 | msgstr "Wartość logiczna (True, False - prawda lub fałsz)"
|
---|
567 |
|
---|
568 | #: contrib/admin/views/doc.py:279 contrib/admin/views/doc.py:296
|
---|
569 | #, python-format
|
---|
570 | msgid "String (up to %(maxlength)s)"
|
---|
571 | msgstr "Łańcuch (do %(maxlength)s znaków)"
|
---|
572 |
|
---|
573 | #: contrib/admin/views/doc.py:280
|
---|
574 | msgid "Comma-separated integers"
|
---|
575 | msgstr "Liczby całkowite rozdzielone przecinkami"
|
---|
576 |
|
---|
577 | #: contrib/admin/views/doc.py:281
|
---|
578 | msgid "Date (without time)"
|
---|
579 | msgstr "Data (bez godziny)"
|
---|
580 |
|
---|
581 | #: contrib/admin/views/doc.py:282
|
---|
582 | msgid "Date (with time)"
|
---|
583 | msgstr "Data (z godziną)"
|
---|
584 |
|
---|
585 | #: contrib/admin/views/doc.py:283
|
---|
586 | msgid "E-mail address"
|
---|
587 | msgstr "Adres e-mail"
|
---|
588 |
|
---|
589 | #: contrib/admin/views/doc.py:284 contrib/admin/views/doc.py:287
|
---|
590 | msgid "File path"
|
---|
591 | msgstr "Ścieżka do pliku"
|
---|
592 |
|
---|
593 | #: contrib/admin/views/doc.py:285
|
---|
594 | msgid "Decimal number"
|
---|
595 | msgstr "Numer dziesiętny"
|
---|
596 |
|
---|
597 | #: contrib/admin/views/doc.py:291
|
---|
598 | msgid "Boolean (Either True, False or None)"
|
---|
599 | msgstr "Wartość logiczna (True, False, None - prawda, fałsz lub nic)"
|
---|
600 |
|
---|
601 | #: contrib/admin/views/doc.py:292
|
---|
602 | msgid "Relation to parent model"
|
---|
603 | msgstr ""
|
---|
604 |
|
---|
605 | #: contrib/admin/views/doc.py:293
|
---|
606 | msgid "Phone number"
|
---|
607 | msgstr "Numer telefonu"
|
---|
608 |
|
---|
609 | #: contrib/admin/views/doc.py:298
|
---|
610 | msgid "Text"
|
---|
611 | msgstr "Tekst"
|
---|
612 |
|
---|
613 | #: contrib/admin/views/doc.py:299
|
---|
614 | msgid "Time"
|
---|
615 | msgstr "Czas"
|
---|
616 |
|
---|
617 | #: contrib/admin/views/doc.py:300 contrib/flatpages/models.py:7
|
---|
618 | msgid "URL"
|
---|
619 | msgstr "URL"
|
---|
620 |
|
---|
621 | #: contrib/admin/views/doc.py:301
|
---|
622 | msgid "U.S. state (two uppercase letters)"
|
---|
623 | msgstr "Stan USA (dwie duże litery)"
|
---|
624 |
|
---|
625 | #: contrib/admin/views/doc.py:302
|
---|
626 | msgid "XML text"
|
---|
627 | msgstr "Tekst XML"
|
---|
628 |
|
---|
629 | #: contrib/admin/templates/admin/object_history.html:3
|
---|
630 | #: contrib/admin/templates/admin/change_list.html:5
|
---|
631 | #: contrib/admin/templates/admin/base.html:23
|
---|
632 | #: contrib/admin/templates/admin/delete_confirmation.html:3
|
---|
633 | #: contrib/admin/templates/admin/change_form.html:10
|
---|
634 | #: contrib/admin/templates/registration/password_change_done.html:3
|
---|
635 | #: contrib/admin/templates/registration/password_change_form.html:3
|
---|
636 | #: contrib/admin/templates/admin_doc/bookmarklets.html:3
|
---|
637 | msgid "Documentation"
|
---|
638 | msgstr "Dokumentacja"
|
---|
639 |
|
---|
640 | #: contrib/admin/templates/admin/object_history.html:3
|
---|
641 | #: contrib/admin/templates/admin/change_list.html:5
|
---|
642 | #: contrib/admin/templates/admin/base.html:23
|
---|
643 | #: contrib/admin/templates/admin/delete_confirmation.html:3
|
---|
644 | #: contrib/admin/templates/admin/change_form.html:10
|
---|
645 | #: contrib/admin/templates/registration/password_change_done.html:3
|
---|
646 | #: contrib/admin/templates/registration/password_change_form.html:3
|
---|
647 | #: contrib/admin/templates/admin_doc/bookmarklets.html:4
|
---|
648 | #: contrib/admin/templates/admin_doc/view_detail.html:4
|
---|
649 | #: contrib/admin/templates/admin_doc/template_tag_index.html:5
|
---|
650 | #: contrib/admin/templates/admin_doc/template_detail.html:4
|
---|
651 | #: contrib/admin/templates/admin_doc/template_filter_index.html:5
|
---|
652 | #: contrib/admin/templates/admin_doc/missing_docutils.html:4
|
---|
653 | #: contrib/admin/templates/admin_doc/view_index.html:5
|
---|
654 | #: contrib/admin/templates/admin_doc/model_detail.html:3
|
---|
655 | #: contrib/admin/templates/admin_doc/index.html:4
|
---|
656 | #: contrib/admin/templates/admin_doc/model_index.html:5
|
---|
657 | msgid "Change password"
|
---|
658 | msgstr "Zmiana hasła"
|
---|
659 |
|
---|
660 | #: contrib/admin/templates/admin/object_history.html:5
|
---|
661 | #: contrib/admin/templates/admin/500.html:4
|
---|
662 | #: contrib/admin/templates/admin/change_list.html:6
|
---|
663 | #: contrib/admin/templates/admin/base.html:28
|
---|
664 | #: contrib/admin/templates/admin/delete_confirmation.html:6
|
---|
665 | #: contrib/admin/templates/admin/change_form.html:13
|
---|
666 | #: contrib/admin/templates/registration/password_change_done.html:4
|
---|
667 | #: contrib/admin/templates/registration/password_reset_form.html:4
|
---|
668 | #: contrib/admin/templates/registration/logged_out.html:4
|
---|
669 | #: contrib/admin/templates/registration/password_reset_done.html:4
|
---|
670 | #: contrib/admin/templates/registration/password_change_form.html:4
|
---|
671 | #: contrib/admin/templates/admin_doc/bookmarklets.html:3
|
---|
672 | msgid "Home"
|
---|
673 | msgstr "Początek"
|
---|
674 |
|
---|
675 | #: contrib/admin/templates/admin/object_history.html:5
|
---|
676 | #: contrib/admin/templates/admin/change_form.html:20
|
---|
677 | msgid "History"
|
---|
678 | msgstr "Historia"
|
---|
679 |
|
---|
680 | #: contrib/admin/templates/admin/object_history.html:18
|
---|
681 | msgid "Date/time"
|
---|
682 | msgstr "Data/czas"
|
---|
683 |
|
---|
684 | #: contrib/admin/templates/admin/object_history.html:19
|
---|
685 | msgid "User"
|
---|
686 | msgstr "Użytkownik"
|
---|
687 |
|
---|
688 | #: contrib/admin/templates/admin/object_history.html:20
|
---|
689 | msgid "Action"
|
---|
690 | msgstr "Akcja"
|
---|
691 |
|
---|
692 | #: contrib/admin/templates/admin/object_history.html:26
|
---|
693 | msgid "DATE_WITH_TIME_FULL"
|
---|
694 | msgstr ""
|
---|
695 |
|
---|
696 | #: contrib/admin/templates/admin/object_history.html:36
|
---|
697 | msgid ""
|
---|
698 | "This object doesn't have a change history. It probably wasn't added via this "
|
---|
699 | "admin site."
|
---|
700 | msgstr ""
|
---|
701 | "Ten obiekt nie ma historii zmian. Najprawdopodobniej wpis te nie "
|
---|
702 | "został dodany poprzez panel admina"
|
---|
703 |
|
---|
704 | #: contrib/admin/templates/admin/base_site.html:4
|
---|
705 | msgid "Django site admin"
|
---|
706 | msgstr "Administracja stroną Django"
|
---|
707 |
|
---|
708 | #: contrib/admin/templates/admin/base_site.html:7
|
---|
709 | msgid "Django administration"
|
---|
710 | msgstr "Administracja Django"
|
---|
711 |
|
---|
712 | #: contrib/admin/templates/admin/500.html:4
|
---|
713 | msgid "Server error"
|
---|
714 | msgstr "Błąd serwera"
|
---|
715 |
|
---|
716 | #: contrib/admin/templates/admin/500.html:6
|
---|
717 | msgid "Server error (500)"
|
---|
718 | msgstr "Bład serwera (500)"
|
---|
719 |
|
---|
720 | #: contrib/admin/templates/admin/500.html:9
|
---|
721 | msgid "Server Error <em>(500)</em>"
|
---|
722 | msgstr "Błąd Serwera <em>(500)</em>"
|
---|
723 |
|
---|
724 | #: contrib/admin/templates/admin/500.html:10
|
---|
725 | msgid ""
|
---|
726 | "There's been an error. It's been reported to the site administrators via e-"
|
---|
727 | "mail and should be fixed shortly. Thanks for your patience."
|
---|
728 | msgstr ""
|
---|
729 | "Wystąpił niespodziewany błąd. Raport został wysłany emailem "
|
---|
730 | "administratorowi strony."
|
---|
731 |
|
---|
732 | #: contrib/admin/templates/admin/404.html:4
|
---|
733 | #: contrib/admin/templates/admin/404.html:8
|
---|
734 | msgid "Page not found"
|
---|
735 | msgstr "Strona nie znaleziona"
|
---|
736 |
|
---|
737 | #: contrib/admin/templates/admin/404.html:10
|
---|
738 | msgid "We're sorry, but the requested page could not be found."
|
---|
739 | msgstr "Niestety nie można znaleźć rządanej strony."
|
---|
740 |
|
---|
741 | #: contrib/admin/templates/admin/index.html:17
|
---|
742 | #, python-format
|
---|
743 | msgid "Models available in the %(name)s application."
|
---|
744 | msgstr "Modele dostępne w aplikacji %(name)s."
|
---|
745 |
|
---|
746 | #: contrib/admin/templates/admin/index.html:28
|
---|
747 | #: contrib/admin/templates/admin/change_form.html:15
|
---|
748 | msgid "Add"
|
---|
749 | msgstr "Dodaj"
|
---|
750 |
|
---|
751 | #: contrib/admin/templates/admin/index.html:34
|
---|
752 | msgid "Change"
|
---|
753 | msgstr "Zmień"
|
---|
754 |
|
---|
755 | #: contrib/admin/templates/admin/index.html:44
|
---|
756 | msgid "You don't have permission to edit anything."
|
---|
757 | msgstr "Nie masz uprawnień by edytować cokolwiek"
|
---|
758 |
|
---|
759 | #: contrib/admin/templates/admin/index.html:52
|
---|
760 | msgid "Recent Actions"
|
---|
761 | msgstr "Ostatnie akcje"
|
---|
762 |
|
---|
763 | #: contrib/admin/templates/admin/index.html:53
|
---|
764 | msgid "My Actions"
|
---|
765 | msgstr "Moje akcje"
|
---|
766 |
|
---|
767 | #: contrib/admin/templates/admin/index.html:57
|
---|
768 | msgid "None available"
|
---|
769 | msgstr "Brak"
|
---|
770 |
|
---|
771 | #: contrib/admin/templates/admin/change_list.html:11
|
---|
772 | #, python-format
|
---|
773 | msgid "Add %(name)s"
|
---|
774 | msgstr "Dodaj %(name)s"
|
---|
775 |
|
---|
776 | #: contrib/admin/templates/admin/login.html:22
|
---|
777 | msgid "Have you <a href=\"/password_reset/\">forgotten your password</a>?"
|
---|
778 | msgstr ""
|
---|
779 | "Czy <a href=\"/password_reset/\">zapomniałeś/łaś</a> hasła?"
|
---|
780 |
|
---|
781 | #: contrib/admin/templates/admin/base.html:23
|
---|
782 | msgid "Welcome,"
|
---|
783 | msgstr "Witaj,"
|
---|
784 |
|
---|
785 | #: contrib/admin/templates/admin/delete_confirmation.html:9
|
---|
786 | #: contrib/admin/templates/admin/submit_line.html:3
|
---|
787 | msgid "Delete"
|
---|
788 | msgstr "Skasuj"
|
---|
789 |
|
---|
790 | #: contrib/admin/templates/admin/delete_confirmation.html:14
|
---|
791 | #, python-format
|
---|
792 | msgid ""
|
---|
793 | "Deleting the %(object_name)s '%(object)s' would result in deleting related "
|
---|
794 | "objects, but your account doesn't have permission to delete the following "
|
---|
795 | "types of objects:"
|
---|
796 | msgstr ""
|
---|
797 |
|
---|
798 | #: contrib/admin/templates/admin/delete_confirmation.html:21
|
---|
799 | #, python-format
|
---|
800 | msgid ""
|
---|
801 | "Are you sure you want to delete the %(object_name)s \"%(object)s\"? All of "
|
---|
802 | "the following related items will be deleted:"
|
---|
803 | msgstr ""
|
---|
804 |
|
---|
805 | #: contrib/admin/templates/admin/delete_confirmation.html:26
|
---|
806 | msgid "Yes, I'm sure"
|
---|
807 | msgstr "Tak, usuń"
|
---|
808 |
|
---|
809 | #: contrib/admin/templates/admin/filter.html:2
|
---|
810 | #, python-format
|
---|
811 | msgid " By %(title)s "
|
---|
812 | msgstr "Używając %(title)s"
|
---|
813 |
|
---|
814 | #: contrib/admin/templates/admin/search_form.html:8
|
---|
815 | msgid "Go"
|
---|
816 | msgstr "Szukaj"
|
---|
817 |
|
---|
818 | #: contrib/admin/templates/admin/change_form.html:21
|
---|
819 | msgid "View on site"
|
---|
820 | msgstr "Pokaż na stronie"
|
---|
821 |
|
---|
822 | #: contrib/admin/templates/admin/change_form.html:30
|
---|
823 | #, fuzzy
|
---|
824 | msgid "Please correct the error below."
|
---|
825 | msgid_plural "Please correct the errors below."
|
---|
826 | msgstr[0] "Proszę popraw poniższy błąd"
|
---|
827 | msgstr[1] "Proszę popraw poniższy błąd"
|
---|
828 |
|
---|
829 | #: contrib/admin/templates/admin/change_form.html:48
|
---|
830 | msgid "Ordering"
|
---|
831 | msgstr "Sortowanie"
|
---|
832 |
|
---|
833 | #: contrib/admin/templates/admin/change_form.html:51
|
---|
834 | msgid "Order:"
|
---|
835 | msgstr "Porządek:"
|
---|
836 |
|
---|
837 | #: contrib/admin/templates/admin/submit_line.html:4
|
---|
838 | msgid "Save as new"
|
---|
839 | msgstr "Zapisz jako nowe"
|
---|
840 |
|
---|
841 | #: contrib/admin/templates/admin/submit_line.html:5
|
---|
842 | msgid "Save and add another"
|
---|
843 | msgstr "Zapisz i dodaj nowe"
|
---|
844 |
|
---|
845 | #: contrib/admin/templates/admin/submit_line.html:6
|
---|
846 | msgid "Save and continue editing"
|
---|
847 | msgstr "Zapisz i kontynuuj edycję"
|
---|
848 |
|
---|
849 | #: contrib/admin/templates/admin/submit_line.html:7
|
---|
850 | msgid "Save"
|
---|
851 | msgstr "Zapisz"
|
---|
852 |
|
---|
853 | #: contrib/admin/templates/registration/password_change_done.html:4
|
---|
854 | #: contrib/admin/templates/registration/password_change_form.html:4
|
---|
855 | #: contrib/admin/templates/registration/password_change_form.html:6
|
---|
856 | #: contrib/admin/templates/registration/password_change_form.html:10
|
---|
857 | msgid "Password change"
|
---|
858 | msgstr "Zmiana hasła"
|
---|
859 |
|
---|
860 | #: contrib/admin/templates/registration/password_change_done.html:6
|
---|
861 | #: contrib/admin/templates/registration/password_change_done.html:10
|
---|
862 | msgid "Password change successful"
|
---|
863 | msgstr "Hasło zmienione"
|
---|
864 |
|
---|
865 | #: contrib/admin/templates/registration/password_change_done.html:12
|
---|
866 | msgid "Your password was changed."
|
---|
867 | msgstr "Twoje hasło zostało zmienione"
|
---|
868 |
|
---|
869 | #: contrib/admin/templates/registration/password_reset_form.html:4
|
---|
870 | #: contrib/admin/templates/registration/password_reset_form.html:6
|
---|
871 | #: contrib/admin/templates/registration/password_reset_form.html:10
|
---|
872 | #: contrib/admin/templates/registration/password_reset_done.html:4
|
---|
873 | msgid "Password reset"
|
---|
874 | msgstr "Zresetuj hasło"
|
---|
875 |
|
---|
876 | #: contrib/admin/templates/registration/password_reset_form.html:12
|
---|
877 | msgid ""
|
---|
878 | "Forgotten your password? Enter your e-mail address below, and we'll reset "
|
---|
879 | "your password and e-mail the new one to you."
|
---|
880 | msgstr ""
|
---|
881 | "Podaj swój adres email. Hasło zostanie zresetowane i wysłane na twój "
|
---|
882 | "adres email."
|
---|
883 |
|
---|
884 | #: contrib/admin/templates/registration/password_reset_form.html:16
|
---|
885 | msgid "E-mail address:"
|
---|
886 | msgstr "Adres e-mail:"
|
---|
887 |
|
---|
888 | #: contrib/admin/templates/registration/password_reset_form.html:16
|
---|
889 | msgid "Reset my password"
|
---|
890 | msgstr "Zresetuj moje hasło"
|
---|
891 |
|
---|
892 | #: contrib/admin/templates/registration/logged_out.html:8
|
---|
893 | msgid "Thanks for spending some quality time with the Web site today."
|
---|
894 | msgstr "Dziękujemy za odwiedzenie serwisu."
|
---|
895 |
|
---|
896 | #: contrib/admin/templates/registration/logged_out.html:10
|
---|
897 | msgid "Log in again"
|
---|
898 | msgstr "Zaloguj ponownie"
|
---|
899 |
|
---|
900 | #: contrib/admin/templates/registration/password_reset_done.html:6
|
---|
901 | #: contrib/admin/templates/registration/password_reset_done.html:10
|
---|
902 | msgid "Password reset successful"
|
---|
903 | msgstr "Udane resetowanie hasła"
|
---|
904 |
|
---|
905 | #: contrib/admin/templates/registration/password_reset_done.html:12
|
---|
906 | msgid ""
|
---|
907 | "We've e-mailed a new password to the e-mail address you submitted. You "
|
---|
908 | "should be receiving it shortly."
|
---|
909 | msgstr ""
|
---|
910 | "Nowe hasło zostało wysłane na podany adres email. Powinieneś "
|
---|
911 | "otrzymać je niebawem."
|
---|
912 |
|
---|
913 | #: contrib/admin/templates/registration/password_change_form.html:12
|
---|
914 | msgid ""
|
---|
915 | "Please enter your old password, for security's sake, and then enter your new "
|
---|
916 | "password twice so we can verify you typed it in correctly."
|
---|
917 | msgstr "Podaj swoje stare hasło i dwa razy nowe."
|
---|
918 |
|
---|
919 | #: contrib/admin/templates/registration/password_change_form.html:17
|
---|
920 | msgid "Old password:"
|
---|
921 | msgstr "Stare hasło:"
|
---|
922 |
|
---|
923 | #: contrib/admin/templates/registration/password_change_form.html:19
|
---|
924 | msgid "New password:"
|
---|
925 | msgstr "Nowe hasło:"
|
---|
926 |
|
---|
927 | #: contrib/admin/templates/registration/password_change_form.html:21
|
---|
928 | msgid "Confirm password:"
|
---|
929 | msgstr "Potwierdź hasło:"
|
---|
930 |
|
---|
931 | #: contrib/admin/templates/registration/password_change_form.html:23
|
---|
932 | msgid "Change my password"
|
---|
933 | msgstr "Zmień hasło"
|
---|
934 |
|
---|
935 | #: contrib/admin/templates/registration/password_reset_email.html:2
|
---|
936 | msgid "You're receiving this e-mail because you requested a password reset"
|
---|
937 | msgstr "Otrzymałeś email gdyż zarządałeś zresetowania hasła"
|
---|
938 |
|
---|
939 | #: contrib/admin/templates/registration/password_reset_email.html:3
|
---|
940 | #, python-format
|
---|
941 | msgid "for your user account at %(site_name)s"
|
---|
942 | msgstr "dla twojego konta użytkownika na stronie %(site_name)s"
|
---|
943 |
|
---|
944 | #: contrib/admin/templates/registration/password_reset_email.html:5
|
---|
945 | #, python-format
|
---|
946 | msgid "Your new password is: %(new_password)s"
|
---|
947 | msgstr "Twoje nowe hasło to: %(new_password)s"
|
---|
948 |
|
---|
949 | #: contrib/admin/templates/registration/password_reset_email.html:7
|
---|
950 | msgid "Feel free to change this password by going to this page:"
|
---|
951 | msgstr "Możesz zmienić je na stronie:"
|
---|
952 |
|
---|
953 | #: contrib/admin/templates/registration/password_reset_email.html:11
|
---|
954 | msgid "Your username, in case you've forgotten:"
|
---|
955 | msgstr "Twój login:"
|
---|
956 |
|
---|
957 | #: contrib/admin/templates/registration/password_reset_email.html:13
|
---|
958 | msgid "Thanks for using our site!"
|
---|
959 | msgstr "Dziękujemy za używanie strony!"
|
---|
960 |
|
---|
961 | #: contrib/admin/templates/registration/password_reset_email.html:15
|
---|
962 | #, python-format
|
---|
963 | msgid "The %(site_name)s team"
|
---|
964 | msgstr "Zespół %(site_name)s"
|
---|
965 |
|
---|
966 | #: contrib/admin/templates/admin_doc/bookmarklets.html:3
|
---|
967 | msgid "Bookmarklets"
|
---|
968 | msgstr ""
|
---|
969 |
|
---|
970 | #: contrib/admin/templates/admin_doc/bookmarklets.html:5
|
---|
971 | msgid "Documentation bookmarklets"
|
---|
972 | msgstr ""
|
---|
973 |
|
---|
974 | #: contrib/admin/templates/admin_doc/bookmarklets.html:9
|
---|
975 | msgid ""
|
---|
976 | "\n"
|
---|
977 | "<p class=\"help\">To install bookmarklets, drag the link to your bookmarks\n"
|
---|
978 | "toolbar, or right-click the link and add it to your bookmarks. Now you can\n"
|
---|
979 | "select the bookmarklet from any page in the site. Note that some of these\n"
|
---|
980 | "bookmarklets require you to be viewing the site from a computer designated\n"
|
---|
981 | "as \"internal\" (talk to your system administrator if you aren't sure if\n"
|
---|
982 | "your computer is \"internal\").</p>\n"
|
---|
983 | msgstr ""
|
---|
984 |
|
---|
985 | #: contrib/admin/templates/admin_doc/bookmarklets.html:19
|
---|
986 | msgid "Documentation for this page"
|
---|
987 | msgstr "Dokumentacja dla tej strony"
|
---|
988 |
|
---|
989 | #: contrib/admin/templates/admin_doc/bookmarklets.html:20
|
---|
990 | msgid ""
|
---|
991 | "Jumps you from any page to the documentation for the view that generates "
|
---|
992 | "that page."
|
---|
993 | msgstr ""
|
---|
994 |
|
---|
995 | #: contrib/admin/templates/admin_doc/bookmarklets.html:22
|
---|
996 | msgid "Show object ID"
|
---|
997 | msgstr "Pokaż ID obiektu"
|
---|
998 |
|
---|
999 | #: contrib/admin/templates/admin_doc/bookmarklets.html:23
|
---|
1000 | msgid ""
|
---|
1001 | "Shows the content-type and unique ID for pages that represent a single "
|
---|
1002 | "object."
|
---|
1003 | msgstr ""
|
---|
1004 | "Pokazuje typ i unikalne ID dla stron, które reprezentują "
|
---|
1005 | "pojedynczy obiekt."
|
---|
1006 |
|
---|
1007 | #: contrib/admin/templates/admin_doc/bookmarklets.html:25
|
---|
1008 | msgid "Edit this object (current window)"
|
---|
1009 | msgstr "Edytuj ten obiekt (bierzące okno)"
|
---|
1010 |
|
---|
1011 | #: contrib/admin/templates/admin_doc/bookmarklets.html:26
|
---|
1012 | msgid "Jumps to the admin page for pages that represent a single object."
|
---|
1013 | msgstr "Przeskok do panelu admina dla stron reprezentujących pojedynczy obiekt"
|
---|
1014 |
|
---|
1015 | #: contrib/admin/templates/admin_doc/bookmarklets.html:28
|
---|
1016 | msgid "Edit this object (new window)"
|
---|
1017 | msgstr "Edytuj ten obiekt (nowe onko)"
|
---|
1018 |
|
---|
1019 | #: contrib/admin/templates/admin_doc/bookmarklets.html:29
|
---|
1020 | msgid "As above, but opens the admin page in a new window."
|
---|
1021 | msgstr "Jak wyżej, tyle że otwiera nowe okno."
|
---|
1022 |
|
---|
1023 | #: contrib/admin/templates/widget/date_time.html:3
|
---|
1024 | msgid "Date:"
|
---|
1025 | msgstr "Data:"
|
---|
1026 |
|
---|
1027 | #: contrib/admin/templates/widget/date_time.html:4
|
---|
1028 | msgid "Time:"
|
---|
1029 | msgstr "Czas:"
|
---|
1030 |
|
---|
1031 | #: contrib/admin/templates/widget/file.html:2
|
---|
1032 | msgid "Currently:"
|
---|
1033 | msgstr "Teraz:"
|
---|
1034 |
|
---|
1035 | #: contrib/admin/templates/widget/file.html:3
|
---|
1036 | msgid "Change:"
|
---|
1037 | msgstr "Zmień:"
|
---|
1038 |
|
---|
1039 | #: contrib/redirects/models.py:7
|
---|
1040 | msgid "redirect from"
|
---|
1041 | msgstr "przekieruj z"
|
---|
1042 |
|
---|
1043 | #: contrib/redirects/models.py:8
|
---|
1044 | msgid ""
|
---|
1045 | "This should be an absolute path, excluding the domain name. Example: '/"
|
---|
1046 | "events/search/'."
|
---|
1047 | msgstr ""
|
---|
1048 | "Podaj pełną ścieżkę bez nazwy domeny. Przykład: '/"
|
---|
1049 | "events/search/'."
|
---|
1050 |
|
---|
1051 | #: contrib/redirects/models.py:9
|
---|
1052 | msgid "redirect to"
|
---|
1053 | msgstr "przekierowanie do"
|
---|
1054 |
|
---|
1055 | #: contrib/redirects/models.py:10
|
---|
1056 | msgid ""
|
---|
1057 | "This can be either an absolute path (as above) or a full URL starting with "
|
---|
1058 | "'http://'."
|
---|
1059 | msgstr "Ścieżka jak wyżej lub pełny URL z http://"
|
---|
1060 |
|
---|
1061 | #: contrib/redirects/models.py:12
|
---|
1062 | msgid "redirect"
|
---|
1063 | msgstr "przekieruj"
|
---|
1064 |
|
---|
1065 | #: contrib/redirects/models.py:13
|
---|
1066 | msgid "redirects"
|
---|
1067 | msgstr "przekierowania"
|
---|
1068 |
|
---|
1069 | #: contrib/flatpages/models.py:8
|
---|
1070 | msgid ""
|
---|
1071 | "Example: '/about/contact/'. Make sure to have leading and trailing slashes."
|
---|
1072 | msgstr ""
|
---|
1073 | "Przykład: '/about/contact/'. Upewnij się że wpisałeś otwierający i zamykający slash."
|
---|
1074 |
|
---|
1075 |
|
---|
1076 | #: contrib/flatpages/models.py:9
|
---|
1077 | msgid "title"
|
---|
1078 | msgstr "tytuł"
|
---|
1079 |
|
---|
1080 | #: contrib/flatpages/models.py:10
|
---|
1081 | msgid "content"
|
---|
1082 | msgstr "zawartość"
|
---|
1083 |
|
---|
1084 | #: contrib/flatpages/models.py:11
|
---|
1085 | msgid "enable comments"
|
---|
1086 | msgstr "włącz komentarze"
|
---|
1087 |
|
---|
1088 | #: contrib/flatpages/models.py:12
|
---|
1089 | msgid "template name"
|
---|
1090 | msgstr "nazwa szablonu"
|
---|
1091 |
|
---|
1092 | #: contrib/flatpages/models.py:13
|
---|
1093 | msgid ""
|
---|
1094 | "Example: 'flatpages/contact_page'. If this isn't provided, the system will "
|
---|
1095 | "use 'flatpages/default'."
|
---|
1096 | msgstr ""
|
---|
1097 |
|
---|
1098 | #: contrib/flatpages/models.py:14
|
---|
1099 | msgid "registration required"
|
---|
1100 | msgstr "wymagana rejestracja"
|
---|
1101 |
|
---|
1102 | #: contrib/flatpages/models.py:14
|
---|
1103 | msgid "If this is checked, only logged-in users will be able to view the page."
|
---|
1104 | msgstr "Jeżeli zaznaczone - tylko zalogowani użytkownicy będą mogli zobaczyć stronę."
|
---|
1105 |
|
---|
1106 | #: contrib/flatpages/models.py:18
|
---|
1107 | msgid "flat page"
|
---|
1108 | msgstr ""
|
---|
1109 |
|
---|
1110 | #: contrib/flatpages/models.py:19
|
---|
1111 | msgid "flat pages"
|
---|
1112 | msgstr ""
|
---|
1113 |
|
---|
1114 | #: contrib/auth/models.py:13 contrib/auth/models.py:26
|
---|
1115 | msgid "name"
|
---|
1116 | msgstr "nazwa"
|
---|
1117 |
|
---|
1118 | #: contrib/auth/models.py:15
|
---|
1119 | msgid "codename"
|
---|
1120 | msgstr ""
|
---|
1121 |
|
---|
1122 | #: contrib/auth/models.py:17
|
---|
1123 | msgid "permission"
|
---|
1124 | msgstr "uprawnienie"
|
---|
1125 |
|
---|
1126 | #: contrib/auth/models.py:18 contrib/auth/models.py:27
|
---|
1127 | msgid "permissions"
|
---|
1128 | msgstr "uprawnienia"
|
---|
1129 |
|
---|
1130 | #: contrib/auth/models.py:29
|
---|
1131 | msgid "group"
|
---|
1132 | msgstr "grupa"
|
---|
1133 |
|
---|
1134 | #: contrib/auth/models.py:30 contrib/auth/models.py:65
|
---|
1135 | msgid "groups"
|
---|
1136 | msgstr "grupy"
|
---|
1137 |
|
---|
1138 | #: contrib/auth/models.py:55
|
---|
1139 | msgid "username"
|
---|
1140 | msgstr "użytkownik"
|
---|
1141 |
|
---|
1142 | #: contrib/auth/models.py:56
|
---|
1143 | msgid "first name"
|
---|
1144 | msgstr "Imię"
|
---|
1145 |
|
---|
1146 | #: contrib/auth/models.py:57
|
---|
1147 | msgid "last name"
|
---|
1148 | msgstr "Nazwisko"
|
---|
1149 |
|
---|
1150 | #: contrib/auth/models.py:58
|
---|
1151 | msgid "e-mail address"
|
---|
1152 | msgstr "adres e-mail"
|
---|
1153 |
|
---|
1154 | #: contrib/auth/models.py:59
|
---|
1155 | msgid "password"
|
---|
1156 | msgstr "hasło"
|
---|
1157 |
|
---|
1158 | #: contrib/auth/models.py:59
|
---|
1159 | msgid "Use '[algo]$[salt]$[hexdigest]'"
|
---|
1160 | msgstr "Użyj '[algo]$[salt]$[hexdigest]'"
|
---|
1161 |
|
---|
1162 | #: contrib/auth/models.py:60
|
---|
1163 | msgid "staff status"
|
---|
1164 | msgstr "stan w zespole"
|
---|
1165 |
|
---|
1166 | #: contrib/auth/models.py:60
|
---|
1167 | msgid "Designates whether the user can log into this admin site."
|
---|
1168 | msgstr "Oznaczy czy użytkownik może zalogować się do panelu admina."
|
---|
1169 |
|
---|
1170 | #: contrib/auth/models.py:61
|
---|
1171 | msgid "active"
|
---|
1172 | msgstr "aktywny"
|
---|
1173 |
|
---|
1174 | #: contrib/auth/models.py:62
|
---|
1175 | msgid "superuser status"
|
---|
1176 | msgstr "Główny Administrator"
|
---|
1177 |
|
---|
1178 | #: contrib/auth/models.py:63
|
---|
1179 | msgid "last login"
|
---|
1180 | msgstr "ostatnio zalogowany"
|
---|
1181 |
|
---|
1182 | #: contrib/auth/models.py:64
|
---|
1183 | msgid "date joined"
|
---|
1184 | msgstr "data przyłączenia"
|
---|
1185 |
|
---|
1186 | #: contrib/auth/models.py:66
|
---|
1187 | msgid ""
|
---|
1188 | "In addition to the permissions manually assigned, this user will also get "
|
---|
1189 | "all permissions granted to each group he/she is in."
|
---|
1190 | msgstr ""
|
---|
1191 | "Oprócz uprawnień przypisanych bezpośrednio użytkownikowi otrzyma on "
|
---|
1192 | "uprawnienia grup, do których należy."
|
---|
1193 |
|
---|
1194 | #: contrib/auth/models.py:67
|
---|
1195 | msgid "user permissions"
|
---|
1196 | msgstr "uprawnienia użytkownika"
|
---|
1197 |
|
---|
1198 | #: contrib/auth/models.py:70
|
---|
1199 | #, fuzzy
|
---|
1200 | msgid "user"
|
---|
1201 | msgstr "Użytkownik"
|
---|
1202 |
|
---|
1203 | #: contrib/auth/models.py:71
|
---|
1204 | #, fuzzy
|
---|
1205 | msgid "users"
|
---|
1206 | msgstr "Uzytkownicy"
|
---|
1207 |
|
---|
1208 | #: contrib/auth/models.py:76
|
---|
1209 | msgid "Personal info"
|
---|
1210 | msgstr "Dane osobowe"
|
---|
1211 |
|
---|
1212 | #: contrib/auth/models.py:77
|
---|
1213 | msgid "Permissions"
|
---|
1214 | msgstr "Uprawnienia"
|
---|
1215 |
|
---|
1216 | #: contrib/auth/models.py:78
|
---|
1217 | msgid "Important dates"
|
---|
1218 | msgstr "Ważne daty"
|
---|
1219 |
|
---|
1220 | #: contrib/auth/models.py:79
|
---|
1221 | msgid "Groups"
|
---|
1222 | msgstr "Grupy"
|
---|
1223 |
|
---|
1224 | #: contrib/auth/models.py:219
|
---|
1225 | #, fuzzy
|
---|
1226 | msgid "message"
|
---|
1227 | msgstr "wiadomość"
|
---|
1228 |
|
---|
1229 | #: contrib/auth/forms.py:30
|
---|
1230 | msgid ""
|
---|
1231 | "Your Web browser doesn't appear to have cookies enabled. Cookies are "
|
---|
1232 | "required for logging in."
|
---|
1233 | msgstr ""
|
---|
1234 | "Twoja przeglądarka nie chce akceptować ciasteczek. Są one "
|
---|
1235 | "wymagane do zalogowania się."
|
---|
1236 |
|
---|
1237 | #: contrib/contenttypes/models.py:25
|
---|
1238 | msgid "python model class name"
|
---|
1239 | msgstr "nazwa pythonowa modelu klasy"
|
---|
1240 |
|
---|
1241 | #: contrib/contenttypes/models.py:28
|
---|
1242 | msgid "content type"
|
---|
1243 | msgstr "typ zawartości"
|
---|
1244 |
|
---|
1245 | #: contrib/contenttypes/models.py:29
|
---|
1246 | msgid "content types"
|
---|
1247 | msgstr "typy zawartości"
|
---|
1248 |
|
---|
1249 | #: contrib/sessions/models.py:35
|
---|
1250 | msgid "session key"
|
---|
1251 | msgstr "klucz sesji"
|
---|
1252 |
|
---|
1253 | #: contrib/sessions/models.py:36
|
---|
1254 | msgid "session data"
|
---|
1255 | msgstr "data sesji"
|
---|
1256 |
|
---|
1257 | #: contrib/sessions/models.py:37
|
---|
1258 | msgid "expire date"
|
---|
1259 | msgstr "data wygaśnięcia sesji"
|
---|
1260 |
|
---|
1261 | #: contrib/sessions/models.py:41
|
---|
1262 | msgid "session"
|
---|
1263 | msgstr "sesja"
|
---|
1264 |
|
---|
1265 | #: contrib/sessions/models.py:42
|
---|
1266 | msgid "sessions"
|
---|
1267 | msgstr "sesje"
|
---|
1268 |
|
---|
1269 | #: contrib/sites/models.py:10
|
---|
1270 | msgid "domain name"
|
---|
1271 | msgstr "nazwa domeny"
|
---|
1272 |
|
---|
1273 | #: contrib/sites/models.py:11
|
---|
1274 | msgid "display name"
|
---|
1275 | msgstr "wyświetlana nazwa"
|
---|
1276 |
|
---|
1277 | #: contrib/sites/models.py:15
|
---|
1278 | msgid "site"
|
---|
1279 | msgstr "strona"
|
---|
1280 |
|
---|
1281 | #: contrib/sites/models.py:16
|
---|
1282 | msgid "sites"
|
---|
1283 | msgstr "strony"
|
---|
1284 |
|
---|
1285 | #: utils/translation.py:360
|
---|
1286 | msgid "DATE_FORMAT"
|
---|
1287 | msgstr "Y-m-d"
|
---|
1288 |
|
---|
1289 | #: utils/translation.py:361
|
---|
1290 | msgid "DATETIME_FORMAT"
|
---|
1291 | msgstr "Y-m-d H:i:s"
|
---|
1292 |
|
---|
1293 | #: utils/translation.py:362
|
---|
1294 | msgid "TIME_FORMAT"
|
---|
1295 | msgstr "H:i:s"
|
---|
1296 |
|
---|
1297 | #: utils/dates.py:6
|
---|
1298 | msgid "Monday"
|
---|
1299 | msgstr "Poniedziałek"
|
---|
1300 |
|
---|
1301 | #: utils/dates.py:6
|
---|
1302 | msgid "Tuesday"
|
---|
1303 | msgstr "Wtorek"
|
---|
1304 |
|
---|
1305 | #: utils/dates.py:6
|
---|
1306 | msgid "Wednesday"
|
---|
1307 | msgstr "Środa"
|
---|
1308 |
|
---|
1309 | #: utils/dates.py:6
|
---|
1310 | msgid "Thursday"
|
---|
1311 | msgstr "Czwartek"
|
---|
1312 |
|
---|
1313 | #: utils/dates.py:6
|
---|
1314 | msgid "Friday"
|
---|
1315 | msgstr "Piątek"
|
---|
1316 |
|
---|
1317 | #: utils/dates.py:7
|
---|
1318 | msgid "Saturday"
|
---|
1319 | msgstr "Sobota"
|
---|
1320 |
|
---|
1321 | #: utils/dates.py:7
|
---|
1322 | msgid "Sunday"
|
---|
1323 | msgstr "Niedziela"
|
---|
1324 |
|
---|
1325 | #: utils/dates.py:14
|
---|
1326 | msgid "January"
|
---|
1327 | msgstr "Styczeń"
|
---|
1328 |
|
---|
1329 | #: utils/dates.py:14
|
---|
1330 | msgid "February"
|
---|
1331 | msgstr "Luty"
|
---|
1332 |
|
---|
1333 | #: utils/dates.py:14 utils/dates.py:27
|
---|
1334 | msgid "March"
|
---|
1335 | msgstr "Marzec"
|
---|
1336 |
|
---|
1337 | #: utils/dates.py:14 utils/dates.py:27
|
---|
1338 | msgid "April"
|
---|
1339 | msgstr "Kwiecień"
|
---|
1340 |
|
---|
1341 | #: utils/dates.py:14 utils/dates.py:27
|
---|
1342 | msgid "May"
|
---|
1343 | msgstr "Maj"
|
---|
1344 |
|
---|
1345 | #: utils/dates.py:14 utils/dates.py:27
|
---|
1346 | msgid "June"
|
---|
1347 | msgstr "Czerwiec"
|
---|
1348 |
|
---|
1349 | #: utils/dates.py:15 utils/dates.py:27
|
---|
1350 | msgid "July"
|
---|
1351 | msgstr "Lipiec"
|
---|
1352 |
|
---|
1353 | #: utils/dates.py:15
|
---|
1354 | msgid "August"
|
---|
1355 | msgstr "Sierpień"
|
---|
1356 |
|
---|
1357 | #: utils/dates.py:15
|
---|
1358 | msgid "September"
|
---|
1359 | msgstr "Wrzesień"
|
---|
1360 |
|
---|
1361 | #: utils/dates.py:15
|
---|
1362 | msgid "October"
|
---|
1363 | msgstr "Pażdziernik"
|
---|
1364 |
|
---|
1365 | #: utils/dates.py:15
|
---|
1366 | msgid "November"
|
---|
1367 | msgstr "Listopad"
|
---|
1368 |
|
---|
1369 | #: utils/dates.py:16
|
---|
1370 | msgid "December"
|
---|
1371 | msgstr "Grudzień"
|
---|
1372 |
|
---|
1373 | #: utils/dates.py:19
|
---|
1374 | #, fuzzy
|
---|
1375 | msgid "jan"
|
---|
1376 | msgstr "sty"
|
---|
1377 |
|
---|
1378 | #: utils/dates.py:19
|
---|
1379 | msgid "feb"
|
---|
1380 | msgstr "luty"
|
---|
1381 |
|
---|
1382 | #: utils/dates.py:19
|
---|
1383 | msgid "mar"
|
---|
1384 | msgstr "marz"
|
---|
1385 |
|
---|
1386 | #: utils/dates.py:19
|
---|
1387 | msgid "apr"
|
---|
1388 | msgstr "kwie"
|
---|
1389 |
|
---|
1390 | #: utils/dates.py:19
|
---|
1391 | msgid "may"
|
---|
1392 | msgstr "maj"
|
---|
1393 |
|
---|
1394 | #: utils/dates.py:19
|
---|
1395 | msgid "jun"
|
---|
1396 | msgstr "czerw"
|
---|
1397 |
|
---|
1398 | #: utils/dates.py:20
|
---|
1399 | msgid "jul"
|
---|
1400 | msgstr "lip"
|
---|
1401 |
|
---|
1402 | #: utils/dates.py:20
|
---|
1403 | msgid "aug"
|
---|
1404 | msgstr "sier"
|
---|
1405 |
|
---|
1406 | #: utils/dates.py:20
|
---|
1407 | msgid "sep"
|
---|
1408 | msgstr "wrze"
|
---|
1409 |
|
---|
1410 | #: utils/dates.py:20
|
---|
1411 | msgid "oct"
|
---|
1412 | msgstr "paź"
|
---|
1413 |
|
---|
1414 | #: utils/dates.py:20
|
---|
1415 | msgid "nov"
|
---|
1416 | msgstr "list"
|
---|
1417 |
|
---|
1418 | #: utils/dates.py:20
|
---|
1419 | msgid "dec"
|
---|
1420 | msgstr "gru"
|
---|
1421 |
|
---|
1422 | #: utils/dates.py:27
|
---|
1423 | msgid "Jan."
|
---|
1424 | msgstr "Sty."
|
---|
1425 |
|
---|
1426 | #: utils/dates.py:27
|
---|
1427 | msgid "Feb."
|
---|
1428 | msgstr "Lut."
|
---|
1429 |
|
---|
1430 | #: utils/dates.py:28
|
---|
1431 | msgid "Aug."
|
---|
1432 | msgstr "Sier."
|
---|
1433 |
|
---|
1434 | #: utils/dates.py:28
|
---|
1435 | msgid "Sept."
|
---|
1436 | msgstr "Wrz."
|
---|
1437 |
|
---|
1438 | #: utils/dates.py:28
|
---|
1439 | msgid "Oct."
|
---|
1440 | msgstr "Paź."
|
---|
1441 |
|
---|
1442 | #: utils/dates.py:28
|
---|
1443 | msgid "Nov."
|
---|
1444 | msgstr "Lis."
|
---|
1445 |
|
---|
1446 | #: utils/dates.py:28
|
---|
1447 | msgid "Dec."
|
---|
1448 | msgstr "Gru."
|
---|
1449 |
|
---|
1450 | #: utils/timesince.py:12
|
---|
1451 | msgid "year"
|
---|
1452 | msgid_plural "years"
|
---|
1453 | msgstr[0] "rok"
|
---|
1454 | msgstr[1] "lat"
|
---|
1455 |
|
---|
1456 | #: utils/timesince.py:13
|
---|
1457 | msgid "month"
|
---|
1458 | msgid_plural "months"
|
---|
1459 | msgstr[0] "miesiąc"
|
---|
1460 | msgstr[1] "miesięcy"
|
---|
1461 |
|
---|
1462 | #: utils/timesince.py:14
|
---|
1463 | msgid "week"
|
---|
1464 | msgid_plural "weeks"
|
---|
1465 | msgstr[0] "tydzień"
|
---|
1466 | msgstr[1] "tygodni"
|
---|
1467 |
|
---|
1468 | #: utils/timesince.py:15
|
---|
1469 | msgid "day"
|
---|
1470 | msgid_plural "days"
|
---|
1471 | msgstr[0] "dzień"
|
---|
1472 | msgstr[1] "dni"
|
---|
1473 |
|
---|
1474 | #: utils/timesince.py:16
|
---|
1475 | #, fuzzy
|
---|
1476 | msgid "hour"
|
---|
1477 | msgid_plural "hours"
|
---|
1478 | msgstr[0] "godzina"
|
---|
1479 | msgstr[1] "godzina"
|
---|
1480 |
|
---|
1481 | #: utils/timesince.py:17
|
---|
1482 | msgid "minute"
|
---|
1483 | msgid_plural "minutes"
|
---|
1484 | msgstr[0] "minuta"
|
---|
1485 | msgstr[1] "minut"
|
---|
1486 |
|
---|
1487 | #: conf/global_settings.py:37
|
---|
1488 | msgid "Bengali"
|
---|
1489 | msgstr "Bengalski"
|
---|
1490 |
|
---|
1491 | #: conf/global_settings.py:38
|
---|
1492 | msgid "Czech"
|
---|
1493 | msgstr "Czeski"
|
---|
1494 |
|
---|
1495 | #: conf/global_settings.py:39
|
---|
1496 | msgid "Welsh"
|
---|
1497 | msgstr "Walijski"
|
---|
1498 |
|
---|
1499 | #: conf/global_settings.py:40
|
---|
1500 | msgid "Danish"
|
---|
1501 | msgstr "Duński"
|
---|
1502 |
|
---|
1503 | #: conf/global_settings.py:41
|
---|
1504 | msgid "German"
|
---|
1505 | msgstr "Niemiecki"
|
---|
1506 |
|
---|
1507 | #: conf/global_settings.py:42
|
---|
1508 | msgid "Greek"
|
---|
1509 | msgstr "Grecki"
|
---|
1510 |
|
---|
1511 | #: conf/global_settings.py:43
|
---|
1512 | msgid "English"
|
---|
1513 | msgstr "Angielski"
|
---|
1514 |
|
---|
1515 | #: conf/global_settings.py:44
|
---|
1516 | msgid "Spanish"
|
---|
1517 | msgstr "Hiszpański"
|
---|
1518 |
|
---|
1519 | #: conf/global_settings.py:45
|
---|
1520 | msgid "French"
|
---|
1521 | msgstr "Francuski"
|
---|
1522 |
|
---|
1523 | #: conf/global_settings.py:46
|
---|
1524 | msgid "Galician"
|
---|
1525 | msgstr "Galicyjnski"
|
---|
1526 |
|
---|
1527 | #: conf/global_settings.py:47
|
---|
1528 | msgid "Hungarian"
|
---|
1529 | msgstr ""
|
---|
1530 |
|
---|
1531 | #: conf/global_settings.py:48
|
---|
1532 | msgid "Hebrew"
|
---|
1533 | msgstr "Hebrajski"
|
---|
1534 |
|
---|
1535 | #: conf/global_settings.py:49
|
---|
1536 | msgid "Icelandic"
|
---|
1537 | msgstr "Islandzki"
|
---|
1538 |
|
---|
1539 | #: conf/global_settings.py:50
|
---|
1540 | msgid "Italian"
|
---|
1541 | msgstr "Włoski"
|
---|
1542 |
|
---|
1543 | #: conf/global_settings.py:51
|
---|
1544 | msgid "Japanese"
|
---|
1545 | msgstr "Japoński"
|
---|
1546 |
|
---|
1547 | #: conf/global_settings.py:52
|
---|
1548 | msgid "Dutch"
|
---|
1549 | msgstr "Holenderski"
|
---|
1550 |
|
---|
1551 | #: conf/global_settings.py:53
|
---|
1552 | msgid "Norwegian"
|
---|
1553 | msgstr "Norweski"
|
---|
1554 |
|
---|
1555 | #: conf/global_settings.py:54
|
---|
1556 | msgid "Brazilian"
|
---|
1557 | msgstr "Brazylijski"
|
---|
1558 |
|
---|
1559 | #: conf/global_settings.py:55
|
---|
1560 | msgid "Romanian"
|
---|
1561 | msgstr "Rumuński"
|
---|
1562 |
|
---|
1563 | #: conf/global_settings.py:56
|
---|
1564 | msgid "Russian"
|
---|
1565 | msgstr "Rosyjski"
|
---|
1566 |
|
---|
1567 | #: conf/global_settings.py:57
|
---|
1568 | msgid "Slovak"
|
---|
1569 | msgstr "Słowacki"
|
---|
1570 |
|
---|
1571 | #: conf/global_settings.py:58
|
---|
1572 | #, fuzzy
|
---|
1573 | msgid "Slovenian"
|
---|
1574 | msgstr "Słowacki"
|
---|
1575 |
|
---|
1576 | #: conf/global_settings.py:59
|
---|
1577 | msgid "Serbian"
|
---|
1578 | msgstr "Serbski"
|
---|
1579 |
|
---|
1580 | #: conf/global_settings.py:60
|
---|
1581 | msgid "Swedish"
|
---|
1582 | msgstr "Szwedzki"
|
---|
1583 |
|
---|
1584 | #: conf/global_settings.py:61
|
---|
1585 | #, fuzzy
|
---|
1586 | msgid "Ukrainian"
|
---|
1587 | msgstr "Brazylijski"
|
---|
1588 |
|
---|
1589 | #: conf/global_settings.py:62
|
---|
1590 | msgid "Simplified Chinese"
|
---|
1591 | msgstr "Uproszczony Chiński"
|
---|
1592 |
|
---|
1593 | #: conf/global_settings.py:63
|
---|
1594 | msgid "Traditional Chinese"
|
---|
1595 | msgstr "Chiński tradycyjny"
|
---|
1596 |
|
---|
1597 | #: core/validators.py:60
|
---|
1598 | msgid "This value must contain only letters, numbers and underscores."
|
---|
1599 | msgstr "To pole możei zawierać tylko litery, cyfry i podkreślenia"
|
---|
1600 |
|
---|
1601 | #: core/validators.py:64
|
---|
1602 | msgid ""
|
---|
1603 | "This value must contain only letters, numbers, underscores, dashes or "
|
---|
1604 | "slashes."
|
---|
1605 | msgstr "To pole może zawierać jedynie litery, cyfry, podkreślenia i slasze."
|
---|
1606 |
|
---|
1607 | #: core/validators.py:72
|
---|
1608 | msgid "Uppercase letters are not allowed here."
|
---|
1609 | msgstr "Wielkie litery nie są tutaj dozwolone"
|
---|
1610 |
|
---|
1611 | #: core/validators.py:76
|
---|
1612 | msgid "Lowercase letters are not allowed here."
|
---|
1613 | msgstr "Małe litery nie są tutaj dozwolone"
|
---|
1614 |
|
---|
1615 | #: core/validators.py:83
|
---|
1616 | msgid "Enter only digits separated by commas."
|
---|
1617 | msgstr "Wpisz tylko cyfry odddzielone przecinkami"
|
---|
1618 |
|
---|
1619 | #: core/validators.py:95
|
---|
1620 | msgid "Enter valid e-mail addresses separated by commas."
|
---|
1621 | msgstr "Wpisz poprawne adresy e-mai oddzielone przecinkamil"
|
---|
1622 |
|
---|
1623 | #: core/validators.py:99
|
---|
1624 | msgid "Please enter a valid IP address."
|
---|
1625 | msgstr "Proszę wpisać poprawny adres IP"
|
---|
1626 |
|
---|
1627 | #: core/validators.py:103
|
---|
1628 | msgid "Empty values are not allowed here."
|
---|
1629 | msgstr "Proszę wypełnić te pola"
|
---|
1630 |
|
---|
1631 | #: core/validators.py:107
|
---|
1632 | msgid "Non-numeric characters aren't allowed here."
|
---|
1633 | msgstr "Tu mogą być tylko cyfry"
|
---|
1634 |
|
---|
1635 | #: core/validators.py:111
|
---|
1636 | msgid "This value can't be comprised solely of digits."
|
---|
1637 | msgstr "To pole nie może zawierać jedynie cyfr."
|
---|
1638 |
|
---|
1639 | #: core/validators.py:116
|
---|
1640 | msgid "Enter a whole number."
|
---|
1641 | msgstr "Wpisz całą liczbę"
|
---|
1642 |
|
---|
1643 | #: core/validators.py:120
|
---|
1644 | msgid "Only alphabetical characters are allowed here."
|
---|
1645 | msgstr "Tutaj są dozwolone tylko litery"
|
---|
1646 |
|
---|
1647 | #: core/validators.py:124
|
---|
1648 | msgid "Enter a valid date in YYYY-MM-DD format."
|
---|
1649 | msgstr "Proszę wpisać poprawną datę w formacie RRRR-MM-DD."
|
---|
1650 |
|
---|
1651 | #: core/validators.py:128
|
---|
1652 | msgid "Enter a valid time in HH:MM format."
|
---|
1653 | msgstr "Proszę wpisać poprawny czas w formacie GG:MM"
|
---|
1654 |
|
---|
1655 | #: core/validators.py:132 db/models/fields/__init__.py:468
|
---|
1656 | msgid "Enter a valid date/time in YYYY-MM-DD HH:MM format."
|
---|
1657 | msgstr "Wprowadź poprawną datę i czas w formacie RRRR-MM-DD GG:MM"
|
---|
1658 |
|
---|
1659 | #: core/validators.py:136
|
---|
1660 | msgid "Enter a valid e-mail address."
|
---|
1661 | msgstr "Wprowadź poprawny adres e-mail"
|
---|
1662 |
|
---|
1663 | #: core/validators.py:148
|
---|
1664 | msgid ""
|
---|
1665 | "Upload a valid image. The file you uploaded was either not an image or a "
|
---|
1666 | "corrupted image."
|
---|
1667 | msgstr ""
|
---|
1668 | "Wgraj poprawny plik graficzny. Ten, który został wgrany jest niepoprawny "
|
---|
1669 | "albo uszkodzony."
|
---|
1670 |
|
---|
1671 | #: core/validators.py:155
|
---|
1672 | #, python-format
|
---|
1673 | msgid "The URL %s does not point to a valid image."
|
---|
1674 | msgstr "Odnośnik %s nie wskazuje na poprawny plik z obrazem."
|
---|
1675 |
|
---|
1676 | #: core/validators.py:159
|
---|
1677 | #, python-format
|
---|
1678 | msgid "Phone numbers must be in XXX-XXX-XXXX format. \"%s\" is invalid."
|
---|
1679 | msgstr ""
|
---|
1680 | "Numery telefoniczne muszą być w formacie XXX-XXX-XXXX. \"%s\" jest "
|
---|
1681 | "niepoprawny."
|
---|
1682 |
|
---|
1683 | #: core/validators.py:167
|
---|
1684 | #, python-format
|
---|
1685 | msgid "The URL %s does not point to a valid QuickTime video."
|
---|
1686 | msgstr "Odnośnik %s nie wskazuje na poprawne plik QuickTime video."
|
---|
1687 |
|
---|
1688 | #: core/validators.py:171
|
---|
1689 | msgid "A valid URL is required."
|
---|
1690 | msgstr "Wymagany jest poprawny URL."
|
---|
1691 |
|
---|
1692 | #: core/validators.py:185
|
---|
1693 | #, python-format
|
---|
1694 | msgid ""
|
---|
1695 | "Valid HTML is required. Specific errors are:\n"
|
---|
1696 | "%s"
|
---|
1697 | msgstr ""
|
---|
1698 | "Wymagany jest poprawny odnośnik. Błędy to:\n"
|
---|
1699 | "%s"
|
---|
1700 |
|
---|
1701 | #: core/validators.py:192
|
---|
1702 | #, python-format
|
---|
1703 | msgid "Badly formed XML: %s"
|
---|
1704 | msgstr "Nieprawidłowy format XML: %s"
|
---|
1705 |
|
---|
1706 | #: core/validators.py:202
|
---|
1707 | #, python-format
|
---|
1708 | msgid "Invalid URL: %s"
|
---|
1709 | msgstr "Niepoprawny odnośnik: %s"
|
---|
1710 |
|
---|
1711 | #: core/validators.py:206 core/validators.py:208
|
---|
1712 | #, python-format
|
---|
1713 | msgid "The URL %s is a broken link."
|
---|
1714 | msgstr "Odnośnik %s jest nieprawidłowy."
|
---|
1715 |
|
---|
1716 | #: core/validators.py:214
|
---|
1717 | msgid "Enter a valid U.S. state abbreviation."
|
---|
1718 | msgstr "Wpisz poprawny kod stanu U.S."
|
---|
1719 |
|
---|
1720 | #: core/validators.py:229
|
---|
1721 | #, fuzzy, python-format
|
---|
1722 | msgid "Watch your mouth! The word %s is not allowed here."
|
---|
1723 | msgid_plural "Watch your mouth! The words %s are not allowed here."
|
---|
1724 | msgstr[0] "Nie wolno przeklinać! Słowo %s jest niedozwolone."
|
---|
1725 | msgstr[1] "Nie wolno przeklinać! Słowo %s jest niedozwolone."
|
---|
1726 |
|
---|
1727 | #: core/validators.py:236
|
---|
1728 | #, python-format
|
---|
1729 | msgid "This field must match the '%s' field."
|
---|
1730 | msgstr "To pole musi pasować do pola '%s'."
|
---|
1731 |
|
---|
1732 | #: core/validators.py:255
|
---|
1733 | msgid "Please enter something for at least one field."
|
---|
1734 | msgstr "Proszę wpisać cokolwiek do chociaż jednego pola."
|
---|
1735 |
|
---|
1736 | #: core/validators.py:264 core/validators.py:275
|
---|
1737 | msgid "Please enter both fields or leave them both empty."
|
---|
1738 | msgstr "Proszę uzupełnić oba pola lub zostawić je puste."
|
---|
1739 |
|
---|
1740 | #: core/validators.py:282
|
---|
1741 | #, python-format
|
---|
1742 | msgid "This field must be given if %(field)s is %(value)s"
|
---|
1743 | msgstr "To pole musi być uzupełnione jeśli %(field)s jest %(value)s"
|
---|
1744 |
|
---|
1745 | #: core/validators.py:294
|
---|
1746 | #, python-format
|
---|
1747 | msgid "This field must be given if %(field)s is not %(value)s"
|
---|
1748 | msgstr ""
|
---|
1749 |
|
---|
1750 | #: core/validators.py:313
|
---|
1751 | msgid "Duplicate values are not allowed."
|
---|
1752 | msgstr ""
|
---|
1753 |
|
---|
1754 | #: core/validators.py:336
|
---|
1755 | #, python-format
|
---|
1756 | msgid "This value must be a power of %s."
|
---|
1757 | msgstr ""
|
---|
1758 |
|
---|
1759 | #: core/validators.py:347
|
---|
1760 | msgid "Please enter a valid decimal number."
|
---|
1761 | msgstr "Proszę wpisać poprawną liczbę dziesiętną."
|
---|
1762 |
|
---|
1763 | #: core/validators.py:349
|
---|
1764 | #, fuzzy, python-format
|
---|
1765 | msgid "Please enter a valid decimal number with at most %s total digit."
|
---|
1766 | msgid_plural ""
|
---|
1767 | "Please enter a valid decimal number with at most %s total digits."
|
---|
1768 | msgstr[0] "Proszę wpisać poprawną liczbę dziesiętną."
|
---|
1769 | msgstr[1] "Proszę wpisać poprawną liczbę dziesiętną."
|
---|
1770 |
|
---|
1771 | #: core/validators.py:352
|
---|
1772 | #, fuzzy, python-format
|
---|
1773 | msgid "Please enter a valid decimal number with at most %s decimal place."
|
---|
1774 | msgid_plural ""
|
---|
1775 | "Please enter a valid decimal number with at most %s decimal places."
|
---|
1776 | msgstr[0] "Proszę wpisać poprawną liczbę dziesiętną."
|
---|
1777 | msgstr[1] "Proszę wpisać poprawną liczbę dziesiętną."
|
---|
1778 |
|
---|
1779 | #: core/validators.py:362
|
---|
1780 | #, python-format
|
---|
1781 | msgid "Make sure your uploaded file is at least %s bytes big."
|
---|
1782 | msgstr "Upewnij się, że wgrany plik ma conajmniej %s bajtów."
|
---|
1783 |
|
---|
1784 | #: core/validators.py:363
|
---|
1785 | #, python-format
|
---|
1786 | msgid "Make sure your uploaded file is at most %s bytes big."
|
---|
1787 | msgstr "Upewnij się, że wgrany plik nie zawiera więcej niż %s bajtów."
|
---|
1788 |
|
---|
1789 | #: core/validators.py:376
|
---|
1790 | msgid "The format for this field is wrong."
|
---|
1791 | msgstr "Format tego pola jest nieprawidłowy."
|
---|
1792 |
|
---|
1793 | #: core/validators.py:391
|
---|
1794 | msgid "This field is invalid."
|
---|
1795 | msgstr "To pole jest nieprawidłowe."
|
---|
1796 |
|
---|
1797 | #: core/validators.py:426
|
---|
1798 | #, python-format
|
---|
1799 | msgid "Could not retrieve anything from %s."
|
---|
1800 | msgstr "Nie można otrzymać nic z %s."
|
---|
1801 |
|
---|
1802 | #: core/validators.py:429
|
---|
1803 | #, python-format
|
---|
1804 | msgid ""
|
---|
1805 | "The URL %(url)s returned the invalid Content-Type header '%(contenttype)s'."
|
---|
1806 | msgstr ""
|
---|
1807 |
|
---|
1808 |
|
---|
1809 | #: core/validators.py:462
|
---|
1810 | #, python-format
|
---|
1811 | msgid ""
|
---|
1812 | "Please close the unclosed %(tag)s tag from line %(line)s. (Line starts with "
|
---|
1813 | "\"%(start)s\".)"
|
---|
1814 | msgstr ""
|
---|
1815 |
|
---|
1816 | #: core/validators.py:466
|
---|
1817 | #, python-format
|
---|
1818 | msgid ""
|
---|
1819 | "Some text starting on line %(line)s is not allowed in that context. (Line "
|
---|
1820 | "starts with \"%(start)s\".)"
|
---|
1821 | msgstr ""
|
---|
1822 |
|
---|
1823 | #: core/validators.py:471
|
---|
1824 | #, python-format
|
---|
1825 | msgid ""
|
---|
1826 | "\"%(attr)s\" on line %(line)s is an invalid attribute. (Line starts with \"%"
|
---|
1827 | "(start)s\".)"
|
---|
1828 | msgstr ""
|
---|
1829 |
|
---|
1830 | #: core/validators.py:476
|
---|
1831 | #, python-format
|
---|
1832 | msgid ""
|
---|
1833 | "\"<%(tag)s>\" on line %(line)s is an invalid tag. (Line starts with \"%"
|
---|
1834 | "(start)s\".)"
|
---|
1835 | msgstr ""
|
---|
1836 |
|
---|
1837 | #: core/validators.py:480
|
---|
1838 | #, python-format
|
---|
1839 | msgid ""
|
---|
1840 | "A tag on line %(line)s is missing one or more required attributes. (Line "
|
---|
1841 | "starts with \"%(start)s\".)"
|
---|
1842 | msgstr ""
|
---|
1843 |
|
---|
1844 | #: core/validators.py:485
|
---|
1845 | #, python-format
|
---|
1846 | msgid ""
|
---|
1847 | "The \"%(attr)s\" attribute on line %(line)s has an invalid value. (Line "
|
---|
1848 | "starts with \"%(start)s\".)"
|
---|
1849 | msgstr ""
|
---|
1850 |
|
---|
1851 | #: db/models/manipulators.py:302
|
---|
1852 | #, python-format
|
---|
1853 | msgid "%(object)s with this %(type)s already exists for the given %(field)s."
|
---|
1854 | msgstr ""
|
---|
1855 |
|
---|
1856 | #: db/models/fields/__init__.py:40
|
---|
1857 | #, python-format
|
---|
1858 | msgid "%(optname)s with this %(fieldname)s already exists."
|
---|
1859 | msgstr ""
|
---|
1860 |
|
---|
1861 | #: db/models/fields/__init__.py:114 db/models/fields/__init__.py:265
|
---|
1862 | #: db/models/fields/__init__.py:542 db/models/fields/__init__.py:553
|
---|
1863 | #: forms/__init__.py:346
|
---|
1864 | msgid "This field is required."
|
---|
1865 | msgstr "To pole jest wymagane"
|
---|
1866 |
|
---|
1867 | #: db/models/fields/__init__.py:337
|
---|
1868 | msgid "This value must be an integer."
|
---|
1869 | msgstr ""
|
---|
1870 |
|
---|
1871 | #: db/models/fields/__init__.py:369
|
---|
1872 | #, fuzzy
|
---|
1873 | msgid "This value must be either True or False."
|
---|
1874 | msgstr "Wartość logiczna (True, False - prawda lub fałsz)"
|
---|
1875 |
|
---|
1876 | #: db/models/fields/__init__.py:385
|
---|
1877 | #, fuzzy
|
---|
1878 | msgid "This field cannot be null."
|
---|
1879 | msgstr "To pole jest nieprawidłowe."
|
---|
1880 |
|
---|
1881 | #: db/models/fields/__init__.py:562
|
---|
1882 | msgid "Enter a valid filename."
|
---|
1883 | msgstr "Wpisz poprawną nazwę pliku."
|
---|
1884 |
|
---|
1885 | #: db/models/fields/related.py:43
|
---|
1886 | #, python-format
|
---|
1887 | msgid "Please enter a valid %s."
|
---|
1888 | msgstr "Proszę wpisać poprawne %s."
|
---|
1889 |
|
---|
1890 | #: db/models/fields/related.py:579
|
---|
1891 | #, fuzzy
|
---|
1892 | msgid "Separate multiple IDs with commas."
|
---|
1893 | msgstr "Oddziel kilka pól ID przecinkami."
|
---|
1894 |
|
---|
1895 | #: db/models/fields/related.py:581
|
---|
1896 | #, fuzzy
|
---|
1897 | msgid ""
|
---|
1898 | "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
|
---|
1899 | msgstr ""
|
---|
1900 | " Trzymaj przyciśnięty klawisz \"Ctrl\", lub \"Command\" na Macu aby "
|
---|
1901 | "zaznaczyć więcej niż jeden wybór."
|
---|
1902 |
|
---|
1903 | #: db/models/fields/related.py:625
|
---|
1904 | #, python-format
|
---|
1905 | msgid "Please enter valid %(self)s IDs. The value %(value)r is invalid."
|
---|
1906 | msgid_plural ""
|
---|
1907 | "Please enter valid %(self)s IDs. The values %(value)r are invalid."
|
---|
1908 | msgstr[0] ""
|
---|
1909 | msgstr[1] ""
|
---|
1910 |
|
---|
1911 | #: forms/__init__.py:380
|
---|
1912 | #, fuzzy, python-format
|
---|
1913 | msgid "Ensure your text is less than %s character."
|
---|
1914 | msgid_plural "Ensure your text is less than %s characters."
|
---|
1915 | msgstr[0] "Upewnij się, że jest mniej niż %s znaków."
|
---|
1916 | msgstr[1] "Upewnij się, że jest mniej niż %s znaków."
|
---|
1917 |
|
---|
1918 | #: forms/__init__.py:385
|
---|
1919 | msgid "Line breaks are not allowed here."
|
---|
1920 | msgstr "Znaki nowego wiersza są tutaj niedopuszczalne."
|
---|
1921 |
|
---|
1922 | #: forms/__init__.py:480 forms/__init__.py:551 forms/__init__.py:589
|
---|
1923 | #, python-format
|
---|
1924 | msgid "Select a valid choice; '%(data)s' is not in %(choices)s."
|
---|
1925 | msgstr ""
|
---|
1926 |
|
---|
1927 | #: forms/__init__.py:645
|
---|
1928 | msgid "The submitted file is empty."
|
---|
1929 | msgstr "Wgrany plik jest pusty."
|
---|
1930 |
|
---|
1931 | #: forms/__init__.py:699
|
---|
1932 | msgid "Enter a whole number between -32,768 and 32,767."
|
---|
1933 | msgstr "Proszę wpisać liczbę z zakresu od -32 768 do 32 767"
|
---|
1934 |
|
---|
1935 | #: forms/__init__.py:708
|
---|
1936 | msgid "Enter a positive number."
|
---|
1937 | msgstr "Proszę wpisać liczbę dodatnią."
|
---|
1938 |
|
---|
1939 | #: forms/__init__.py:717
|
---|
1940 | msgid "Enter a whole number between 0 and 32,767."
|
---|
1941 | msgstr "Proszę wpisać liczbę z zakresu od 0 do 32 767"
|
---|
1942 |
|
---|
1943 | #: template/defaultfilters.py:379
|
---|
1944 | msgid "yes,no,maybe"
|
---|
1945 | msgstr "tak,nie, może"
|
---|
1946 |
|
---|
1947 | #~ msgid "String (up to 50)"
|
---|
1948 | #~ msgstr "Ciąg znaków (do ilości 50 znaków)"
|
---|
1949 |
|
---|
1950 | #~ msgid "Comment"
|
---|
1951 | #~ msgstr "Komentarz"
|
---|
1952 |
|
---|
1953 | #~ msgid "Comments"
|
---|
1954 | #~ msgstr "Komentarze"
|
---|
1955 |
|
---|
1956 | #~ msgid "label"
|
---|
1957 | #~ msgstr "etykieta"
|
---|
1958 |
|
---|
1959 | #~ msgid "package"
|
---|
1960 | #~ msgstr "pakiet"
|
---|
1961 |
|
---|
1962 | #~ msgid "packages"
|
---|
1963 | #~ msgstr "pakiety"
|
---|