all repos — tint2 @ 48078ffb2550e67c38d70c6cd99b376158e26f84

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

src/tint2conf/po/pl.po (raw)

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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
# 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: tint2conf 0.12\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-01-17 13:33+0100\n"
"PO-Revision-Date: 2016-11-16 16:36+0100\n"
"Last-Translator: Daniel Napora <napcok@gmail.com>\n"
"Language-Team: \n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.11\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"

#: ../properties.c:271
msgid "Properties"
msgstr "Ustawienia"

#: ../properties.c:305
msgid "Backgrounds"
msgstr "Tła"

#: ../properties.c:313 ../properties.c:1480
msgid "Panel"
msgstr "Panel"

#: ../properties.c:321
msgid "Panel items"
msgstr "Elementy panelu"

#: ../properties.c:329 ../properties.c:1886 ../properties.c:2087
msgid "Taskbar"
msgstr "Pasek zadań"

#: ../properties.c:337
msgid "Task buttons"
msgstr "Przyciski paska zadań"

#: ../properties.c:345 ../properties.c:1891 ../properties.c:2090
#: ../properties.c:2971
msgid "Launcher"
msgstr "Programy"

#: ../properties.c:353 ../properties.c:1876 ../properties.c:2081
#: ../properties.c:4374
msgid "Clock"
msgstr "Zegar"

#: ../properties.c:361 ../properties.c:1881 ../properties.c:2084
msgid "System tray"
msgstr "Zasobnik systemowy"

#: ../properties.c:369 ../properties.c:1871 ../properties.c:2078
#: ../properties.c:5592
msgid "Battery"
msgstr "Bateria"

#: ../properties.c:377 ../properties.c:4991 ../properties.c:5772
msgid "Tooltip"
msgstr "Podpowiedzi"

#: ../properties.c:538
msgid "<b>Background</b>"
msgstr "<b>Tło</b>"

#: ../properties.c:549
msgid "Selects the background you would like to modify"
msgstr "Wybiera tło, które chcesz edytować"

#: ../properties.c:556
msgid "Creates a copy of the current background"
msgstr "Tworzy kopię zaznaczonego tła"

#: ../properties.c:563
msgid "Deletes the current background"
msgstr "Usuwa zaznaczone tło"

#: ../properties.c:572
msgid "Fill color"
msgstr "Kolor wypelnienia"

#: ../properties.c:583
msgid "The fill color of the current background"
msgstr "Kolor wypełnienia zaznaczonego tła"

#: ../properties.c:586
msgid "Secondary fill color"
msgstr "Drugi kolor wypełnienia"

#: ../properties.c:598
msgid "Enable gradient"
msgstr "Włącz gradienty"

#: ../properties.c:603
#, fuzzy
msgid "Color to fade into when using gradient background."
msgstr "Kolor wypełnienia zaznaczonego tła"

#: ../properties.c:606
msgid "Border color"
msgstr "Kolor obramowania"

#: ../properties.c:617
msgid "The border color of the current background"
msgstr "Kolor obramowania zaznaczonego tła"

#: ../properties.c:620
msgid "Fill color (mouse over)"
msgstr "Kolor wypełnienia (mouse over)"

#: ../properties.c:631
#, fuzzy
msgid "The fill color of the current background on mouse over"
msgstr "Kolor wypełnienia zaznaczonego tła"

#: ../properties.c:634
msgid "Border color (mouse over)"
msgstr "Kolor obramowania (mouse over)"

#: ../properties.c:645
#, fuzzy
msgid "The border color of the current background on mouse over"
msgstr "Kolor obramowania zaznaczonego tła"

#: ../properties.c:648
msgid "Fill color (pressed)"
msgstr "Kolor wypełnienia (wciśnięty)"

#: ../properties.c:659
#, fuzzy
msgid "The fill color of the current background on mouse button press"
msgstr "Kolor wypełnienia zaznaczonego tła"

#: ../properties.c:662
msgid "Border color (pressed)"
msgstr "Kolor obramowania (wciśnięty)"

#: ../properties.c:673
#, fuzzy
msgid "The border color of the current background on mouse button press"
msgstr "Kolor obramowania zaznaczonego tła"

#: ../properties.c:676
msgid "Border width"
msgstr "Szerokość obramowania"

#: ../properties.c:686
msgid "The width of the border of the current background, in pixels"
msgstr "Szerokość obramowania zaznaczonego tła, w pikselach"

#: ../properties.c:689
msgid "Corner radius"
msgstr "Zaokrąglone rogi"

#: ../properties.c:699
msgid "The corner radius of the current background"
msgstr "Zaokrąglenie rogów zaznaczonego tła"

#: ../properties.c:703
msgid "Border sides"
msgstr "Strony obramowania"

#: ../properties.c:709 ../properties.c:1804
msgid "Top"
msgstr "Góra"

#: ../properties.c:714 ../properties.c:1806
msgid "Bottom"
msgstr "Dół"

#: ../properties.c:719 ../properties.c:3337
msgid "Left"
msgstr "Lewo"

#: ../properties.c:724 ../properties.c:3339
msgid "Right"
msgstr "Prawo"

#: ../properties.c:1266
msgid "<b>Geometry</b>"
msgstr "<b>Geometria</b>"

#: ../properties.c:1283
msgid "Position"
msgstr "Pozycja"

#: ../properties.c:1304
msgid "Position on screen: top-left, horizontal panel"
msgstr "Pozycja: góra-lewo, poziomy panel"

#: ../properties.c:1306
msgid "Position on screen: top-center, horizontal panel"
msgstr "Pozycja: góra-środek, poziomy panel"

#: ../properties.c:1308
msgid "Position on screen: top-right, horizontal panel"
msgstr "Pozycja: góra-prawo, poziomy panel"

#: ../properties.c:1310
msgid "Position on screen: top-left, vertical panel"
msgstr "Pozycja: góra-lewo, pionowy panel"

#: ../properties.c:1312
msgid "Position on screen: center-left, vertical panel"
msgstr "Pozycja: środek-lewo, pionowy panel"

#: ../properties.c:1314
msgid "Position on screen: bottom-left, vertical panel"
msgstr "Pozycja: dół-lewo, pionowy panel"

#: ../properties.c:1316
msgid "Position on screen: top-right, vertical panel"
msgstr "Pozycja: góra-prawo, pionowy panel"

#: ../properties.c:1318
msgid "Position on screen: center-right, vertical panel"
msgstr "Pozycja: środek-prawo, pionowy panel"

#: ../properties.c:1320
msgid "Position on screen: bottom-right, vertical panel"
msgstr "Pozycja: dół-prawo, pionowy panel"

#: ../properties.c:1322
msgid "Position on screen: bottom-left, horizontal panel"
msgstr "Pozycja: dół-lewo, poziomy panel"

#: ../properties.c:1324
msgid "Position on screen: bottom-center, horizontal panel"
msgstr "Pozycja: dół-środek, poziomy panel"

#: ../properties.c:1326
msgid "Position on screen: bottom-right, horizontal panel"
msgstr "Pozycja: dół-prawo, poziomy panel"

#: ../properties.c:1331 ../properties.c:5195
msgid "Monitor"
msgstr "Monitor"

#: ../properties.c:1341
msgid "All"
msgstr "Wszystkie"

#: ../properties.c:1342 ../properties.c:5205
msgid "1"
msgstr "1"

#: ../properties.c:1343 ../properties.c:5206
msgid "2"
msgstr "2"

#: ../properties.c:1344 ../properties.c:5207
msgid "3"
msgstr "3"

#: ../properties.c:1345 ../properties.c:5208
msgid "4"
msgstr "4"

#: ../properties.c:1346 ../properties.c:5209
msgid "5"
msgstr "5"

#: ../properties.c:1347 ../properties.c:5210
msgid "6"
msgstr "6"

#: ../properties.c:1349
msgid "The monitor on which the panel is placed"
msgstr "Monitor na którym ma być umieszczony panel"

#: ../properties.c:1353
msgid "Primary monitor first"
msgstr ""

#: ../properties.c:1363
msgid ""
"If enabled, the primary monitor will have index 1 in the monitor list even "
"if it is not top-left."
msgstr ""

#: ../properties.c:1367
msgid "Length"
msgstr "Długość"

#: ../properties.c:1377
msgid ""
"The length of the panel (width for horizontal panels, height for vertical "
"panels)"
msgstr ""
"Długość panelu (szerokość dla panelu poziomego, wysokość dla panelu "
"pionowego)"

#: ../properties.c:1383 ../properties.c:1419
msgid "Percent"
msgstr "procent"

#: ../properties.c:1384 ../properties.c:1420
msgid "Pixels"
msgstr "piksel(e)"

#: ../properties.c:1386
msgid ""
"The units used to specify the length of the panel: pixels or percentage of "
"the monitor size"
msgstr ""
"Jednostka używana do określenia długości panelu: piksele lub procenty "
"wielkości monitora"

#: ../properties.c:1390
msgid "Compact"
msgstr ""

#: ../properties.c:1403 ../properties.c:4605
msgid "Size"
msgstr "Rozmiar"

#: ../properties.c:1413
msgid ""
"The size of the panel (height for horizontal panels, width for vertical "
"panels)"
msgstr ""
"Rozmiar panelu (wysokość dla panelu poziomego, szerokość dla panelu "
"pionowego)"

#: ../properties.c:1422
msgid ""
"The units used to specify the size of the panel: pixels or percentage of the "
"monitor size"
msgstr ""
"Jednostka używana do określenia rozmiaru panelu: piksele lub procenty "
"wielkości monitora"

#: ../properties.c:1426
msgid "Horizontal margin"
msgstr "Margines poziomy"

#: ../properties.c:1436
msgid ""
"Creates a space between the panel and the edge of the monitor. For left-"
"aligned panels, the space is created on the right of the panel; for right-"
"aligned panels, it is created on the left; for centered panels, it is evenly "
"distributed on both sides of the panel."
msgstr ""
"Tworzy przestrzeń pomiędzy panelem a krawędzią monitora. Dla panelu "
"wyrównanego do lewej, odstęp jest tworzony po prawej stronie; dla panelu "
"wyrównanego do prawej, odstęp tworzony jest po lewej stronie; dla panelu "
"wycentrowanego, wartość jest dzielona dla obu stron panelu."

#: ../properties.c:1443
msgid "Vertical margin"
msgstr "Margines pionowy"

