1# django-mptt in Polish.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the django-mptt package.
4# Bartosz Biały <ethifus@gmail.com>, 2011.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: PACKAGE VERSION\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2011-10-17 16:06+0200\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: BARTOSZ BIAŁY <ethifus@gmain.com>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"Language: \n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
20"|| n%100>=20) ? 1 : 2)\n"
21
22#: admin.py:91
23msgid "Database error"
24msgstr "Błąd bazy danych"
25
26#: admin.py:127
27#, python-format
28msgid "%(count)s %(name)s was changed successfully."
29msgid_plural "%(count)s %(name)s were changed successfully."
30msgstr[0] "%(count)s %(name)s został zmieniony."
31msgstr[1] "%(count)s %(name)s zostały zmienione."
32msgstr[2] "%(count)s %(name)s zostało zmienionych."
33
34#: admin.py:197 admin.py:199
35msgid "Add child"
36msgstr "Dodaj podelement"
37
38#: admin.py:205 admin.py:207
39msgid "View on site"
40msgstr "Pokaż na stronie"
41
42#: admin.py:219
43#, python-format
44msgid "Successfully deleted %s items."
45msgstr "Skutecznie usinięto %s elementów."
46
47#: admin.py:224
48#, python-format
49msgid "Delete selected %(verbose_name_plural)s"
50msgstr "Usuń wybrane %(verbose_name_plural)s"
51
52#: forms.py:65
53msgid "First child"
54msgstr "Pierwszy podelement"
55
56#: forms.py:66
57msgid "Last child"
58msgstr "Ostatni podelement"
59
60#: forms.py:67
61msgid "Left sibling"
62msgstr "Lewy podelement"
63
64#: forms.py:68
65msgid "Right sibling"
66msgstr "Prawy podelement"
67
68#: managers.py:200
69msgid "Cannot insert a node which has already been saved."
70msgstr "Nie można wstawić węzła, który został już zapisany."
71
72#: managers.py:379 managers.py:551 managers.py:587 managers.py:742
73#, python-format
74msgid "An invalid position was given: %s."
75msgstr "Podano niewłaściwą pozycję: %s."
76
77#: managers.py:537 managers.py:722
78msgid "A node may not be made a sibling of itself."
79msgstr "Węzeł nie może zostać swoim węzłem równożędnym."
80
81#: managers.py:701 managers.py:823
82msgid "A node may not be made a child of itself."
83msgstr "Węzeł nie może zostać swoim własnym węzłem potomnym."
84
85#: managers.py:703 managers.py:825
86msgid "A node may not be made a child of any of its descendants."
87msgstr "Węzeł nie może zostać węzłem potomnym żadnego ze swoich węzłów potomnych."
88
89#: managers.py:724
90msgid "A node may not be made a sibling of any of its descendants."
91msgstr "Węzeł nie może zostać węzłem równożędnym żadnego ze swoich węzłów potomnych."
92
93#: templatetags/mptt_tags.py:29
94#, python-format
95msgid "full_tree_for_model tag was given an invalid model: %s"
96msgstr "do tagu full_tree_for_model przekazano niewłaściwy model: %s"
97
98#: templatetags/mptt_tags.py:50
99#, python-format
100msgid "drilldown_tree_for_node tag was given an invalid model: %s"
101msgstr "do tagu drilldown_tree_for_node przekazano niewłaściwy model: %s"
102
103#: templatetags/mptt_tags.py:54
104#, python-format
105msgid "drilldown_tree_for_node tag was given an invalid model field: %s"
106msgstr "do tagu drilldown_tree_for_node przekazano niewłaściwe pole model: %s"
107
108#: templatetags/mptt_tags.py:89 templatetags/mptt_tags.py:176
109#, python-format
110msgid "%s tag requires three arguments"
111msgstr "tag %s wymaga trzech argumentów"
112
113#: templatetags/mptt_tags.py:91 templatetags/mptt_tags.py:143
114#: templatetags/mptt_tags.py:179
115#, python-format
116msgid "second argument to %s tag must be 'as'"
117msgstr "drugim argumentem tagu %s musi być słowo 'as'"
118
119#: templatetags/mptt_tags.py:141
120#, python-format
121msgid "%s tag requires either three, seven or eight arguments"
122msgstr "tag %s wymaga trzech, siedmiu lub ośmiu argumentów"
123
124#: templatetags/mptt_tags.py:146
125#, python-format
126msgid "if seven arguments are given, fourth argument to %s tag must be 'with'"
127msgstr "jeżeli podano siedem argumentów, to czwartym argumentem tagu %s musi być słowo 'with'"
128
129#: templatetags/mptt_tags.py:148
130#, python-format
131msgid "if seven arguments are given, sixth argument to %s tag must be 'in'"
132msgstr "jeżeli podano siedem argumentów, to szóstym argumentem tagu %s musi być słowo 'in'"
133
134#: templatetags/mptt_tags.py:152
135#, python-format
136msgid ""
137"if eight arguments are given, fourth argument to %s tag must be 'cumulative'"
138msgstr "jeżeli podano osiem argumentów, to czwartym argumentem tagu %s musi być słowo 'cumulative'"
139
140#: templatetags/mptt_tags.py:154
141#, python-format
142msgid "if eight arguments are given, fifth argument to %s tag must be 'count'"
143msgstr "jeżeli podano osiem argumentów, to piątym argumentem tagu %s musi być słowo 'count'"
144
145#: templatetags/mptt_tags.py:156
146#, python-format
147msgid "if eight arguments are given, seventh argument to %s tag must be 'in'"
148msgstr "jeżeli podano osiem argumentów, to siódmym argumentem tagu %s musi być słowo 'in'"
149
150#: templatetags/mptt_tags.py:329
151#, python-format
152msgid "%s tag requires a queryset"
153msgstr "tag %s wymaga argumentu 'queryset'"
154