forked from Cacti/plugin_thold
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpl-PL.po
More file actions
3885 lines (2989 loc) · 166 KB
/
Copy pathpl-PL.po
File metadata and controls
3885 lines (2989 loc) · 166 KB
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
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: developers@cacti.net\n"
"POT-Creation-Date: 2026-03-09 19:28-0700\n"
"PO-Revision-Date: 2022-11-25 18:50+0000\n"
"Last-Translator: kaktus <kaktus_j_p@o2.pl>\n"
"Language-Team: Polish <http://translate.cacti.net/projects/cacti/thold/pl/>\n"
"Language: pl-PL\n"
"MIME-Version: 1.0\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.8.1\n"
#: includes/arrays.php:26
msgid "Indefinitely"
msgstr "Nieokreślony"
#: includes/arrays.php:27 includes/arrays.php:338 includes/arrays.php:370
#: includes/arrays.php:415 includes/arrays.php:436
#, php-format
msgid "%d Month"
msgstr "%d miesiąc"
#: includes/arrays.php:28 includes/arrays.php:29 includes/arrays.php:30
#: includes/arrays.php:31
#, php-format
msgid "%d Months"
msgstr "%d miesiące"
#: includes/arrays.php:32
#, php-format
msgid "%d Year"
msgstr "%d rok"
#: includes/arrays.php:36
#, php-format
msgid "From %d Hour Ago"
msgstr "Co %d godzin"
#: includes/arrays.php:37 includes/arrays.php:38 includes/arrays.php:39
#: includes/arrays.php:40
#, php-format
msgid "From %d Hours Ago"
msgstr "Co %d godzin"
#: includes/arrays.php:41
#, php-format
msgid "From %d Day Ago"
msgstr ""
#: includes/arrays.php:42 includes/arrays.php:43
#, php-format
msgid "From %d Days Ago"
msgstr "Codziennie %dni"
#: includes/arrays.php:44
#, php-format
msgid "From %d Week Ago"
msgstr "%d Tydzień"
#: includes/arrays.php:45 includes/arrays.php:46
#, php-format
msgid "From %d Weeks Ago"
msgstr "Co tydzień"
#: includes/arrays.php:47
#, php-format
msgid "From %d Month Ago"
msgstr "%d miesiąc"
#: includes/arrays.php:48 includes/arrays.php:49 includes/arrays.php:50
#: includes/arrays.php:51
#, php-format
msgid "From %d Months Ago"
msgstr "%d miesiące"
#: includes/arrays.php:52
#, php-format
msgid "From %d Year Ago"
msgstr "%d rok"
#: includes/arrays.php:53
#, php-format
msgid "From %d Years Ago"
msgstr ""
#: includes/arrays.php:58 thold_graph.php:846 thold_graph.php:852
#: thold_graph.php:1204
msgid "Down"
msgstr "W dół"
#: includes/arrays.php:62 includes/arrays.php:248 includes/arrays.php:264
#: thold_graph.php:864
msgid "Error"
msgstr "Błąd"
#: includes/arrays.php:66 thold_graph.php:856 thold_graph.php:1205
msgid "Recovering"
msgstr "Odzyskiwanie"
#: includes/arrays.php:70 thold_graph.php:860 thold_graph.php:1203
msgid "Up"
msgstr "Do góry"
#: includes/arrays.php:74 thold_graph.php:868 thold_graph.php:1206
msgid "Unknown"
msgstr "Nieznany"
#: includes/arrays.php:78 includes/arrays.php:219 includes/arrays.php:594
#: includes/settings.php:334 includes/settings.php:430
#: includes/settings.php:503 notify_lists.php:809 notify_lists.php:1308
#: notify_lists.php:1474 notify_lists.php:1695 thold.php:738
#: thold_graph.php:227 thold_graph.php:842 thold_graph.php:1200
msgid "Disabled"
msgstr "Wyłączone"
#: includes/arrays.php:82 thold_graph.php:1127 thold_graph.php:1202
msgid "Not Monitored"
msgstr "Nie monitorowane"
#: includes/arrays.php:90
msgid "Notify - Alert"
msgstr "Powiadomienie - Alert"
#: includes/arrays.php:91 includes/arrays.php:167 includes/arrays.php:195
#: includes/arrays.php:246
msgid "Alert"
msgstr "Alarm"
#: includes/arrays.php:96
msgid "Notify - Alert2Warning"
msgstr "Powiadomienie - Alert2 Ostrzeżenie"
#: includes/arrays.php:97
msgid "Alert2Warn"
msgstr "Alert-Warn"
#: includes/arrays.php:102
msgid "Notify - Warning"
msgstr "Powiadomienie - ostrzeżenie"
#: includes/arrays.php:103 includes/arrays.php:162 includes/arrays.php:203
#: includes/arrays.php:249
msgid "Warning"
msgstr "Ostrzeżenie"
#: includes/arrays.php:108
msgid "Notify - Re-Trigger"
msgstr "Powiadomienie - ponowne wyzwalanie"
#: includes/arrays.php:109 includes/arrays.php:157
msgid "Re-Trigger"
msgstr "Re-Trigger"
#: includes/arrays.php:114
msgid "Notify - Restoral"
msgstr "Powiadomienie - Restoralizacja"
#: includes/arrays.php:115 includes/arrays.php:172
msgid "Restoral"
msgstr "Restoralizacja"
#: includes/arrays.php:120
msgid "Event - Alert Trigger"
msgstr "Zdarzenie - wyzwalacz alarmu"
#: includes/arrays.php:121
msgid "Alert Event"
msgstr "Ustawienia alarmów"
#: includes/arrays.php:126
msgid "Event - Warning Trigger"
msgstr "Zdarzenie - wyzwalacz ostrzeżenia"
#: includes/arrays.php:127
msgid "Warning Event"
msgstr "Ostrzeżenie"
#: includes/arrays.php:132
msgid "Event - Restoral"
msgstr "Wydarzenie - Restoralizacja"
#: includes/arrays.php:133 thold_graph.php:1578
msgid "Restoral Event"
msgstr "Impreza Restoralna"
#: includes/arrays.php:138
msgid "Event - Acknowledge"
msgstr "Potwierdzenie"
#: includes/arrays.php:139
msgid "Acknowledge Event"
msgstr "Potwierdzenie"
#: includes/arrays.php:147
msgid "Restore"
msgstr "Przywróć"
#: includes/arrays.php:152
msgid "Alert Trigger"
msgstr "Wyzwalacz alarmu"
#: includes/arrays.php:177
msgid "Warn Trigger"
msgstr "Ostrzeżenie Wyzwalacz"
#: includes/arrays.php:182
msgid "Alert-Warn"
msgstr "Alert-Warn"
#: includes/arrays.php:187 includes/arrays.php:215 thold_graph.php:1543
msgid "Acknowledgment"
msgstr "Podziękowania"
#: includes/arrays.php:199
msgid "Baseline Alert"
msgstr "Alert bazowy"
#: includes/arrays.php:207 includes/arrays.php:250
msgid "Notice"
msgstr "Powiadomienie"
#: includes/arrays.php:211
msgid "Ok"
msgstr "Ok"
#: includes/arrays.php:245
msgid "Emergency"
msgstr "Awarja"
#: includes/arrays.php:247 thold.php:2112 thold.php:2131
#: thold_templates.php:1642 thold_templates.php:1656
msgid "Critical"
msgstr "Krytyczny"
#: includes/arrays.php:251 includes/arrays.php:265
msgid "Info"
msgstr "Informacja"
#: includes/arrays.php:252
msgid "Debug"
msgstr "Uruchamianie"
#: includes/arrays.php:291 includes/arrays.php:376 includes/arrays.php:442
#: thold_functions.php:100
msgid "Never"
msgstr "Nigdy"
#: includes/arrays.php:292
msgid "Every Minute"
msgstr "Każda minuta"
#: includes/arrays.php:293 includes/arrays.php:294 includes/arrays.php:295
#: includes/arrays.php:296 includes/arrays.php:297 includes/arrays.php:298
#: includes/arrays.php:299 includes/arrays.php:300 includes/arrays.php:301
#: includes/arrays.php:377 includes/arrays.php:378 includes/arrays.php:379
#: includes/arrays.php:380 includes/arrays.php:381 includes/arrays.php:382
#: includes/settings.php:504 includes/settings.php:505
#: includes/settings.php:506
#, php-format
msgid "Every %d Minutes"
msgstr "Co %d minutę/minut"
#: includes/arrays.php:302 includes/arrays.php:383
msgid "Every Hour"
msgstr "Co godzine"
#: includes/arrays.php:303 includes/arrays.php:304 includes/arrays.php:305
#: includes/arrays.php:306 includes/arrays.php:307 includes/arrays.php:308
#: includes/arrays.php:384 includes/arrays.php:385 includes/arrays.php:386
#: includes/arrays.php:387 includes/arrays.php:388 includes/arrays.php:389
#: includes/settings.php:508
#, php-format
msgid "Every %d Hours"
msgstr "Co %d godzin"
#: includes/arrays.php:309 includes/arrays.php:390
msgid "Every Day"
msgstr "codziennie"
#: includes/arrays.php:310 includes/arrays.php:391
#, php-format
msgid "Every %d Days"
msgstr "Codziennie %dni"
#: includes/arrays.php:311 includes/arrays.php:392
msgid "Every Week"
msgstr "Raz na tygodzień"
#: includes/arrays.php:312 includes/arrays.php:393
#, php-format
msgid "Every %d Weeks"
msgstr "Co tydzień"
#: includes/arrays.php:313 includes/arrays.php:394
msgid "Every Month"
msgstr "Raz na miesiąc"
#: includes/arrays.php:317 includes/arrays.php:342
#, php-format
msgid "%d Minute"
msgstr "%d minuta"
#: includes/arrays.php:318 includes/arrays.php:319 includes/arrays.php:320
#: includes/arrays.php:321 includes/arrays.php:322 includes/arrays.php:323
#: includes/arrays.php:324 includes/arrays.php:325 includes/arrays.php:326
#: includes/arrays.php:343 includes/arrays.php:344 includes/arrays.php:345
#: includes/arrays.php:346 includes/arrays.php:347 includes/arrays.php:348
#: includes/arrays.php:349 includes/arrays.php:350 includes/arrays.php:351
#: includes/arrays.php:352 includes/arrays.php:353 includes/arrays.php:354
#: includes/arrays.php:355 includes/arrays.php:356 includes/arrays.php:357
#: includes/arrays.php:398 includes/arrays.php:399 includes/arrays.php:400
#: includes/arrays.php:401 includes/arrays.php:402 includes/arrays.php:403
#: includes/arrays.php:419 includes/arrays.php:420 includes/arrays.php:421
#: includes/arrays.php:422 includes/arrays.php:423 includes/arrays.php:424
#: includes/arrays.php:613 includes/arrays.php:614 includes/arrays.php:615
#: includes/arrays.php:616
#, php-format
msgid "%d Minutes"
msgstr "%d minut"
#: includes/arrays.php:327 includes/arrays.php:358 includes/arrays.php:404
#: includes/arrays.php:425
#, php-format
msgid "%d Hour"
msgstr "%d godzina"
#: includes/arrays.php:328 includes/arrays.php:329 includes/arrays.php:330
#: includes/arrays.php:331 includes/arrays.php:332 includes/arrays.php:333
#: includes/arrays.php:359 includes/arrays.php:360 includes/arrays.php:361
#: includes/arrays.php:363 includes/arrays.php:364 includes/arrays.php:365
#: includes/arrays.php:405 includes/arrays.php:406 includes/arrays.php:407
#: includes/arrays.php:408 includes/arrays.php:409 includes/arrays.php:410
#: includes/arrays.php:426 includes/arrays.php:427 includes/arrays.php:428
#: includes/arrays.php:429 includes/arrays.php:430 includes/arrays.php:431
#, php-format
msgid "%d Hours"
msgstr "%d godzin"
#: includes/arrays.php:334 includes/arrays.php:366 includes/arrays.php:411
#: includes/arrays.php:432
#, php-format
msgid "%d Day"
msgstr "%d dzień"
#: includes/arrays.php:335 includes/arrays.php:367 includes/arrays.php:412
#: includes/arrays.php:433 thold_graph.php:1443
#, php-format
msgid "%d Days"
msgstr "%d dni"
#: includes/arrays.php:336 includes/arrays.php:368 includes/arrays.php:413
#: includes/arrays.php:434
#, php-format
msgid "%d Week"
msgstr "%d Tydzień"
#: includes/arrays.php:337 includes/arrays.php:369 includes/arrays.php:414
#: includes/arrays.php:435
#, php-format
msgid "%d Weeks"
msgstr "%d tygodni"
#: includes/arrays.php:362
#, php-format
msgid "%0.1f Hours"
msgstr "%0,1f Godziny"
#: includes/arrays.php:443
msgid "Every Polling"
msgstr "Każda ankieta"
#: includes/arrays.php:444 includes/arrays.php:445 includes/arrays.php:446
#: includes/arrays.php:447 includes/arrays.php:448 includes/arrays.php:449
#: includes/arrays.php:450 includes/arrays.php:451 includes/arrays.php:452
#: includes/arrays.php:453 includes/arrays.php:454 includes/arrays.php:455
#: includes/arrays.php:456 includes/arrays.php:457 includes/arrays.php:458
#, php-format
msgid "Every %d Pollings"
msgstr "Każdy %d Pollings"
#: includes/arrays.php:462 includes/arrays.php:481
#, php-format
msgid "%d Polling"
msgstr "%d Polling"
#: includes/arrays.php:463 includes/arrays.php:464 includes/arrays.php:465
#: includes/arrays.php:466 includes/arrays.php:467 includes/arrays.php:468
#: includes/arrays.php:469 includes/arrays.php:470 includes/arrays.php:471
#: includes/arrays.php:472 includes/arrays.php:473 includes/arrays.php:474
#: includes/arrays.php:475 includes/arrays.php:476 includes/arrays.php:477
#: includes/arrays.php:482 includes/arrays.php:483 includes/arrays.php:484
#: includes/arrays.php:485 includes/arrays.php:486 includes/arrays.php:487
#: includes/arrays.php:488 includes/arrays.php:489 includes/arrays.php:490
#: includes/arrays.php:491 includes/arrays.php:492 includes/arrays.php:493
#: includes/arrays.php:494 includes/arrays.php:495 includes/arrays.php:496
#, php-format
msgid "%d Pollings"
msgstr "%d Zanieczyszczenia"
#: includes/arrays.php:503
msgid "High / Low"
msgstr "Wysoki / Niski"
#: includes/arrays.php:504
msgid "Baseline Deviation"
msgstr "Odchylenie bazowe"
#: includes/arrays.php:505
msgid "Time Based"
msgstr "Czasowe"
#: includes/arrays.php:509
#, php-format
msgid "%% Deviation Min/Max [TIP]"
msgstr "Odchylenie UP"
#: includes/arrays.php:510
#, php-format
msgid "%% Deviation CF [TIP]"
msgstr "Odchylenie UP"
#: includes/arrays.php:511
msgid "Absolute Val Min/Max [TIP]"
msgstr "Wartość ostrzeżenia"
#: includes/arrays.php:512
msgid "Absolute Val of CF [TIP]"
msgstr "Wartość ostrzeżenia"
#: includes/arrays.php:513
#, php-format
msgid "%% Deviation Avg [AOT]"
msgstr "Odchylenie UP"
#: includes/arrays.php:514
#, php-format
msgid "%% Deviation Avg of CF [AOT]"
msgstr "Odchylenie UP"
#: includes/arrays.php:515
msgid "Absolute Val Avg [AOT]"
msgstr "Wartość ostrzeżenia"
#: includes/arrays.php:516
msgid "Absolute Val Avg of CF [AOT]"
msgstr "Wartość ostrzeżenia"
#: includes/arrays.php:520
msgid "Exact Value"
msgstr "Dokładna wartość"
#: includes/arrays.php:521
msgid "CDEF"
msgstr "CDEF"
#: includes/arrays.php:522
msgid "Percentage"
msgstr "Procent"
#: includes/arrays.php:523 thold.php:1979 thold_templates.php:1484
msgid "RPN Expression"
msgstr "Wyrażenie RPN"
#: includes/arrays.php:524
msgid "Upper + Lower bytes"
msgstr "Górne + dolne bajty"
#: includes/arrays.php:528
msgid "Acknowledge"
msgstr "Potwierdzenie"
#: includes/arrays.php:529
msgid "Suspend Notifications"
msgstr "Powiadomienia SNMP"
#: includes/arrays.php:530
msgid "Resume Notifications"
msgstr "Powiadomienia SNMP"
#: includes/arrays.php:531 includes/arrays.php:540 notify_lists.php:32
#: notify_queue.php:35 setup.php:1467
msgid "Delete"
msgstr "Usuń"
#: includes/arrays.php:532 includes/arrays.php:541
msgid "Enable"
msgstr "Włącz"
#: includes/arrays.php:533 includes/arrays.php:542
msgid "Disable"
msgstr "Wyłącz"
#: includes/arrays.php:534 includes/arrays.php:543
msgid "Reapply Suggested Names"
msgstr "Ponownie zastosuj sugerowane nazwy"
#: includes/arrays.php:535
msgid "Propagate Template"
msgstr "Szablon propagatu"
#: includes/arrays.php:539 thold_graph.php:1640
msgid "Export"
msgstr "Eksport"
#: includes/arrays.php:547
msgid "Threshold Mail"
msgstr "Próg"
#: includes/arrays.php:548
msgid "Down Host Mail"
msgstr ""
#: includes/arrays.php:549
msgid "Up Host Mail"
msgstr ""
#: includes/arrays.php:550
msgid "Threshold Cmd"
msgstr "Próg"
#: includes/arrays.php:551
msgid "Down Host Cmd"
msgstr ""
#: includes/arrays.php:552
msgid "Up Host Cmd"
msgstr ""
#: includes/arrays.php:569
msgid "Auto"
msgstr ""
#: includes/arrays.php:570
msgid "0 Digits"
msgstr ""
#: includes/arrays.php:571
msgid "1 Digit"
msgstr ""
#: includes/arrays.php:572 includes/arrays.php:573 includes/arrays.php:574
#: includes/arrays.php:575 includes/arrays.php:576 includes/arrays.php:577
#: includes/arrays.php:578 includes/arrays.php:579 includes/arrays.php:580
#, php-format
msgid "%d Digits"
msgstr "%d dni"
#: includes/arrays.php:597
#, php-format
msgid "> %d Devices"
msgstr "Urządzenia"
#: includes/arrays.php:601
#, php-format
msgid "> %d %%% of Devices Globally"
msgstr "Urządzenia"
#: includes/arrays.php:605
#, php-format
msgid "> %d Devices in a Site"
msgstr "Urządzenia"
#: includes/arrays.php:609
#, php-format
msgid "> %d %%% of Devices in a Site"
msgstr "Urządzenia"
#: includes/polling.php:421
msgid "SNMP not in use"
msgstr "SNMP nieużywany"
#: includes/polling.php:480 includes/polling.php:682 notify_queue.php:500
#: notify_queue.php:501 thold.php:1035 thold.php:1067 thold.php:1068
#: thold.php:1310 thold.php:1369 thold.php:1376 thold.php:1382 thold.php:1390
#: thold.php:1396 thold.php:1413 thold.php:1415 thold.php:1620
#: thold_graph.php:747 thold_graph.php:779 thold_graph.php:780
#: thold_graph.php:1080 thold_graph.php:1129 thold_graph.php:1132
#: thold_graph.php:1133 thold_graph.php:1134 thold_graph.php:1579
#: thold_graph.php:1580
msgid "N/A"
msgstr "N/D"
#: includes/polling.php:486
msgid "Devices Notice: <DESCRIPTION> (<HOSTNAME>) returned from DOWN state"
msgstr "Informacja o urządzeniach: <DESCRIPTION> (<HOSTNAME>) zwrócony ze stanu DOWN"
#: includes/polling.php:507
msgid "<br>System <DESCRIPTION> (<HOSTNAME>) status: <DOWN/UP><br><br>Site: <SITE><br>Location: <LOCATION><br>Current ping response: <CUR_TIME> ms<br>Average system response : <AVG_TIME> ms<br>System availability: <AVAILABILITY><br>Total Checks Since Clear: <TOT_POLL><br>Total Failed Checks: <FAIL_POLL><br>Last Date Checked UP: <LAST_FAIL><br>Devices Previously DOWN for: <DOWNTIME><br><br>SNMP Info:<br>Name - <SNMP_HOSTNAME><br>Location - <SNMP_LOCATION><br>Uptime - <UPTIMETEXT> (<UPTIME> ms)<br>System - <SNMP_SYSTEM><br><br>NOTE: <NOTES>"
msgstr "<br>System <DESCRIPTION> (<HOSTNAME>) status: <DOWN/UP><br><br><br>Potencjalna odpowiedź ping: <CUR_TIME> ms<br>Średnia odpowiedź systemu : <AVG_TIME> ms<br> Dostępność systemu: <AVAILABILITY><br>Total Checks Since Clear: <TOT_POLL><br>Total Failed Checks: <FAIL_POLL><br>Niedawno sprawdzona data UP: <LAST_FAIL><br>Devices Poprzednio DOWN dla: <DOWNTIME><br><br>SNMP Info:<br>Name - <SNMP_HOSTNAME><br>Location - <SNMP_LOCATION><br>Uptime - <UPTIMETEXT> (<UPTIME> ms)<br>System - <SNMP_SYSTEM><br><br>NOTE: <NOTES>."
#: includes/polling.php:688
msgid "Devices Error: <DESCRIPTION> (<HOSTNAME>) is DOWN"
msgstr "Błąd urządzeń: <Pismo> (<HOSTNAME>) jest w dół"
#: includes/polling.php:701 includes/polling.php:726
msgid "DOWN"
msgstr "DÓŁ"
#: includes/polling.php:709
msgid "System Error : <DESCRIPTION> (<HOSTNAME>) is <DOWN/UP><br>Site: <SITE><br>Location: <LOCATION><br>Reason: <MESSAGE><br><br>Average system response : <AVG_TIME> ms<br>System availability: <AVAILABILITY><br>Total Checks Since Clear: <TOT_POLL><br>Total Failed Checks: <FAIL_POLL><br>Last Date Checked DOWN : <LAST_FAIL><br>Devices Previously UP for: <DOWNTIME><br>NOTE: <NOTES>"
msgstr "Błąd systemu : <DESCRIPTION> (<HOSTNAME>) jest <DOWN/UP><br><br>Reason: <MESSAGE><br><br>Średnia odpowiedź systemu : <AVG_TIME> ms<br> Dostępność systemu: <AVAILABILITY><br>Total Checks Since Clear: <TOT_POLL><br>Total Failed Checks: <FAIL_POLL><br>Data ostatnia sprawdzona w dół : <LAST_FAIL><br>Urządzenia wcześniej UP dla: <DOWNTIME><br>NOTE: <NOTES>."
#: includes/settings.php:29 includes/settings.php:64 includes/settings.php:71
#: includes/settings.php:77 includes/settings.php:223 notify_lists.php:45
#: notify_lists.php:1478 notify_lists.php:1543 notify_lists.php:2185
#: thold.php:745 thold.php:800 thold_functions.php:145 thold_graph.php:234
#: thold_templates.php:2267
msgid "Thresholds"
msgstr "Progi"
#: includes/settings.php:36
msgid "(actions)"
msgstr "Akcje"
#: includes/settings.php:43
msgid "(edit)"
msgstr "(edytuj)"
#: includes/settings.php:50
msgid "(save)"
msgstr "Zapisz"
#: includes/settings.php:57
msgid "(add)"
msgstr "(dodaj)"
#: includes/settings.php:84
msgid "Threshold Logs"
msgstr "Progi"
#: includes/settings.php:91 thold_functions.php:147 thold_graph.php:931
msgid "Device Status"
msgstr "Status Urządzenia"
#: includes/settings.php:98
msgid "Thresholds - Failures"
msgstr "Progi - niepowodzenia"
#: includes/settings.php:105
msgid "Thresholds - Normal"
msgstr "Progi - normalne"
#: includes/settings.php:112
msgid "Thresholds - Recovering"
msgstr "Progi - odzyskiwanie"
#: includes/settings.php:118
msgid "Recent Thresholds"
msgstr "Ostatnie progi"
#: includes/settings.php:125
msgid "Recent Device Failures"
msgstr "Niedawne awarie urządzenia"
#: includes/settings.php:132 includes/settings.php:139
#: includes/settings.php:146 includes/settings.php:153
#: includes/settings.php:160 thold_templates.php:2142
msgid "Threshold Templates"
msgstr "Szablony progów"
#: includes/settings.php:167
msgid "Threshold Template Import"
msgstr "Próg Import szablonu Import"
#: includes/settings.php:174 includes/settings.php:188
#: includes/settings.php:195 includes/settings.php:221 notify_lists.php:2078
msgid "Notification Lists"
msgstr "Listy notyfikacji"
#: includes/settings.php:181
msgid "Notification Lists (edit)"
msgstr "Listy notyfikacji (edytować)"
#: includes/settings.php:202 includes/settings.php:209
#: includes/settings.php:222
msgid "Notification Queue"
msgstr "Wykaz zgłoszeniowy"
#: includes/settings.php:221 includes/settings.php:222
#: includes/settings.php:223
msgid "Management"
msgstr "Zarządzanie"
#: includes/settings.php:224 notify_lists.php:46 notify_lists.php:2186
#: thold_templates.php:2157 thold_templates.php:2237
msgid "Templates"
msgstr "Szablony"
#: includes/settings.php:224 thold_graph.php:1666
msgid "Threshold"
msgstr "Próg"
#: includes/settings.php:276
msgid "A template with that Data Source already exists!"
msgstr "Szablon z tym źródłem danych już istnieje!"
#: includes/settings.php:292
msgid "Configure Thresholds"
msgstr "Konfiguracja progów"
#: includes/settings.php:293
msgid "Configure Threshold Templates"
msgstr "Konfiguracja szablonów progów"
#: includes/settings.php:294
msgid "Manage Notification Lists"
msgstr "Zarządzanie listami notyfikacji"
#: includes/settings.php:295
msgid "View Thresholds"
msgstr "Zobacz progi"
#: includes/settings.php:299
msgid "Normal User"
msgstr "Zwykły użytkownik"
#: includes/settings.php:300
msgid "Template Editor"
msgstr "Edytor Szablonu"
#: includes/settings.php:301 includes/settings.php:302
msgid "General Administration"
msgstr "Administracja ogólna"
#: includes/settings.php:325
msgid "Device Up/Down Notification Settings"
msgstr "Ustawienia powiadamiania o urządzeniach w górę/w dół"
#: includes/settings.php:331
msgid "Threshold Up/Down Email Notification"
msgstr "Powiadomienie o wartości progowej w górę/w dół"
#: includes/settings.php:335 notify_lists.php:809 notify_lists.php:1310
msgid "Global List"
msgstr "Lista ogólna"
#: includes/settings.php:336
msgid "List Below"
msgstr "Lista poniżej"
#: includes/settings.php:337
msgid "Global and List Below"
msgstr "Lista globalna i lista poniżej"
#: includes/settings.php:339
#, fuzzy
msgid "Which Type of Notification List(s) should be used for Device Up/Down events?"
msgstr "Która(e) lista(y) powiadomień powinna(y) zostać powiadomiona(e) o zdarzeniach typu Device Up/Down?"
#: includes/settings.php:347 notify_queue.php:438
msgid "Notification List"
msgstr "Wykaz zgłoszeniowy"
#: includes/settings.php:348
msgid "Which Notification List(s) of should be notified about Device Up/Down events?"
msgstr "Która(e) lista(y) powiadomień powinna(y) zostać powiadomiona(e) o zdarzeniach typu Device Up/Down?"
#: includes/settings.php:357
msgid "Host Failure Count"
msgstr "Liczba awarii hosta"
#: includes/settings.php:358
msgid "The number of Polling Intervals at this Host must be Down before Thold logging an error and reporting Host as Down. Default is 0 (use Cacti setting)"
msgstr "Liczba interwałów odpytywania na tym hoście musi być wyłączona, zanim Thold zarejestruje błąd i zgłosi host jako wyłączony. Wartość domyślna to 0 (użyj ustawienia Cacti)"
#: includes/settings.php:363
msgid "Use Cacti Setting"
msgstr "Ustawienia linii podstawowej"
#: includes/settings.php:364
#, php-format
msgid "%d Polling Interval"
msgstr "%d Polling"
#: includes/settings.php:365 includes/settings.php:366
#: includes/settings.php:367 includes/settings.php:368
#, php-format
msgid "%d Polling Intervals"
msgstr "%d Zanieczyszczenia"
#: includes/settings.php:392
msgid "Alerting/Thold"
msgstr "Alert/Thold"
#: includes/settings.php:400 notify_lists.php:43
msgid "General"
msgstr "Ogólne"
#: includes/settings.php:404
msgid "Disable All Thresholds"
msgstr "Wyłącz wszystkie progi"
#: includes/settings.php:405
msgid "Checking this box will disable Alerting on all Thresholds. This can be used when it is necessary to perform maintenance on your network."
msgstr "Zaznaczenie tego pola wyłączy Alertowanie na wszystkich Progach. Można ich używać, gdy jest to konieczne do przeprowadzenia konserwacji sieci."
#: includes/settings.php:410
msgid "Auto Create Thresholds"
msgstr "Automatyczne tworzenie progów"
#: includes/settings.php:411
msgid "If selected, when running either automation, or when creating/saving a Device, all Thresholds associated with the Device Template will be created."
msgstr "Jeśli jest wybrana, podczas pracy w trybie automatyzacji lub podczas tworzenia/zapisywania urządzenia, zostaną utworzone wszystkie wartości progowe powiązane z szablonem urządzenia."
#: includes/settings.php:416
msgid "Consider Unknown Data as Zero"
msgstr "Traktuj nieznane dane jako zero"
#: includes/settings.php:417
msgid "When checking Thresholds, if a Data Source returns Unknown Data ('U'), consider the value as zero for the Threshold check. You can also enable log this issue."
msgstr "Podczas sprawdzania progów, jeśli źródło danych zwraca nieznane dane („U”), podczas sprawdzania progu należy traktować tę wartość jako zero."
#: includes/settings.php:422
msgid "Default Management Status"
msgstr "Status zarządzania domyślnego"
#: includes/settings.php:423
msgid "Default Threshold management filter status."
msgstr "Domyślny stan filtra zarządzania progiem."
#: includes/settings.php:426 notify_lists.php:1075 notify_lists.php:1093
#: notify_lists.php:1439 notify_lists.php:1457 thold.php:720
msgid "Any"
msgstr "Dowolny"
#: includes/settings.php:427 thold.php:734 thold_graph.php:223
msgid "Breached or Triggered"
msgstr "Ostrzeżenie Wyzwalacz"
#: includes/settings.php:428 notify_lists.php:1471 thold.php:735
#: thold_graph.php:224
msgid "Breached"
msgstr "Naruszony"
#: includes/settings.php:429 notify_lists.php:1472 notify_lists.php:1573
#: thold.php:736 thold.php:873 thold_graph.php:225 thold_graph.php:519
msgid "Triggered"
msgstr "Wyzwolony"
#: includes/settings.php:431 notify_lists.php:933 notify_lists.php:1473
#: notify_lists.php:1581 notify_lists.php:1695 notify_lists.php:2183
#: thold.php:737 thold.php:820 thold.php:2195 thold_graph.php:226
#: thold_graph.php:467 thold_graph.php:1199 thold_templates.php:1182
#: thold_templates.php:1720 thold_templates.php:2257
msgid "Enabled"
msgstr "Włączone"
#: includes/settings.php:436
msgid "Empty ifHighSpeed Default"
msgstr "Empty ifHighSpeed Default"
#: includes/settings.php:437
msgid "When calculating Expression Thresholds, if the ifHighSpeed and ifSpeed come back as zero, use the following ifHighSpeed setting instead. Default ifHighSpeed will be 10000 for 10GE interfaces."
msgstr "Przy obliczaniu progów wyrażeń, jeśli ifHighSpeed i ifSpeed powracają do zera, należy zamiast tego użyć następującego ustawienia ifHighSpeed. Domyślnie ifHighSpeed to 10000 dla interfejsów 10GE."
#: includes/settings.php:444
msgid "Notification Preferences"
msgstr "Zestawy wstępnych powiadomień SNMP"
#: includes/settings.php:448
msgid "Disable Legacy Notifications"
msgstr "Powiadomienia o niepełnosprawności"
#: includes/settings.php:449
msgid "Checking this box will disable Legacy Alerting on all Thresholds. Legacy Alerting is defined as any Specific Email Alerts not associated with a Notification List."
msgstr "Zaznaczenie tego pola wyłączy Legacy Alerting na wszystkich Progach. Legacy Alerting jest zdefiniowany jako każde określone powiadomienie e-mail, które nie jest związane z listą powiadomień."
#: includes/settings.php:454
msgid "Threshold Notification Templated"
msgstr "Szablon progu"
#: includes/settings.php:455
msgid "If checked, when creating at Threshold Template, its Notification Settings will, by default be owned by the Threshold Template."
msgstr "Jeśli zaznaczone, podczas tworzenia w szablonie progu, jego ustawienia powiadomień będą domyślnie należały do szablonu progu."
#: includes/settings.php:459
msgid "Enable Command Execution"
msgstr "Włącz wykonanie polecenia"
#: includes/settings.php:460
msgid "Checking this box will enable the ability to run commands on Threshold breach and restoral events."
msgstr "Zaznaczenie tego pola umożliwi uruchamianie poleceń w przypadku naruszenia progu i zdarzeń restoralnych."
#: includes/settings.php:465
msgid "Enable Per Thold Notification"
msgstr "Włącz powiadomienie o czasie trwania"
#: includes/settings.php:466
msgid "Checking this box will enable the ability to maintain custom Email bodies for Thresholds."
msgstr "Zaznaczenie tego pola wyboru umożliwi zachowanie niestandardowych ciał e-mailowych dla progów."
#: includes/settings.php:471
msgid "Enable Notification Queue"
msgstr "Włącz powiadomienie o czasie trwania"
#: includes/settings.php:472
msgid "Checking this box will switch Thold from performing inline Notification to using either the Notification Daemon, or notifications performed out of band by the Notification poller."
msgstr ""
#: includes/settings.php:477
msgid "Enable Sending Alert Emails to Warning Notification Lists"
msgstr "Wykaz powiadomień ostrzegawczych"
#: includes/settings.php:478
msgid "Check this box if you wish Warning Notification List recipients to receive Alert Emails in addition to the Alert Notification list receivers. This case is applicable when Warning Notifications goes to Administrators and Alert Notifications go to Management."
msgstr ""
#: includes/settings.php:483
msgid "Threshold Daemon"
msgstr "Daemon progu"
#: includes/settings.php:487
msgid "Enable Threshold Daemon"
msgstr "Włącz Daemon progu"
#: includes/settings.php:488
msgid "Checking this box will enable the use of a dedicated Threshold daemon. This can be used to increase system performance and/or to distribute Threshold monitoring to a separate server."
msgstr "Zaznaczenie tego pola umożliwi użycie dedykowanego demona Threshold. Może to być wykorzystane do zwiększenia wydajności systemu i/lub dystrybucji monitorowania progów na osobny serwer."
#: includes/settings.php:493
msgid "Force Threshold Daemon Debug"
msgstr "Daemon progu"
#: includes/settings.php:494
msgid "Checking this box will enable Threshold Daemon debug when operating from SystemD or through the command line. This change is dynamic and will take effect as soon as the next Threshold loop commences."
msgstr ""
#: includes/settings.php:499
msgid "Daemon Down Notification Frequency"
msgstr "Ustawienia powiadamiania o urządzeniach w górę/w dół"
#: includes/settings.php:500
msgid "If the Thold Daemon is found to be down, send out an Email notification at this frequency."
msgstr "Jeśli demon Tholda nie działa, wyślij powiadomienie e-mail z tą częstotliwością."
#: includes/settings.php:507
#, php-format
msgid "Every %d Hour"
msgstr "Co %d godzin"
#: includes/settings.php:513
msgid "Daemon Threads"
msgstr ""
#: includes/settings.php:514
msgid "The number of daemon threads to be handled by the Threshold Daemon."
msgstr "Maksymalna liczba równoległych procesów, które mogą być obsługiwane przez Daemon Threshold."
#: includes/settings.php:517
msgid "1 Process"
msgstr ""
#: includes/settings.php:518 includes/settings.php:519
#: includes/settings.php:520 includes/settings.php:521
#: includes/settings.php:522 includes/settings.php:523
#: includes/settings.php:524 includes/settings.php:525
#: includes/settings.php:526
#, php-format
msgid "%d Processes"
msgstr ""
#: includes/settings.php:531
msgid "Logging"
msgstr "Logowanie"
#: includes/settings.php:535
msgid "Log Threshold Breaches"
msgstr "Naruszenie progu kłód"
#: includes/settings.php:536
msgid "Enable logging of all Threshold failures to the Cacti Log."
msgstr "Włączenie rejestrowania wszystkich awarii progu do dziennika kaktusów."
#: includes/settings.php:541
msgid "Show Data Source in Log"
msgstr "Pokaż źródło danych w dzienniku"
#: includes/settings.php:542
msgid "Show the Data Source name in the Log if not present."
msgstr "Pokaż nazwę źródła danych w dzienniku, jeśli nie ma jej w dzienniku."
#: includes/settings.php:547
msgid "Log Threshold Changes"
msgstr "Zmiany wartości progowej dziennika"
#: includes/settings.php:548
msgid "Enable logging of all Threshold changes to the Cacti Log."
msgstr "Włączenie rejestrowania wszystkich zmian wartości progowych w dzienniku kaktusów."
#: includes/settings.php:553
msgid "Debug Log"
msgstr "Zapis debugowania"