#: ../properties.c:1453
msgid ""
"Creates a space between the panel and the edge of the monitor. For top-"
"aligned panels, the space is created on the bottom of the panel; for bottom-"
"aligned panels, it is created on the top; for centered panels, it is evenly "
"distributed on both sides of the panel."
msgstr ""
"Tworzy przestrzeń pomiędzy panelem a krawędzią monitora. Dla panelu "
"wyrównanego do góry, odstęp jest tworzony na dole panelu; dla panelu "
"wyrównanego do dołu, odstęp tworzony jest na górze panelu; dla panelu "
"wycentrowanego, wartość jest dzielona dla obu stron panelu."

#: ../properties.c:1460 ../properties.c:2952 ../properties.c:3345
#: ../properties.c:3779 ../properties.c:4355 ../properties.c:4547
#: ../properties.c:4864 ../properties.c:5217 ../properties.c:5573
#: ../properties.c:5753
msgid "<b>Appearance</b>"
msgstr "<b>Wygląd</b>"

#: ../properties.c:1474 ../properties.c:2965 ../properties.c:4147
#: ../properties.c:4368 ../properties.c:4560 ../properties.c:4877
#: ../properties.c:5230 ../properties.c:5586 ../properties.c:5766
msgid "Background"
msgstr "Tło"

#: ../properties.c:1484
msgid ""
"Selects the background used to display the panel. Backgrounds can be edited "
"in the Backgrounds tab."
msgstr "Wybierz tło dla panelu. Tła mogą być edytowane na karcie \"Tła\"."

#: ../properties.c:1489 ../properties.c:2993 ../properties.c:3359
#: ../properties.c:3462 ../properties.c:3870 ../properties.c:4382
#: ../properties.c:4618 ../properties.c:4891 ../properties.c:5245
#: ../properties.c:5600 ../properties.c:5780
msgid "Horizontal padding"
msgstr "Poziomy margines wewnętrzny"

#: ../properties.c:1499
msgid ""
"Specifies the horizontal padding of the panel. This is the space between the "
"border of the panel and the elements inside."
msgstr ""
"Wyznacza poziomy margines wewnętrzny dla panelu. Jest to odstęp pomiędzy "
"krawędzią panelu, a elementami na nim umieszczonymi."

#: ../properties.c:1504 ../properties.c:3007 ../properties.c:3374
#: ../properties.c:3477 ../properties.c:3884 ../properties.c:4396
#: ../properties.c:4631 ../properties.c:4905 ../properties.c:5260
#: ../properties.c:5614 ../properties.c:5794
msgid "Vertical padding"
msgstr "Pionowy margines wewnętrzny"

#: ../properties.c:1514
msgid ""
"Specifies the vertical padding of the panel. This is the space between the "
"border of the panel and the elements inside."
msgstr ""
"Wyznacza pionowy margines wewnętrzny dla panelu. Jest to odstęp pomiędzy "
"krawędzią panelu, a elementami na nim umieszczonymi"

#: ../properties.c:1519 ../properties.c:3021 ../properties.c:3389
#: ../properties.c:3898 ../properties.c:5275
msgid "Spacing"
msgstr "Odstęp"

#: ../properties.c:1529
msgid "Specifies the spacing between elements inside the panel."
msgstr "Wyznacza odstep pomiędzy elementami umieszczonymi na panelu."

#: ../properties.c:1533
msgid "Ignore compositor"
msgstr "Ignoruj menedżer kompozycji"

#: ../properties.c:1543
msgid ""
"If enabled, the compositor will not be used to draw a transparent panel. May "
"fix display corruption problems on broken graphics stacks."
msgstr ""
"Jeśli zaznaczone, menedżer kompozycji nie będzie używany do wyświetlania "
"przezroczystego panelu. Może pomóc w przypadku błędów wyświetlania."

#: ../properties.c:1547
msgid "Font shadows"
msgstr "Cieniowane czcionki"

#: ../properties.c:1557
msgid ""
"If enabled, a shadow will be drawn behind text. This may improve legibility "
"on transparent panels."
msgstr ""
"Jeśli zaznaczone, tekst na panelu będzie cieniowany. To może pomoc uzyskać "
"lepszą czytelność na panelach z przezroczystością."

#: ../properties.c:1562
msgid "Mouse effects"
msgstr "Efekty myszy"

#: ../properties.c:1572
msgid ""
"Clickable interface items change appearance when the mouse is moved over "
"them."
msgstr ""
"Klikalne elementy interfejsu zmieniają wygląd, gdy wskaźnik myszy znajduje "
"się ponad nimi."

#: ../properties.c:1576
msgid "Icon opacity (hovered)"
msgstr "Przeźroczystość ikon (hovered)"

#: ../properties.c:1587
#, fuzzy
msgid ""
"Specifies the opacity adjustment of the icons under the mouse, in percent."
msgstr "Określa poziom nasycenia kolorów dla ikon, w procentach."

#: ../properties.c:1591
#, fuzzy
msgid "Icon saturation (hovered)"
msgstr "Nasycenie kolor ikon"

#: ../properties.c:1602
#, fuzzy
msgid ""
"Specifies the saturation adjustment of the icons under the mouse, in percent."
msgstr "Określa poziom nasycenia kolorów dla ikon, w procentach."

#: ../properties.c:1606
#, fuzzy
msgid "Icon brightness (hovered)"
msgstr "Jasność ikon"

#: ../properties.c:1617
#, fuzzy
msgid ""
"Specifies the brightness adjustment of the icons under the mouse, in percent."
msgstr "Określa jasność ikon, w procentach."

#: ../properties.c:1621
#, fuzzy
msgid "Icon opacity (pressed)"
msgstr "Przeźroczystość ikon"

#: ../properties.c:1632
#, fuzzy
msgid ""
"Specifies the opacity adjustment of the icons on mouse button press, in "
"percent."
msgstr "Określa nasycenie koloru ikon w zasobniku systemowym, w procentach."

#: ../properties.c:1636
#, fuzzy
msgid "Icon saturation (pressed)"
msgstr "Nasycenie kolor ikon"

#: ../properties.c:1647
#, fuzzy
msgid ""
"Specifies the saturation adjustment of the icons on mouse button press, in "
"percent."
msgstr "Określa nasycenie koloru ikon w zasobniku systemowym, w procentach."

#: ../properties.c:1651
msgid "Icon brightness (pressed)"
msgstr "Jasność ikon (wciśnięty)"

#: ../properties.c:1662
#, fuzzy
msgid ""
"Specifies the brightness adjustment of the icons on mouse button press, in "
"percent."
msgstr "Określa jasność ikon w zasobniku systemowym, w procentach."

#: ../properties.c:1666
msgid "<b>Autohide</b>"
msgstr "<b>Autoukrywanie</b>"

#: ../properties.c:1680
msgid "Autohide"
msgstr "Ukryj automatycznie"

#: ../properties.c:1690
msgid "If enabled, the panel is hidden when the mouse cursor leaves the panel."
msgstr ""
"Jeśli zaznaczone, panel będzie ukrywany, po opuszczeniu go przez kursor myszy"

#: ../properties.c:1694
msgid "Show panel after"
msgstr "Pokaż panel po "

#: ../properties.c:1704
msgid ""
"Specifies a delay after which the panel is shown when the mouse cursor "
"enters the panel."
msgstr "Opóźnienie pojawiania się panelu po najechaniu nań kursorem myszy"

#: ../properties.c:1706 ../properties.c:1740 ../properties.c:5726
#: ../properties.c:5745
msgid "seconds"
msgstr "sekundy"

#: ../properties.c:1714
msgid "Hidden size"
msgstr "Rozmiar gdy ukryty"

#: ../properties.c:1724
msgid "Specifies the size of the panel when hidden, in pixels."
msgstr "Rozmiar panelu gdy ukryty, w pikselach."

#: ../properties.c:1728
msgid "Hide panel after"
msgstr "Ukryj panel po"

#: ../properties.c:1738
msgid ""
"Specifies a delay after which the panel is hidden when the mouse cursor "
"leaves the panel."
msgstr "Opóznienie ukrywania panelu, gdy kursor myszy opuści panel."

#: ../properties.c:1748
msgid "<b>Window manager interaction</b>"
msgstr "<b>Interakcje z menedżerem okien</b>"

#: ../properties.c:1762
msgid "Forward mouse events"
msgstr "Przekazywanie zdarzeń myszy"

#: ../properties.c:1772
msgid ""
"If enabled, mouse events not handled by panel elements are forwarded to the "
"desktop. Useful on desktop environments that show a start menu when right "
"clicking the desktop, or switch the desktop when rotating the mouse wheel "
"over the desktop."
msgstr ""
"Jeśli zaznaczone, zdarzenia myszy nie przypisane do elementów panelu będą "
"przekazywane do menedżera okien. Użyteczne dla środowisk graficznych, które "
"pokazują menu po prawym kliknięciu na pulpit lub które przełączają obszar "
"roboczy za pomocą kołka myszy."

#: ../properties.c:1778
msgid "Place panel in dock"
msgstr "Umieść panel w doku"

#: ../properties.c:1788
msgid ""
"If enabled, places the panel in the dock area of the window manager. Windows "
"placed in the dock are usually treated differently than normal windows. The "
"exact behavior depends on the window manager and its configuration."
msgstr ""
"Jeśli zaznaczone, panel zostanie umieszczony w obszarze zwanym dokiem "
"menedżera okien. Okna umieszczone w doku są zazwyczaj traktowane inaczej niż "
"zwykłe okna. Dokładne zachowanie zależy od menedżera okien i jego "
"konfiguracji."

#: ../properties.c:1794
msgid "Panel layer"
msgstr "Warstwa panelu"

#: ../properties.c:1805
msgid "Normal"
msgstr "Normalna"

#: ../properties.c:1808
msgid ""
"Specifies the layer on which the panel window should be placed. \n"
"Top means the panel should always cover other windows. \n"
"Bottom means other windows should always cover the panel. \n"
"Normal means that other windows may or may not cover the panel, depending on "
"which has focus. \n"
"Note that some window managers prevent this option from working correctly if "
"the panel is placed in the dock."
msgstr ""
"Warstwa na której umieszczony będzie panel. \n"
"Góra - panel zawsze przykrywa inne okna. \n"
"Doł - inne okna mogą przykrywać panel. \n"
"Normalna - inne okna mogą lub nie przykrywać panel, w zależności od tego "
"które okno jest aktywne. \n"
"Niektóre menedźery okien nie pozwalają na poprawne działanie tej opcji, gdy "
"panel jest umieszczony w doku."

