summaryrefslogtreecommitdiffstats
path: root/res/values-pl/strings.xml
blob: c97435bf25812b6e86c2465b1e44f45d1a4521ee (plain)
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
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
<?xml version="1.0" encoding="UTF-8"?>
<!--  Copyright (C) 2007 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
 -->

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="yes" msgid="4676390750360727396">"Tak"</string>
    <string name="no" msgid="6731231425810196216">"Nie"</string>
    <string name="create" msgid="3578857613172647409">"Utwórz"</string>
    <string name="allow" msgid="3349662621170855910">"Zezwól"</string>
    <string name="deny" msgid="6947806159746484865">"Odmów"</string>
    <string name="device_info_default" msgid="7847265875578739287">"Nieznane"</string>
    <plurals name="show_dev_countdown" formatted="false" msgid="7201398282729229649">
      <item quantity="few">Od zostania programistą dzielą Cię już tylko <xliff:g id="STEP_COUNT_1">%1$d</xliff:g> kroki.</item>
      <item quantity="many">Od zostania programistą dzieli Cię już tylko <xliff:g id="STEP_COUNT_1">%1$d</xliff:g> kroków.</item>
      <item quantity="other">Od zostania programistą dzieli Cię już tylko <xliff:g id="STEP_COUNT_1">%1$d</xliff:g> kroku.</item>
      <item quantity="one">Od zostania programistą dzieli Cię już tylko <xliff:g id="STEP_COUNT_0">%1$d</xliff:g> krok.</item>
    </plurals>
    <string name="show_dev_on" msgid="1110711554982716293">"Jesteś teraz programistą!"</string>
    <string name="show_dev_already" msgid="2151632240145446227">"W porządku, już jesteś programistą."</string>
    <string name="header_category_wireless_networks" msgid="5110914332313954940">"Sieci zwykłe i bezprzewodowe"</string>
    <string name="header_category_connections" msgid="6471513040815680662">"Połączenia"</string>
    <string name="header_category_device" msgid="4544026001618307754">"Urządzenie"</string>
    <string name="header_category_personal" msgid="3310195187905720823">"Osobiste"</string>
    <string name="header_category_access" msgid="7580499097416970962">"Dostęp"</string>
    <string name="header_category_system" msgid="2816866961183068977">"System"</string>
    <string name="turn_on_radio" msgid="8706561489788373676">"Włącz radio"</string>
    <string name="turn_off_radio" msgid="1820294552893884115">"Wyłącz radio"</string>
    <string name="sms_over_ims_on" msgid="5085290395865632925">"Włącz SMS przez IMS"</string>
    <string name="sms_over_ims_off" msgid="8354792045992793959">"Wyłącz SMS przez IMS"</string>
    <string name="ims_reg_required_on" msgid="3885152087309614653">"Włącz wymóg rejestracji IMS"</string>
    <string name="ims_reg_required_off" msgid="1720570343422743943">"Wyłącz wymóg rejestracji IMS"</string>
    <string name="volte_provisioned_flag_on" msgid="6023503159480902956">"Włącz flagę obsługi głosu przez LTE"</string>
    <string name="volte_provisioned_flag_off" msgid="6168612015904744405">"Wyłącz flagę obsługi głosu przez LTE"</string>
    <string name="lte_ram_dump_on" msgid="8568568019520172177">"Włącz zrzut pamięci RAM LTE"</string>
    <string name="lte_ram_dump_off" msgid="2514507918652378283">"Wyłącz zrzut pamięci RAM LTE"</string>
    <string name="radioInfo_menu_viewADN" msgid="8743377494429930831">"Wyświetl książkę adresową na karcie SIM"</string>
    <string name="radioInfo_menu_viewFDN" msgid="7934301566925610318">"Wyświetl ustalone numery"</string>
    <string name="radioInfo_menu_viewSDN" msgid="7130280686244955669">"Wyświetl numery usług"</string>
    <string name="radioInfo_menu_getPDP" msgid="560610293888406317">"Pobierz listę PDP"</string>
    <string name="radioInfo_service_in" msgid="1915416319177520020">"Działa"</string>
    <string name="radioInfo_service_out" msgid="5238736759641916278">"Nie działa"</string>
    <string name="radioInfo_service_emergency" msgid="2485604591272668370">"Tylko połączenia alarmowe"</string>
    <string name="radioInfo_service_off" msgid="1434084741785525415">"Radio wyłączone"</string>
    <string name="radioInfo_roaming_in" msgid="9045363884600341051">"Roaming"</string>
    <string name="radioInfo_roaming_not" msgid="2851853244069662307">"Brak roamingu"</string>
    <string name="radioInfo_phone_idle" msgid="7489244938838742820">"Bezczynny"</string>
    <string name="radioInfo_phone_ringing" msgid="4883724645684297895">"Dzwonienie"</string>
    <string name="radioInfo_phone_offhook" msgid="4174402846862780998">"Połączenie w toku"</string>
    <string name="radioInfo_data_disconnected" msgid="1959735267890719418">"Rozłączona"</string>
    <string name="radioInfo_data_connecting" msgid="8404571440697917823">"Łączenie"</string>
    <string name="radioInfo_data_connected" msgid="7074301157399238697">"Połączony"</string>
    <string name="radioInfo_data_suspended" msgid="5315325487890334196">"Zawieszony"</string>
    <string name="radioInfo_unknown" msgid="737385314432468266">"nieznane"</string>
    <string name="radioInfo_display_packets" msgid="8654359809877290639">"pakietów"</string>
    <string name="radioInfo_display_bytes" msgid="4018206969492931883">"bajtów"</string>
    <string name="radioInfo_display_dbm" msgid="3621221793699882781">"dBm"</string>
    <string name="radioInfo_display_asu" msgid="1422248392727818082">"asu"</string>
    <string name="radioInfo_lac" msgid="8415219164758307156">"LAC"</string>
    <string name="radioInfo_cid" msgid="4362599198392643138">"CID"</string>
    <string name="sdcard_unmount" product="nosdcard" msgid="6325292633327972272">"Odłącz nośnik USB"</string>
    <string name="sdcard_unmount" product="default" msgid="3364184561355611897">"Odłącz kartę SD"</string>
    <string name="sdcard_format" product="nosdcard" msgid="6285310523155166716">"Wyczyść nośnik USB"</string>
    <string name="sdcard_format" product="default" msgid="6713185532039187532">"Wyczyść kartę SD"</string>
    <string name="small_font" msgid="2295331917424072635">"Mały"</string>
    <string name="medium_font" msgid="2068475425515133701">"Średni"</string>
    <string name="large_font" msgid="599055175160971446">"Duży"</string>
    <string name="font_size_save" msgid="3450855718056759095">"OK"</string>
    <string name="sdcard_setting" product="nosdcard" msgid="8281011784066476192">"Nośnik USB"</string>
    <string name="sdcard_setting" product="default" msgid="5922637503871474866">"Karta SD"</string>
    <string name="battery_info_status_label" msgid="8109155295509700309">"Stan baterii:"</string>
    <string name="battery_info_power_label" msgid="7465140230991349382">"Podłączone zasilanie:"</string>
    <string name="battery_info_scale_label" msgid="3649763192389778437">"Poziom baterii:"</string>
    <string name="battery_info_level_label" msgid="8706526709307788737">"Poziom naładowania baterii:"</string>
    <string name="battery_info_health_label" msgid="6416051542741886958">"Poziom baterii:"</string>
    <string name="battery_info_technology_label" msgid="788304533220748681">"Technologia wykonania baterii:"</string>
    <string name="battery_info_voltage_label" msgid="8971764146757637863">"Napięcie baterii:"</string>
    <string name="battery_info_voltage_units" msgid="8658490792208288107">"mV"</string>
    <string name="battery_info_temperature_label" msgid="1968383098818648037">"Temperatura baterii:"</string>
    <string name="battery_info_temperature_units" msgid="9098950587249987550">"°C"</string>
    <string name="battery_info_uptime" msgid="5548545143573527992">"Czas od uruchomienia:"</string>
    <string name="battery_info_awake_battery" msgid="2557725975486185849">"Czas działania na baterii:"</string>
    <string name="battery_info_awake_plugged" msgid="176716874713478188">"Czas pozostawania w stanie wybudzenia podczas ładowania:"</string>
    <string name="battery_info_screen_on" msgid="376277447175613889">"Czas włączenia ekranu:"</string>
    <string name="battery_info_status_unknown" msgid="196130600938058547">"Nieznane"</string>
    <string name="battery_info_status_charging" msgid="1705179948350365604">"Ładowanie"</string>
    <string name="battery_info_status_charging_ac" msgid="2909861890674399949">"Ładowanie zasilaczem"</string>
    <string name="battery_info_status_charging_usb" msgid="2207489369680923929">"Ładowanie przez USB"</string>
    <string name="battery_info_status_charging_wireless" msgid="3574032603735446573">"Ład. bezprzewodowe"</string>
    <string name="battery_info_status_discharging" msgid="310932812698268588">"Nie podłączony"</string>
    <string name="battery_info_status_not_charging" msgid="2820070506621483576">"Nie podłączony"</string>
    <string name="battery_info_status_full" msgid="2824614753861462808">"Pełna"</string>
    <string name="battery_info_power_unplugged" msgid="5987246575519551081">"Odłączone"</string>
    <string name="battery_info_power_ac" msgid="6808516193001604634">"Zasilacz"</string>
    <string name="battery_info_power_usb" msgid="8012931702516331797">"USB"</string>
    <string name="battery_info_power_wireless" msgid="6819163295739305097">"bezprzewodowo"</string>
    <string name="battery_info_power_ac_usb" msgid="6777734146838328688">"Zasilacz i USB"</string>
    <string name="battery_info_power_unknown" msgid="7344115502868899881">"Nieznane"</string>
    <string name="battery_info_health_unknown" msgid="5664295556921944255">"Nieznane"</string>
    <string name="battery_info_health_good" msgid="8070356565806711806">"Dobry"</string>
    <string name="battery_info_health_overheat" msgid="8442959549291368806">"Przegrzanie"</string>
    <string name="battery_info_health_dead" msgid="1725917445762829059">"Rozładowana"</string>
    <string name="battery_info_health_over_voltage" msgid="2420269351664490121">"Przepięcie"</string>
    <string name="battery_info_health_unspecified_failure" msgid="6347021103185471590">"Nieznany błąd"</string>
    <string name="battery_info_health_cold" msgid="3835692786176707318">"Zimna"</string>
    <string name="bluetooth" msgid="5549625000628014477">"Bluetooth"</string>
    <string name="bluetooth_is_discoverable" msgid="8373421452106840526">"Widoczne dla wszystkich urządzeń Bluetooth (<xliff:g id="DISCOVERABLE_TIME_PERIOD">%1$s</xliff:g>)"</string>
    <string name="bluetooth_is_discoverable_always" msgid="2849387702249327748">"Widoczne dla wszystkich urządzeń Bluetooth"</string>
    <string name="bluetooth_not_visible_to_other_devices" msgid="9120274591523391910">"Niewidoczne dla innych urządzeń Bluetooth"</string>
    <string name="bluetooth_only_visible_to_paired_devices" msgid="2049983392373296028">"Widoczne tylko dla urządzeń sparowanych"</string>
    <string name="bluetooth_visibility_timeout" msgid="8002247464357005429">"Czas widoczności"</string>
    <string name="bluetooth_lock_voice_dialing" msgid="3139322992062086225">"Zablokuj wybieranie głosowe"</string>
    <string name="bluetooth_lock_voice_dialing_summary" msgid="4741338867496787042">"Zapobiegaj używaniu wybierania Bluetooth, gdy ekran jest zablokowany"</string>
    <string name="bluetooth_devices" msgid="1886018064039454227">"Lista urządzeń"</string>
    <string name="bluetooth_device_name" msgid="8415828355207423800">"Nazwa urządzenia"</string>
    <string name="bluetooth_device_details" msgid="4594773497930028085">"Ustawienia urządzenia"</string>
    <string name="bluetooth_profile_details" msgid="6823621790324933337">"Ustawienia profilu"</string>
    <string name="bluetooth_name_not_set" msgid="2653752006416027426">"Nie ustawiono nazwy, wykorzystywana jest nazwa konta"</string>
    <string name="bluetooth_scan_for_devices" msgid="9214184305566815727">"Wyszukaj urządzenia"</string>
    <string name="bluetooth_rename_device" msgid="4352483834491958740">"Zmień nazwę tego urządzenia"</string>
    <string name="bluetooth_rename_button" msgid="1648028693822994566">"Zmień nazwę"</string>
    <string name="bluetooth_disconnect_title" msgid="6026705382020027966">"Rozłączyć?"</string>
    <string name="bluetooth_disconnect_all_profiles" msgid="9148530542956217908">"Spowoduje to zakończenie połączenia z urządzeniem:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;"</string>
    <string name="bluetooth_empty_list_user_restricted" msgid="1185354873716211496">"Nie masz uprawnień, by zmienić ustawienia Bluetootha."</string>
    <string name="bluetooth_is_visible_message" msgid="6222396240776971862">"Urządzenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> jest widoczne dla urządzeń w pobliżu, gdy ustawienia Bluetooth są otwarte."</string>
    <string name="bluetooth_is_disconnect_question" msgid="5334933802445256306">"Odłączyć urządzenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g>?"</string>
    <string name="bluetooth_broadcasting" msgid="16583128958125247">"Transmisja"</string>
    <string name="bluetooth_disable_profile_title" msgid="5916643979709342557">"Wyłączyć profil?"</string>
    <string name="bluetooth_disable_profile_message" msgid="2895844842011809904">"Spowoduje to wyłączenie profilu:&lt;br&gt;&lt;b&gt;<xliff:g id="PROFILE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;Urządzenie:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%2$s</xliff:g>&lt;/b&gt;"</string>
    <string name="bluetooth_unknown" msgid="644716244548801421"></string>
    <string name="bluetooth_device" msgid="5291950341750186887">"Urządzenie Bluetooth bez nazwy"</string>
    <string name="progress_scanning" msgid="192587958424295789">"Wyszukiwanie"</string>
    <string name="bluetooth_no_devices_found" msgid="1085232930277181436">"Brak urządzeń Bluetooth w pobliżu"</string>
    <string name="bluetooth_notif_ticker" msgid="4726721390078512173">"Żądanie parowania Bluetooth"</string>
    <string name="bluetooth_notif_title" msgid="2485175521845371514">"Żądanie parowania"</string>
    <string name="bluetooth_notif_message" msgid="5300852675110479862">"Dotknij, by sparować z <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
    <string name="bluetooth_show_received_files" msgid="5164787486105868895">"Pokaż odebrane pliki"</string>
    <string name="device_picker" msgid="4978696506172252813">"Wybierz urządzenie Bluetooth"</string>
    <string name="bluetooth_permission_request" msgid="1523129741266262748">"Prośba o pozwolenie na włączenie modułu Bluetooth"</string>
    <string name="bluetooth_ask_enablement" msgid="1712443355224737143">"Aplikacja chce na tym urządzeniu włączyć Bluetooth."</string>
    <string name="bluetooth_ask_discovery" product="tablet" msgid="786921566047356213">"Aplikacja chce ustawić Twój tablet jako wykrywalny dla innych urządzeń Bluetooth przez <xliff:g id="TIMEOUT">%1$d</xliff:g> s."</string>
    <string name="bluetooth_ask_discovery" product="default" msgid="5510358858113713272">"Aplikacja chce ustawić Twój telefon jako wykrywalny dla innych urządzeń Bluetooth przez <xliff:g id="TIMEOUT">%1$d</xliff:g> s."</string>
    <string name="bluetooth_ask_lasting_discovery" product="tablet" msgid="8863617309580598607">"Aplikacja chce ustawić Twój tablet jako wykrywalny dla innych urządzeń Bluetooth. Później możesz to zmienić w ustawieniach Bluetooth."</string>
    <string name="bluetooth_ask_lasting_discovery" product="default" msgid="6487606808683607975">"Aplikacja chce ustawić Twój telefon jako wykrywalny dla innych urządzeń Bluetooth. Później możesz to zmienić w ustawieniach Bluetooth."</string>
    <string name="bluetooth_ask_start_broadcast" product="default" msgid="3535628155254187911">"<xliff:g id="APP_NAME">%1$s</xliff:g> chce włączyć transmisję Bluetooth, by komunikować się z innymi urządzeniami w pobliżu. Możesz to potem zmienić w ustawieniach Bluetooth."</string>
    <string name="bluetooth_ask_enablement_and_start_broadcast" product="default" msgid="8810858601242763295">"Aplikacja <xliff:g id="APP_NAME">%1$s</xliff:g> chce włączyć Bluetooth i transmisję Bluetooth, by komunikować się z innymi urządzeniami w pobliżu. Możesz to potem zmienić w ustawieniach Bluetooth."</string>
    <string name="bluetooth_broadcasting_explaination" product="default" msgid="4249322115655011799">"Gdy ta funkcja jest włączona, Twój telefon może komunikować się z innymi urządzeniami w pobliżu.\n\nFunkcja wykorzystuje sygnały Bluetooth małej mocy."</string>
    <string name="bluetooth_ask_enablement_and_discovery" product="tablet" msgid="3346529092809011149">"Aplikacja chce włączyć Bluetooth i ustawić tablet jako wykrywalny dla innych urządzeń przez <xliff:g id="TIMEOUT">%1$d</xliff:g> s."</string>
    <string name="bluetooth_ask_enablement_and_discovery" product="default" msgid="4724094889807196118">"Aplikacja chce włączyć Bluetooth i ustawić telefon jako wykrywalny dla innych urządzeń przez <xliff:g id="TIMEOUT">%1$d</xliff:g> s."</string>
    <string name="bluetooth_ask_enablement_and_lasting_discovery" product="tablet" msgid="989613204829097159">"Aplikacja chce włączyć Bluetooth i ustawić Twój tablet jako wykrywalny dla innych urządzeń. Później możesz to zmienić w ustawieniach Bluetooth."</string>
    <string name="bluetooth_ask_enablement_and_lasting_discovery" product="default" msgid="6671615712909139801">"Aplikacja chce włączyć Bluetooth i ustawić Twój telefon jako wykrywalny dla innych urządzeń. Później możesz to zmienić w ustawieniach Bluetooth."</string>
    <string name="bluetooth_turning_on" msgid="4850574877288036646">"Włączanie Bluetooth..."</string>
    <string name="bluetooth_turning_off" msgid="2337747302892025192">"Wyłączanie Bluetooth..."</string>
    <string name="bluetooth_auto_connect" msgid="40711424456733571">"Połącz automatycznie"</string>
    <string name="bluetooth_connection_permission_request" msgid="4747918249032890077">"Żądanie nawiązania połączenia Bluetooth"</string>
    <string name="bluetooth_connection_notif_message" msgid="3687933246423942977">"Dotknij, aby połączyć się z urządzeniem „<xliff:g id="DEVICE_NAME">%1$s</xliff:g>”."</string>
    <string name="bluetooth_connection_dialog_text" msgid="8455427559949998023">"Czy chcesz nawiązać połączenie z urządzeniem „<xliff:g id="DEVICE_NAME">%1$s</xliff:g>”?"</string>
    <string name="bluetooth_phonebook_request" msgid="3951420080540915279">"Żądanie dostępu do książki telefonicznej"</string>
    <string name="bluetooth_pb_acceptance_dialog_text" msgid="6555508756987053866">"%1$s chce uzyskać dostęp do Twoich kontaktów i historii połączeń. Zezwolić %2$s na dostęp?"</string>
    <string name="bluetooth_remember_choice" msgid="6198284561603824931">"Nie pytaj ponownie"</string>
    <string name="bluetooth_pb_remember_choice" msgid="2901499974259177202">"Nie pytaj ponownie"</string>
    <string name="bluetooth_map_request" msgid="4595727689513143902">"Żądanie dostępu do wiadomości"</string>
    <string name="bluetooth_map_acceptance_dialog_text" msgid="8712508202081143737">"%1$s chce uzyskać dostęp do Twoich wiadomości. Zezwolić na dostęp?"</string>
    <string name="date_and_time" msgid="9062980487860757694">"Data i czas"</string>
    <string name="choose_timezone" msgid="1362834506479536274">"Wybierz strefę czasową"</string>
    <string name="display_preview_label" msgid="1127597250917274792">"Podgląd:"</string>
    <string name="display_font_size_label" msgid="8941851418397475389">"Rozmiar czcionki:"</string>
    <!-- no translation found for intent_sender_data_label (6332324780477289261) -->
    <skip />
    <string name="intent_sender_sendbroadcast_text" msgid="1415735148895872715">"Wyślij <xliff:g id="BROADCAST">broadcast</xliff:g>"</string>
    <string name="intent_sender_action_label" msgid="616458370005452389">"<xliff:g id="ACTION">Action</xliff:g>:"</string>
    <string name="intent_sender_startactivity_text" msgid="5080516029580421895">"Rozpocznij <xliff:g id="ACTIVITY">activity</xliff:g>"</string>
    <string name="intent_sender_resource_label" msgid="6963659726895482829">"<xliff:g id="RESOURCE">Resource</xliff:g>:"</string>
    <string name="intent_sender_account_label" msgid="465210404475603404">"Konto:"</string>
    <string name="proxy_settings_title" msgid="9049437837600320881">"Sewer proxy"</string>
    <string name="proxy_clear_text" msgid="5555400754952012657">"Wyczyść"</string>
    <string name="proxy_port_label" msgid="5655276502233453400">"Numer portu serwera proxy"</string>
    <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Pomiń proxy dla"</string>
    <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mojkomputer.test.com,localhost"</string>
    <string name="proxy_defaultView_text" msgid="6387985519141433291">"Przywróć domyślne"</string>
    <string name="proxy_action_text" msgid="2957063145357903951">"Gotowe"</string>
    <string name="proxy_hostname_label" msgid="8490171412999373362">"Nazwa hosta serwera proxy"</string>
    <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
    <string name="proxy_error" msgid="8926675299638611451">"Uwaga"</string>
    <string name="proxy_error_dismiss" msgid="4993171795485460060">"OK"</string>
    <string name="proxy_error_invalid_host" msgid="8052095511862922213">"Wpisana nazwa hosta jest nieprawidłowa."</string>
    <string name="proxy_error_invalid_exclusion_list" msgid="6467799485443290961">"Wpisana lista wykluczeń jest niepoprawnie sformatowana. Wykluczone domeny muszą być rozdzielone przecinkami."</string>
    <string name="proxy_error_empty_port" msgid="5539106187558215246">"Musisz wypełnić pole portu."</string>
    <string name="proxy_error_empty_host_set_port" msgid="2451694104858226781">"Pole port musi być puste, jeśli pole host jest puste."</string>
    <string name="proxy_error_invalid_port" msgid="2671425042711054494">"Wpisany port jest nieprawidłowy."</string>
    <string name="proxy_warning_limited_support" msgid="7229337138062837422">"Serwer proxy HTTP jest używany przez przeglądarkę, ale inne aplikacje mogą go nie używać."</string>
    <string name="proxy_url_title" msgid="7185282894936042359">"URL pliku PAC: "</string>
    <string name="radio_info_signal_location_label" msgid="16475158265551708">"Lokalizacja:"</string>
    <string name="radio_info_neighboring_location_label" msgid="2385625674055934880">"Sąsiadujący CID:"</string>
    <string name="radio_info_cellinfo_label" msgid="1300937728020622362">"Informacje:"</string>
    <string name="radio_info_dcrtinfo_label" msgid="6802395441317448068">"DcRtInfo:"</string>
    <string name="radio_info_data_attempts_label" msgid="1731106244577323381">"Próby danych:"</string>
    <string name="radio_info_gprs_service_label" msgid="2331818110375395364">"Usługa GPRS:"</string>
    <string name="radio_info_roaming_label" msgid="6141505430275138647">"Roaming:"</string>
    <string name="radio_info_imei_label" msgid="1220524224732944192">"IMEI:"</string>
    <string name="radio_info_call_redirect_label" msgid="1654674226961476872">"Przekierowania połączeń:"</string>
    <string name="radio_info_ppp_resets_label" msgid="3241667824729310546">"Liczba operacji resetowania PPP od momentu uruchomienia:"</string>
    <string name="radio_info_gsm_disconnects_label" msgid="1683069665736339820">"GSM rozłącza się:"</string>
    <string name="radio_info_current_network_label" msgid="3256402602440102610">"Obecna sieć:"</string>
    <string name="radio_info_data_successes_label" msgid="4417894113689054945">"Postępy danych:"</string>
    <string name="radio_info_ppp_received_label" msgid="3345184342444878849">"Otrzymano PPP:"</string>
    <string name="radio_info_gsm_service_label" msgid="2082332114596916985">"Usługa GSM:"</string>
    <string name="radio_info_signal_strength_label" msgid="1931937920896925766">"Siła sygnału:"</string>
    <string name="radio_info_call_status_label" msgid="4896238900685510883">"Stan połączenia:"</string>
    <string name="radio_info_ppp_sent_label" msgid="5009102250704375687">"Wysłano PPP:"</string>
    <string name="radio_info_radio_resets_label" msgid="9211343458143291617">"Resetowanie radia:"</string>
    <string name="radio_info_message_waiting_label" msgid="6981842420058672207">"Wiadomość oczekująca:"</string>
    <string name="radio_info_phone_number_label" msgid="7192944627907412169">"Numer telefonu:"</string>
    <string name="radio_info_band_mode_label" msgid="441469694142042022">"Wybierz pasmo radiowe"</string>
    <string name="radio_info_network_type_label" msgid="3706382548257257987">"Typ sieci:"</string>
    <string name="radio_info_set_perferred_label" msgid="9039200405863503267">"Ustaw preferowany typ sieci:"</string>
    <string name="radio_info_ping_ipaddr" msgid="498747917793263530">"Wyślij polecenie ping adresu IP:"</string>
    <string name="radio_info_ping_hostname" msgid="3054888474808217853">"Nazwa hosta dla operacji ping (www.google.pl):"</string>
    <string name="radio_info_http_client_test" msgid="5733604021077701555">"Test klienta HTTP:"</string>
    <string name="ping_test_label" msgid="7255376471490860631">"Przeprowadź test ping"</string>
    <string name="radio_info_smsc_label" msgid="6399460520126501354">"SMSC:"</string>
    <string name="radio_info_smsc_update_label" msgid="7258686760358791539">"Aktualizuj"</string>
    <string name="radio_info_smsc_refresh_label" msgid="6902302130315125102">"Odśwież"</string>
    <string name="radio_info_toggle_dns_check_label" msgid="8292252930563286858">"Przełącz sprawdzanie DNS"</string>
    <string name="oem_radio_info_label" msgid="6163141792477958941">"Informacje/ustawienia specyficzne dla producenta OEM"</string>
    <string name="band_mode_title" msgid="954174198903776205">"Ustaw pasmo GSM/UMTS"</string>
    <string name="band_mode_loading" msgid="548764766363847336">"Ładowanie listy pasm..."</string>
    <string name="band_mode_set" msgid="5730560180249458484">"Ustaw"</string>
    <string name="band_mode_failed" msgid="1495968863884716379">"Niepowodzenie"</string>
    <string name="band_mode_succeeded" msgid="2701016190055887575">"Udało się"</string>
    <string name="sdcard_changes_instructions" msgid="4482324130377280131">"Zmiany zostaną wprowadzone po ponownym podłączeniu kabla USB."</string>
    <string name="sdcard_settings_screen_mass_storage_text" msgid="3741220147296482474">"Włącz pamięć masową USB"</string>
    <string name="sdcard_settings_total_bytes_label" msgid="9184160745785062144">"Łącznie bajtów:"</string>
    <string name="sdcard_settings_not_present_status" product="nosdcard" msgid="1636218515775929394">"Nośnik USB niepodłączony"</string>
    <string name="sdcard_settings_not_present_status" product="default" msgid="2048419626134861599">"Brak karty SD"</string>
    <string name="sdcard_settings_available_bytes_label" msgid="763232429899373001">"Dostępnych bajtów:"</string>
    <string name="sdcard_settings_mass_storage_status" product="nosdcard" msgid="7993410985895217054">"Nośnik USB jako pamięć masowa"</string>
    <string name="sdcard_settings_mass_storage_status" product="default" msgid="2742075324087038036">"Karta SD jest używana jako pamięć masowa."</string>
    <string name="sdcard_settings_unmounted_status" product="nosdcard" msgid="9191210735703409245">"Możesz teraz wyjąć nośnik USB."</string>
    <string name="sdcard_settings_unmounted_status" product="default" msgid="6462544066195404905">"Możesz teraz wyjąć kartę SD."</string>
    <string name="sdcard_settings_bad_removal_status" product="nosdcard" msgid="7761390725880773697">"Wyjęto USB podczas używania."</string>
    <string name="sdcard_settings_bad_removal_status" product="default" msgid="5145797653495907970">"Karta SD została usunięta, gdy była używana!"</string>
    <string name="sdcard_settings_used_bytes_label" msgid="8820289486001170836">"Wykorzystanych bajtów:"</string>
    <string name="sdcard_settings_scanning_status" product="nosdcard" msgid="7503429447676219564">"Trwa skanowanie nośnika USB…"</string>
    <string name="sdcard_settings_scanning_status" product="default" msgid="2763464949274455656">"Przeszukiwanie karty SD w poszukiwaniu multimediów..."</string>
    <string name="sdcard_settings_read_only_status" product="nosdcard" msgid="3624143937437417788">"Nośnik USB tylko do odczytu"</string>
    <string name="sdcard_settings_read_only_status" product="default" msgid="4518291824764698112">"Karta SD jest podłączona tylko do odczytu."</string>
    <string name="skip_label" msgid="47510779345218297">"Pomiń"</string>
    <string name="next_label" msgid="4693520878012668114">"Dalej"</string>
    <string name="language_picker_title" msgid="5349877711342869319">"Język"</string>
    <string name="activity_picker_label" msgid="6295660302548177109">"Wybierz działanie"</string>
    <string name="device_info_label" msgid="6551553813651711205">"Informacje o urządzeniu"</string>
    <string name="battery_info_label" msgid="4132685016148679403">"Informacje o baterii"</string>
    <string name="display_label" msgid="8074070940506840792">"Ekran"</string>
    <string name="phone_info_label" product="tablet" msgid="7820855350955963628">"Informacje o tablecie"</string>
    <string name="phone_info_label" product="default" msgid="2127552523124277664">"Informacje o telefonie"</string>
    <string name="sd_card_settings_label" product="nosdcard" msgid="8101475181301178428">"Nośnik USB"</string>
    <string name="sd_card_settings_label" product="default" msgid="5743100901106177102">"Karta SD"</string>
    <string name="proxy_settings_label" msgid="3271174136184391743">"Ustawienia proxy"</string>
    <string name="cancel" msgid="6859253417269739139">"Anuluj"</string>
    <string name="okay" msgid="1997666393121016642">"OK"</string>
    <string name="forget" msgid="1400428660472591263">"Zapomnij"</string>
    <!-- no translation found for save (879993180139353333) -->
    <skip />
    <!-- no translation found for done (6942539184162713160) -->
    <skip />
    <string name="settings_label" msgid="1626402585530130914">"Ustawienia"</string>
    <string name="settings_label_launcher" msgid="8344735489639482340">"Ustawienia"</string>
    <string name="settings_shortcut" msgid="3936651951364030415">"Skrót do ustawień"</string>
    <string name="airplane_mode" msgid="8837269988154128601">"Tryb samolotowy"</string>
    <string name="radio_controls_title" msgid="3447085191369779032">"Więcej"</string>
    <string name="wireless_networks_settings_title" msgid="3643009077742794212">"Sieci zwykłe i bezprzewodowe"</string>
    <string name="radio_controls_summary" msgid="2837395036275123133">"Zarządzaj Wi‑Fi, Bluetoothem, trybem samolotowym, sieciami komórkowymi i VPN"</string>
    <string name="cellular_data_title" msgid="2525947635539415202">"Komórkowa transmisja danych"</string>
    <string name="calls_title" msgid="3544471959217176768">"Połączenia"</string>
    <string name="sms_messages_title" msgid="1778636286080572535">"SMS-y"</string>
    <string name="cellular_data_summary" msgid="4575500999626276446">"Zezwalaj na komórkową transmisję danych"</string>
    <string name="allow_data_usage_title" msgid="2238205944729213062">"Transmisja danych w roamingu"</string>
    <string name="roaming" msgid="3596055926335478572">"Roaming danych"</string>
    <string name="roaming_enable" msgid="3737380951525303961">"Połącz z usługami transmisji danych w roamingu"</string>
    <string name="roaming_disable" msgid="1295279574370898378">"Połącz z usługami transmisji danych w roamingu"</string>
    <string name="roaming_reenable_message" msgid="9141007271031717369">"Połączenie transmisji danych zostało utracone, ponieważ opuszczono sieć macierzystą przy wyłączonej opcji danych w roamingu."</string>
    <string name="roaming_turn_it_on_button" msgid="4387601818162120589">"Włącz"</string>
    <string name="roaming_warning" msgid="7625933694709170887">"Z zezwoleniem na roaming danych mogą się wiązać wysokie opłaty roamingowe."</string>
    <string name="roaming_warning_multiuser" product="tablet" msgid="6458990250829214777">"Po zezwoleniu na przesyłanie danych w roamingu mogą zostać naliczone znaczne opłaty za roaming.\n\nTo ustawienie obowiązuje wszystkich użytkowników tego tabletu."</string>
    <string name="roaming_warning_multiuser" product="default" msgid="6368421100292355440">"Po zezwoleniu na przesyłanie danych w roamingu mogą zostać naliczone znaczne opłaty za roaming.\n\nTo ustawienie obowiązuje wszystkich użytkowników tego telefonu."</string>
    <string name="roaming_reenable_title" msgid="6068100976707316772">"Zezwalać na roaming danych?"</string>
    <string name="networks" msgid="6333316876545927039">"Wybór operatora"</string>
    <string name="sum_carrier_select" msgid="3616956422251879163">"Wybierz operatora sieci."</string>
    <string name="date_and_time_settings_title" msgid="3350640463596716780">"Data i czas"</string>
    <string name="date_and_time_settings_title_setup_wizard" msgid="2391530758339384324">"Ustaw datę i godzinę"</string>
    <string name="date_and_time_settings_summary" msgid="7095318986757583584">"Ustaw datę, godzinę, strefę czasową i formaty."</string>
    <string name="date_time_auto" msgid="7076906458515908345">"Automatyczna data i czas"</string>
    <string name="date_time_auto_summaryOn" msgid="4609619490075140381">"Użyj czasu podanego przez sieć"</string>
    <string name="date_time_auto_summaryOff" msgid="8698762649061882791">"Użyj czasu podanego przez sieć"</string>
    <string name="zone_auto" msgid="334783869352026648">"Automatyczna strefa czasowa"</string>
    <string name="zone_auto_summaryOn" msgid="6142830927278458314">"Użyj strefy czasowej podanej przez sieć"</string>
    <string name="zone_auto_summaryOff" msgid="2597745783162041390">"Użyj strefy czasowej podanej przez sieć"</string>
    <string name="date_time_24hour_title" msgid="3203537578602803850">"Format 24-godzinny"</string>
    <string name="date_time_24hour" msgid="1193032284921000063">"Format 24-godzinny"</string>
    <string name="date_time_set_time_title" msgid="6296795651349047016">"Godzina"</string>
    <string name="date_time_set_time" msgid="5716856602742530696">"Ustaw godzinę"</string>
    <string name="date_time_set_timezone_title" msgid="3047322337368233197">"Strefa czasowa"</string>
    <string name="date_time_set_timezone" msgid="5045627174274377814">"Wybierz strefę czasową"</string>
    <string name="date_time_set_date_title" msgid="6928286765325608604">"Data"</string>
    <string name="date_time_set_date" msgid="7021491668550232105">"Ustaw datę"</string>
    <string name="zone_list_menu_sort_alphabetically" msgid="5683377702671088588">"Sortuj alfabetycznie"</string>
    <string name="zone_list_menu_sort_by_timezone" msgid="2720190443744884114">"Sortuj według strefy czasowej"</string>
    <string name="date_picker_title" msgid="1338210036394128512">"Data"</string>
    <string name="time_picker_title" msgid="483460752287255019">"Godzina"</string>
    <string name="lock_after_timeout" msgid="4590337686681194648">"Blokuj automatycznie"</string>
    <string name="lock_after_timeout_summary" msgid="6128431871360905631">"Po <xliff:g id="TIMEOUT_STRING">%1$s</xliff:g> uśpienia"</string>
    <string name="lock_after_timeout_summary_with_exception" msgid="5579064842797188409">"<xliff:g id="TIMEOUT_STRING">%1$s</xliff:g> po uśpieniu (z wyjątkiem sytuacji, gdy blokadę anuluje <xliff:g id="TRUST_AGENT_NAME">%2$s</xliff:g>)"</string>
    <string name="show_owner_info_on_lockscreen_label" msgid="5074906168357568434">"Pokaż tę informację na ekranie blokady"</string>
    <string name="owner_info_settings_title" msgid="2723190010708381889">"Informacje o właścicielu"</string>
    <string name="security_enable_widgets_title" msgid="2754833397070967846">"Włącz widżety"</string>
    <string name="security_enable_widgets_disabled_summary" msgid="1557090442377855233">"Wyłączone przez administratora"</string>
    <string name="owner_info_settings_summary" msgid="3800834657847339570"></string>
    <string name="owner_info_settings_edit_text_hint" msgid="4608681417960923911">"Wpisz tekst do wyświetlenia na ekranie blokady."</string>
    <string name="show_user_info_on_lockscreen_label" msgid="8408914624925608365">"Pokaż informacje o użytkowniku na zablokowanym ekranie"</string>
    <string name="user_info_settings_title" msgid="1195015434996724736">"Użytkownik – informacje"</string>
    <string name="show_profile_info_on_lockscreen_label" msgid="2741208907263877990">"Pokaż informacje o profilu na ekranie blokady"</string>
    <string name="profile_info_settings_title" msgid="3518603215935346604">"Informacje o profilu"</string>
    <string name="Accounts_settings_title" msgid="1643879107901699406">"Konta"</string>
    <string name="location_settings_title" msgid="1369675479310751735">"Lokalizacja"</string>
    <string name="account_settings_title" msgid="626177544686329806">"Konta"</string>
    <string name="security_settings_title" msgid="7945465324818485460">"Zabezpieczenia"</string>
    <string name="security_settings_summary" msgid="967393342537986570">"Ustaw funkcję Moja lokalizacja, odblokowywanie ekranu, blokadę karty SIM, blokadę magazynu danych logowania."</string>
    <string name="cdma_security_settings_summary" msgid="6068799952798901542">"Ustaw funkcję Moja lokalizacja, odblokowywanie ekranu, blokadę magazynu danych logowania"</string>
    <string name="security_passwords_title" msgid="2930627259125138363">"Hasła"</string>
    <string name="security_settings_fingerprint_preference_title" msgid="2488725232406204350">"Odcisk palca"</string>
    <string name="fingerprint_manage_category_title" msgid="8293801041700001681">"Zarządzaj odciskami"</string>
    <string name="fingerprint_usage_category_title" msgid="8438526918999536619">"Używaj odcisku palca do"</string>
    <string name="fingerprint_add_title" msgid="3453670509485083962">"Dodaj"</string>
    <string name="fingerprint_enable_keyguard_toggle_title" msgid="5078060939636911795">"blokada ekranu"</string>
    <plurals name="security_settings_fingerprint_preference_summary" formatted="false" msgid="4776063289827470602">
      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> zarejestrowane odciski palca</item>
      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> zarejestrowanych odcisków palca</item>
      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> zarejestrowanego odcisku palca</item>
      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> zarejestrowany odcisk palca</item>
    </plurals>
    <string name="security_settings_fingerprint_enroll_onboard_title" msgid="4735546436672054254">"Konf. odcisku palca"</string>
    <string name="security_settings_fingerprint_enroll_onboard_message" msgid="1892198885652894680">"Aby odblokowywać ekran lub potwierdzać zakupy odciskiem palca, musisz: \n\n✓ Skonfigurować zapasową metodę blokowania ekranu \n\n✓ Dodać swój odcisk palca"</string>
    <string name="security_settings_fingerprint_enroll_find_sensor_title" msgid="5877265753699187149">"Znajdź czytnik"</string>
    <string name="security_settings_fingerprint_enroll_find_sensor_message" msgid="1959655161889313661">"Znajdź czytnik linii papilarnych z tyłu telefonu."</string>
    <string name="security_settings_fingerprint_enroll_dialog_name_label" msgid="7086763077909041106">"Nazwa"</string>
    <string name="security_settings_fingerprint_enroll_dialog_ok" msgid="4150384963879569750">"OK"</string>
    <string name="security_settings_fingerprint_enroll_dialog_delete" msgid="4114615413240707936">"Usuń"</string>
    <string name="security_settings_fingerprint_enroll_start_title" msgid="1063375657071124812">"Rozpocznij"</string>
    <string name="security_settings_fingerprint_enroll_start_message" msgid="6294541599045187369">"Przyłóż palec do czytnika linii papilarnych. Unieś go, gdy poczujesz wibracje."</string>
    <string name="security_settings_fingerprint_enroll_repeat_title" msgid="3732060789409510229">"Świetnie. Teraz powtórz czynność."</string>
    <string name="security_settings_fingerprint_enroll_repeat_message" msgid="8846866512704467036">"Przyłóż ten sam palec do czytnika linii papilarnych i unieś go, gdy poczujesz wibracje."</string>
    <string name="security_settings_fingerprint_enroll_finish_title" msgid="4798692662828257300">"Dodano odcisk palca."</string>
    <string name="security_settings_fingerprint_enroll_finish_message" msgid="835496875787664316">"Gdy wyświetla się ta ikona, możesz użyć odcisku palca na potrzeby identyfikacji lub autoryzacji zakupu."</string>
    <string name="fingerprint_enroll_button_add" msgid="9087063833311608281">"Dodaj"</string>
    <string name="fingerprint_enroll_button_next" msgid="6247009337616342759">"Dalej"</string>
    <string name="crypt_keeper_settings_title" msgid="4219233835490520414">"Szyfrowanie"</string>
    <string name="crypt_keeper_encrypt_title" product="tablet" msgid="1060273569887301457">"Zaszyfruj tablet"</string>
    <string name="crypt_keeper_encrypt_title" product="default" msgid="1878996487755806122">"Zaszyfruj telefon"</string>
    <string name="crypt_keeper_encrypted_summary" msgid="1868233637888132906">"Zaszyfrowane"</string>
    <string name="crypt_keeper_desc" product="tablet" msgid="2876073029767953111">"Możesz zaszyfrować swoje konta, ustawienia, pobrane aplikacje wraz z danymi oraz pliki multimedialne i inne. Jeśli korzystasz z szyfrowania tabletu i masz na nim ustawione blokowanie ekranu (wykorzystujesz do tego wzór, kod PIN lub hasło), po każdym uruchomieniu urządzenia konieczne będzie odblokowanie ekranu, by odszyfrować dane. Jedynym innym sposobem odszyfrowania tabletu jest przywrócenie danych fabrycznych, co powoduje usunięcie wszystkich danych.\n\nSzyfrowanie trwa co najmniej godzinę. Przed jego rozpoczęciem naładuj baterię, a w trakcie nie odłączaj tabletu od zasilania. Przerwanie procesu szyfrowania spowoduje utratę części lub wszystkich danych."</string>
    <string name="crypt_keeper_desc" product="default" msgid="5573427498609458721">"Możesz zaszyfrować swoje konta, ustawienia, pobrane aplikacje wraz z danymi oraz pliki multimedialne i inne. Jeśli korzystasz z szyfrowania telefonu i masz na nim ustawione blokowanie ekranu (wykorzystujesz do tego wzór, kod PIN lub hasło), po każdym uruchomieniu urządzenia konieczne będzie odblokowanie ekranu, by odszyfrować dane. Jedynym innym sposobem odszyfrowania telefonu jest przywrócenie danych fabrycznych, co powoduje wymazanie wszystkich danych.\n\nSzyfrowanie trwa co najmniej godzinę. Przed jego rozpoczęciem naładuj baterię, a w trakcie nie odłączaj telefonu od zasilania. Przerwanie procesu szyfrowania spowoduje utratę części lub wszystkich danych."</string>
    <string name="crypt_keeper_button_text" product="tablet" msgid="1189623490604750854">"Zaszyfruj tablet"</string>
    <string name="crypt_keeper_button_text" product="default" msgid="2008346408473255519">"Zaszyfruj telefon"</string>
    <string name="crypt_keeper_low_charge_text" msgid="2029407131227814893">"Naładuj baterię i spróbuj ponownie."</string>
    <string name="crypt_keeper_unplugged_text" msgid="4785376766063053901">"Podłącz ładowarkę i spróbuj ponownie."</string>
    <string name="crypt_keeper_dialog_need_password_title" msgid="4058971800557767">"Brak kodu PIN lub hasła blokowania ekranu"</string>
    <string name="crypt_keeper_dialog_need_password_message" msgid="4071395977297369642">"Przed rozpoczęciem szyfrowania musisz ustawić kod PIN lub hasło blokady ekranu."</string>
    <string name="crypt_keeper_confirm_title" msgid="5100339496381875522">"Zaszyfrować?"</string>
    <string name="crypt_keeper_final_desc" product="tablet" msgid="4453629424172409792">"Operacja szyfrowania jest nieodwracalna, a jej przerwanie grozi utratą danych. Szyfrowanie trwa co najmniej godzinę, a tablet zostanie w tym czasie kilkakrotnie uruchomiony ponownie."</string>
    <string name="crypt_keeper_final_desc" product="default" msgid="5682944380460921880">"Operacja szyfrowania jest nieodwracalna, a jej przerwanie grozi utratą danych. Szyfrowanie trwa co najmniej godzinę, a telefon zostanie w tym czasie kilkakrotnie uruchomiony ponownie."</string>
    <string name="crypt_keeper_setup_title" msgid="1783951453124244969">"Szyfrowanie"</string>
    <string name="crypt_keeper_setup_description" product="tablet" msgid="6689952371032099350">"Czekaj, trwa szyfrowanie tabletu. Ukończono: <xliff:g id="PERCENT">^1</xliff:g>%."</string>
    <string name="crypt_keeper_setup_description" product="default" msgid="951918761585534875">"Czekaj, trwa szyfrowanie telefonu. Ukończono: <xliff:g id="PERCENT">^1</xliff:g>%."</string>
    <string name="crypt_keeper_setup_time_remaining" product="tablet" msgid="1655047311546745695">"Poczekaj, aż tablet zostanie zaszyfrowany. Pozostały czas: <xliff:g id="DURATION">^1</xliff:g>"</string>
    <string name="crypt_keeper_setup_time_remaining" product="default" msgid="1862964662304683072">"Poczekaj, aż telefon zostanie zaszyfrowany. Pozostały czas: <xliff:g id="DURATION">^1</xliff:g>"</string>
    <string name="crypt_keeper_force_power_cycle" product="tablet" msgid="556504311511212648">"Aby odblokować tablet, wyłącz go i włącz ponownie."</string>
    <string name="crypt_keeper_force_power_cycle" product="default" msgid="1794353635603020327">"Aby odblokować telefon, wyłącz go i włącz ponownie."</string>
    <string name="crypt_keeper_warn_wipe" msgid="2738374897337991667">"Ostrzeżenie: Twoje urządzenie zostanie wyczyszczone po <xliff:g id="COUNT">^1</xliff:g> następnych nieudanych próbach odblokowania!"</string>
    <string name="crypt_keeper_enter_password" msgid="2223340178473871064">"Wpisz swoje hasło."</string>
    <string name="crypt_keeper_failed_title" msgid="7133499413023075961">"Szyfrowanie zakończone niepowodzeniem"</string>
    <string name="crypt_keeper_failed_summary" product="tablet" msgid="4478225241476039013">"Szyfrowanie zostało przerwane i nie można go dokończyć. Z tego powodu dane znajdujące się w tablecie nie są już dostępne. \n\nAby dalej używać tabletu, musisz przywrócić dane fabryczne. Podczas konfigurowania po zresetowaniu będziesz mieć możliwość przywrócenia wszelkich danych, których kopia zapasowa została utworzona na koncie Google."</string>
    <string name="crypt_keeper_failed_summary" product="default" msgid="3083477162766772532">"Szyfrowanie zostało przerwane i nie można go dokończyć. Z tego powodu dane znajdujące się w telefonie nie są już dostępne. \n\nAby dalej używać telefonu, musisz przywrócić dane fabryczne. Podczas konfigurowania po zresetowaniu będziesz mieć możliwość przywrócenia wszelkich danych, których kopia zapasowa została utworzona na koncie Google."</string>
    <string name="crypt_keeper_data_corrupt_title" msgid="8759119849089795751">"Nie udało się odszyfrować"</string>
    <string name="crypt_keeper_data_corrupt_summary" product="tablet" msgid="3775740783651700375">"Wpisane hasło jest prawidłowe, ale Twoje dane są uszkodzone. \n\nAby móc korzystać z tabletu, musisz zresetować go do ustawień fabrycznych. Następnie podczas konfigurowania urządzenia możesz przywrócić wszystkie dane, których kopię zapasową masz na koncie Google."</string>
    <string name="crypt_keeper_data_corrupt_summary" product="default" msgid="6898436151871328007">"Wpisane hasło jest prawidłowe, ale Twoje dane są uszkodzone. \n\nAby móc korzystać z telefonu, musisz zresetować go do ustawień fabrycznych. Następnie podczas konfigurowania urządzenia możesz przywrócić wszystkie dane, których kopię zapasową masz na koncie Google."</string>
    <string name="crypt_keeper_switch_input_method" msgid="4168332125223483198">"Przełącz metodę wprowadzania"</string>
    <string name="lock_settings_picker_title" msgid="1095755849152582712">"Wybierz blokadę ekranu"</string>
    <string name="backup_lock_settings_picker_title" msgid="8530380598637963916">"Wybierz blokadę zapasową"</string>
    <string name="unlock_set_unlock_launch_picker_title" msgid="2084576942666016993">"Blokada ekranu"</string>
    <string name="unlock_set_unlock_launch_picker_change_title" msgid="5045866882028324941">"Zmień blokadę ekranu"</string>
    <string name="unlock_set_unlock_launch_picker_change_summary" msgid="2790960639554590668">"Zmień lub wyłącz zabezpieczenie ekranu (wzór, PIN lub hasło)"</string>
    <string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Wybierz sposób blokowania ekranu"</string>
    <string name="unlock_backup_info_summary" msgid="108524727803788172">"Wybierz sposób odblokowania w przypadku, gdy Rozpoznanie twarzy nie zadziała."</string>
    <string name="unlock_set_unlock_off_title" msgid="7117155352183088342">"Brak"</string>
    <string name="unlock_set_unlock_off_summary" msgid="94361581669110415"></string>
    <string name="unlock_set_unlock_none_title" msgid="5679243878975864640">"Przesuń palcem"</string>
    <string name="unlock_set_unlock_none_summary" msgid="8914673583104628191">"Bez zabezpieczeń"</string>
    <string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Wzór"</string>
    <string name="unlock_set_unlock_pattern_summary" msgid="7062696666227725593">"Średni poziom zabezpieczeń"</string>
    <string name="unlock_set_unlock_pin_title" msgid="5846029709462329515">"Kod PIN"</string>
    <string name="unlock_set_unlock_pin_summary" msgid="907878650556383388">"Średni i wysoki poziom zabezpieczeń"</string>
    <string name="unlock_set_unlock_password_title" msgid="8775603825675090937">"Hasło"</string>
    <string name="unlock_set_unlock_password_summary" msgid="8856220848940929546">"Wysoki poziom zabezpieczeń"</string>
    <string name="current_screen_lock" msgid="4104091715420072219">"Aktualna blokada ekranu"</string>
    <string name="unlock_disable_frp_warning_content" msgid="7070131836291098244">"Funkcje chroniące urządzenie przestaną działać."</string>
    <string name="unlock_set_unlock_disabled_summary" msgid="2120729867788851674">"Wyłączone przez administratora lub ze względu na zasady szyfrowania albo magazyn danych logowania"</string>
    <string name="unlock_set_unlock_mode_off" msgid="5881952274566013651">"Brak"</string>
    <string name="unlock_set_unlock_mode_none" msgid="8467360084676871617">"Przesuń palcem"</string>
    <string name="unlock_set_unlock_mode_pattern" msgid="7837270780919299289">"Wzór"</string>
    <string name="unlock_set_unlock_mode_pin" msgid="3541326261341386690">"Kod PIN"</string>
    <string name="unlock_set_unlock_mode_password" msgid="1203938057264146610">"Hasło"</string>
    <string name="unlock_setup_wizard_fingerprint_details" msgid="7579210814842056547">"Po ustawieniu blokady ekranu możesz też skonfigurować rozpoznawanie odcisku palca. Kliknij Ustawienia &gt; Zabezpieczenia."</string>
    <string name="unlock_disable_lock_title" msgid="1427036227416979120">"Wyłącz blokadę ekranu"</string>
    <string name="unlock_disable_lock_pattern_summary" msgid="6801602880568869201">"Usuń wzór odblokowania"</string>
    <string name="unlock_disable_lock_pin_summary" msgid="8856842745366993387">"Usuń kod PIN odblokowania"</string>
    <string name="unlock_disable_lock_password_summary" msgid="192161194564577025">"Usuń hasło odblokowania"</string>
    <string name="unlock_disable_lock_unknown_summary" msgid="8688498722601653961">"Usuń blokadę ekranu"</string>
    <string name="unlock_change_lock_pattern_title" msgid="2044092014872741130">"Zmień wzór odblokowania"</string>
    <string name="unlock_change_lock_pin_title" msgid="806629901095938484">"Zmień kod PIN odblokowania"</string>
    <string name="unlock_change_lock_password_title" msgid="5606298470358768865">"Zmień hasło odblokowania"</string>
    <string name="lockpassword_password_too_short" msgid="7328975683669256660">"Liczba znaków w haśle musi wynosić co najmniej %d"</string>
    <string name="lockpassword_pin_too_short" msgid="1677649103470518953">"PIN musi mieć co najmniej %d cyfr(y)"</string>
    <string name="lockpassword_press_continue" msgid="122706614386757182">"Gdy skończysz, wybierz Dalej"</string>
    <string name="lockpassword_continue_label" msgid="4602203784934526940">"Dalej"</string>
    <string name="lockpassword_password_too_long" msgid="7016906583950201704">"Hasło musi mieć mniej znaków niż <xliff:g id="NUMBER">%d</xliff:g>."</string>
    <string name="lockpassword_pin_too_long" msgid="6419879099090294052">"Kod PIN musi mieć mniej cyfr niż <xliff:g id="NUMBER">%d</xliff:g>."</string>
    <string name="lockpassword_pin_contains_non_digits" msgid="1079053457942945709">"Kod PIN musi zawierać wyłącznie cyfry 0-9."</string>
    <string name="lockpassword_pin_recently_used" msgid="7909781183925861119">"Administrator urządzenia nie zezwala na ustawianie niedawno używanego kodu PIN."</string>
    <string name="lockpassword_illegal_character" msgid="8742901630116866738">"Hasło zawiera niedozwolony znak."</string>
    <string name="lockpassword_password_requires_alpha" msgid="5203836082520634764">"Hasło musi zawierać co najmniej jedną literę."</string>
    <string name="lockpassword_password_requires_digit" msgid="3958033271435659825">"Hasło musi zawierać co najmniej jedną cyfrę."</string>
    <string name="lockpassword_password_requires_symbol" msgid="7226621405629726899">"Hasło musi zawierać co najmniej jeden symbol."</string>
    <plurals name="lockpassword_password_requires_letters" formatted="false" msgid="5677371623980347934">
      <item quantity="few">Hasło musi zawierać co najmniej %d litery.</item>
      <item quantity="many">Hasło musi zawierać co najmniej %d liter.</item>
      <item quantity="other">Hasło musi zawierać co najmniej %d litery.</item>
      <item quantity="one">Hasło musi zawierać co najmniej jedną literę.</item>
    </plurals>
    <plurals name="lockpassword_password_requires_lowercase" formatted="false" msgid="5396846200894553640">
      <item quantity="few">Hasło musi zawierać co najmniej %d małe litery.</item>
      <item quantity="many">Hasło musi zawierać co najmniej %d małych liter.</item>
      <item quantity="other">Hasło musi zawierać co najmniej %d małej litery.</item>
      <item quantity="one">Hasło musi zawierać co najmniej jedną małą literę.</item>
    </plurals>
    <plurals name="lockpassword_password_requires_uppercase" formatted="false" msgid="2483949715040341677">
      <item quantity="few">Hasło musi zawierać co najmniej %d wielkie litery.</item>
      <item quantity="many">Hasło musi zawierać co najmniej %d wielkich liter.</item>
      <item quantity="other">Hasło musi zawierać co najmniej %d wielkiej litery.</item>
      <item quantity="one">Hasło musi zawierać co najmniej jedną wielką literę.</item>
    </plurals>
    <plurals name="lockpassword_password_requires_numeric" formatted="false" msgid="9156410893744210033">
      <item quantity="few">Hasło musi zawierać co najmniej %d cyfry.</item>
      <item quantity="many">Hasło musi zawierać co najmniej %d cyfr.</item>
      <item quantity="other">Hasło musi zawierać co najmniej %d cyfry.</item>
      <item quantity="one">Hasło musi zawierać co najmniej jedną cyfrę.</item>
    </plurals>
    <plurals name="lockpassword_password_requires_symbols" formatted="false" msgid="5384442837439742233">
      <item quantity="few">Hasło musi zawierać co najmniej %d symbole specjalne.</item>
      <item quantity="many">Hasło musi zawierać co najmniej %d symboli specjalnych.</item>
      <item quantity="other">Hasło musi zawierać co najmniej %d symbolu specjalnego.</item>
      <item quantity="one">Hasło musi zawierać co najmniej jeden symbol specjalny.</item>
    </plurals>
    <plurals name="lockpassword_password_requires_nonletter" formatted="false" msgid="4175064976268466293">
      <item quantity="few">Hasło musi zawierać co najmniej %d znaki niebędące literą.</item>
      <item quantity="many">Hasło musi zawierać co najmniej %d znaków niebędących literą.</item>
      <item quantity="other">Hasło musi zawierać co najmniej %d znaku niebędącego literą.</item>
      <item quantity="one">Hasło musi zawierać co najmniej jeden znak niebędący literą.</item>
    </plurals>
    <string name="lockpassword_password_recently_used" msgid="6098087796784262081">"Administrator urządzenia nie zezwala na ustawianie niedawno używanego hasła."</string>
    <string name="lockpassword_pin_no_sequential_digits" msgid="6830610582179569631">"Ciąg cyfr rosnących, malejących lub powtarzających się jest niedozwolony"</string>
    <string name="lockpassword_ok_label" msgid="313822574062553672">"OK"</string>
    <string name="lockpassword_cancel_label" msgid="8818529276331121899">"Anuluj"</string>
    <string name="lockpattern_tutorial_cancel_label" msgid="6431583477570493261">"Anuluj"</string>
    <string name="lockpattern_tutorial_continue_label" msgid="3559793618653400434">"Dalej"</string>
    <string name="lock_setup" msgid="3355847066343753943">"Konfiguracja została ukończona."</string>
    <string name="device_admin_title" msgid="3562216873644263804">"Administracja urządzeniem"</string>
    <string name="manage_device_admin" msgid="5059296715271077278">"Administratorzy urządzenia"</string>
    <string name="manage_device_admin_summary" msgid="7672709110988761075">"Wyświetl lub dezaktywuj administratorów urządzenia"</string>
    <string name="manage_trust_agents" msgid="4629279457536987768">"Agenty zaufania"</string>
    <string name="disabled_because_no_backup_security" msgid="6877660253409580377">"Najpierw ustaw blokadę ekranu"</string>
    <string name="manage_trust_agents_summary" msgid="6804319935640148441">"Wyświetl lub wyłącz agenty zaufania"</string>
    <string name="bluetooth_quick_toggle_title" msgid="1037056952714061893">"Bluetooth"</string>
    <string name="bluetooth_quick_toggle_summary" msgid="5293641680139873341">"Włącz Bluetooth"</string>
    <string name="bluetooth_settings" msgid="1810521656168174329">"Bluetooth"</string>
    <string name="bluetooth_settings_title" msgid="1908745291161353016">"Bluetooth"</string>
    <string name="bluetooth_settings_summary" msgid="2091062709530570462">"Zarządzaj połączeniami, ustaw nazwę urządzenia i możliwość wykrycia"</string>
    <string name="bluetooth_pairing_request" msgid="6385750334766370310">"Prośba o utworzenie powiązania Bluetooth"</string>
    <string name="bluetooth_enter_pin_msg" msgid="4954085254142996877">"Urządzenie"</string>
    <string name="bluetooth_pairing_key_msg" msgid="333005542843637754">"Kod parowania"</string>
    <string name="bluetooth_enter_passkey_msg" msgid="6813273136442138444">"Wpisz kod parowania i naciśnij Return lub Enter"</string>
    <string name="bluetooth_enable_alphanumeric_pin" msgid="7222713483058171357">"Kod PIN zawiera litery lub symbole"</string>
    <string name="bluetooth_pin_values_hint" msgid="3815897557875873646">"Zazwyczaj 0000 lub 1234"</string>
    <string name="bluetooth_enter_pin_other_device" msgid="4637977124526813470">"Może być również konieczne wpisanie tego kodu PIN na drugim urządzeniu."</string>
    <string name="bluetooth_enter_passkey_other_device" msgid="2798719004030279602">"Może być również konieczne wpisanie tego klucza na drugim urządzeniu."</string>
    <string name="bluetooth_confirm_passkey_msg" msgid="3708312912841950052">"Aby sparować z urządzeniem:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;Upewnij się, że jest na nim wyświetlony następujący klucz:&lt;br&gt;&lt;b&gt;<xliff:g id="PASSKEY">%2$s</xliff:g>&lt;/b&gt;"</string>
    <string name="bluetooth_incoming_pairing_msg" msgid="1615930853859551491">"Od:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;Sparować z tym urządzeniem?"</string>
    <string name="bluetooth_display_passkey_pin_msg" msgid="2796550001376088433">"Aby sparować z urządzeniem <xliff:g id="BOLD1_0">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="DEVICE_NAME">%1$s</xliff:g><xliff:g id="END_BOLD1">&lt;/b&gt;&lt;br&gt;&lt;br&gt;</xliff:g>, wpisz na nim klucz <xliff:g id="BOLD2_1">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="PASSKEY">%2$s</xliff:g><xliff:g id="END_BOLD2">&lt;/b&gt;</xliff:g>, a następnie naciśnij klawisz zatwierdzania."</string>
    <string name="bluetooth_pairing_will_share_phonebook" msgid="4982239145676394429">"Parowanie spowoduje przyznanie dostępu do historii połączeń i Twoich kontaktów w trakcie połączenia."</string>
    <string name="bluetooth_error_title" msgid="6850384073923533096"></string>
    <string name="bluetooth_connecting_error_message" msgid="229861986106185022">"Nie udało się nawiązać połączenia z <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
    <string name="bluetooth_preference_scan_title" msgid="2277464653118896016">"Wyszukaj urządzenia"</string>
    <string name="bluetooth_search_for_devices" msgid="2754007356491461674">"Odśwież"</string>
    <string name="bluetooth_searching_for_devices" msgid="9203739709307871727">"Wyszukiwanie…"</string>
    <string name="bluetooth_preference_device_settings" msgid="907776049862799122">"Ustawienia urządzenia"</string>
    <string name="bluetooth_preference_paired_dialog_title" msgid="8875124878198774180">"Sparowane urządzenie"</string>
    <string name="bluetooth_preference_paired_dialog_name_label" msgid="8111146086595617285">"Nazwa"</string>
    <string name="bluetooth_preference_paired_dialog_internet_option" msgid="7112953286863428412">"Połączenie internetowe"</string>
    <string name="bluetooth_preference_paired_dialog_keyboard_option" msgid="2271954176947879628">"Klawiatura"</string>
    <string name="bluetooth_preference_paired_dialog_contacts_option" msgid="7747163316331917594">"Historia kontaktów i połączeń"</string>
    <string name="bluetooth_pairing_dialog_title" msgid="1417255032435317301">"Sparować z tym urządzeniem?"</string>
    <string name="bluetooth_pairing_dialog_sharing_phonebook_title" msgid="7664141669886358618">"Udostępnić książkę telefoniczną?"</string>
    <string name="bluetooth_pairing_dialog_contants_request" msgid="5531109163573611348">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> chce uzyskać dostęp do Twoich kontaktów i historii połączeń."</string>
    <string name="bluetooth_pairing_dialog_paring_request" msgid="8451248193517851958">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> chce się sparować z Bluetoothem. Po połączeniu uzyska dostęp do Twoich kontaktów i historii połączeń."</string>
    <string name="bluetooth_preference_paired_devices" msgid="1970524193086791964">"Sparowane urządzenia"</string>
    <string name="bluetooth_preference_found_devices" msgid="1647983835063249680">"Dostępne urządzenia"</string>
    <string name="bluetooth_preference_no_found_devices" msgid="7594339669961811591">"Brak dostępnych urządzeń"</string>
    <string name="bluetooth_device_context_connect" msgid="3997659895003244941">"Połącz"</string>
    <string name="bluetooth_device_context_disconnect" msgid="8220072022970148683">"Rozłącz"</string>
    <string name="bluetooth_device_context_pair_connect" msgid="7611522504813927727">"Sparuj i połącz"</string>
    <string name="bluetooth_device_context_unpair" msgid="662992425948536144">"Rozłącz parę"</string>
    <string name="bluetooth_device_context_disconnect_unpair" msgid="7644014238070043798">"Rozłącz i anuluj parowanie"</string>
    <string name="bluetooth_device_context_connect_advanced" msgid="2643129703569788771">"Opcje…"</string>
    <string name="bluetooth_menu_advanced" msgid="8572178316357220524">"Zaawansowane"</string>
    <string name="bluetooth_advanced_titlebar" msgid="2142159726881547669">"Bluetooth – zaawansowane"</string>
    <string name="bluetooth_empty_list_bluetooth_off" msgid="6351930724051893423">"Po włączeniu Bluetootha urządzenie może komunikować się z innymi urządzeniami Bluetooth w pobliżu."</string>
    <string name="ble_scan_notify_text" msgid="3719383048635344071">"Aby poprawić dokładność lokalizacji, aplikacje i usługi będą szukać urządzeń Bluetooth, nawet gdy Bluetooth jest wyłączony. Możesz to zmienić w <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>ustawieniach skanowania<xliff:g id="LINK_END_1">LINK_END</xliff:g>."</string>
    <string name="bluetooth_connect_specific_profiles_title" msgid="6952214406025825164">"Połącz z siecią…"</string>
    <string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"Urządzenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> zostanie odłączone od funkcji audio multimediów."</string>
    <string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"Urządzenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> zostanie odłączone od zestawu głośnomówiącego."</string>
    <string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> zostanie odłączony od urządzenia wejściowego."</string>
    <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"Połączenie internetowe przez urządzenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> zostanie zakończone."</string>
    <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="5455448395850929200">"Urządzenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> nie będzie korzystać z połączenia internetowego tego tabletu."</string>
    <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"Urządzenie <xliff:g id="DEVICE_NAME">%1$s</xliff:g> nie będzie korzystać z połączenia internetowego tego telefonu."</string>
    <string name="bluetooth_device_advanced_title" msgid="6066342531927499308">"Sparowane urządzenie Bluetooth"</string>
    <string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Połącz"</string>
    <string name="bluetooth_device_advanced_online_mode_summary" msgid="1204424107263248336">"Połącz z urządzeniem Bluetooth"</string>
    <string name="bluetooth_device_advanced_profile_header_title" msgid="102745381968579605">"Używaj do:"</string>
    <string name="bluetooth_device_advanced_rename_device" msgid="5148578059584955791">"Zmień nazwę"</string>
    <string name="bluetooth_device_advanced_enable_opp_title" msgid="8222550640371627365">"Zezwalaj na odbieranie plików"</string>
    <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"Połączone w celu dostępu do internetu"</string>
    <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"Udostępnianie połączenia internetowego"</string>
    <string name="bluetooth_dock_settings" msgid="3218335822716052885">"Ustawienia podstawki"</string>
    <string name="bluetooth_dock_settings_title" msgid="5543069893044375188">"Używaj podstawki na potrzeby dźwięku"</string>
    <string name="bluetooth_dock_settings_headset" msgid="1001821426078644650">"Jako telefon w trybie głośnika"</string>
    <string name="bluetooth_dock_settings_a2dp" msgid="8791004998846630574">"Dla muzyki i multimediów"</string>
    <string name="bluetooth_dock_settings_remember" msgid="5551459057010609115">"Zapamiętaj ustawienia"</string>
    <string name="wifi_assistant_title" msgid="2553267316621598101">"Asystent Wi‑Fi"</string>
    <string name="wifi_display_settings_title" msgid="8740852850033480136">"Przesyłanie"</string>
    <string name="wifi_display_enable_menu_item" msgid="4883036464138167674">"Wyświetlacz bezprzewodowy"</string>
    <string name="wifi_display_no_devices_found" msgid="1382012407154143453">"Brak urządzeń w pobliżu."</string>
    <string name="wifi_display_status_connecting" msgid="5688608834000748607">"Łączenie"</string>
    <string name="wifi_display_status_connected" msgid="8364125226376985558">"Połączony"</string>
    <string name="wifi_display_status_in_use" msgid="8556830875615434792">"W użyciu"</string>
    <string name="wifi_display_status_not_available" msgid="5714978725794210102">"Niedostępne"</string>
    <string name="wifi_display_details" msgid="7791118209992162698">"Ustawienia wyświetlacza"</string>
    <string name="wifi_display_options_title" msgid="5740656401635054838">"Opcje wyświetlacza bezprzewodowego"</string>
    <string name="wifi_display_options_forget" msgid="9119048225398894580">"Zapomnij"</string>
    <string name="wifi_display_options_done" msgid="5703116500357822557">"Gotowe"</string>
    <string name="wifi_display_options_name" msgid="4756080222307467898">"Nazwa"</string>
    <string name="nfc_quick_toggle_title" msgid="6769159366307299004">"Komunikacja NFC"</string>
    <string name="nfc_quick_toggle_summary" product="tablet" msgid="8302974395787498915">"Zezwalaj na wymianę danych, gdy tablet dotyka innego urządzenia"</string>
    <string name="nfc_quick_toggle_summary" product="default" msgid="5237208142892767592">"Zezwalaj na wymianę danych, gdy telefon dotyka innego urządzenia"</string>
    <string name="android_beam_settings_title" msgid="7832812974600338649">"Android Beam"</string>
    <string name="android_beam_on_summary" msgid="3618057099355636830">"Gotowy do przesyłania danych między aplikacjami przez NFC"</string>
    <string name="android_beam_off_summary" msgid="4663095428454779138">"Wyłączona"</string>
    <string name="android_beam_disabled_summary" msgid="1737782116894793393">"Niedostępne przy wyłączonym NFC"</string>
    <string name="android_beam_label" msgid="6257036050366775040">"Android Beam"</string>
    <string name="android_beam_explained" msgid="6981652347448777459">"Po włączeniu tej funkcji możesz przesyłać dane między urządzeniami z funkcją NFC, zbliżając oba aparaty do siebie. Możliwe jest na przykład przesłanie stron z przeglądarki, filmów z YouTube, kontaktów z telefonu itp.\n\nWystarczy zetknąć urządzenia ze sobą (najlepiej tyłem) i dotknąć ekranu. Aplikacja automatycznie określi, jakie dane chcesz przesłać."</string>
    <string name="nsd_quick_toggle_title" msgid="3125572815278848258">"Wykrywanie usług sieciowych"</string>
    <string name="nsd_quick_toggle_summary" msgid="155692215972781276">"Zezwól aplikacjom z innych urządzeń wykrywać aplikacje na tym urządzeniu"</string>
    <string name="wifi_quick_toggle_title" msgid="8850161330437693895">"Wi‑Fi"</string>
    <string name="wifi_quick_toggle_summary" msgid="2696547080481267642">"Włącz Wi-Fi"</string>
    <string name="wifi_settings" msgid="29722149822540994">"Wi‑Fi"</string>
    <string name="wifi_settings_category" msgid="8719175790520448014">"Ustawienia Wi-Fi"</string>
    <string name="wifi_settings_title" msgid="3103415012485692233">"Wi‑Fi"</string>
    <string name="wifi_settings_summary" msgid="668767638556052820">"Konfiguruj punkty dostępowe sieci bezprzewodowej i zarządzaj nimi"</string>
    <string name="wifi_setup_wizard_title" msgid="7873622558088429710">"Wybierz sieć Wi‑Fi"</string>
    <string name="wifi_select_network" msgid="4210954938345463209">"Wybierz Wi-Fi"</string>
    <string name="wifi_starting" msgid="6732377932749942954">"Włączam Wi-Fi…"</string>
    <string name="wifi_stopping" msgid="8952524572499500804">"Wyłączam Wi-Fi…"</string>
    <string name="wifi_error" msgid="3207971103917128179">"Błąd"</string>
    <string name="wifi_in_airplane_mode" msgid="8652520421778203796">"W trybie samolotowym"</string>
    <string name="wifi_notify_open_networks" msgid="3755768188029653293">"Powiadomienie o sieci"</string>
    <string name="wifi_notify_open_networks_summary" msgid="3716818008370391253">"Powiadamiaj o dostępnej sieci publicznej"</string>
    <string name="wifi_poor_network_detection" msgid="4925789238170207169">"Unikaj słabych połączeń"</string>
    <string name="wifi_poor_network_detection_summary" msgid="7843672905900544785">"Nie używaj sieci Wi-Fi, jeśli połączenie jest słabe"</string>
    <string name="wifi_avoid_poor_network_detection_summary" msgid="4674423884870027498">"Używaj tylko sieci z dobrym połączeniem internetowym"</string>
    <string name="wifi_automatically_connect_title" msgid="7950640291510621742">"Używaj otwartych sieci Wi‑Fi automatycznie"</string>
    <string name="wifi_automatically_connect_summary" msgid="6722194413023965902">"Pozwól asystentowi Wi‑Fi automatycznie łączyć się z otwartymi sieciami wysokiej jakości"</string>
    <string name="wifi_select_assistant_dialog_title" msgid="4014645210955009439">"Wybierz asystenta"</string>
    <string name="wifi_install_credentials" msgid="3551143317298272860">"Instaluj certyfikaty"</string>
    <string name="wifi_scan_notify_text" msgid="3135282824516650989">"Aby zwiększyć dokładność lokalizacji, aplikacje i usługi będą skanować sieci Wi-Fi, nawet gdy Wi-Fi jest wyłączone. Możesz to zmienić w <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>ustawieniach skanowania<xliff:g id="LINK_END_1">LINK_END</xliff:g>."</string>
    <string name="wifi_scan_notify_remember_choice" msgid="5340097010842405981">"Nie pokazuj ponownie"</string>
    <string name="wifi_setting_sleep_policy_title" msgid="5149574280392680092">"Wi-Fi włączone w trybie uśpienia"</string>
    <string name="wifi_setting_on_during_sleep_title" msgid="8308975500029751565">"Wi‑Fi działa po uśpieniu"</string>
    <string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Wystąpił problem ze zmianą ustawienia"</string>
    <string name="wifi_suspend_efficiency_title" msgid="2338325886934703895">"Popraw wydajność"</string>
    <string name="wifi_suspend_optimizations" msgid="1220174276403689487">"Optymalizacja Wi-Fi"</string>
    <string name="wifi_suspend_optimizations_summary" msgid="4151428966089116856">"Minimalizuj zużycie baterii po włączeniu Wi-Fi"</string>
    <string name="wifi_limit_optimizations_summary" msgid="9000801068363468950">"Limit użycia baterii dla Wi‑Fi"</string>
    <string name="wifi_add_network" msgid="6234851776910938957">"Dodaj sieć"</string>
    <string name="wifi_access_points" msgid="7053990007031968609">"Sieci Wi-Fi"</string>
    <string name="wifi_menu_wps_pbc" msgid="2668564692207863017">"Przycisk WPS"</string>
    <string name="wifi_menu_more_options" msgid="2448097861752719396">"Więcej opcji"</string>
    <string name="wifi_menu_wps_pin" msgid="6426448256268695933">"Kod PIN dla WPS"</string>
    <string name="wifi_menu_p2p" msgid="7619851399250896797">"Wi‑Fi Direct"</string>
    <string name="wifi_menu_scan" msgid="1470911530412095868">"Skanuj"</string>
    <string name="wifi_menu_advanced" msgid="7522252991919573664">"Zaawansowane"</string>
    <string name="wifi_menu_apps" msgid="6003687912727859577">"Pokaż aplikacje"</string>
    <string name="wifi_menu_apps_strength" msgid="3322614241441509660">"Pokaż moc Wi-Fi"</string>
    <string name="wifi_menu_connect" msgid="4996220309848349408">"Połącz z siecią"</string>
    <string name="wifi_menu_remember" msgid="8814185749388713796">"Zapamiętaj sieć"</string>
    <string name="wifi_menu_forget" msgid="8736964302477327114">"Zapomnij sieć"</string>
    <string name="wifi_menu_modify" msgid="2068554918652440105">"Modyfikuj sieć"</string>
    <string name="wifi_menu_write_to_nfc" msgid="7692881642188240324">"Zapisz do tagu NFC"</string>
    <string name="wifi_empty_list_wifi_off" msgid="8056223875951079463">"Aby zobaczyć dostępne sieci, włącz Wi-Fi."</string>
    <string name="wifi_empty_list_wifi_on" msgid="8746108031587976356">"Wyszukuję sieci Wi-Fi…"</string>
    <string name="wifi_empty_list_user_restricted" msgid="8280257225419947565">"Nie masz uprawnień do zmiany sieci Wi‑Fi."</string>
    <string name="wifi_other_network" msgid="1484433183857764750">"Dodaj inną sieć"</string>
    <string name="wifi_more" msgid="3195296805089107950">"Więcej"</string>
    <string name="wifi_setup_wps" msgid="8128702488486283957">"Autokonfiguracja (WPS)"</string>
    <string name="wifi_required_info_text" msgid="7442238187557620087">"Aby zakończyć konfigurację, tablet potrzebuje dostępu do Wi‑Fi. Później będzie można przełączać się między transmisją danych przez sieć komórkową i Wi‑Fi."</string>
    <string name="wifi_show_advanced" msgid="3409422789616520979">"Opcje zaawansowane"</string>
    <string name="wifi_wps_setup_title" msgid="8207552222481570175">"Wi‑Fi Protected Setup"</string>
    <string name="wifi_wps_setup_msg" msgid="315174329121275092">"Uruchamianie WPS..."</string>
    <string name="wifi_wps_onstart_pbc" msgid="7464388959427032052">"Naciśnij przycisk WPS (Wi‑Fi Protected Setup) na routerze. Może on mieć nazwę „WPS” lub ten symbol:"</string>
    <string name="wifi_wps_onstart_pin" msgid="223344506445335358">"Wpisz PIN <xliff:g id="NUMBER">%1$s</xliff:g> na routerze Wi-Fi. Konfiguracja może potrwać do dwóch minut."</string>
    <string name="wifi_wps_complete" msgid="2388138550456729134">"Konfiguracja WPS powiodła się. Łączenie z siecią..."</string>
    <string name="wifi_wps_connected" msgid="7153432445748931183">"Połączono z siecią Wi-Fi <xliff:g id="NETWORK_NAME">%s</xliff:g>"</string>
    <string name="wifi_wps_in_progress" msgid="3372311348221357944">"Konfiguracja WPS już się rozpoczęła i może potrwać do dwóch minut"</string>
    <string name="wifi_wps_failed_generic" msgid="5668775022238832527">"Konfiguracja WPS nie powiodła się. Spróbuj ponownie za kilka minut."</string>
    <string name="wifi_wps_failed_wep" msgid="2702820087105284461">"Ustawienie zabezpieczeń routera bezprzewodowego (WEP) nie jest obsługiwane"</string>
    <string name="wifi_wps_failed_tkip" msgid="4282401586860713349">"Ustawienie zabezpieczeń routera bezprzewodowego (TKIP) nie jest obsługiwane"</string>
    <string name="wifi_wps_failed_auth" msgid="1174614355181181958">"Błąd uwierzytelniania. Spróbuj ponownie."</string>
    <string name="wifi_wps_failed_overlap" msgid="5159533685596844778">"Wykryto inną sesję WPS. Spróbuj ponownie za kilka minut."</string>
    <string name="wifi_ssid" msgid="5519636102673067319">"Nazwa sieci"</string>
    <string name="wifi_ssid_hint" msgid="897593601067321355">"Wpisz identyfikator SSID"</string>
    <string name="wifi_security" msgid="6603611185592956936">"Zabezpieczenia"</string>
    <string name="wifi_signal" msgid="5514120261628065287">"Siła sygnału"</string>
    <string name="wifi_status" msgid="4824568012414605414">"Stan"</string>
    <string name="wifi_speed" msgid="3526198708812322037">"Szybkość łącza"</string>
    <string name="wifi_frequency" msgid="7791090119577812214">"Częstotliwość"</string>
    <string name="wifi_ip_address" msgid="1440054061044402918">"Adres IP"</string>
    <string name="wifi_eap_method" msgid="8529436133640730382">"Metoda EAP"</string>
    <string name="please_select_phase2" msgid="5231074529772044898">"Uwierzytelnianie w drugiej fazie"</string>
    <string name="wifi_eap_ca_cert" msgid="3521574865488892851">"Certyfikat urzędu certyfikacji"</string>
    <string name="wifi_eap_user_cert" msgid="1291089413368160789">"Certyfikat użytkownika"</string>
    <string name="wifi_eap_identity" msgid="4359453783379679103">"Tożsamość"</string>
    <string name="wifi_eap_anonymous" msgid="2989469344116577955">"Tożsamość anonimowa"</string>
    <string name="wifi_password" msgid="5948219759936151048">"Hasło"</string>
    <string name="wifi_show_password" msgid="6461249871236968884">"Pokaż hasło"</string>
    <string name="wifi_ap_band_config" msgid="219415018348922629">"Skonfiguruj pasmo punktu dostępu"</string>
    <string name="wifi_ap_choose_2G" msgid="8724267386885036210">"Pasmo 2,4 GHz"</string>
    <string name="wifi_ap_choose_5G" msgid="8137061170937978040">"Pasmo 5 GHz"</string>
    <string name="wifi_ip_settings" msgid="3359331401377059481">"Ustawienia IP"</string>
    <string name="wifi_unchanged" msgid="3410422020930397102">"(nie zmieniono)"</string>
    <string name="wifi_unspecified" msgid="5431501214192991253">"(nie określono)"</string>
    <string name="wifi_wps_available_first_item" msgid="4422547079984583502">"Protokół WPS jest dostępny"</string>
    <string name="wifi_wps_available_second_item" msgid="8427520131718215301">" (protokół WPS dostępny)"</string>
    <string name="wifi_wps_nfc_enter_password" msgid="2288214226916117159">"Podaj hasło do sieci"</string>
    <string name="wifi_scan_always_turnon_message" msgid="203123538572122989">"Aby poprawić dokładność lokalizacji (i w innych celach), <xliff:g id="APP_NAME">%1$s</xliff:g> chce włączyć skanowanie sieci – nawet gdy Wi-Fi jest wyłączone.\n\nZezwolić na to wszystkim aplikacjom, które chcą wykonywać skanowanie?"</string>
    <string name="wifi_scan_always_turnoff_message" msgid="5538901671131941043">"Aby wyłączyć tę opcję, w rozszerzonym menu otwórz Zaawansowane."</string>
    <string name="wifi_scan_always_confirm_allow" msgid="5355973075896817232">"Zezwól"</string>
    <string name="wifi_scan_always_confirm_deny" msgid="4463982053823520710">"Odrzuć"</string>
    <string name="wifi_hotspot_title" msgid="7726205804813286950">"Zalogować się, by połączyć?"</string>
    <string name="wifi_hotspot_message" msgid="3673833421453455747">"<xliff:g id="APP_NAME">%1$s</xliff:g> przed połączeniem z siecią wymaga zalogowania się online."</string>
    <string name="wifi_hotspot_connect" msgid="5065506390164939225">"POŁĄCZ"</string>
    <!-- no translation found for no_internet_access_text (1509171132175355674) -->
    <skip />
    <!-- no translation found for no_internet_access_remember (5963015664551707981) -->
    <skip />
    <string name="wifi_connect" msgid="1076622875777072845">"Połącz"</string>
    <string name="wifi_failed_connect_message" msgid="8491902558970292871">"Nie można nawiązać połączenia z siecią"</string>
    <string name="wifi_forget" msgid="8168174695608386644">"Zapomnij"</string>
    <string name="wifi_failed_forget_message" msgid="1348172929201654986">"Nie udało się zapomnieć sieci"</string>
    <string name="wifi_save" msgid="3331121567988522826">"Zapisz"</string>
    <string name="wifi_failed_save_message" msgid="6650004874143815692">"Nie udało się zapisać sieci"</string>
    <string name="wifi_cancel" msgid="6763568902542968964">"Anuluj"</string>
    <string name="wifi_skip_anyway" msgid="6965361454438011190">"Pomiń mimo to"</string>
    <string name="wifi_dont_skip" msgid="7350341524881124808">"Nie pomijaj"</string>
    <string name="wifi_skipped_message" product="tablet" msgid="6761689889733331124">"OSTRZEŻENIE: jeśli nie dodasz sieci Wi‑Fi, tablet będzie pobierać oprogramowanie i aktualizacje tylko przez sieć komórkową. Aby uniknąć opłat za przesył danych, połącz się z Wi-Fi."</string>
    <string name="wifi_skipped_message" product="device" msgid="1385490367826852775">"OSTRZEŻENIE: jeśli nie dodasz sieci Wi‑Fi, urządzenie będzie pobierać oprogramowanie i aktualizacje tylko przez sieć komórkową. Aby uniknąć opłat za przesył danych, połącz się z Wi-Fi."</string>
    <string name="wifi_skipped_message" product="default" msgid="6084295135297772350">"OSTRZEŻENIE: jeśli nie dodasz sieci Wi‑Fi, telefon będzie pobierać oprogramowanie i aktualizację tylko przez sieć komórkową. Aby uniknąć opłat za przesył danych, połącz się z Wi-Fi."</string>
    <string name="wifi_and_mobile_skipped_message" product="tablet" msgid="5872240361944591105">"Jeśli pominiesz Wi‑Fi:\n\nTablet nie będzie mieć połączenia z internetem.\n\nNie będzie można pobrać aktualizacji oprogramowania, dopóki nie połączysz się z internetem.\n\nNie możesz obecnie włączyć funkcji ochrony urządzenia."</string>
    <string name="wifi_and_mobile_skipped_message" product="device" msgid="1013689568018268332">"Jeśli pominiesz Wi‑Fi:\n\nUrządzenie nie będzie mieć połączenia z internetem.\n\nNie będzie można pobrać aktualizacji oprogramowania, dopóki nie połączysz się z internetem.\n\nNie możesz obecnie włączyć funkcji ochrony urządzenia."</string>
    <string name="wifi_and_mobile_skipped_message" product="default" msgid="5245835374169369770">"Jeśli nie wybierzesz sieci Wi‑Fi:\n\nTelefon nie będzie mieć połączenia z internetem.\n\nNie będzie można pobrać aktualizacji oprogramowania, dopóki nie połączysz się z internetem.\n\nNie będzie można włączyć funkcji ochrony urządzenia."</string>
    <string name="wifi_connect_failed_message" product="tablet" msgid="4474691090681670156">"Tablet nie może nawiązać połączenia z tą siecią Wi-Fi."</string>
    <string name="wifi_connect_failed_message" product="device" msgid="8870885845666880869">"Urządzenie nie może połączyć się z tą siecią Wi-Fi."</string>
    <string name="wifi_connect_failed_message" product="default" msgid="2185803140161396572">"Telefon nie może nawiązać połączenia z tą siecią Wi-Fi."</string>
    <string name="wifi_saved_access_points_titlebar" msgid="2996149477240134064">"Zapisane sieci"</string>
    <string name="wifi_advanced_titlebar" msgid="4485841401774142908">"Zaawansowane"</string>
    <string name="wifi_setting_frequency_band_title" msgid="3655327399028584656">"Pasmo częstotliwości Wi-Fi"</string>
    <string name="wifi_setting_frequency_band_summary" msgid="3250740757118009784">"Określ używany zakres częstotliwości"</string>
    <string name="wifi_setting_frequency_band_error" msgid="837281974489794378">"Wystąpił problem podczas ustawiania częstotliwości."</string>
    <string name="wifi_advanced_mac_address_title" msgid="6571335466330978393">"Adres MAC"</string>
    <string name="wifi_advanced_ip_address_title" msgid="6215297094363164846">"Adres IP"</string>
    <string name="wifi_saved_access_points_label" msgid="2013409399392285262">"Zapisane sieci"</string>
    <string name="wifi_advanced_settings_label" msgid="3654366894867838338">"Ustawienia adresu IP"</string>
    <string name="wifi_ip_settings_menu_save" msgid="7296724066102908366">"Zapisz"</string>
    <string name="wifi_ip_settings_menu_cancel" msgid="6582567330136502340">"Anuluj"</string>
    <string name="wifi_ip_settings_invalid_ip_address" msgid="2513142355364274970">"Wpisz prawidłowy adres IP."</string>
    <string name="wifi_ip_settings_invalid_gateway" msgid="8164264988361096450">"Wpisz prawidłowy adres bramy."</string>
    <string name="wifi_ip_settings_invalid_dns" msgid="8744583948328391047">"Wpisz prawidłowy adres DNS."</string>
    <string name="wifi_ip_settings_invalid_network_prefix_length" msgid="40470058023181052">"Wpisz długość przedrostka sieci z zakresu 0-32."</string>
    <string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
    <string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
    <string name="wifi_gateway" msgid="163914742461092086">"Brama"</string>
    <string name="wifi_network_prefix_length" msgid="3028785234245085998">"Długość przedrostka sieci"</string>
    <string name="wifi_p2p_settings_title" msgid="5444461191435291082">"Wi‑Fi Direct"</string>
    <string name="wifi_p2p_device_info" msgid="3191876744469364173">"Informacje o urządzeniu"</string>
    <string name="wifi_p2p_persist_network" msgid="1646424791818168590">"Zapamiętaj to połączenie"</string>
    <string name="wifi_p2p_menu_search" msgid="3436429984738771974">"Szukaj urządzeń"</string>
    <string name="wifi_p2p_menu_searching" msgid="2396704492143633876">"Wyszukiwanie…"</string>
    <string name="wifi_p2p_menu_rename" msgid="8448896306960060415">"Zmień nazwę urządzenia"</string>
    <string name="wifi_p2p_peer_devices" msgid="299526878463303432">"Urządzenia Peer"</string>
    <string name="wifi_p2p_remembered_groups" msgid="3847022927914068230">"Zapamiętane grupy"</string>
    <string name="wifi_p2p_failed_connect_message" msgid="8921447388048243547">"Nie udało się połączyć."</string>
    <string name="wifi_p2p_failed_rename_message" msgid="2562182284946936380">"Zmiana nazwy urządzenia nie powiodła się."</string>
    <string name="wifi_p2p_disconnect_title" msgid="3216846049677448420">"Rozłączyć?"</string>
    <string name="wifi_p2p_disconnect_message" msgid="8227342771610125771">"Po rozłączeniu Twoje połączenie z <xliff:g id="PEER_NAME">%1$s</xliff:g> zostanie zakończone."</string>
    <string name="wifi_p2p_disconnect_multiple_message" msgid="3283805371034883105">"Po rozłączeniu Twoje połączenie z <xliff:g id="PEER_NAME">%1$s</xliff:g> i <xliff:g id="PEER_COUNT">%2$s</xliff:g> innymi urządzeniami zostanie zakończone."</string>
    <string name="wifi_p2p_cancel_connect_title" msgid="255267538099324413">"Anulować zaproszenie?"</string>
    <string name="wifi_p2p_cancel_connect_message" msgid="7477756213423749402">"Czy chcesz anulować zaproszenie do połączenia z <xliff:g id="PEER_NAME">%1$s</xliff:g>?"</string>
    <string name="wifi_p2p_delete_group_message" msgid="834559380069647086">"Zapomnieć o tej grupie?"</string>
    <string name="wifi_tether_checkbox_text" msgid="1847167643625779136">"Przenośny hotspot Wi-Fi"</string>
    <string name="wifi_hotspot_checkbox_text" msgid="7763495093333664887">"Hotspot Wi‑Fi"</string>
    <string name="wifi_hotspot_checkbox_text_summary" msgid="3800646230853724318">"Udostępniaj połączenie komórkowe przez Wi‑Fi"</string>
    <string name="wifi_tether_starting" msgid="1322237938998639724">"Włączanie punktu dostępu…"</string>
    <string name="wifi_tether_stopping" msgid="4835852171686388107">"Wyłączanie punktu dostępu…"</string>
    <string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Przenośny punkt dostępu <xliff:g id="NETWORK_SSID">%1$s</xliff:g> jest aktywny"</string>
    <string name="wifi_tether_failed_subtext" msgid="1484941858530919002">"Błąd przenośnego hotspotu Wi-Fi"</string>
    <string name="wifi_tether_configure_ap_text" msgid="7974681394041609308">"Skonfiguruj hotspot Wi-Fi"</string>
    <string name="wifi_hotspot_configure_ap_text" msgid="5478614731464220432">"Konfiguracja hotspotu Wi‑Fi"</string>
    <string name="wifi_hotspot_configure_ap_text_summary" msgid="5618031116920832182">"Przenośny hotspot Wi‑Fi AndroidAP WPA2 PSK"</string>
    <string name="wifi_tether_configure_subtext" msgid="7957547035983257748">"Przenośny hotspot Wi-Fi <xliff:g id="NETWORK_SSID">%1$s</xliff:g> <xliff:g id="NETWORK_SECURITY">%2$s</xliff:g>"</string>
    <string name="wifi_tether_configure_ssid_default" msgid="8467525402622138547">"Punkt dostępu Android"</string>
    <string name="wifi_calling_settings_title" msgid="4102921303993404577">"Połączenia przez Wi-Fi"</string>
    <string name="wifi_calling_mode_title" msgid="2164073796253284289">"Ustawienia połączeń"</string>
    <string name="wifi_calling_mode_dialog_title" msgid="8149690312199253909">"Tryb połączeń przez Wi-Fi"</string>
  <string-array name="wifi_calling_mode_choices">
    <item msgid="2124257075906188844">"Preferuj sieć Wi-Fi"</item>
    <item msgid="5267397515594230396">"Preferuj sieć komórkową"</item>
  </string-array>
  <string-array name="wifi_calling_mode_values">
    <item msgid="4799585830102342375">"2"</item>
    <item msgid="1171822231056612021">"1"</item>
  </string-array>
    <string name="wifi_calling_off_explanation" msgid="4124926334215228094">"Gdy połączenia przez Wi-Fi są włączone, telefon może przekazywać połączenia przez sieci Wi-Fi lub sieć operatora (w zależności od ustawień i tego, który sygnał jest w danej chwili silniejszy). Przed włączeniem tej funkcji sprawdź koszt jej obsługi przez operatora."</string>
    <string name="home_settings" msgid="212375129455718176">"Ekran główny"</string>
    <string name="display_settings_title" msgid="1708697328627382561">"Wyświetlacz"</string>
    <string name="sound_settings" msgid="5534671337768745343">"Dźwięk"</string>
    <string name="ringtone_summary" msgid="2630023412632683493"></string>
    <string name="all_volume_title" msgid="4296957391257836961">"Głośność"</string>
    <string name="musicfx_title" msgid="3415566786340790345">"Efekty muzyczne"</string>
    <string name="ring_volume_title" msgid="7938706566797464165">"Głośność dzwonka"</string>
    <string name="vibrate_in_silent_title" msgid="3897968069156767036">"Wibracje po wyciszeniu"</string>
    <string name="notification_sound_title" msgid="5137483249425507572">"Domyślny dźwięk powiadomienia"</string>
    <string name="incoming_call_volume_title" msgid="8073714801365904099">"Dzwonek"</string>
    <string name="notification_volume_title" msgid="2012640760341080408">"Powiadomienie"</string>
    <string name="checkbox_notification_same_as_incoming_call" msgid="1073644356290338921">"Użyj głośności połączeń przychodzących dla powiadomień"</string>
    <string name="home_work_profile_not_supported" msgid="1357721012342357037">"Nie obsługuje profili do pracy"</string>
    <string name="notification_sound_dialog_title" msgid="3805140135741385667">"Domyślny dźwięk powiadomienia"</string>
    <string name="media_volume_title" msgid="3576565767317118106">"Multimedia"</string>
    <string name="media_volume_summary" msgid="5363248930648849974">"Ustaw głośność muzyki oraz filmów wideo"</string>
    <string name="alarm_volume_title" msgid="2285597478377758706">"Alarm"</string>
    <string name="dock_settings_summary" msgid="455802113668982481">"Ustawienia dźwięku dla podłączonej podstawki"</string>
    <string name="dtmf_tone_enable_title" msgid="8533399267725365088">"Dźwięki wybierania numeru"</string>
    <string name="sound_effects_enable_title" msgid="1171590821131077296">"Dźwięki przy dotknięciu"</string>
    <string name="lock_sounds_enable_title" msgid="450098505659399520">"Dźwięk blokady ekranu"</string>
    <string name="haptic_feedback_enable_title" msgid="2438293710530828760">"Wibracje przy dotknięciu"</string>
    <string name="audio_record_proc_title" msgid="4271091199976457534">"Eliminowanie szumu"</string>
    <string name="volume_media_description" msgid="7949355934788807863">"Muzyka, filmy, gry i inne multimedia"</string>
    <string name="volume_ring_description" msgid="5936851631698298989">"Dzwonek i powiadomienia"</string>
    <string name="volume_notification_description" msgid="5810902320215328321">"Powiadomienia"</string>
    <string name="volume_alarm_description" msgid="8322615148532654841">"Alarmy"</string>
    <string name="volume_ring_mute" msgid="3018992671608737202">"Wycisz dzwonek i powiadomienia"</string>
    <string name="volume_media_mute" msgid="3399059928695998166">"Wycisz muzykę i inne multimedia"</string>
    <string name="volume_notification_mute" msgid="7955193480006444159">"Wycisz powiadomienia"</string>
    <string name="volume_alarm_mute" msgid="4452239420351035936">"Wycisz alarmy"</string>
    <string name="dock_settings" msgid="1820107306693002541">"Podstawka"</string>
    <string name="dock_settings_title" msgid="9161438664257429372">"Ustawienia podstawki"</string>
    <string name="dock_audio_settings_title" msgid="3324750259959570305">"Dźwięk"</string>
    <string name="dock_audio_summary_desk" msgid="6487784412371139335">"Ustawienia dla biurkowej stacji dokującej"</string>
    <string name="dock_audio_summary_car" msgid="6740897586006248450">"Ustawienia dla samochodowej stacji dokującej"</string>
    <string name="dock_audio_summary_none" product="tablet" msgid="8215337394914283607">"Tablet niezadokowany"</string>
    <string name="dock_audio_summary_none" product="default" msgid="289909253741048784">"Telefon niezadokowany"</string>
    <string name="dock_audio_summary_unknown" msgid="4465059868974255693">"Ustawienia dla podłączonej podstawki"</string>
    <string name="dock_not_found_title" msgid="3290961741828952424">"Nie znaleziono podstawki"</string>
    <string name="dock_not_found_text" product="tablet" msgid="8405432495282299143">"Przed skonfigurowaniem dźwięku stacji dokującej musisz zadokować tablet."</string>
    <string name="dock_not_found_text" product="default" msgid="1460497923342627801">"Przed skonfigurowaniem dźwięku stacji dokującej musisz zadokować telefon."</string>
    <string name="dock_sounds_enable_title" msgid="885839627097024110">"Dźwięk włożenia do stacji dokującej"</string>
    <string name="dock_sounds_enable_summary_on" product="tablet" msgid="838102386448981339">"Odtwarzaj dźwięk podczas umieszczania tabletu w doku i wyjmowania go"</string>
    <string name="dock_sounds_enable_summary_on" product="default" msgid="8491180514199743771">"Odtwarzaj dźwięk podczas umieszczania telefonu w podstawce i wyjmowania go"</string>
    <string name="dock_sounds_enable_summary_off" product="tablet" msgid="5077843049805652363">"Nie odtwarzaj dźwięku podczas umieszczania tabletu w doku i wyjmowania go"</string>
    <string name="dock_sounds_enable_summary_off" product="default" msgid="3151046599205265919">"Nie odtwarzaj dźwięku podczas umieszczania telefonu w podstawce i wyjmowania go"</string>
    <string name="account_settings" msgid="6403589284618783461">"Konta"</string>
    <string name="category_personal" msgid="1299663247844969448">"Osobiste"</string>
    <string name="category_work" msgid="8699184680584175622">"Praca"</string>
    <string name="search_settings" msgid="1910951467596035063">"Wyszukiwanie"</string>
    <string name="search_settings_summary" msgid="9205656546570654169">"Zarządzaj ustawieniami i historią wyszukiwania"</string>
    <string name="display_settings" msgid="7965901687241669598">"Wyświetlacz"</string>
    <string name="accelerometer_title" msgid="7854608399547349157">"Autoobracanie ekranu"</string>
    <string name="accelerometer_summary_on" product="tablet" msgid="429982132339828942">"Automatycznie przełącz orientację przy obracaniu tabletu"</string>
    <string name="accelerometer_summary_on" product="default" msgid="1133737282813048021">"Automatycznie przełącz orientację przy obracaniu telefonu"</string>
    <string name="accelerometer_summary_off" product="tablet" msgid="4781734213242521682">"Automatycznie przełącz orientację przy obracaniu tabletu"</string>
    <string name="accelerometer_summary_off" product="default" msgid="5485489363715740761">"Automatycznie przełącz orientację przy obracaniu telefonu"</string>
    <string name="brightness" msgid="8480105032417444275">"Poziom jasności"</string>
    <string name="brightness_title" msgid="5746272622112982836">"Jasność"</string>
    <string name="brightness_summary" msgid="838917350127550703">"Dostosuj jasność ekranu"</string>
    <string name="auto_brightness_title" msgid="6341042882350279391">"Automatyczna jasność"</string>
    <string name="auto_brightness_summary" msgid="1799041158760605375">"Dostosuj poziom jasności do oświetlenia"</string>
    <string name="night_mode_title" msgid="6928425617491943384">"Motyw"</string>
    <string name="night_mode_summary" msgid="9196605054622017193">"%s"</string>
    <string name="night_mode_no" msgid="7682792841791457238">"Jasny"</string>
    <string name="night_mode_yes" msgid="4847655033618591567">"Ciemny"</string>
    <string name="night_mode_auto" msgid="7508348175804304327">"Automatycznie"</string>
    <string name="screen_timeout" msgid="4351334843529712571">"Uśpienie"</string>
    <string name="screen_timeout_title" msgid="5130038655092628247">"Wyłączenie ekranu"</string>
    <string name="screen_timeout_summary" msgid="327761329263064327">"Po <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> bezczynności"</string>
    <string name="wallpaper_settings_title" msgid="5449180116365824625">"Tapeta"</string>
    <string name="wallpaper_settings_fragment_title" msgid="519078346877860129">"Wybierz tapetę z..."</string>
    <string name="screensaver_settings_title" msgid="3349790120327233241">"Wygaszacz ekranu"</string>
    <string name="screensaver_settings_summary_either_long" msgid="2458481525925378465">"Podczas zadokowania lub uśpienia i ładowania"</string>
    <string name="screensaver_settings_summary_either_short" msgid="6140527286137331478">"Zadokowany lub ładowany"</string>
    <string name="screensaver_settings_summary_sleep" msgid="9086186698140423493">"Podczas ładowania"</string>
    <string name="screensaver_settings_summary_dock" msgid="2072657401664633283">"Podczas zadokowania"</string>
    <string name="screensaver_settings_summary_off" msgid="2481581696365146473">"Wył."</string>
    <string name="screensaver_settings_disabled_prompt" msgid="3857507943322777651">"Aby kontrolować to, co dzieje się, gdy telefon jest zadokowany i/lub w trybie uśpienia, włącz Wygaszacz ekranu."</string>
    <string name="screensaver_settings_when_to_dream" msgid="8352267826043957746">"Ustawienia wygaszacza"</string>
    <string name="screensaver_settings_dream_start" msgid="4998187847985120168">"Zacznij teraz"</string>
    <string name="screensaver_settings_button" msgid="7292214707625717013">"Ustawienia"</string>
    <string name="automatic_brightness" msgid="5014143533884135461">"Automatyczna"</string>
    <string name="lift_to_wake_title" msgid="4555378006856277635">"Podnieś, by wybudzić"</string>
    <string name="doze_title" msgid="2259176504273878294">"Ekran dostosowany do otoczenia"</string>
    <string name="doze_summary" msgid="7128970177894383698">"Włącz ekran po podniesieniu urządzenia lub otrzymaniu powiadomień"</string>
    <string name="title_font_size" msgid="4405544325522105222">"Rozmiar czcionki"</string>
    <string name="dialog_title_font_size" msgid="2231507851258955038">"Rozmiar czcionki"</string>
    <string name="sim_lock_settings" msgid="3392331196873564292">"Ustawienia blokady karty SIM"</string>
    <string name="sim_lock_settings_category" msgid="5136244267576697004">"Ustaw blokadę SIM"</string>
    <string name="sim_lock_settings_title" msgid="9018585580955414596">"Blokada karty SIM"</string>
    <string name="sim_pin_toggle" msgid="1742123478029451888">"Zablokuj kartę SIM"</string>
    <string name="sim_lock_on" product="tablet" msgid="5058355081270397764">"Wymagaj kodu PIN w celu użycia tabletu"</string>
    <string name="sim_lock_on" product="default" msgid="2503536505568814324">"Aby korzystać z telefonu, należy wprowadzić kod PIN"</string>
    <string name="sim_lock_off" product="tablet" msgid="2813800553917012356">"Wymagaj kodu PIN w celu użycia tabletu"</string>
    <string name="sim_lock_off" product="default" msgid="258981978215428916">"Aby korzystać z telefonu, należy wprowadzić kod PIN"</string>
    <string name="sim_pin_change" msgid="6311414184279932368">"Zmień PIN do karty SIM"</string>
    <string name="sim_enter_pin" msgid="6608715137008508432">"Kod PIN do karty SIM"</string>
    <string name="sim_enable_sim_lock" msgid="4517742794997166918">"Zablokuj kartę SIM"</string>
    <string name="sim_disable_sim_lock" msgid="7664729528754784824">"Odblokuj kartę SIM"</string>
    <string name="sim_enter_old" msgid="6074196344494634348">"Stary kod PIN do karty SIM"</string>
    <string name="sim_enter_new" msgid="8742727032729243562">"Nowy kod PIN do karty SIM"</string>
    <string name="sim_reenter_new" msgid="6523819386793546888">"Ponownie wpisz nowy PIN"</string>
    <string name="sim_change_pin" msgid="7328607264898359112">"Kod PIN do karty SIM"</string>
    <string name="sim_bad_pin" msgid="2345230873496357977">"Błędny kod PIN"</string>
    <string name="sim_pins_dont_match" msgid="8449681619822460312">"Kody PIN nie są identyczne."</string>
    <string name="sim_change_failed" msgid="304964924772218382">"Nie można zmienić kodu PIN.\nWpisany kod PIN może być błędny."</string>
    <string name="sim_change_succeeded" msgid="8556135413096489627">"Kod PIN do karty SIM został pomyślnie zmieniony"</string>
    <string name="sim_lock_failed" msgid="5651596916127873626">"Nie można zmienić stanu blokady karty SIM.\nWpisany kod PIN może być błędny."</string>
    <string name="sim_enter_ok" msgid="6475946836899218919">"OK"</string>
    <string name="sim_enter_cancel" msgid="6240422158517208036">"Anuluj"</string>
    <string name="sim_multi_sims_title" msgid="9159427879911231239">"Znaleziono wiele kart SIM"</string>
    <string name="sim_multi_sims_summary" msgid="7018740080801483990">"Wybierz preferowaną kartę SIM do komórkowej transmisji danych."</string>
    <string name="sim_change_data_title" msgid="294357201685244532">"Zmienić kartę SIM do danych?"</string>
    <string name="sim_change_data_message" msgid="1313940695939674633">"Używać karty <xliff:g id="NEW_SIM">%1$s</xliff:g> zamiast <xliff:g id="OLD_SIM">%2$s</xliff:g> do transmisji danych komórkowych?"</string>
    <string name="sim_preferred_title" msgid="5567909634636045268">"Zmienić preferowaną kartę SIM?"</string>
    <string name="sim_preferred_message" msgid="301251431163650167">"<xliff:g id="NEW_SIM">%1$s</xliff:g> to jedyna karta SIM w urządzeniu. Czy chcesz ją wykorzystywać do transmisji danych komórkowych, połączeń i SMS-ów?"</string>
    <string name="wrong_pin_code_pukked" msgid="4003655226832658066">"Nieprawidłowy kod PIN karty SIM. Musisz teraz skontaktować się z operatorem, by odblokował Twoje urządzenie."</string>
    <plurals name="wrong_pin_code" formatted="false" msgid="1582398808893048097">
      <item quantity="few">Nieprawidłowy kod PIN karty SIM. Masz jeszcze <xliff:g id="NUMBER_1">%d</xliff:g> próby.</item>
      <item quantity="many">Nieprawidłowy kod PIN karty SIM. Masz jeszcze <xliff:g id="NUMBER_1">%d</xliff:g> prób.</item>
      <item quantity="other">Nieprawidłowy kod PIN karty SIM. Masz jeszcze <xliff:g id="NUMBER_1">%d</xliff:g> próby.</item>
      <item quantity="one">Nieprawidłowy kod PIN karty SIM. Masz jeszcze <xliff:g id="NUMBER_0">%d</xliff:g> próbę, zanim będziesz musiał skontaktować się z operatorem, by odblokować swoje urządzenie.</item>
    </plurals>
    <string name="pin_failed" msgid="1848423634948587645">"Operacja z kodem PIN karty SIM nie udała się."</string>
    <string name="device_info_settings" product="tablet" msgid="1119755927536987178">"Stan tabletu"</string>
    <string name="device_info_settings" product="default" msgid="475872867864762157">"Stan telefonu"</string>
    <string name="system_update_settings_list_item_title" msgid="3342887311059985961">"Aktualizacje systemowe"</string>
    <string name="system_update_settings_list_item_summary" msgid="3853057315907710747"></string>
    <string name="firmware_version" msgid="4801135784886859972">"Wersja systemu Android"</string>
    <string name="model_number" msgid="3765737700545384794">"Numer modelu"</string>
    <string name="fcc_equipment_id" msgid="149114368246356737">"Identyfikator sprzętu"</string>
    <string name="baseband_version" msgid="1848990160763524801">"Wersja pasma podstawowego"</string>
    <string name="kernel_version" msgid="9192574954196167602">"Wersja jądra"</string>
    <string name="build_number" msgid="3075795840572241758">"Numer kompilacji"</string>
    <string name="selinux_status" msgid="6212165375172061672">"Stan SELinux"</string>
    <string name="device_info_not_available" msgid="8062521887156825182">"Niedostępna"</string>
    <string name="device_status_activity_title" msgid="1411201799384697904">"Informacje o telefonie"</string>
    <string name="device_status" msgid="607405385799807324">"Informacje o telefonie"</string>
    <string name="device_status_summary" product="tablet" msgid="3292717754497039686">"Stan baterii, sieci i inne informacje"</string>
    <string name="device_status_summary" product="default" msgid="2599162787451519618">"Numer telefonu, sygnał itd."</string>
    <string name="storage_settings" msgid="4211799979832404953">"Pamięć"</string>
    <string name="storage_settings_title" msgid="8746016738388094064">"Ustawienia pamięci"</string>
    <string name="storage_settings_summary" product="nosdcard" msgid="3543813623294870759">"Odłącz nośnik USB i wyświetl ilość dostępnej pamięci"</string>
    <string name="storage_settings_summary" product="default" msgid="9176693537325988610">"Odłącz kartę SD, pokaż ilość dostępnej pamięci w telefonie"</string>
    <string name="status_number" product="tablet" msgid="1138837891091222272">"MDN"</string>
    <string name="status_number" product="default" msgid="5123197324870153205">"Mój numer telefonu"</string>
    <string name="status_min_number" msgid="3519504522179420597">"Numer MIN"</string>
    <string name="status_msid_number" msgid="909010114445780530">"MSID"</string>
    <string name="status_prl_version" msgid="1007470446618081441">"Wersja PRL"</string>
    <string name="status_meid_number" msgid="1751442889111731088">"Numer MEID"</string>
    <string name="status_icc_id" msgid="943368755577172747">"ICCID"</string>
    <string name="status_network_type" msgid="952552009117455166">"Typ sieci komórkowej"</string>
    <string name="status_latest_area_info" msgid="7222470836568238054">"Informacje o operatorze"</string>
    <string name="status_data_state" msgid="4578972321533789767">"Stan sieci komórkowej"</string>
    <string name="status_service_state" msgid="2323931627519429503">"Stan usługi"</string>
    <string name="status_signal_strength" msgid="3732655254188304547">"Siła sygnału"</string>
    <string name="status_roaming" msgid="2638800467430913403">"Roaming"</string>
    <string name="status_operator" msgid="2274875196954742087">"Sieć"</string>
    <string name="status_wifi_mac_address" msgid="2202206684020765378">"Adres MAC karty Wi-Fi"</string>
    <string name="status_bt_address" msgid="4195174192087439720">"Adres Bluetooth"</string>
    <string name="status_serial_number" msgid="2257111183374628137">"Numer seryjny"</string>
    <string name="status_unavailable" msgid="7862009036663793314">"Niedostępny"</string>
    <string name="status_up_time" msgid="7294859476816760399">"Czas działania"</string>
    <string name="status_awake_time" msgid="2393949909051183652">"Czas działania (włączony)"</string>
    <string name="internal_memory" msgid="9129595691484260784">"Pamięć wewnętrzna"</string>
    <string name="sd_memory" product="nosdcard" msgid="2510246194083052841">"Nośnik USB"</string>
    <string name="sd_memory" product="default" msgid="151871913888051515">"Karta SD"</string>
    <string name="memory_available" msgid="5052397223077021181">"Wolne"</string>
    <string name="memory_available_read_only" msgid="6497534390167920206">"Dostępne (tylko do odczytu)"</string>
    <string name="memory_size" msgid="6629067715017232195">"Całkowita pojemność"</string>
    <string name="memory_calculating_size" msgid="2188358544203768588">"Obliczanie..."</string>
    <!-- no translation found for memory_apps_usage (5128673488173839077) -->
    <skip />
    <string name="memory_media_usage" msgid="3738830697707880405">"Multimedia"</string>
    <string name="memory_downloads_usage" msgid="3755173051677533027">"Pobrane"</string>
    <string name="memory_dcim_usage" msgid="558887013613822577">"Zdjęcia, filmy"</string>
    <string name="memory_music_usage" msgid="1363785144783011606">"Dźwięk (muzyka, dzwonki, podcasty itp.)"</string>
    <!-- no translation found for memory_media_misc_usage (6094866738586451683) -->
    <skip />
    <string name="memory_media_cache_usage" msgid="6704293333141177910">"Dane w pamięci podręcznej"</string>
    <string name="sd_eject" product="nosdcard" msgid="4988563376492400073">"Odłącz pamięć współdzieloną"</string>
    <string name="sd_eject" product="default" msgid="6915293408836853020">"Odłącz kartę SD"</string>
    <string name="sd_eject_summary" product="nosdcard" msgid="5009296896648072891">"Odłącz wewnętrzny nośnik USB"</string>
    <string name="sd_eject_summary" product="default" msgid="3300599435073550246">"Odłącz kartę SD, aby bezpiecznie ją wyjąć"</string>
    <string name="sd_insert_summary" product="nosdcard" msgid="5264016886409577313">"Włóż USB do podłączenia"</string>
    <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Włóż kartę SD w celu zainstalowania"</string>
    <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Podłącz nośnik USB"</string>
    <string name="sd_mount" product="default" msgid="5940523765187704135">"Zainstaluj kartę SD"</string>
    <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string>
    <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string>
    <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"Wyczyść nośnik USB"</string>
    <string name="sd_format" product="default" msgid="2576054280507119870">"Wyczyść kartę SD"</string>
    <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Wymazuje wszystkie dane z wewnętrznego nośnika USB, np. pliki muzyczne i zdjęcia"</string>
    <string name="sd_format_summary" product="default" msgid="212703692181793109">"Wymazuje z karty SD telefonu wszystkie dane, takie jak muzyka czy zdjęcia"</string>
    <string name="memory_clear_cache_title" msgid="5423840272171286191">"Wyczyścić dane z pamięci podręcznej?"</string>
    <string name="memory_clear_cache_message" msgid="4550262490807415948">"Spowoduje to wyczyszczenie danych z pamięci podręcznej wszystkich aplikacji."</string>
    <string name="mtp_ptp_mode_summary" msgid="3710436114807789270">"Funkcja MTP lub PTP jest aktywna"</string>
    <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="3077285629197874055">"Odłączyć nośnik USB?"</string>
    <string name="dlg_confirm_unmount_title" product="default" msgid="3634502237262534381">"Odłączyć kartę SD?"</string>
    <string name="dlg_confirm_unmount_text" product="nosdcard" msgid="4322636662873269018">"Jeśli odłączysz nośnik USB, niektóre używane aplikacje zostaną zatrzymane i mogą być niedostępne do chwili jego ponownego podłączenia."</string>
    <string name="dlg_confirm_unmount_text" product="default" msgid="6998379994779187692">"Jeśli odłączysz kartę SD, niektóre używane aplikacje zostaną zatrzymane i mogą być niedostępne do chwili jej ponownego podłączenia."</string>
    <string name="dlg_error_unmount_title" product="nosdcard" msgid="4642742385125426529"></string>
    <string name="dlg_error_unmount_title" product="default" msgid="4642742385125426529"></string>
    <string name="dlg_error_unmount_text" product="nosdcard" msgid="4346280469528260684">"Nie można odłączyć nośnika USB. Spróbuj ponownie później."</string>
    <string name="dlg_error_unmount_text" product="default" msgid="3073562815631781894">"Nie można odłączyć karty SD. Spróbuj ponownie później."</string>
    <string name="unmount_inform_text" product="nosdcard" msgid="7120241136790744265">"Nośnik USB zostanie odłączony."</string>
    <string name="unmount_inform_text" product="default" msgid="1904212716075458402">"Karta SD zostanie odłączona."</string>
    <string name="sd_ejecting_title" msgid="8824572198034365468">"Odinstalowywanie"</string>
    <string name="sd_ejecting_summary" msgid="2028753069184908491">"Odinstalowywanie w toku"</string>
    <string name="storage_low_title" msgid="1388569749716225155">"Kończy się miejsce"</string>
    <string name="storage_low_summary" msgid="7737465774892563129">"Niektóre funkcje systemu (np. synchronizacja) mogą nie działać poprawnie. Zwolnij miejsce, usuwając lub odpinając takie elementy jak aplikacje i multimedia."</string>
    <!-- no translation found for storage_menu_rename (7141058657592615390) -->
    <skip />
    <!-- no translation found for storage_menu_mount (1014683672493425425) -->
    <skip />
    <!-- no translation found for storage_menu_unmount (681485356885955898) -->
    <skip />
    <!-- no translation found for storage_menu_format (8334422679047059459) -->
    <skip />
    <!-- no translation found for storage_menu_format_internal (6553368530402755543) -->
    <skip />
    <string name="storage_menu_usb" msgid="5708207885333243384">"Połączenie USB z komputerem"</string>
    <string name="storage_title_usb" msgid="679612779321689418">"Połączenie USB z komputerem"</string>
    <string name="usb_connection_category" msgid="7805945595165422882">"Połącz jako:"</string>
    <string name="usb_mtp_title" msgid="3399663424394065964">"Urządzenie multimedialne (MTP)"</string>
    <string name="usb_mtp_summary" msgid="4617321473211391236">"Umożliwia przesyłanie plików multimedialnych w Windows lub przy użyciu aplikacji Android File Transfer (dostępna na www.android.com/filetransfer) w Mac OS."</string>
    <string name="usb_ptp_title" msgid="3852760810622389620">"Aparat (PTP)"</string>
    <string name="usb_ptp_summary" msgid="7673397474756664929">"Umożliwia przesyłanie zdjęć za pomocą oprogramowania aparatu, a także przesyłanie dowolnych plików na komputerach, które nie obsługują urządzeń MTP."</string>
    <string name="usb_midi_title" msgid="3069990264258413994">"MIDI"</string>
    <string name="usb_midi_summary" msgid="539169474810956358">"Pozwala aplikacjom obsługującym MIDI na współpracę przez USB z oprogramowaniem MIDI na komputerze."</string>
    <string name="storage_other_users" msgid="808708845102611856">"Inni użytkownicy"</string>
    <!-- no translation found for storage_internal_title (690771193137801021) -->
    <skip />
    <!-- no translation found for storage_external_title (2723851748972673696) -->
    <skip />
    <!-- no translation found for storage_volume_summary (476551204412943800) -->
    <skip />
    <!-- no translation found for storage_mount_success (687641090137253647) -->
    <skip />
    <!-- no translation found for storage_mount_failure (8928389741212129060) -->
    <skip />
    <!-- no translation found for storage_unmount_success (5737203344673441677) -->
    <skip />
    <!-- no translation found for storage_unmount_failure (4161722509712992231) -->
    <skip />
    <!-- no translation found for storage_format_success (3023144070597190555) -->
    <skip />
    <!-- no translation found for storage_format_failure (8343688274191391889) -->
    <skip />
    <!-- no translation found for storage_rename_title (8242663969839491485) -->
    <skip />
    <!-- no translation found for storage_internal_format_details (4018647158382548820) -->
    <skip />
    <!-- no translation found for storage_internal_unmount_details (3677827796634199714) -->
    <skip />
    <!-- no translation found for storage_wizard_init_title (5085400514028585772) -->
    <skip />
    <!-- no translation found for storage_wizard_init_external_title (4867326438945303598) -->
    <skip />
    <!-- no translation found for storage_wizard_init_external_summary (7476105886344565074) -->
    <skip />
    <!-- no translation found for storage_wizard_init_internal_title (9100613534261408519) -->
    <skip />
    <!-- no translation found for storage_wizard_init_internal_summary (6240417501036216410) -->
    <skip />
    <!-- no translation found for storage_wizard_format_confirm_title (2814021794538252546) -->
    <skip />
    <!-- no translation found for storage_wizard_format_confirm_body (4401758710076806509) -->
    <skip />
    <!-- no translation found for storage_wizard_format_confirm_next (2774557300531702572) -->
    <skip />
    <!-- no translation found for storage_wizard_format_progress_title (6487352396450582292) -->
    <skip />
    <!-- no translation found for storage_wizard_format_progress_body (1259216693690378749) -->
    <skip />
    <!-- no translation found for storage_wizard_migrate_title (1363078147938160407) -->
    <skip />
    <!-- no translation found for storage_wizard_migrate_body (606648689408670617) -->
    <skip />
    <!-- no translation found for storage_wizard_migrate_now (4523444323744239143) -->
    <skip />
    <!-- no translation found for storage_wizard_migrate_later (3173482328116026253) -->
    <skip />
    <!-- no translation found for storage_wizard_migrate_confirm_title (8564833529613286965) -->
    <skip />
    <!-- no translation found for storage_wizard_migrate_confirm_body (5035719146373359329) -->
    <skip />
    <!-- no translation found for storage_wizard_migrate_confirm_next (5509475628423823202) -->
    <skip />
    <!-- no translation found for storage_wizard_migrate_progress_title (1665479429044202868) -->
    <skip />
    <!-- no translation found for storage_wizard_migrate_details (8641916179067596592) -->
    <skip />
    <!-- no translation found for storage_wizard_ready_title (5381632402953258267) -->
    <skip />
    <!-- no translation found for storage_wizard_ready_external_body (2879508114260597474) -->
    <skip />
    <!-- no translation found for storage_wizard_ready_internal_body (122532674037860197) -->
    <skip />
    <!-- no translation found for storage_wizard_move_confirm_title (292782012677890250) -->
    <skip />
    <!-- no translation found for storage_wizard_move_confirm_body (236043946721254139) -->
    <skip />
    <!-- no translation found for storage_wizard_move_progress_title (4443920302548035674) -->
    <skip />
    <!-- no translation found for storage_wizard_move_progress_body (4288580957960820740) -->
    <skip />
    <!-- no translation found for storage_wizard_move_progress_cancel (542047237524588792) -->
    <skip />
    <string name="battery_status_title" msgid="9159414319574976203">"Stan baterii"</string>
    <string name="battery_level_title" msgid="2965679202786873272">"Poziom naładowania baterii"</string>
    <string name="apn_settings" msgid="3743170484827528406">"Nazwy APN"</string>
    <string name="apn_edit" msgid="1354715499708424718">"Edytuj punkt dostępu"</string>
    <string name="apn_not_set" msgid="4974192007399968164">"Nie ustawiono"</string>
    <string name="apn_name" msgid="4115580098369824123">"Nazwa"</string>
    <string name="apn_apn" msgid="2479425126733513353">"APN"</string>
    <string name="apn_http_proxy" msgid="1826885957243696354">"Proxy"</string>
    <string name="apn_http_port" msgid="3763259523984976226">"Port"</string>
    <string name="apn_user" msgid="455637547356117761">"Nazwa użytkownika"</string>
    <string name="apn_password" msgid="5412301994998250968">"Hasło"</string>
    <string name="apn_server" msgid="2436185314756372858">"Serwer"</string>
    <string name="apn_mmsc" msgid="3670124402105585737">"MMSC"</string>
    <string name="apn_mms_proxy" msgid="5374082621073999275">"Proxy dla MMS"</string>
    <string name="apn_mms_port" msgid="4074188088199243040">"Port MMS"</string>
    <string name="apn_mcc" msgid="4258628382260674636">"MCC"</string>
    <string name="apn_mnc" msgid="8629374076888809874">"MNC"</string>
    <string name="apn_auth_type" msgid="6167205395676037015">"Typ uwierzytelniania"</string>
    <string name="apn_auth_type_none" msgid="5069592676845549926">"Brak"</string>
    <string name="apn_auth_type_pap" msgid="1666934536996033383">"PAP"</string>
    <string name="apn_auth_type_chap" msgid="3369626283789068360">"CHAP"</string>
    <string name="apn_auth_type_pap_chap" msgid="9102343063036134541">"PAP lub CHAP"</string>
    <string name="apn_type" msgid="469613123902220544">"Typ APN"</string>
    <string name="apn_protocol" msgid="3272222921649348640">"Protokół APN"</string>
    <string name="apn_roaming_protocol" msgid="3386954381510788422">"Protokół APN podczas roamingu"</string>
    <string name="carrier_enabled" msgid="407655861175280806">"Włącz/wyłącz APN"</string>
    <string name="carrier_enabled_summaryOn" msgid="6338915271908057531">"APN włączono"</string>
    <string name="carrier_enabled_summaryOff" msgid="4300790190221203756">"APN wyłączona"</string>
    <string name="bearer" msgid="594270280031923558">"Nośnik"</string>
    <string name="mvno_type" msgid="2543253857818336421">"Typ MVNO"</string>
    <string name="mvno_match_data" msgid="4560671695220540466">"Wartość MVNO"</string>
    <string name="menu_delete" msgid="6981294422841124659">"Usuń APN"</string>
    <string name="menu_new" msgid="3014205883303921729">"Nowy APN"</string>
    <string name="menu_save" msgid="8109345640668285399">"Zapisz"</string>
    <string name="menu_cancel" msgid="2194502410474697474">"Odrzuć"</string>
    <string name="error_title" msgid="7631322303341024692"></string>
    <string name="error_name_empty" msgid="8418502878620394756">"Nazwa nie może być pusta."</string>
    <string name="error_apn_empty" msgid="6056233831214537267">"Nazwa APN nie może być pusta."</string>
    <string name="error_mcc_not3" msgid="4560171714156251661">"Pole MMC musi zawierać 3 cyfry."</string>
    <string name="error_mnc_not23" msgid="8418177072458379439">"Pole MNC musi zawierać 2 lub 3 cyfry."</string>
    <string name="restore_default_apn" msgid="8178010218751639581">"Przywracanie domyślnych ustawień APN"</string>
    <string name="menu_restore" msgid="8260067415075573273">"Resetuj ustawienia"</string>
    <string name="restore_default_apn_completed" msgid="2824775307377604897">"Przywracanie domyślnych ustawień APN zostało ukończone."</string>
    <string name="reset_network_title" msgid="4557113742173895074">"Ustawienia sieciowe zostały zresetowane"</string>
    <!-- no translation found for reset_network_desc (581668983587311282) -->
    <skip />
    <string name="reset_network_button_text" msgid="2035676527471089853">"Zresetuj ustawienia"</string>
    <!-- no translation found for reset_network_final_desc (4874737348054213767) -->
    <skip />
    <string name="reset_network_final_button_text" msgid="1797434793741744635">"Zresetuj ustawienia"</string>
    <string name="reset_network_confirm_title" msgid="1759888886976962773">"Zresetować?"</string>
    <!-- no translation found for reset_network_complete_toast (787829973559541880) -->
    <skip />
    <string name="device_reset_title" msgid="2384019005638768076">"Resetuj urządzenie"</string>
    <string name="master_clear_title" msgid="5907939616087039756">"Ustawienia fabryczne"</string>
    <string name="master_clear_desc" product="tablet" msgid="8317211882509025841">"Zostaną usunięte wszystkie dane z "<b>"wewnętrznej pamięci"</b>" tabletu, w tym:\n\n"<li>"Dane konta Google"</li>\n<li>"Dane i ustawienia systemu oraz aplikacji"</li>\n<li>"Pobrane aplikacje"</li></string>
    <string name="master_clear_desc" product="default" msgid="9165016501623540228">"Zostaną usunięte wszystkie dane z "<b>"wewnętrznej pamięci"</b>" telefonu, w tym:\n\n"<li>"Dane konta Google"</li>\n<li>"Dane i ustawienia systemu oraz aplikacji"</li>\n<li>"Pobrane aplikacje"</li></string>
    <string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Zalogowano się na konta:\n"</string>
    <string name="master_clear_other_users_present" product="default" msgid="5161423070702470742">\n\n"Z tego urządzenia korzystają inni użytkownicy.\n"</string>
    <string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"Muzyka"</li>\n<li>"Zdjęcia"</li>\n<li>"Inne dane użytkownika"</li></string>
    <string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="7744115866662613411">\n\n"Aby usunąć muzykę, zdjęcia i inne dane użytkownika, należy wymazać "<b>"nośnik USB"</b>"."</string>
    <string name="master_clear_desc_erase_external_storage" product="default" msgid="4801026652617377093">\n\n"Aby usunąć muzykę, zdjęcia i inne dane użytkownika, należy wymazać "<b>"kartę SD"</b>"."</string>
    <string name="erase_external_storage" product="nosdcard" msgid="969364037450286809">"Wyczyść nośnik USB"</string>
    <string name="erase_external_storage" product="default" msgid="1397239046334307625">"Wyczyść kartę SD"</string>
    <string name="erase_external_storage_description" product="nosdcard" msgid="4728558173931599429">"Wymaż wszystkie dane z wewnętrznego nośnika USB, np. pliki muzyczne i zdjęcia."</string>
    <string name="erase_external_storage_description" product="default" msgid="1737638779582964966">"Wymaż wszystkie dane z karty SD, np. pliki muzyczne i zdjęcia."</string>
    <string name="master_clear_button_text" product="tablet" msgid="3130786116528304116">"Resetuj tablet"</string>
    <string name="master_clear_button_text" product="default" msgid="7550632653343157971">"Resetuj telefon"</string>
    <!-- no translation found for master_clear_final_desc (1062841478823409667) -->
    <skip />
    <string name="master_clear_final_button_text" msgid="5390908019019242910">"Wymaż wszystko"</string>
    <string name="master_clear_failed" msgid="7959646179737950703">"Nie wykonano resetowania, ponieważ usługa czyszczenia systemu jest niedostępna."</string>
    <string name="master_clear_confirm_title" msgid="7572642091599403668">"Zresetować?"</string>
    <string name="master_clear_not_available" msgid="1000370707967468909">"Przywracanie ustawień fabrycznych nie jest dostępne dla tego użytkownika"</string>
    <string name="master_clear_progress_title" msgid="5194793778701994634">"Wymazuję"</string>
    <string name="master_clear_progress_text" msgid="6559096229480527510">"Zaczekaj..."</string>
    <string name="media_format_title" product="nosdcard" msgid="3999653431422767156">"Wyczyść nośnik USB"</string>
    <string name="media_format_title" product="default" msgid="4427528440306787972">"Wyczyść kartę SD"</string>
    <string name="media_format_summary" product="nosdcard" msgid="776603298628082065">"Wymazuje wszystko z nośnika USB"</string>
    <string name="media_format_summary" product="default" msgid="3805714639375830120">"Wymazuje wszystkie dane z karty SD"</string>
    <string name="media_format_desc" product="nosdcard" msgid="4557243156946319034">"Wymazać cały nośnik USB? Utracisz "<b>"wszystkie"</b>" zapisane dane."</string>
    <string name="media_format_desc" product="default" msgid="8764037252319942415">"Wymazać kartę SD? Utracisz "<b>"wszystkie"</b>" zapisane na niej dane."</string>
    <string name="media_format_button_text" product="nosdcard" msgid="6293669371185352810">"Wyczyść nośnik USB"</string>
    <string name="media_format_button_text" product="default" msgid="6721544380069373626">"Wyczyść kartę SD"</string>
    <string name="media_format_final_desc" product="nosdcard" msgid="699929778486375913">"Wymazać nośnik USB, usuwając wszystkie zapisane na nim pliki? Tej czynności nie można cofnąć."</string>
    <string name="media_format_final_desc" product="default" msgid="3344525419872744989">"Wymazać kartę SD, usuwając wszystkie zapisane na niej pliki? Tej czynności nie można cofnąć."</string>
    <string name="media_format_final_button_text" msgid="4881713344315923175">"Wymaż wszystko"</string>
    <string name="call_settings_title" msgid="5188713413939232801">"Ustawienia połączeń"</string>
    <string name="call_settings_summary" msgid="7291195704801002886">"Poczta głosowa, przekierowanie połączeń, poł. oczekujące, ID rozmówcy"</string>
    <string name="tether_settings_title_usb" msgid="6688416425801386511">"Tethering przez USB"</string>
    <string name="tether_settings_title_wifi" msgid="3277144155960302049">"Przenośny punkt dostępu"</string>
    <string name="tether_settings_title_bluetooth" msgid="355855408317564420">"Tethering przez Bluetooth"</string>
    <string name="tether_settings_title_usb_bluetooth" msgid="5355828977109785001">"Tethering"</string>
    <string name="tether_settings_title_all" msgid="8356136101061143841">"Tethering i punkt dostępu"</string>
    <string name="usb_title" msgid="7483344855356312510">"USB"</string>
    <string name="usb_tethering_button_text" msgid="585829947108007917">"Tethering przez USB"</string>
    <string name="usb_tethering_available_subtext" msgid="156779271296152605">"Podłączono USB – zaznacz, aby powiązać"</string>
    <string name="usb_tethering_active_subtext" msgid="8916210851136467042">"Powiązano"</string>
    <string name="usb_tethering_storage_active_subtext" msgid="5210094834194907094">"Nie można powiązać, gdy używany jest nośnik USB."</string>
    <string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"Nie podłączono USB"</string>
    <string name="usb_tethering_turnon_subtext" msgid="4748616058219273033">"Podłącz, by uruchomić"</string>
    <string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"Błąd tetheringu przez USB"</string>
    <string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Tethering przez Bluetooth"</string>
    <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Udostępnianie połączenia internetowego w tablecie"</string>
    <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Udostępnianie połączenia internetowego w telefonie"</string>
    <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"Udostępnianie połączenia internetowego jednemu urządzeniu"</string>
    <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"Udostępnianie połączenia internetowego jednemu urządzeniu"</string>
    <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"Udostępnianie połączenia internetowego urządzeniom: <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>"</string>
    <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"Udostępnianie połączenia internetowego urządzeniom: <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>"</string>
    <string name="bluetooth_tethering_off_subtext_config" msgid="1790242032929221788">"Udostępniam połączenie internetowe urządzenia <xliff:g id="DEVICE_NAME">%1$d</xliff:g>"</string>
    <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Połączenie internetowe nie jest udostępniane"</string>
    <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Połączenie internetowe nie jest udostępniane"</string>
    <string name="bluetooth_tethering_errored_subtext" msgid="4926566308991142264">"Brak powiązania"</string>
    <string name="bluetooth_tethering_overflow_error" msgid="6285122039489881969">"Nie można powiązać więcej niż <xliff:g id="MAXCONNECTION">%1$d</xliff:g> urządzeń."</string>
    <string name="bluetooth_untether_blank" msgid="2871192409329334813">"Powiązanie z urządzeniem <xliff:g id="DEVICE_NAME">%1$s</xliff:g> zostanie anulowane."</string>
    <string name="tethering_help_button_text" msgid="656117495547173630">"Pomoc"</string>
    <string name="network_settings_title" msgid="4871233236744292831">"Sieci komórkowe"</string>
    <string name="manage_mobile_plan_title" msgid="7630170375010107744">"Taryfa komórkowa"</string>
    <!-- no translation found for sms_application_title (4903928270533250448) -->
    <skip />
    <string name="sms_change_default_dialog_title" msgid="1958688831875804286">"Zmienić aplikację do SMS-ów?"</string>
    <string name="sms_change_default_dialog_text" msgid="1522783933230274787">"Chcesz używać aplikacji <xliff:g id="NEW_APP">%1$s</xliff:g> zamiast <xliff:g id="CURRENT_APP">%2$s</xliff:g> do wysłania i otrzymywania SMS-ów?"</string>
    <string name="sms_change_default_no_previous_dialog_text" msgid="602683880284921998">"Użyć <xliff:g id="NEW_APP">%s</xliff:g> jako aplikacji do SMS-ów?"</string>
    <string name="network_scorer_change_active_dialog_title" msgid="3776301550387574975">"Zmienić asystenta Wi‑Fi?"</string>
    <string name="network_scorer_change_active_dialog_text" msgid="8035173880322990715">"Używać <xliff:g id="NEW_APP">%1$s</xliff:g> zamiast <xliff:g id="CURRENT_APP">%2$s</xliff:g> do zarządzania połączeniami sieciowymi?"</string>
    <string name="network_scorer_change_active_no_previous_dialog_text" msgid="7444620909047611601">"Używać <xliff:g id="NEW_APP">%s</xliff:g> do zarządzania połączeniami sieciowymi?"</string>
    <string name="mobile_unknown_sim_operator" msgid="2156912373230276157">"Nieznany operator karty SIM"</string>
    <string name="mobile_no_provisioning_url" msgid="2399426808423775711">"%1$s nie ma znanej witryny obsługi"</string>
    <string name="mobile_insert_sim_card" msgid="9052590985784056395">"Włóż kartę SIM i zrestartuj urządzenie"</string>
    <string name="mobile_connect_to_internet" msgid="1733894125065249639">"Połącz się z internetem"</string>
    <string name="location_title" msgid="1029961368397484576">"Moja lokalizacja"</string>
    <string name="managed_profile_location_category" msgid="6992546457880004735">"Profil do pracy"</string>
    <string name="managed_profile_location_switch_title" msgid="6712332547063039683">"Lokalizacja dla profilu do pracy"</string>
    <string name="managed_profile_location_switch_lockdown" msgid="3851708343340350369">"Wyłączone przez Twoją firmę"</string>
    <string name="location_mode_title" msgid="3982009713118421689">"Tryb lokalizacji"</string>
    <string name="location_mode_high_accuracy_title" msgid="8241802585110932849">"Wysoka dokładność"</string>
    <string name="location_mode_battery_saving_title" msgid="711273645208158637">"Oszczędzanie baterii"</string>
    <string name="location_mode_sensors_only_title" msgid="3040366132175435160">"Tylko urządzenie"</string>
    <string name="location_mode_location_off_title" msgid="2829713015012529465">"Obsługa lokalizacji wyłączona"</string>
    <string name="location_category_recent_location_requests" msgid="1938721350424447421">"Ostatnie prośby o lokalizację"</string>
    <string name="location_no_recent_apps" msgid="2800907699722178041">"Żadne aplikacje nie poprosiły ostatnio o lokalizację"</string>
    <string name="location_category_location_services" msgid="7437150886946685979">"Usługi lokalizacyjne"</string>
    <string name="location_high_battery_use" msgid="517199943258508020">"Wysokie użycie baterii"</string>
    <string name="location_low_battery_use" msgid="8602232529541903596">"Niskie użycie baterii"</string>
    <string name="location_mode_screen_title" msgid="4528716772270246542">"Tryb lokalizacji"</string>
    <string name="location_mode_high_accuracy_description" msgid="5349014493087338351">"Określaj lokalizację przez GPS, Wi-Fi i sieci komórkowe"</string>
    <string name="location_mode_battery_saving_description" msgid="7581657383062066461">"Określaj lokalizację przez Wi-Fi i sieci komórkowe"</string>
    <string name="location_mode_sensors_only_description" msgid="788127681455735699">"Określaj lokalizację przez GPS"</string>
    <string name="location_menu_scanning" msgid="8536245838478802959">"Skanowanie"</string>
    <string name="location_scanning_screen_title" msgid="4408076862929611554">"Skanowanie"</string>
    <string name="location_scanning_wifi_always_scanning_title" msgid="6216705505621183645">"Skanowanie Wi‑Fi"</string>
    <string name="location_scanning_wifi_always_scanning_description" msgid="2070686681074461301">"Popraw lokalizację, zezwalając aplikacjom i usługom na szukanie sieci Wi-Fi, nawet gdy Wi-Fi jest wyłączone"</string>
    <string name="location_scanning_bluetooth_always_scanning_title" msgid="5444989508204520019">"Skanowanie Bluetooth"</string>
    <string name="location_scanning_bluetooth_always_scanning_description" msgid="7308864666710919365">"Popraw lokalizację, zezwalając usługom systemowym na szukanie urządzeń Bluetooth, nawet gdy Bluetooth jest wyłączony"</string>
    <string name="location_network_based" msgid="6010456018401296590">"Sieć komórkowa i Wi-Fi"</string>
    <string name="location_neighborhood_level" msgid="5626515380188353712">"Zezwalaj aplikacjom na używanie usługi lokalizacji Google do szybszego określania Twojego położenia. Anonimowe dane o lokalizacji będą zbierane i przesyłane do Google."</string>
    <string name="location_neighborhood_level_wifi" msgid="4234820941954812210">"Lokalizacja określona na podstawie Wi-Fi"</string>
    <string name="location_gps" msgid="8392461023569708478">"Satelity GPS"</string>
    <string name="location_street_level" product="tablet" msgid="1669562198260860802">"Zezwalaj aplikacjom na określanie mojej lokalizacji przez GPS tabletu"</string>
    <string name="location_street_level" product="default" msgid="4617445745492014203">"Zezwalaj aplikacjom na określanie mojej lokalizacji przez GPS telefonu"</string>
    <string name="assisted_gps" msgid="4649317129586736885">"Użyj wspomaganego systemu GPS"</string>
    <string name="assisted_gps_enabled" msgid="8751899609589792803">"Użyj serwera do wspomagania systemu GPS (odznacz, aby zmniejszyć ruch sieciowy)"</string>
    <string name="assisted_gps_disabled" msgid="6982698333968010748">"Użyj serwera do wspomagania systemu GPS (odznacz, aby zwiększyć wydajność systemu GPS)"</string>
    <string name="use_location_title" msgid="5206937465504979977">"Lokalizacja w sieci"</string>
    <string name="use_location_summary" msgid="3978805802386162520">"Zezwalaj Google na użycie danych o mojej lokalizacji, aby poprawić wyszukiwanie i inne usługi"</string>
    <string name="location_access_title" msgid="7064108942964081243">"Dostęp do mojej lokalizacji"</string>
    <string name="location_access_summary" msgid="69031404093194341">"Zezwalaj aplikacjom, które zapytały o pozwolenie, na używanie informacji o lokalizacji"</string>
    <string name="location_sources_heading" msgid="1278732419851088319">"Źródła lokalizacji"</string>
    <string name="about_settings" product="tablet" msgid="593457295516533765">"Informacje o tablecie"</string>
    <string name="about_settings" product="default" msgid="1743378368185371685">"Informacje o telefonie"</string>
    <string name="about_settings_summary" msgid="3371517697156165959">"Wyświetl informacje prawne, stan, wersję oprogramowania"</string>
    <string name="legal_information" msgid="5769301644270604095">"Informacje prawne"</string>
    <string name="contributors_title" msgid="5917703088825286504">"Współautorzy"</string>
    <string name="regulatory_information" msgid="5695464367088752150">"Certyfikaty"</string>
    <string name="copyright_title" msgid="865906688917260647">"Prawa autorskie"</string>
    <string name="license_title" msgid="1990487604356037871">"Licencja"</string>
    <string name="terms_title" msgid="7697580845616764642">"Warunki i zasady korzystania"</string>
    <string name="webview_license_title" msgid="2813507464175738967">"Systemowa licencja na WebView"</string>
    <string name="wallpaper_attributions" msgid="3645880512943433928">"Tapety"</string>
    <string name="wallpaper_attributions_values" msgid="2996183537914690469">"Dostawcy zdjęć satelitarnych:\n©2014 CNES / Astrium, DigitalGlobe, Bluesky"</string>
    <string name="settings_license_activity_title" msgid="7553683406244228650">"Licencje open source"</string>
    <string name="settings_license_activity_unavailable" msgid="4210539215951487627">"Wystąpił problem podczas ładowania licencji."</string>
    <string name="settings_license_activity_loading" msgid="3337535809093591740">"Ładowanie..."</string>
    <string name="settings_safetylegal_title" msgid="1289483965535937431">"Informacje o bezpieczeństwie"</string>
    <string name="settings_safetylegal_activity_title" msgid="6901214628496951727">"Informacje o bezpieczeństwie"</string>
    <string name="settings_safetylegal_activity_unreachable" msgid="232523852222964470">"Brak połączenia transmisji danych. Aby wyświetlić te informacje teraz, przejdź do strony %s na dowolnym komputerze połączonym z internetem."</string>
    <string name="settings_safetylegal_activity_loading" msgid="8059022597639516348">"Trwa wczytywanie..."</string>
    <string name="lockpassword_choose_your_password_header" msgid="8624900666929394990">"Wybierz hasło"</string>
    <string name="lockpassword_choose_your_pattern_header" msgid="6949761069941694050">"Wybierz wzór"</string>
    <string name="lockpassword_choose_your_pin_header" msgid="7598849519816138302">"Wybierz kod PIN"</string>
    <string name="lockpassword_confirm_your_password_header" msgid="6308478184889846633">"Potwierdź hasło"</string>
    <string name="lockpassword_confirm_your_pattern_header" msgid="7543433733032330821">"Potwierdź wzór"</string>
    <string name="lockpassword_confirm_your_pin_header" msgid="49038294648213197">"Potwierdź kod PIN"</string>
    <string name="lockpassword_confirm_passwords_dont_match" msgid="6850677112663979120">"Hasła nie są identyczne"</string>
    <string name="lockpassword_confirm_pins_dont_match" msgid="4757532830594400147">"Kody PIN nie są identyczne"</string>
    <string name="lockpassword_choose_lock_generic_header" msgid="3811438094903786145">"Wybór blokady"</string>
    <string name="lockpassword_password_set_toast" msgid="4875050283108629383">"Hasło zostało ustawione"</string>
    <string name="lockpassword_pin_set_toast" msgid="6011826444725291475">"Kod PIN został ustawiony"</string>
    <string name="lockpassword_pattern_set_toast" msgid="6867259621331406236">"Wzór został ustawiony"</string>
    <!-- no translation found for lockpassword_confirm_your_pattern_generic (7050256155547273836) -->
    <skip />
    <!-- no translation found for lockpassword_confirm_your_pin_generic (1072670959803859869) -->
    <skip />
    <!-- no translation found for lockpassword_confirm_your_password_generic (1022239625083264596) -->
    <skip />
    <!-- no translation found for lockpassword_invalid_pin (15588049067548470) -->
    <skip />
    <!-- no translation found for lockpassword_invalid_password (4038507398784975200) -->
    <skip />
    <!-- no translation found for lockpattern_need_to_unlock_wrong (1745247595356012176) -->
    <skip />
    <string name="lock_settings_title" msgid="4213839087748988686">"Zabezpieczenia urządzenia"</string>
    <string name="lockpattern_change_lock_pattern_label" msgid="5679630792003440352">"Zmień wzór odblokowania"</string>
    <string name="lockpattern_change_lock_pin_label" msgid="266707138486731661">"Zmień kod PIN odblokowania"</string>
    <string name="lockpattern_recording_intro_header" msgid="308287052221942814">"Narysuj wzór odblokowania"</string>
    <string name="lockpattern_recording_intro_footer" msgid="1118579101409152113">"Naciśnij Menu, aby uzyskać pomoc."</string>
    <string name="lockpattern_recording_inprogress" msgid="6667844062721656773">"Odsuń palec, gdy skończysz"</string>
    <string name="lockpattern_recording_incorrect_too_short" msgid="1348234155120957561">"Połącz kropki (co najmniej <xliff:g id="NUMBER">%d</xliff:g>). Spróbuj ponownie."</string>
    <string name="lockpattern_pattern_entered_header" msgid="4316818983675591604">"Wzór zapisany"</string>
    <string name="lockpattern_need_to_confirm" msgid="8054853451639221265">"Narysuj wzór ponownie, by potwierdzić"</string>
    <string name="lockpattern_pattern_confirmed_header" msgid="8455614172231880211">"Nowy wzór odblokowania"</string>
    <string name="lockpattern_confirm_button_text" msgid="1128204343957002841">"Potwierdź"</string>
    <string name="lockpattern_restart_button_text" msgid="3337574403350953926">"Narysuj ponownie"</string>
    <string name="lockpattern_retry_button_text" msgid="1949847413862309134">"Ponów próbę"</string>
    <string name="lockpattern_continue_button_text" msgid="4723771754714471410">"Dalej"</string>
    <string name="lockpattern_settings_title" msgid="3207750489460466680">"Wzór odblokowania"</string>
    <string name="lockpattern_settings_enable_title" msgid="6920616873671115281">"Wymagaj wzoru"</string>
    <string name="lockpattern_settings_enable_summary" msgid="1165707416664252167">"Trzeba narysować wzór, aby odblokować ekran"</string>
    <string name="lockpattern_settings_enable_visible_pattern_title" msgid="2615606088906120711">"Wzór jest widoczny"</string>
    <string name="lockpattern_settings_enable_tactile_feedback_title" msgid="8898518337442601027">"Wibracje przy dotknięciu"</string>
    <string name="lockpattern_settings_enable_power_button_instantly_locks" msgid="5735444062633666327">"Blokada przyciskiem zasilania"</string>
    <string name="lockpattern_settings_power_button_instantly_locks_summary" msgid="8196258755143711694">"Z wyjątkiem sytuacji, gdy blokadę anuluje <xliff:g id="TRUST_AGENT_NAME">%1$s</xliff:g>"</string>
    <string name="lockpattern_settings_choose_lock_pattern" msgid="1652352830005653447">"Ustaw wzór odblokowania"</string>
    <string name="lockpattern_settings_change_lock_pattern" msgid="1123908306116495545">"Zmień wzór odblokowania"</string>
    <string name="lockpattern_settings_help_how_to_record" msgid="2614673439060830433">"Jak narysować wzór odblokowania"</string>
    <!-- no translation found for lockpattern_too_many_failed_confirmation_attempts (6909161623701848863) -->
    <skip />
    <string name="activity_not_found" msgid="5551664692991605325">"Aplikacja nie jest zainstalowana na telefonie."</string>
    <string name="manageapplications_settings_title" msgid="7041951105633616745">"Zarządzaj aplikacjami"</string>
    <string name="manageapplications_settings_summary" msgid="1794401500935451259">"Zarządzaj zainstalowanymi aplikacjami i usuwaj je."</string>
    <string name="applications_settings" msgid="1721442176406964682">"Aplikacje"</string>
    <string name="applications_settings_summary" msgid="6683465446264515367">"Zarządzaj aplikacjami, konfiguruj skróty szybkiego uruchamiania."</string>
    <string name="applications_settings_header" msgid="1014813055054356646">"Ustawienia aplikacji"</string>
    <string name="install_applications" msgid="4872012136210802181">"Nieznane źródła"</string>
    <string name="install_applications_title" msgid="4987712352256508946">"Zezwalaj na wszystkie źródła"</string>
    <string name="install_unknown_applications_title" msgid="663831043139080992">"Umożliwia instalowanie aplikacji ze źródeł innych niż Google Play"</string>
    <string name="install_unknown_applications" msgid="176855644862942064">"Zezwalaj na instalowanie aplikacji z nieznanych źródeł"</string>
    <string name="install_all_warning" product="tablet" msgid="3263360446508268880">"Twój tablet i dane osobiste są bardziej narażone na ataki aplikacji z nieznanych źródeł. Akceptujesz fakt, że ponosisz wyłączną odpowiedzialność za wszelkie możliwe szkody w tablecie i utratę danych w wyniku korzystania z tych aplikacji."</string>
    <string name="install_all_warning" product="default" msgid="8113734576826384682">"Twój telefon i dane osobiste są bardziej narażone na ataki aplikacji z nieznanych źródeł. Akceptujesz fakt, że ponosisz wyłączną odpowiedzialność za wszelkie możliwe szkody w telefonie i utratę danych w wyniku korzystania z tych aplikacji."</string>
    <string name="advanced_settings" msgid="1777249286757067969">"Ustawienia zaawansowane"</string>
    <string name="advanced_settings_summary" msgid="4016682978071086747">"Włącz więcej opcji ustawień."</string>
    <string name="application_info_label" msgid="5736524913065714880">"Informacje o aplikacji"</string>
    <string name="storage_label" msgid="8700867073480107253">"Pamięć"</string>
    <string name="auto_launch_label" msgid="3012617472833815382">"Uruchom domyślnie"</string>
    <string name="auto_launch_label_generic" msgid="3230569852551968694">"Domyślne"</string>
    <string name="screen_compatibility_label" msgid="663250687205465394">"Zgodność z ekranem"</string>
    <string name="permissions_label" msgid="2605296874922726203">"Uprawnienia"</string>
    <string name="cache_header_label" msgid="1877197634162461830">"Pamięć podręczna"</string>
    <string name="clear_cache_btn_text" msgid="5756314834291116325">"Wyczyść pamięć podręczną"</string>
    <string name="cache_size_label" msgid="7505481393108282913">"Pamięć podręczna"</string>
    <string name="controls_label" msgid="7611113077086853799">"Elementy sterujące"</string>
    <string name="force_stop" msgid="7435006169872876756">"Wymuś zatrzymanie"</string>
    <string name="total_size_label" msgid="1048676419552557254">"Razem"</string>
    <string name="application_size_label" msgid="8494609207373874267">"Aplikacja"</string>
    <string name="external_code_size_label" msgid="3459343140355961335">"Aplikacja w pamięci USB"</string>
    <string name="data_size_label" msgid="8679376373625710107">"Dane"</string>
    <string name="external_data_size_label" product="nosdcard" msgid="7533821466482000453">"Dane w pamięci USB"</string>
    <string name="external_data_size_label" product="default" msgid="626414192825329708">"Karta SD"</string>
    <string name="uninstall_text" msgid="3644892466144802466">"Odinstaluj"</string>
    <string name="uninstall_all_users_text" msgid="851857393177950340">"Odinstaluj dla wszystkich użytkowników"</string>
    <string name="install_text" msgid="884360662922471113">"Zainstaluj"</string>
    <string name="disable_text" msgid="6544054052049395202">"Wyłącz"</string>
    <string name="enable_text" msgid="9217362512327828987">"Włącz"</string>
    <string name="clear_user_data_text" msgid="5597622864770098388">"Wyczyść dane"</string>
    <string name="app_factory_reset" msgid="6635744722502563022">"Odinstaluj aktualizacje"</string>
    <string name="auto_launch_enable_text" msgid="2652825923953591251">"Aplikacja jest domyślnie uruchamiana w przypadku niektórych działań."</string>
    <string name="always_allow_bind_appwidgets_text" msgid="3368654672141202604">"Zdecydowałeś, że ta aplikacja może tworzyć widgety i mieć dostęp do ich danych."</string>
    <string name="auto_launch_disable_text" msgid="7800385822185540166">"Brak ustawień domyślnych."</string>
    <string name="clear_activities" msgid="7408923511535174430">"Wyczyść domyślne"</string>
    <string name="screen_compatibility_text" msgid="1616155457673106022">"Aplikacja może nie być przystosowana do ekranu Twojego urządzenia. Tutaj możesz ją skonfigurować do obsługi ekranu."</string>
    <string name="ask_compatibility" msgid="7225195569089607846">"Zapytaj po uruchomieniu"</string>
    <string name="enable_compatibility" msgid="5806819252068617811">"Skaluj aplikację"</string>
    <string name="unknown" msgid="1592123443519355854">"Nieznana"</string>
    <string name="sort_order_alpha" msgid="1410278099123670628">"Sortuj według nazwy"</string>
    <string name="sort_order_size" msgid="7024513286636502362">"Sortuj według rozmiaru"</string>
    <string name="show_running_services" msgid="5736278767975544570">"Pokaż działające usługi"</string>
    <string name="show_background_processes" msgid="2009840211972293429">"Pokaż procesy z pamięci podręcznej"</string>
    <!-- no translation found for default_emergency_app (1951760659640369980) -->
    <skip />
    <string name="reset_app_preferences" msgid="1321050641018356925">"Resetuj opcje aplikacji"</string>
    <string name="reset_app_preferences_title" msgid="6093179367325336662">"Zresetować opcje aplikacji?"</string>
    <string name="reset_app_preferences_desc" msgid="4822447731869201512">"To działanie zresetuje wszystkie ustawienia:\n\n "<li>"wyłączonych aplikacji,"</li>\n" "<li>"powiadomień wyłączonych aplikacji,"</li>\n" "<li>"domyślnych aplikacji dla wybranych czynności,"</li>\n" "<li>"ograniczeń danych w tle dla aplikacji,"</li>\n" "<li>"wszystkich ograniczeń uprawnień."</li>\n\n" Nie utracisz żadnych danych aplikacji."</string>
    <string name="reset_app_preferences_button" msgid="2559089511841281242">"Resetuj aplikacje"</string>
    <string name="manage_space_text" msgid="8852711522447794676">"Zarządzaj miejscem"</string>
    <string name="filter" msgid="2018011724373033887">"Filtr"</string>
    <string name="filter_dlg_title" msgid="8693024463731076091">"Wybierz opcje filtru"</string>
    <string name="filter_apps_all" msgid="5142129378749391876">"Wszystkie"</string>
    <string name="filter_apps_disabled" msgid="5364447573326472890">"Wyłączone"</string>
    <string name="filter_apps_third_party" msgid="7786348047690140979">"Pobrane"</string>
    <string name="filter_apps_running" msgid="7767071454371350486">"Pracują"</string>
    <string name="filter_apps_onsdcard" product="nosdcard" msgid="4843063154701023349">"Nośnik USB"</string>
    <string name="filter_apps_onsdcard" product="default" msgid="1477351142334784771">"Na karcie SD"</string>
    <string name="disabled" msgid="9206776641295849915">"Wyłączone"</string>
    <string name="not_installed" msgid="2797554494953450291">"Dla tego użytk. niezainstalowana"</string>
    <string name="no_applications" msgid="7336588977497084921">"Brak aplikacji"</string>
    <string name="internal_storage" msgid="1584700623164275282">"Pamięć wewnętrzna"</string>
    <string name="sd_card_storage" product="nosdcard" msgid="2673203150465132465">"Nośnik USB"</string>
    <string name="sd_card_storage" product="default" msgid="7623513618171928235">"Pamięć karty SD"</string>
    <string name="recompute_size" msgid="7722567982831691718">"Przeliczanie rozmiaru..."</string>
    <string name="clear_data_dlg_title" msgid="5605258400134511197">"Usunąć dane aplikacji?"</string>
    <string name="clear_data_dlg_text" msgid="8847257251846779938">"Wszystkie dane tej aplikacji zostaną trwale usunięte. Dotyczy to wszystkich plików, ustawień, kont, baz danych itd."</string>
    <string name="dlg_ok" msgid="2402639055725653590">"OK"</string>
    <string name="dlg_cancel" msgid="1674753358972975911">"Anuluj"</string>
    <string name="app_not_found_dlg_title" msgid="3127123411738434964"></string>
    <string name="app_not_found_dlg_text" msgid="8333723538280257243">"Aplikacji nie znaleziono na liście zainstalowanych aplikacji."</string>
    <string name="clear_data_failed" msgid="1907582169616856698">"Nie można wyczyścić danych aplikacji."</string>
    <string name="app_factory_reset_dlg_title" msgid="7441012826373143593">"Odinstalować aktualizacje?"</string>
    <string name="app_factory_reset_dlg_text" msgid="6371247225487725860">"Wszystkie aktualizacje tej aplikacji systemowej Androida zostaną odinstalowane."</string>
    <string name="clear_failed_dlg_title" msgid="2387060805294783175">"Wyczyść dane"</string>
    <string name="clear_failed_dlg_text" msgid="1092177570631523106">"Nie można wyczyścić danych aplikacji."</string>
    <string name="security_settings_desc" product="tablet" msgid="1292421279262430109">"Aplikacja ma dostęp do następujących elementów na tablecie:"</string>
    <string name="security_settings_desc" product="default" msgid="61749028818785244">"Aplikacja ma dostęp do następujących elementów na telefonie:"</string>
    <string name="security_settings_desc_multi" product="tablet" msgid="7300932212437084403">"Aplikacja ma dostęp do tych elementów na tablecie. Aby poprawić wydajność i zmniejszyć użycie pamięci, aplikacja <xliff:g id="BASE_APP_NAME">%1$s</xliff:g> ma niektóre z tych uprawnień, bo działa wewnątrz tego samego procesu co <xliff:g id="ADDITIONAL_APPS_LIST">%2$s</xliff:g>:"</string>
    <string name="security_settings_desc_multi" product="default" msgid="6610268420793984752">"Aplikacja ma dostęp do tych elementów na telefonie. Aby poprawić wydajność i zmniejszyć użycie pamięci, aplikacja <xliff:g id="BASE_APP_NAME">%1$s</xliff:g> ma niektóre z tych uprawnień, bo działa wewnątrz tego samego procesu co <xliff:g id="ADDITIONAL_APPS_LIST">%2$s</xliff:g>:"</string>
    <string name="join_two_items" msgid="1336880355987539064">"<xliff:g id="FIRST_ITEM">%1$s</xliff:g> i <xliff:g id="SECOND_ITEM">%2$s</xliff:g>"</string>
    <string name="join_many_items_last" msgid="5925635036718502724">"<xliff:g id="ALL_BUT_LAST_ITEM">%1$s</xliff:g> i <xliff:g id="LAST_ITEM_0">%2$s</xliff:g>"</string>
    <string name="join_many_items_first" msgid="4333907712038448660">"<xliff:g id="FIRST_ITEM">%1$s</xliff:g>, <xliff:g id="ALL_BUT_FIRST_AND_LAST_ITEM">%2$s</xliff:g>"</string>
    <string name="join_many_items_middle" msgid="7556692394478220814">"<xliff:g id="ADDED_ITEM">%1$s</xliff:g>, <xliff:g id="REST_OF_ITEMS">%2$s</xliff:g>"</string>
    <string name="security_settings_billing_desc" msgid="8061019011821282358">"W aplikacji mogą być pobierane opłaty:"</string>
    <string name="security_settings_premium_sms_desc" msgid="8734171334263713717">"Wyślij droższego SMS-a"</string>
    <string name="computing_size" msgid="1599186977475211186">"Przetwarzanie..."</string>
    <string name="invalid_size_value" msgid="7563537715280712285">"Nie udało się obliczyć rozmiaru pakietu."</string>
    <string name="empty_list_msg" msgid="5993162337235907160">"Nie masz zainstalowanych żadnych aplikacji firm zewnętrznych."</string>
    <string name="version_text" msgid="9189073826278676425">"wersja <xliff:g id="VERSION_NUM">%1$s</xliff:g>"</string>
    <string name="move_app" msgid="5042838441401731346">"Przenieś"</string>
    <string name="move_app_to_internal" product="tablet" msgid="2299714147283854957">"Przenieś do tabletu"</string>
    <string name="move_app_to_internal" product="default" msgid="3895430471913858185">"Przenieś do telefonu"</string>
    <string name="move_app_to_sdcard" product="nosdcard" msgid="4350451696315265420">"Przenieś na nośnik USB"</string>
    <string name="move_app_to_sdcard" product="default" msgid="1143379049903056407">"Przenieś na kartę SD"</string>
    <string name="moving" msgid="6431016143218876491">"Przenoszenie"</string>
    <string name="insufficient_storage" msgid="481763122991093080">"Za mało miejsca w pamięci."</string>
    <string name="does_not_exist" msgid="3476487214886606748">"Aplikacja nie istnieje."</string>
    <string name="app_forward_locked" msgid="6331564656683790866">"Aplikacja jest zabezpieczona przed kopiowaniem."</string>
    <string name="invalid_location" msgid="2786030127356312746">"Lokalizacja instalacji jest nieprawidłowa."</string>
    <string name="system_package" msgid="6222593098063037137">"Aktualizacji systemu nie można instalować na nośniku zewnętrznym."</string>
    <string name="force_stop_dlg_title" msgid="977530651470711366">"Wymusić zatrzymanie?"</string>
    <string name="force_stop_dlg_text" msgid="7208364204467835578">"Jeśli wymusisz zatrzymanie aplikacji, może ona zadziałać nieprawidłowo."</string>
    <string name="move_app_failed_dlg_title" msgid="1282561064082384192"></string>
    <string name="move_app_failed_dlg_text" msgid="3465267182923054022">"Nie można przenieść aplikacji. <xliff:g id="REASON">%1$s</xliff:g>"</string>
    <string name="app_install_location_title" msgid="2068975150026852168">"Preferowana lokalizacja instalacji"</string>
    <string name="app_install_location_summary" msgid="5155453752692959098">"Zmień preferowaną lokalizację instalacji nowych aplikacji."</string>
    <string name="app_disable_dlg_title" msgid="3916469657537695436">"Wyłączyć wbudowaną aplikację?"</string>
    <string name="app_disable_dlg_text" msgid="3562567756362627323">"Jeśli wyłączysz wbudowaną aplikację, inne aplikacje mogą działać nieprawidłowo."</string>
    <string name="app_special_disable_dlg_title" msgid="2690148680327142674">"Usunąć dane i wyłączyć aplikację?"</string>
    <string name="app_special_disable_dlg_text" msgid="3447657419284854195">"Jeśli wyłączysz wbudowaną aplikację, pozostałe programy mogą działać nieprawidłowo. Zostaną też usunięte Twoje dane."</string>
    <string name="app_disable_notifications_dlg_title" msgid="7669264654851761857">"Wyłączyć powiadomienia?"</string>
    <string name="app_disable_notifications_dlg_text" msgid="5088484670924769845">"Jeśli wyłączysz powiadomienia tej aplikacji, możesz przeoczyć ważne alerty i aktualizacje."</string>
    <string name="app_ops_settings" msgid="5108481883575527511">"Działania aplikacji"</string>
    <string name="app_ops_running" msgid="7706949900637284122">"Trwa"</string>
    <string name="app_ops_never_used" msgid="9114608022906887802">"(Nieużywana)"</string>
    <string name="no_default_apps" msgid="2915315663141025400">"Brak domyślnych aplikacji."</string>
    <string name="storageuse_settings_title" msgid="5657014373502630403">"Użycie pamięci"</string>
    <string name="storageuse_settings_summary" msgid="3748286507165697834">"Wyświetl pamięć używaną przez aplikacje"</string>
    <string name="runningservices_settings_title" msgid="8097287939865165213">"Uruchomione usługi"</string>
    <string name="runningservices_settings_summary" msgid="854608995821032748">"Wyświetl i kontroluj obecnie uruchomione usługi"</string>
    <string name="service_restarting" msgid="2242747937372354306">"Ponowne uruchamianie"</string>
    <string name="cached" msgid="1059590879740175019">"Proces w tle z pamięci podręcznej"</string>
    <string name="no_running_services" msgid="2059536495597645347">"Brak uruchomionych usług."</string>
    <string name="service_started_by_app" msgid="818675099014723551">"Uruchomiona przez aplikację"</string>
    <!-- no translation found for service_client_name (4037193625611815517) -->
    <skip />
    <string name="service_background_processes" msgid="6844156253576174488">"<xliff:g id="MEMORY">%1$s</xliff:g> wolne"</string>
    <string name="service_foreground_processes" msgid="7583975676795574276">"<xliff:g id="MEMORY">%1$s</xliff:g> w użyciu"</string>
    <string name="memory" msgid="6609961111091483458">"Pamięć RAM"</string>
    <!-- no translation found for service_process_name (4098932168654826656) -->
    <skip />
    <string name="running_process_item_user_label" msgid="3129887865552025943">"Użytkownik: <xliff:g id="USER_NAME">%1$s</xliff:g>"</string>
    <string name="running_process_item_removed_user_label" msgid="8250168004291472959">"Użytkownik usunięty"</string>
    <string name="running_processes_item_description_s_s" msgid="5790575965282023145">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> proces, <xliff:g id="NUMSERVICES">%2$d</xliff:g> usługa"</string>
    <string name="running_processes_item_description_s_p" msgid="8019860457123222953">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> proces, <xliff:g id="NUMSERVICES">%2$d</xliff:g> usług(i)"</string>
    <string name="running_processes_item_description_p_s" msgid="744424668287252915">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> procesy, <xliff:g id="NUMSERVICES">%2$d</xliff:g> usługa"</string>
    <string name="running_processes_item_description_p_p" msgid="1607384595790852782">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> procesy, <xliff:g id="NUMSERVICES">%2$d</xliff:g> usługi"</string>
    <string name="running_processes_header_title" msgid="6588371727640789560">"Pamięć urządzenia"</string>
    <string name="running_processes_header_footer" msgid="723908176275428442">"Wykorzystanie pamięci RAM przez aplikacje"</string>
    <string name="running_processes_header_system_prefix" msgid="6104153299581682047">"System"</string>
    <string name="running_processes_header_apps_prefix" msgid="5787594452716832727">"Aplikacje"</string>
    <string name="running_processes_header_free_prefix" msgid="4620613031737078415">"Wolna"</string>
    <string name="running_processes_header_used_prefix" msgid="5924288703085123978">"Używana"</string>
    <string name="running_processes_header_cached_prefix" msgid="7950853188089434987">"W pamięci podręcznej"</string>
    <string name="running_processes_header_ram" msgid="996092388884426817">"<xliff:g id="RAM_0">%1$s</xliff:g> pamięci RAM"</string>
    <string name="runningservicedetails_settings_title" msgid="3224004818524731568">"Uruchomiona aplikacja"</string>
    <string name="no_services" msgid="7133900764462288263">"Nieaktywne"</string>
    <string name="runningservicedetails_services_title" msgid="391168243725357375">"Usługi"</string>
    <string name="runningservicedetails_processes_title" msgid="928115582044655268">"Procesy"</string>
    <string name="service_stop" msgid="6369807553277527248">"Zatrzymaj"</string>
    <string name="service_manage" msgid="1876642087421959194">"Ustawienia"</string>
    <string name="service_stop_description" msgid="9146619928198961643">"Usługa została uruchomiona przez odpowiednią aplikację. Jej zatrzymanie może spowodować awarię tej aplikacji."</string>
    <string name="heavy_weight_stop_description" msgid="2979218727598321095">"Nie można bezpiecznie zatrzymać tej aplikacji. Może to spowodować utratę części Twojej bieżącej pracy."</string>
    <string name="background_process_stop_description" msgid="5034773197139654588">"Jest to stary proces aplikacji uruchomiony na wypadek, gdyby był jeszcze potrzebny. Zwykle nie ma powodu, aby go zatrzymywać."</string>
    <string name="service_manage_description" msgid="7050092269951613102">"<xliff:g id="CLIENT_NAME">%1$s</xliff:g>: aktualnie w użyciu. Dotknij opcji Ustawienia, aby nią sterować."</string>
    <string name="main_running_process_description" msgid="1130702347066340890">"Główny proces w użyciu"</string>
    <string name="process_service_in_use_description" msgid="8993335064403217080">"Usługa <xliff:g id="COMP_NAME">%1$s</xliff:g> jest w użyciu."</string>
    <string name="process_provider_in_use_description" msgid="5586603325677678940">"Dostawca <xliff:g id="COMP_NAME">%1$s</xliff:g> jest w użyciu."</string>
    <string name="runningservicedetails_stop_dlg_title" msgid="4253292537154337233">"Czy zatrzymać usługę systemową?"</string>
    <string name="runningservicedetails_stop_dlg_text" product="tablet" msgid="3371302398335665793">"Jeśli zatrzymasz tę usługę, niektóre funkcje tabletu mogą przestać poprawnie działać do chwili jego wyłączenia i ponownego włączenia."</string>
    <string name="runningservicedetails_stop_dlg_text" product="default" msgid="3920243762189484756">"Jeśli zatrzymasz tę usługę, niektóre funkcje telefonu mogą przestać poprawnie działać do chwili jego wyłączenia i ponownego włączenia."</string>
    <string name="language_settings" msgid="5292716747264442359">"Język i wprowadzanie tekstu"</string>
    <string name="language_keyboard_settings_title" msgid="243220021717425813">"Język i wprowadzanie tekstu"</string>
    <string name="language_settings_category" msgid="2288258489940617043">"Ustawienia języka"</string>
    <string name="keyboard_settings_category" msgid="8275523930352487827">"Klawiatura i wprowadzanie tekstu"</string>
    <string name="phone_language" msgid="8870144109924299673">"Język"</string>
    <string name="phone_language_summary" msgid="3871309445655554211"></string>
    <string name="auto_replace" msgid="6199184757891937822">"Autokorekta"</string>
    <string name="auto_replace_summary" msgid="370288728200084466">"Poprawiaj błędnie wpisane słowa"</string>
    <string name="auto_caps" msgid="6379232078052591265">"Wstawiaj wielkie litery"</string>
    <string name="auto_caps_summary" msgid="6358102538315261466">"Zaczynaj zdania wielką literą"</string>
    <string name="auto_punctuate" msgid="4595367243950425833">"Łatwa interpunkcja"</string>
    <string name="hardkeyboard_category" msgid="5957168411305769899">"Ustawienia klawiatury fizycznej"</string>
    <string name="auto_punctuate_summary" msgid="4372126865670574837">"Naciśnij dwukrotnie klawisz spacji, aby wstawić kropkę"</string>
    <string name="show_password" msgid="3001113966880559611">"Hasła są widoczne"</string>
    <string name="ime_security_warning" msgid="4135828934735934248">"Ta metoda wprowadzania tekstu może gromadzić cały wpisywany tekst, w tym dane osobowe takie jak hasła czy numery kart kredytowych. Pochodzi ona z aplikacji <xliff:g id="IME_APPLICATION_NAME">%1$s</xliff:g>. Użyć jej?"</string>
    <string name="spellchecker_security_warning" msgid="9060897418527708922">"Ten moduł sprawdzania pisowni może gromadzić cały wpisywany tekst, w tym dane osobiste w postaci haseł i numerów kart kredytowych. Pochodzi on z aplikacji <xliff:g id="SPELLCHECKER_APPLICATION_NAME">%1$s</xliff:g>. Użyć go?"</string>
    <string name="spellchecker_quick_settings" msgid="246728645150092058">"Ustawienia"</string>
    <string name="spellchecker_language" msgid="6041050114690541437">"Język"</string>
    <string name="failed_to_open_app_settings_toast" msgid="1251067459298072462">"Nie udało się otworzyć ustawień aplikacji <xliff:g id="SPELL_APPLICATION_NAME">%1$s</xliff:g>"</string>
    <string name="pointer_settings_category" msgid="8183819795164034286">"Mysz/touchpad"</string>
    <string name="pointer_speed" msgid="1221342330217861616">"Szybkość wskaźnika"</string>
    <string name="game_controller_settings_category" msgid="8794508575329923718">"Kontroler gier"</string>
    <string name="vibrate_input_devices" msgid="2599591466928793082">"Użyj wibracji"</string>
    <string name="vibrate_input_devices_summary" msgid="4595570516865299153">"Po podłączeniu kontrolera gier przekieruj do niego wibracje."</string>
    <string name="keyboard_layout_dialog_title" msgid="8030087214949381372">"Wybierz układ klawiatury"</string>
    <string name="keyboard_layout_dialog_setup_button" msgid="8514583747236476384">"Skonfiguruj układy klawiatury"</string>
    <string name="keyboard_layout_dialog_switch_hint" msgid="3889961090676293795">"Control-spacja, by przełączyć"</string>
    <string name="keyboard_layout_default_label" msgid="2952672513543482165">"Domyślna"</string>
    <string name="keyboard_layout_picker_title" msgid="556081931972771610">"Układy klawiatury"</string>
    <string name="user_dict_settings_title" msgid="3427169369758733521">"Słownik osobisty"</string>
    <string name="user_dict_settings_summary" msgid="7965571192902870454"></string>
    <string name="user_dict_settings_add_menu_title" msgid="4056762757149923551">"Dodaj"</string>
    <string name="user_dict_settings_add_dialog_title" msgid="4702613990174126482">"Dodaj do słownika"</string>
    <string name="user_dict_settings_add_screen_title" msgid="742580720124344291">"Wyrażenie"</string>
    <string name="user_dict_settings_add_dialog_more_options" msgid="8848798370746019825">"Więcej opcji"</string>
    <string name="user_dict_settings_add_dialog_less_options" msgid="2441785268726036101">"Mniej opcji"</string>
    <string name="user_dict_settings_add_dialog_confirm" msgid="6225823625332416144">"OK"</string>
    <string name="user_dict_settings_add_word_option_name" msgid="7868879174905963135">"Słowo:"</string>
    <string name="user_dict_settings_add_shortcut_option_name" msgid="660089258866063925">"Skrót:"</string>
    <string name="user_dict_settings_add_locale_option_name" msgid="5696358317061318532">"Język:"</string>
    <string name="user_dict_settings_add_word_hint" msgid="5725254076556821247">"Wpisz słowo"</string>
    <string name="user_dict_settings_add_shortcut_hint" msgid="7333763456561873445">"Opcjonalny skrót"</string>
    <string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Edytuj słowo"</string>
    <string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Edytuj"</string>
    <string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Usuń"</string>
    <string name="user_dict_settings_empty_text" msgid="8165273379942105271">"Nie masz żadnych słów w słowniku użytkownika. Aby dodać słowo, wybierz Dodaj (+)."</string>
    <string name="user_dict_settings_all_languages" msgid="6742000040975959247">"Dla wszystkich języków"</string>
    <string name="user_dict_settings_more_languages" msgid="7316375944684977910">"Więcej języków..."</string>
    <string name="testing" msgid="6584352735303604146">"Testowanie"</string>
    <string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Informacje o tablecie"</string>
    <string name="testing_phone_info" product="default" msgid="8656693364332840056">"Informacje o telefonie"</string>
    <string name="testing_battery_info" msgid="3497865525976497848">"Informacje o baterii"</string>
    <string name="input_methods_settings_title" msgid="6800066636850553887">"Wprowadzanie tekstu"</string>
    <string name="input_method" msgid="5434026103176856164">"Sposób wprowadzania tekstu"</string>
    <string name="current_input_method" msgid="2636466029213488159">"Obecna klawiatura"</string>
    <string name="input_method_selector" msgid="4311213129681430709">"Wybór sposobu wprowadzania tekstu"</string>
    <string name="input_method_selector_show_automatically_title" msgid="1001612945471546158">"Automatyczny"</string>
    <string name="input_method_selector_always_show_title" msgid="3891824124222371634">"Zawsze pokazuj"</string>
    <string name="input_method_selector_always_hide_title" msgid="7699647095118680424">"Zawsze ukrywaj"</string>
    <string name="configure_input_method" msgid="1317429869771850228">"Konfiguruj metody wprowadzania"</string>
    <string name="input_method_settings" msgid="5801295625486269553">"Ustawienia"</string>
    <string name="input_method_settings_button" msgid="6778344383871619368">"Ustawienia"</string>
    <string name="active_input_method_subtypes" msgid="3596398805424733238">"Aktywne metody wprowadzania"</string>
    <string name="use_system_language_to_select_input_method_subtypes" msgid="3346751753141428573">"Użyj języka systemu"</string>
    <string name="input_methods_settings_label_format" msgid="6002887604815693322">"Ustawienia <xliff:g id="IME_NAME">%1$s</xliff:g>"</string>
    <string name="input_methods_and_subtype_enabler_title" msgid="4421813273170250462">"Wybierz aktywne metody wprowadzania"</string>
    <string name="onscreen_keyboard_settings_summary" msgid="5841558383556238653">"Ustawienia klawiatury ekranowej"</string>
    <string name="builtin_keyboard_settings_title" msgid="7688732909551116798">"Klawiatura fizyczna"</string>
    <string name="builtin_keyboard_settings_summary" msgid="2392531685358035899">"Ustawienia klawiatury fizycznej"</string>
    <string name="development_settings_title" msgid="215179176067683667">"Opcje programistyczne"</string>
    <string name="development_settings_summary" msgid="1815795401632854041">"Ustaw opcje związane z programowaniem aplikacji."</string>
    <string name="development_settings_not_available" msgid="4308569041701535607">"Opcje programisty są niedostępne dla tego użytkownika"</string>
    <string name="vpn_settings_not_available" msgid="956841430176985598">"Ustawienia VPN są niedostępne dla tego użytkownika"</string>
    <string name="tethering_settings_not_available" msgid="6765770438438291012">"Ustawienia tetheringu są niedostępne dla tego użytkownika"</string>
    <string name="apn_settings_not_available" msgid="7873729032165324000">"Ustawienia nazwy punktu dostępu są niedostępne dla tego użytkownika"</string>
    <string name="enable_adb" msgid="7982306934419797485">"Debugowanie USB"</string>
    <string name="enable_adb_summary" msgid="4881186971746056635">"Tryb debugowania, gdy podłączone jest USB"</string>
    <string name="clear_adb_keys" msgid="4038889221503122743">"Odwołaj autoryzacje do debugowania USB"</string>
    <string name="bugreport_in_power" msgid="7923901846375587241">"Skrót do zgłoszenia błędu"</string>
    <string name="bugreport_in_power_summary" msgid="1778455732762984579">"Pokaż w menu zasilania przycisk zgłaszania błędu"</string>
    <string name="keep_screen_on" msgid="1146389631208760344">"Pozostaw ekran włączony"</string>
    <string name="keep_screen_on_summary" msgid="2173114350754293009">"Ekran nie będzie gaszony podczas ładowania telefonu"</string>
    <string name="bt_hci_snoop_log" msgid="3340699311158865670">"Włącz dziennik snoop Bluetooth HCI"</string>
    <string name="bt_hci_snoop_log_summary" msgid="730247028210113851">"Przechwyć wszystkie pakiety Bluetooth HCI do pliku"</string>
    <string name="oem_unlock_enable" msgid="6040763321967327691">"Zdjęcie blokady OEM"</string>
    <string name="oem_unlock_enable_summary" msgid="4720281828891618376">"Umożliwia odblokowanie programu rozruchowego"</string>
    <string name="confirm_enable_oem_unlock_title" msgid="4802157344812385674">"Zezwolić na zdjęcie blokady OEM?"</string>
    <string name="confirm_enable_oem_unlock_text" msgid="5517144575601647022">"UWAGA: gdy to ustawienie jest włączone, na urządzeniu nie będą działać funkcje ochrony."</string>
    <string name="select_logd_size_title" msgid="7433137108348553508">"Rozmiary bufora Rejestratora"</string>
    <string name="select_logd_size_dialog_title" msgid="1206769310236476760">"Wybierz rozmiary Rejestratora/bufor dziennika"</string>
    <string name="allow_mock_location" msgid="2787962564578664888">"Pozorowanie lokalizacji"</string>
    <string name="allow_mock_location_summary" msgid="317615105156345626">"Zezwalaj na pozorowanie lokalizacji"</string>
    <string name="debug_view_attributes" msgid="6485448367803310384">"Włącz inspekcję wyśw. atrybutu"</string>
    <string name="debug_networking_category" msgid="7044075693643009662">"Sieci"</string>
    <string name="wifi_display_certification" msgid="8611569543791307533">"Wyświetlacz bezprzewodowy"</string>
    <string name="wifi_verbose_logging" msgid="4203729756047242344">"Włącz szczegółowe rejestrowanie Wi-Fi"</string>
    <string name="wifi_aggressive_handover" msgid="9194078645887480917">"Agresywne przeł. Wi‑Fi na sieć kom."</string>
    <string name="wifi_allow_scan_with_traffic" msgid="3601853081178265786">"Zawsze zezwalaj na skanowanie w celu roamingu Wi-Fi"</string>
    <string name="legacy_dhcp_client" msgid="694426978909127287">"Użyj starszego klienta DHCP"</string>
    <string name="wifi_display_certification_summary" msgid="1155182309166746973">"Pokaż opcje certyfikacji wyświetlacza bezprzewodowego"</string>
    <string name="wifi_verbose_logging_summary" msgid="6615071616111731958">"Zwiększ poziom rejestrowania Wi‑Fi, pokaż według RSSI SSID w selektorze Wi‑Fi"</string>
    <string name="wifi_aggressive_handover_summary" msgid="6328455667642570371">"Po włączeniu połączenie danych będzie bardziej agresywnie przełączać się z Wi-Fi na sieć komórkową przy słabym sygnale Wi-Fi"</string>
    <string name="wifi_allow_scan_with_traffic_summary" msgid="2575101424972686310">"W zależności od ruchu danych w interfejsie zezwól/nie zezwalaj na skanowanie w celu roamingu Wi-Fi"</string>
    <string name="select_logd_size_title" msgid="7433137108348553508">"Rozmiary bufora Rejestratora"</string>
    <string name="select_logd_size_dialog_title" msgid="1206769310236476760">"Wybierz rozmiary Rejestratora/bufor dziennika"</string>
    <string name="select_usb_configuration_title" msgid="2649938511506971843">"Wybierz konfigurację USB"</string>
    <string name="select_usb_configuration_dialog_title" msgid="6385564442851599963">"Wybierz konfigurację USB"</string>
    <string name="allow_mock_location" msgid="2787962564578664888">"Pozorowanie lokalizacji"</string>
    <string name="allow_mock_location_summary" msgid="317615105156345626">"Zezwalaj na pozorowanie lokalizacji"</string>
    <string name="debug_view_attributes" msgid="6485448367803310384">"Włącz inspekcję wyśw. atrybutu"</string>
    <string name="legacy_dhcp_client_summary" msgid="163383566317652040">"Użyj klienta DHCP z Lollipop zamiast nowego klienta DHCP Androida."</string>
    <string name="adb_warning_title" msgid="6234463310896563253">"Czy zezwalać na debugowanie USB?"</string>
    <string name="adb_warning_message" msgid="7316799925425402244">"Debugowanie USB jest przeznaczone wyłącznie do celów programistycznych. Może służyć do kopiowania danych między komputerem a urządzeniem, instalowania aplikacji na urządzeniu bez powiadamiania, a także odczytu danych dziennika."</string>
    <string name="adb_keys_warning_message" msgid="6932230298032192937">"Odwołać dostęp wszystkich poprzednio autoryzowanych komputerów do debugowania USB?"</string>
    <string name="dev_settings_warning_title" msgid="7244607768088540165">"Zezwolić na ustawienia programistyczne?"</string>
    <string name="dev_settings_warning_message" msgid="2298337781139097964">"Te ustawienia są przeznaczone wyłącznie dla programistów. Ich użycie może spowodować uszkodzenie lub nieprawidłowe działanie urządzenia i zainstalowanych na nim aplikacji."</string>
    <string name="verify_apps_over_usb_title" msgid="4177086489869041953">"Zweryfikuj aplikacje przez USB"</string>
    <string name="verify_apps_over_usb_summary" msgid="9164096969924529200">"Sprawdź, czy aplikacje zainstalowane przez ADB/ADT nie zachowują się w szkodliwy sposób"</string>
    <string name="enforce_read_external_title" product="nosdcard" msgid="7733257271454664956">"Chroń nośnik USB"</string>
    <string name="enforce_read_external_summary" product="nosdcard" msgid="1798088409346660567">"Aplikacje muszą prosić o pozwolenie na odczyt nośnika USB"</string>
    <string name="enforce_read_external_confirm_title" product="nosdcard" msgid="2112813067171502209">"Włączyć ochronę nośnika USB?"</string>
    <string name="enforce_read_external_confirm_message" product="nosdcard" msgid="605444326545922054">"Gdy nośnik USB jest chroniony, aplikacje muszą prosić o pozwolenie na odczyt danych z tego nośnika zewnętrznego.\n\nNiektóre aplikacje mogą przestać działać i wymagać aktualizacji przez programistę."</string>
    <string name="enforce_read_external_title" product="default" msgid="2226662853797940829">"Chroń kartę SD"</string>
    <string name="enforce_read_external_summary" product="default" msgid="2750027486786530064">"Aplikacje muszą prosić o pozwolenie na odczyt karty SD"</string>
    <string name="enforce_read_external_confirm_title" product="default" msgid="273220585729800783">"Włączyć ochronę karty SD?"</string>
    <string name="enforce_read_external_confirm_message" product="default" msgid="3858482712337574407">"Gdy karta SD jest chroniona, aplikacje muszą prosić o pozwolenie na odczyt danych z tego nośnika zewnętrznego.\n\nNiektóre aplikacje mogą przestać działać i wymagać aktualizacji przez programistę."</string>
    <string name="enable_terminal_title" msgid="95572094356054120">"Terminal lokalny"</string>
    <string name="enable_terminal_summary" msgid="67667852659359206">"Włącz terminal, który umożliwia dostęp do powłoki lokalnej"</string>
    <string name="gadget_picker_title" msgid="98374951396755811">"Wybierz gadżet"</string>
    <string name="widget_picker_title" msgid="9130684134213467557">"Wybierz widżet"</string>
    <string name="allow_bind_app_widget_activity_allow_bind_title" msgid="2538303018392590627">"Utworzyć widżet i zezwolić na dostęp?"</string>
    <string name="allow_bind_app_widget_activity_allow_bind" msgid="1584388129273282080">"Po utworzeniu widżetu <xliff:g id="WIDGET_HOST_NAME">%1$s</xliff:g> może uzyskać dostęp do wszystkich wyświetlanych danych."</string>
    <string name="allow_bind_app_widget_activity_always_allow_bind" msgid="7037503685859688034">"Zawsze zezwalaj na tworzenie widgetów przez aplikację <xliff:g id="WIDGET_HOST_NAME">%1$s</xliff:g> i dostęp do ich danych"</string>
    <string name="battery_history_days" msgid="7110262897769622564">"<xliff:g id="DAYS">%1$d</xliff:g>d <xliff:g id="HOURS">%2$d</xliff:g>g <xliff:g id="MINUTES">%3$d</xliff:g>m <xliff:g id="SECONDS">%4$d</xliff:g>s"</string>
    <string name="battery_history_hours" msgid="7525170329826274999">"<xliff:g id="HOURS">%1$d</xliff:g>g <xliff:g id="MINUTES">%2$d</xliff:g>m <xliff:g id="SECONDS">%3$d</xliff:g>s"</string>
    <string name="battery_history_minutes" msgid="1467775596084148610">"<xliff:g id="MINUTES">%1$d</xliff:g>m <xliff:g id="SECONDS">%2$d</xliff:g>s"</string>
    <string name="battery_history_seconds" msgid="4283492130945761685">"<xliff:g id="SECONDS">%1$d</xliff:g>s"</string>
    <string name="battery_history_days_no_seconds" msgid="703063770554334710">"<xliff:g id="DAYS">%1$d</xliff:g> d. <xliff:g id="HOURS">%2$d</xliff:g> godz. <xliff:g id="MINUTES">%3$d</xliff:g> min"</string>
    <string name="battery_history_hours_no_seconds" msgid="663342892615646712">"<xliff:g id="HOURS">%1$d</xliff:g> godz. <xliff:g id="MINUTES">%2$d</xliff:g> min"</string>
    <string name="battery_history_minutes_no_seconds" msgid="7780294302606853082">"<xliff:g id="MINUTES">%1$d</xliff:g> min"</string>
    <string name="usage_stats_label" msgid="5890846333487083609">"Statystyki użycia"</string>
    <string name="testing_usage_stats" msgid="7823048598893937339">"Statystyki użycia"</string>
    <string name="display_order_text" msgid="8592776965827565271">"Sortuj wg:"</string>
    <string name="app_name_label" msgid="5440362857006046193">"Aplikacja"</string>
    <string name="last_time_used_label" msgid="8459441968795479307">"Ostatnie użycie"</string>
    <string name="usage_time_label" msgid="295954901452833058">"Czas użycia"</string>
    <string name="accessibility_settings" msgid="3975902491934816215">"Ułatwienia dostępu"</string>
    <string name="accessibility_settings_title" msgid="2130492524656204459">"Ustawienia ułatwień dostępu"</string>
    <string name="accessibility_services_title" msgid="2592221829284342237">"Usługi"</string>
    <string name="accessibility_system_title" msgid="7187919089874130484">"System"</string>
    <string name="accessibility_display_title" msgid="7610175687949675162">"Ekran"</string>
    <string name="accessibility_captioning_title" msgid="7589266662024836291">"Napisy"</string>
    <string name="accessibility_screen_magnification_title" msgid="7001782548715744981">"Gesty powiększania"</string>
    <string name="accessibility_screen_magnification_summary" msgid="2380627654189671754">"Kiedy ta funkcja jest włączona, możesz powiększyć i pomniejszyć obraz, trzykrotnie klikając ekran.\n\nW trybie powiększenia możesz:\n"<ul><li>"Przesuwać: przeciągnij palcami po ekranie."</li>\n<li>"Regulować powiększenie: ściągnij lub rozsuń palce."</li></ul>\n\n"Możesz też tymczasowo powiększyć miejsce pod palcem, klikając trzykrotnie i przytrzymując palec na ekranie. W takim widoku „lupy” możesz przesuwać palcem po ekranie i powiększać różne miejsca. Podniesienie palca spowoduje powrót do poprzedniego widoku.\n\nUwaga: trzykrotne kliknięcie powiększające działa wszędzie poza klawiaturą i paskiem nawigacji."</string>
    <string name="accessibility_global_gesture_preference_title" msgid="6752037184140789970">"Skrót ułatwień dostępu"</string>
    <string name="accessibility_global_gesture_preference_summary_on" msgid="6180927399052022181">"Wł."</string>
    <string name="accessibility_global_gesture_preference_summary_off" msgid="8102103337813609849">"Wył."</string>
    <string name="accessibility_global_gesture_preference_description" msgid="750438015254396963">"Kiedy ta funkcja jest aktywna, możesz szybko włączyć ułatwienia dostępu w dwóch krokach:\n\nKrok 1: naciśnij i przytrzymaj przycisk zasilania, aż usłyszysz sygnał lub poczujesz wibracje.\n\nKrok 2: naciśnij i przytrzymaj ekran dwoma palcami, aż usłyszysz potwierdzenie dźwiękowe.\n\nJeśli z tego urządzenia korzysta kilka osób, użycie tego skrótu na zablokowanym ekranie spowoduje tymczasowe włączenie ułatwień dostępu do momentu zablokowania urządzenia."</string>
    <string name="accessibility_toggle_large_text_preference_title" msgid="6307247527580207161">"Duży tekst"</string>
    <string name="accessibility_toggle_high_text_contrast_preference_title" msgid="2567402942683463779">"Tekst o dużym kontraście"</string>
    <string name="accessibility_toggle_screen_magnification_preference_title" msgid="2472285215737820469">"Powiększenie ekranu"</string>
    <string name="accessibility_toggle_screen_magnification_auto_update_preference_title" msgid="7218498768415430963">"Automatyczna aktualizacja powiększenia ekranu"</string>
    <string name="accessibility_toggle_screen_magnification_auto_update_preference_summary" msgid="4392059334816220155">"Aktualizuj powiększenie ekranu przy zmianie aplikacji"</string>
    <string name="accessibility_power_button_ends_call_prerefence_title" msgid="6673851944175874235">"Przycisk zasilania rozłącza"</string>
    <string name="accessibility_toggle_speak_password_preference_title" msgid="5986628515113204844">"Wypowiadaj hasła na głos"</string>
    <string name="accessibility_long_press_timeout_preference_title" msgid="6708467774619266508">"Czas dotknięcia i przytrzymania"</string>
    <string name="accessibility_display_inversion_preference_title" msgid="2119647786141420802">"Inwersja kolorów"</string>
    <string name="accessibility_display_inversion_preference_subtitle" msgid="8658240868230680912">"(Eksperymentalna) Może wpływać na wydajność"</string>
    <string name="accessibility_display_daltonizer_preference_title" msgid="5800761362678707872">"Korekcja kolorów"</string>
    <string name="accessibility_display_daltonizer_preference_subtitle" msgid="3484969015295282911">"To jest funkcja eksperymentalna i może wpływać na wydajność."</string>
    <string name="enable_quick_setting" msgid="2366999897816894536">"Pokaż w szybkich ustawieniach"</string>
    <string name="daltonizer_type" msgid="1124178250809091080">"Tryb korekcji"</string>
    <string name="daltonizer_type_overridden" msgid="3116947244410245916">"Nadpisana przez <xliff:g id="TITLE">%1$s</xliff:g>"</string>
    <string name="daltonizer_mode_disabled" msgid="7482661936053801862">"Wyłączona"</string>
    <string name="daltonizer_mode_monochromacy" msgid="8485709880666106721">"Monochromatyzm"</string>
    <string name="daltonizer_mode_deuteranomaly" msgid="5475532989673586329">"Deuteranomalia (czerwony-zielony)"</string>
    <string name="daltonizer_mode_protanomaly" msgid="8424148009038666065">"Protanomalia (czerwony-zielony)"</string>
    <string name="daltonizer_mode_tritanomaly" msgid="481725854987912389">"Tritanomalia (niebieski-żółty)"</string>
    <string name="accessibility_menu_item_settings" msgid="3344942964710773365">"Ustawienia"</string>
    <string name="accessibility_feature_state_on" msgid="2864292320042673806">"Wł."</string>
    <string name="accessibility_feature_state_off" msgid="4172584906487070211">"Wył."</string>
    <string name="accessibility_feature_or_input_method_not_allowed" msgid="5950315477009501647">"Niedozwolone przez Twoją organizację"</string>
    <string name="captioning_preview_title" msgid="1234015253497016890">"Podgląd"</string>
    <string name="captioning_standard_options_title" msgid="3284211791180335844">"Opcje standardowe"</string>
    <string name="captioning_locale" msgid="4559155661018823503">"Język"</string>
    <string name="captioning_text_size" msgid="6737002449104466028">"Rozmiar tekstu"</string>
    <string name="captioning_preset" msgid="8939737196538429044">"Styl napisów"</string>
    <string name="captioning_custom_options_title" msgid="5067500939930322405">"Opcje niestandardowe"</string>
    <string name="captioning_background_color" msgid="9053011212948992570">"Kolor tła"</string>
    <string name="captioning_background_opacity" msgid="6029993616419971202">"Przezroczystość tła"</string>
    <string name="captioning_window_color" msgid="6902052743419717394">"Kolor okna napisów"</string>
    <string name="captioning_window_opacity" msgid="5041556024849862376">"Przezroczystość okna napisów"</string>
    <string name="captioning_foreground_color" msgid="85623486537640059">"Kolor tekstu"</string>
    <string name="captioning_foreground_opacity" msgid="4370967856995419788">"Przezroczystość tekstu"</string>
    <string name="captioning_edge_color" msgid="3670094753735263238">"Kolor krawędzi"</string>
    <string name="captioning_edge_type" msgid="5997247394951682154">"Typ krawędzi"</string>
    <string name="captioning_typeface" msgid="1826169240566563259">"Rodzina czcionek"</string>
    <string name="captioning_preview_text" msgid="4067935959797375065">"Tak będą wyglądać napisy"</string>
    <string name="captioning_preview_characters" msgid="7105909138497851769">"Aa"</string>
    <string name="locale_default" msgid="2593883646136326969">"Domyślnie"</string>
    <string name="color_title" msgid="4258931051732243983">"Kolor"</string>
    <string name="color_unspecified" msgid="5179683785413568326">"Domyślny"</string>
    <string name="color_none" msgid="3475640044925814795">"Brak"</string>
    <string name="color_white" msgid="8045195170201590239">"Biały"</string>
    <string name="color_gray" msgid="9192312087142726313">"Szary"</string>
    <string name="color_black" msgid="7517353520909872561">"Czarny"</string>
    <string name="color_red" msgid="4949354900304125428">"Czerwony"</string>
    <string name="color_green" msgid="5537717328428845841">"Zielony"</string>
    <string name="color_blue" msgid="7731984529016953223">"Niebieski"</string>
    <string name="color_cyan" msgid="7033027180641173211">"Cyjan"</string>
    <string name="color_yellow" msgid="9112680561610873529">"Żółty"</string>
    <string name="color_magenta" msgid="5059212823607815549">"Amarantowy"</string>
    <string name="enable_service_title" msgid="3061307612673835592">"Używać usługi <xliff:g id="SERVICE">%1$s</xliff:g>?"</string>
    <string name="capabilities_list_title" msgid="86713361724771971">"Wymagania usługi <xliff:g id="SERVICE">%1$s</xliff:g>:"</string>
    <string name="touch_filtered_warning" msgid="8644034725268915030">"Aplikacja Ustawienia nie może zweryfikować Twojej odpowiedzi, ponieważ inna aplikacja zasłania prośbę o udzielenie uprawnień."</string>
    <string name="enable_service_encryption_warning" msgid="3064686622453974606">"Jeśli włączysz usługę <xliff:g id="SERVICE">%1$s</xliff:g>, Twoje urządzenie nie będzie korzystać z blokady ekranu, by usprawnić szyfrowanie danych."</string>
    <string name="secure_lock_encryption_warning" msgid="464101518421886337">"Włączyłeś usługę ułatwień dostępu, więc Twoje urządzenie nie będzie korzystać z blokady ekranu, by usprawnić szyfrowanie danych."</string>
    <string name="enable_service_pattern_reason" msgid="777577618063306751">"Ponieważ włączenie <xliff:g id="SERVICE">%1$s</xliff:g> wpływa na szyfrowanie danych, musisz potwierdzić swój wzór."</string>
    <string name="enable_service_pin_reason" msgid="7882035264853248228">"Ponieważ włączenie <xliff:g id="SERVICE">%1$s</xliff:g> wpływa na szyfrowanie danych, musisz potwierdzić swój PIN."</string>
    <string name="enable_service_password_reason" msgid="1224075277603097951">"Ponieważ włączenie <xliff:g id="SERVICE">%1$s</xliff:g> wpływa na szyfrowanie danych, musisz potwierdzić swoje hasło."</string>
    <string name="capability_title_receiveAccessibilityEvents" msgid="1869032063969970755">"Obserwowanie Twoich działań"</string>
    <string name="capability_desc_receiveAccessibilityEvents" msgid="2095111008854376237">"Otrzymywanie powiadomień podczas Twojej pracy z aplikacją."</string>
    <string name="disable_service_title" msgid="3624005212728512896">"Zatrzymać <xliff:g id="SERVICE">%1$s</xliff:g>?"</string>
    <string name="disable_service_message" msgid="2012273739481042318">"Dotknięcie OK spowoduje zatrzymanie usługi <xliff:g id="SERVICE">%1$s</xliff:g>."</string>
    <string name="accessibility_no_services_installed" msgid="7200948194639038807">"Brak zainstalowanych usług"</string>
    <string name="accessibility_service_default_description" msgid="1072730037861494125">"Brak opisu"</string>
    <string name="settings_button" msgid="3006713718908152930">"Ustawienia"</string>
    <string name="print_settings" msgid="4742428530112487843">"Drukowanie"</string>
    <string name="print_settings_title" msgid="3685449667822217816">"Usługi drukowania"</string>
    <string name="print_service_security_warning_title" msgid="2338435517408144841">"Używać usługi <xliff:g id="SERVICE">%1$s</xliff:g>?"</string>
    <string name="print_service_security_warning_summary" msgid="7567131958613064363">"Zanim dokument dotrze do drukarki, może przejść przez jeden lub kilka serwerów."</string>
    <string name="print_no_services_installed" msgid="8443039625463872294">"Brak zainstalowanych usług"</string>
    <string name="print_no_printers_found" msgid="989018646884973683">"Nie znaleziono drukarek"</string>
    <string name="print_menu_item_settings" msgid="6591330373682227082">"Ustawienia"</string>
    <string name="print_menu_item_add_printers" msgid="2890738028215834012">"Dodaj drukarki"</string>
    <string name="print_feature_state_on" msgid="8098901852502441048">"Włączone"</string>
    <string name="print_feature_state_off" msgid="7294876968403966040">"Wyłączone"</string>
    <string name="print_menu_item_add_service" msgid="3811645167869797802">"Dodaj usługę"</string>
    <string name="print_menu_item_add_printer" msgid="8251218970577291032">"Dodaj drukarkę"</string>
    <string name="print_menu_item_search" msgid="7025589328240514553">"Szukaj"</string>
    <string name="print_searching_for_printers" msgid="4680248496457576358">"Szukanie drukarek"</string>
    <string name="print_service_disabled" msgid="7739452396114245222">"Usługa wyłączona"</string>
    <string name="print_print_jobs" msgid="3582094777756968793">"Zadania drukowania"</string>
    <string name="print_print_job" msgid="7563741676053287211">"Zadanie drukowania"</string>
    <string name="print_restart" msgid="8373999687329384202">"Od nowa"</string>
    <string name="print_cancel" msgid="3621199386568672235">"Anuluj"</string>
    <string name="print_job_summary" msgid="8472427347192930694">"<xliff:g id="PRINTER">%1$s</xliff:g>\n<xliff:g id="TIME">%2$s</xliff:g>"</string>
    <string name="print_printing_state_title_template" msgid="5736107667714582025">"Drukuję: <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
    <string name="print_cancelling_state_title_template" msgid="7102968925358219875">"Anulowanie: <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
    <string name="print_failed_state_title_template" msgid="1436099128973357969">"Błąd drukarki: <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
    <string name="print_blocked_state_title_template" msgid="9065391617425962424">"Drukarka zablokowała: <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
    <string name="print_search_box_shown_utterance" msgid="7730361832020726951">"Pole wyszukiwania jest wyświetlane"</string>
    <string name="print_search_box_hidden_utterance" msgid="7980832833405818400">"Pole wyszukiwania jest ukryte"</string>
    <string name="power_usage_summary_title" msgid="7190304207330319919">"Bateria"</string>
    <string name="power_usage_summary" msgid="7237084831082848168">"Gdzie wykorzystywana jest bateria"</string>
    <string name="power_usage_not_available" msgid="3214000535532434353">"Brak danych o zużyciu baterii"</string>
    <string name="power_usage_level_and_status" msgid="7449847570973811784">"<xliff:g id="LEVEL">%1$s</xliff:g> – <xliff:g id="STATUS">%2$s</xliff:g>"</string>
    <string name="power_discharge_remaining" msgid="4925678997049911808">"Pozostało <xliff:g id="REMAIN">%1$s</xliff:g>"</string>
    <string name="power_charge_remaining" msgid="6132074970943913135">"<xliff:g id="UNTIL_CHARGED">%1$s</xliff:g> do naładowania"</string>
    <string name="power_discharging_duration" msgid="1605929174734600590">"<xliff:g id="LEVEL">%1$s</xliff:g> – zostało ok. <xliff:g id="TIME">%2$s</xliff:g>"</string>
    <string name="power_charging" msgid="1779532561355864267">"<xliff:g id="LEVEL">%1$s</xliff:g> – <xliff:g id="STATE">%2$s</xliff:g>"</string>
    <string name="power_charging_duration" msgid="2853265177761520490">"<xliff:g id="LEVEL">%1$s</xliff:g> – <xliff:g id="TIME">%2$s</xliff:g> do pełnego naładowania"</string>
    <string name="power_charging_duration_ac" msgid="3969186192576594254">"<xliff:g id="LEVEL">%1$s</xliff:g> – <xliff:g id="TIME">%2$s</xliff:g> do pełnego naładowania z gniazdka"</string>
    <string name="power_charging_duration_usb" msgid="182405645340976546">"<xliff:g id="LEVEL">%1$s</xliff:g> – <xliff:g id="TIME">%2$s</xliff:g> do pełnego naładowania przez USB"</string>
    <string name="power_charging_duration_wireless" msgid="1829295708243159464">"<xliff:g id="LEVEL">%1$s</xliff:g> – <xliff:g id="TIME">%2$s</xliff:g> do pełnego naładowania bezprzewodowo"</string>
    <string name="power_usage_list_summary" msgid="2409288197839512482">"Wykorzystanie od ostatniego naładowania"</string>
    <string name="battery_since_unplugged" msgid="338073389740738437">"Użycie baterii od odłączenia"</string>
    <string name="battery_since_reset" msgid="7464546661121187045">"Użycie baterii od zresetowania"</string>
    <string name="battery_stats_on_battery" msgid="4970762168505236033">"<xliff:g id="TIME">%1$s</xliff:g> na baterii"</string>
    <string name="battery_stats_duration" msgid="7464501326709469282">"<xliff:g id="TIME">%1$s</xliff:g> od odłączenia"</string>
    <string name="battery_stats_charging_label" msgid="4223311142875178785">"Ładowanie"</string>
    <string name="battery_stats_screen_on_label" msgid="7150221809877509708">"Ekran włączony"</string>
    <string name="battery_stats_gps_on_label" msgid="1193657533641951256">"GPS włączony"</string>
    <string name="battery_stats_wifi_running_label" msgid="1845839195549226252">"Wi‑Fi"</string>
    <string name="battery_stats_wake_lock_label" msgid="1908942681902324095">"Aktywność"</string>
    <string name="battery_stats_phone_signal_label" msgid="3537569115723850618">"Sygnał sieci komórkowej"</string>
    <!-- no translation found for battery_stats_last_duration (1535831453827905957) -->
    <skip />
    <string name="awake" msgid="387122265874485088">"Czas aktywności urządzenia"</string>
    <string name="wifi_on_time" msgid="3208518458663637035">"Czas z włączonym Wi-Fi"</string>
    <string name="bluetooth_on_time" msgid="3056108148042308690">"Czas z wł. Wi-Fi"</string>
    <string name="history_details_title" msgid="3608240585315506067">"Historia – szczegóły"</string>
    <string name="details_title" msgid="3792801565213935385">"Szczegóły użycia"</string>
    <string name="details_subtitle" msgid="32593908269911734">"Szczegóły użycia"</string>
    <string name="controls_subtitle" msgid="390468421138288702">"Dostosuj wykorzystanie energii"</string>
    <string name="packages_subtitle" msgid="4736416171658062768">"Dołączone pakiety"</string>
    <string name="power_screen" msgid="3023346080675904613">"Ekran"</string>
    <string name="power_flashlight" msgid="7794409781003567614">"Latarka"</string>
    <string name="power_wifi" msgid="1135085252964054957">"Wi‑Fi"</string>
    <string name="power_bluetooth" msgid="4373329044379008289">"Bluetooth"</string>
    <string name="power_cell" msgid="6596471490976003056">"Tryb gotowości"</string>
    <string name="power_phone" msgid="5392641106474567277">"Połączenia głosowe"</string>
    <string name="power_idle" product="tablet" msgid="4612478572401640759">"Tablet nieaktywny"</string>
    <string name="power_idle" product="default" msgid="9055659695602194990">"Telefon nieaktywny"</string>
    <string name="power_unaccounted" msgid="709925017022660740">"Inne"</string>
    <string name="power_overcounted" msgid="2762354976171358445">"Obliczone z nadmiarem"</string>
    <string name="usage_type_cpu" msgid="715162150698338714">"CPU łącznie"</string>
    <string name="usage_type_cpu_foreground" msgid="6500579611933211831">"CPU (pierwszy plan)"</string>
    <string name="usage_type_wake_lock" msgid="5125438890233677880">"Utrzymanie aktywności"</string>
    <string name="usage_type_gps" msgid="7989688715128160790">"GPS"</string>
    <string name="usage_type_wifi_running" msgid="3134357198266380400">"Praca Wi-Fi"</string>
    <string name="usage_type_phone" product="tablet" msgid="262638572890253393">"Tablet"</string>
    <string name="usage_type_phone" product="default" msgid="9108247984998041853">"Telefon"</string>
    <string name="usage_type_data_send" msgid="8971710128438365919">"Wysłane pakiety komórkowe"</string>
    <string name="usage_type_data_recv" msgid="5468564329333954445">"Odebrane pakiety komórkowe"</string>
    <string name="usage_type_radio_active" msgid="1732647857619420121">"Nadajnik w telefonie aktywny"</string>
    <string name="usage_type_data_wifi_send" msgid="1847552143597396162">"Wysłane pakiety Wi‑Fi"</string>
    <string name="usage_type_data_wifi_recv" msgid="5678475911549183829">"Odebrane pakiety Wi‑Fi"</string>
    <string name="usage_type_audio" msgid="6957269406840886290">"Dźwięk"</string>
    <string name="usage_type_video" msgid="4295357792078579944">"Wideo"</string>
    <string name="usage_type_on_time" msgid="3351200096173733159">"Czas włączenia"</string>
    <string name="usage_type_no_coverage" msgid="3797004252954385053">"Czas braku sygnału"</string>
    <string name="usage_type_total_battery_capacity" msgid="3798285287848675346">"Całkowita pojemność baterii"</string>
    <string name="usage_type_computed_power" msgid="5862792259009981479">"Obliczone zużycie"</string>
    <string name="usage_type_actual_power" msgid="7047814738685578335">"Zaobserwowane zużycie"</string>
    <string name="battery_action_stop" msgid="649958863744041872">"Wymuś zatrzymanie"</string>
    <string name="battery_action_app_details" msgid="7861051816778419018">"Informacje o aplikacji"</string>
    <string name="battery_action_app_settings" msgid="4570481408106287454">"Ustawienia aplikacji"</string>
    <string name="battery_action_display" msgid="7338551244519110831">"Ustawienia ekranu"</string>
    <string name="battery_action_wifi" msgid="8181553479021841207">"Ustawienia Wi-Fi"</string>
    <string name="battery_action_bluetooth" msgid="8374789049507723142">"Ustawienia Bluetooth"</string>
    <string name="battery_desc_voice" msgid="8980322055722959211">"Użycie baterii przez połączenia głosowe"</string>
    <string name="battery_desc_standby" product="tablet" msgid="6284747418668280364">"Użycie baterii przy nieaktywnym tablecie"</string>
    <string name="battery_desc_standby" product="default" msgid="3009080001948091424">"Użycie baterii przy nieaktywnym telefonie"</string>
    <string name="battery_desc_radio" msgid="5479196477223185367">"Użycie baterii przez radio komórkowe"</string>
    <string name="battery_sugg_radio" msgid="8211336978326295047">"Przełącz w tryb samolotowy na obszarach bez zasięgu sieci komórkowych, aby oszczędzać energię"</string>
    <string name="battery_desc_flashlight" msgid="2908579430841025494">"Użycie baterii przez latarkę"</string>
    <string name="battery_desc_display" msgid="5432795282958076557">"Użycie baterii przez wyświetlacz i podświetlenie"</string>
    <string name="battery_sugg_display" msgid="3370202402045141760">"Zmniejsz jasność ekranu i/lub czas jego wygaszania"</string>
    <string name="battery_desc_wifi" msgid="2375567464707394131">"Użycie baterii przez Wi-Fi"</string>
    <string name="battery_sugg_wifi" msgid="3355461362094706957">"Wyłącz Wi-Fi, gdy sieć nie jest używana lub jest niedostępna"</string>
    <string name="battery_desc_bluetooth" msgid="8069070756186680367">"Użycie baterii przez Bluetooth"</string>
    <string name="battery_sugg_bluetooth_basic" msgid="1942935021750897422">"Wyłącz moduł Bluetooth, gdy nie jest używany."</string>
    <string name="battery_sugg_bluetooth_headset" msgid="4071352514714259230">"Spróbuj połączyć się z innym urządzeniem Bluetooth."</string>
    <string name="battery_desc_apps" msgid="8530418792605735226">"Użycie baterii przez aplikację"</string>
    <string name="battery_sugg_apps_info" msgid="6907588126789841231">"Zatrzymaj lub odinstaluj aplikację"</string>
    <string name="battery_sugg_apps_gps" msgid="5959067516281866135">"Wybierz tryb oszczędzania baterii"</string>
    <string name="battery_sugg_apps_settings" msgid="3974902365643634514">"Aplikacja może oferować ustawienia pozwalające zmniejszyć użycie baterii."</string>
    <string name="battery_desc_users" msgid="7682989161885027823">"Użycie baterii przez użytkownika"</string>
    <string name="battery_desc_unaccounted" msgid="7404256448541818019">"Użycie energii – pozostałe"</string>
    <string name="battery_msg_unaccounted" msgid="1963583522633067961">"Użycie baterii oznacza przybliżone zużycie energii i nie uwzględnia wszystkich źródeł zasilanych z baterii. „Inne” to różnica między obliczonym w przybliżeniu zużyciem energii a faktycznym wyczerpaniem baterii."</string>
    <string name="battery_desc_overcounted" msgid="5481865509489228603">"Zużycie energii obliczone z nadmiarem"</string>
    <string name="mah" msgid="95245196971239711">"<xliff:g id="NUMBER">%d</xliff:g> mAh"</string>
    <string name="menu_stats_unplugged" msgid="8296577130840261624">"<xliff:g id="UNPLUGGED">%1$s</xliff:g> od odłączenia"</string>
    <string name="menu_stats_last_unplugged" msgid="5922246077592434526">"Ostatnio odłączony na <xliff:g id="UNPLUGGED">%1$s</xliff:g>"</string>
    <string name="menu_stats_total" msgid="8973377864854807854">"Łączne użycie"</string>
    <string name="menu_stats_refresh" msgid="1676215433344981075">"Odśwież"</string>
    <string name="process_kernel_label" msgid="3916858646836739323">"System operacyjny Android"</string>
    <string name="process_mediaserver_label" msgid="6500382062945689285">"Serwer mediów"</string>
    <string name="battery_saver" msgid="1426682272004907982">"Oszczędzanie baterii"</string>
    <string name="battery_saver_turn_on_automatically_title" msgid="9023847300114669426">"Włącz automatycznie"</string>
    <string name="battery_saver_turn_on_automatically_never" msgid="6610846456314373">"Nigdy"</string>
    <string name="battery_saver_turn_on_automatically_pct" msgid="7536784431655058267">"przy %1$s baterii"</string>
    <string name="process_stats_summary_title" msgid="1144688045609771677">"Statystyki procesów"</string>
    <string name="process_stats_summary" msgid="109387941605607762">"Rozbudowane statystyki uruchomionych procesów"</string>
    <string name="app_memory_use" msgid="7849258480392171939">"Użycie pamięci"</string>
    <string name="process_stats_total_duration" msgid="2243876627952936205">"<xliff:g id="USEDRAM">%1$s</xliff:g> z <xliff:g id="TOTALRAM">%2$s</xliff:g> wykorzystane w czasie <xliff:g id="TIMEDURATION">%3$s</xliff:g>"</string>
    <string name="process_stats_type_background" msgid="3934992858120683459">"w tle"</string>
    <string name="process_stats_type_foreground" msgid="7713118254089580536">"na pierwszym planie"</string>
    <string name="process_stats_type_cached" msgid="6314925846944806511">"w pamięci podręcznej"</string>
    <string name="process_stats_memory_status" msgid="4251599550196193093">"Aktualny stan pamięci: <xliff:g id="MEMSTATE">%1$s</xliff:g>"</string>
    <string name="process_stats_os_label" msgid="4813434110442733392">"System operacyjny Android"</string>
    <string name="process_stats_os_native" msgid="5322428494231768472">"Proces natywny"</string>
    <string name="process_stats_os_kernel" msgid="1938523592369780924">"Jądro"</string>
    <string name="process_stats_os_zram" msgid="677138324651671575">"Z-Ram"</string>
    <string name="process_stats_os_cache" msgid="6432533624875078233">"Pamięci podręczne"</string>
    <string name="process_stats_ram_use" msgid="976912589127397307">"Wykorzystanie pamięci RAM"</string>
    <string name="process_stats_bg_ram_use" msgid="5398191511030462404">"Wykorzystanie pamięci RAM (w tle)"</string>
    <string name="process_stats_run_time" msgid="6520628955709369115">"Czas pracy"</string>
    <string name="processes_subtitle" msgid="6827502409379462438">"Procesy"</string>
    <string name="services_subtitle" msgid="4296402367067266425">"Usługi"</string>
    <string name="menu_proc_stats_duration" msgid="2323483592994720196">"Czas trwania"</string>
    <string name="mem_details_title" msgid="6548392825497290498">"Informacje dotyczące pamięci"</string>
    <string name="mem_state_subtitle" msgid="2407238869781011933">"Stany pamięci"</string>
    <string name="mem_use_subtitle" msgid="7319468770222422412">"Użycie pamięci"</string>
    <string name="mem_use_kernel_type" msgid="8698327165935012484">"Jądro"</string>
    <string name="mem_use_native_type" msgid="5976704902328347400">"Natywna"</string>
    <string name="mem_use_kernel_cache_type" msgid="6411475064463957513">"Pamięć podręczna jądra"</string>
    <string name="mem_use_zram_type" msgid="9087217476795358232">"Partycja wymiany modułu ZRam"</string>
    <string name="mem_use_free_type" msgid="717708548454880840">"Bezpłatna"</string>
    <string name="mem_use_total" msgid="6308786055749777934">"Ogółem"</string>
    <string name="menu_duration_3h" msgid="4714866438374738385">"3 godziny"</string>
    <string name="menu_duration_6h" msgid="1940846763432184132">"6 godzin"</string>
    <string name="menu_duration_12h" msgid="7890465404584356294">"12 godzin"</string>
    <string name="menu_duration_1d" msgid="3393631127622285458">"1 dzień"</string>
    <string name="menu_show_system" msgid="8864603400415567635">"Pokaż systemowe"</string>
    <!-- no translation found for menu_hide_system (4106826741703745733) -->
    <skip />
    <string name="menu_use_uss" msgid="467765290771543089">"Użyj USS"</string>
    <string name="menu_proc_stats_type" msgid="4700209061072120948">"Typ statystyk"</string>
    <string name="menu_proc_stats_type_background" msgid="2236161340134898852">"Tło"</string>
    <string name="menu_proc_stats_type_foreground" msgid="2286182659954958586">"Pierwszy plan"</string>
    <string name="menu_proc_stats_type_cached" msgid="5084272779786820693">"Pamięć podręczna"</string>
    <string name="voice_input_output_settings" msgid="1336135218350444783">"Ustawienia głosowe"</string>
    <string name="voice_input_output_settings_title" msgid="2442850635048676991">"Ustawienia funkcji głosowych"</string>
    <string name="voice_search_settings_title" msgid="2775469246913196536">"Wyszukiwanie głosowe"</string>
    <string name="keyboard_settings_title" msgid="5080115226780201234">"Klawiatura Android"</string>
    <string name="voice_category" msgid="1430370497125803904">"Mowa"</string>
    <string name="voice_input_settings" msgid="1099937800539324567">"Ustawienia wprowadzania głosowego"</string>
    <string name="voice_input_settings_title" msgid="2676028028084981891">"Rozpoznawanie mowy"</string>
    <string name="voice_service_preference_section_title" msgid="3778706644257601021">"Usługi rozpoznawania mowy"</string>
    <string name="voice_interactor_preference_summary" msgid="1801414022026937190">"Pełne słowo-klucz i interakcja"</string>
    <string name="voice_recognizer_preference_summary" msgid="669880813593690527">"Prosta zamiana mowy na tekst"</string>
    <string name="voice_interaction_security_warning" msgid="6378608263983737325">"Ta usługa głosowego wprowadzania tekstu będzie mogła nieustannie monitorować aktywność głosową i sterować aplikacjami z włączoną obsługą głosową w Twoim imieniu. Pochodzi z aplikacji <xliff:g id="VOICE_INPUT_SERVICE_APP_NAME">%s</xliff:g>. Włączyć jej używanie?"</string>
    <string name="tts_settings" msgid="8186971894801348327">"Przetwarzanie tekstu na mowę"</string>
    <string name="tts_settings_title" msgid="1237820681016639683">"Zamiana tekstu na mowę"</string>
    <string name="use_default_tts_settings_title" msgid="1577063839539732930">"Używaj moich ustawień"</string>
    <string name="use_default_tts_settings_summary" msgid="5916421806783703823">"Poniższe ustawienia domyślne zastępują ustawienia aplikacji."</string>
    <string name="tts_default_settings_section" msgid="5787915620218907443">"Ustawienia domyślne"</string>
    <string name="tts_default_synth_title" msgid="4755558388333117572">"Mechanizm domyślny"</string>
    <string name="tts_default_synth_summary" msgid="7326298606388069173">"Ustaw mechanizm syntezy mowy do obsługi tekstu mówionego"</string>
    <string name="tts_default_rate_title" msgid="6030550998379310088">"Szybkość mowy"</string>
    <string name="tts_default_rate_summary" msgid="4061815292287182801">"Szybkość czytania tekstu"</string>
    <string name="tts_default_pitch_title" msgid="6135942113172488671">"Tony"</string>
    <string name="tts_default_pitch_summary" msgid="1328298665182885277">"Określa ton czytanego tekstu"</string>
    <string name="tts_default_lang_title" msgid="8018087612299820556">"Język"</string>
    <string name="tts_lang_use_system" msgid="2679252467416513208">"Użyj języka systemu"</string>
    <string name="tts_lang_not_selected" msgid="7395787019276734765">"Nie wybrano języka"</string>
    <string name="tts_default_lang_summary" msgid="5219362163902707785">"Ustawia zależny od języka głos dla czytanych tekstów"</string>
    <string name="tts_play_example_title" msgid="7094780383253097230">"Posłuchaj przykładu"</string>
    <string name="tts_play_example_summary" msgid="8029071615047894486">"Odtwórz krótką prezentację syntezy mowy"</string>
    <string name="tts_install_data_title" msgid="4264378440508149986">"Zainstaluj dane głosowe"</string>
    <string name="tts_install_data_summary" msgid="5742135732511822589">"Zainstaluj dane głosowe wymagane do syntezy mowy"</string>
    <string name="tts_data_installed_summary" msgid="9162111552859972809">"Dane głosowe wymagane do syntezy mowy zostały już poprawnie zainstalowane"</string>
    <string name="tts_settings_changed_demo" msgid="4926518555912328645">"Ustawienia zostały zmienione. Oto przykład aktualnie skonfigurowanego brzmienia."</string>
    <string name="tts_engine_error" msgid="3305141107104670703">"Nie można uruchomić wybranego mechanizmu."</string>
    <string name="tts_engine_error_config" msgid="5820525416624637313">"Konfiguruj"</string>
    <string name="tts_engine_error_reselect" msgid="2415399149293842112">"Wybierz inny mechanizm"</string>
    <string name="tts_engine_security_warning" msgid="8786238102020223650">"Ten mechanizm syntezy mowy może gromadzić cały odczytywany tekst, w tym dane osobiste w postaci haseł i numerów kart kredytowych. Nazwa mechanizmu to <xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g>. Włączyć ten mechanizm syntezy mowy?"</string>
    <string name="tts_engine_network_required" msgid="1190837151485314743">"Do przetwarzania tekstu na mowę w tym języku wymagane jest działające połączenie sieciowe."</string>
    <string name="tts_default_sample_string" msgid="4040835213373086322">"To jest przykład syntezy mowy"</string>
    <string name="tts_status_title" msgid="7268566550242584413">"Stan domyślnego języka"</string>
    <string name="tts_status_ok" msgid="1309762510278029765">"Język <xliff:g id="LOCALE">%1$s</xliff:g> jest w pełni obsługiwany"</string>
    <string name="tts_status_requires_network" msgid="6042500821503226892">"Język <xliff:g id="LOCALE">%1$s</xliff:g> wymaga połączenia z siecią"</string>
    <string name="tts_status_not_supported" msgid="4491154212762472495">"Język <xliff:g id="LOCALE">%1$s</xliff:g> nie jest obsługiwany"</string>
    <string name="tts_status_checking" msgid="4983413982985913047">"Sprawdzam..."</string>
    <string name="tts_engines_section" msgid="7515470972378742429">"Mechanizmy"</string>
    <string name="tts_engine_name_settings" msgid="4974538563074395920">"Ustawienia <xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g>"</string>
    <string name="tts_engine_name_is_enabled_summary" msgid="4909484006804022115">"Mechanizm <xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g> jest włączony"</string>
    <string name="tts_engine_name_is_disabled_summary" msgid="7644198182255168200">"Mechanizm <xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g> jest wyłączony"</string>
    <string name="tts_engine_settings_section" msgid="2346105138448751893">"Ustawienia mechanizmu"</string>
    <string name="tts_engine_settings_title" msgid="3499112142425680334">"Ustawienia <xliff:g id="TTS_ENGINE_NAME">%s</xliff:g>"</string>
    <string name="pico_languages_and_voices" msgid="4611320375917773238">"Języki i głosy"</string>
    <string name="pico_installed" msgid="2452546687858267414">"Zainstalowano"</string>
    <string name="pico_not_installed" msgid="6266845418419994311">"Nie zainstalowano"</string>
    <string name="pico_voice_summary_female" msgid="8047327176247727492">"Kobieta"</string>
    <string name="pico_voice_summary_male" msgid="8331266854058577610">"Mężczyzna"</string>
    <string name="tts_notif_engine_install_title" msgid="7000346872482649034">"Zainstalowano mechanizm syntezy mowy"</string>
    <string name="tts_notif_engine_install_message" msgid="7250804349781973329">"Najpierw włącz nowy mechanizm."</string>
    <string name="tts_engine_settings_button" msgid="1030512042040722285">"Otwórz ustawienia mechanizmu"</string>
    <string name="tts_engine_preference_section_title" msgid="448294500990971413">"Preferowany mechanizm"</string>
    <string name="tts_general_section_title" msgid="4402572014604490502">"Ogólne"</string>
    <string name="gadget_title" msgid="5519037532720577836">"Zarządzanie energią"</string>
    <string name="gadget_toggle_wifi" msgid="319262861956544493">"Aktualizowanie ustawień Wi-Fi"</string>
    <string name="gadget_toggle_bluetooth" msgid="7538903239807020826">"Aktualizowanie ustawień Bluetooth"</string>
    <string name="gadget_state_template" msgid="5156935629902649932">"<xliff:g id="ID_1">%1$s</xliff:g> <xliff:g id="ID_2">%2$s</xliff:g>"</string>
    <string name="gadget_state_on" msgid="6909119593004937688">"wł."</string>
    <string name="gadget_state_off" msgid="5220212352953066317">"wył."</string>
    <string name="gadget_state_turning_on" msgid="3395992057029439039">"włączanie"</string>
    <string name="gadget_state_turning_off" msgid="2395546048102176157">"wyłączanie"</string>
    <string name="gadget_wifi" msgid="4712584536500629417">"Wi‑Fi"</string>
    <string name="gadget_bluetooth" msgid="8998572807378694410">"Bluetooth"</string>
    <string name="gadget_location" msgid="2974757497945178165">"Lokalizacja"</string>
    <string name="gadget_sync" msgid="858895763714222152">"Synchronizacja"</string>
    <string name="gadget_brightness_template" msgid="930541920933123603">"Jasność <xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="gadget_brightness_state_auto" msgid="6667967252426515446">"automatyczna"</string>
    <string name="gadget_brightness_state_full" msgid="6814570109772137631">"pełna"</string>
    <string name="gadget_brightness_state_half" msgid="3696671957608774204">"do połowy"</string>
    <string name="gadget_brightness_state_off" msgid="946382262872753084">"wyłączona"</string>
    <string name="vpn_settings_title" msgid="5662579425832406705">"VPN"</string>
    <string name="credentials_title" msgid="4446234003860769883">"Magazyn danych logowania"</string>
    <string name="credentials_install" product="nosdcard" msgid="466093273825150847">"Zainstaluj z nośnika"</string>
    <string name="credentials_install" product="default" msgid="953914549998062317">"Zainstaluj z karty SD"</string>
    <string name="credentials_install_summary" product="nosdcard" msgid="4220422806818210676">"Zainstaluj certyfikaty z nośnika"</string>
    <string name="credentials_install_summary" product="default" msgid="5737658257407822713">"Zainstaluj certyfikaty z karty SD"</string>
    <string name="credentials_reset" msgid="3239382277144980418">"Wyczyść dane o certyfikatach"</string>
    <string name="credentials_reset_summary" msgid="3369361230171260282">"Usuń wszystkie certyfikaty"</string>
    <string name="trusted_credentials" msgid="4266945289534242402">"Zaufane dane uwierzytelniające"</string>
    <string name="trusted_credentials_summary" msgid="6735221351155686632">"Wyświetlanie zaufanych certyfikatów CA"</string>
    <string name="advanced_security_title" msgid="2434776238010578865">"Zaawansowane"</string>
    <string name="credential_storage_type" msgid="8629968543494001364">"Typ pamięci"</string>
    <string name="credential_storage_type_hardware" msgid="6077193544333904427">"Wspomagana sprzętowo"</string>
    <string name="credential_storage_type_software" msgid="4403117271207715378">"Tylko programowa"</string>
    <string name="credentials_settings_not_available" msgid="7968275634486624215">"Ten użytkownik nie ma dostępu do poświadczeń"</string>
    <string name="credentials_unlock" msgid="385427939577366499"></string>
    <string name="credentials_unlock_hint" msgid="2301301378040499348">"Podaj hasło do magazynu danych logowania."</string>
    <string name="credentials_old_password" msgid="7553393815538684028">"Bieżące hasło:"</string>
    <string name="credentials_reset_hint" msgid="6297256880896133631">"Usunąć całą zawartość?"</string>
    <string name="credentials_password_too_short" msgid="7502749986405522663">"Hasło musi mieć co najmniej 8 znaków."</string>
    <string name="credentials_wrong_password" msgid="2541932597104054807">"Nieprawidłowe hasło."</string>
    <string name="credentials_reset_warning" msgid="5320653011511797600">"Nieprawidłowe hasło. Pozostała jedna próba przed wyczyszczeniem magazynu danych logowania."</string>
    <string name="credentials_reset_warning_plural" msgid="6514085665301095279">"Nieprawidłowe hasło. Pozostała liczba prób przed wyczyszczeniem magazynu danych logowania: <xliff:g id="NUMBER">%1$d</xliff:g>."</string>
    <string name="credentials_erased" msgid="2907836028586342969">"Wyczyszczono magazyn danych logowania."</string>
    <string name="credentials_not_erased" msgid="93461830775441220">"Nie można wymazać magazynu."</string>
    <string name="credentials_enabled" msgid="7588607413349978930">"Magazyn danych logowania jest włączony."</string>
    <string name="credentials_configure_lock_screen_hint" msgid="6757119179588664966">"Aby korzystać z magazynu danych logowania, musisz ustawić kod PIN lub hasło blokady ekranu."</string>
    <string name="usage_access_title" msgid="332333405495457839">"Aplikacje monitorujące"</string>
    <string name="allow_usage_access_title" msgid="2134237975190472249">"Zezwolić na dostęp?"</string>
    <string name="allow_usage_access_message" msgid="2295847177051307496">"Jeśli zezwolisz tej aplikacji na dostęp, będzie ona mogła sprawdzać ogólne informacje o aplikacjach na urządzeniu – np. jak często ich używasz."</string>
    <string name="emergency_tone_title" msgid="1055954530111587114">"Sygnał alarmowy"</string>
    <string name="emergency_tone_summary" msgid="722259232924572153">"Skonfiguruj sposób działania w przypadku połączenia alarmowego"</string>
    <string name="privacy_settings" msgid="5446972770562918934">"Kopia i kasowanie danych"</string>
    <string name="privacy_settings_title" msgid="4856282165773594890">"Kopia i kasowanie danych"</string>
    <string name="backup_section_title" msgid="7952232291452882740">"Tworzenie i przywracanie kopii zapasowej"</string>
    <string name="personal_data_section_title" msgid="7815209034443782061">"Dane osobiste"</string>
    <string name="backup_data_title" msgid="1239105919852668016">"Utwórz kopię zapasową"</string>
    <string name="backup_data_summary" msgid="708773323451655666">"Zapisuj na serwerach Google kopie zapasowe danych aplikacji, haseł Wi-Fi i innych ustawień."</string>
    <string name="backup_configure_account_title" msgid="3790872965773196615">"Konto kopii zapasowej"</string>
    <string name="include_app_data_title" msgid="2829970132260278394">"Dołącz dane aplikacji"</string>
    <string name="auto_restore_title" msgid="5397528966329126506">"Autoprzywracanie"</string>
    <string name="auto_restore_summary" msgid="4235615056371993807">"Przy ponownej instalacji aplikacji przywróć ustawienia i dane z kopii zapasowej"</string>
    <string name="backup_inactive_title" msgid="5355557151569037197">"Usługa kopii zapasowych jest nieaktywna."</string>
    <string name="local_backup_password_title" msgid="3860471654439418822">"Hasło kopii zapasowych"</string>
    <string name="local_backup_password_summary_none" msgid="393503434408227110">"Pełne kopie zapasowe na komputerze nie są obecnie chronione"</string>
    <string name="local_backup_password_summary_change" msgid="2731163425081172638">"Wybierz, aby zmienić lub usunąć hasło pełnych kopii zapasowych na komputerze stacjonarnym."</string>
    <string name="local_backup_password_toast_success" msgid="582016086228434290">"Nowe hasło kopii zapasowej zostało ustawione"</string>
    <string name="local_backup_password_toast_confirmation_mismatch" msgid="3495167398824569524">"Nowe hasło i jego potwierdzenie nie zgadzają się"</string>
    <string name="local_backup_password_toast_validation_failure" msgid="5646377234895626531">"Ustawienie hasła kopii zapasowej nie powiodło się"</string>
    <string name="backup_erase_dialog_title" msgid="1027640829482174106"></string>
    <string name="backup_erase_dialog_message" msgid="5221011285568343155">"Zatrzymać tworzenie kopii zapasowych haseł Wi-Fi, zakładek, innych ustawień i danych aplikacji, a także usunąć wszystkie kopie z serwerów Google?"</string>
    <string name="device_admin_settings_title" msgid="1335557832906433309">"Ustawienia administracji"</string>
    <string name="active_device_admin_msg" msgid="6930903262612422111">"Administrator urządzenia"</string>
    <string name="remove_device_admin" msgid="3596845261596451437">"Dezaktywuj"</string>
    <string name="select_device_admin_msg" msgid="2645509057946368094">"Administratorzy urządzenia"</string>
    <string name="no_device_admins" msgid="702695100241728775">"Brak dostępnych administratorów urządzenia"</string>
    <string name="managed_profile_device_admin_info" msgid="5048846624960067582">"Aby uniemożliwić aplikacji <xliff:g id="APP_NAME">%1$s</xliff:g> dostęp do Twojego profilu do pracy, usuń go w sekcji Ustawienia &gt; Konta"</string>
    <string name="personal_device_admin_title" msgid="2849617316347669861">"Osobiste"</string>
    <string name="managed_device_admin_title" msgid="7853955652864478435">"Praca"</string>
    <string name="no_trust_agents" msgid="7450273545568977523">"Brak agentów zaufania"</string>
    <string name="add_device_admin_msg" msgid="6246742476064507965">"Aktywować administratora urządzenia?"</string>
    <string name="add_device_admin" msgid="7133327675884827091">"Aktywuj"</string>
    <string name="device_admin_add_title" msgid="7705551449705676363">"Administrator urządzenia"</string>
    <string name="device_admin_warning" msgid="2026747446313628233">"Aktywowanie tego administratora zezwoli aplikacji <xliff:g id="APP_NAME">%1$s</xliff:g> na wykonywanie następujących operacji:"</string>
    <string name="device_admin_status" msgid="4252975713178851910">"Administrator jest aktywny i zezwala aplikacji <xliff:g id="APP_NAME">%1$s</xliff:g> na wykonywanie następujących operacji:"</string>
    <string name="profile_owner_add_title" msgid="6249331160676175009">"Czy aktywować menedżera profilów?"</string>
    <string name="adding_profile_owner_warning" msgid="6469780138110334180">"W przypadku kontynuowania użytkownik będzie zarządzany przez administratora, który oprócz Twoich osobistych danych będzie mógł również zapisywać powiązane z nimi informacje.\n\nAdministrator może monitorować ustawienia, uprawnienia dostępu, aplikacje i dane powiązane z tym użytkownikiem (w tym aktywność w sieci i informacje o lokalizacji urządzenia) oraz zarządzać nimi."</string>
    <string name="untitled_apn" msgid="1230060359198685513">"Bez nazwy"</string>
    <string name="sound_category_sound_title" msgid="1488759370067953996">"Ogólne"</string>
    <string name="notification_log_title" msgid="3766148588239398464">"Dziennik powiadomień"</string>
    <string name="sound_category_call_ringtone_vibrate_title" msgid="1543777228646645163">"Dzwonek i wibracje przy połączeniu"</string>
    <string name="sound_category_system_title" msgid="1480844520622721141">"System"</string>
    <string name="wifi_setup_title" msgid="2970260757780025029">"Konfiguracja Wi-Fi"</string>
    <string name="wifi_setup_title_editing_network" msgid="6020614644556717979">"Połącz z siecią Wi-Fi <xliff:g id="NETWORK_NAME">%s</xliff:g>"</string>
    <string name="wifi_setup_title_connecting_network" msgid="5572226790101017822">"Łączę z siecią Wi-Fi <xliff:g id="NETWORK_NAME">%s</xliff:g>…"</string>
    <string name="wifi_setup_title_connected_network" msgid="1608788657122010919">"Połączono z siecią Wi-Fi <xliff:g id="NETWORK_NAME">%s</xliff:g>"</string>
    <string name="wifi_setup_title_add_network" msgid="6932651000151032301">"Dodaj sieć"</string>
    <string name="wifi_setup_not_connected" msgid="6997432604664057052">"Nie połączono"</string>
    <string name="wifi_setup_add_network" msgid="5939624680150051807">"Dodaj sieć"</string>
    <string name="wifi_setup_refresh_list" msgid="3411615711486911064">"Odśwież listę"</string>
    <string name="wifi_setup_skip" msgid="6661541841684895522">"Pomiń"</string>
    <string name="wifi_setup_next" msgid="3388694784447820477">"Dalej"</string>
    <string name="wifi_setup_back" msgid="144777383739164044">"Wróć"</string>
    <string name="wifi_setup_detail" msgid="2336990478140503605">"Szczegóły sieci"</string>
    <string name="wifi_setup_connect" msgid="7954456989590237049">"Połącz"</string>
    <string name="wifi_setup_forget" msgid="2562847595567347526">"Zapomnij"</string>
    <string name="wifi_setup_save" msgid="3659235094218508211">"Zapisz"</string>
    <string name="wifi_setup_cancel" msgid="3185216020264410239">"Anuluj"</string>
    <string name="wifi_setup_status_scanning" msgid="5317003416385428036">"Skanowanie sieci…"</string>
    <string name="wifi_setup_status_select_network" msgid="7519563569903137003">"Dotknij sieci, aby się z nią połączyć"</string>
    <string name="wifi_setup_status_existing_network" msgid="6394925174802598186">"Połącz z istniejącą siecią"</string>
    <string name="wifi_setup_status_unsecured_network" msgid="8143046977328718252">"Połącz z siecią niezabezpieczoną"</string>
    <string name="wifi_setup_status_edit_network" msgid="4765340816724760717">"Podaj konfigurację sieci."</string>
    <string name="wifi_setup_status_new_network" msgid="7468952850452301083">"Połącz z nową siecią"</string>
    <string name="wifi_setup_status_connecting" msgid="4971421484401530740">"Łączenie…"</string>
    <string name="wifi_setup_status_proceed_to_next" msgid="6708250000342940031">"Przejdź do następnego etapu."</string>
    <string name="wifi_setup_status_eap_not_supported" msgid="5335338851032315905">"Protokół EAP nie jest obsługiwany."</string>
    <string name="wifi_setup_eap_not_supported" msgid="1955087534276570962">"Ustawień połączenia Wi-Fi z zabezpieczeniami EAP nie można określić podczas konfiguracji. Możesz to zrobić później na ekranie Ustawienia &gt; Sieci bezprzewodowe."</string>
    <string name="wifi_setup_description_connecting" msgid="2793554932006756795">"Łączenie może potrwać kilka minut…"</string>
    <string name="wifi_setup_description_connected" msgid="736032046548460779">"Kliknij "<b>"Dalej"</b>", by kontynuować konfigurację.\n\nKliknij "<b>"Wróć"</b>", by połączyć się z inną siecią Wi-Fi."</string>
    <string name="accessibility_sync_enabled" msgid="558480439730263116">"Synchronizacja włączona"</string>
    <string name="accessibility_sync_disabled" msgid="1741194106479011384">"Synchronizacja wyłączona"</string>
    <string name="accessibility_sync_in_progress" msgid="4501160520879902723">"Synchronizacja w toku"</string>
    <string name="accessibility_sync_error" msgid="8703299118794272041">"Błąd synchronizacji"</string>
    <string name="sync_failed" msgid="1696499856374109647">"Błąd synchronizacji"</string>
    <string name="sync_active" msgid="8476943765960863040">"Synchronizacja aktywna"</string>
    <string name="account_sync_settings_title" msgid="5131314922423053588">"Synchronizacja"</string>
    <string name="sync_is_failing" msgid="1591561768344128377">"W tej chwili występują problemy z synchronizacją. Synchronizacja będzie możliwa wkrótce."</string>
    <string name="add_account_label" msgid="7811707265834013767">"Dodaj konto"</string>
    <string name="managed_profile_not_available_label" msgid="3489771164851107822">"Profil do pracy nie jest jeszcze dostępny"</string>
    <string name="remove_managed_profile_label" msgid="3856519337797285325">"Usuń profil do pracy"</string>
    <string name="background_data" msgid="5779592891375473817">"Dane w tle"</string>
    <string name="background_data_summary" msgid="8328521479872763452">"Aplikacje zawsze mogą synchronizować, wysyłać i odbierać dane."</string>
    <string name="background_data_dialog_title" msgid="6059217698124786537">"Wyłączyć dane w tle?"</string>
    <string name="background_data_dialog_message" msgid="6981661606680941633">"Wyłączenie obsługi danych w tle wydłuża czas pracy baterii i ogranicza transmisję danych. Niektóre aplikacje mogą nadal używać połączenia transmisji danych w tle."</string>
    <string name="sync_automatically" msgid="1682730255435062059">"Synchronizuj dane"</string>
    <string name="sync_enabled" msgid="4551148952179416813">"Synchronizacja włączona"</string>
    <string name="sync_disabled" msgid="8511659877596511991">"Synchronizacja jest wyłączona"</string>
    <string name="sync_error" msgid="5060969083117872149">"Błąd synchronizacji"</string>
    <string name="last_synced" msgid="4242919465367022234">"Ostatnia synchronizacja: <xliff:g id="LAST_SYNC_TIME">%1$s</xliff:g>"</string>
    <string name="sync_in_progress" msgid="5151314196536070569">"Synchronizuję…"</string>
    <string name="settings_backup" msgid="2274732978260797031">"Ustawienia kopii zapasowej"</string>
    <string name="settings_backup_summary" msgid="7916877705938054035">"Utwórz kopię zapasową moich ustawień"</string>
    <string name="sync_menu_sync_now" msgid="6154608350395805683">"Synchronizuj teraz"</string>
    <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"Anuluj synchronizację"</string>
    <string name="sync_one_time_sync" msgid="6766593624598183090">"Dotknij, aby zsynchronizować<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
    <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
    <string name="sync_calendar" msgid="9056527206714733735">"Kalendarz"</string>
    <string name="sync_contacts" msgid="9174914394377828043">"Kontakty"</string>
    <string name="sync_plug" msgid="3905078969081888738"><font fgcolor="#ffffffff">"Google Sync – witamy!"</font>" \nSynchronizacja danych daje Ci dostęp do kontaktów, wydarzeń i innych ważnych informacji z dowolnego miejsca."</string>
    <string name="header_application_sync_settings" msgid="6205903695598000286">"Ustawienia synchronizacji aplikacji"</string>
    <string name="header_data_and_synchronization" msgid="5165024023936509896">"Dane i synchronizacja"</string>
    <string name="preference_change_password_title" msgid="8955581790270130056">"Zmień hasło"</string>
    <string name="header_account_settings" msgid="5382475087121880626">"Ustawienia konta"</string>
    <string name="remove_account_label" msgid="5921986026504804119">"Usuń konto"</string>
    <string name="header_add_an_account" msgid="756108499532023798">"Dodaj konto"</string>
    <string name="finish_button_label" msgid="481587707657751116">"Zakończ"</string>
    <string name="really_remove_account_title" msgid="8800653398717172460">"Usunąć konto?"</string>
    <string name="really_remove_account_message" product="tablet" msgid="1936147502815641161">"Usunięcie tego konta spowoduje usunięcie z tabletu wszystkich powiązanych z nim wiadomości, kontaktów i innych danych."</string>
    <string name="really_remove_account_message" product="default" msgid="3483528757922948356">"Usunięcie tego konta spowoduje usunięcie z telefonu wszystkich powiązanych z nim wiadomości, kontaktów i innych danych."</string>
    <string name="remove_account_failed" msgid="4010643669489606536">"Ta zmiana nie jest dozwolona przez administratora"</string>
    <string name="provider_label" msgid="7724593781904508866">"Subskrypcje w trybie push"</string>
    <!-- no translation found for sync_item_title (4782834606909853006) -->
    <skip />
    <string name="cant_sync_dialog_title" msgid="8923508322291625282">"Nie można zsynchronizować ręcznie"</string>
    <string name="cant_sync_dialog_message" msgid="1938380442159016449">"Synchronizacja tego elementu jest obecnie wyłączona. Aby zmienić ustawienie, tymczasowo włącz obsługę danych w tle i automatyczną synchronizację."</string>
    <string name="wimax_settings" msgid="2655139497028469039">"4G"</string>
    <string name="status_wimax_mac_address" msgid="8390791848661413416">"Adres MAC 4G"</string>
    <string name="enter_password" msgid="8035706727471334122">"Aby uruchomić Androida, wpisz hasło"</string>
    <string name="enter_pin" msgid="5305333588093263790">"Aby uruchomić Androida, wpisz kod PIN"</string>
    <string name="enter_pattern" msgid="4187435713036808566">"Aby uruchomić Androida, narysuj wzór"</string>
    <string name="cryptkeeper_wrong_pattern" msgid="8423835922362956999">"Nieprawidłowy wzór"</string>
    <string name="cryptkeeper_wrong_password" msgid="5200857195368904047">"Nieprawidłowe hasło"</string>
    <string name="cryptkeeper_wrong_pin" msgid="755720788765259382">"Nieprawidłowy kod PIN"</string>
    <string name="checking_decryption" msgid="8287458611802609493">"Sprawdzam…"</string>
    <string name="starting_android" msgid="8581493237458496835">"Uruchamianie Androida"</string>
    <string name="delete" msgid="4219243412325163003">"Usuń"</string>
    <string name="misc_files" msgid="6720680815969643497">"Różne pliki"</string>
    <string name="misc_files_selected_count" msgid="4647048020823912088">"wybrano <xliff:g id="NUMBER">%1$d</xliff:g> z <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
    <string name="misc_files_selected_count_bytes" msgid="2876232009069114352">"<xliff:g id="NUMBER">%1$s</xliff:g> z <xliff:g id="TOTAL">%2$s</xliff:g>"</string>
    <string name="select_all" msgid="1562774643280376715">"Wybierz wszystkie"</string>
    <string name="hdcp_checking_title" msgid="8605478913544273282">"Sprawdzanie HDCP"</string>
    <string name="hdcp_checking_dialog_title" msgid="5141305530923283">"Ustaw sprawdzanie HDCP"</string>
    <string name="debug_debugging_category" msgid="6781250159513471316">"Debugowanie"</string>
    <string name="debug_app" msgid="8349591734751384446">"Aplikacja do debugowania"</string>
    <string name="debug_app_not_set" msgid="718752499586403499">"Nie ustawiono aplikacji do debugowania"</string>
    <string name="debug_app_set" msgid="2063077997870280017">"Aplikacja do debugowania: <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
    <string name="select_application" msgid="5156029161289091703">"Wybierz aplikację"</string>
    <string name="no_application" msgid="2813387563129153880">"Brak"</string>
    <string name="wait_for_debugger" msgid="1202370874528893091">"Poczekaj na debugera"</string>
    <string name="wait_for_debugger_summary" msgid="1766918303462746804">"Aplikacja do debugowania czeka na przyłączenie debugera"</string>
    <string name="debug_input_category" msgid="1811069939601180246">"Ekran dotykowy"</string>
    <string name="debug_drawing_category" msgid="6755716469267367852">"Rysowanie"</string>
    <string name="debug_hw_drawing_category" msgid="6220174216912308658">"Sprzętowa akceleracja renderowania"</string>
    <string name="media_category" msgid="4388305075496848353">"Multimedia"</string>
    <string name="debug_monitoring_category" msgid="7640508148375798343">"Monitorowanie"</string>
    <string name="strict_mode" msgid="1938795874357830695">"Tryb ścisły włączony"</string>
    <string name="strict_mode_summary" msgid="142834318897332338">"Miganie ekranu podczas długich operacji w wątku głównym"</string>
    <string name="pointer_location" msgid="6084434787496938001">"Lokalizacja wskaźnika"</string>
    <string name="pointer_location_summary" msgid="840819275172753713">"Nakładka pokazująca dane o dotknięciach ekranu"</string>
    <string name="show_touches" msgid="1356420386500834339">"Pokaż dotknięcia"</string>
    <string name="show_touches_summary" msgid="6684407913145150041">"Potwierdzenia wizualne po dotknięciu"</string>
    <string name="show_screen_updates" msgid="5470814345876056420">"Pokaż zmiany powierzchni"</string>
    <string name="show_screen_updates_summary" msgid="2569622766672785529">"Podświetlaj całe aktualizowane powierzchnie okien"</string>
    <string name="show_hw_screen_updates" msgid="5036904558145941590">"Pokaż zmiany widoku z GPU"</string>
    <string name="show_hw_screen_updates_summary" msgid="1115593565980196197">"Podświetlaj elementy w oknach jeśli są rysowane przez GPU"</string>
    <string name="show_hw_layers_updates" msgid="5645728765605699821">"Pokaż zmiany warstw sprzęt."</string>
    <string name="show_hw_layers_updates_summary" msgid="5296917233236661465">"Oznaczaj aktualizowane warstwy sprzętowe na zielono"</string>
    <string name="debug_hw_overdraw" msgid="2968692419951565417">"Debuguj przerysowania GPU"</string>
    <string name="disable_overlays" msgid="2074488440505934665">"Wyłącz nakładki HW"</string>
    <string name="disable_overlays_summary" msgid="3578941133710758592">"Zawsze używaj GPU do komponowania ekranu"</string>
    <string name="simulate_color_space" msgid="6745847141353345872">"Symuluj przestrzeń kolorów"</string>
    <string name="enable_opengl_traces_title" msgid="6790444011053219871">"Włącz śledzenie OpenGL"</string>
    <string name="use_awesomeplayer" msgid="1583337008516364226">"Używaj AwesomePlayera (wycofane)"</string>
    <string name="use_awesomeplayer_summary" msgid="6757734070733387140">"Używaj AwesomePlayera zamiast NuPlayera do odtwarzania większości multimediów"</string>
    <string name="usb_audio_disable_routing" msgid="8114498436003102671">"Wyłącz kierowanie dźwiękowe USB"</string>
    <string name="usb_audio_disable_routing_summary" msgid="980282760277312264">"Wyłącz auto kierowanie do urządzeń peryferyjnych audio USB"</string>
    <string name="debug_layout" msgid="5981361776594526155">"Pokaż granice układu"</string>
    <string name="debug_layout_summary" msgid="2001775315258637682">"Pokaż granice przycięcia, marginesy itd."</string>
    <string name="force_rtl_layout_all_locales" msgid="2259906643093138978">"Wymuś układ od prawej do lewej"</string>
    <string name="force_rtl_layout_all_locales_summary" msgid="9192797796616132534">"Wymuś wszędzie układ ekranu od prawej do lewej"</string>
    <string name="show_cpu_usage" msgid="2389212910758076024">"Pokaż użycie procesora"</string>
    <string name="show_cpu_usage_summary" msgid="2113341923988958266">"Nakładka na ekranie pokazująca użycie procesora"</string>
    <string name="force_hw_ui" msgid="6426383462520888732">"Renderowanie na GPU"</string>
    <string name="force_hw_ui_summary" msgid="5535991166074861515">"Wymuszaj użycie GPU do rysowania 2D"</string>
    <string name="force_msaa" msgid="7920323238677284387">"Wymuś 4x MSAA"</string>
    <string name="force_msaa_summary" msgid="9123553203895817537">"Włącz 4x MSAA w aplikacjach OpenGL ES 2.0"</string>
    <string name="show_non_rect_clip" msgid="505954950474595172">"Debuguj operacje przycinania nieprostokątnego"</string>
    <string name="track_frame_time" msgid="6146354853663863443">"Profil renderowania GPU"</string>
    <string name="window_animation_scale_title" msgid="6162587588166114700">"Skala animacji okna"</string>
    <string name="transition_animation_scale_title" msgid="387527540523595875">"Skala animacji przejścia"</string>
    <string name="animator_duration_scale_title" msgid="3406722410819934083">"Skala długości animacji"</string>
    <string name="overlay_display_devices_title" msgid="5364176287998398539">"Symuluj ekrany dodatkowe"</string>
    <string name="enable_multi_window" msgid="1091779249819137016">"Tryb wielu okien"</string>
    <string name="enable_multi_window_summary" msgid="5837641304114783514">"Wiele czynności na ekranie jednocześnie."</string>
    <string name="confirm_enable_multi_window_title" msgid="950964546995895971">"Włączyć tryb wielu okien?"</string>
    <string name="confirm_enable_multi_window_text" msgid="565834092374755117">"UWAGA: to wysoce eksperymentalna funkcja, która za pośrednictwem interfejsu Ostatnie aplikacje umożliwia obsługę na ekranie wielu czynności jednocześnie. W przypadku jej użycia niektóre aplikacje mogą ulec awarii lub funkcjonować nieprawidłowo."</string>
    <string name="debug_applications_category" msgid="4206913653849771549">"Aplikacje"</string>
    <string name="immediately_destroy_activities" msgid="8366775083630234121">"Nie zachowuj działań"</string>
    <string name="immediately_destroy_activities_summary" msgid="3592221124808773368">"Przerwij każde działanie, gdy użytkownik je porzuci"</string>
    <string name="app_process_limit_title" msgid="4280600650253107163">"Limit procesów w tle"</string>
    <string name="show_all_anrs" msgid="28462979638729082">"Pokaż wszystkie ANR"</string>
    <string name="show_all_anrs_summary" msgid="641908614413544127">"Pokaż okno Aplikacja Nie Reaguje dla aplikacji w tle"</string>
    <string name="data_usage_summary_title" msgid="3804110657238092929">"Użycie danych"</string>
    <string name="data_usage_app_summary_title" msgid="4147258989837459172">"Przesył danych w aplikacji"</string>
    <string name="data_usage_accounting" msgid="7170028915873577387">"Operator sieci komórkowej może obliczać ilość przesłanych danych inaczej niż urządzenie."</string>
    <string name="data_usage_app" msgid="4970478397515423303">"Transmisja danych w aplikacjach"</string>
    <string name="data_usage_app_info_label" msgid="3409931235687866706">"INFORMACJE O APLIKACJI"</string>
    <string name="data_usage_cellular_data" msgid="4859424346276043677">"Komórkowa transmisja danych"</string>
    <string name="data_usage_data_limit" msgid="1193930999713192703">"Ustaw limit transmisji danych"</string>
    <string name="data_usage_cycle" msgid="5652529796195787949">"Cykl transmisji danych"</string>
    <string name="data_usage_app_items_header_text" msgid="5017850810459372828">"Transmisja danych w aplikacjach"</string>
    <string name="data_usage_menu_roaming" msgid="8042359966835203296">"Roaming danych"</string>
    <string name="data_usage_menu_restrict_background" msgid="1989394568592253331">"Ogranicz dane w tle"</string>
    <string name="data_usage_menu_allow_background" msgid="2694761978633359223">"Zezwalaj na dane w tle"</string>
    <string name="data_usage_menu_split_4g" msgid="5322857680792601899">"Oddzielnie transmisja danych 4G"</string>
    <string name="data_usage_menu_show_wifi" msgid="2296217964873872571">"Pokaż przesył przez Wi‑Fi"</string>
    <string name="data_usage_menu_hide_wifi" msgid="7290056718050186769">"Ukryj Wi‑Fi"</string>
    <string name="data_usage_menu_show_ethernet" msgid="5181361208532314097">"Pokaż użycie sieci Ethernet"</string>
    <string name="data_usage_menu_hide_ethernet" msgid="3326702187179943681">"Ukryj użycie Ethernetu"</string>
    <string name="data_usage_menu_metered" msgid="6235119991372755026">"Ograniczenia sieci"</string>
    <string name="data_usage_menu_auto_sync" msgid="8203999775948778560">"Autosynchronizacja danych"</string>
    <string name="data_usage_menu_sim_cards" msgid="6410498422797244073">"Karty SIM"</string>
    <string name="data_usage_menu_cellular_networks" msgid="5243515735055652279">"Sieci komórkowe"</string>
    <string name="account_settings_menu_auto_sync" msgid="6243013719753700377">"Autosynchronizacja danych"</string>
    <string name="account_settings_menu_auto_sync_personal" msgid="785541379617346438">"Autosynchronizacja: osobiste"</string>
    <string name="account_settings_menu_auto_sync_work" msgid="329565580969147026">"Autosynchronizacja: do pracy"</string>
    <string name="data_usage_change_cycle" msgid="7776556448920114866">"Zmień cykl"</string>
    <string name="data_usage_pick_cycle_day" msgid="4470796861757050966">"Resetowanie cyklu transmisji danych – dzień miesiąca:"</string>
    <string name="data_usage_empty" msgid="8621855507876539282">"W tym okresie aplikacje nie pobierały danych."</string>
    <string name="data_usage_label_foreground" msgid="4938034231928628164">"Pierwszy plan"</string>
    <string name="data_usage_label_background" msgid="3225844085975764519">"Tło"</string>
    <string name="data_usage_app_restricted" msgid="3568465218866589705">"z ograniczeniami"</string>
    <string name="data_usage_disable_mobile" msgid="2613595056882494652">"Wyłączyć komórkową transmisję danych?"</string>
    <string name="data_usage_disable_mobile_limit" msgid="3934211003105066167">"Limit transmisji komórkowej"</string>
    <string name="data_usage_disable_4g_limit" msgid="6233554774946681175">"Ustaw limit trans. danych 4G"</string>
    <string name="data_usage_disable_3g_limit" msgid="2558557840444266906">"Ustaw limit trans. danych 2G-3G"</string>
    <string name="data_usage_disable_wifi_limit" msgid="1394901415264660888">"Ustaw limit trans. danych Wi-Fi"</string>
    <string name="data_usage_tab_wifi" msgid="481146038146585749">"Wi‑Fi"</string>
    <string name="data_usage_tab_ethernet" msgid="7298064366282319911">"Ethernet"</string>
    <string name="data_usage_tab_mobile" msgid="2084466270343460491">"Komórka"</string>
    <string name="data_usage_tab_4g" msgid="1301978716067512235">"4G"</string>
    <string name="data_usage_tab_3g" msgid="6092169523081538718">"2G/3G"</string>
    <string name="data_usage_list_mobile" msgid="7219011330831181312">"Komórka"</string>
    <string name="data_usage_list_none" msgid="3933892774251050735">"Brak"</string>
    <string name="data_usage_enable_mobile" msgid="5900650720568852325">"Komórkowa transmisja danych"</string>
    <string name="data_usage_enable_3g" msgid="6304006671869578254">"Transmisja danych 2G/3G"</string>
    <string name="data_usage_enable_4g" msgid="3635854097335036738">"Transmisja danych 4G"</string>
    <string name="data_usage_forground_label" msgid="7654319010655983591">"Na pierwszym planie:"</string>
    <string name="data_usage_background_label" msgid="2722008379947694926">"W tle:"</string>
    <string name="data_usage_app_settings" msgid="2279171379771253165">"Ustawienia aplikacji"</string>
    <string name="data_usage_app_restrict_background" msgid="7510046552380574925">"Ogranicz przesył danych w tle"</string>
    <string name="data_usage_app_restrict_background_summary" msgid="3720075732277934106">"Wyłącz przesył danych w tle przez sieci komórkowe."</string>
    <string name="data_usage_app_restrict_background_summary_disabled" msgid="1446565717342917727">"Aby ograniczyć przesył danych w tle, ustaw limit komórkowy."</string>
    <string name="data_usage_app_restrict_dialog_title" msgid="1613108390242737923">"Ograniczyć dane w tle?"</string>
    <string name="data_usage_app_restrict_dialog" msgid="5871168521456832764">"Gdy będą dostępne tylko sieci komórkowe, ta funkcja może zakłócić działanie aplikacji, które korzystają z przesyłu danych w tle.\n\nSzczegółowe ustawienia transmisji danych są zwykle dostępne bezpośrednio w poszczególnych aplikacjach."</string>
    <string name="data_usage_restrict_denied_dialog" msgid="4674085030810350875">"Przesył danych w tle możesz ograniczyć tylko po ustawieniu limitu komórkowej transmisji danych."</string>
    <string name="data_usage_auto_sync_on_dialog_title" msgid="2438617846762244389">"Włączyć autosynchronizację?"</string>
    <string name="data_usage_auto_sync_on_dialog" product="tablet" msgid="8581983093524041669">"Wszystkie zmiany, które wprowadzisz na swoich kontach w sieci, będą automatycznie kopiowane na Twój telefon.\n\nNiektóre konta mogą też kopiować do sieci wszystkie zmiany, które wprowadzisz na telefonie. W ten sposób działa konto Google."</string>
    <string name="data_usage_auto_sync_on_dialog" product="default" msgid="8651376294887142858">"Wszystkie zmiany, które wprowadzisz na swoich kontach w sieci, będą automatycznie kopiowane na Twój telefon.\n\nNiektóre konta mogą też kopiować do sieci wszystkie zmiany, które wprowadzisz na telefonie. W ten sposób działa konto Google."</string>
    <string name="data_usage_auto_sync_off_dialog_title" msgid="9013139130490125793">"Wyłączyć autosynchronizację?"</string>
    <string name="data_usage_auto_sync_off_dialog" msgid="4744145757533455623">"Powoduje przesyłanie mniejszej ilości danych oraz zmniejsza użycie baterii, ale pobranie najnowszych informacji będzie wymagało ręcznej synchronizacji każdego konta. Poza tym nie będziesz otrzymywać powiadomień o aktualizacjach."</string>
    <string name="data_usage_cycle_editor_title" msgid="1373797281540188533">"Data resetowania cyklu transmisji danych"</string>
    <string name="data_usage_cycle_editor_subtitle" msgid="5512903797979928416">"Data w każdym miesiącu:"</string>
    <string name="data_usage_cycle_editor_positive" msgid="8821760330497941117">"Zapisz"</string>
    <string name="data_usage_warning_editor_title" msgid="3704136912240060339">"Ustaw ostrzeżenie o transmisji danych"</string>
    <string name="data_usage_limit_editor_title" msgid="9153595142385030015">"Ustaw limit danych"</string>
    <string name="data_usage_limit_dialog_title" msgid="3023111643632996097">"Ograniczanie transmisji danych"</string>
    <string name="data_usage_limit_dialog_mobile" product="tablet" msgid="5788774061143636263">"Po osiągnięciu limitu, który ustawisz, tablet wyłączy komórkową transmisję danych.\n\nUrządzenie może obliczać ilość przesłanych danych inaczej niż operator sieci komórkowej, więc najlepiej ustaw zaniżony limit."</string>
    <string name="data_usage_limit_dialog_mobile" product="default" msgid="3511301596446820549">"Po osiągnięciu limitu, który ustawisz, telefon wyłączy komórkową transmisję danych.\n\nUrządzenie może obliczać ilość przesłanych danych inaczej niż operator sieci komórkowej, więc najlepiej ustaw zaniżony limit."</string>
    <string name="data_usage_restrict_background_title" msgid="2201315502223035062">"Ograniczyć dane w tle?"</string>
    <string name="data_usage_restrict_background" msgid="8210134218644196511">"Jeśli ograniczysz komórkową transmisję danych w tle, niektóre aplikacje i usługi będą działać tylko przy połączeniu z Wi‑Fi."</string>
    <string name="data_usage_restrict_background_multiuser" product="tablet" msgid="3262993384666280985">"Jeśli ograniczysz komórkową transmisję danych w tle, niektóre aplikacje i usługi będą działać tylko przy połączeniu z Wi‑Fi.\n\nUstawienie dotyczy wszystkich użytkowników tego tabletu."</string>
    <string name="data_usage_restrict_background_multiuser" product="default" msgid="4352615206362479722">"Jeśli ograniczysz komórkową transmisję danych w tle, niektóre aplikacje i usługi będą działać tylko przy połączeniu z Wi‑Fi.\n\nUstawienie dotyczy wszystkich użytkowników tego telefonu."</string>
    <string name="data_usage_sweep_warning" msgid="6387081852568846982"><font size="21">"<xliff:g id="NUMBER">^1</xliff:g>"</font><font size="9">"<xliff:g id="UNIT">^2</xliff:g>"</font>\n<font size="12">"ostrzeżenie"</font></string>
    <string name="data_usage_sweep_limit" msgid="860566507375933039"><font size="21">"<xliff:g id="NUMBER">^1</xliff:g>"</font>" "<font size="9">"<xliff:g id="UNIT">^2</xliff:g>"</font>\n<font size="12">"limit"</font></string>
    <string name="data_usage_uninstalled_apps" msgid="614263770923231598">"Usunięte aplikacje"</string>
    <string name="data_usage_uninstalled_apps_users" msgid="7986294489899813194">"Usunięte aplikacje i użytkownicy"</string>
    <string name="data_usage_received_sent" msgid="5039699009276621757">"Odebrano: <xliff:g id="RECEIVED">%1$s</xliff:g>, wysłano: <xliff:g id="SENT">%2$s</xliff:g>"</string>
    <string name="data_usage_total_during_range" msgid="4091294280619255237">"<xliff:g id="RANGE">%2$s</xliff:g>: wykorzystane <xliff:g id="TOTAL">%1$s</xliff:g>"</string>
    <string name="data_usage_total_during_range_mobile" product="tablet" msgid="5961720793603268572">"<xliff:g id="RANGE">%2$s</xliff:g>: wykorzystane <xliff:g id="TOTAL">%1$s</xliff:g> wg licznika w tablecie. Rozliczenie operatora może się różnić."</string>
    <string name="data_usage_total_during_range_mobile" product="default" msgid="1625833170144610767">"<xliff:g id="RANGE">%2$s</xliff:g>: wykorzystane <xliff:g id="TOTAL">%1$s</xliff:g> wg licznika w telefonie. Rozliczenie operatora może się różnić."</string>
    <string name="data_usage_metered_title" msgid="7383175371006596441">"Ograniczenia sieci"</string>
    <string name="data_usage_metered_body" msgid="3262343834446126044">"Sieci z pomiarem są traktowane jak komórkowe podczas ograniczania danych w tle. Aplikacje mogą ostrzegać przed użyciem tych sieci do pobrania dużych ilości danych."</string>
    <string name="data_usage_metered_mobile" msgid="2326986339431119372">"Sieci komórkowe"</string>
    <string name="data_usage_metered_wifi" msgid="1761738002328299714">"Sieci Wi‑Fi z pomiarem"</string>
    <string name="data_usage_metered_wifi_disabled" msgid="727808462375941567">"Aby wybrać sieci z pomiarem, włącz Wi-Fi."</string>
    <string name="data_usage_disclaimer" msgid="6887858149980673444">"Operator komórkowy może obliczać ilość przesłanych danych inaczej niż urządzenie."</string>
    <string name="cryptkeeper_emergency_call" msgid="198578731586097145">"Połączenie alarmowe"</string>
    <string name="cryptkeeper_return_to_call" msgid="5613717339452772491">"Powrót do połączenia"</string>
    <string name="vpn_name" msgid="4689699885361002297">"Nazwa"</string>
    <string name="vpn_type" msgid="5435733139514388070">"Typ"</string>
    <string name="vpn_server" msgid="2123096727287421913">"Adres serwera"</string>
    <string name="vpn_mppe" msgid="6639001940500288972">"Szyfrowanie PPP (MPPE)"</string>
    <string name="vpn_l2tp_secret" msgid="529359749677142076">"Element tajny L2TP"</string>
    <string name="vpn_ipsec_identifier" msgid="4098175859460006296">"Identyfikator IPSec"</string>
    <string name="vpn_ipsec_secret" msgid="4526453255704888704">"Klucz wspólny IPSec"</string>
    <string name="vpn_ipsec_user_cert" msgid="6880651510020187230">"Certyfikat użytkownika IPSec"</string>
    <string name="vpn_ipsec_ca_cert" msgid="91338213449148229">"Certyfikat CA IPSec"</string>
    <string name="vpn_ipsec_server_cert" msgid="6599276718456935010">"Certyfikat serwera IPSec"</string>
    <string name="vpn_show_options" msgid="7182688955890457003">"Opcje zaawansowane"</string>
    <string name="vpn_search_domains" msgid="5391995501541199624">"Domeny wyszukiwania DNS"</string>
    <string name="vpn_dns_servers" msgid="5570715561245741829">"Serwery DNS (np. 8.8.8.8)"</string>
    <string name="vpn_routes" msgid="3818655448226312232">"Trasy przekazywania (np. 10.0.0.0/8)"</string>
    <string name="vpn_username" msgid="1863901629860867849">"Nazwa użytkownika"</string>
    <string name="vpn_password" msgid="6756043647233596772">"Hasło"</string>
    <string name="vpn_save_login" msgid="6350322456427484881">"Zapisz informacje o koncie"</string>
    <string name="vpn_not_used" msgid="9094191054524660891">"(nieużywane)"</string>
    <string name="vpn_no_ca_cert" msgid="2095005387500126113">"(nie weryfikuj serwera)"</string>
    <string name="vpn_no_server_cert" msgid="2167487440231913330">"(odebrany z serwera)"</string>
    <string name="vpn_cancel" msgid="1979937976123659332">"Anuluj"</string>
    <string name="vpn_save" msgid="4233484051644764510">"Zapisz"</string>
    <string name="vpn_connect" msgid="8469608541746132301">"Połącz"</string>
    <string name="vpn_edit" msgid="8647191407179996943">"Edytuj profil VPN"</string>
    <string name="vpn_connect_to" msgid="5965299358485793260">"Połącz z: <xliff:g id="PROFILE">%s</xliff:g>"</string>
    <string name="vpn_title" msgid="6317731879966640551">"VPN"</string>
    <string name="vpn_create" msgid="5628219087569761496">"Dodaj profil VPN"</string>
    <string name="vpn_menu_edit" msgid="408275284159243490">"Edytuj profil"</string>
    <string name="vpn_menu_delete" msgid="8098021690546891414">"Usuń profil"</string>
    <string name="vpn_menu_lockdown" msgid="7863024538064268139">"Zawsze włączona sieć VPN"</string>
    <string name="vpn_lockdown_summary" msgid="2200032066376720339">"Wybierz stały profil VPN. Ruch w sieci będzie możliwy tylko po połączeniu z tą siecią VPN."</string>
    <string name="vpn_lockdown_none" msgid="9214462857336483711">"Brak"</string>
    <string name="vpn_lockdown_config_error" msgid="3898576754914217248">"W przypadku zawsze włączonej sieci VPN wymagany jest adres IP zarówno dla serwera, jak i dla DNS."</string>
    <string name="vpn_no_network" msgid="3050233675132726155">"Brak połączenia z siecią. Spróbuj ponownie później."</string>
    <string name="vpn_missing_cert" msgid="7972907102570411501">"Brak certyfikatu. Edytuj profil."</string>
    <string name="trusted_credentials_system_tab" msgid="3984284264816924534">"System"</string>
    <string name="trusted_credentials_user_tab" msgid="2244732111398939475">"Własne"</string>
    <string name="trusted_credentials_disable_label" msgid="3864493185845818506">"Wyłącz"</string>
    <string name="trusted_credentials_enable_label" msgid="2498444573635146913">"Włącz"</string>
    <string name="trusted_credentials_remove_label" msgid="3633691709300260836">"Usuń"</string>
    <string name="trusted_credentials_enable_confirmation" msgid="83215982842660869">"Włączyć systemowy certyfikat CA?"</string>
    <string name="trusted_credentials_disable_confirmation" msgid="8199697813361646792">"Wyłączyć systemowy certyfikat CA?"</string>
    <string name="trusted_credentials_remove_confirmation" msgid="443561923016852941">"Trwale usunąć certyfikat CA użytkownika?"</string>
    <string name="spellcheckers_settings_title" msgid="399981228588011501">"Sprawdzanie pisowni"</string>
    <string name="current_backup_pw_prompt" msgid="7735254412051914576">"Wpisz tutaj bieżące hasło pełnych kopii zapasowych."</string>
    <string name="new_backup_pw_prompt" msgid="8755501377391998428">"Wpisz tutaj nowe hasło pełnych kopii zapasowych."</string>
    <string name="confirm_new_backup_pw_prompt" msgid="3238728882512787864">"Ponownie wpisz tutaj nowe hasło pełnych kopii zapasowych."</string>
    <string name="backup_pw_set_button_text" msgid="2387480910044648795">"Ustaw hasło"</string>
    <string name="backup_pw_cancel_button_text" msgid="8845630125391744615">"Anuluj"</string>
    <string name="additional_system_update_settings_list_item_title" msgid="214987609894661992">"Dodatkowe aktualizacje systemu"</string>
    <string name="selinux_status_disabled" msgid="924551035552323327">"Wyłączony"</string>
    <string name="selinux_status_permissive" msgid="6004965534713398778">"Pobłażliwy"</string>
    <string name="selinux_status_enforcing" msgid="2252703756208463329">"Restrykcyjny"</string>
    <string name="ssl_ca_cert_warning" msgid="2045866713601984673">"Sieć może być monitorowana"</string>
    <string name="done_button" msgid="1991471253042622230">"Gotowe"</string>
    <string name="ssl_ca_cert_dialog_title" msgid="5339377665264149395">"Monitorowanie sieci"</string>
    <string name="ssl_ca_cert_info_message" msgid="4583879256548819713">"To urządzenie jest zarządzane w domenie:\n<xliff:g id="MANAGING_DOMAIN">%s</xliff:g>\n\nAdministrator może monitorować Twoją aktywność w sieci, w tym e-maile, aplikacje i bezpieczne witryny.\n\nSkontaktuj się z nim, by dowiedzieć się więcej."</string>
    <string name="ssl_ca_cert_warning_message" msgid="8216218659139190498">"Podmiot zewnętrzny może monitorować Twoją aktywność w sieci (np. e-maile, aplikacje i bezpieczne strony).\n\nUmożliwiają to dane uwierzytelniające zainstalowane na Twoim urządzeniu."</string>
    <string name="ssl_ca_cert_settings_button" msgid="8760495070836213605">"Sprawdź zaufane dane uwierzytelniające"</string>
    <string name="user_settings_title" msgid="6151874007858148344">"Użytkownicy"</string>
    <string name="user_list_title" msgid="7937158411137563543">"Użytkownicy i profile"</string>
    <string name="user_add_user_or_profile_menu" msgid="6923838875175259418">"Dodaj użytkownika lub profil"</string>
    <string name="user_add_user_menu" msgid="1675956975014862382">"Dodaj użytkownika"</string>
    <string name="user_summary_restricted_profile" msgid="6354966213806839107">"Profil ograniczony"</string>
    <string name="user_need_lock_message" msgid="2596365678651842785">"Zanim utworzysz profil z ograniczeniami, musisz skonfigurować ekran blokady, by chronić aplikacje i osobiste dane."</string>
    <string name="user_set_lock_button" msgid="8311219392856626841">"Ustaw blokadę"</string>
    <string name="user_summary_not_set_up" msgid="8778205026866794909">"Nieskonfigurowany"</string>
    <string name="user_summary_restricted_not_set_up" msgid="1628116001964325544">"Nieskonfigurowany profil ograniczony"</string>
    <string name="user_summary_managed_profile_not_set_up" msgid="1659125858619760573">"Nieskonfigurowany – profil do pracy"</string>
    <string name="user_owner" msgid="3879126011135546571">"Właściciel"</string>
    <string name="user_you" msgid="1639158809315025986">"Ty (<xliff:g id="NAME">%s</xliff:g>)"</string>
    <string name="user_nickname" msgid="5148818000228994488">"Pseudonim"</string>
    <string name="user_add_user_type_title" msgid="2146438670792322349">"Dodaj"</string>
    <string name="user_add_user_item_summary" msgid="4702776187132008661">"Użytkownicy mają własne aplikacje i treści"</string>
    <string name="user_add_profile_item_summary" msgid="5931663986889138941">"Możesz ograniczyć dostęp do aplikacji i zawartości z poziomu swojego konta"</string>
    <string name="user_add_user_item_title" msgid="8212199632466198969">"Użytkownik"</string>
    <string name="user_add_profile_item_title" msgid="8353515490730363621">"Profil ograniczony"</string>
    <string name="user_add_user_title" msgid="2108112641783146007">"Dodać nowego użytkownika?"</string>
    <!-- no translation found for user_add_user_message_long (8562152293752222985) -->
    <skip />
    <string name="user_add_user_message_short" msgid="1511354412249044381">"Gdy dodasz nowego użytkownika, musi on skonfigurować swoją przestrzeń.\n\nKażdy użytkownik może aktualizować aplikacje wszystkich innych użytkowników."</string>
    <string name="user_setup_dialog_title" msgid="1765794166801864563">"Skonfigurować ustawienia dla użytkownika?"</string>
    <string name="user_setup_dialog_message" msgid="1004068621380867148">"Upewnij się, że ta osoba jest w pobliżu i może skonfigurować swój profil."</string>
    <string name="user_setup_profile_dialog_message" msgid="3896568553327558731">"Skonfigurować teraz profil?"</string>
    <string name="user_setup_button_setup_now" msgid="3391388430158437629">"Skonfiguruj"</string>
    <string name="user_setup_button_setup_later" msgid="3068729597269172401">"Nie teraz"</string>
    <string name="user_cannot_manage_message" product="tablet" msgid="8440449301994432789">"Użytkownikami może zarządzać tylko właściciel tabletu."</string>
    <string name="user_cannot_manage_message" product="default" msgid="1133251987818014757">"Użytkownikami może zarządzać tylko właściciel telefonu."</string>
    <string name="user_cannot_add_accounts_message" msgid="5116692653439737050">"Profile z ograniczeniami nie mogą dodawać kont"</string>
    <string name="user_remove_user_menu" msgid="6897150520686691355">"Usuń użytkownika <xliff:g id="USER_NAME">%1$s</xliff:g> z tego urządzenia"</string>
    <string name="user_add_on_lockscreen_menu" msgid="3025132738715222247">"Dodawaj użytk. przy blokadzie"</string>
    <string name="user_new_user_name" msgid="369856859816028856">"Nowy użytkownik"</string>
    <string name="user_new_profile_name" msgid="2632088404952119900">"Nowy profil"</string>
    <string name="user_confirm_remove_self_title" msgid="8432050170899479556">"Chcesz usunąć siebie?"</string>
    <string name="user_confirm_remove_title" msgid="1163721647646152032">"Usunąć tego użytkownika?"</string>
    <string name="user_profile_confirm_remove_title" msgid="5573161550669867342">"Usunąć ten profil?"</string>
    <string name="work_profile_confirm_remove_title" msgid="2017323555783522213">"Usunąć profil do pracy?"</string>
    <string name="user_confirm_remove_self_message" product="tablet" msgid="8167855311779740207">"Utracisz swój obszar i dane na tym tablecie. Tej czynności nie można cofnąć."</string>
    <string name="user_confirm_remove_self_message" product="default" msgid="5391888073786090274">"Utracisz swój obszar i dane na tym telefonie. Tej czynności nie można cofnąć."</string>
    <string name="user_confirm_remove_message" msgid="1020629390993095037">"Wszystkie aplikacje i dane zostaną usunięte."</string>
    <string name="work_profile_confirm_remove_message" msgid="7593793549364168783">"Wszystkie aplikacje i dane w tym profilu zostaną usunięte."</string>
    <string name="user_profile_confirm_remove_message" msgid="7373754145959298522">"Wszystkie aplikacje i dane zostaną usunięte."</string>
    <string name="user_adding_new_user" msgid="1521674650874241407">"Dodaję nowego użytkownika…"</string>
    <string name="user_delete_user_description" msgid="3158592592118767056">"Usuń użytkownika"</string>
    <string name="user_delete_button" msgid="5131259553799403201">"Usuń"</string>
    <string name="user_guest" msgid="8475274842845401871">"Gość"</string>
    <string name="user_exit_guest_title" msgid="5613997155527410675">"Usuń gościa"</string>
    <string name="user_exit_guest_confirm_title" msgid="3405527634738147409">"Usunąć gościa?"</string>
    <string name="user_exit_guest_confirm_message" msgid="2194459201944413257">"Wszystkie aplikacje i dane w tej sesji zostaną usunięte."</string>
    <string name="user_exit_guest_dialog_remove" msgid="6351370829952745350">"Usuń"</string>
    <string name="user_enable_calling" msgid="5128605672081602348">"Włącz rozmowy telefoniczne"</string>
    <string name="user_enable_calling_sms" msgid="9172507088023097063">"Włącz rozmowy telefoniczne i SMS-y"</string>
    <string name="user_remove_user" msgid="6490483480937295389">"Usuń użytkownika"</string>
    <string name="user_enable_calling_confirm_title" msgid="4315789475268695378">"Włączyć rozmowy telefoniczne?"</string>
    <string name="user_enable_calling_confirm_message" msgid="8061594235219352787">"Historia połączeń będzie dostępna dla tego użytkownika."</string>
    <string name="user_enable_calling_and_sms_confirm_title" msgid="7243308401401932681">"Włączyć rozmowy telefoniczne i SMS-y?"</string>
    <string name="user_enable_calling_and_sms_confirm_message" msgid="4025082715546544967">"Historia połączeń i SMS-ów będzie dostępna dla tego użytkownika."</string>
    <string name="application_restrictions" msgid="8207332020898004394">"Zezwól na aplikacje i zawartość"</string>
    <string name="apps_with_restrictions_header" msgid="3660449891478534440">"Aplikacje z ograniczeniami"</string>
    <string name="apps_with_restrictions_settings_button" msgid="3841347287916635821">"Rozwiń ustawienia aplikacji"</string>
    <string name="home_app_uninstall_button" msgid="6808453012607962899">"Odinstaluj tę aplikację"</string>
    <string name="only_one_home_message" msgid="3538846733750242759">"Ustawienia strony głównej zostaną ukryte do czasu zainstalowania na niej kolejnej aplikacji."</string>
    <string name="global_change_warning" product="tablet" msgid="8045013389464294039">"To ustawienie obowiązuje wszystkich użytkowników tego tabletu."</string>
    <string name="global_change_warning" product="default" msgid="2461264421590324675">"To ustawienie obowiązuje wszystkich użytkowników tego telefonu."</string>
    <string name="global_locale_change_title" msgid="5956281361384221451">"Zmień język"</string>
    <string name="global_font_change_title" msgid="1887126466191012035">"Zmień rozmiar czcionki"</string>
    <string name="nfc_payment_settings_title" msgid="1807298287380821613">"Dotknij i zapłać"</string>
    <string name="google_wallet" msgid="9122936252378589227">"Portfel Google"</string>
    <string name="nfc_payment_no_apps" msgid="2481080809791416010">"Płać jednym dotknięciem"</string>
    <string name="nfc_payment_favor_foreground" msgid="8881893980929835838">"Preferuj aplikację na pierwszym planie"</string>
    <string name="nfc_payment_learn_more" msgid="5583407773744324447">"Dowiedz się więcej"</string>
    <string name="nfc_more_title" msgid="815910943655133280">"Więcej..."</string>
    <string name="nfc_payment_menu_item_add_service" msgid="2885947408068969081">"Znajdź aplikacje"</string>
    <string name="nfc_payment_set_default_label" msgid="7315817259485674542">"Ustawić jako Twoją preferencję?"</string>
    <string name="nfc_payment_set_default" msgid="8961120988148253016">"Zawsze używać aplikacji <xliff:g id="APP">%1$s</xliff:g>, gdy korzystasz z opcji „dotknij i zapłać”?"</string>
    <string name="nfc_payment_set_default_instead_of" msgid="3803693771001226795">"Zawsze używać <xliff:g id="APP_0">%1$s</xliff:g> zamiast <xliff:g id="APP_1">%2$s</xliff:g>, gdy korzystasz z systemu „dotknij i zapłać”?"</string>
    <string name="restriction_settings_title" msgid="4233515503765879736">"Ograniczenia"</string>
    <string name="restriction_menu_reset" msgid="2067644523489568173">"Usuń ograniczenia"</string>
    <string name="restriction_menu_change_pin" msgid="740081584044302775">"Zmień PIN"</string>
    <string name="app_notifications_switch_label" msgid="9124072219553687583">"Pokazuj powiadomienia"</string>
    <string name="help_label" msgid="6886837949306318591">"Pomoc i opinie"</string>
    <string name="user_account_title" msgid="1127193807312271167">"Konto na materiały"</string>
    <string name="user_picture_title" msgid="7297782792000291692">"Identyfikator zdjęcia"</string>
    <string name="extreme_threats_title" msgid="6549541803542968699">"Krytyczne zagrożenia"</string>
    <string name="extreme_threats_summary" msgid="8777860706500920667">"Otrzymuj alerty o krytycznych zagrożeniach dla życia i mienia"</string>
    <string name="severe_threats_title" msgid="8362676353803170963">"Poważne zagrożenia"</string>
    <string name="severe_threats_summary" msgid="8848126509420177320">"Otrzymuj alerty o poważnych zagrożeniach dla życia i mienia"</string>
    <string name="amber_alerts_title" msgid="2772220337031146529">"Alerty AMBER"</string>
    <string name="amber_alerts_summary" msgid="4312984614037904489">"Otrzymuj komunikaty o porwaniach dzieci"</string>
    <string name="repeat_title" msgid="6473587828597786996">"Powtórz"</string>
    <string name="call_manager_enable_title" msgid="7718226115535784017">"Włącz menedżera połączeń"</string>
    <string name="call_manager_enable_summary" msgid="8458447798019519240">"Zezwalaj tej usłudze na zarządzanie sposobem wykonywania połączeń."</string>
    <string name="call_manager_title" msgid="4479949569744516457">"Menedżer połączeń"</string>
    <!-- no translation found for call_manager_summary (5918261959486952674) -->
    <skip />
    <string name="cell_broadcast_settings" msgid="2451014351355183338">"Komunikaty alarmowe"</string>
    <string name="network_operators_settings" msgid="2583178259504630435">"Operatorzy sieci"</string>
    <string name="access_point_names" msgid="1381602020438634481">"Nazwy punktów dostępu"</string>
    <string name="enhanced_4g_lte_mode_title" msgid="5808043757309522392">"Tryb rozszerzonego 4G LTE"</string>
    <string name="enhanced_4g_lte_mode_summary" msgid="1376589643017218924">"Przesyłaj dane przez LTE, by zwiększyć możliwości połączeń głosowych i komunikacji (zalecane)"</string>
    <string name="preferred_network_type_title" msgid="3431041717309776341">"Preferowany typ sieci"</string>
    <string name="preferred_network_type_summary" msgid="6564884693884755019">"LTE (zalecana)"</string>
    <string name="work_sim_title" msgid="4843322164662606891">"Karta SIM (praca)"</string>
    <string name="user_restrictions_title" msgid="5794473784343434273">"Dostęp do aplikacji i treści"</string>
    <string name="user_rename" msgid="8523499513614655279">"ZMIEŃ NAZWĘ"</string>
    <string name="app_restrictions_custom_label" msgid="6160672982086584261">"Ustaw ograniczenia aplikacji"</string>
    <string name="user_restrictions_controlled_by" msgid="3164078767438313899">"Kontrolowane przez <xliff:g id="APP">%1$s</xliff:g>"</string>
    <string name="app_sees_restricted_accounts" msgid="7503264525057246240">"Ta aplikacja może uzyskać dostęp do Twoich kont"</string>
    <string name="app_sees_restricted_accounts_and_controlled_by" msgid="6968697624437267294">"Ta aplikacja ma dostęp do Twoich kont. Kontrolowane przez: <xliff:g id="APP">%1$s</xliff:g>"</string>
    <string name="restriction_wifi_config_title" msgid="8889556384136994814">"Sieć Wi‑Fi i komórkowa"</string>
    <string name="restriction_wifi_config_summary" msgid="70888791513065244">"Zezwalaj na modyfikowanie ustawień sieci Wi‑Fi i komórkowej"</string>
    <string name="restriction_bluetooth_config_title" msgid="8871681580962503671">"Bluetooth"</string>
    <string name="restriction_bluetooth_config_summary" msgid="8372319681287562506">"Zezwalaj na modyfikowanie parowań i ustawień Bluetooth"</string>
    <string name="restriction_nfc_enable_title" msgid="5888100955212267941">"Komunikacja NFC"</string>
    <string name="restriction_nfc_enable_summary_config" msgid="3232480757215851738">"Zezwalaj na wymianę danych po zbliżeniu urządzenia <xliff:g id="DEVICE_NAME">%1$s</xliff:g> do innego z funkcją komunikacji NFC"</string>
    <string name="restriction_nfc_enable_summary" product="tablet" msgid="3891097373396149915">"Zezwalaj na wymianę danych, gdy tablet dotyka innego urządzenia"</string>
    <string name="restriction_nfc_enable_summary" product="default" msgid="825331120501418592">"Zezwalaj na wymianę danych, gdy telefon dotyka innego urządzenia"</string>
    <string name="restriction_location_enable_title" msgid="5020268888245775164">"Lokalizacja"</string>
    <string name="restriction_location_enable_summary" msgid="3489765572281788755">"Zezwalaj aplikacji na korzystanie z informacji o lokalizacji"</string>
    <string name="wizard_back" msgid="5567007959434765743">"Wróć"</string>
    <string name="wizard_next" msgid="3606212602795100640">"Dalej"</string>
    <string name="wizard_finish" msgid="3286109692700083252">"Zakończ"</string>
    <string name="user_image_take_photo" msgid="1280274310152803669">"Zrób zdjęcie"</string>
    <string name="user_image_choose_photo" msgid="7940990613897477057">"Wybierz zdjęcie z galerii"</string>
    <string name="user_image_photo_selector" msgid="5492565707299454873">"Wybierz zdjęcie"</string>
    <string name="regulatory_info_text" msgid="5623087902354026557"></string>
    <string name="sim_setup_wizard_title" msgid="1732682852692274928">"Karty SIM"</string>
    <string name="sim_settings_title" msgid="6822745211458959756">"Karty SIM"</string>
    <string name="sim_settings_summary" msgid="4050372057097516088">"<xliff:g id="SIM_NAME">%1$s</xliff:g> – <xliff:g id="SIM_NUMBER">%2$s</xliff:g>"</string>
    <string name="sim_cards_changed_message" msgid="7900721153345139783">"Karty SIM zostały zmienione"</string>
    <string name="sim_cards_changed_message_summary" msgid="5452545583546944683">"Kliknij, by ustawić działania"</string>
    <string name="sim_cellular_data_unavailable" msgid="9018555543451203035">"Komórkowa transmisja danych niedostępna"</string>
    <string name="sim_cellular_data_unavailable_summary" msgid="3654805961942166428">"Kliknij, by wybrać kartę SIM do transmisji danych"</string>
    <string name="sim_calls_always_use" msgid="7936774751250119715">"Zawsze używaj do połączeń"</string>
    <string name="select_sim_for_data" msgid="2366081042162853044">"Wybierz kartę SIM do transmisji danych"</string>
    <string name="data_switch_started" msgid="2040761479817166311">"Przełączanie karty SIM do transmisji danych. Może to potrwać do minuty..."</string>
    <string name="select_sim_for_calls" msgid="3503094771801109334">"Zadzwoń, używając karty:"</string>
    <string name="sim_select_card" msgid="211285163525563293">"Wybierz kartę SIM"</string>
    <string name="sim_card_number_title" msgid="7845379943474336488">"Karta SIM <xliff:g id="CARD_NUMBER">%1$d</xliff:g>"</string>
    <string name="sim_slot_empty" msgid="8964505511911854688">"Karta SIM pusta"</string>
    <string name="sim_editor_name" msgid="1722945976676142029">"Nazwa karty SIM"</string>
    <string name="sim_name_hint" msgid="7038643345238968930">"Wpisz nazwę karty SIM"</string>
    <string name="sim_editor_title" msgid="4034301817366627870">"Gniazdo SIM %1$d"</string>
    <string name="sim_editor_carrier" msgid="5684523444677746573">"Operator"</string>
    <string name="sim_editor_number" msgid="6705955651035440667">"Numer"</string>
    <string name="sim_editor_color" msgid="2542605938562414355">"Kolor karty SIM"</string>
    <string name="sim_card_select_title" msgid="6668492557519243456">"Wybierz kartę SIM"</string>
    <string name="color_orange" msgid="4417567658855022517">"Pomarańczowy"</string>
    <string name="color_purple" msgid="3888532466427762504">"Fioletowy"</string>
    <string name="sim_no_inserted_msg" msgid="210316755353227087">"Brak włożonych kart SIM"</string>
    <string name="sim_status_title" msgid="6744870675182447160">"Stan karty SIM"</string>
    <string name="sim_call_back_title" msgid="5181549885999280334">"Oddzwoń za pomocą domyślnej karty SIM"</string>
    <string name="sim_outgoing_call_title" msgid="1019763076116874255">"Karta SIM do połączeń wychodzących"</string>
    <string name="sim_other_call_settings" msgid="8247802316114482477">"Inne ustawienia połączenia"</string>
    <string name="preferred_network_offload_title" msgid="1605829724169550275">"Odciążanie wybranej sieci"</string>
    <string name="preferred_network_offload_header" msgid="2321173571529106767">"Wyłącz rozgłaszanie nazwy sieci"</string>
    <string name="preferred_network_offload_footer" msgid="5857279426054744020">"Wyłączenie rozgłaszania nazwy sieci uniemożliwia innym osobom uzyskanie informacji o Twojej sieci."</string>
    <string name="preferred_network_offload_popup" msgid="2252915199889604600">"Wyłączenie rozgłaszania nazwy sieci zapobiega automatycznemu łączeniu się z ukrytymi sieciami."</string>
    <string name="sim_signal_strength" msgid="9144010043784767984">"<xliff:g id="DBM">%1$d</xliff:g> dBm <xliff:g id="ASU">%2$d</xliff:g> asu"</string>
    <string name="sim_notification_title" msgid="6272913297433198340">"Karty SIM zostały zmienione."</string>
    <string name="sim_notification_summary" msgid="5024470200658902406">"Kliknij, by skonfigurować"</string>
    <string name="sim_pref_divider" msgid="6778907671867621874">"Karta SIM preferowana dla:"</string>
    <string name="sim_calls_ask_first_prefs_title" msgid="7941299533514115976">"Pytaj za każdym razem"</string>
    <string name="sim_selection_required_pref" msgid="3446721423206414652">"Wymagany wybór"</string>
    <string name="dashboard_title" msgid="5453710313046681820">"Ustawienia"</string>
    <string name="search_results_title" msgid="1796252422574886932">"Ustawienia"</string>
    <string name="search_menu" msgid="7053532283559077164">"Szukaj"</string>
    <string name="query_hint_text" msgid="3350700807437473939">"Ustawienia wyszukiwania"</string>
    <string name="search_recents_queries_label" msgid="2128811638532309069">"Niedawno wyszukiwane hasła"</string>
    <string name="search_results_label" msgid="4163304782363526148">"Wyniki"</string>
    <string name="keywords_wifi" msgid="8947676711698613374">"wifi wi-fi połączenie internet"</string>
    <string name="keywords_more_default_sms_app" msgid="895656981962034647">"SMS pisanie SMS-ów wiadomości SMS-owanie"</string>
    <string name="keywords_more_mobile_networks" msgid="4939725094449606744">"komórkowy komórka operator bezprzewodowe dane 4g 3g 2g lte"</string>
    <string name="keywords_wifi_calling" msgid="5497735076883598019">"wifi wi-fi dzwonić połączenie rozmowa"</string>
    <string name="keywords_home" msgid="3626170808219458848">"launcher"</string>
    <string name="keywords_display" msgid="6709007669501628320">"ekran dotykowy"</string>
    <string name="keywords_display_brightness_level" msgid="8923289340474728990">"przyciemnij ekran ekran dotykowy bateria"</string>
    <string name="keywords_display_auto_brightness" msgid="8357056338746666901">"przyciemnij ekran ekran dotykowy bateria"</string>
    <string name="keywords_display_night_mode" msgid="7652025075378505346">"ciemny motyw tryb nocny przyciemnij ekran odwróć jasność"</string>
    <string name="keywords_display_wallpaper" msgid="7778443098569037063">"tło personalizuj dostosuj wyświetlacz"</string>
    <string name="keywords_display_font_size" msgid="3404655440064726124">"rozmiar tekstu"</string>
    <string name="keywords_display_cast_screen" msgid="3167261692257302743">"przesyłanie projektu"</string>
    <string name="keywords_storage" msgid="6572905220031852173">"miejsce dysk dysk twardy urządzenie użycie"</string>
    <string name="keywords_battery" msgid="2096185085932675704">"zasilanie zużycie ładuj"</string>
    <string name="keywords_spell_checker" msgid="6106749039734174140">"pisownia słownik sprawdzanie pisowni autokorekta"</string>
    <string name="keywords_voice_input" msgid="3519547605812413860">"rozpoznawanie wejście wprowadzanie mowa mówić język zestaw głośnomówiący obsługa bez użycia rąk rozpoznawanie obraźliwe słowo historia dźwięku zestaw słuchawkowy bluetooth"</string>
    <string name="keywords_text_to_speech_output" msgid="392447904221657930">"ocena język domyślne mów mówienie tekst na mowę ułatwienia dostępu czytnik niewidomy"</string>
    <string name="keywords_date_and_time" msgid="2631808108134830066">"zegar 24-godzinny"</string>
    <string name="keywords_factory_data_reset" msgid="4355133848707691977">"wymaż usuń przywróć wyczyść skasuj"</string>
    <string name="keywords_printing" msgid="1701778563617114846">"drukarka"</string>
    <string name="keywords_sounds_and_notifications" msgid="5965996187974887000">"sygnał dźwiękowy"</string>
    <string name="keywords_sounds_and_notifications_interruptions" msgid="2912933812460077912">"nie przeszkadzać przerywać zakłócać"</string>
    <string name="keywords_app" msgid="6334757056536837791">"RAM"</string>
    <string name="keywords_location" msgid="782326973714313480">"w pobliżu historia raportowanie lokalizacji"</string>
    <string name="keywords_location_mode" msgid="8584992704568356084">"dokładność"</string>
    <string name="keywords_accounts" msgid="1957925565953357627">"konto"</string>
    <string name="keywords_users" msgid="4673901601478559100">"ograniczenie ogranicz ograniczony"</string>
    <string name="keywords_keyboard_and_ime" msgid="5251531893531063855">"tekst poprawianie popraw dźwięk wibracje automatyczne język gest sugeruj sugestia motyw obraźliwe słowo typ emoji międzynarodowe"</string>
    <string name="keywords_reset_apps" msgid="6420313678620788457">"resetuj ustawienia domyślne"</string>
    <string name="keywords_emergency_app" msgid="6542122071127391103">"domyślna aplikacja awaryjna do używania w nagłych przypadkach"</string>
    <string name="keywords_all_apps" msgid="5377153522551809915">"aplikacje pobrane systemowe"</string>
    <string name="keywords_app_permissions" msgid="8677901415217188314">"zabezpieczenia uprawnień aplikacji"</string>
    <string name="keywords_default_apps" msgid="3581727483175522599">"wartość domyślna aplikacji"</string>
    <string name="keywords_lockscreen" msgid="4806191868723291541">"przesuwanie hasło wzór pin"</string>
    <string name="setup_wifi_nfc_tag" msgid="9028353016222911016">"Skonfiguruj tag NFC Wi-Fi"</string>
    <string name="write_tag" msgid="8571858602896222537">"Zapisz"</string>
    <string name="status_awaiting_tap" msgid="2130145523773160617">"Kliknij tag, by zapisać..."</string>
    <string name="status_invalid_password" msgid="2575271864572897406">"Nieprawidłowe hasło. Spróbuj ponownie."</string>
    <string name="status_write_success" msgid="5228419086308251169">"Udało się!"</string>
    <string name="status_failed_to_write" msgid="8072752734686294718">"Nie można zapisać danych na tagu NFC. Jeśli problem nie ustąpi, użyj innego tagu"</string>
    <string name="status_tag_not_writable" msgid="2511611539977682175">"Tag NFC nie pozwala na zapis. Użyj innego tagu."</string>
    <string name="default_sound" msgid="8821684447333687810">"Dźwięk domyślny"</string>
    <string name="notification_settings" msgid="8791730980212496561">"Dźwięki i powiadomienia"</string>
    <string name="media_volume_option_title" msgid="2811531786073003825">"Głośność multimediów"</string>
    <string name="alarm_volume_option_title" msgid="8219324421222242421">"Głośność alarmu"</string>
    <string name="ring_volume_option_title" msgid="6767101703671248309">"Głośność dzwonka"</string>
    <string name="notification_volume_option_title" msgid="6064656124416882130">"Głośność powiadomień"</string>
    <string name="zen_mode_priority_settings_title" msgid="2623117023031824309">"Tylko priorytetowe"</string>
    <string name="zen_mode_automation_settings_title" msgid="4228995740594063774">"Automatyczne reguły"</string>
    <string name="zen_mode_option_important_interruptions" msgid="3903928008177972500">"Tylko priorytetowe"</string>
    <string name="zen_mode_option_alarms" msgid="5785372117288803600">"Tylko alarmy"</string>
    <string name="zen_mode_option_no_interruptions" msgid="1168212070233080706">"Bez przeszkadzania"</string>
    <string name="zen_mode_summary_combination" msgid="8715563402849273459">"<xliff:g id="MODE">%1$s</xliff:g>: <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string>
    <string name="ringtone_title" msgid="5379026328015343686">"Dzwonek telefonu"</string>
    <string name="notification_ringtone_title" msgid="3361201340352664272">"Domyślny dzwonek powiadomień"</string>
    <string name="vibrate_when_ringing_title" msgid="3806079144545849032">"Wibracja przy połączeniach"</string>
    <string name="notification_section_header" msgid="95661783916799134">"Powiadomienia"</string>
    <string name="notification_pulse_title" msgid="1247988024534030629">"Pulsująca dioda"</string>
    <string name="lock_screen_notifications_title" msgid="9118805570775519455">"Gdy urządzenie jest zablokowane"</string>
    <string name="lock_screen_notifications_summary_show" msgid="6407527697810672847">"Pokazuj wszystkie powiadomienia"</string>
    <string name="lock_screen_notifications_summary_hide" msgid="7891552853357258782">"Ukryj poufne informacje w powiadomieniach"</string>
    <string name="lock_screen_notifications_summary_disable" msgid="3001013816427963576">"Nie pokazuj żadnych powiadomień"</string>
    <string name="lock_screen_notifications_interstitial_message" msgid="6164532459432182244">"Jak mają pokazywać się powiadomienia, gdy urządzenie jest zablokowane?"</string>
    <string name="app_notifications_title" msgid="5810577805218003760">"Powiadomienia aplikacji"</string>
    <string name="other_sound_settings" msgid="3151004537006844718">"Inne dźwięki"</string>
    <string name="dial_pad_tones_title" msgid="1999293510400911558">"Dźwięki wybierania numeru"</string>
    <string name="screen_locking_sounds_title" msgid="1340569241625989837">"Dźwięki blokady ekranu"</string>
    <string name="docking_sounds_title" msgid="155236288949940607">"Dźwięki dokowania"</string>
    <string name="touch_sounds_title" msgid="5326587106892390176">"Dźwięki przy dotknięciu"</string>
    <string name="vibrate_on_touch_title" msgid="674710566941697253">"Wibracje przy dotknięciu"</string>
    <string name="dock_audio_media_title" msgid="1346838179626123900">"Głośnik w doku odtwarza"</string>
    <string name="dock_audio_media_disabled" msgid="3430953622491538080">"Wszystkie dźwięki"</string>
    <string name="dock_audio_media_enabled" msgid="667849382924908673">"Tylko dźwięk multimediów"</string>
    <string name="emergency_tone_silent" msgid="1067515631635824291">"Cichy"</string>
    <string name="emergency_tone_alert" msgid="8941852695428130667">"Alert"</string>
    <string name="emergency_tone_vibrate" msgid="8281126443204950847">"Wibracje"</string>
    <string name="manage_notification_access_title" msgid="7510080164564944891">"Dostęp do powiadomień"</string>
    <string name="manage_notification_access_summary_zero" msgid="2409912785614953348">"Aplikacje nie mogą odczytywać powiadomień"</string>
    <plurals name="manage_notification_access_summary_nonzero" formatted="false" msgid="7930130030691218387">
      <item quantity="few">%d aplikacje mogą odczytywać powiadomienia</item>
      <item quantity="many">%d aplikacji może odczytywać powiadomienia</item>
      <item quantity="other">%d aplikacji może odczytywać powiadomienia</item>
      <item quantity="one">%d aplikacja może odczytywać powiadomienia</item>
    </plurals>
    <string name="no_notification_listeners" msgid="2767405417723149879">"Brak zainstalowanych odbiorników powiadomień."</string>
    <string name="notification_listener_security_warning_title" msgid="6494221261778885893">"Włączyć usługę <xliff:g id="SERVICE">%1$s</xliff:g>?"</string>
    <string name="notification_listener_security_warning_summary" msgid="2780319203595885564">"Usługa <xliff:g id="NOTIFICATION_LISTENER_NAME">%1$s</xliff:g> będzie w stanie odczytywać wszystkie wysyłane przez system lub dowolną zainstalowaną aplikację powiadomienia, które mogą zawierać informacje osobiste, takie jak nazwy kontaktów oraz tekst wiadomości wysłanych do Ciebie. Usługa będzie również mogła odrzucać te powiadomienia lub używać przycisków czynności w ich obrębie."</string>
    <string name="loading_notification_apps" msgid="5031818677010335895">"Wczytuję aplikacje..."</string>
    <string name="app_notification_block_title" msgid="4069351066849087649">"Blokuj wszystkie"</string>
    <string name="app_notification_block_summary" msgid="9049487483231233726">"Nigdy nie pokazuj powiadomień z tej aplikacji"</string>
    <string name="app_notification_priority_title" msgid="5949923919607295595">"Traktuj jako priorytetowe"</string>
    <string name="app_notification_priority_summary" msgid="242979561927455238">"Zezwól na powiadomienia dźwiękowe z tej aplikacji, gdy opcja Nie przeszkadzać jest ustawiona na Tylko priorytetowe"</string>
    <string name="app_notification_peekable_title" msgid="8647856880382324822">"Zezwalaj na wysuwanie"</string>
    <string name="app_notification_peekable_summary" msgid="678845517890921158">"Pozwól tej aplikacji na eksponowanie niektórych powiadomień przez krótkie wysunięcie ich na bieżącym ekranie"</string>
    <string name="app_notification_sensitive_title" msgid="8465860579482264139">"Ukryj poufne treści"</string>
    <string name="app_notification_sensitive_summary" msgid="8433315579173105209">"Gdy urządzenie jest zablokowane, w powiadomieniach z tej aplikacji ukrywaj treści, które mogłyby ujawniać prywatne informacje"</string>
    <string name="app_notification_row_banned" msgid="5983655258784814773">"Zablokowane"</string>
    <string name="app_notification_row_priority" msgid="7723839972982746568">"Priorytet"</string>
    <string name="app_notification_row_sensitive" msgid="1809610030432329940">"Poufne"</string>
    <string name="app_notifications_dialog_done" msgid="3484067728568791014">"Gotowe"</string>
    <string name="zen_mode_rule_name" msgid="5149068059383837549">"Nazwa reguły"</string>
    <string name="zen_mode_time_add_rule" msgid="8651108307310558795">"Dodaj regułę"</string>
    <string name="zen_mode_delete_rule" msgid="2985902330199039533">"Usuń regułę"</string>
    <string name="zen_mode_delete_rule_confirmation" msgid="5338206274433295824">"Usunąć regułę „<xliff:g id="RULE">%1$s</xliff:g>”?"</string>
    <string name="zen_mode_delete_rule_button" msgid="4248741120307752294">"Usuń"</string>
    <!-- no translation found for zen_mode_rule_type (2289413469580142888) -->
    <skip />
    <!-- no translation found for zen_mode_rule_type_unknown (3049377282766700600) -->
    <skip />
    <!-- no translation found for zen_mode_configure_rule (8865785428056490305) -->
    <skip />
    <!-- no translation found for zen_schedule_rule_type_name (3201273040477861538) -->
    <skip />
    <string name="zen_mode_rule_not_found_text" msgid="8963662446092059836">"Reguły nie znaleziono."</string>
    <!-- no translation found for zen_mode_rule_summary_combination (2526506268333198254) -->
    <skip />
    <string name="zen_mode_schedule_rule_days" msgid="3195058680641389948">"Dni"</string>
    <string name="zen_mode_schedule_rule_days_none" msgid="4954143628634166317">"Brak"</string>
    <string name="zen_mode_schedule_rule_days_all" msgid="146511166522076034">"Codziennie"</string>
    <string name="summary_divider_text" msgid="7228986578690919294">", "</string>
    <string name="summary_range_symbol_combination" msgid="5695218513421897027">"<xliff:g id="START">%1$s</xliff:g> – <xliff:g id="END">%2$s</xliff:g>"</string>
    <string name="summary_range_verbal_combination" msgid="8467306662961568656">"Od: <xliff:g id="START">%1$s</xliff:g> do: <xliff:g id="END">%2$s</xliff:g>"</string>
    <string name="zen_mode_calls" msgid="7051492091133751208">"Połączenia"</string>
    <string name="zen_mode_messages" msgid="5886440273537510894">"Wiadomości"</string>
    <string name="zen_mode_from" msgid="1033337300289871697">"Połączenia lub wiadomości od:"</string>
    <string name="zen_mode_from_anyone" msgid="1180865188673992959">"Każdy"</string>
    <string name="zen_mode_from_contacts" msgid="8751503728985572786">"Tylko kontakty"</string>
    <string name="zen_mode_from_starred" msgid="2168651127340381533">"Tylko kontakty z gwiazdką"</string>
    <string name="zen_mode_alarms" msgid="2165302777886552926">"Alarmy"</string>
    <string name="zen_mode_reminders" msgid="5458502056440485730">"Przypomnienia"</string>
    <string name="zen_mode_events" msgid="7914446030988618264">"Wydarzenia"</string>
    <string name="zen_mode_selected_callers" msgid="3127598874060615742">"Wybrani rozmówcy"</string>
    <string name="zen_mode_repeat_callers" msgid="5019521886428322131">"Dzwoniący powtórnie"</string>
    <string name="zen_mode_repeat_callers_summary" msgid="7192713032364140137">"Jeśli ta sama osoba dzwoni po raz drugi w ciągu <xliff:g id="MINUTES">%d</xliff:g> minut, zezwól"</string>
    <string name="zen_mode_when" msgid="2767193283311106373">"Włącz automatycznie"</string>
    <string name="zen_mode_when_never" msgid="8809494351918405602">"Nigdy"</string>
    <string name="zen_mode_when_every_night" msgid="3122486110091921009">"Każdej nocy"</string>
    <string name="zen_mode_when_weeknights" msgid="8354070633893273783">"Noce poza weekendem"</string>
    <string name="zen_mode_start_time" msgid="8102602297273744441">"Godzina rozpoczęcia"</string>
    <string name="zen_mode_end_time" msgid="8774327885892705505">"Godzina zakończenia"</string>
    <string name="zen_mode_end_time_next_day_summary_format" msgid="4201521691238728701">"<xliff:g id="FORMATTED_TIME">%s</xliff:g> następnego dnia"</string>
    <!-- no translation found for zen_mode_interruptions_voice_prompt (3041817362475695079) -->
    <skip />
    <!-- no translation found for zen_mode_duration_voice_prompt (7381920739389625133) -->
    <skip />
    <!-- no translation found for zen_mode_option_important_voice_synonyms (7060203794677229532) -->
    <skip />
    <!-- no translation found for zen_mode_option_alarms_voice_synonyms (2438778704287069905) -->
    <skip />
    <string name="zen_mode_option_off" msgid="7812737562592973403">"Wyłączony"</string>
    <!-- no translation found for zen_mode_option_off_voice_synonyms (7540236747518283153) -->
    <skip />
    <!-- no translation found for zen_mode_option_no_interruptions_voice_synonyms (1377755348548400719) -->
    <skip />
    <!-- no translation found for zen_mode_duration_indefinte_voice_label (9026001994945950539) -->
    <skip />
    <!-- no translation found for zen_mode_duration_minutes_voice_label (4750982084453980) -->
    <!-- no translation found for zen_mode_duration_hours_voice_label (175180249071227957) -->
    <!-- no translation found for zen_mode_summary_priority_indefinitely (5417246022606171241) -->
    <skip />
    <!-- no translation found for zen_mode_summary_priority_by_minute (1938955186728929112) -->
    <!-- no translation found for zen_mode_summary_priority_by_hour (6664710096150897823) -->
    <!-- no translation found for zen_mode_summary_alarams_only_indefinite (7941708969866496605) -->
    <skip />
    <!-- no translation found for zen_mode_summary_alarms_only_by_minute (6122003583875424601) -->
    <!-- no translation found for zen_mode_summary_alarms_only_by_hour (2407703455581767748) -->
    <!-- no translation found for zen_mode_summary_no_interruptions_indefinite (5705225870569410806) -->
    <skip />
    <!-- no translation found for zen_mode_summary_no_interruptions_by_minute (4719882120685708458) -->
    <!-- no translation found for zen_mode_summary_no_interruptions_by_hour (1508397683895056389) -->
    <!-- no translation found for zen_mode_summary_always (6172985102689237703) -->
    <skip />
    <!-- no translation found for zen_mode_duration_indefinite_voice_synonyms (4213829562303429456) -->
    <skip />
    <string name="notification_settings_apps_title" msgid="1125354590652967250">"Powiadom. aplikacji"</string>
    <string name="notification_app_settings_button" msgid="6685640230371477485">"Ustawienia powiadomień"</string>
    <string name="device_feedback" msgid="3238056036766293294">"Prześlij opinię o tym urządzeniu"</string>
    <string name="restr_pin_enter_admin_pin" msgid="2451187374960131018">"Podaj PIN administratora"</string>
    <string name="switch_on_text" msgid="1124106706920572386">"Wł."</string>
    <string name="switch_off_text" msgid="1139356348100829659">"Wył."</string>
    <string name="screen_pinning_title" msgid="2292573232264116542">"Przypinanie ekranu"</string>
    <string name="screen_pinning_description" msgid="1137904524037468263">"Gdy to ustawienie jest włączone, możesz użyć przypinania ekranu, by widzieć aktualny ekran do czasu, gdy go odepniesz.\n\nAby użyć przypinania ekranu:\n\n1. Upewnij się, że jest ono włączone.\n\n2. Otwórz ekran, który chcesz przypiąć.\n\n3. Kliknij Przegląd.\n\n4. Przesuń palcem w górę i kliknij ikonę pinezki."</string>
    <string name="screen_pinning_unlock_pattern" msgid="8282268570060313339">"Aby odpiąć, poproś o wzór odblokowania"</string>
    <string name="screen_pinning_unlock_pin" msgid="8757588350454795286">"Aby odpiąć, poproś o PIN"</string>
    <string name="screen_pinning_unlock_password" msgid="2514079566873826434">"Aby odpiąć, poproś o hasło"</string>
    <string name="screen_pinning_unlock_none" msgid="3814188275713871856">"Zablokuj urządzenie przy odpinaniu"</string>
    <string name="managed_user_title" msgid="8101244883654409696">"Profil do pracy"</string>
    <string name="experimental_preference" msgid="7083015446690681376">"(Eksperymentalne)"</string>
    <string name="display_auto_rotate_title" msgid="6176450657107806043">"Podczas obrotu urządzenia"</string>
    <string name="display_auto_rotate_rotate" msgid="4544299861233497728">"Obróć zawartość ekranu"</string>
    <string name="display_auto_rotate_stay_in_portrait" msgid="292745182318093651">"Pozostaw orientację pionową"</string>
    <string name="display_auto_rotate_stay_in_landscape" msgid="3804752830204062162">"Pozostaw orientację poziomą"</string>
    <string name="display_auto_rotate_stay_in_current" msgid="317932372686498096">"Pozostaw obecną orientację"</string>
    <string name="imei_information_title" msgid="8499085421609752290">"Informacje o IMEI"</string>
    <string name="encryption_interstitial_header" msgid="5790264941172726485">"Szyfrowanie"</string>
    <string name="encryption_continue_button" msgid="1121880322636992402">"Dalej"</string>
    <string name="encryption_interstitial_message_pin" msgid="3705622704667901162">"Możesz wzmocnić ochronę urządzenia przez wymaganie kodu PIN do jego uruchomienia. Dopiero po uruchomieniu urządzenie może odbierać połączenia, wiadomości czy powiadomienia, w tym alarmy. \n\nZwiększa to bezpieczeństwo danych na zgubionym lub skradzionym urządzeniu."</string>
    <string name="encryption_interstitial_message_pattern" msgid="2944051427890104942">"Możesz wzmocnić ochronę urządzenia przez wymaganie wzoru do jego uruchomienia. Dopiero po uruchomieniu urządzenie może odbierać połączenia, wiadomości czy powiadomienia, w tym alarmy. \n\nZwiększa to bezpieczeństwo danych na zgubionym lub skradzionym urządzeniu."</string>
    <string name="encryption_interstitial_message_password" msgid="1439296580879440802">"Możesz wzmocnić ochronę urządzenia przez wymaganie hasła do jego uruchomienia. Dopiero po uruchomieniu urządzenie może odbierać połączenia, wiadomości czy powiadomienia, w tym alarmy. \n\nZwiększa to bezpieczeństwo danych na zgubionym lub skradzionym urządzeniu."</string>
    <string name="encrypt_require_pin" msgid="2063945047845243752">"Wymagaj kodu PIN przy włączaniu urządzenia"</string>
    <string name="encrypt_require_pattern" msgid="6898479411004015810">"Wymagaj wzoru przy włączaniu urządzenia"</string>
    <string name="encrypt_require_password" msgid="8770628366276570518">"Wymagaj hasła przy włączaniu urządzenia"</string>
    <string name="encrypt_dont_require_pin" msgid="1082444817726247368">"Nie, dziękuję"</string>
    <string name="encrypt_dont_require_pattern" msgid="6668299362640433843">"Nie, dziękuję"</string>
    <string name="encrypt_dont_require_password" msgid="2580403214917009046">"Nie, dziękuję"</string>
    <string name="encrypt_talkback_dialog_require_pin" msgid="8299960550048989807">"Wymagać kodu PIN?"</string>
    <string name="encrypt_talkback_dialog_require_pattern" msgid="1499790256154146639">"Wymagać wzoru?"</string>
    <string name="encrypt_talkback_dialog_require_password" msgid="8841994614218049215">"Wymagać hasła?"</string>
    <string name="encrypt_talkback_dialog_message_pin" msgid="1890374082842868489">"Gdy wpiszesz swój kod PIN, by włączyć to urządzenie, usługi ułatwień dostępu takie jak <xliff:g id="SERVICE">%1$s</xliff:g> nie będą jeszcze aktywne."</string>
    <string name="encrypt_talkback_dialog_message_pattern" msgid="4474332516537386384">"Gdy narysujesz swój wzór, by włączyć to urządzenie, usługi ułatwień dostępu takie jak <xliff:g id="SERVICE">%1$s</xliff:g> nie będą jeszcze aktywne."</string>
    <string name="encrypt_talkback_dialog_message_password" msgid="8166099418487083927">"Gdy wpiszesz swoje hasło, by włączyć to urządzenie, usługi ułatwień dostępu takie jak <xliff:g id="SERVICE">%1$s</xliff:g> nie będą jeszcze aktywne."</string>
    <string name="imei_information_title" msgid="8499085421609752290">"Informacje o IMEI"</string>
    <string name="imei_information_summary" msgid="2074095606556565233">"Informacje związane z IMEI"</string>
    <string name="slot_number" msgid="3762676044904653577">"(Gniazdo <xliff:g id="SLOT_NUM">%1$d</xliff:g>)"</string>
    <string name="launch_by_default" msgid="2184141780491382435">"Uruchom domyślnie"</string>
    <string name="storage_summary_format" msgid="5419902362347539755">"<xliff:g id="SIZE">%1$s</xliff:g> wykorzystane w: <xliff:g id="STORAGE_TYPE">%2$s</xliff:g>"</string>
    <string name="app_launch_domain_links_title" msgid="458956710410857777">"Linki domeny"</string>
    <string name="app_launch_open_domain_urls_title" msgid="5821849783765291139">"Otwieraj URL-e domeny"</string>
    <string name="app_launch_open_domain_urls_summary" msgid="7305739311608755281">"Zezwalaj aplikacji na bezpośrednie otwieranie URL-i domeny"</string>
    <string name="app_launch_supported_domain_urls_title" msgid="8148494155921307572">"Obsługiwane URL-e domeny"</string>
    <string name="app_launch_other_defaults_title" msgid="2516812499807835178">"Inne ustawienia domyślne"</string>
    <string name="storage_summary_format" msgid="5419902362347539755">"<xliff:g id="SIZE">%1$s</xliff:g> wykorzystane w: <xliff:g id="STORAGE_TYPE">%2$s</xliff:g>"</string>
    <string name="storage_type_internal" msgid="410824961149037234">"pamięć wewnętrzna"</string>
    <string name="storage_type_external" msgid="8928374515368986503">"pamięć zewnętrzna"</string>
    <string name="storage_type_internal" msgid="6042049833565674948">"Pamięć wewnętrzna"</string>
    <string name="storage_type_external" msgid="7738894330670001898">"Pamięć zewnętrzna"</string>
    <string name="app_data_usage" msgid="7942375313697452803">"Użycie danych przez aplikację"</string>
    <string name="data_summary_format" msgid="6213211533341068366">"<xliff:g id="SIZE">%1$s</xliff:g> od <xliff:g id="DATE">%2$s</xliff:g>"</string>
    <string name="storage_used" msgid="7128074132917008743">"Wykorzystanie pamięci"</string>
    <string name="notifications_enabled" msgid="6983396130566021385">"Wł."</string>
    <string name="notifications_disabled" msgid="4326096527874762629">"Zablokuj"</string>
    <string name="notifications_sensitive" msgid="3139432048186620878">"Poufne"</string>
    <string name="notifications_priority" msgid="1812498477331421719">"Priorytetowe"</string>
    <string name="notifications_priority_sensitive" msgid="9011871917486793616">"Priorytetowe i poufne"</string>
    <plurals name="permissions_summary" formatted="false" msgid="6402730318075959117">
      <item quantity="few">Przyznano <xliff:g id="COUNT_1">%d</xliff:g> uprawnienia</item>
      <item quantity="many">Przyznano <xliff:g id="COUNT_1">%d</xliff:g> uprawnień</item>
      <item quantity="other">Przyznano <xliff:g id="COUNT_1">%d</xliff:g> uprawnienia</item>
      <item quantity="one">Przyznano <xliff:g id="COUNT_0">%d</xliff:g> uprawnienie</item>
    </plurals>
    <plurals name="runtime_permissions_summary" formatted="false" msgid="1564663886246010959">
      <item quantity="few">Przyznane uprawnienia: <xliff:g id="COUNT_2">%d</xliff:g> z <xliff:g id="COUNT_3">%d</xliff:g></item>
      <item quantity="many">Przyznane uprawnienia: <xliff:g id="COUNT_2">%d</xliff:g> z <xliff:g id="COUNT_3">%d</xliff:g></item>
      <item quantity="other">Przyznane uprawnienia: <xliff:g id="COUNT_2">%d</xliff:g> z <xliff:g id="COUNT_3">%d</xliff:g></item>
      <item quantity="one">Przyznane uprawnienia: <xliff:g id="COUNT_0">%d</xliff:g> z <xliff:g id="COUNT_1">%d</xliff:g></item>
    </plurals>
    <string name="launch_defaults_some" msgid="313159469856372621">"Część ustawień domyślnych"</string>
    <string name="launch_defaults_none" msgid="4241129108140034876">"Brak ustawień domyślnych"</string>
    <string name="filter_all_apps" msgid="1988403195820688644">"Wszystkie aplikacje"</string>
    <string name="filter_enabled_apps" msgid="3318021007093070639">"Włączone"</string>
    <string name="filter_personal_apps" msgid="3277727374174355971">"Osobiste"</string>
    <string name="filter_work_apps" msgid="24519936790795574">"Do pracy"</string>
    <string name="filter_notif_blocked_apps" msgid="3446926933792244485">"Zablokowane"</string>
    <string name="filter_notif_priority_apps" msgid="5965001885749195239">"Priorytetowe"</string>
    <string name="filter_notif_sensitive_apps" msgid="412490487743581673">"Poufne"</string>
    <string name="filter_with_domain_urls_apps" msgid="4573276638806792792">"Z URL-ami domeny"</string>
    <!-- no translation found for trust_agent_disabled_device_admin (5982562414642596563) -->
    <skip />
    <string name="advanced_apps" msgid="4812975097124803873">"Zaawansowane"</string>
    <string name="unknown_app" msgid="5275921288718717656">"Nieznana aplikacja"</string>
    <string name="choose_profile" msgid="8229363046053568878">"Wybierz profil"</string>
    <string name="app_permissions" msgid="4148222031991883874">"Uprawnienia aplikacji"</string>
    <string name="app_permissions_summary" msgid="2098173899436407221">"Dodatkowy dostęp dozwolony dla <xliff:g id="COUNT_0">%d</xliff:g> z <xliff:g id="COUNT_1">%d</xliff:g> aplikacji"</string>
    <string name="app_permissions_group_summary" msgid="2721303391744909000">"Dozwolone: <xliff:g id="COUNT_0">%d</xliff:g> z <xliff:g id="COUNT_1">%d</xliff:g> aplikacji"</string>
    <string name="domain_urls_title" msgid="8735310976048599572">"URL-e domeny"</string>
    <string name="domain_urls_summary_none" msgid="3517494281628717719">"Nie otwieraj URL-i żadnej domeny"</string>
    <string name="domain_urls_summary_one" msgid="3804994599497120956">"Otwórz „<xliff:g id="DOMAIN">%s</xliff:g>”"</string>
    <string name="domain_urls_summary_some" msgid="4859484048050301933">"Otwórz „<xliff:g id="DOMAIN">%s</xliff:g>” i powiązane URL-e"</string>
    <plurals name="domain_urls_apps_summary" formatted="false" msgid="6604886186235343653">
      <item quantity="few"><xliff:g id="COUNT">%d</xliff:g> aplikacje mogą otwierać URL-e swojej domeny</item>
      <item quantity="many"><xliff:g id="COUNT">%d</xliff:g> aplikacji może otwierać URL-e swojej domeny</item>
      <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> aplikacji może otwierać URL-e swojej domeny</item>
      <item quantity="one">Jedna aplikacja może otwierać URL-e swojej domeny</item>
    </plurals>
    <!-- no translation found for fingerprint_not_recognized (1739529686957438119) -->
    <skip />
    <string name="default_apps_title" msgid="1854974637597514435">"Domyślne aplikacje"</string>
    <!-- no translation found for default_browser_title (8101772675085814670) -->
    <skip />
    <string name="default_browser_title_none" msgid="2124785489953628553">"Brak domyślnej przeglądarki"</string>
    <!-- no translation found for default_app (6864503001385843060) -->
    <skip />
</resources>