1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#: conf.py:35 conf.py:36 conf.py:49
7msgid ""
8msgstr ""
9"Project-Id-Version: django_filters 0.0.1\n"
10"Report-Msgid-Bugs-To: \n"
11"POT-Creation-Date: 2017-09-01 17:21+0000\n"
12"PO-Revision-Date: 2015-07-25 01:27+0100\n"
13"Last-Translator: Adam Dobrawy <naczelnik@jawnosc.tk>\n"
14"Language-Team: Adam Dobrawy <naczelnik@jawnosc.tk>\n"
15"Language: pl_PL\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=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
20"%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
21"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
22"X-Generator: Poedit 1.5.4\n"
23
24#: conf.py:25
25#, fuzzy
26#| msgid "Any date"
27msgid "date"
28msgstr "Dowolna data"
29
30#: conf.py:26
31#, fuzzy
32#| msgid "This year"
33msgid "year"
34msgstr "Ten rok"
35
36#: conf.py:27
37#, fuzzy
38#| msgid "This month"
39msgid "month"
40msgstr "Ten miesiąc"
41
42#: conf.py:28
43#, fuzzy
44#| msgid "Today"
45msgid "day"
46msgstr "Dziś"
47
48#: conf.py:29
49msgid "week day"
50msgstr "dzień tygodnia"
51
52#: conf.py:30
53msgid "hour"
54msgstr "godzina"
55
56#: conf.py:31
57msgid "minute"
58msgstr "minuta"
59
60#: conf.py:32
61msgid "second"
62msgstr ""
63
64#: conf.py:37 conf.py:38
65msgid "contains"
66msgstr "zawiera"
67
68#: conf.py:39
69msgid "is in"
70msgstr "zawiera się w"
71
72#: conf.py:40
73msgid "is greater than"
74msgstr "powyżej"
75
76#: conf.py:41
77msgid "is greater than or equal to"
78msgstr "powyżej lub równe"
79
80#: conf.py:42
81msgid "is less than"
82msgstr "poniżej"
83
84#: conf.py:43
85msgid "is less than or equal to"
86msgstr "poniżej lub równe"
87
88#: conf.py:44 conf.py:45
89msgid "starts with"
90msgstr "zaczyna się od"
91
92#: conf.py:46 conf.py:47
93msgid "ends with"
94msgstr "kończy się na"
95
96#: conf.py:48
97msgid "is in range"
98msgstr "zawiera się w zakresie"
99
100#: conf.py:50 conf.py:51
101msgid "matches regex"
102msgstr "pasuje do wyrażenia regularnego"
103
104#: conf.py:52 conf.py:60
105msgid "search"
106msgstr "szukaj"
107
108#: conf.py:55
109msgid "is contained by"
110msgstr "zawiera się w"
111
112#: conf.py:56
113msgid "overlaps"
114msgstr ""
115
116#: conf.py:57
117msgid "has key"
118msgstr ""
119
120#: conf.py:58
121msgid "has keys"
122msgstr ""
123
124#: conf.py:59
125msgid "has any keys"
126msgstr ""
127
128#: fields.py:172
129msgid "Range query expects two values."
130msgstr ""
131
132#: filters.py:452
133msgid "Any date"
134msgstr "Dowolna data"
135
136#: filters.py:453
137msgid "Today"
138msgstr "Dziś"
139
140#: filters.py:458
141msgid "Past 7 days"
142msgstr "Ostatnie 7 dni"
143
144#: filters.py:462
145msgid "This month"
146msgstr "Ten miesiąc"
147
148#: filters.py:466
149msgid "This year"
150msgstr "Ten rok"
151
152#: filters.py:469
153msgid "Yesterday"
154msgstr "Wczoraj"
155
156#: filters.py:535
157msgid "Multiple values may be separated by commas."
158msgstr "Wiele wartości można rozdzielić przecinkami"
159
160#: filters.py:614
161#, python-format
162msgid "%s (descending)"
163msgstr "%s (malejąco)"
164
165#: filters.py:630
166msgid "Ordering"
167msgstr "Sortowanie"
168
169#: rest_framework/filterset.py:34
170#: templates/django_filters/rest_framework/form.html:5
171msgid "Submit"
172msgstr ""
173
174#: templates/django_filters/rest_framework/crispy_form.html:4
175#: templates/django_filters/rest_framework/form.html:2
176#, fuzzy
177#| msgid "Filter"
178msgid "Field filters"
179msgstr "Filter"
180
181#: utils.py:225
182msgid "exclude"
183msgstr ""
184
185#: widgets.py:66
186msgid "All"
187msgstr "Wszystko"
188
189#: widgets.py:173
190msgid "Unknown"
191msgstr ""
192
193#: widgets.py:174
194msgid "Yes"
195msgstr "Tak"
196
197#: widgets.py:175
198msgid "No"
199msgstr "Nie"
200
201#~ msgid "This is an exclusion filter"
202#~ msgstr "Jest to filtr wykluczający"
203