#: ../properties.c:1816
msgid "Maximized windows"
msgstr "Zmaksymalizowane okna"

#: ../properties.c:1826
msgid "Match the panel size"
msgstr "Dopasowane do rozmiaru panelu"

#: ../properties.c:1827
msgid "Match the hidden panel size"
msgstr "Dopasowane do rozmiaru ukrytego panelu"

#: ../properties.c:1828
msgid "Fill the screen"
msgstr "Wypełniają ekran"

#: ../properties.c:1830
msgid ""
"Specifies the size of maximized windows. \n"
"Match the panel size means that maximized windows should extend to the edge "
"of the panel. \n"
"Match the hidden panel size means that maximized windows should extend to "
"the edge of the panel when hidden; when visible, the panel and the windows "
"will overlap. \n"
"Fill the screen means that maximized windows will always have the same size "
"as the screen. \n"
"\n"
"Note: on multi-monitor (Xinerama) setups, the panel must be placed at the "
"edge (not in the middle) of the virtual screen for this to work correctly."
msgstr ""
"Rozmiar zmaksymalizowanych okien. \n"
"Dopasowane do rozmiaru panelu - zmaksymalizowane okna powiększają się do "
"krawędzi panelu. \n"
"Dopasowane do rozmiaru ukrytego panelu - zmaksymalizowane okna powiększają "
"się do krawędzi ukrytego panelu; gdy panel jest widoczny, okna i panel będą "
"się pokrywać. \n"
"Wypełniają ekran - zmaksymalizowane okna zawsze będą miały ten sam rozmiar "
"co ekran. \n"
"\n"
"Notka: w przypadku użycia wielu monitorów (Xinerama), panel musi być "
"umieszczony na krawędzi (nie po środku) wirtualnego ekranu, aby ta opcja "
"działała poprawnie."

#: ../properties.c:1841
msgid "Window name"
msgstr "Nazwa okna"

#: ../properties.c:1853
msgid ""
"Specifies the name of the panel window. This is useful if you want to "
"configure special treatment of tint2 windows in your window manager or "
"compositor."
msgstr ""
"Nazwa \"okna\" panelu. Może być użyteczne jeśli chcesz skonfigurować "
"specjalne traktowanie tint2 przez menedżer okien lub kompozycji."

#: ../properties.c:1896 ../properties.c:2093
msgid "Free space"
msgstr "Wolna przestrzeń"

#: ../properties.c:1901 ../properties.c:2097 ../properties.c:4529
#: ../properties.c:4566 ../properties.c:5081 ../properties.c:5102
msgid "Separator"
msgstr "Separator"

#: ../properties.c:1906 ../properties.c:2103 ../properties.c:4655
#: ../properties.c:4883 ../properties.c:5118 ../properties.c:5139
msgid "Executor"
msgstr "Egzekutor"

#: ../properties.c:1921
msgid ""
"Specifies the elements that will appear in the panel and their order. "
"Elements can be added by selecting them in the list of available elements, "
"then clicking on the add left button."
msgstr ""
"Określa, które elementy zostaną umieszczone na panelu oraz ich "
"uporządkowanie. Elementy można dodać poprzez ich zaznaczenie na liście "
"dostępnych elementów, oraz kliknięcie na przycisk dodawania (strzałka w "
"lewo)."

#: ../properties.c:1937
msgid ""
"Lists all the possible elements that can appear in the panel. Elements can "
"be added to the panel by selecting them, then clicking on the add left "
"button."
msgstr ""
"Wszystkie dostępne elementy, które mogą być umieszczone na panelu. Elementy "
"można dodać do panelu poprzez zaznaczenie oraz kliknięcie strzałki w lewo."

#: ../properties.c:1947
msgid "<b>Elements selected</b>"
msgstr "<b>Wybrane elementy</b>"

#: ../properties.c:1953
msgid "<b>Elements available</b>"
msgstr "<b>Dostępne elementy</b>"

#: ../properties.c:1970
msgid "Moves up the current element in the list of selected elements."
msgstr "Przesuwa do góry wybrany element."

#: ../properties.c:1978
msgid "Moves down the current element in the list of selected elements."
msgstr "Przesuwa w dół wybrany element."

#: ../properties.c:1980 ../properties.c:2909
msgid " "
msgstr " "

#: ../properties.c:1991
msgid ""
"Copies the current element in the list of available elements to the list of "
"selected elements."
msgstr "Kopije zaznaczony element z listy dostępnych na listę wybranych."

#: ../properties.c:1999
msgid "Removes the current element from the list of selected elements."
msgstr "Usuwa zaznaczony element z listy wybranych."

#: ../properties.c:2842
msgid ""
"Specifies the application launchers that will appear in the launcher and "
"their order. Launchers can be added by selecting an item in the list of "
"available applications, then clicking on the add left button."
msgstr ""
"Określa jakie ikony aplikacji zostaną umieszczone na panelu oraz ich "
"kolejność. Programy można dodać poprzez wybranie ich na liście dostępnych "
"oraz kliknięcie strzałki w lewo. "

#: ../properties.c:2863
msgid ""
"Lists all the applications detected on the system. Launchers can be added to "
"the launcher by selecting an application, then clicking on the add left "
"button."
msgstr ""
"Wyświetla wszystkie aplikacje wykryte w systemie. Można je dodać do panelu "
"poprzez  zaznaczenie i kliknięcie strzałki w lewo."

#: ../properties.c:2876
msgid "<b>Applications selected</b>"
msgstr "<b>Wybrane aplikacje</b>"

#: ../properties.c:2882
msgid "<b>Applications available</b>"
msgstr "<b>Dostepne aplikacje</b>"

#: ../properties.c:2899
msgid "Moves up the current launcher in the list of selected applications."
msgstr "Przesuwa do góry wybrany program "

#: ../properties.c:2907
msgid "Moves down the current launcher in the list of selected applications."
msgstr "Przesuwa w dól wybrany program."

#: ../properties.c:2920
msgid ""
"Copies the current application in the list of available applications to the "
"list of selected applications."
msgstr "Umieszcza zaznaczony program na liście wybranych aplikacji."

#: ../properties.c:2928
msgid "Removes the current application from the list of selected application."
msgstr "Usuwa zaznaczony program z listy wybranych aplikacji."

#: ../properties.c:2940
msgid "<b>Additional application directories</b>"
msgstr "<b>Dodatkowe katalogi aplikacji</b>"

#: ../properties.c:2949
msgid ""
"Specifies a path to a directory from which the launcher is loading all ."
"desktop files (all subdirectories are explored recursively). Can be used "
"multiple times, in which case the paths must be separated by commas. Leading "
"~ is expaned to the path of the user's home directory."
msgstr ""
"Ścieżka do katalogu, z którego będą wczytywane wszystkie pliki .desktop "
"(rekurencyjne również z podkatalogów). Można podać wiele ścieżek, w takim "
"przypadku rozdzielamy je za pomocą przecinka. Znak ~ oznacza katalog domowy "
"użytkownika."

#: ../properties.c:2975
msgid ""
"Selects the background used to display the launcher. Backgrounds can be "
"edited in the Backgrounds tab."
msgstr ""
"Wybiera tło które, będzie użyte jako tło pod programami. Tła mogą być "
"edytowane w karcie Tła."

#: ../properties.c:2979
msgid "Icon background"
msgstr "Tło ikon"

#: ../properties.c:2985
msgid "Launcher icon"
msgstr "Ikona uruchamiania"

#: ../properties.c:2989
msgid ""
"Selects the background used to display the launcher icon. Backgrounds can be "
"edited in the Backgrounds tab."
msgstr ""
"Wybiera tło które, będzie użyte jako tło pod programami. Tła mogą być "
"edytowane w karcie Tła."

#: ../properties.c:3003
msgid ""
"Specifies the horizontal padding of the launcher. This is the space between "
"the border and the elements inside."
msgstr ""
"Określa poziomy margines wewnętrzny. Jest to obszar pomiędzy obramowaniem, a "
"elementami znajdującymi się w środku."

#: ../properties.c:3017
msgid ""
"Specifies the vertical padding of the launcher. This is the space between "
"the border and the elements inside."
msgstr ""
"Określa pionowy margines wewnętrzny. Jest to obszar pomiędzy obramowaniem, a "
"elementami znajdującymi się w środku."

#: ../properties.c:3031
msgid "Specifies the spacing between the elements inside the launcher."
msgstr "Określa odstęp pomiędzy elementami (ikonami)."

#: ../properties.c:3034 ../properties.c:5289
msgid "Icon size"
msgstr "Rozmiar ikon"

#: ../properties.c:3044
msgid "Specifies the size of the launcher icons, in pixels."
msgstr "Określa rozmiar ikon, w pikselach."

#: ../properties.c:3048 ../properties.c:4108 ../properties.c:5303
msgid "Icon opacity"
msgstr "Przeźroczystość ikon"

#: ../properties.c:3059
msgid "Specifies the opacity of the launcher icons, in percent."
msgstr "Określa stopień przeźroczystości ikon, w procentach."

#: ../properties.c:3063 ../properties.c:4119 ../properties.c:5318
msgid "Icon saturation"
msgstr "Nasycenie kolor ikon"

#: ../properties.c:3074
msgid "Specifies the saturation adjustment of the launcher icons, in percent."
msgstr "Określa poziom nasycenia kolorów dla ikon, w procentach."

#: ../properties.c:3078 ../properties.c:4130 ../properties.c:5333
msgid "Icon brightness"
msgstr "Jasność ikon"

#: ../properties.c:3089
msgid "Specifies the brightness adjustment of the launcher icons, in percent."
msgstr "Określa jasność ikon, w procentach."

#: ../properties.c:3092
msgid "Icon theme"
msgstr "Motyw ikon"

#: ../properties.c:3106
msgid ""
"The icon theme used to display launcher icons. If left blank, tint2 will "
"detect and use the icon theme of your desktop as long as you have an "
"XSETTINGS manager running (most desktop environments do)."
msgstr ""
"Motyw ikon używany do ich wyświetlania. Jeśli pozostawione puste, tint2 sam "
"określi i użyje motywu ikon dla twojego pulpitu, jeśli menedżer XSETTINGS "
"jest uruchomiony (w przypadku większości środowisk tak jest)."

