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
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
|
msgid ""
msgstr ""
"PO-Revision-Date: 2020-05-02 15:56+0000\n"
"Last-Translator: Marcin Net <marcin.net@linux.pl>\n"
"Language-Team: Polish <https://hosted.weblate.org/projects/openwrt/"
"luciapplicationsunbound/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.1-dev\n"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:141
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:53
msgid "(none)"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:96
msgid "(root)"
msgstr "(root)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:202
msgid ", and <var>%s</var> entries"
msgstr ", i <var>%s</var> wpisy"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:172
msgid ", and try <var>%s</var>"
msgstr ", i spróbuj <var>%s</var>"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:78
msgid "AXFR"
msgstr "AXFR"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:67
msgid "Accept queries only from local subnets"
msgstr "Akceptuj zapytania tylko z lokalnych podsieci"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:216
msgid "Adblock domain list is too large to display in LuCI."
msgstr ""
"Lista domen Adblock jest zbyt duża, aby można było ją wyświetlić w LuCI."
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:46
msgid "Advanced"
msgstr "Zaawansowane"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:243
msgid "Aggressive"
msgstr "Agresywny"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:34
msgid "Allow open recursion when record not in zone"
msgstr "Zezwól na otwartą rekurencję, gdy zapis nie znajduje się w strefie"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:38
msgid "Authoritative (zone file)"
msgstr "Autorytatywny (plik strefy)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:41
msgid "Basic"
msgstr "Podstawowe"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:248
msgid "Break down query components for limited added privacy"
msgstr "Podział elementów zapytania dla ograniczonej prywatności"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:77
msgid "Break the loop where DNSSEC needs NTP and NTP needs DNS"
msgstr "Przerwij pętlę, w której DNSSEC potrzebuje NTP, a NTP potrzebuje DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:52
msgid "Check for local program to allow forward to localhost"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:83
msgid "Choose Unbounds listening port"
msgstr "Wybierz port nasłuchiwania bez ograniczeń"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:219
msgid "Chose the IP versions used upstream and downstream"
msgstr "Wybór wersji IP używanych do wysyłania i pobierania"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:64
msgid "Connect to servers using TLS"
msgstr "Połącz się z serwerami za pomocą TLS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:47
msgid "DHCP"
msgstr "DHCP"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:139
msgid "DHCP Link"
msgstr "Łącze DHCP"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:147
msgid "DHCPv4 to SLAAC"
msgstr "DHCPv4 do SLAAC"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:57
msgid "DNS Cache"
msgstr "Pamięć podręczna DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:51
msgid "DNS Plugin"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:63
msgid "DNS over TLS"
msgstr "DNS przez TLS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:106
msgid "DNS64 Prefix"
msgstr "Prefiks DNS64"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:76
msgid "DNSSEC NTP Fix"
msgstr "Poprawka DNSSEC NTP"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:220
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:231
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:241
msgid "Default"
msgstr "Domyślny"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:162
msgid "Denied (nxdomain)"
msgstr "Odmowa (nxdomain)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:22
msgid "Directed Zone"
msgstr "Strefa kierowana"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:85
msgid "Directory only part of URL"
msgstr "Katalog tylko części adresu URL"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:114
msgid "Domain Insecure"
msgstr "Domena niezabezpieczona"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:80
msgid "Domain name to verify TLS certificate"
msgstr "Nazwa domeny do weryfikacji certyfikatu TLS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:154
msgid "Domain suffix for this router and DHCP clients"
msgstr "Sufiks domeny dla tego routera i klientów DHCP"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:260
msgid "EDNS Size"
msgstr "Rozmiar EDNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/manual.lua:15
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/uciedit.lua:14
msgid "Edit '"
msgstr "Edytuj"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/server.lua:15
msgid "Edit 'server:' clause options for 'include:"
msgstr "Edytuj 'server:' opcje klauzuli 'include:"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:23
msgid ""
"Edit a forward, stub, or zone-file-cache zone for Unbound to use instead of "
"recursion."
msgstr ""
"Edytuj strefę forward, stub lub zone-file-cache dla Unbound do użycia "
"zamiast rekurencji."
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/extended.lua:15
msgid "Edit clauses such as 'forward-zone:' for 'include:"
msgstr "Edytuj klauzule, takie jak \"forward-Zone:\" które \"obejmują:"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:86
msgid "Edit: Extended"
msgstr "Edytuj: Rozszerzone"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:83
msgid "Edit: Server"
msgstr "Edytuj: Serwer"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:71
msgid "Edit: UCI"
msgstr "Edytuj: UCI"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:78
msgid "Edit: Unbound"
msgstr "Edytuj: Unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:39
msgid "Enable"
msgstr "Włącz"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:101
msgid "Enable DNS64"
msgstr "Włącz DNS64"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:71
msgid "Enable DNSSEC"
msgstr "Włącz DNSSEC"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:53
msgid "Enable Unbound"
msgstr "Włącz Unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:209
msgid "Enable access for unbound-control"
msgstr "Włącz dostęp dla kontroli unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:102
msgid "Enable the DNS64 module"
msgstr "Włącz moduł DNS64"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:72
msgid "Enable the DNSSEC validator module"
msgstr "Włącz moduł sprawdzania poprawności DNSSEC"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:54
msgid "Enable the initialization scripts for Unbound"
msgstr "Włącz skrypty inicjujące dla Unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:30
msgid "Enable this directed zone"
msgstr "Włącz tą strefę skierowaną"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:29
msgid "Enabled"
msgstr "Włączone"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:278
msgid "Extended Statistics"
msgstr "Rozszerzone statystyki"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:279
msgid "Extended statistics are printed from unbound-control"
msgstr "Rozszerzone statystyki są drukowane z kontroli unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:194
msgid "Extra DNS"
msgstr "Dodatkowy DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:33
msgid "Fall Back"
msgstr "Wycofaj się"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:36
msgid "Fallback"
msgstr "Wycofaj"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:66
msgid "Files"
msgstr "Pliki"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:98
msgid "Filter Entire Subnet"
msgstr "Filtruj całą podsieć"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:89
msgid "Filter Localhost Rebind"
msgstr "Przypisz lokalny filtr"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:97
msgid "Filter Private Address"
msgstr "Filtruj prywatny adres"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:94
msgid "Filter Private Rebind"
msgstr "Przypisz prywatny filtr"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:71
msgid "Forward"
msgstr "Przekazuj"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:40
msgid "Forward (simple handoff)"
msgstr "Przekazuj (proste przekazanie)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:68
msgid "Forward TLS"
msgstr "Przekazuj TLS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:60
msgid "Forward to upstream nameservers (ISP)"
msgstr "Przekazuj do nadrzędnych serwerów nazw (ISP)"
#: applications/luci-app-unbound/root/usr/share/rpcd/acl.d/luci-app-unbound.json:3
msgid "Grant UCI access for luci-app-unbound"
msgstr "Udziel dostępu UCI do luci-app-unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:176
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:188
msgid "Host FQDN, All Addresses"
msgstr "Host FQDN, wszystkie adresy"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:198
msgid "Host Records"
msgstr "Rekordy hostów"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:199
msgid "Host/MX/SRV RR"
msgstr "Host/MX/SRV RR"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:200
msgid "Host/MX/SRV/CNAME RR"
msgstr "Host/MX/SRV/CNAME RR"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:175
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:187
msgid "Hostname, All Addresses"
msgstr "Nazwa hosta, wszystkie adresy"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:174
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:186
msgid "Hostname, Primary Address"
msgstr "Nazwa hosta, adres podstawowy"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:171
msgid "How to enter the LAN or local network router in DNS"
msgstr "Jak wejść do sieci LAN lub routera sieci lokalnej w DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:160
msgid "How to treat queries of this local domain"
msgstr "Jak postępować z zapytaniami z tej lokalnej domeny"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:222
msgid "IP4 All and IP6 Local"
msgstr "Wszystkie IP4 i Lokalne IP6"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:221
msgid "IP4 Only"
msgstr "Tylko IP4"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:225
msgid "IP4 and IP6"
msgstr "IP4 i IP6"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:223
msgid "IP6 Only*"
msgstr "Tylko IP6 *"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:224
msgid "IP6 Preferred"
msgstr "Preferowany IP6"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:197
msgid "Ignore"
msgstr "Ignoruj"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:177
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:189
msgid "Interface FQDN, All Addresses"
msgstr "Interfejs FQDN, wszystkie adresy"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:170
msgid "LAN DNS"
msgstr "LAN DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:235
msgid "Large"
msgstr "Duże"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:120
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:285
msgid "Limit days between RFC5011 copies to reduce flash writes"
msgstr ""
"Ogranicz liczbę dni między kopiami RFC5011, aby zmniejszyć liczbę zapisów "
"flash"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:261
msgid "Limit extended DNS packet size"
msgstr "Ogranicz rozszerzony rozmiar pakietu DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:140
msgid "Link to supported programs to load DHCP into DNS"
msgstr "Link do obsługiwanych programów, aby załadować DHCP do DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:115
msgid "List domains to bypass checks of DNSSEC"
msgstr "Lista domen do obejścia kontroli DNSSEC"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:82
msgid "Listening Port"
msgstr "Port nasłuchiwania"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:51
msgid "Local Data"
msgstr "Dane lokalne"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:153
msgid "Local Domain"
msgstr "Domena lokalna"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:159
msgid "Local Domain Type"
msgstr "Typ domeny lokalnej"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:213
msgid "Local Host, Encrypted"
msgstr "Host lokalny, zaszyfrowany"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:212
msgid "Local Host, No Encryption"
msgstr "Host lokalny, bez szyfrowania"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:66
msgid "Local Service"
msgstr "Usługi lokalne"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:214
msgid "Local Subnet, Encrypted"
msgstr "Lokalna podsieć, zaszyfrowana"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:215
msgid "Local Subnet, Static Encryption"
msgstr "Lokalna podsieć, szyfrowanie statyczne"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:54
msgid "Local Zones"
msgstr "Strefy lokalne"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:42
msgid "Log"
msgstr "Dziennik"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:57
msgid "Manual Conf"
msgstr "Ręczny conf"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:234
msgid "Medium"
msgstr "Średnia"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:229
msgid "Memory Resource"
msgstr "Zasoby pamięci"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:130
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:295
msgid "Networks that may trigger Unbound to reload (avoid wan6)"
msgstr ""
"Sieci, które mogą wyzwolić Unbound do ponownego załadowania (unikaj wan6)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:173
msgid "No Entry"
msgstr "Brak wpisu"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:96
msgid "No Filter"
msgstr "Brak filtra"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:211
msgid "No Remote Control"
msgstr "Brak zdalnego sterowania"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:45
msgid ""
"Note: SSL/TLS library is missing an API. Please review syslog. >> logread ..."
msgstr ""
"Uwaga: W bibliotece SSL/TLS brakuje API. Proszę przejrzeć dziennik "
"systemowy. >> logread ..."
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:35
msgid ""
"Note: local DNS is configured to look at odhpcd, but odhpcd UCI lease "
"trigger is incorrectly set:"
msgstr ""
"Uwaga: lokalny DNS jest skonfigurowany tak, aby patrzeć na odhpcd, ale "
"triger dzierżawy UCI odhpcd jest nieprawidłowo ustawiony:"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:16
msgid ""
"Organize directed forward, stub, and authoritative zones <a href=\"%s\" "
"target=\"_blank\">(help)</a>."
msgstr ""
"Zorganizuj strefy skierowane do forward, stub i strefy autorytatywne <a href="
"\"%s\" target=\"_blank\">(Pomoc)</a>."
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:183
msgid "Override the WAN side router entry in DNS"
msgstr "Zastąp wejście routera po stronie WAN w DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:242
msgid "Passive"
msgstr "Pasywne"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:68
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:74
msgid "Port servers will receive queries on"
msgstr "Serwery portów będą otrzymywać zapytania dotyczące"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:107
msgid "Prefix for generated DNS64 addresses"
msgstr "Prefiks dla generowanych adresów DNS64"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:273
msgid "Prevent client query overload; zero is off"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:267
msgid "Prevent excessively short cache periods"
msgstr "Zapobiegaj zbyt krótkim okresom buforowania"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:90
msgid "Protect against upstream response of 127.0.0.0/8"
msgstr "Ochrona przed odpowiedzią upstream w 127.0.0.0/8"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:95
msgid "Protect against upstream responses within local subnets"
msgstr "Ochrona przed reakcjami upstream w obrębie lokalnych podsieci"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:247
msgid "Query Minimize"
msgstr "Minimalizuj zapytania"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:272
msgid "Query Rate Limit"
msgstr ""
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:75
msgid "Recurse"
msgstr "Powtórz"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:218
msgid "Recursion Protocol"
msgstr "Protokół powrotny"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:239
msgid "Recursion Strength"
msgstr "Siła rekurencji"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:240
msgid "Recursion activity affects memory growth and CPU load"
msgstr "Aktywność rekurencyjna wpływa na wzrost pamięci i obciążenie procesora"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:21
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:24
msgid "Recursive DNS"
msgstr "Rekursywne DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:163
msgid "Refused"
msgstr "Odmówiono"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:48
msgid "Resource"
msgstr "Zasoby"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:119
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:284
msgid "Root DSKEY Age"
msgstr "Wiek root DSKEY"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/extended.lua:11
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/manual.lua:11
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/server.lua:11
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/uciedit.lua:11
msgid "Save"
msgstr "Zapisz"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:67
msgid "Server Port"
msgstr "Port serwera"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:73
msgid "Server TLS Port"
msgstr "Port TLS serwera"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:47
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:33
msgid "Servers"
msgstr "Serwery"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:48
msgid "Servers for this zone; see README.md for optional form"
msgstr "Serwery dla tej strefy; zobacz README.md dla formularza opcjonalnego"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:97
msgid "Show: Adblock"
msgstr "Pokaż: Adblock"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:91
msgid "Show: DHCP"
msgstr "Pokaż: DHCP"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:74
msgid "Show: Unbound"
msgstr "Pokaż: Unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:58
msgid "Skip UCI and use /etc/unbound/unbound.conf"
msgstr "Pomiń UCI i użyj /etc/unbound/unbound.conf"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:233
msgid "Small"
msgstr "Mały"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:164
msgid "Static (local only)"
msgstr "Statyczny (tylko lokalny)"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:48
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:60
msgid "Statistics"
msgstr "Statystyki"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:39
msgid "Status"
msgstr "Status"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:254
msgid "Strict Minimize"
msgstr "Ścisła Minimalizacja"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:255
msgid "Strict version of 'query minimize' but it can break DNS"
msgstr "Ścisła wersja 'Minimalizuj zapytania', ale może złamać DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:39
msgid "Stub (forced recursion)"
msgstr "Stub (wymuszona rekursja)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:79
msgid "TLS Name Index"
msgstr "Indeks nazwy TLS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:266
msgid "TTL Minimum"
msgstr "Minimalna wartość TTL"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:105
msgid "This could display more statistics with the unbound-control package."
msgstr ""
"Dzięki temu można wyświetlać więcej statystyk przy użyciu pakietu kontroli "
"unbound."
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:188
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:199
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:224
msgid "This shows '"
msgstr "To pokazuje"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:175
msgid ""
"This shows 'ubound-control dump_cache' for auditing records including DNSSEC."
msgstr ""
"Pokazuje to 'ubound-control dump_cache' dla audytowania rekordów włącznie z "
"DNSSEC."
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:139
msgid ""
"This shows Unbound 'local-data:' entries from default, .conf, or control."
msgstr ""
"To pokazuje Unbound \"local-data:\" wpisy z default,. conf, lub kontroli."
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:151
msgid ""
"This shows Unbound 'local-zone:' entries from default, .conf, or control."
msgstr ""
"To pokazuje Unbound \"local-zone:\" wpisy z default,. conf lub kontroli."
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:127
msgid "This shows Unbound self reported performance statistics."
msgstr "Pokazuje statystyki Unbound dotyczące własnej wydajności."
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:115
msgid "This shows syslog filtered for events involving Unbound."
msgstr "Pokazuje dziennik systemowy filtrowany dla zdarzeń z udziałem Unbound."
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:232
msgid "Tiny"
msgstr "Małe"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:165
msgid "Transparent (local/global)"
msgstr "Transparentny (lokalny/globalny)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:129
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:294
msgid "Trigger Networks"
msgstr "Wyzwalacz Sieci"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:27
msgid "Type"
msgstr "Typ"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:27
msgid "Unbound"
msgstr "Unbound"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:25
msgid ""
"Unbound <a href=\"%s\" target=\"_blank\">(NLnet Labs)</a> is a validating, "
"recursive, and caching DNS resolver <a href=\"%s\" target=\"_blank\">(help)</"
"a>."
msgstr ""
"Unbound <a href=\"%s\" target=\"_blank\">(NLnet Labs)</a> jest walidacyjnym, "
"rekurencyjnym i buforowym rozdzielnikiem DNS. <a href=\"%s\" target=\"_blank"
"\">(help)</a>."
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:208
msgid "Unbound Control App"
msgstr "Aplikacja do kontroli Unbound"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:168
msgid "Unbound cache is too large to display in LuCI."
msgstr ""
"Pamięć podręczna Unbound jest za duża, by można ją było wyświetlić w LuCI."
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:81
msgid "Undefined"
msgstr "Nieokreślony"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:59
msgid "Use 'resolv.conf.auto'"
msgstr "Użyj 'resolv.conf.auto'"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:148
msgid "Use DHCPv4 MAC to discover IP6 hosts SLAAC (EUI64)"
msgstr "Użyj DHCPv4 MAC do wykrycia hostów IP6 SLAAC (EUI64)"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:185
msgid "Use Upstream"
msgstr "Użyj Upstream"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:195
msgid "Use extra DNS entries found in /etc/config/dhcp"
msgstr "Użyj dodatkowych wpisów DNS znajdujących się w /etc/config/dhcp"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:230
msgid "Use menu System/Processes to observe any memory growth"
msgstr "Użyj menu Status/Procesy systemowe, aby obserwować przyrost pamięci"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:182
msgid "WAN DNS"
msgstr "WAN DNS"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:44
msgid "Zone (Domain) names included in this zone combination"
msgstr "Nazwy stref (Domeny) zawarte w tej kombinacji stref"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:84
msgid "Zone Download URL"
msgstr "Adres URL pobierania strefy"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:43
msgid "Zone Names"
msgstr "Nazwy stref"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zone-details.lua:37
msgid "Zone Type"
msgstr "Typ strefy"
#: applications/luci-app-unbound/luasrc/controller/unbound.lua:33
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:30
msgid "Zones"
msgstr "Strefy"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:112
msgid "accept upstream results for"
msgstr "Akceptowanie wyników upstream dla"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:123
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:288
msgid "default"
msgstr "domyślna"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:175
msgid "download from <var>%s</var>"
msgstr "pobierz z <var>%s</var>"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:126
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/configure.lua:291
msgid "never"
msgstr "Nigdy"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:118
msgid "prefetch zone files for"
msgstr "pliki strefy Prefetch dla"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:115
msgid "select recursion for"
msgstr "wybrać powtarzalność dla"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:121
msgid "unknown action for"
msgstr "nieznana akcja dla"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:206
msgid "use <var>%s</var> nameservers"
msgstr "użyj <var>%s</var> serwerów nazw"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:156
msgid "use nameservers"
msgstr "użyj serwerów nazw"
#: applications/luci-app-unbound/luasrc/model/cbi/unbound/zones.lua:165
msgid "with default certificate for <var>%s</var>"
msgstr "z domyślnym certyfikatem dla <var>%s</var>"
#~ msgid "No Link"
#~ msgstr "Brak łącza"
|