1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
|
msgid ""
msgstr ""
"PO-Revision-Date: 2021-02-26 19:55+0000\n"
"Last-Translator: Marcin Net <marcin.net@linux.pl>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsvpn-policy-routing/pl/>\n"
"Language: pl\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\n"
"X-Generator: Weblate 4.5\n"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:62
msgid "%s (disabled)"
msgstr "%s (wyłączone)"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:57
msgid "%s (strict mode)"
msgstr "%s (tryb ścisły)"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:51
msgid "%s is not installed or not found"
msgstr "%s nie jest zainstalowany lub nie znaleziono"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:189
msgid ""
"%sWARNING:%s Please make sure to check the %sREADME%s before changing "
"anything in this section! Change any of the settings below with extreme "
"caution!%s"
msgstr ""
"%sOSTRZEŻENIE:%s Przed zmianą czegokolwiek w tej sekcji należy sprawdzić% "
"sREADME%s! Zmień dowolne z poniższych ustawień z najwyższą ostrożnością!%s"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:259
msgid "Add IGNORE Target"
msgstr "Dodaj cel IGNORE"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:259
msgid ""
"Adds `IGNORE` to the list of interfaces for policies, allowing you to skip "
"further processing by VPN Policy Routing."
msgstr ""
"Dodaje `IGNORE` do listy interfejsów dla polityk, pozwalając na pominięcie "
"dalszego przetwarzania przez VPN Policy Routing."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:188
msgid "Advanced Configuration"
msgstr "Zaawansowana konfiguracja"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:191
msgid ""
"Allows to specify the list of interface names (in lower case) to be "
"explicitly supported by the service. Can be useful if your OpenVPN tunnels "
"have dev option other than tun* or tap*."
msgstr ""
"Pozwala określić listę nazw interfejsów (w mniejszym stopniu), które mają "
"być jawnie obsługiwane przez usługę. Może być przydatna, jeśli tunele "
"OpenVPN mają dev opcję inną niż tun* lub dotknij*."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:194
msgid ""
"Allows to specify the list of interface names (in lower case) to be ignored "
"by the service. Can be useful if running both VPN server and VPN client on "
"the router."
msgstr ""
"Pozwala określić listę nazw interfejsów (w mniejszym stopniu), które mają "
"być ignorowane przez usługę. Może być przydatny, jeśli na routerze działa "
"zarówno serwer VPN, jak i klient VPN."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:214
msgid "Append"
msgstr "Dodaj"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:163
msgid "Basic Configuration"
msgstr "Podstawowa konfiguracja"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:197
msgid "Boot Time-out"
msgstr "Limit czasu rozruchu"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:335
msgid "Chain"
msgstr "Łańcuch"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:286
msgid "Comment"
msgstr "Komentarz"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:269
msgid ""
"Comment, interface and at least one other field are required. Multiple local "
"and remote addresses/devices/domains and ports can be space separated. "
"Placeholders below represent just the format/syntax and will not be used if "
"fields are left blank."
msgstr ""
"Komentarz, interfejs i co najmniej jedno inne pole są wymagane. Wiele "
"lokalnych i zdalnych adresów/urządzeń/domen i portów może być oddzielonych "
"spacją. Poniższe pola przedstawiają tylko format/składnie i nie będą "
"używane, jeśli pola pozostaną puste."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:167
msgid "Condensed output"
msgstr "Skondensowane wyjście"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:158
msgid "Configuration"
msgstr "Konfiguracja"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:165
msgid "Controls both system log and console output verbosity."
msgstr ""
"Steruj zarówno logiem systemowym jak i szczegółowością danych wyjściowych "
"konsoli."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:373
msgid "Custom User File Includes"
msgstr "Zawiera własny plik użytkownika"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:180
msgid "DNSMASQ ipset"
msgstr "DNSMASQ ipset"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:366
msgid "DSCP Tag"
msgstr "Znacznik DSCP"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:361
msgid "DSCP Tagging"
msgstr "Oznaczanie DSCP"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:218
msgid "Default ICMP Interface"
msgstr "Domyślny interfejs ICMP"
#: applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:59
msgid "Disable"
msgstr "Wyłącz"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:179
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:184
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:203
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:209
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:245
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:249
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:256
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:260
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:264
msgid "Disabled"
msgstr "Wyłączone"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:252
msgid "Display these protocols in protocol column in Web UI."
msgstr "Wyświetl te protokoły w kolumnie w interfejsie Web UI."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:173
msgid "Do not enforce policies when their gateway is down"
msgstr "Nie Wymuszaj zasad, gdy ich brama nie działa"
#: applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:56
msgid "Enable"
msgstr "Włącz"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:185
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:246
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:250
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:257
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:261
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:265
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:280
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:380
msgid "Enabled"
msgstr "Włączone"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:237
msgid ""
"FW Mask used by the service. High mask is used to avoid conflict with SQM/"
"QoS. Change with caution together with"
msgstr ""
"FW maska używana przez usługę. Wysoka maska służy do uniknięcia konfliktu z "
"SQM/QoS. Ostrożnie zmieniać wraz z"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:218
msgid "Force the ICMP protocol interface."
msgstr "Wymuszenie interfejsu protokołu ICMP."
#: applications/luci-app-vpn-policy-routing/root/usr/share/rpcd/acl.d/luci-app-vpn-policy-routing.json:3
msgid "Grant UCI and file access for luci-app-vpn-policy-routing"
msgstr "Przyznaj dostęp do plików i UCI dla luci-app-vpn-policy-routing"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:213
msgid "IPTables rule option"
msgstr "Opcja reguł IPTables"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:183
msgid "IPv6 Support"
msgstr "Obsługa IPv6"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:194
msgid "Ignored Interfaces"
msgstr "Ignorowane interfejsy"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:215
msgid "Insert"
msgstr "Wstaw"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:344
msgid "Interface"
msgstr "Interfejs"
#: applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/js.htm:51
msgid "Loading"
msgstr "Ładowanie"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:291
msgid "Local addresses / devices"
msgstr "Lokalne adresy/urządzenia"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:298
msgid "Local ports"
msgstr "Porty lokalne"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:288
msgid "Name"
msgstr "Nazwa"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:219
msgid "No Change"
msgstr "Bez zmian"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:165
msgid "Output verbosity"
msgstr "Szczegółowość danych wyjściowych"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:383
msgid "Path"
msgstr "Ścieżka"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:178
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:202
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:208
msgid "Please check the %sREADME%s before changing this option."
msgstr "Sprawdź%sREADME%s przed zmianą tej opcji."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:269
msgid "Policies"
msgstr "Polityka"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:315
msgid "Protocol"
msgstr "Protokół"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:303
msgid "Remote addresses / domains"
msgstr "Zdalne adresy/domeny"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:308
msgid "Remote ports"
msgstr "Porty zdalne"
#: applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:46
msgid "Restart"
msgstr "Restart"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:374
msgid ""
"Run the following user files after setting up but before restarting DNSMASQ. "
"See the %sREADME%s for details."
msgstr ""
"Uruchom następujące pliki użytkownika po skonfigurowaniu, ale przed ponownym "
"uruchomieniem DNSMASQ. Zobacz%sREADME%s aby uzyskać szczegółowe informacje."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:55
msgid "Running"
msgstr "Działa"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:172
msgid "See the %sREADME%s for details."
msgstr "Zobacz%sREADME%s aby uzyskać szczegółowe informacje."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:213
msgid "Select Append for -A and Insert for -I."
msgstr "Wybierz opcję Dołącz do -A i Wstaw dla -I."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:143
msgid "Service Errors"
msgstr "Błędy usługi"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:232
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:237
msgid "Service FW Mask"
msgstr "Maska FW usługi"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:138
msgid "Service Gateways"
msgstr "Bramy usług"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:134
msgid "Service Status"
msgstr "Status usługi"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:133
msgid "Service Status [%s %s]"
msgstr "Stan usługi [%s %s]"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:148
msgid "Service Warnings"
msgstr "Ostrzeżenia Usługi"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:362
msgid ""
"Set DSCP tags (in range between 1 and 63) for specific interfaces. See the "
"%sREADME%s for details."
msgstr ""
"Ustaw tagi DSCP (w zakresie od 1 do 63) dla określonych interfejsów. Zobacz"
"%sREADME%s aby uzyskać szczegółowe informacje."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:255
msgid "Show Chain Column"
msgstr "Pokaż kolumnę łańcucha"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:244
msgid "Show Enable Column"
msgstr "Pokaż opcję Włącz kolumnę"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:248
msgid "Show Protocol Column"
msgstr "Pokaż kolumnę protokołu"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:263
msgid "Show Up/Down Buttons"
msgstr "Pokaż przyciski w górę/w dół"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:263
msgid ""
"Shows the Up/Down buttons for policies, allowing you to move a policy up or "
"down in the list."
msgstr ""
"Pokazuje przyciski w górę/w dół dla zasad, umożliwiając przenoszenie zasad w "
"górę lub w dół na liście."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:255
msgid ""
"Shows the chain column for policies, allowing you to assign a PREROUTING, "
"FORWARD, INPUT or OUTPUT chain to a policy."
msgstr ""
"Pokazuje kolumnę łańcucha dla zasad, umożliwiając przypisanie do zasad "
"łańcucha PREROUTING, FORWARD, INPUT lub OUTPUT."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:244
msgid ""
"Shows the enable checkbox column for policies, allowing you to quickly "
"enable/disable specific policy without deleting it."
msgstr ""
"Pokazuje kolumnę pola wyboru włączania dla polityk, pozwalając na szybkie "
"włączenie/wyłączenie konkretnej polityki bez jej usuwania."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:248
msgid ""
"Shows the protocol column for policies, allowing you to assign a specific "
"protocol to a policy."
msgstr ""
"Pokazuje kolumnę protokołu dla polityk, pozwalając na przypisanie "
"konkretnego protokołu do danej polityki."
#: applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:43
msgid "Start"
msgstr "Uruchom"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:232
msgid ""
"Starting (WAN) FW Mark for marks used by the service. High starting mark is "
"used to avoid conflict with SQM/QoS. Change with caution together with"
msgstr ""
"Początkowy (WAN) znaku FW dla znaczników używanych przez usługę. Wysoki znak "
"początkowy jest używany, aby uniknąć konfliktu z SQM/QoS. Ostrożnie zmieniać "
"wraz z"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:227
msgid "Starting (WAN) Table ID number for tables created by the service."
msgstr ""
"Początkowy (WAN) Numer identyfikacyjny tabeli dla tabel utworzonych przez "
"serwis."
#: applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/buttons.htm:49
msgid "Stop"
msgstr "Zatrzymaj"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:60
msgid "Stopped"
msgstr "Zatrzymany"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:171
msgid "Strict enforcement"
msgstr "Ścisłe egzekwowanie"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:174
msgid "Strictly enforce policies when their gateway is down"
msgstr "Bezwzględnie egzekwuj zasady, gdy ich brama nie działa"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:191
msgid "Supported Interfaces"
msgstr "Obsługiwane interfejsy"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:252
msgid "Supported Protocols"
msgstr "Wspierane protokoły"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:166
msgid "Suppress/No output"
msgstr "Tłumienie/Brak wyjścia"
#: applications/luci-app-vpn-policy-routing/luasrc/view/vpn-policy-routing/status-gateways.htm:15
msgid "The %s indicates default gateway. See the %sREADME%s for details."
msgstr ""
"%s oznacza domyślną bramę. Zobacz %sREADME%s w celu uzyskania szczegółowych "
"informacji."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:207
msgid "The ipset option for local policies"
msgstr "Opcja ipset dla zasad lokalnych"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:201
msgid "The ipset option for remote policies"
msgstr "Opcja ipset dla zasad zdalnych"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:197
msgid ""
"Time (in seconds) for service to wait for WAN gateway discovery on boot."
msgstr ""
"Czas (w sekundach) oczekiwania serwisu na wykrycie bramy WAN podczas "
"rozruchu."
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:204
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:210
msgid "Use ipset command"
msgstr "Użyj polecenia ipset"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:177
msgid "Use resolver's ipset for domains"
msgstr "Użyj ipset narzędzia do rozpoznawania nazw dla domen"
#: applications/luci-app-vpn-policy-routing/luasrc/controller/vpn-policy-routing.lua:4
msgid "VPN"
msgstr "VPN"
#: applications/luci-app-vpn-policy-routing/luasrc/controller/vpn-policy-routing.lua:7
msgid "VPN Policy Routing"
msgstr "Polityka trasowania sieci VPN"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:131
msgid "VPN and WAN Policy-Based Routing"
msgstr "Polityka trasowania oparta na VPN i WAN"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:168
msgid "Verbose output"
msgstr "Pełne wyjście"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:220
msgid "WAN"
msgstr "WAN"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:232
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:237
msgid "WAN Table FW Mark"
msgstr "Tabela WAN FW Mark"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:227
msgid "WAN Table ID"
msgstr "Identyfikator tabeli WAN"
#: applications/luci-app-vpn-policy-routing/luasrc/model/cbi/vpn-policy-routing.lua:242
msgid "Web UI Configuration"
msgstr "Konfiguracja Web UI"
#~ msgid ""
#~ "Add an ip rule, not an iptables entry for policies with just the local "
#~ "address. Use with caution to manipulte policies priorities."
#~ msgstr ""
#~ "Dodaj regułę IP, a nie wpis iptables dla zasad z tylko adresem lokalnym. "
#~ "Używaj ostrożnie, aby manipulować priorytetami polityk."
#~ msgid "Append local IP Tables rules"
#~ msgstr "Dodaj lokalne zasady dotyczące tabel IP"
#~ msgid "Append remote IP Tables rules"
#~ msgstr "Dodaj reguły zdalnych tabel IP"
#~ msgid "IP Rules Support"
#~ msgstr "Obsługa reguł IP"
#~ msgid ""
#~ "Special instructions to append iptables rules for local IPs/netmasks/"
#~ "devices."
#~ msgstr ""
#~ "Specjalne instrukcje dotyczące dołączania reguł iptables dla lokalnych IP/"
#~ "masek-sieci/urządzeń."
#~ msgid ""
#~ "Special instructions to append iptables rules for remote IPs/netmasks."
#~ msgstr ""
#~ "Specjalne instrukcje dotyczące dołączania reguł iptables dla zdalnych IP/"
#~ "masek sieciowych."
#~ msgid ""
#~ "The %s represents the default gateway. See the %sREADME%s for details."
#~ msgstr ""
#~ "%s reprezentuje bramę domyślną. Szczegółowe informacje można znaleźć w "
#~ "%sREADME%s."
#~ msgid "Use DNSMASQ ipset"
#~ msgstr "Użyj DNSMASQ ipset"
#~ msgid ""
#~ "Checkmark represents the default gateway. See the %sREADME%s for details."
#~ msgstr ""
#~ "Znacznik wyboru reprezentuje bramę domyślną. Zobacz%sREADME%s aby uzyskać "
#~ "szczegółowe informacje."
#~ msgid "Grant UCI access for luci-app-vpn-policy-routing"
#~ msgstr "Przyznaj dostęp UCI do routingu luci-app-vpn-policy-routing"
#~ msgid ""
#~ "%sWARNING:%s Please make sure to check the <a href=\"%s\" target=\"_blank"
#~ "\">README</a> before changing anything in this section! Change any of the "
#~ "settings below with extreme caution!%s"
#~ msgstr ""
#~ "%sOSTRZEŻENIE:%s Proszę sprawdzić <a href=\"%s\" target=\"_blank"
#~ "\">README</a> przed zmianą czegokolwiek w tej sekcji! Zmień którekolwiek "
#~ "z poniższych ustawień z wielką ostrożnością! %s"
#~ msgid ""
#~ "Checkmark represents the default gateway. See the <a href=\"%s\" target="
#~ "\"_blank\">README</a> for details."
#~ msgstr ""
#~ "Znacznik wyboru reprezentuje bramę domyślną. Zobacz <a href=\"%s\" target="
#~ "\"_blank\">README</a> aby uzyskać szczegółowe informacje."
#~ msgid ""
#~ "Please check the <a href=\"%s\" target=\"_blank\">README</a> before "
#~ "changing this option."
#~ msgstr ""
#~ "Proszę sprawdzić <a href=\"%s\" target=\"_blank\">README</a> przed zmianą "
#~ "tej opcji."
#~ msgid ""
#~ "Run the following user files after setting up but before restarting "
#~ "DNSMASQ. See the <a href=\"%s\" target=\"_blank\">README</a> for details."
#~ msgstr ""
#~ "Po skonfigurowaniu, ale przed ponownym uruchomieniem DNSMASQ, należy "
#~ "uruchomić następujące pliki użytkownika. Zobacz <a href=\"%s\" target="
#~ "\"_blank\">README</a> po szczegóły."
#~ msgid "See the <a href=\"%s\" target=\"_blank\">README</a> for details."
#~ msgstr ""
#~ "Zobacz <a href=\"%s\" target=\"_blank\">README</a> aby uzyskać "
#~ "szczegółowe informacje."
#~ msgid ""
#~ "Set DSCP tags (in range between 1 and 63) for specific interfaces. See "
#~ "the <a href=\"%s\" target=\"_blank\">README</a> for details."
#~ msgstr ""
#~ "Ustaw znaczniki DSCP (w zakresie od 1 do 63) dla określonych interfejsów. "
#~ "Szczegółowe informacje można znaleźć w polu <a href=\"%s\" target=\"_blank"
#~ "\">README</a>."
#~ msgid "(strict mode)"
#~ msgstr "(tryb ścisły)"
#~ msgid "Checkmark represents the default gateway. See the"
#~ msgstr "Znacznik wyboru reprezentuje bramę domyślną. Patrz"
#~ msgid "Please check the"
#~ msgstr "Proszę sprawdzić"
#~ msgid "Please make sure to check the"
#~ msgstr "Upewnij się, że należy sprawdzić"
#~ msgid "README"
#~ msgstr "Plik readme"
#~ msgid "Reload"
#~ msgstr "Przeładuj"
#~ msgid ""
#~ "Run the following user files after setting up but before restarting "
#~ "DNSMASQ. See the"
#~ msgstr ""
#~ "Uruchom następujące pliki użytkownika po skonfigurowaniu, ale przed "
#~ "ponownym uruchomieniem DNSMASQ. Patrz"
#~ msgid "See the"
#~ msgstr "Zobacz"
#~ msgid ""
#~ "Set DSCP tags (in range between 1 and 63) for specific interfaces. See the"
#~ msgstr ""
#~ "Ustaw znaczniki DSCP (w zakresie od 1 do 63) dla określonych interfejsów. "
#~ "Patrz"
#~ msgid "WARNING:"
#~ msgstr "OSTRZEŻENIE:"
#~ msgid ""
#~ "before changing anything in this section! Change any of the settings "
#~ "below with extreme caution!"
#~ msgstr ""
#~ "przed zmianą czegokolwiek w tej sekcji! Z wielką ostrożnością zmień "
#~ "którekolwiek z poniższych ustawień!"
#~ msgid "before changing this option."
#~ msgstr "przed zmianą tej opcji."
#~ msgid "for details."
#~ msgstr "dla szczegółów."
#~ msgid "is not installed or not found"
#~ msgstr "nie jest zainstalowany lub nie znaleziono"
|