#: ../properties.c:3110
msgid "Overrides XSETTINGS"
msgstr "Nadpisz XSETTINGS"

#: ../properties.c:3114
msgid ""
"If enabled, the icon theme selected here will override the one provided by "
"XSETTINGS."
msgstr ""
"Jeśli zaznaczone, wybrany motyw ikon nadpisze ustawienia dostarczone przez "
"XSETTINGS."

#: ../properties.c:3117
msgid "Startup notifications"
msgstr "Powiadomienia startowe"

#: ../properties.c:3127
msgid ""
"If enabled, startup notifications are shown when starting applications from "
"the launcher. The appearance may vary depending on your desktop environment "
"configuration; normally, a busy mouse cursor is displayed until the "
"application starts."
msgstr ""
"Jeśli zaznaczone, powiadomienia startowe będą pokazywana podczas "
"uruchamiania aplikacji. Zachowanie może być różne w zależności od  "
"konfiguracji środowiska graficznego; zwykle, pokazywany jest \"zajęty\" "
"kursor myszy dopóki aplikacja nie uruchomi się."

#: ../properties.c:3131 ../properties.c:5483
msgid "Tooltips"
msgstr "Podpowiedzi"

#: ../properties.c:3141
msgid ""
"If enabled, shows a tooltip with the application name when the mouse is "
"moved over an application launcher."
msgstr ""
"Jeśli zaznaczone, pokazywane będą podpowiedzi w momencie gdy kursor myszy "
"znajdzie się nad ikoną aplikacji."

#: ../properties.c:3201 ../properties.c:5158
msgid "<b>Options</b>"
msgstr "<b>Opcje</b>"

#: ../properties.c:3216
msgid "Show a taskbar for each desktop"
msgstr "Pokaż pasek zadań dla każdego pulpitu"

#: ../properties.c:3226
msgid ""
"If enabled, the taskbar is split into multiple smaller taskbars, one for "
"each virtual desktop."
msgstr ""
"Jeśli zaznaczone, pasek zadań zostanie podzielony na wiele pasków zadań, po "
"jednym dla każdego wirtualnego pulpitu."

#: ../properties.c:3230
msgid "Hide taskbars for empty desktops"
msgstr "Ukryj pasek zadań dla pustych pulpitów"

#: ../properties.c:3243
msgid "Distribute size between taskbars"
msgstr "Rozdzielaj miejsce pomiądzy paskami zadań"

#: ../properties.c:3253
msgid ""
"If enabled and 'Show a taskbar for each desktop' is also enabled, the "
"available size is distributed between taskbars proportionally to the number "
"of tasks."
msgstr ""
"Jeśli zaznaczone oraz 'Pokaż pasek zadań dla każdego pulpitu' również "
"zaznaczone, dostępny obszar będzie rozdzielony pomiędzy paski zadań "
"proporcjonalnie do ilości zadan na każdym z nich."

#: ../properties.c:3258
msgid "Hide inactive tasks"
msgstr "Ukryj nieaktywne zadnia"

#: ../properties.c:3268
msgid "If enabled, only the active task will be shown in the taskbar."
msgstr ""
"Jeśli zaznaczone, tylko aktywne zadania będą pokazywane na pasku zadań."

#: ../properties.c:3272
msgid "Hide tasks from different monitors"
msgstr "Ukryj zadania z innych ekranów"

#: ../properties.c:3282
msgid ""
"If enabled, tasks that are not on the same monitor as the panel will not be "
"displayed. This behavior is enabled automatically if the panel monitor is "
"set to 'All'."
msgstr ""
"Jeśli zaznaczone, zadania z innych pulpitów nie będą wyświetlane. Takie "
"zachowanie jest włączone automatycznie, gdy wybrana jest opcja Monitor - "
"Wszystkie w konfiguracji panelu."

#: ../properties.c:3288
msgid "Always show all desktop tasks"
msgstr "Zawsze pokazuj zadania z wszystkich pulpitów"

#: ../properties.c:3298
msgid ""
"Has effect only if 'Show a taskbar for each desktop' is enabled. If enabled, "
"tasks that appear on all desktops are shown on all taskbars. Otherwise, they "
"are shown only on the taskbar of the current desktop."
msgstr ""

#: ../properties.c:3304
msgid "Task sorting"
msgstr "Sortowanie zadań"

#: ../properties.c:3314 ../properties.c:3608 ../properties.c:3644
#: ../properties.c:3680 ../properties.c:3716 ../properties.c:3752
msgid "None"
msgstr "Brak"

#: ../properties.c:3315
msgid "By title"
msgstr "Wg tytułu"

#: ../properties.c:3316
msgid "By center"
msgstr "Wg środka okna"

#: ../properties.c:3317
msgid "Most recently used first"
msgstr "Ostatnio używane pierwsze"

#: ../properties.c:3318
msgid "Most recently used last"
msgstr "Ostatnio używane ostatnie"

#: ../properties.c:3320
msgid ""
"Specifies how tasks should be sorted on the taskbar. \n"
"'None' means that new tasks are added to the end, and the user can also "
"reorder task buttons by mouse dragging. \n"
"'By title' means that tasks are sorted by their window titles. \n"
"'By center' means that tasks are sorted geometrically by their window "
"centers."
msgstr ""
"Określa sposób sortowania zadań na pasku. \n"
"'Brak' - oznacza że nowe zadania są dodawane na końcu, użytkownik może "
"zmieniać kolejność poprzez przeciąganie. \n"
"'Wg tytułu' - zadania są sortowane według tytułu okna. \n"
"'Wg środka okna' - zadania są sortowane wg geometrii okien, a dokładnie ich "
"środka."

#: ../properties.c:3327
msgid "Task alignment"
msgstr "Wyrównanie zadań"

#: ../properties.c:3338
msgid "Center"
msgstr "Środek"

#: ../properties.c:3341
msgid "Specifies how tasks should be positioned on the taskbar."
msgstr "Określa w jaki sposób zadania będą ustawione na pasku zadań."

#: ../properties.c:3369
msgid ""
"Specifies the horizontal padding of the taskbar. This is the space between "
"the border and the elements inside."
msgstr ""
"Wyznacza poziomy margines wewnętrzny dla paska zadań. Jest to odstęp "
"pomiędzy krawędzią a elementami umieszczonymi wewnątrz."

#: ../properties.c:3384
msgid ""
"Specifies the vertical padding of the taskbar. This is the space between the "
"border and the elements inside."
msgstr ""
"Wyznacza pionowy margines wewnętrzny dla paska zadań. Jest to odstęp "
"pomiędzy krawędzią a elementami umieszczonymi wewnątrz."

#: ../properties.c:3399
msgid "Specifies the spacing between the elements inside the taskbar."
msgstr "Wyznacza odstęp pomiędzy elementami umieszczonymi na pasku zadań."

#: ../properties.c:3403 ../properties.c:3548
msgid "Active background"
msgstr "Tło dla nazwy aktywnego pulpitu"

#: ../properties.c:3409
msgid "Active taskbar"
msgstr "Aktywne zadanie"

#: ../properties.c:3413
msgid ""
"Selects the background used to display the taskbar of the current desktop. "
"Backgrounds can be edited in the Backgrounds tab."
msgstr ""
"Wybiera tło, które będzie użyte do wyświetlania paska zadań dla bieżącego "
"pulpitu. Tła mogą być edytowane na karcie Tła."

#: ../properties.c:3417 ../properties.c:3563
msgid "Inactive background"
msgstr "Tło dla nazw nieaktywnych pulpitów"

#: ../properties.c:3423
msgid "Inactive taskbar"
msgstr "Nieaktywne zadanie"

#: ../properties.c:3427
msgid ""
"Selects the background used to display taskbars of inactive desktops. "
"Backgrounds can be edited in the Backgrounds tab."
msgstr ""
"Wybiera tło, które będzie użyte do wyświetlania pasków zadań dla "
"nieaktywnych pulpitów. Tła mogą być edytowane na karcie Tła."

#: ../properties.c:3432
msgid "<b>Desktop name</b>"
msgstr "<b>Nazwa pulpitu</b>"

#: ../properties.c:3447
msgid "Show desktop name"
msgstr "Pokaż nazwy pulpitów"

#: ../properties.c:3457
msgid ""
"If enabled, displays the name of the desktop at the top/left of the taskbar. "
"The name is set by your window manager; you might be able to configure it "
"there."
msgstr ""
"Jeśli zaznaczone, nazwy pulpitów będą wyświetlane na górze lub po lewej "
"stronie pasków zadań. Nazwy pulpitów są ustawiane przez menedżer okien; "
"można je konfigurować w jego ustawieniach."

#: ../properties.c:3472
msgid ""
"Specifies the horizontal padding of the desktop name. This is the space "
"between the border and the text inside."
msgstr ""
"Wyznacza poziomy margines wewnętrzny dla nazwy pulpitu. Jest to odstęp "
"pomiędzy krawędzią, a tekstem znajdującym się w środku."

#: ../properties.c:3487
msgid ""
"Specifies the vertical padding of the desktop name. This is the space "
"between the border and the text inside."
msgstr ""
"Wyznacza pionowy margines wewnętrzny dla nazwy pulpitu. Jest to odstęp "
"pomiędzy krawędzią, a tekstem znajdującym się w środku."

#: ../properties.c:3492
msgid "Active font color"
msgstr "Kolor czcionki aktywnego pulpitu"

#: ../properties.c:3503
msgid ""
"Specifies the font color used to display the name of the current desktop."
msgstr ""
"Określa kolor czcionki używany do wyświetlania nazwy aktywnego pulpitu."

#: ../properties.c:3507
msgid "Inactive font color"
msgstr "Kolor czcionki nieaktywnego pulpitu"

#: ../properties.c:3518
msgid "Specifies the font color used to display the name of inactive desktops."
msgstr ""
"Określa kolor czcionki używany do wyświetlania nazwy nieaktywnego pulpitu."

#: ../properties.c:3525 ../properties.c:3914 ../properties.c:4413
#: ../properties.c:4439 ../properties.c:4922 ../properties.c:5631
#: ../properties.c:5656 ../properties.c:5811
msgid ""
"If not checked, the desktop theme font is used. If checked, the custom font "
"specified here is used."
msgstr ""

#: ../properties.c:3528 ../properties.c:3917 ../properties.c:4925
#: ../properties.c:5814
msgid "Font"
msgstr "Czcionka"

#: ../properties.c:3542
msgid "Specifies the font used to display the desktop name."
msgstr "Określa czcionkę używaną do wyświetlania nazw pulpitów."

#: ../properties.c:3554
msgid "Active desktop name"
msgstr "Nazwa aktywnego pulpitu"

#: ../properties.c:3558
msgid ""
"Selects the background used to display the name of the current desktop. "
"Backgrounds can be edited in the Backgrounds tab."
msgstr ""
"Wybiera tło, które zostanie użyte do wyświetlania nazwy aktywnego pulpitu. "
"Tła mogą być edytowane na karcie Tła."

#: ../properties.c:3569
msgid "Inactive desktop name"
msgstr "Nazwa nieaktywnego pulpitu"

#: ../properties.c:3573
msgid ""
"Selects the background used to display the name of inactive desktops. "
"Backgrounds can be edited in the Backgrounds tab."
msgstr ""
"Wybiera tło, które zostanie użyte do wyświetlania nazw nieaktywnych "
"pulpitów. Tła mogą być edytowane na karcie Tła."

#: ../properties.c:3585 ../properties.c:4266 ../properties.c:4775
#: ../properties.c:5470
msgid "<b>Mouse events</b>"
msgstr "<b>Zdarzenia myszy</b>"

#: ../properties.c:3598
msgid "Left click"
msgstr "Lewy klik"

#: ../properties.c:3609 ../properties.c:3645 ../properties.c:3681
#: ../properties.c:3717 ../properties.c:3753
msgid "Close"
msgstr "Zamknij"

#: ../properties.c:3610 ../properties.c:3646 ../properties.c:3682
#: ../properties.c:3718 ../properties.c:3754
msgid "Toggle"
msgstr "Przełącz"

#: ../properties.c:3611 ../properties.c:3647 ../properties.c:3683
#: ../properties.c:3719 ../properties.c:3755
msgid "Iconify"
msgstr "Zminimalizuj"

#: ../properties.c:3612 ../properties.c:3648 ../properties.c:3684
#: ../properties.c:3720 ../properties.c:3756
msgid "Shade"
msgstr "Zwiń"

#: ../properties.c:3613 ../properties.c:3649 ../properties.c:3685
#: ../properties.c:3721 ../properties.c:3757
msgid "Toggle or iconify"
msgstr "Przełącz lub minimalizuj"

#: ../properties.c:3614 ../properties.c:3650 ../properties.c:3686
#: ../properties.c:3722 ../properties.c:3758
msgid "Maximize or restore"
msgstr "Maksymalizuj lub przywróć"

#: ../properties.c:3615 ../properties.c:3651 ../properties.c:3687
#: ../properties.c:3723 ../properties.c:3759
msgid "Desktop left"
msgstr "Wyślij na pulpit po lewej"

#: ../properties.c:3616 ../properties.c:3652 ../properties.c:3688
#: ../properties.c:3724 ../properties.c:3760
msgid "Desktop right"
msgstr "Wyślij na pulpit po prawej"

#: ../properties.c:3617 ../properties.c:3653 ../properties.c:3689
#: ../properties.c:3725 ../properties.c:3761
msgid "Next task"
msgstr "Następne zadanie"

#: ../properties.c:3618 ../properties.c:3654 ../properties.c:3690
#: ../properties.c:3726 ../properties.c:3762
msgid "Previous task"
msgstr "Poprzednie zadanie"

#: ../properties.c:3620
msgid ""
"Specifies the action performed when task buttons receive a left click "
"event: \n"
"'None' means that no action is taken. \n"
"'Close' closes the task. \n"
"'Toggle' toggles the task. \n"
"'Iconify' iconifies (minimizes) the task. \n"
"'Shade' shades (collapses) the task. \n"
"'Toggle or iconify' toggles or iconifies the task. \n"
"'Maximize or restore' maximizes or minimizes the task. \n"
"'Desktop left' sends the task to the previous desktop. \n"
"'Desktop right' sends the task to the next desktop. \n"
"'Next task' sends the focus to the next task. \n"
"'Previous task' sends the focus to the previous task."
msgstr ""
"Określa akcję, która zostanie wykonana po lewym kliknięciu w przycisk "
"zadania: \n"
"'Brak\" - brak akcji. \n"
"'Zamknij' - zamyka zadanie. \n"
"'Przełącz' - przełącza stan zadania. \n"
"'Zminimalizuj' - minimalizuje zadanie. \n"
"'Zwiń' - zwija okno, tak że widoczny pozostaje tylko pasek tytułowy. \n"
"'Przełącz lub minimalizuj' - przełącza lub minimalizuje zadanie. \n"
"'Maksymalizuj lub przywróć' - maksymalizuje lub przywraca zadanie. \n"
"'Wyślij na pulpit po prawej' - przenosi zadanie na następny pulpit. \n"
"'Wyślij na pulpit po lewej' - przenosi zadanie na poprzedni pulpit. \n"
"'Następne zadanie' - przenosi fokus na następne zadanie. \n"
"'Poprzednie zadanie' - przenosi fokus na poprzednie zadanie."

#: ../properties.c:3634
msgid "Wheel scroll up"
msgstr "Kółko myszy w górę"

#: ../properties.c:3656
msgid ""
"Specifies the action performed when task buttons receive a scroll up "
"event: \n"
"'None' means that no action is taken. \n"
"'Close' closes the task. \n"
"'Toggle' toggles the task. \n"
"'Iconify' iconifies (minimizes) the task. \n"
"'Shade' shades (collapses) the task. \n"
"'Toggle or iconify' toggles or iconifies the task. \n"
"'Maximize or restore' maximizes or minimizes the task. \n"
"'Desktop left' sends the task to the previous desktop. \n"
"'Desktop right' sends the task to the next desktop. \n"
"'Next task' sends the focus to the next task. \n"
"'Previous task' sends the focus to the previous task."
msgstr ""
"Określa akcję, która zostanie wykonana po poruszeniu kółka myszy w górę : \n"
"'Brak\" - brak akcji. \n"
"'Zamknij' - zamyka zadanie. \n"
"'Przełącz' - przełącza stan zadania. \n"
"'Zminimalizuj' - minimalizuje zadanie. \n"
"'Przełącz lub minimalizuj' - przełącza lub minimalizuje zadanie. \n"
"'Maksymalizuj lub przywróć' - maksymalizuje lub przywraca zadanie. \n"
"'Wyślij na pulpit po prawej' - przenosi zadanie na następny pulpit. \n"
"'Wyślij na pulpit po lewej' - przenosi zadanie na poprzedni pulpit. \n"
"'Następne zadanie' - przenosi fokus na następne zadanie. \n"
"Poprzednie zadanie' - przenosi fokus na poprzednie zadanie."

#: ../properties.c:3670
msgid "Middle click"
msgstr "Klik środkowym"

#: ../properties.c:3692
msgid ""
"Specifies the action performed when task buttons receive a middle click "
"event: \n"
"'None' means that no action is taken. \n"
"'Close' closes the task. \n"
"'Toggle' toggles the task. \n"
"'Iconify' iconifies (minimizes) the task. \n"
"'Shade' shades (collapses) the task. \n"
"'Toggle or iconify' toggles or iconifies the task. \n"
"'Maximize or restore' maximizes or minimizes the task. \n"
"'Desktop left' sends the task to the previous desktop. \n"
"'Desktop right' sends the task to the next desktop. \n"
"'Next task' sends the focus to the next task. \n"
"'Previous task' sends the focus to the previous task."
msgstr ""
"Określa akcję, która zostanie wykonana po środkowym kliknięciu w przycisk "
"zadania: \n"
"'Brak\" - brak akcji. \n"
"'Zamknij' - zamyka zadanie. \n"
"'Przełącz' - przełącza stan zadania. \n"
"'Zminimalizuj' - minimalizuje zadanie. \n"
"'Przełącz lub minimalizuj' - przełącza lub minimalizuje zadanie. \n"
"'Maksymalizuj lub przywróć' - maksymalizuje lub przywraca zadanie. \n"
"'Wyślij na pulpit po prawej' - przenosi zadanie na następny pulpit. \n"
"'Wyślij na pulpit po lewej' - przenosi zadanie na poprzedni pulpit. \n"
"'Następne zadanie' - przenosi fokus na następne zadanie. \n"
"Poprzednie zadanie' - przenosi fokus na poprzednie zadanie."

#: ../properties.c:3706
msgid "Wheel scroll down"
msgstr "Kółko myszy w dół"

#: ../properties.c:3728
msgid ""
"Specifies the action performed when task buttons receive a scroll down "
"event: \n"
"'None' means that no action is taken. \n"
"'Close' closes the task. \n"
"'Toggle' toggles the task. \n"
"'Iconify' iconifies (minimizes) the task. \n"
"'Shade' shades (collapses) the task. \n"
"'Toggle or iconify' toggles or iconifies the task. \n"
"'Maximize or restore' maximizes or minimizes the task. \n"
"'Desktop left' sends the task to the previous desktop. \n"
"'Desktop right' sends the task to the next desktop. \n"
"'Next task' sends the focus to the next task. \n"
"'Previous task' sends the focus to the previous task."
msgstr ""
"Określa akcję, która zostanie wykonana po poruszeniu kółka myszy w dół : \n"
"'Brak\" - brak akcji. \n"
"'Zamknij' - zamyka zadanie. \n"
"'Przełącz' - przełącza stan zadania. \n"
"'Zminimalizuj' - minimalizuje zadanie. \n"
"'Przełącz lub minimalizuj' - przełącza lub minimalizuje zadanie. \n"
"'Maksymalizuj lub przywróć' - maksymalizuje lub przywraca zadanie. \n"
"'Wyślij na pulpit po prawej' - przenosi zadanie na następny pulpit. \n"
"'Wyślij na pulpit po lewej' - przenosi zadanie na poprzedni pulpit. \n"
"'Następne zadanie' - przenosi fokus na następne zadanie. \n"
"Poprzednie zadanie' - przenosi fokus na poprzednie zadanie."

#: ../properties.c:3742
msgid "Right click"
msgstr "Prawy klik"

#: ../properties.c:3764
msgid ""
"Specifies the action performed when task buttons receive a right click "
"event: \n"
"'None' means that no action is taken. \n"
"'Close' closes the task. \n"
"'Toggle' toggles the task. \n"
"'Iconify' iconifies (minimizes) the task. \n"
"'Shade' shades (collapses) the task. \n"
"'Toggle or iconify' toggles or iconifies the task. \n"
"'Maximize or restore' maximizes or minimizes the task. \n"
"'Desktop left' sends the task to the previous desktop. \n"
"'Desktop right' sends the task to the next desktop. \n"
"'Next task' sends the focus to the next task. \n"
"'Previous task' sends the focus to the previous task."
msgstr ""
"Określa akcję, która zostanie wykonana po prawym kliknięciu w przycisk "
"zadania: \n"
"'Brak\" - brak akcji. \n"
"'Zamknij' - zamyka zadanie. \n"
"'Przełącz' - przełącza stan zadania. \n"
"'Zminimalizuj' - minimalizuje zadanie. \n"
"'Przełącz lub minimalizuj' - przełącza lub minimalizuje zadanie. \n"
"'Maksymalizuj lub przywróć' - maksymalizuje lub przywraca zadanie. \n"
"'Wyślij na pulpit po prawej' - przenosi zadanie na następny pulpit. \n"
"'Wyślij na pulpit po lewej' - przenosi zadanie na poprzedni pulpit. \n"
"'Następne zadanie' - przenosi fokus na następne zadanie. \n"
"Poprzednie zadanie' - przenosi fokus na poprzednie zadanie."

#: ../properties.c:3792 ../properties.c:4714
msgid "Show icon"
msgstr "Pokaż ikony"

#: ../properties.c:3802
msgid "If enabled, the window icon is shown on task buttons."
msgstr "Jeśli zaznaczone, ikona okna jest pokazywana na panelu."

#: ../properties.c:3805
msgid "Show text"
msgstr "Pokaż tekst"

#: ../properties.c:3815
msgid "If enabled, the window title is shown on task buttons."
msgstr "Jeśli zaznaczone, tytuł okna jest pokazywany na przyciskach zadań."

#: ../properties.c:3818
msgid "Center text"
msgstr "Tekst wycentrowany"

#: ../properties.c:3828
msgid ""
"If enabled, the text is centered on task buttons. Otherwise, it is left-"
"aligned."
msgstr ""
"Jeśli zaznaczone, tekst na przyciskach zadań jest wyśrodkowany. Jeśli nie, "
"tekst jest wyrównany do lewej."

#: ../properties.c:3831
msgid "Show tooltips"
msgstr "Pokaż podpowiedzi"

#: ../properties.c:3841
msgid ""
"If enabled, a tooltip showing the window title is displayed when the mouse "
"cursor moves over task buttons."
msgstr ""
"Jeśli zaznaczone, po najechaniu myszą nad przycisk zadania wyświetlane będą "
"podpowiedzi."

#: ../properties.c:3844
msgid "Maximum width"
msgstr "Maksymalna szerokość"

#: ../properties.c:3854
msgid "Specifies the maximum width of the task buttons."
msgstr "Określa maksymalną szerokość przycisku zadania."

#: ../properties.c:3857
msgid "Maximum height"
msgstr "Maksymalna wysokość"

#: ../properties.c:3867
msgid "Specifies the maximum height of the task buttons."
msgstr "Określa maksymalną wysokość przycisku zadania."

#: ../properties.c:3880
msgid ""
"Specifies the horizontal padding of the task buttons. This is the space "
"between the border and the content inside."
msgstr ""
"Określa poziomy margines wewnętrzny dla przycisków zadań. To odległość "
"między krawędzią, a zawartością."

#: ../properties.c:3894
msgid ""
"Specifies the vertical padding of the task buttons. This is the space "
"between the border and the content inside."
msgstr ""
"Określa pionowy margines wewnętrzny dla przycisków zadań. To odległość "
"między krawędzią, a zawartością."

#: ../properties.c:3908
msgid "Specifies the spacing between the icon and the text."
msgstr "Określa odstęp pomiędzy ikoną a tekstem."

#: ../properties.c:3928
msgid "Specifies the font used to display the task button text."
msgstr "Określa czcionkę używaną do wyświetlania tekstu na przyciskach zadań."

#: ../properties.c:3940
msgid "Default style"
msgstr "Domyślny styl"

#: ../properties.c:3941
msgid "Default task"
msgstr "Domyślne zadanie"

#: ../properties.c:3951 ../properties.c:3952
msgid "Normal task"
msgstr "Normalne zadanie"

#: ../properties.c:3962 ../properties.c:3963
msgid "Active task"
msgstr "Aktywne"

#: ../properties.c:3973 ../properties.c:3974
msgid "Urgent task"
msgstr "Pilne"

#: ../properties.c:3984 ../properties.c:3985
msgid "Iconified task"
msgstr "Zminimalizowane"

#: ../properties.c:4089
msgid "If enabled, a custom font color is used to display the task text."
msgstr "Jeśli zaznaczone, wybrany kolor jest użyty do wyświetlania tekstu."

#: ../properties.c:4091 ../properties.c:4461 ../properties.c:4940
#: ../properties.c:5678 ../properties.c:5830
msgid "Font color"
msgstr "Kolor czcionki"

#: ../properties.c:4100
msgid "Specifies the font color used to display the task text."
msgstr "Określa kolor czcionki użyty do wyświetlenia tekstu."

#: ../properties.c:4106
msgid ""
"If enabled, a custom opacity/saturation/brightness is used to display the "
"task icon."
msgstr ""
"Jeśli zaznaczone, można określić własne wartości dla przeźroczystości/"
"nasycenia/jasności ikon."

#: ../properties.c:4117
msgid "Specifies the opacity (in %) used to display the task icon."
msgstr "Określa przeźroczystość (w %) użytą do wyświetlania ikon."

#: ../properties.c:4128
msgid ""
"Specifies the saturation adjustment (in %) used to display the task icon."
msgstr "Określa nasycenie koloru (w %) użyte do wyświetlania ikon."

#: ../properties.c:4139
msgid ""
"Specifies the brightness adjustment (in %) used to display the task icon."
msgstr "Określa jasność (w %) użytą dla wyświetlania ikon."

#: ../properties.c:4145
msgid "If enabled, a custom background is used to display the task."
msgstr "Jeśli zaznaczone, wybrane tło zostanie użyte do wyświetlenia zadania."

#: ../properties.c:4155
msgid ""
"Selects the background used to display the task. Backgrounds can be edited "
"in the Backgrounds tab."
msgstr ""
"Wybiera tło, które będzie użyte do wyświetlenia zadania. Tła można edytować "
"na karcie Tła."

#: ../properties.c:4159
msgid "Blinks"
msgstr "Miganie"

#: ../properties.c:4167
msgid "Specifies how many times urgent tasks blink."
msgstr "Określa ile razy pilne zadanie ma zamigać."

#: ../properties.c:4189 ../properties.c:4673
msgid "<b>Format</b>"
msgstr "<b>Format</b>"

#: ../properties.c:4201
msgid "First line format"
msgstr "Format pierwszej linii"

#: ../properties.c:4213
msgid ""
"Specifies the format used to display the first line of the clock text. See "
"'man date' for all the available options."
msgstr ""
"Określa format używany do wyświetlania pierwszej linii zegara. Zobacz 'man "
"date', aby dowiedzieć się o opcjach."

#: ../properties.c:4217
msgid "Second line format"
msgstr "Format drugiej linii"

#: ../properties.c:4229
msgid ""
"Specifies the format used to display the second line of the clock text. See "
"'man date' for all the available options."
msgstr ""
"Określa format używany do wyświetlania drugiej linii zegara. Zobacz 'man "
"date', aby dowiedzieć się o opcjach."

#: ../properties.c:4233
msgid "First line timezone"
msgstr "Strefa czasowa pierwszej linii"

#: ../properties.c:4245
msgid ""
"Specifies the timezone used to display the first line of the clock text. If "
"empty, the current timezone is used. Otherwise, it must be set to a valid "
"value of the TZ environment variable."
msgstr ""
"Określa strefę czasową używaną do wyświetlania pierwszej linii tekstu "
"zegara. Jeśli puste, użyta będzie obecna strefa czasowa."

#: ../properties.c:4249
msgid "Second line timezone"
msgstr "Strefa czasowa drugiej linii"

#: ../properties.c:4261
msgid ""
"Specifies the timezone used to display the second line of the clock text. If "
"empty, the current timezone is used. Otherwise, it must be set to a valid "
"value of the TZ environment variable."
msgstr ""
"Określa strefę czasową używaną do wyświetlania pierwszej linii tekstu "
"zegara. Jeśli puste, użyta będzie obecna strefa czasowa."

#: ../properties.c:4279 ../properties.c:4788 ../properties.c:5497
msgid "Left click command"
msgstr "Komenda po lewym kliknięciu"

#: ../properties.c:4291
msgid ""
"Specifies a command that will be executed when the clock receives a left "
"click."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:4294 ../properties.c:4803 ../properties.c:5512
msgid "Right click command"
msgstr "Komenda po prawym kliknięciu"

#: ../properties.c:4306
msgid ""
"Specifies a command that will be executed when the clock receives a right "
"click."
msgstr ""
"Określa komendę, która będzie uruchamiana po prawym kliknięciu w zegar."

#: ../properties.c:4309 ../properties.c:4818 ../properties.c:5527
msgid "Middle click command"
msgstr "Komenda po środkowym kliknięciu"

#: ../properties.c:4321
#, fuzzy
msgid ""
"Specifies a command that will be executed when the clock receives a middle "
"click."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:4324 ../properties.c:4833 ../properties.c:5542
msgid "Wheel scroll up command"
msgstr "Komenda  kółko myszy w górę"

#: ../properties.c:4336
#, fuzzy
msgid ""
"Specifies a command that will be executed when the clock receives a mouse "
"scroll up."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:4339 ../properties.c:4848 ../properties.c:5557
msgid "Wheel scroll down command"
msgstr "Komenda kółko myszy w dół"

#: ../properties.c:4351
#, fuzzy
msgid ""
"Specifies a command that will be executed when the clock receives a mouse "
"scroll down."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:4378
msgid ""
"Selects the background used to display the clock. Backgrounds can be edited "
"in the Backgrounds tab."
msgstr ""
"Wybiera tło, które będzie użyte jako tło zegara. Tła można edytować na "
"karcie tła."

#: ../properties.c:4392
msgid ""
"Specifies the horizontal padding of the clock. This is the space between the "
"border and the content inside."
msgstr ""
"Określa poziomy margines wewnętrzny dla zegara. To odstęp pomiędzy krawędzią "
"a zawartością."

#: ../properties.c:4406
msgid ""
"Specifies the vertical padding of the clock. This is the space between the "
"border and the content inside."
msgstr ""
"Określa pionowy margines wewnętrzny dla zegara. To odstęp pomiędzy krawędzią "
"a zawartością."

#: ../properties.c:4416 ../properties.c:5634
msgid "Font first line"
msgstr "Czcionka pierwszej linii"

#: ../properties.c:4431
msgid "Specifies the font used to display the first line of the clock."
msgstr "Określa czcionkę używaną w pierwszej linii zegara."

#: ../properties.c:4442 ../properties.c:5659
msgid "Font second line"
msgstr "Czcionka drugiej linii"

#: ../properties.c:4456
msgid "Specifies the font used to display the second line of the clock."
msgstr "Określa czcionkę używaną w drugiej linii zegara."

#: ../properties.c:4472
msgid "Specifies the font color used to display the clock."
msgstr "Określa kolor czcionki dla zegara."

#: ../properties.c:4476
msgid "<b>Tooltip</b>"
msgstr "<b>Podpowiedź</b>"

#: ../properties.c:4489
msgid "Format"
msgstr "Format"

#: ../properties.c:4500
#, fuzzy
msgid ""
"Specifies the format used to display the clock tooltip. See 'man date' for "
"the available options."
msgstr ""
"Określa format w jakim pokazywana ma być podpowiedź dla zegara. Zobacz 'man "
"date' aby dowiedzieć się o dostepnych opcjach."

#: ../properties.c:4504
msgid "Timezone"
msgstr "Strefa czasowa"

#: ../properties.c:4515
msgid ""
"Specifies the timezone used to display the clock tooltip. If empty, the "
"current timezone is used. Otherwise, it must be set to a valid value of the "
"TZ environment variable."
msgstr ""
"Określa strefę czasową użytą do wyświetlania podpowiedzi dla zegara. Jeśli "
"puste, użyta zostanie strefa czasowa obecnie ustawiona w systemie. "

#: ../properties.c:4572
msgid "Foreground color"
msgstr "Kolor"

#: ../properties.c:4589
msgid "Style"
msgstr "Styl"

#: ../properties.c:4599
msgid "Empty"
msgstr "Puste"

#: ../properties.c:4600
msgid "Line"
msgstr "Linia"

#: ../properties.c:4601
msgid "Dots"
msgstr "Kropki"

#: ../properties.c:4685
msgid "Command"
msgstr "Komenda"

#: ../properties.c:4697
msgid "Specifies the command to execute."
msgstr "Określa komendę do wykonania."

#: ../properties.c:4700
msgid "Interval"
msgstr "Interwał"

#: ../properties.c:4710
msgid ""
"Specifies the interval at which the command is executed, in seconds. If "
"zero, the command is executed only once."
msgstr ""

#: ../properties.c:4724
msgid ""
"If enabled, the first line printed by the command is interpreted as a path "
"to an image file."
msgstr ""

#: ../properties.c:4728
#, fuzzy
msgid "Cache icon"
msgstr "Programy"

#: ../properties.c:4739
msgid ""
"If enabled, the image is not reloaded from disk every time the command is "
"executed if the path remains unchanged. Enabling this is recommended."
msgstr ""

#: ../properties.c:4742
msgid "Continuous output"
msgstr ""

#: ../properties.c:4752
msgid ""
"If non-zero, the last execp_continuous lines from the output of the command "
"are displayed, every execp_continuous lines; this is useful for showing the "
"output of commands that run indefinitely, such as 'ping 127.0.0.1'. If zero, "
"the output of the command is displayed after it finishes executing."
msgstr ""

#: ../properties.c:4758
msgid "Display markup"
msgstr ""

#: ../properties.c:4769
msgid ""
"If enabled, the output of the command is treated as Pango markup, which "
"allows rich text formatting. Note that using this with commands that print "
"data downloaded from the Internet is a potential security risk."
msgstr ""

#: ../properties.c:4800
#, fuzzy
msgid ""
"Specifies a command that will be executed when the executor receives a left "
"click."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:4815
#, fuzzy
msgid ""
"Specifies a command that will be executed when the executor receives a right "
"click."
msgstr ""
"Określa komendę, która będzie uruchamiana po prawym kliknięciu w zegar."

#: ../properties.c:4830
#, fuzzy
msgid ""
"Specifies a command that will be executed when the executor receives a "
"middle click."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:4845
#, fuzzy
msgid ""
"Specifies a command that will be executed when the executor receives a mouse "
"scroll up."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:4860
#, fuzzy
msgid ""
"Specifies a command that will be executed when the executor receives a mouse "
"scroll down."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:4887
#, fuzzy
msgid ""
"Selects the background used to display the executor. Backgrounds can be "
"edited in the Backgrounds tab."
msgstr ""
"Wybiera tło, które będzie użyte jako tło zegara. Tła można edytować na "
"karcie tła."

#: ../properties.c:4901
#, fuzzy
msgid ""
"Specifies the horizontal padding of the executor. This is the space between "
"the border and the content inside."
msgstr ""
"Określa poziomy margines wewnętrzny dla zegara. To odstęp pomiędzy krawędzią "
"a zawartością."

#: ../properties.c:4915
#, fuzzy
msgid ""
"Specifies the vertical padding of the executor. This is the space between "
"the border and the content inside."
msgstr ""
"Określa pionowy margines wewnętrzny dla zegara. To odstęp pomiędzy krawędzią "
"a zawartością."

#: ../properties.c:4953
#, fuzzy
msgid "Centered"
msgstr "Tekst wycentrowany"

#: ../properties.c:4965
msgid "Icon width"
msgstr "Szerokość ikon"

#: ../properties.c:4975
msgid "If non-zero, the image is resized to this width."
msgstr ""

#: ../properties.c:4978
msgid "Icon height"
msgstr "Wysokość ikon"

#: ../properties.c:4988
msgid "If non-zero, the image is resized to this height."
msgstr ""

#: ../properties.c:5004
msgid "Tooltip text"
msgstr "Tekst podpowiedzi"

#: ../properties.c:5016
msgid ""
"The tooltip text to display. Leave this empty to display an automatically "
"generated tooltip with information about when the command was last executed."
msgstr ""

#: ../properties.c:5172
msgid "Icon ordering"
msgstr "Sortowanie ikon"

#: ../properties.c:5182
msgid "Ascending"
msgstr "Rosnąco"

#: ../properties.c:5183
msgid "Descending"
msgstr "Malejąco"

#: ../properties.c:5184
msgid "Left to right"
msgstr "Od lewej do prawej"

#: ../properties.c:5185
msgid "Right to left"
msgstr "Od prawej do lewej"

#: ../properties.c:5187
msgid ""
"Specifies the order used to arrange the system tray icons. \n"
"'Ascending' means that icons are sorted in ascending order of their window "
"names. \n"
"'Descending' means that icons are sorted in descending order of their window "
"names. \n"
"'Left to right' means that icons are always added to the left. \n"
"'Right to left' means that icons are always added to the right."
msgstr ""
"Określa porządek wyświetlania ikon w zasobniku systemowym. \n"
"'Rosnąco' - alfabetycznie według nazw okien. \n"
"'Malejąco' - według nazw okien od Z do A. \n"
"'Od lewej do prawej' - ikony zawsze będą dodawane po lewej. \n"
"'Od prawej do lewej' - ikony zawsze będą dodawane po prawej."

#: ../properties.c:5212
msgid ""
"Specifies the monitor on which to place the system tray. Due to technical "
"limitations, the system tray cannot be displayed on multiple monitors."
msgstr ""
"Określa monitor na którym będzie umieszczony zasobnik systemowy. Z powodu "
"ograniczeń technicznych zasobnik systemowy nie może być wyświetlany na wielu "
"monitorach."

#: ../properties.c:5236
msgid "Systray"
msgstr "Zasobnik systemowy"

#: ../properties.c:5240
msgid ""
"Selects the background used to display the system tray. Backgrounds can be "
"edited in the Backgrounds tab."
msgstr ""
"Wybiera tło używane do wyświetlania zasobnika systemowego. Tła mogą być "
"edytowane na karcie Tła."

#: ../properties.c:5255
msgid ""
"Specifies the horizontal padding of the system tray. This is the space "
"between the border and the content inside."
msgstr ""
"Określa poziomy margines wewnętrzny dla zasobnik systemowego. To jest odstęp "
"pomiędzy krawędzią a zawartością."

#: ../properties.c:5270
msgid ""
"Specifies the vertical padding of the system tray. This is the space between "
"the border and the content inside."
msgstr ""
"Określa pionowy margines wewnętrzny dla zasobnik systemowego. To jest odstęp "
"pomiędzy krawędzią a zawartością."

#: ../properties.c:5285
msgid "Specifies the spacing between system tray icons."
msgstr "Określa odstęp pomiędzy ikonami w zasobniku systemowym."

#: ../properties.c:5299
msgid "Specifies the size of the system tray icons, in pixels."
msgstr "Określa rozmiar ikon w zasobniku systemowym, w pikselach."

#: ../properties.c:5314
msgid "Specifies the opacity of the system tray icons, in percent."
msgstr "Określa przeźroczystość ikon w zasobniku systemowym, w procentach."

#: ../properties.c:5329
msgid ""
"Specifies the saturation adjustment of the system tray icons, in percent."
msgstr "Określa nasycenie koloru ikon w zasobniku systemowym, w procentach."

#: ../properties.c:5344
msgid ""
"Specifies the brightness adjustment of the system tray icons, in percent."
msgstr "Określa jasność ikon w zasobniku systemowym, w procentach."

#: ../properties.c:5360
msgid "<b>Thresholds</b>"
msgstr "<b>Progi</b>"

#: ../properties.c:5373
msgid "Hide if charge higher than"
msgstr "Ukryj jeśli poziom naładowania wyższy od"

#: ../properties.c:5383
msgid ""
"Minimum battery level for which to hide the batter applet. Use 101 to always "
"show the batter applet."
msgstr ""
"Minimalny poziom naładowania baterii, dla którego aplet baterii będzie "
"ukrywany. Użyj 101, aby aplet baterii był zawsze widoczny."

#: ../properties.c:5385 ../properties.c:5404
msgid "%"
msgstr "%"

#: ../properties.c:5392
msgid "Alert if charge lower than"
msgstr "Alert jeśli poziom baterii niższy niż"

#: ../properties.c:5402
msgid "Battery level for which to display an alert."
msgstr "Poziom naładowania baterii, dla którego wyświetlany będzie alert."

#: ../properties.c:5411
msgid "Alert command"
msgstr "Komenda alarmu"

#: ../properties.c:5422
msgid "Command to be executed when the alert threshold is reached."
msgstr "Komenda do wykonania, gdy zostanie osiągnięty próg dla alertu."

#: ../properties.c:5426
#, fuzzy
msgid "<b>AC connection events</b>"
msgstr "<b>Zdarzenia myszy</b>"

#: ../properties.c:5439
#, fuzzy
msgid "AC connected command"
msgstr "Komenda alarmu"

#: ../properties.c:5451
#, fuzzy
msgid ""
"Specifies a command that will be executed when AC is connected to the system."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:5454
#, fuzzy
msgid "AC disconnected command"
msgstr "Komenda alarmu"

#: ../properties.c:5466
#, fuzzy
msgid ""
"Specifies a command that will be executed when AC is disconnected to the "
"system."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:5494
#, fuzzy
msgid ""
"If enabled, shows a tooltip with detailed battery information when the mouse "
"is moved over the battery widget."
msgstr ""
"Jeśli zaznaczone, pokazywane będą podpowiedzi w momencie gdy kursor myszy "
"znajdzie się nad ikoną aplikacji."

#: ../properties.c:5509
#, fuzzy
msgid ""
"Specifies a command that will be executed when the battery receives a left "
"click."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:5524
#, fuzzy
msgid ""
"Specifies a command that will be executed when the battery receives a right "
"click."
msgstr ""
"Określa komendę, która będzie uruchamiana po prawym kliknięciu w zegar."

#: ../properties.c:5539
#, fuzzy
msgid ""
"Specifies a command that will be executed when the battery receives a middle "
"click."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:5554
#, fuzzy
msgid ""
"Specifies a command that will be executed when the battery receives a mouse "
"scroll up."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:5569
#, fuzzy
msgid ""
"Specifies a command that will be executed when the battery receives a mouse "
"scroll down."
msgstr "Określa komendę, która będzie uruchamiana po lewym kliknięciu w zegar."

#: ../properties.c:5596
msgid ""
"Selects the background used to display the battery. Backgrounds can be "
"edited in the Backgrounds tab."
msgstr ""
"Wybiera tło, które będzie użyte do wyświetlania apletu baterii. Tła mogą być "
"edytowane na karcie Tła."

#: ../properties.c:5610
msgid ""
"Specifies the horizontal padding of the battery. This is the space between "
"the border and the content inside."
msgstr ""
"Określa poziomy margines wewnętrzny dla apletu baterii. Jest to odstęp "
"pomiędzy krawędzią a zawartością."

#: ../properties.c:5624
msgid ""
"Specifies the vertical padding of the battery. This is the space between the "
"border and the content inside."
msgstr ""
"Określa pionowy margines wewnętrzny dla apletu baterii. Jest to odstęp "
"pomiędzy krawędzią a zawartością."

#: ../properties.c:5648
msgid "Specifies the font used to display the first line of the battery text."
msgstr ""
"Określa czcionkę użytą do wyświetlania pierwszej linii tekstu w aplecie "
"baterii."

#: ../properties.c:5673
msgid "Specifies the font used to display the second line of the battery text."
msgstr ""
"Określa czcionkę użytą do wyświetlania drugiej linii tekstu w aplecie "
"baterii."

#: ../properties.c:5689
msgid "Specifies the font clor used to display the battery text."
msgstr "Określa kolor czcionki dla apletu baterii."

#: ../properties.c:5701
msgid "<b>Timing</b>"
msgstr "<b>Czasy</b>"

#: ../properties.c:5714
msgid "Show delay"
msgstr "Opóźnienie pokazywania"

#: ../properties.c:5724
msgid ""
"Specifies a delay after which to show the tooltip when moving the mouse over "
"an element."
msgstr ""
"Określa czas po jakim pokazana zostanie podpowiedź, gdy kursor myszy "
"znajduje się nad elementem."

#: ../properties.c:5733
msgid "Hide delay"
msgstr "Opóźnienie ukrywania"

#: ../properties.c:5742
msgid ""
"Specifies a delay after which to hide the tooltip when moving the mouse "
"outside an element."
msgstr ""
"Określa czas po jakim ukryta zostanie podpowiedź, gdy kursor myszy znajdzie "
"się poza elementem."

#: ../properties.c:5776
msgid ""
"Selects the background used to display the tooltip. Backgrounds can be "
"edited in the Backgrounds tab."
msgstr "Wybiera tło dla podpowiedzi. Tła mogą być edytowane na karcie tła."

#: ../properties.c:5790
msgid ""
"Specifies the horizontal padding of the tooltip. This is the space between "
"the border and the content inside."
msgstr ""
"Określa poziomy margines wewnętrzny dla podpowiedzi. Jest to odstęp pomiędzy "
"krawędzią a zawartością."

#: ../properties.c:5804
msgid ""
"Specifies the vertical padding of the tooltip. This is the space between the "
"border and the content inside."
msgstr ""
"Określa pionowy margines wewnętrzny dla podpowiedzi. Jest to odstęp pomiędzy "
"krawędzią a zawartością."

#: ../properties.c:5825
msgid "Specifies the font used to display the text of the tooltip."
msgstr "Określa czcionkę użytą do wyświetlania tekstu w podpowiedziach."

#: ../properties.c:5841
msgid "Specifies the font color used to display the text of the tooltip."
msgstr "Określa kolor czcionki użyty w podpowiedziach."

#: ../properties.c:5857
msgid "Please wait..."
msgstr "Proszę czekać..."

#: ../properties.c:5860
msgid "Loading..."
msgstr "Ładowanie..."

#: ../main.c:232
msgid "tint2conf"
msgstr "tint2conf"

#: ../main.c:240
msgid "Tint2 panel themes"
msgstr "Wygląd panelu"

#: ../main.c:250
msgid "_Theme"
msgstr "_Motyw"

#: ../main.c:251
msgid "_Import theme..."
msgstr "_Importuj motyw..."

#: ../main.c:251
msgid "Import theme(s) from file system"
msgstr "Importuj motyw(y) z systemu"

#: ../main.c:252
msgid "_Save as..."
msgstr "_Zapisz jako..."

#: ../main.c:252
msgid "Save the theme with a new name"
msgstr "Zapisz motyw pod nową nazwą"

#: ../main.c:253
msgid "_Delete"
msgstr "_Usuń"

#: ../main.c:253
msgid "Delete the selected theme"
msgstr "Usuń wybrany motyw"

#: ../main.c:254
msgid "_Reset"
msgstr ""

#: ../main.c:254
#, fuzzy
msgid "Reset the selected theme to default"
msgstr "Edycja wybranego motywu"

#: ../main.c:255
msgid "_Edit theme..."
msgstr "_Edytuj motyw..."

#: ../main.c:255
#, fuzzy
msgid "Edit the selected theme"
msgstr "Edycja wybranego motywu"

#: ../main.c:256
msgid "_Make default"
msgstr ""

#: ../main.c:256
msgid "Replace the default theme with the selected one"
msgstr ""

#: ../main.c:257
msgid "Refresh"
msgstr "Odśwież"

#: ../main.c:257
msgid "Redraw the selected theme"
msgstr "Odśwież wybrany motyw"

#: ../main.c:258
msgid "Refresh all"
msgstr "Odśwież wszystkie"

#: ../main.c:258
msgid "Redraw all themes"
msgstr "Odśwież wszystkie motywy"

#: ../main.c:259
msgid "_Quit"
msgstr "_Zakończ"

#: ../main.c:259
msgid "Quit"
msgstr "Wyjdź"

#: ../main.c:260
msgid "_Help"
msgstr "_Pomoc"

#: ../main.c:261
msgid "_About"
msgstr "_O programie"

#: ../main.c:261
msgid "About"
msgstr "O programie"

#: ../main.c:281
msgid "Command to run tint2: "
msgstr "Polecenie uruchamiające tint2:"

#: ../main.c:325
msgid "Theming tool for tint2 panel"
msgstr "Narzędzie do edycji motywów tint2"

#: ../main.c:329
msgid ""
"Copyright 2009-2015 tint2 team\n"
"Tint2 License GNU GPL version 2\n"
"Tintwizard License GNU GPL version 3"
msgstr ""
"Copyright 2009-2015 tint2 team\n"
"Tint2 License GNU GPL version 2\n"
"Tintwizard License GNU GPL version 3"

#: ../main.c:338
msgid "translator-credits"
msgstr "Daniel Napora <napcok@gmail.com>"

#: ../main.c:347
msgid "Import theme(s)"
msgstr "Importuj motyw(y)"

#: ../main.c:397
msgid "Please select a theme."
msgstr "Proszę wybrać motyw."

#: ../main.c:413
msgid "Save theme as"
msgstr "Zapisz motyw jako"

#: ../main.c:443
#, c-format
msgid "A file named \"%s\" already exists.  Do you want to replace it?"
msgstr "Plik o nazwie \"%s\" już istnieje. Zastąpić go?"

#: ../main.c:472
msgid "Do you really want to delete the selected theme?"
msgstr "Czy naprawdę chcesz usunąć zaznaczony motyw?"

#: ../main.c:511
msgid "Do you really want to reset the selected theme to default?"
msgstr ""

#: ../main.c:679
msgid ""
"Do you really want to replace the default theme with the selected theme?"
msgstr ""

#~ msgid "Import theme"
#~ msgstr "Import motywu"

#~ msgid "Delete theme"
#~ msgstr "Usuń motyw"

#, fuzzy
#~ msgid "Reset theme"
#~ msgstr "Usuń motyw"

#~ msgid "_Import default theme..."
#~ msgstr "_Importuj domyślny motyw..."

#~ msgid "Import default theme"
#~ msgstr "Import domyślnego motywu"

#~ msgid "Edit"
#~ msgstr "Edytuj"

#~ msgid "Save default theme as"
#~ msgstr "Zapisz domyślny motyw jako"