summaryrefslogtreecommitdiffstats
path: root/res/values-af/strings.xml
blob: 757e11d4c46ce1e83cf33c0ff32a3c298c727c0f (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
<?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">"Ja"</string>
    <string name="no" msgid="6731231425810196216">"Nee"</string>
    <!-- no translation found for device_info_default (7847265875578739287) -->
    <skip />
    <!-- no translation found for header_category_wireless_networks (4944823405420438623) -->
    <skip />
    <!-- no translation found for header_category_device (5781174212691167553) -->
    <skip />
    <!-- no translation found for header_category_personal (6225932173498802187) -->
    <skip />
    <!-- no translation found for header_category_system (2073558547468647128) -->
    <skip />
    <!-- no translation found for turn_on_radio (8706561489788373676) -->
    <skip />
    <!-- no translation found for turn_off_radio (1820294552893884115) -->
    <skip />
    <!-- no translation found for radioInfo_menu_viewADN (8743377494429930831) -->
    <skip />
    <!-- no translation found for radioInfo_menu_viewFDN (7934301566925610318) -->
    <skip />
    <!-- no translation found for radioInfo_menu_viewSDN (7130280686244955669) -->
    <skip />
    <!-- no translation found for radioInfo_menu_getPDP (560610293888406317) -->
    <skip />
    <!-- no translation found for radioInfo_service_in (1915416319177520020) -->
    <skip />
    <!-- no translation found for radioInfo_service_out (5238736759641916278) -->
    <skip />
    <!-- no translation found for radioInfo_service_emergency (2485604591272668370) -->
    <skip />
    <!-- no translation found for radioInfo_service_off (1434084741785525415) -->
    <skip />
    <!-- no translation found for radioInfo_roaming_in (9045363884600341051) -->
    <skip />
    <!-- no translation found for radioInfo_roaming_not (2851853244069662307) -->
    <skip />
    <!-- no translation found for radioInfo_phone_idle (7489244938838742820) -->
    <skip />
    <!-- no translation found for radioInfo_phone_ringing (4883724645684297895) -->
    <skip />
    <!-- no translation found for radioInfo_phone_offhook (4174402846862780998) -->
    <skip />
    <!-- no translation found for radioInfo_data_disconnected (1959735267890719418) -->
    <skip />
    <!-- no translation found for radioInfo_data_connecting (8404571440697917823) -->
    <skip />
    <!-- no translation found for radioInfo_data_connected (7074301157399238697) -->
    <skip />
    <!-- no translation found for radioInfo_data_suspended (5315325487890334196) -->
    <skip />
    <!-- no translation found for radioInfo_unknown (737385314432468266) -->
    <skip />
    <!-- no translation found for radioInfo_display_packets (8654359809877290639) -->
    <skip />
    <!-- no translation found for radioInfo_display_bytes (4018206969492931883) -->
    <skip />
    <!-- no translation found for radioInfo_display_dbm (3621221793699882781) -->
    <skip />
    <!-- no translation found for radioInfo_display_asu (1422248392727818082) -->
    <skip />
    <!-- no translation found for radioInfo_lac (8415219164758307156) -->
    <skip />
    <!-- no translation found for radioInfo_cid (4362599198392643138) -->
    <skip />
    <string name="sdcard_unmount" product="nosdcard" msgid="6325292633327972272">"Ontheg USB-berging"</string>
    <!-- outdated translation 6325292633327972272 -->     <string name="sdcard_unmount" product="default" msgid="3364184561355611897">"Ontheg USB-berging"</string>
    <string name="sdcard_format" product="nosdcard" msgid="6285310523155166716">"Vee USB-berging uit"</string>
    <string name="sdcard_format" product="default" msgid="6713185532039187532">"Vee SD-kaart uit"</string>
    <!-- no translation found for small_font (2295331917424072635) -->
    <skip />
    <!-- no translation found for medium_font (2068475425515133701) -->
    <skip />
    <!-- no translation found for large_font (599055175160971446) -->
    <skip />
    <!-- no translation found for font_size_save (3450855718056759095) -->
    <skip />
    <string name="sdcard_setting" product="nosdcard" msgid="8281011784066476192">"USB-berging"</string>
    <!-- outdated translation 8281011784066476192 -->     <string name="sdcard_setting" product="default" msgid="5922637503871474866">"USB-berging"</string>
    <!-- no translation found for battery_info_status_label (8109155295509700309) -->
    <skip />
    <string name="battery_info_power_label" msgid="7465140230991349382">"Kragprop:"</string>
    <!-- no translation found for battery_info_scale_label (3649763192389778437) -->
    <skip />
    <!-- no translation found for battery_info_level_label (8706526709307788737) -->
    <skip />
    <!-- no translation found for battery_info_health_label (6416051542741886958) -->
    <skip />
    <!-- no translation found for battery_info_technology_label (788304533220748681) -->
    <skip />
    <!-- no translation found for battery_info_voltage_label (8971764146757637863) -->
    <skip />
    <!-- no translation found for battery_info_voltage_units (8658490792208288107) -->
    <skip />
    <!-- no translation found for battery_info_temperature_label (1968383098818648037) -->
    <skip />
    <!-- no translation found for battery_info_temperature_units (9098950587249987550) -->
    <skip />
    <!-- no translation found for battery_info_uptime (5548545143573527992) -->
    <skip />
    <!-- no translation found for battery_info_awake_battery (2557725975486185849) -->
    <skip />
    <!-- no translation found for battery_info_awake_plugged (176716874713478188) -->
    <skip />
    <!-- no translation found for battery_info_screen_on (376277447175613889) -->
    <skip />
    <!-- no translation found for battery_info_status_unknown (196130600938058547) -->
    <skip />
    <!-- no translation found for battery_info_status_charging (1705179948350365604) -->
    <skip />
    <!-- no translation found for battery_info_status_charging_ac (5874340256342956252) -->
    <skip />
    <!-- no translation found for battery_info_status_charging_usb (4059070156126770959) -->
    <skip />
    <!-- no translation found for battery_info_status_discharging (6222697503392774475) -->
    <skip />
    <!-- no translation found for battery_info_status_not_charging (2820070506621483576) -->
    <skip />
    <!-- no translation found for battery_info_status_full (2824614753861462808) -->
    <skip />
    <string name="battery_info_power_unplugged" msgid="5987246575519551081">"Uitgeprop"</string>
    <string name="battery_info_power_ac" msgid="6808516193001604634">"AC"</string>
    <string name="battery_info_power_usb" msgid="8012931702516331797">"USB"</string>
    <string name="battery_info_power_ac_usb" msgid="6777734146838328688">"AC+USB"</string>
    <string name="battery_info_power_unknown" msgid="7344115502868899881">"Onbekend"</string>
    <!-- no translation found for battery_info_health_unknown (5664295556921944255) -->
    <skip />
    <!-- no translation found for battery_info_health_good (8070356565806711806) -->
    <skip />
    <!-- no translation found for battery_info_health_overheat (8442959549291368806) -->
    <skip />
    <!-- no translation found for battery_info_health_dead (1725917445762829059) -->
    <skip />
    <!-- no translation found for battery_info_health_over_voltage (2420269351664490121) -->
    <skip />
    <!-- no translation found for battery_info_health_unspecified_failure (6347021103185471590) -->
    <skip />
    <string name="battery_info_health_cold" msgid="3835692786176707318">"Koud"</string>
    <!-- no translation found for bluetooth (5549625000628014477) -->
    <skip />
    <!-- no translation found for bluetooth_visibility (2930835434091839916) -->
    <skip />
    <!-- no translation found for bluetooth_is_discoverable (8373421452106840526) -->
    <skip />
    <!-- no translation found for bluetooth_is_discoverable_always (2849387702249327748) -->
    <skip />
    <!-- no translation found for bluetooth_not_visible_to_other_devices (9120274591523391910) -->
    <skip />
    <!-- no translation found for bluetooth_only_visible_to_paired_devices (2049983392373296028) -->
    <skip />
    <string name="bluetooth_not_discoverable" msgid="128269993123955177">"Maak toestel opspoorbaar"</string>
    <!-- no translation found for bluetooth_visibility_timeout (8002247464357005429) -->
    <skip />
    <!-- no translation found for bluetooth_visibility_timeout_summary (6483353842671501585) -->
    <skip />
    <string name="bluetooth_lock_voice_dialing" msgid="3139322992062086225">"Sluit stembellery"</string>
    <string name="bluetooth_lock_voice_dialing_summary" msgid="4741338867496787042">"Voorkom die gebruik van die Bluetooth-beller wanneer die skerm gesluit is"</string>
    <!-- no translation found for bluetooth_devices (1886018064039454227) -->
    <skip />
    <!-- no translation found for bluetooth_device_name (8415828355207423800) -->
    <skip />
    <!-- no translation found for bluetooth_name_not_set (2653752006416027426) -->
    <skip />
    <!-- no translation found for bluetooth_scan_for_devices (9214184305566815727) -->
    <skip />
    <!-- no translation found for bluetooth_rename_device (787970073150631155) -->
    <skip />
    <!-- no translation found for bluetooth_rename_device (6267987985556136749) -->
    <skip />
    <!-- no translation found for bluetooth_rename_button (1648028693822994566) -->
    <skip />
    <!-- no translation found for bluetooth_disconnect_title (6026705382020027966) -->
    <skip />
    <!-- no translation found for bluetooth_disconnect_all_profiles (9148530542956217908) -->
    <skip />
    <string name="bluetooth_disable_profile_title" msgid="5916643979709342557">"Dekativeer profiel?"</string>
    <string name="bluetooth_disable_profile_message" msgid="2895844842011809904">"Dit deaktiveer:&lt;br&gt;&lt;b&gt;<xliff:g id="PROFILE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;From:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%2$s</xliff:g>&lt;/b&gt;"</string>
    <!-- no translation found for bluetooth_connected (6038755206916626419) -->
    <skip />
    <string name="bluetooth_connected_no_headset" msgid="2866994875046035609">"Gekoppel (geen foon nie)"</string>
    <string name="bluetooth_connected_no_a2dp" msgid="4576188601581440337">"Gekoppel (geen media nie)"</string>
    <string name="bluetooth_connected_no_headset_no_a2dp" msgid="9195757766755553810">"Gekoppel (geen foon of media nie)"</string>
    <string name="bluetooth_disconnected" msgid="6557104142667339895">"Ontkoppel"</string>
    <string name="bluetooth_disconnecting" msgid="8913264760027764974">"Ontkoppel tans…"</string>
    <!-- no translation found for bluetooth_connecting (8555009514614320497) -->
    <skip />
    <string name="bluetooth_unknown" msgid="644716244548801421"></string>
    <!-- no translation found for bluetooth_pairing (1426882272690346242) -->
    <skip />
    <!-- no translation found for bluetooth_device (5291950341750186887) -->
    <skip />
    <!-- no translation found for progress_scanning (192587958424295789) -->
    <skip />
    <!-- no translation found for progress_tap_to_pair (4192342336107106334) -->
    <skip />
    <!-- no translation found for bluetooth_no_devices_found (2412462335116297668) -->
    <skip />
    <!-- no translation found for bluetooth_notif_ticker (4726721390078512173) -->
    <skip />
    <string name="bluetooth_notif_title" msgid="2485175521845371514">"Saambindingsversoek"</string>
    <string name="bluetooth_notif_message" msgid="618099089987569242">"Kies om met <xliff:g id="DEVICE_NAME">%1$s</xliff:g> saam te bind"</string>
    <!-- no translation found for bluetooth_show_received_files (5164787486105868895) -->
    <skip />
    <string name="device_picker" msgid="8721012448931226323">"Bluetooth-toestelkieser"</string>
    <string name="bluetooth_permission_request" msgid="1523129741266262748">"Bluetooth-toestemmingsversoek"</string>
    <string name="bluetooth_ask_enablement" msgid="8211158472876087588">"\'n Program versoek tans toestemming om Bluetooth aan te skakel. Wil jy dit toelaat?"</string>
    <string name="bluetooth_ask_discovery" product="tablet" msgid="5950965604673262829">"\'n Program op jou tablet versoek toestemming om jou tablet opspoorbaar te maak vir ander Bluetooth-toestelle vir <xliff:g id="TIMEOUT">%1$d</xliff:g> sekondes. Wil jy dit toelaat?"</string>
    <string name="bluetooth_ask_discovery" product="default" msgid="669870705606180872">"\'n Program op jou foon versoek toestemming om jou foon opspoorbaar te maak vir ander Bluetooth-toestelle vir <xliff:g id="TIMEOUT">%1$d</xliff:g> sekondes. Wil jy dit toelaat?"</string>
    <!-- no translation found for bluetooth_ask_lasting_discovery (1680661751413856600) -->
    <skip />
    <!-- no translation found for bluetooth_ask_lasting_discovery (3413855805411554871) -->
    <skip />
    <string name="bluetooth_ask_enablement_and_discovery" product="tablet" msgid="5716077575971497298">"\'n Program op jou tablet versoek toestemming om Bluetooth aan te skakel en om jou tablet opspoorbaar te maak vir ander toestelle vir <xliff:g id="TIMEOUT">%1$d</xliff:g> sekondes. Wil jy dit toelaat?"</string>
    <string name="bluetooth_ask_enablement_and_discovery" product="default" msgid="7220210326619399542">"\'n Program op jou foon versoek toestemming om Bluetooth aan te skakel en jou foon opspoorbaar te maak vir ander toestelle vir <xliff:g id="TIMEOUT">%1$d</xliff:g> sekondes. Wil jy dit doen?"</string>
    <!-- no translation found for bluetooth_ask_enablement_and_lasting_discovery (6132824454823539873) -->
    <skip />
    <!-- no translation found for bluetooth_ask_enablement_and_lasting_discovery (7471195931669103553) -->
    <skip />
    <!-- outdated translation 3107102168379705771 -->     <string name="bluetooth_turning_on" msgid="4850574877288036646">"Skakel tans Bluetooth aan…"</string>
    <!-- no translation found for bluetooth_turning_off (2337747302892025192) -->
    <skip />
    <string name="bluetooth_auto_connect" msgid="8013003320667198460">"Outokoppel"</string>
    <!-- no translation found for bluetooth_connection_permission_request (4747918249032890077) -->
    <skip />
    <!-- no translation found for bluetooth_connection_notif_message (1833221950512058309) -->
    <skip />
    <!-- no translation found for bluetooth_connection_dialog_text (8455427559949998023) -->
    <skip />
    <!-- no translation found for bluetooth_phonebook_request (457033227379858269) -->
    <skip />
    <!-- no translation found for bluetooth_pb_acceptance_dialog_text (5203107624986011263) -->
    <skip />
    <string name="bluetooth_pb_remember_choice" msgid="2901499974259177202">"Moenie weer vra nie"</string>
    <!-- no translation found for date_and_time (4114084177056654663) -->
    <skip />
    <string name="date_time_12_hour_sample" msgid="3259617262618020574">"1:00 nm"</string>
    <string name="date_time_24_hour_sample" msgid="8916857570746212357">"13:00"</string>
    <!-- no translation found for choose_timezone (7762866468013985022) -->
    <skip />
    <string name="normal_date_format" msgid="7636406984925498359">"Streek (<xliff:g id="DATE">%s</xliff:g>)"</string>
    <!-- no translation found for display_preview_label (1127597250917274792) -->
    <skip />
    <!-- no translation found for display_font_size_label (8941851418397475389) -->
    <skip />
    <!-- no translation found for intent_sender_data_label (6332324780477289261) -->
    <skip />
    <string name="intent_sender_sendbroadcast_text" msgid="1415735148895872715">"Stuur <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">"Begin <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">"Rekening:"</string>
    <string name="proxy_settings_title" msgid="5912878565897294401">"Instaaninstellings"</string>
    <!-- no translation found for proxy_clear_text (5555400754952012657) -->
    <skip />
    <!-- no translation found for proxy_port_label (5655276502233453400) -->
    <skip />
    <!-- outdated translation 204409815790850313 -->     <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"Geen instaan nie vir"</string>
    <!-- no translation found for proxy_exclusionlist_hint (6084099226687226948) -->
    <skip />
    <!-- no translation found for proxy_defaultView_text (6387985519141433291) -->
    <skip />
    <string name="proxy_action_text" msgid="2957063145357903951">"Klaar"</string>
    <!-- no translation found for proxy_hostname_label (8490171412999373362) -->
    <skip />
    <!-- no translation found for proxy_hostname_hint (2076157057003936176) -->
    <skip />
    <!-- no translation found for proxy_error (8926675299638611451) -->
    <skip />
    <!-- no translation found for proxy_error_dismiss (4993171795485460060) -->
    <skip />
    <!-- no translation found for proxy_error_invalid_host (9120776460063182119) -->
    <skip />
    <string name="proxy_error_invalid_exclusion_list" msgid="4753810662233875893">"Die uitsluitingslys wat jy ingevoer het, is nie behoorlik geformateer nie. Voer asseblief \'n kommageskeide lys uitgeslote domeine in."</string>
    <!-- no translation found for proxy_error_empty_port (3525734169948795417) -->
    <skip />
    <!-- no translation found for proxy_error_empty_host_set_port (2451694104858226781) -->
    <skip />
    <!-- no translation found for proxy_error_invalid_port (1816315605424943626) -->
    <skip />
    <!-- no translation found for proxy_warning_limited_support (7442676587591460854) -->
    <skip />
    <!-- no translation found for radio_info_signal_location_label (16475158265551708) -->
    <skip />
    <!-- no translation found for radio_info_neighboring_location_label (2385625674055934880) -->
    <skip />
    <!-- no translation found for radio_info_data_attempts_label (1731106244577323381) -->
    <skip />
    <!-- no translation found for radio_info_gprs_service_label (2331818110375395364) -->
    <skip />
    <!-- no translation found for radio_info_roaming_label (6141505430275138647) -->
    <skip />
    <!-- no translation found for radio_info_imei_label (1220524224732944192) -->
    <skip />
    <!-- no translation found for radio_info_call_redirect_label (1654674226961476872) -->
    <skip />
    <!-- no translation found for radio_info_ppp_resets_label (3241667824729310546) -->
    <skip />
    <!-- no translation found for radio_info_gsm_disconnects_label (1683069665736339820) -->
    <skip />
    <!-- no translation found for radio_info_current_network_label (3256402602440102610) -->
    <skip />
    <!-- no translation found for radio_info_data_successes_label (4417894113689054945) -->
    <skip />
    <!-- no translation found for radio_info_ppp_received_label (3345184342444878849) -->
    <skip />
    <!-- no translation found for radio_info_gsm_service_label (2082332114596916985) -->
    <skip />
    <!-- no translation found for radio_info_signal_strength_label (1931937920896925766) -->
    <skip />
    <!-- no translation found for radio_info_call_status_label (4896238900685510883) -->
    <skip />
    <!-- no translation found for radio_info_ppp_sent_label (5009102250704375687) -->
    <skip />
    <!-- no translation found for radio_info_radio_resets_label (9211343458143291617) -->
    <skip />
    <!-- no translation found for radio_info_message_waiting_label (6981842420058672207) -->
    <skip />
    <!-- no translation found for radio_info_phone_number_label (7192944627907412169) -->
    <skip />
    <!-- no translation found for radio_info_band_mode_label (441469694142042022) -->
    <skip />
    <!-- no translation found for radio_info_network_type_label (3706382548257257987) -->
    <skip />
    <!-- no translation found for radio_info_set_perferred_label (9039200405863503267) -->
    <skip />
    <!-- no translation found for radio_info_ping_ipaddr (498747917793263530) -->
    <skip />
    <!-- no translation found for radio_info_ping_hostname (3054888474808217853) -->
    <skip />
    <!-- no translation found for radio_info_http_client_test (5733604021077701555) -->
    <skip />
    <!-- no translation found for ping_test_label (7255376471490860631) -->
    <skip />
    <!-- no translation found for radio_info_smsc_label (6399460520126501354) -->
    <skip />
    <!-- no translation found for radio_info_smsc_update_label (7258686760358791539) -->
    <skip />
    <!-- no translation found for radio_info_smsc_refresh_label (6902302130315125102) -->
    <skip />
    <string name="radio_info_toggle_dns_check_label" msgid="8292252930563286858">"Verwissel DNS-kontrole"</string>
    <string name="oem_radio_info_label" msgid="6163141792477958941">"OEM-spesifieke inligting/instellings"</string>
    <!-- no translation found for band_mode_title (954174198903776205) -->
    <skip />
    <!-- no translation found for band_mode_loading (548764766363847336) -->
    <skip />
    <!-- no translation found for band_mode_set (5730560180249458484) -->
    <skip />
    <!-- no translation found for band_mode_failed (1495968863884716379) -->
    <skip />
    <!-- no translation found for band_mode_succeeded (2701016190055887575) -->
    <skip />
    <!-- no translation found for sdcard_changes_instructions (1364712901180556244) -->
    <skip />
    <!-- no translation found for sdcard_settings_screen_mass_storage_text (3741220147296482474) -->
    <skip />
    <!-- no translation found for sdcard_settings_total_bytes_label (9184160745785062144) -->
    <skip />
    <string name="sdcard_settings_not_present_status" product="nosdcard" msgid="2902787003418172125">"USB-berging nie geheg nie"</string>
    <!-- outdated translation 2902787003418172125 -->     <string name="sdcard_settings_not_present_status" product="default" msgid="6666688653496819947">"USB-berging nie geheg nie"</string>
    <!-- no translation found for sdcard_settings_available_bytes_label (763232429899373001) -->
    <skip />
    <string name="sdcard_settings_mass_storage_status" product="nosdcard" msgid="2736378870889777857">"USB-berging word tans as \'n massabergingtoestel gebruik"</string>
    <!-- outdated translation 2736378870889777857 -->     <string name="sdcard_settings_mass_storage_status" product="default" msgid="4786433969313661655">"USB-berging word tans as \'n massabergingtoestel gebruik"</string>
    <string name="sdcard_settings_unmounted_status" product="nosdcard" msgid="7503300818792750913">"Dit is nou veilig om die USB-berging te verwyder"</string>
    <!-- outdated translation 7503300818792750913 -->     <string name="sdcard_settings_unmounted_status" product="default" msgid="3812022095683863087">"Dit is nou veilig om die USB-berging te verwyder"</string>
    <string name="sdcard_settings_bad_removal_status" product="nosdcard" msgid="7761390725880773697">"USB-berging is uitgehaal terwyl dit nog in gebruik is!"</string>
    <!-- outdated translation 7761390725880773697 -->     <string name="sdcard_settings_bad_removal_status" product="default" msgid="5145797653495907970">"USB-berging is uitgehaal terwyl dit nog in gebruik is!"</string>
    <!-- no translation found for sdcard_settings_used_bytes_label (8820289486001170836) -->
    <skip />
    <string name="sdcard_settings_scanning_status" product="nosdcard" msgid="7503429447676219564">"Ondersoek tans USB-berging vir media…"</string>
    <!-- outdated translation 7503429447676219564 -->     <string name="sdcard_settings_scanning_status" product="default" msgid="2763464949274455656">"Ondersoek tans USB-berging vir media…"</string>
    <string name="sdcard_settings_read_only_status" product="nosdcard" msgid="3771783090621312312">"USB-berging geheg as leesalleen"</string>
    <!-- outdated translation 3771783090621312312 -->     <string name="sdcard_settings_read_only_status" product="default" msgid="5706115860484118911">"USB-berging geheg as leesalleen"</string>
    <string name="skip_label" msgid="47510779345218297">"Slaan oor"</string>
    <!-- no translation found for next_label (4693520878012668114) -->
    <skip />
    <string name="language_picker_title" msgid="5349877711342869319">"Taal"</string>
    <!-- no translation found for activity_picker_label (4910700713930693329) -->
    <skip />
    <!-- no translation found for device_info_label (6551553813651711205) -->
    <skip />
    <!-- no translation found for battery_info_label (4132685016148679403) -->
    <skip />
    <!-- no translation found for display_label (8074070940506840792) -->
    <skip />
    <string name="phone_info_label" product="tablet" msgid="7820855350955963628">"Tabletinligting"</string>
    <!-- outdated translation 7820855350955963628 -->     <string name="phone_info_label" product="default" msgid="2127552523124277664">"Tabletinligting"</string>
    <string name="sd_card_settings_label" product="nosdcard" msgid="8101475181301178428">"USB-berging"</string>
    <!-- outdated translation 8101475181301178428 -->     <string name="sd_card_settings_label" product="default" msgid="5743100901106177102">"USB-berging"</string>
    <!-- no translation found for proxy_settings_label (3271174136184391743) -->
    <skip />
    <!-- no translation found for cancel (6859253417269739139) -->
    <skip />
    <!-- no translation found for settings_label (1626402585530130914) -->
    <skip />
    <string name="settings_label_launcher" msgid="8344735489639482340">"Instellings"</string>
    <string name="settings_shortcut" msgid="3936651951364030415">"Instellingskortpad"</string>
    <!-- no translation found for airplane_mode (8837269988154128601) -->
    <skip />
    <!-- outdated translation 5868688473587168882 -->     <string name="radio_controls_title" msgid="6889937359495515769">"Wi-Fi en netwerke"</string>
    <string name="wireless_networks_settings_title" msgid="3643009077742794212">"Draadloos en netwerke"</string>
    <string name="radio_controls_summary" msgid="2998818677094465517">"Bestuur Wi-Fi, Bluetooth, vliegtuigmodus, mobiele netwerke en VPN\'s"</string>
    <!-- no translation found for roaming (3596055926335478572) -->
    <skip />
    <!-- no translation found for roaming_enable (3737380951525303961) -->
    <skip />
    <!-- no translation found for roaming_disable (1295279574370898378) -->
    <skip />
    <!-- no translation found for roaming_reenable_message (9141007271031717369) -->
    <skip />
    <!-- no translation found for roaming_turn_it_on_button (4387601818162120589) -->
    <skip />
    <!-- no translation found for roaming_warning (1269870211689178511) -->
    <skip />
    <!-- no translation found for roaming_reenable_title (7626425894611573131) -->
    <skip />
    <!-- no translation found for networks (6333316876545927039) -->
    <skip />
    <!-- no translation found for sum_carrier_select (6648929373316748020) -->
    <skip />
    <!-- no translation found for date_and_time_settings_title (3350640463596716780) -->
    <skip />
    <!-- no translation found for date_and_time_settings_title_setup_wizard (2391530758339384324) -->
    <skip />
    <!-- no translation found for date_and_time_settings_summary (2435705040205950381) -->
    <skip />
    <string name="date_time_auto" msgid="7076906458515908345">"Outomatiese datum en tyd"</string>
    <string name="date_time_auto_summaryOn" msgid="4609619490075140381">"Gebruik netwerkvoorsiende tyd"</string>
    <string name="date_time_auto_summaryOff" msgid="8698762649061882791">"Gebruik netwerkvoorsiende tyd"</string>
    <string name="zone_auto" msgid="334783869352026648">"Outomatiese tydsone"</string>
    <string name="zone_auto_summaryOn" msgid="6142830927278458314">"Gebruik netwerkvoorsiende tydsone"</string>
    <string name="zone_auto_summaryOff" msgid="2597745783162041390">"Gebruik netwerkvoorsiende tydsone"</string>
    <!-- no translation found for date_time_24hour (1193032284921000063) -->
    <skip />
    <!-- no translation found for date_time_set_time (5716856602742530696) -->
    <skip />
    <string name="date_time_set_timezone" msgid="5045627174274377814">"Kies tydsone"</string>
    <!-- no translation found for date_time_set_date (7021491668550232105) -->
    <skip />
    <!-- no translation found for date_time_date_format (436706100255870967) -->
    <skip />
    <string name="zone_list_menu_sort_alphabetically" msgid="5683377702671088588">"Rangskik alfabeties"</string>
    <string name="zone_list_menu_sort_by_timezone" msgid="2720190443744884114">"Rangskik volgens tydsone"</string>
    <string name="date_picker_title" msgid="1338210036394128512">"Datum"</string>
    <string name="time_picker_title" msgid="483460752287255019">"Tyd"</string>
    <string name="lock_after_timeout" msgid="4590337686681194648">"Sluit outomaties"</string>
    <string name="lock_after_timeout_summary" msgid="6128431871360905631">"<xliff:g id="TIMEOUT_STRING">%1$s</xliff:g> na sluimer"</string>
    <string name="show_owner_info_on_lockscreen_label" msgid="5074906168357568434">"Wys eienaarinligting op sluitskerm"</string>
    <string name="owner_info_settings_title" msgid="2723190010708381889">"Eienaar se inligting"</string>
    <string name="owner_info_settings_summary" msgid="3800834657847339570"></string>
    <string name="owner_info_settings_edit_text_hint" msgid="2382525043173672857">"Voer teks in om op die sluitskerm te wys"</string>
    <!-- no translation found for location_settings_title (8935806698251432196) -->
    <skip />
    <!-- outdated translation 5168491784222013179 -->     <string name="security_settings_title" msgid="7945465324818485460">"Ligging en sekuriteit"</string>
    <string name="security_settings_summary" msgid="967393342537986570">"Stel my ligging, ontsluit skerm, sluit SIM-kaart, eiebewys sluit"</string>
    <string name="cdma_security_settings_summary" msgid="6068799952798901542">"Stel my ligging, skermontsluiting, eiebewysbergingslot"</string>
    <!-- no translation found for security_passwords_title (2930627259125138363) -->
    <skip />
    <!-- no translation found for crypt_keeper_settings_title (4219233835490520414) -->
    <skip />
    <!-- no translation found for crypt_keeper_encrypt_title (1060273569887301457) -->
    <skip />
    <!-- no translation found for crypt_keeper_encrypt_title (1878996487755806122) -->
    <skip />
    <!-- no translation found for crypt_keeper_encrypt_summary (6291564408810586) -->
    <skip />
    <!-- no translation found for crypt_keeper_encrypt_summary (514138079795442371) -->
    <skip />
    <!-- no translation found for crypt_keeper_encrypted_summary (1868233637888132906) -->
    <skip />
    <!-- no translation found for crypt_keeper_desc (2150571569618349332) -->
    <skip />
    <!-- no translation found for crypt_keeper_desc (7366703764847750586) -->
    <skip />
    <!-- no translation found for crypt_keeper_button_text (1189623490604750854) -->
    <skip />
    <!-- no translation found for crypt_keeper_button_text (2008346408473255519) -->
    <skip />
    <!-- no translation found for crypt_keeper_low_charge_text (5920622844033087792) -->
    <skip />
    <!-- no translation found for crypt_keeper_unplugged_text (3360883915598669748) -->
    <skip />
    <!-- no translation found for crypt_keeper_dialog_need_password_title (4058971800557767) -->
    <skip />
    <!-- no translation found for crypt_keeper_dialog_need_password_message (17076329416977176) -->
    <skip />
    <!-- no translation found for crypt_keeper_confirm_title (3637925350381905012) -->
    <skip />
    <!-- no translation found for crypt_keeper_final_desc (2496639211575162172) -->
    <skip />
    <!-- no translation found for crypt_keeper_final_desc (3248595818246515395) -->
    <skip />
    <!-- no translation found for crypt_keeper_setup_title (1783951453124244969) -->
    <skip />
    <!-- no translation found for crypt_keeper_setup_description (5317479293244660361) -->
    <skip />
    <!-- no translation found for crypt_keeper_setup_description (8166730416836285875) -->
    <skip />
    <!-- no translation found for crypt_keeper_cooldown (685210918307862395) -->
    <skip />
    <!-- no translation found for crypt_keeper_enter_password (1492603008983893532) -->
    <skip />
    <string name="crypt_keeper_failed_title" msgid="7133499413023075961">"Enkripsie onsuksesvol"</string>
    <!-- no translation found for crypt_keeper_failed_summary (1075638996134310507) -->
    <skip />
    <!-- no translation found for crypt_keeper_failed_summary (3394708817932222518) -->
    <skip />
    <string name="lock_settings_picker_title" msgid="6288468357346846402">"Skermslot"</string>
    <string name="unlock_set_unlock_launch_picker_title" msgid="2084576942666016993">"Skermslot"</string>
    <string name="unlock_set_unlock_launch_picker_change_title" msgid="5045866882028324941">"Verander slotskerm"</string>
    <string name="unlock_set_unlock_launch_picker_change_summary" msgid="2790960639554590668">"Verander of deaktiveer patroon-, PIN- of wagwoordsekuriteit"</string>
    <string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"Kies \'n metode om die skerm te sluit"</string>
    <string name="unlock_set_unlock_off_title" msgid="7117155352183088342">"Geen"</string>
    <string name="unlock_set_unlock_off_summary" msgid="94361581669110415"></string>
    <string name="unlock_set_unlock_none_title" msgid="2871898266296656162">"Skuif"</string>
    <string name="unlock_set_unlock_none_summary" msgid="4654618968017235437"></string>
    <string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"Patroon"</string>
    <string name="unlock_set_unlock_pattern_summary" msgid="3689520051155195467"></string>
    <string name="unlock_set_unlock_pin_title" msgid="5846029709462329515">"PIN"</string>
    <string name="unlock_set_unlock_pin_summary" msgid="3411238428953648165"></string>
    <string name="unlock_set_unlock_password_title" msgid="8775603825675090937">"Wagwoord"</string>
    <string name="unlock_set_unlock_password_summary" msgid="6314705845824442665"></string>
    <!-- outdated translation 8816944391772300580 -->     <string name="unlock_set_unlock_disabled_summary" msgid="2120729867788851674">"Gedeaktiveer deur afgeleë toesteladministrateur"</string>
    <string name="unlock_set_unlock_mode_off" msgid="5881952274566013651">"Geen"</string>
    <string name="unlock_set_unlock_mode_none" msgid="5660014471997663139">"Skuif"</string>
    <string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"Beveilig met patroon"</string>
    <string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"Beveilig met PIN"</string>
    <string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"Beveilig met wagwoord"</string>
    <string name="unlock_disable_lock_title" msgid="1427036227416979120">"Skakel skermslot af"</string>
    <string name="unlock_disable_lock_pattern_summary" msgid="6801602880568869201">"Verwyder ontsluitpatroon"</string>
    <string name="unlock_disable_lock_pin_summary" msgid="8856842745366993387">"Verwyder ontsluit-PIN"</string>
    <string name="unlock_disable_lock_password_summary" msgid="192161194564577025">"Verwyder ontsluitwagwoord"</string>
    <string name="unlock_change_lock_pattern_title" msgid="2044092014872741130">"Verander ontsluitpatroon"</string>
    <string name="unlock_change_lock_pin_title" msgid="806629901095938484">"Verander ontsluit-PIN"</string>
    <string name="unlock_change_lock_password_title" msgid="5606298470358768865">"Verander ontsluitwagwoord"</string>
    <string name="lockpassword_password_too_short" msgid="7328975683669256660">"Wagwoord moet minstens %d karakters hê"</string>
    <string name="lockpassword_pin_too_short" msgid="2252847623267704683">"PIN moet minstens %d karakters bevat"</string>
    <string name="lockpassword_press_continue" msgid="122706614386757182">"Raak \"Gaan voort\" as jy klaar is"</string>
    <string name="lockpassword_continue_label" msgid="4602203784934526940">"Gaan voort"</string>
    <!-- no translation found for lockpassword_password_too_long (5487426077939378487) -->
    <skip />
    <!-- no translation found for lockpassword_pin_too_long (6382649850551200693) -->
    <skip />
    <string name="lockpassword_pin_contains_non_digits" msgid="3379277100136600632">"PIN mag net syfers 0-9 bevat"</string>
    <string name="lockpassword_pin_recently_used" msgid="2729073062730842496">"Toesteladministrateur verbied gebruik van \'n onlangse PIN"</string>
    <string name="lockpassword_illegal_character" msgid="6204396794254688549">"Wagwoord bevat \'n onwettige karakter"</string>
    <string name="lockpassword_password_requires_alpha" msgid="5668524505560400449">"Wagwoord moet minstens een letter bevat"</string>
    <string name="lockpassword_password_requires_digit" msgid="4840579514154254907">"Wagwoord moet minstens een syfer bevat"</string>
    <string name="lockpassword_password_requires_symbol" msgid="4140602725865312078">"Wagwoord moet minstens een simbool bevat"</string>
  <plurals name="lockpassword_password_requires_letters">
    <item quantity="one" msgid="1462968118065694590">"Wagwoord moet minstens 1 letter bevat"</item>
    <item quantity="other" msgid="7278096339907683541">"Wagwoord moet minstens %d letters bevat"</item>
  </plurals>
  <plurals name="lockpassword_password_requires_lowercase">
    <item quantity="one" msgid="2048653993044269649">"Wagwoord moet minstens 1 kleinletter bevat"</item>
    <item quantity="other" msgid="588499075580432178">"Wagwoord moet minstens %d kleinletters bevat"</item>
  </plurals>
  <plurals name="lockpassword_password_requires_uppercase">
    <item quantity="one" msgid="7677454174080582601">"Wagwoord moet minstens 1 hoofletter bevat"</item>
    <item quantity="other" msgid="2183090598541826806">"Wagwoord moet minstens %d hoofletters bevat"</item>
  </plurals>
  <plurals name="lockpassword_password_requires_numeric">
    <item quantity="one" msgid="8585088032818933985">"Wagwoord moet minstens 1 syfer bevat"</item>
    <item quantity="other" msgid="995673409754935278">"Wagwoord moet minstens %d syfers bevat"</item>
  </plurals>
  <plurals name="lockpassword_password_requires_symbols">
    <item quantity="one" msgid="3930886641317826293">"Wagwoord moet minstens 1 spesiale simbool bevat"</item>
    <item quantity="other" msgid="3047460862484105274">"Wagwoord moet minstens %d spesiale simbole bevat"</item>
  </plurals>
  <plurals name="lockpassword_password_requires_nonletter">
    <item quantity="one" msgid="1716355580615489062">"Wagwoord moet minstens 1 karakter bevat wat nie \'n letter is nie"</item>
    <item quantity="other" msgid="5574191164708145973">"Wagwoord moet minstens %d karakters bevat wat nie letters is nie"</item>
  </plurals>
    <string name="lockpassword_password_recently_used" msgid="2739642871806935825">"Toesteladministrateur verbied gebruik van \'n onlangse wagwoord"</string>
    <string name="lockpassword_ok_label" msgid="313822574062553672">"OK"</string>
    <string name="lockpassword_cancel_label" msgid="8818529276331121899">"Kanselleer"</string>
    <string name="lockpattern_tutorial_cancel_label" msgid="6431583477570493261">"Kanselleer"</string>
    <string name="lockpattern_tutorial_continue_label" msgid="3559793618653400434">"Volgende"</string>
    <string name="device_admin_title" msgid="3562216873644263804">"Toesteladministrasie"</string>
    <string name="manage_device_admin" msgid="5059296715271077278">"Toesteladministrateurs"</string>
    <string name="manage_device_admin_summary" msgid="7672709110988761075">"Sien of deaktiveer toesteladministrateurs"</string>
    <!-- no translation found for bluetooth_quick_toggle_title (1037056952714061893) -->
    <skip />
    <string name="bluetooth_quick_toggle_summary" msgid="5293641680139873341">"Skakel Bluetooth aan"</string>
    <!-- no translation found for bluetooth_settings (1810521656168174329) -->
    <skip />
    <!-- no translation found for bluetooth_settings_title (1908745291161353016) -->
    <skip />
    <!-- no translation found for bluetooth_settings_summary (2091062709530570462) -->
    <skip />
    <string name="bluetooth_pairing_request" msgid="6385750334766370310">"Bluetooth-saambinding-versoek"</string>
    <!-- no translation found for bluetooth_enter_pin_msg (7437165032040778458) -->
    <skip />
    <!-- no translation found for bluetooth_enter_passkey_msg (711115233006730281) -->
    <skip />
    <!-- no translation found for bluetooth_enable_alphanumeric_pin (7222713483058171357) -->
    <skip />
    <!-- no translation found for bluetooth_pin_values_hint (3815897557875873646) -->
    <skip />
    <!-- no translation found for bluetooth_enter_pin_other_device (3617812138113586885) -->
    <skip />
    <!-- no translation found for bluetooth_enter_passkey_other_device (1808735246794073465) -->
    <skip />
    <!-- no translation found for bluetooth_confirm_passkey_msg (3708312912841950052) -->
    <skip />
    <!-- no translation found for bluetooth_incoming_pairing_msg (1615930853859551491) -->
    <skip />
    <!-- no translation found for bluetooth_display_passkey_pin_msg (2084350245062266220) -->
    <skip />
    <string name="bluetooth_pairing_accept" msgid="6163520056536604875">"Saambind"</string>
    <!-- outdated translation 930951069988011471 -->     <string name="bluetooth_pairing_decline" msgid="4185420413578948140">"Moenie saambind nie"</string>
    <string name="bluetooth_error_title" msgid="538287072376677166">"Aandag"</string>
    <string name="bluetooth_pairing_error_message" msgid="2852744547246910349">"Daar was \'n probleem om te saam te bind met <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
    <string name="bluetooth_pairing_pin_error_message" msgid="6065697229258906937">"Kon nie met <xliff:g id="DEVICE_NAME">%1$s</xliff:g> saambind nie omdat die PIN of wagwoordsleutel nie korrek is nie."</string>
    <string name="bluetooth_pairing_device_down_error_message" msgid="6688215193824686741">"Kan nie kommunikasie met <xliff:g id="DEVICE_NAME">%1$s</xliff:g> tot stand bring nie."</string>
    <string name="bluetooth_pairing_rejected_error_message" msgid="1648157108520832454">"Saambinding verwerp deur <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
    <string name="bluetooth_connecting_error_message" msgid="1779660510084746802">"Kon nie aan <xliff:g id="DEVICE_NAME">%1$s</xliff:g> koppel nie."</string>
    <string name="bluetooth_preference_scan_title" msgid="2277464653118896016">"Soek vir toestelle"</string>
    <!-- no translation found for bluetooth_search_for_devices (5957007154213560390) -->
    <skip />
    <!-- no translation found for bluetooth_searching_for_devices (9203739709307871727) -->
    <skip />
    <string name="bluetooth_preference_device_settings" msgid="907776049862799122">"Toestelinstellings"</string>
    <string name="bluetooth_preference_paired_devices" msgid="1970524193086791964">"Saamgebinde toestelle"</string>
    <!-- outdated translation 3133019331974936204 -->     <string name="bluetooth_preference_found_devices" msgid="1647983835063249680">"Toestelle gevind"</string>
    <string name="bluetooth_device_context_connect" msgid="3997659895003244941">"Koppel"</string>
    <string name="bluetooth_device_context_disconnect" msgid="8220072022970148683">"Ontkoppel"</string>
    <string name="bluetooth_device_context_pair_connect" msgid="7611522504813927727">"Saambind en koppel"</string>
    <string name="bluetooth_device_context_unpair" msgid="662992425948536144">"Ontsaambind"</string>
    <string name="bluetooth_device_context_disconnect_unpair" msgid="7644014238070043798">"Ontkoppel en ontsaambind"</string>
    <string name="bluetooth_device_context_connect_advanced" msgid="2643129703569788771">"Opsies…"</string>
    <!-- no translation found for bluetooth_menu_advanced (8572178316357220524) -->
    <skip />
    <!-- no translation found for bluetooth_advanced_titlebar (2142159726881547669) -->
    <skip />
    <!-- no translation found for bluetooth_empty_list_bluetooth_off (4793562956642282639) -->
    <skip />
    <string name="bluetooth_connect_specific_profiles_title" msgid="6952214406025825164">"Koppel aan…"</string>
    <string name="bluetooth_profile_a2dp" msgid="2031475486179830674">"Media-oudio"</string>
    <string name="bluetooth_profile_headset" msgid="8658779596261212609">"Foonoudio"</string>
    <string name="bluetooth_profile_opp" msgid="9168139293654233697">"Lêeroordrag"</string>
    <string name="bluetooth_profile_hid" msgid="3680729023366986480">"Invoertoestel"</string>
    <!-- outdated translation 4225813400648547154 -->     <string name="bluetooth_profile_pan" msgid="3391606497945147673">"Verbinding"</string>
    <string name="bluetooth_profile_pan_nap" msgid="8429049285027482959">"Deling van internetverbinding"</string>
    <string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sal van mediaoudio ontkoppel word."</string>
    <string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>sal van vryhandse oudio ontkoppel word."</string>
    <string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sal van invoertoestel ontkoppel word."</string>
    <!-- no translation found for bluetooth_disconnect_pan_user_profile (8037627994382458698) -->
    <skip />
    <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5455448395850929200) -->
    <skip />
    <!-- no translation found for bluetooth_disconnect_pan_nap_profile (5266851881175033601) -->
    <skip />
    <string name="bluetooth_device_advanced_title" msgid="6066342531927499308">"Saamgebinde Bluetooth-toestel"</string>
    <string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"Koppel"</string>
    <string name="bluetooth_device_advanced_online_mode_summary" msgid="1204424107263248336">"Koppel aan Bluetooth-toestel"</string>
    <string name="bluetooth_device_advanced_profile_header_title" msgid="3764437426089639639">"Profiele"</string>
    <string name="bluetooth_device_advanced_rename_device" msgid="5148578059584955791">"Hernoem"</string>
    <string name="bluetooth_device_advanced_enable_opp_title" msgid="8222550640371627365">"Laat inkomende lêeroordragte toe"</string>
    <string name="bluetooth_a2dp_profile_summary_connected" msgid="963376081347721598">"Gekoppel aan media-oudio"</string>
    <string name="bluetooth_headset_profile_summary_connected" msgid="7661070206715520671">"Gekoppel aan foonoudio"</string>
    <string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"Gekoppel aan lêeroordragbediener"</string>
    <string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"Nie gekoppel aan lêeroordragbediener nie"</string>
    <string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"Gekoppel aan invoertoestel"</string>
    <!-- no translation found for bluetooth_pan_user_profile_summary_connected (4602294638909590612) -->
    <skip />
    <!-- no translation found for bluetooth_pan_nap_profile_summary_connected (1561383706411975199) -->
    <skip />
    <string name="bluetooth_a2dp_profile_summary_use_for" msgid="4630849022250168427">"Gebruik vir media-oudio"</string>
    <string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"Gebruik vir foonoudio"</string>
    <string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"Gebruik vir lêeroordrag"</string>
    <string name="bluetooth_hid_profile_summary_use_for" msgid="232727040453645139">"Gebruik vir invoer"</string>
    <string name="bluetooth_pan_profile_summary_use_for" msgid="5664884523822068653">"Gebruik vir internettoegang"</string>
    <string name="bluetooth_dock_settings" msgid="3218335822716052885">"Dok-instellings"</string>
    <string name="bluetooth_dock_settings_title" msgid="5543069893044375188">"Gebruik dok vir oudio"</string>
    <string name="bluetooth_dock_settings_headset" msgid="1001821426078644650">"As luidsprekerfoon"</string>
    <string name="bluetooth_dock_settings_a2dp" msgid="8791004998846630574">"Vir musiek en media"</string>
    <string name="bluetooth_dock_settings_remember" msgid="5551459057010609115">"Onthou instellings"</string>
    <string name="nfc_quick_toggle_title" msgid="6769159366307299004">"NFC"</string>
    <string name="zeroclick_settings_title" msgid="6111073171447659136">"ShareTap"</string>
    <string name="zeroclick_settings_summary" msgid="1552171461663258522"></string>
    <string name="zeroclick_on_summary" msgid="3157018760403281266">"Op"</string>
    <string name="zeroclick_off_summary" msgid="2896320184904157018">"Af"</string>
    <string name="zeroclick_label" msgid="263279563746672463">"ShareTap"</string>
    <string name="zeroclick_explained" msgid="3676026098073094212">"Deel inhoud deur rug-aan-rug aanraking van twee NFC-toestelle."</string>
    <string name="zeroclick_top" msgid="8405284328201668102">"Die program op die skerm van die boonste toestel stuur inhoud na die onderste toestel."\n\n" Jou inligting is veilig: niks word gedeel nie, tensy beide toestelle aan en ontsluit is ontsluit. "\n" "\n" Jy kan hierdie funksie af in Settings&gt; Meer&gt; ShareTap."</string>
    <!-- no translation found for wifi_quick_toggle_title (874495178395350104) -->
    <skip />
    <string name="wifi_quick_toggle_summary" msgid="1047950931623694366">"Skakel Wi-Fi aan"</string>
    <!-- no translation found for wifi_settings (1277428034634973011) -->
    <skip />
    <!-- no translation found for wifi_settings_category (2810363951104753710) -->
    <skip />
    <!-- no translation found for wifi_settings_title (4351120897298124250) -->
    <skip />
    <!-- no translation found for wifi_settings_summary (668767638556052820) -->
    <skip />
    <!-- no translation found for wifi_starting (6716593470710880000) -->
    <skip />
    <!-- no translation found for wifi_stopping (244864762599017659) -->
    <skip />
    <!-- no translation found for wifi_error (3207971103917128179) -->
    <skip />
    <string name="wifi_in_airplane_mode" msgid="7618393787965366655">"In vliegtuigmodus"</string>
    <string name="wifi_fail_to_scan" msgid="6194542252808587669">"Kan nie vir netwerke skandeer nie"</string>
    <!-- no translation found for wifi_notify_open_networks (3755768188029653293) -->
    <skip />
    <!-- no translation found for wifi_notify_open_networks_summary (3038290727701553612) -->
    <skip />
    <!-- no translation found for wifi_enable_watchdog_service (3808826765041243874) -->
    <skip />
    <!-- no translation found for wifi_enable_watchdog_service_summary (744684490718614436) -->
    <skip />
    <!-- outdated translation 1367731352485585528 -->     <string name="wifi_setting_sleep_policy_title" msgid="2256739245628081979">"Wi-Fi-slaapbeleid"</string>
    <string name="wifi_setting_sleep_policy_summary" msgid="7573693311804602041">"Spesifiseer wanneer om van Wi-Fi oor te skakel na mobiele data"</string>
    <!-- no translation found for wifi_setting_sleep_policy_summary_wifi_only (5025244230722670496) -->
    <skip />
    <!-- outdated translation 5103670439972135148 -->     <string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"Kon nie die slaapbeleid stel nie."</string>
    <!-- outdated translation 1671334951296205616 -->     <string name="wifi_add_network" msgid="6234851776910938957">"Voeg Wi-Fi-netwerk by"</string>
    <!-- no translation found for wifi_access_points (2664629396767022441) -->
    <skip />
    <string name="wifi_menu_scan" msgid="1470911530412095868">"Skandeer"</string>
    <!-- no translation found for wifi_menu_advanced (7522252991919573664) -->
    <skip />
    <string name="wifi_menu_connect" msgid="4996220309848349408">"Koppel aan netwerk"</string>
    <string name="wifi_menu_forget" msgid="8736964302477327114">"Vergeet netwerk"</string>
    <string name="wifi_menu_modify" msgid="2068554918652440105">"Wysig netwerk"</string>
    <!-- no translation found for wifi_empty_list_wifi_off (4722299515264875943) -->
    <skip />
    <string name="wifi_show_advanced" msgid="1793703023711426246">"Wys gevorderde opsies"</string>
    <string name="wifi_network_setup" msgid="2243277654809358812">"WPS"</string>
    <string name="wifi_wps_pin" msgid="5471842298708321115">"Voer PIN van toegangspunt in"</string>
    <!-- no translation found for wifi_wps_setup_title (150518971269252336) -->
    <skip />
    <string name="wifi_wps_pin_output" msgid="8682102965680650853">"Voer die PIN in <xliff:g id="WPS_PIN">%1$s</xliff:g> by die toegangspunt"</string>
    <!-- no translation found for wifi_wps_in_progress (2776555137392461525) -->
    <skip />
    <string name="wifi_wps_failed" msgid="1648418410092969300">"Kon nie WPS begin nie, probeer weer."</string>
    <string name="wifi_ssid" msgid="641393708309146745">"Netwerk-SSID"</string>
    <!-- no translation found for wifi_security (6603611185592956936) -->
    <skip />
    <string name="wifi_signal" msgid="5514120261628065287">"Seinsterkte"</string>
    <!-- no translation found for wifi_status (4824568012414605414) -->
    <skip />
    <string name="wifi_speed" msgid="3526198708812322037">"Koppelspoed"</string>
    <!-- no translation found for wifi_ip_address (1440054061044402918) -->
    <skip />
    <string name="wifi_eap_method" msgid="8529436133640730382">"EAP-metode"</string>
    <string name="please_select_phase2" msgid="5231074529772044898">"Fase 2-stawing"</string>
    <string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA-sertifikaat"</string>
    <string name="wifi_eap_user_cert" msgid="1291089413368160789">"Gebruikersertifikaat"</string>
    <string name="wifi_eap_identity" msgid="4359453783379679103">"Identiteit"</string>
    <string name="wifi_eap_anonymous" msgid="2989469344116577955">"Anonieme identiteit"</string>
    <string name="wifi_password" msgid="5948219759936151048">"Wagwoord"</string>
    <string name="wifi_show_password" msgid="6461249871236968884">"Wys wagwoord"</string>
    <string name="wifi_ip_settings" msgid="3359331401377059481">"IP-instellings"</string>
    <string name="wifi_unchanged" msgid="3410422020930397102">"(onveranderd)"</string>
    <string name="wifi_unspecified" msgid="5431501214192991253">"(ongespesifiseer)"</string>
    <string name="wifi_remembered" msgid="4955746899347821096">"Gestoor"</string>
    <string name="wifi_disabled_generic" msgid="4259794910584943386">"Gedeaktiveer"</string>
    <!-- outdated translation 7192323081514322537 -->     <string name="wifi_disabled_network_failure" msgid="2683474385231344245">"Swak verbinding vermy"</string>
    <string name="wifi_disabled_password_failure" msgid="8659805351763133575">"Stawingsprobleem"</string>
    <string name="wifi_not_in_range" msgid="1136191511238508967">"Nie binne ontvangs nie"</string>
    <string name="wifi_wps_available_first_item" msgid="4422547079984583502">"WPS beskikbaar"</string>
    <string name="wifi_wps_available_second_item" msgid="8427520131718215301">" (WPS beskikbaar)"</string>
    <string name="wifi_secured_first_item" msgid="4072076186051083451">"Beveilig met <xliff:g id="WIFI_SECURITY_SHORT">%1$s</xliff:g>"</string>
    <string name="wifi_secured_second_item" msgid="1326000076939056265">", beveilig met <xliff:g id="WIFI_SECURITY_SHORT">%1$s</xliff:g>"</string>
    <string name="wifi_security_none" msgid="7985461072596594400">"Geen"</string>
    <string name="wifi_connect" msgid="1076622875777072845">"Koppel"</string>
    <string name="wifi_forget" msgid="8168174695608386644">"Vergeet"</string>
    <string name="wifi_save" msgid="3331121567988522826">"Stoor"</string>
    <string name="wifi_cancel" msgid="6763568902542968964">"Kanselleer"</string>
    <!-- no translation found for wifi_wps_overlap_error (6820987241637459748) -->
    <skip />
    <!-- outdated translation 5419052271935350999 -->     <string name="wifi_advanced_titlebar" msgid="1627063574532930090">"Gevorderd"</string>
    <string name="wifi_setting_frequency_band_title" msgid="7493768705046080060">"Wi-Fi-frekwensieband"</string>
    <string name="wifi_setting_frequency_band_summary" msgid="3250740757118009784">"Spesifiseer die frekwensieomvang van die bewerking"</string>
    <string name="wifi_setting_frequency_band_error" msgid="837281974489794378">"Kon nie die frekwensiebandwydte instel nie."</string>
    <string name="wifi_advanced_mac_address_title" msgid="6571335466330978393">"MAC-adres"</string>
    <string name="wifi_advanced_ip_address_title" msgid="6215297094363164846">"IP-adres"</string>
    <!-- no translation found for wifi_advanced_settings_label (3654366894867838338) -->
    <skip />
    <!-- no translation found for wifi_ip_settings_menu_save (7296724066102908366) -->
    <skip />
    <!-- no translation found for wifi_ip_settings_menu_cancel (6582567330136502340) -->
    <skip />
    <string name="wifi_ip_settings_invalid_ip_address" msgid="6387653152103405443">"Voer asseblief \'n geldige IP-adres in."</string>
    <string name="wifi_ip_settings_invalid_gateway" msgid="6383012465511093067">"Voer asseblief \'n geldige deurgangadres in."</string>
    <string name="wifi_ip_settings_invalid_dns" msgid="3428867750550854065">"Voer asseblief \'n geldige dns-adres in."</string>
    <string name="wifi_ip_settings_invalid_network_prefix_length" msgid="8145730615716855433">"Voer asseblief \'n netwerkvoorvoegsel in met lengte tussen 0 en 32."</string>
    <!-- no translation found for wifi_dns1 (7344118050720080045) -->
    <skip />
    <!-- no translation found for wifi_dns2 (1368601006824882659) -->
    <skip />
    <!-- no translation found for wifi_gateway (163914742461092086) -->
    <skip />
    <string name="wifi_network_prefix_length" msgid="3028785234245085998">"Lengte van netwerkvoorvoegsel"</string>
    <!-- no translation found for wifi_p2p_settings_title (400503541488064638) -->
    <skip />
    <!-- no translation found for wifi_p2p_settings_summary (819202165773287900) -->
    <skip />
    <!-- no translation found for wifi_p2p_device_info (6092748173212362426) -->
    <skip />
    <!-- no translation found for wifi_p2p_wps_setup (7706254437161351448) -->
    <skip />
    <!-- no translation found for wifi_p2p_wps_pin (492162570392614138) -->
    <skip />
    <!-- no translation found for wifi_p2p_persist_network (1646424791818168590) -->
    <skip />
    <!-- no translation found for wifi_p2p_menu_search (7189970585393813135) -->
    <skip />
    <!-- no translation found for wifi_p2p_menu_create_group (7595229161883902082) -->
    <skip />
    <!-- no translation found for wifi_p2p_menu_advanced (2578792521809265949) -->
    <skip />
    <string name="wifi_tether_checkbox_text" msgid="6961605862058056788">"Losstaande Wi-Fi-warmkol"</string>
    <string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"Losstaande Wi-Fi-warmkol <xliff:g id="NETWORK_SSID">%1$s</xliff:g> aktief"</string>
    <string name="wifi_tether_failed_subtext" msgid="2654888578056042315">"Fout met losstaande Wi-Fi-warmkol"</string>
    <string name="wifi_tether_configure_ap_text" msgid="3474995108398156258">"Stel Wi-Fi-warmkol op"</string>
    <string name="wifi_tether_configure_subtext" msgid="1927454307836232128">"<xliff:g id="NETWORK_SSID">%1$s</xliff:g> <xliff:g id="NETWORK_SECURITY">%2$s</xliff:g> losstaande Wi-Fi-warmkol"</string>
    <string name="wifi_tether_configure_ssid_default" msgid="8467525402622138547">"AndroidHotspot"</string>
    <string name="display_settings_title" msgid="1708697328627382561">"Wys"</string>
    <string name="sound_settings" msgid="5534671337768745343">"Klank"</string>
    <!-- no translation found for silent_mode_title (3181479108593217704) -->
    <skip />
    <!-- outdated translation 7037881886694206550 -->     <string name="ringtone_title" msgid="5379026328015343686">"Inkomende oproep se luitoon"</string>
    <string name="ringtone_summary" msgid="2630023412632683493"></string>
    <string name="all_volume_title" msgid="4296957391257836961">"Volumes"</string>
    <!-- no translation found for musicfx_title (3853457094486073206) -->
    <skip />
    <!-- no translation found for ring_volume_title (7938706566797464165) -->
    <skip />
    <string name="vibrate_in_silent_title" msgid="3897968069156767036">"Vibreer wanneer stil"</string>
    <string name="vibrate_title" msgid="6045820877942801599">"Vibreer"</string>
    <string name="notification_sound_title" msgid="312032901303146002">"Verstekkennisgewing"</string>
    <string name="notification_pulse_title" msgid="1247988024534030629">"Flikker kennisgewing-liggie"</string>
    <string name="incoming_call_volume_title" msgid="8073714801365904099">"Luitoon"</string>
    <string name="notification_volume_title" msgid="2012640760341080408">"Kennisgewing"</string>
    <string name="checkbox_notification_same_as_incoming_call" msgid="1073644356290338921">"Gebruik inkomendeoproep-volume vir kennisgewings"</string>
    <!-- no translation found for notification_sound_dialog_title (7057274209079144726) -->
    <skip />
    <string name="media_volume_title" msgid="3576565767317118106">"Media"</string>
    <!-- no translation found for media_volume_summary (5363248930648849974) -->
    <skip />
    <string name="alarm_volume_title" msgid="2285597478377758706">"Wekker"</string>
    <string name="dock_settings_summary" msgid="455802113668982481">"Oudio-instellings vir die aangehegte dok"</string>
    <string name="dtmf_tone_enable_title" msgid="8533399267725365088">"Skakelbord se raaktone"</string>
    <string name="sound_effects_enable_title" msgid="1171590821131077296">"Raakklanke"</string>
    <string name="lock_sounds_enable_title" msgid="450098505659399520">"Skermslotkgeluid"</string>
    <string name="haptic_feedback_enable_title" msgid="2438293710530828760">"Vibreer by aanraking"</string>
    <string name="audio_record_proc_title" msgid="4271091199976457534">"Geraas-kansellasie"</string>
    <string name="volume_media_description" msgid="3352166372220845956">"Musiek, video, speletjies &amp; ander media"</string>
    <string name="volume_ring_description" msgid="5936851631698298989">"Luitoon &amp; kennisgewings"</string>
    <string name="volume_notification_description" msgid="5810902320215328321">"Kennisgewings"</string>
    <string name="volume_alarm_description" msgid="8322615148532654841">"Wekkers"</string>
    <string name="dock_settings" msgid="1820107306693002541">"Dok"</string>
    <string name="dock_settings_title" msgid="9161438664257429372">"Dok-instellings"</string>
    <string name="dock_audio_settings_title" msgid="3324750259959570305">"Oudio"</string>
    <string name="dock_audio_summary_desk" msgid="6487784412371139335">"Instellings vir die aangehegte lessenaardok"</string>
    <string name="dock_audio_summary_car" msgid="6740897586006248450">"Instellings vir die aangehegte motordok"</string>
    <string name="dock_audio_summary_none" product="tablet" msgid="8215337394914283607">"Tablet nie gedok nie"</string>
    <string name="dock_audio_summary_none" product="default" msgid="289909253741048784">"Foon nie gedok nie"</string>
    <string name="dock_audio_summary_unknown" msgid="4465059868974255693">"Instellings vir die aangehegte dok"</string>
    <string name="dock_not_found_title" msgid="3290961741828952424">"Dok nie gevind nie"</string>
    <string name="dock_not_found_text" product="tablet" msgid="7935403744079168804">"Die tablet moet gedok wees om dokoudio op te stel"</string>
    <string name="dock_not_found_text" product="default" msgid="3035260358985111855">"Die foon moet gedok wees om dokoudio op te stel"</string>
    <string name="dock_sounds_enable_title" msgid="3659084028644948905">"Dok-insteekklank"</string>
    <string name="dock_sounds_enable_summary_on" product="tablet" msgid="838102386448981339">"Speel klank wanneer tablet op dok geplaas of daarvan verwyder word"</string>
    <string name="dock_sounds_enable_summary_on" product="default" msgid="8491180514199743771">"Speel klank wanneer foon in dok gesit of uitgehaal word"</string>
    <string name="dock_sounds_enable_summary_off" product="tablet" msgid="5077843049805652363">"Moenie klank speel as tablet op dok geplaas of afgehaal word nie"</string>
    <string name="dock_sounds_enable_summary_off" product="default" msgid="3151046599205265919">"Moenie klank speel wanneer foon in dok gesit of uitgehaal word nie"</string>
    <string name="sync_settings" msgid="9186125469300013491">"Rekeninge en sinkronisasie"</string>
    <string name="sync_settings_summary" msgid="2962179505214965667">"Verwyder of voeg rekeninge by en verander rekeninginstellings"</string>
    <string name="search_settings" msgid="1910951467596035063">"Soek"</string>
    <string name="search_settings_summary" msgid="9205656546570654169">"Bestuur soekinstellings en geskiedenis"</string>
    <string name="display_settings" msgid="7965901687241669598">"Wys"</string>
    <string name="accelerometer_title" msgid="7854608399547349157">"Outodraai skerm"</string>
    <string name="accelerometer_summary_on" product="tablet" msgid="429982132339828942">"Wissel oriëntasie outomaties wanneer tablet gedraai word"</string>
    <string name="accelerometer_summary_on" product="default" msgid="1133737282813048021">"Verwissel outomaties van oriëntasie wanneer foon draai"</string>
    <string name="accelerometer_summary_off" product="tablet" msgid="4781734213242521682">"Wissel oriëntasie outomaties wanneer tablet gedraai word"</string>
    <string name="accelerometer_summary_off" product="default" msgid="5485489363715740761">"Verwissel outomaties van oriëntasie wanneer foon draai"</string>
    <!-- no translation found for brightness (2354961343555249270) -->
    <skip />
    <string name="brightness_summary" msgid="838917350127550703">"Verstel die helderheid van die skerm"</string>
    <string name="screen_timeout" msgid="4351334843529712571">"Slaap"</string>
    <string name="screen_timeout_summary" msgid="327761329263064327">"Na <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> se onaktiwiteit"</string>
    <!-- no translation found for wallpaper_settings_title (5449180116365824625) -->
    <skip />
    <!-- no translation found for wallpaper_settings_fragment_title (443941273453987627) -->
    <skip />
    <!-- no translation found for dream_settings_title (6536876013377446805) -->
    <skip />
    <!-- no translation found for dream_settings_summary (6809871648071408259) -->
    <skip />
    <!-- no translation found for dream_component_title (505229894674572578) -->
    <skip />
    <!-- no translation found for dream_timeout_title (1385909618566514628) -->
    <skip />
    <!-- no translation found for dream_timeout_summary (6721955887728454226) -->
    <skip />
    <!-- no translation found for dream_timeout_zero_summary (2450290346381400092) -->
    <skip />
    <!-- no translation found for dream_test (5968002644622194481) -->
    <skip />
    <string name="automatic_brightness" msgid="5014143533884135461">"Outomatiese helderheid"</string>
    <!-- no translation found for title_font_size (4405544325522105222) -->
    <skip />
    <string name="dialog_title_font_size" msgid="2231507851258955038">"Lettergrootte"</string>
    <!-- no translation found for sim_lock_settings (3392331196873564292) -->
    <skip />
    <!-- no translation found for sim_lock_settings_category (5136244267576697004) -->
    <skip />
    <!-- no translation found for sim_lock_settings_title (9018585580955414596) -->
    <skip />
    <!-- no translation found for sim_pin_toggle (1742123478029451888) -->
    <skip />
    <string name="sim_lock_on" product="tablet" msgid="5058355081270397764">"Vereis PIN om tablet te gebruik"</string>
    <!-- outdated translation 5058355081270397764 -->     <string name="sim_lock_on" product="default" msgid="2503536505568814324">"Vereis PIN om tablet te gebruik"</string>
    <string name="sim_lock_off" product="tablet" msgid="2813800553917012356">"Vereis PIN om tablet te gebruik"</string>
    <!-- outdated translation 2813800553917012356 -->     <string name="sim_lock_off" product="default" msgid="258981978215428916">"Vereis PIN om tablet te gebruik"</string>
    <string name="sim_pin_change" msgid="6311414184279932368">"Verander SIM-PIN"</string>
    <string name="sim_enter_pin" msgid="6608715137008508432">"SIM PIN"</string>
    <string name="sim_enable_sim_lock" msgid="4517742794997166918">"Sluit SIM-kaart"</string>
    <string name="sim_disable_sim_lock" msgid="7664729528754784824">"Ontsluit SIM-kaart"</string>
    <string name="sim_enter_old" msgid="6074196344494634348">"Ou SIM PIN"</string>
    <string name="sim_enter_new" msgid="8742727032729243562">"Nuwe SIM PIN"</string>
    <!-- no translation found for sim_reenter_new (3178510434642201544) -->
    <skip />
    <string name="sim_change_pin" msgid="7328607264898359112">"SIM PIN"</string>
    <!-- no translation found for sim_bad_pin (2746201276896134075) -->
    <skip />
    <string name="sim_pins_dont_match" msgid="4664611595579163214">"PIN\'e stem nie ooreen nie!"</string>
    <string name="sim_change_failed" msgid="4823538458798362222">"Kan nie PIN verander nie."\n"Moontlik verkeerde PIN."</string>
    <!-- no translation found for sim_change_succeeded (8556135413096489627) -->
    <skip />
    <string name="sim_lock_failed" msgid="6676748290838006404">"Kan nie SIM-kaart se sluitstatus verander nie."\n"Moontlik \'n verkeerde PIN."</string>
    <!-- no translation found for sim_enter_ok (6475946836899218919) -->
    <skip />
    <!-- no translation found for sim_enter_cancel (6240422158517208036) -->
    <skip />
    <string name="device_info_settings" product="tablet" msgid="1119755927536987178">"Tabletstatus"</string>
    <!-- outdated translation 1119755927536987178 -->     <string name="device_info_settings" product="default" msgid="475872867864762157">"Tabletstatus"</string>
    <string name="system_update_settings_list_item_title" msgid="3342887311059985961">"Stelselopdaterings"</string>
    <string name="system_update_settings_list_item_summary" msgid="3853057315907710747"></string>
    <string name="firmware_version" msgid="4801135784886859972">"Android-weergawe"</string>
    <!-- no translation found for model_number (3765737700545384794) -->
    <skip />
    <!-- no translation found for baseband_version (1848990160763524801) -->
    <skip />
    <!-- no translation found for kernel_version (9192574954196167602) -->
    <skip />
    <!-- no translation found for build_number (3075795840572241758) -->
    <skip />
    <!-- no translation found for device_info_not_available (8062521887156825182) -->
    <skip />
    <string name="device_status_activity_title" msgid="1411201799384697904">"Status"</string>
    <!-- no translation found for device_status (607405385799807324) -->
    <skip />
    <string name="device_status_summary" product="tablet" msgid="3292717754497039686">"Status van die battery, netwerk en ander inligting"</string>
    <string name="device_status_summary" product="default" msgid="2599162787451519618">"Foonnommer, sein ens."</string>
    <string name="storage_settings" msgid="4211799979832404953">"Berging"</string>
    <string name="storage_settings_title" msgid="8746016738388094064">"Bergingsinstellings"</string>
    <string name="storage_settings_summary" product="nosdcard" msgid="3543813623294870759">"Ontheg USB-berging, sien beskikbare berging"</string>
    <!-- outdated translation 3543813623294870759 -->     <string name="storage_settings_summary" product="default" msgid="9176693537325988610">"Ontheg USB-berging, sien beskikbare berging"</string>
    <!-- outdated translation 5123197324870153205 -->     <string name="status_number" product="tablet" msgid="1138837891091222272">"My foonnommer"</string>
    <string name="status_number" product="default" msgid="5123197324870153205">"My foonnommer"</string>
    <string name="status_min_number" msgid="3519504522179420597">"MIN"</string>
    <!-- no translation found for status_msid_number (909010114445780530) -->
    <skip />
    <string name="status_prl_version" msgid="8499039751817386529">"PRL-weergawe"</string>
    <string name="status_meid_number" msgid="1751442889111731088">"MEID"</string>
    <!-- no translation found for status_icc_id (943368755577172747) -->
    <skip />
    <string name="status_network_type" msgid="3279383550222116235">"Mobielenetwerk-tipe"</string>
    <string name="status_data_state" msgid="5503181397066522950">"Mobielenetwerk-status"</string>
    <!-- no translation found for status_service_state (2323931627519429503) -->
    <skip />
    <!-- no translation found for status_signal_strength (3732655254188304547) -->
    <skip />
    <!-- no translation found for status_roaming (2638800467430913403) -->
    <skip />
    <!-- no translation found for status_operator (2274875196954742087) -->
    <skip />
    <!-- no translation found for status_wifi_mac_address (33109409206264790) -->
    <skip />
    <!-- no translation found for status_bt_address (4195174192087439720) -->
    <skip />
    <!-- no translation found for status_serial_number (2257111183374628137) -->
    <skip />
    <!-- no translation found for status_unavailable (7862009036663793314) -->
    <skip />
    <!-- no translation found for status_up_time (7294859476816760399) -->
    <skip />
    <!-- no translation found for status_awake_time (2393949909051183652) -->
    <skip />
    <string name="internal_memory" msgid="9129595691484260784">"Interne berging"</string>
    <string name="sd_memory" product="nosdcard" msgid="2510246194083052841">"USB-berging"</string>
    <!-- outdated translation 2510246194083052841 -->     <string name="sd_memory" product="default" msgid="151871913888051515">"USB-berging"</string>
    <!-- no translation found for memory_available (5052397223077021181) -->
    <skip />
    <!-- no translation found for memory_size (6629067715017232195) -->
    <skip />
    <string name="memory_calculating_size" msgid="2188358544203768588">"Bereken tans…"</string>
    <!-- no translation found for memory_apps_usage (9079237985722858506) -->
    <skip />
    <!-- no translation found for memory_media_usage (3738830697707880405) -->
    <skip />
    <!-- no translation found for memory_downloads_usage (3755173051677533027) -->
    <skip />
    <!-- no translation found for memory_dcim_usage (6679615808140067136) -->
    <skip />
    <!-- no translation found for memory_music_usage (4040027367622874108) -->
    <skip />
    <!-- no translation found for memory_media_misc_usage (235452944021647124) -->
    <skip />
    <string name="sd_eject" product="nosdcard" msgid="4988563376492400073">"Ontheg gedeelde berging"</string>
    <string name="sd_eject" product="default" msgid="6915293408836853020">"Ontheg SD-kaart"</string>
    <string name="sd_eject_summary" product="nosdcard" msgid="5009296896648072891">"Ontheg die interne USB-berging"</string>
    <string name="sd_eject_summary" product="default" msgid="3300599435073550246">"Ontheg die SD-kaart sodat jy dit veilig kan verwyder"</string>
    <string name="sd_insert_summary" product="nosdcard" msgid="5264016886409577313">"Sit USB-berging in vir hegting"</string>
    <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"Steek \'n SD-kaart in vir hegting"</string>
    <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"Heg USB-berging"</string>
    <string name="sd_mount" product="default" msgid="5940523765187704135">"Heg SD-kaart"</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">"Vee USB-berging uit"</string>
    <string name="sd_format" product="default" msgid="2576054280507119870">"Vee SD-kaart uit"</string>
    <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"Vee alle data op die interne USB-berging uit, soos musiek en foto\'s"</string>
    <string name="sd_format_summary" product="default" msgid="212703692181793109">"Vee alle data op die SD-kaart uit, soos musiek en foto\'s"</string>
    <!-- no translation found for read_only (6702420168629076340) -->
    <skip />
    <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="2349876662428231297">"Ontheg USB-berging"</string>
    <string name="dlg_confirm_unmount_title" product="default" msgid="8612140627310646730">"Ontheg SD-kaart"</string>
    <string name="dlg_confirm_unmount_text" product="nosdcard" msgid="3390169455621185223">"As jy die USB-berging ontheg het, sal sommige programme wat jy gebruik stop en onbeskikbaar wees totdat jy die USB-berging weer heg."</string>
    <string name="dlg_confirm_unmount_text" product="default" msgid="5851214273718817727">"As jy die SD-kaart ontheg, sal sekere programme wat jy gebruik, stop en dalk nie beskikbaar wees nie tot jy die SD-kaart weer heg."</string>
    <string name="dlg_error_unmount_title" product="nosdcard" msgid="3025324680679151570">"Kon nie USB-berging demonteer nie"</string>
    <string name="dlg_error_unmount_title" product="default" msgid="2420402458072749698">"Kon nie SD-kaart demonteer nie"</string>
    <string name="dlg_error_unmount_text" product="nosdcard" msgid="1450864147013376592">"Kan nie USB-berging ontheg nie. Probeer later weer."</string>
    <string name="dlg_error_unmount_text" product="default" msgid="9188972789897713180">"Kan nie SD-kaart ontheg nie. Probeer later weer."</string>
    <string name="unmount_inform_text" product="nosdcard" msgid="7120241136790744265">"USB-berging sal ontheg word."</string>
    <string name="unmount_inform_text" product="default" msgid="1904212716075458402">"SD-kaart sal ontheg word."</string>
    <string name="sd_ejecting_title" msgid="8824572198034365468">"Onthegting"</string>
    <string name="sd_ejecting_summary" msgid="2028753069184908491">"Onthegting besig"</string>
    <string name="storage_menu_usb" msgid="5708207885333243384">"USB-rekenaaraansluiting"</string>
    <string name="storage_title_usb" msgid="679612779321689418">"USB-rekenaaraansluiting"</string>
    <string name="usb_connection_category" msgid="7805945595165422882">"Koppel as"</string>
    <string name="usb_mtp_title" msgid="3399663424394065964">"Media-toestel (MTP)"</string>
    <string name="usb_mtp_summary" msgid="4617321473211391236">"Laat jou medialêers op Windows oordra, of met Android File Transfer op Mac (sien www.android.com/filetransfer)"</string>
    <string name="usb_ptp_title" msgid="3852760810622389620">"Camera (PTP)"</string>
    <string name="usb_ptp_summary" msgid="7673397474756664929">"Laat jou foto\'s met kamerasagteware deel, en enige lêers oordra op rekenaars wat nie MTP ondersteun nie"</string>
    <string name="usb_label_installer_cd" msgid="4331173824920630215">"Installeer lêeroordrag-hulpmiddels"</string>
    <!-- no translation found for battery_status_title (9159414319574976203) -->
    <skip />
    <!-- no translation found for battery_level_title (2965679202786873272) -->
    <skip />
    <!-- no translation found for apn_settings (3743170484827528406) -->
    <skip />
    <!-- no translation found for apn_edit (1354715499708424718) -->
    <skip />
    <!-- no translation found for apn_not_set (7422262558097875757) -->
    <skip />
    <!-- no translation found for apn_name (4115580098369824123) -->
    <skip />
    <!-- no translation found for apn_apn (2479425126733513353) -->
    <skip />
    <!-- no translation found for apn_http_proxy (1826885957243696354) -->
    <skip />
    <!-- no translation found for apn_http_port (3763259523984976226) -->
    <skip />
    <!-- no translation found for apn_user (455637547356117761) -->
    <skip />
    <!-- no translation found for apn_password (5412301994998250968) -->
    <skip />
    <!-- no translation found for apn_server (2436185314756372858) -->
    <skip />
    <!-- no translation found for apn_mmsc (3670124402105585737) -->
    <skip />
    <!-- no translation found for apn_mms_proxy (5374082621073999275) -->
    <skip />
    <!-- no translation found for apn_mms_port (4074188088199243040) -->
    <skip />
    <!-- no translation found for apn_mcc (4258628382260674636) -->
    <skip />
    <!-- no translation found for apn_mnc (8629374076888809874) -->
    <skip />
    <string name="apn_auth_type" msgid="6167205395676037015">"Stawingstipe"</string>
    <string name="apn_auth_type_none" msgid="5069592676845549926">"Geen"</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 of CHAP"</string>
    <!-- no translation found for apn_type (469613123902220544) -->
    <skip />
    <!-- no translation found for apn_protocol (3272222921649348640) -->
    <skip />
    <!-- no translation found for menu_delete (6981294422841124659) -->
    <skip />
    <!-- no translation found for menu_new (3014205883303921729) -->
    <skip />
    <!-- no translation found for menu_save (8109345640668285399) -->
    <skip />
    <!-- no translation found for menu_cancel (2194502410474697474) -->
    <skip />
    <!-- no translation found for error_title (1319225301794168762) -->
    <skip />
    <!-- no translation found for error_name_empty (1498238337687930558) -->
    <skip />
    <!-- no translation found for error_apn_empty (1513892291812404310) -->
    <skip />
    <!-- no translation found for error_mcc_not3 (4560171714156251661) -->
    <skip />
    <!-- no translation found for error_mnc_not23 (8418177072458379439) -->
    <skip />
    <string name="restore_default_apn" msgid="2724583218635739913">"Laai verstek APN-instellings terug"</string>
    <string name="menu_restore" msgid="8260067415075573273">"Stel terug na verstek"</string>
    <string name="restore_default_apn_completed" msgid="3990449939234957281">"Terugstel van APN- verstek instellings voltooi"</string>
    <!-- no translation found for master_clear_title (5907939616087039756) -->
    <skip />
    <string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"Vee alle data op tablet uit"</string>
    <!-- outdated translation 4036344100254678429 -->     <string name="master_clear_summary" product="default" msgid="4986154238001088492">"Vee alle data op tablet uit"</string>
    <!-- outdated translation 1305457209008369655 -->     <string name="master_clear_desc" product="tablet" msgid="590799767511283567">"Dit sal alle data van jou tablet se "<b>"interne geheue"</b>" uitvee, insluitend:"\n\n<li>"jou Google-rekening"</li>\n<li>"stelsel- en programdata en -instellings"</li>\n<li>"afgelaaide programme"</li></string>
    <!-- outdated translation 1305457209008369655 -->     <string name="master_clear_desc" product="default" msgid="3251400937758241249">"Dit sal alle data van jou tablet se "<b>"interne geheue"</b>" uitvee, insluitend:"\n\n<li>"jou Google-rekening"</li>\n<li>"stelsel- en programdata en -instellings"</li>\n<li>"afgelaaide programme"</li></string>
    <string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"Jy is tans aangemeld by die volgende rekeninge:"\n</string>
    <!-- no translation found for master_clear_desc_also_erases_external (1903185203791274237) -->
    <skip />
    <string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="4740866328425123395">\n\n"Om ook musiek, prente en ander gebruikerdata uit te vee, moet die "<b>"USB-berging"</b>" uitgevee word."</string>
    <string name="master_clear_desc_erase_external_storage" product="default" msgid="7339100478676372901">\n\n"Om ook musiek, prente en ander gebruikerdata uit te vee, moet die "<b>"SD-kaart"</b>" uitgevee word."</string>
    <string name="erase_external_storage" product="nosdcard" msgid="969364037450286809">"Vee USB-berging uit"</string>
    <string name="erase_external_storage" product="default" msgid="1397239046334307625">"Vee SD-kaart uit"</string>
    <string name="erase_external_storage_description" product="nosdcard" msgid="444834593696342279">"Vee alle data op die interne USB-berging uit, soos musiek of foto\'s."</string>
    <string name="erase_external_storage_description" product="default" msgid="46603515218075174">"Vee al die data op die SD-kaart uit, soos musiek of foto\'s."</string>
    <string name="master_clear_button_text" product="tablet" msgid="3130786116528304116">"Stel tablet terug"</string>
    <!-- outdated translation 3130786116528304116 -->     <string name="master_clear_button_text" product="default" msgid="7550632653343157971">"Stel tablet terug"</string>
    <string name="master_clear_final_desc" msgid="6917971132484622696">"Vee al jou persoonlike inligting en enige afgelaaide programme uit? Dit is onmoontlik om hierdie handeling ongedaan te maak!"</string>
    <!-- no translation found for master_clear_final_button_text (5390908019019242910) -->
    <skip />
    <string name="master_clear_gesture_prompt" msgid="1428645764883536750">"Teken jou ontsluitpatroon"</string>
    <string name="master_clear_gesture_explanation" msgid="2234954758550554549">"Jy moet jou ontsluitpatroon teken om jou foon se fabrieksterugstelling te bevestig."</string>
    <!-- no translation found for master_clear_failed (8655202125010189406) -->
    <skip />
    <string name="master_clear_confirm_title" msgid="4845794266129586839">"Bevestig terugstel"</string>
    <string name="media_format_title" product="nosdcard" msgid="3999653431422767156">"Vee USB-berging uit"</string>
    <string name="media_format_title" product="default" msgid="4427528440306787972">"Vee SD-kaart uit"</string>
    <string name="media_format_summary" product="nosdcard" msgid="776603298628082065">"Vee alle data in USB-berging uit"</string>
    <string name="media_format_summary" product="default" msgid="3805714639375830120">"Vee alle data op die SD-kaart uit"</string>
    <string name="media_format_desc" product="nosdcard" msgid="4553860683952763905">"Hierdie handeling sal die USB-berging uitvee. Jy sal "<b>"alle"</b>" data wat hier gestoor word, verloor!"</string>
    <string name="media_format_desc" product="default" msgid="1598627584181935513">"Hierdie handeling sal die SD-kaart uitvee. Jy sal "<b>"alle "</b>" data op die kaart verloor!"</string>
    <string name="media_format_button_text" product="nosdcard" msgid="6293669371185352810">"Vee USB-berging uit"</string>
    <string name="media_format_button_text" product="default" msgid="6721544380069373626">"Vee SD-kaart uit"</string>
    <string name="media_format_final_desc" product="nosdcard" msgid="8094635533378487255">"Vee USB-berging uit, wat alle lêers wat daar gestoor word, sal uitvee? Handeling kan nie omgekeer word nie!"</string>
    <string name="media_format_final_desc" product="default" msgid="9015504991522581434">"Vee SD-kaart uit, wat alle lêers wat daar gestoor word, sal uitvee? Handeling kan nie omgekeer word nie!"</string>
    <string name="media_format_final_button_text" msgid="4881713344315923175">"Vee alles uit"</string>
    <string name="media_format_gesture_prompt" msgid="3109349468816856670">"Teken jou ontsluitpatroon"</string>
    <string name="media_format_gesture_explanation" product="nosdcard" msgid="1379736318750958338">"Jy moet jou ontsluitpatroon teken om te bevestig dat jy die USB-berging wil uitvee."</string>
    <string name="media_format_gesture_explanation" product="default" msgid="1681213416497647321">"Jy moet jou ontsluitpatroon teken om te bevestig dat jy die SD-kaart wil uitvee."</string>
    <!-- no translation found for call_settings_title (5188713413939232801) -->
    <skip />
    <!-- no translation found for call_settings_summary (7291195704801002886) -->
    <skip />
    <string name="tether_settings_title_usb" msgid="6688416425801386511">"USB-verbinding"</string>
    <string name="tether_settings_title_wifi" msgid="3277144155960302049">"Losstaande Wi-Fi-warmkol"</string>
    <string name="tether_settings_title_bluetooth" msgid="355855408317564420">"Bluetooth-verbinding"</string>
    <string name="tether_settings_title_usb_bluetooth" msgid="5355828977109785001">"Verbinding"</string>
    <string name="tether_settings_title_all" msgid="8356136101061143841">"Verbinding en losstaande Wi-Fi-warmkol"</string>
    <string name="usb_title" msgid="7483344855356312510">"USB"</string>
    <string name="usb_tethering_button_text" msgid="585829947108007917">"USB-verbinding"</string>
    <string name="usb_tethering_available_subtext" msgid="156779271296152605">"USB gekoppel, merk om te verbind"</string>
    <string name="usb_tethering_active_subtext" msgid="8916210851136467042">"Verbind"</string>
    <string name="usb_tethering_storage_active_subtext" msgid="6608933594288072573">"Kan nie verbind wanneer USB-geheue gebruik word nie"</string>
    <string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB nie gekoppel nie"</string>
    <string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USB-verbindingsfout"</string>
    <string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"Bluetooth-verbinding"</string>
    <!-- outdated translation 3317112145693933963 -->     <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="8811610320942954709">"Bluetooth-verbinding aan, maar nie gekoppel nie"</string>
    <!-- outdated translation 3317112145693933963 -->     <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"Bluetooth-verbinding aan, maar nie gekoppel nie"</string>
    <!-- no translation found for bluetooth_tethering_device_connected_subtext (2730938191906597896) -->
    <skip />
    <!-- no translation found for bluetooth_tethering_device_connected_subtext (1666736165420290466) -->
    <skip />
    <!-- no translation found for bluetooth_tethering_devices_connected_subtext (1180765608259580143) -->
    <skip />
    <!-- no translation found for bluetooth_tethering_devices_connected_subtext (8248942539362173005) -->
    <skip />
    <!-- outdated translation 1798863866978968964 -->     <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"Bluetooth-verbinding af"</string>
    <!-- outdated translation 1798863866978968964 -->     <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"Bluetooth-verbinding af"</string>
    <string name="bluetooth_tethering_errored_subtext" msgid="1344187103463073993">"Bluetooth-verbindingsfout"</string>
    <string name="bluetooth_tethering_overflow_error" msgid="2222060504731415763">"Kan nie aan meer as <xliff:g id="MAXCONNECTION">%1$d</xliff:g> toestelle verbind nie"</string>
    <string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> sal ontverbind word."</string>
    <string name="tethering_help_button_text" msgid="656117495547173630">"Hulp"</string>
    <!-- no translation found for network_settings_title (7967552516440151852) -->
    <skip />
    <string name="location_title" msgid="1029961368397484576">"My ligging"</string>
    <string name="location_network_based" msgid="1093258647152327199">"Google-liggingsdiens"</string>
    <string name="location_neighborhood_level" msgid="4260886124154148129">"Laat porgramme Wi-Fi en mobielnetwerke gebruik om jou benaderde ligging te bepaal"</string>
    <!-- no translation found for location_neighborhood_level_wifi (7457348712272184793) -->
    <skip />
    <string name="location_gps" msgid="8392461023569708478">"GPS-satelliete"</string>
    <string name="location_street_level" msgid="4244496898967415234">"Laat programme GPS gebruik om jou ligging presies vas te stel"</string>
    <string name="assisted_gps" msgid="4649317129586736885">"Gebruik bygestane GPS"</string>
    <string name="assisted_gps_enabled" msgid="8751899609589792803">"Gebruik bediener om GPS by te staan (ontmerk om netwerkgebruik te verminder)"</string>
    <string name="assisted_gps_disabled" msgid="6982698333968010748">"Gebruik bediener om GPS by te staan (ontmerk om GPS-werkverrigting te verbeter)"</string>
    <string name="use_location_title" msgid="5206937465504979977">"Ligging &amp; Google-soektog"</string>
    <string name="use_location_summary" msgid="3978805802386162520">"Laat Google jou ligging gebruik om soekresultate en ander dienste te verbeter"</string>
    <string name="about_settings" product="tablet" msgid="593457295516533765">"Meer oor tablet"</string>
    <!-- outdated translation 593457295516533765 -->     <string name="about_settings" product="default" msgid="1743378368185371685">"Meer oor tablet"</string>
    <string name="about_settings_summary" msgid="3371517697156165959">"Sien regsinligting, status, sagteware-weergawe"</string>
    <!-- no translation found for legal_information (5769301644270604095) -->
    <skip />
    <!-- no translation found for contributors_title (5917703088825286504) -->
    <skip />
    <!-- no translation found for copyright_title (865906688917260647) -->
    <skip />
    <!-- no translation found for license_title (1990487604356037871) -->
    <skip />
    <!-- no translation found for terms_title (7697580845616764642) -->
    <skip />
    <string name="system_tutorial_list_item_title" msgid="9082844446660969729">"Stelseltutoriaal"</string>
    <string name="system_tutorial_list_item_summary" product="tablet" msgid="3341504384445734067">"Leer hoe om jou tablet te gebruik"</string>
    <string name="system_tutorial_list_item_summary" product="default" msgid="3861815254521030201">"Leer hoe om jou foon te gebruik"</string>
    <!-- no translation found for settings_license_activity_title (7553683406244228650) -->
    <skip />
    <!-- no translation found for settings_license_activity_unavailable (4210539215951487627) -->
    <skip />
    <!-- no translation found for settings_license_activity_loading (3337535809093591740) -->
    <skip />
    <string name="settings_safetylegal_title" msgid="1289483965535937431">"Veiligheidsinligting"</string>
    <string name="settings_safetylegal_activity_title" msgid="6901214628496951727">"Veiligheidsinligting"</string>
    <string name="settings_safetylegal_activity_unreachable" msgid="170670055116721810">"Jy het nie \'n dataverbinding nie. Om die inligting nou te sien, gaan na %s op enige rekenaar wat aan die internet gekoppel is."</string>
    <string name="settings_safetylegal_activity_loading" msgid="8059022597639516348">"Laai tans…"</string>
    <string name="lockpassword_choose_your_password_header" msgid="8624900666929394990">"Kies jou wagwoord"</string>
    <string name="lockpassword_choose_your_pattern_header" msgid="6949761069941694050">"Kies jou patroon"</string>
    <string name="lockpassword_choose_your_pin_header" msgid="7598849519816138302">"Kies jou PIN"</string>
    <string name="lockpassword_confirm_your_password_header" msgid="6308478184889846633">"Bevestig jou wagwoord"</string>
    <string name="lockpassword_confirm_your_pattern_header" msgid="7543433733032330821">"Bevestig jou patroon"</string>
    <string name="lockpassword_confirm_your_pin_header" msgid="49038294648213197">"Bevestig jou PIN"</string>
    <string name="lockpassword_confirm_passwords_dont_match" msgid="6850677112663979120">"Wagwoorde stem nie ooreen nie"</string>
    <string name="lockpassword_confirm_pins_dont_match" msgid="4757532830594400147">"PIN\'e stem nie ooreen nie"</string>
    <string name="lockpassword_choose_lock_generic_header" msgid="3811438094903786145">"Ontsluit keuse"</string>
    <string name="lockpassword_password_set_toast" msgid="4875050283108629383">"Wagwoord is gestel"</string>
    <string name="lockpassword_pin_set_toast" msgid="6011826444725291475">"PIN is gestel"</string>
    <string name="lockpassword_pattern_set_toast" msgid="6867259621331406236">"Patroon is ingestel"</string>
    <string name="lock_settings_title" msgid="335025124489630932">"Skermsekuriteit"</string>
    <!-- no translation found for lockpattern_change_lock_pattern_label (5679630792003440352) -->
    <skip />
    <string name="lockpattern_change_lock_pin_label" msgid="266707138486731661">"Verander ontsluit-PIN"</string>
    <string name="lockpattern_need_to_unlock" msgid="757935356911054465">"Bevestig gestoorde patroon"</string>
    <!-- no translation found for lockpattern_need_to_unlock_wrong (5629093548611791080) -->
    <skip />
    <string name="lockpattern_recording_intro_header" msgid="308287052221942814">"Teken \'n ontsluitpatroon"</string>
    <!-- no translation found for lockpattern_recording_intro_footer (1118579101409152113) -->
    <skip />
    <!-- no translation found for lockpattern_recording_inprogress (4622772178078818425) -->
    <skip />
    <!-- no translation found for lockpattern_recording_incorrect_too_short (3103250430366718996) -->
    <skip />
    <!-- no translation found for lockpattern_pattern_entered_header (5012716272001299362) -->
    <skip />
    <!-- no translation found for lockpattern_need_to_confirm (5144676887162575050) -->
    <skip />
    <!-- no translation found for lockpattern_pattern_confirmed_header (2223856038485537716) -->
    <skip />
    <!-- no translation found for lockpattern_confirm_button_text (1128204343957002841) -->
    <skip />
    <!-- no translation found for lockpattern_restart_button_text (3337574403350953926) -->
    <skip />
    <!-- no translation found for lockpattern_retry_button_text (1949847413862309134) -->
    <skip />
    <!-- no translation found for lockpattern_continue_button_text (4723771754714471410) -->
    <skip />
    <!-- no translation found for lockpattern_settings_title (3207750489460466680) -->
    <skip />
    <!-- no translation found for lockpattern_settings_enable_title (6920616873671115281) -->
    <skip />
    <!-- no translation found for lockpattern_settings_enable_summary (1165707416664252167) -->
    <skip />
    <string name="lockpattern_settings_enable_visible_pattern_title" msgid="2615606088906120711">"Maak patroon sigbaar"</string>
    <string name="lockpattern_settings_enable_tactile_feedback_title" msgid="8898518337442601027">"Vibreer by aanraking"</string>
    <!-- no translation found for lockpattern_settings_choose_lock_pattern (1652352830005653447) -->
    <skip />
    <!-- no translation found for lockpattern_settings_change_lock_pattern (1123908306116495545) -->
    <skip />
    <string name="lockpattern_settings_help_how_to_record" msgid="2614673439060830433">"Hoe om \'n ontsluitpatroon te teken"</string>
    <!-- no translation found for lockpattern_too_many_failed_confirmation_attempts_header (819903817323783498) -->
    <skip />
    <!-- no translation found for lockpattern_too_many_failed_confirmation_attempts_footer (6759029360597122873) -->
    <skip />
    <!-- no translation found for skip_button_label (8680422740354436943) -->
    <skip />
    <!-- no translation found for next_button_label (8890792540116568321) -->
    <skip />
    <string name="lock_title" product="tablet" msgid="2909697418179419990">"Beveilig jou tablet"</string>
    <!-- outdated translation 2909697418179419990 -->     <string name="lock_title" product="default" msgid="4059246467204273930">"Beveilig jou tablet"</string>
    <string name="lock_intro_message" product="tablet" msgid="3692151094288835065">"Beskerm jou tablet teen ongemagtigde gebruik deur \'n persoonlike skermontsluitpatroon te skep. Gebruik jou vinger om die kolletjies in enige volgorde te verbind op die volgende skerm. Jy moet ten minste vier kolletjies verbind. "\n\n"Reg om te begin? Raak “Volgende”."</string>
    <!-- outdated translation 3692151094288835065 -->     <string name="lock_intro_message" product="default" msgid="5796785892741212873">"Beskerm jou tablet teen ongemagtigde gebruik deur \'n persoonlike skermontsluitpatroon te skep. Gebruik jou vinger om die kolletjies in enige volgorde te verbind op die volgende skerm. Jy moet ten minste vier kolletjies verbind. "\n\n"Reg om te begin? Raak “Volgende”."</string>
    <!-- no translation found for manageapplications_settings_title (5712405848153426706) -->
    <skip />
    <string name="manageapplications_settings_summary" msgid="6097117021500651232">"Bestuur en verwyder geïnstalleerde programme"</string>
    <!-- no translation found for applications_settings (3736173521008476946) -->
    <skip />
    <!-- no translation found for applications_settings_summary (2714215108369119717) -->
    <skip />
    <!-- no translation found for applications_settings_header (6018266337275422250) -->
    <skip />
    <!-- no translation found for install_applications (4872012136210802181) -->
    <skip />
    <string name="install_unknown_applications" msgid="6612824788917283662">"Laat installering van nie-Market-programme toe"</string>
    <string name="install_all_warning" product="tablet" msgid="8143969767997876735">"Jou tablet en persoonlike data is meer kwesbaar vir aanvalle deur programme uit onbekende bronne. Jy stem saam dat jy alleen verantwoordelik sal wees vir enige skade aan jou tablet of verlies van data wat uit die gebruik van dié programme kan voortspruit."</string>
    <string name="install_all_warning" product="default" msgid="1923717607319933741">"Jou foon en persoonlike data is kwesbaarder vir aanvalle deur programme uit onbekende bronne. Jy stem saam dat jy alleen verantwoordelik sal wees vir enige skade aan jou foon of verlies van data wat uit die gebruik van dié programme kan voortspruit."</string>
    <!-- no translation found for advanced_settings (1777249286757067969) -->
    <skip />
    <!-- no translation found for advanced_settings_summary (145134386044169043) -->
    <skip />
    <!-- no translation found for application_info_label (1150486628158409543) -->
    <skip />
    <!-- no translation found for storage_label (8700867073480107253) -->
    <skip />
    <!-- no translation found for auto_launch_label (3012617472833815382) -->
    <skip />
    <!-- no translation found for screen_compatibility_label (663250687205465394) -->
    <skip />
    <!-- no translation found for permissions_label (2605296874922726203) -->
    <skip />
    <string name="cache_header_label" msgid="1877197634162461830">"Kasgeheue"</string>
    <string name="clear_cache_btn_text" msgid="5756314834291116325">"Maak kas skoon"</string>
    <string name="cache_size_label" msgid="7505481393108282913">"Kasgeheue"</string>
    <string name="controls_label" msgid="7611113077086853799">"Kontroles"</string>
    <string name="force_stop" msgid="7435006169872876756">"Dwing stop"</string>
    <!-- no translation found for total_size_label (1048676419552557254) -->
    <skip />
    <!-- no translation found for application_size_label (5055196275624686382) -->
    <skip />
    <!-- no translation found for external_code_size_label (3459343140355961335) -->
    <skip />
    <!-- no translation found for data_size_label (8679376373625710107) -->
    <skip />
    <!-- no translation found for external_data_size_label (7533821466482000453) -->
    <skip />
    <!-- no translation found for external_data_size_label (626414192825329708) -->
    <skip />
    <!-- no translation found for uninstall_text (3644892466144802466) -->
    <skip />
    <string name="disable_text" msgid="6544054052049395202">"Deaktiveer"</string>
    <string name="enable_text" msgid="9217362512327828987">"Aktiveer"</string>
    <!-- no translation found for clear_user_data_text (5597622864770098388) -->
    <skip />
    <string name="app_factory_reset" msgid="6635744722502563022">"Deïnstalleer opdaterings"</string>
    <!-- no translation found for auto_launch_enable_text (2630656657744196691) -->
    <skip />
    <!-- no translation found for auto_launch_disable_text (7800385822185540166) -->
    <skip />
    <!-- no translation found for clear_activities (7408923511535174430) -->
    <skip />
    <!-- no translation found for screen_compatibility_text (2398570332021220651) -->
    <skip />
    <!-- no translation found for ask_compatibility (7225195569089607846) -->
    <skip />
    <!-- no translation found for enable_compatibility (3257284255974065538) -->
    <skip />
    <!-- no translation found for unknown (1592123443519355854) -->
    <skip />
    <string name="sort_order_alpha" msgid="1410278099123670628">"Rangskik volgens naam"</string>
    <string name="sort_order_size" msgid="7024513286636502362">"Rangskik volgens grootte"</string>
    <string name="show_running_services" msgid="5736278767975544570">"Wys lopende dienste"</string>
    <string name="show_background_processes" msgid="2009840211972293429">"Wys gekaste prosesse"</string>
    <!-- no translation found for manage_space_text (8852711522447794676) -->
    <skip />
    <string name="filter" msgid="2018011724373033887">"Filter"</string>
    <string name="filter_dlg_title" msgid="6507663329723966854">"Kies filteropsies"</string>
    <string name="filter_apps_all" msgid="5142129378749391876">"Alle"</string>
    <string name="filter_apps_third_party" msgid="7786348047690140979">"Afgelaai"</string>
    <string name="filter_apps_running" msgid="7767071454371350486">"Loop tans"</string>
    <string name="filter_apps_onsdcard" product="nosdcard" msgid="4843063154701023349">"USB-berging"</string>
    <string name="filter_apps_onsdcard" product="default" msgid="1477351142334784771">"Op SD-kaart"</string>
    <string name="disabled" msgid="9206776641295849915">"Gedeaktiveer"</string>
    <string name="no_applications" msgid="5190227407135243904">"Geen programme nie."</string>
    <string name="internal_storage" msgid="1584700623164275282">"Interne berging"</string>
    <string name="sd_card_storage" product="nosdcard" msgid="2673203150465132465">"USB-berging"</string>
    <string name="sd_card_storage" product="default" msgid="7623513618171928235">"SD-kaartberging"</string>
    <!-- no translation found for recompute_size (7722567982831691718) -->
    <skip />
    <!-- no translation found for clear_data_dlg_title (4470209520936375508) -->
    <skip />
    <string name="clear_data_dlg_text" msgid="8368035073300828451">"Alle data van hierdie program sal permanent uitgevee word. Dit sluit alle lêers, instellings, rekeninge, databasisse ensovoorts in."</string>
    <!-- no translation found for dlg_ok (2402639055725653590) -->
    <skip />
    <!-- no translation found for dlg_cancel (1674753358972975911) -->
    <skip />
    <!-- no translation found for app_not_found_dlg_title (8458335716378083713) -->
    <skip />
    <string name="app_not_found_dlg_text" msgid="2980271680333341554">"Die program is nie in die lys geïnstalleerde programme gevind nie."</string>
    <!-- no translation found for clear_data_failed (581956197586913865) -->
    <skip />
    <string name="app_factory_reset_dlg_title" msgid="6116199391150388147">"Deïnstalleer opdaterings"</string>
    <string name="app_factory_reset_dlg_text" msgid="438395129140568893">"Wil jy alle opdaterings vir hierdie Android-stelselprogram deïnstalleer?"</string>
    <string name="clear_failed_dlg_title" msgid="2387060805294783175">"Vee data uit"</string>
    <string name="clear_failed_dlg_text" msgid="3808441171752996043">"Kon nie data vir program uitvee nie."</string>
    <string name="security_settings_desc" product="tablet" msgid="6158636779728455276">"Hierdie program kan die volgende op jou tablet lees:"</string>
    <string name="security_settings_desc" product="default" msgid="3116027624526915561">"Hierdie program kan by die volgende op jou foon ingaan:"</string>
    <string name="computing_size" msgid="1599186977475211186">"Bereken tans..."</string>
    <string name="invalid_size_value" msgid="1901940003700269523">"Kan nie pakkiegrootte bereken nie"</string>
    <string name="empty_list_msg" msgid="2901049162265094971">"Jy het nie enige derdeparty-programme geïnstalleer nie."</string>
    <string name="version_text" msgid="9189073826278676425">"weergawe <xliff:g id="VERSION_NUM">%1$s</xliff:g>"</string>
    <string name="move_app" msgid="5042838441401731346">"Skuif"</string>
    <string name="move_app_to_internal" product="tablet" msgid="2299714147283854957">"Skuif na tablet"</string>
    <string name="move_app_to_internal" product="default" msgid="3895430471913858185">"Skuif na foon"</string>
    <string name="move_app_to_sdcard" product="nosdcard" msgid="4350451696315265420">"Skuif na USB-berging"</string>
    <string name="move_app_to_sdcard" product="default" msgid="1143379049903056407">"Skuif na SD-kaart"</string>
    <string name="moving" msgid="6431016143218876491">"Skuif"</string>
    <string name="insufficient_storage" msgid="8566913062094452962">"Daar is nie genoeg geheue oor nie."</string>
    <string name="does_not_exist" msgid="837163572898468245">"Die program bestaan nie."</string>
    <string name="app_forward_locked" msgid="5747805144210389585">"Die program is beskerm teen kopiëring."</string>
    <string name="invalid_location" msgid="4934491353200240499">"Die gespesifiseerde installering-ligging is ongeldig."</string>
    <string name="system_package" msgid="1030561474413022831">"Stelselopdaterings kan nie op eksterne media geïnstalleer word nie."</string>
    <string name="force_stop_dlg_title" msgid="4289453224368188476">"Dwing stop"</string>
    <string name="force_stop_dlg_text" msgid="5157374701213502922">"Om \'n program te dwing om te stop, kan dit vreemd laat optree. Is jy seker?"</string>
    <string name="move_app_failed_dlg_title" msgid="4337731903265156405">"Skuif program"</string>
    <string name="move_app_failed_dlg_text" msgid="3704066601101413027">"Kon nie program beweeg nie. <xliff:g id="REASON">%1$s</xliff:g>"</string>
    <string name="app_install_location_title" msgid="2068975150026852168">"Voorkeur-installeerligging"</string>
    <string name="app_install_location_summary" msgid="879753854530300436">"Verander die voorkeur-installeerligging vir nuwe programme."</string>
    <!-- no translation found for app_disable_dlg_title (6662184657838747395) -->
    <skip />
    <!-- no translation found for app_disable_dlg_text (1328080928456579599) -->
    <skip />
    <string name="storageuse_settings_title" msgid="5657014373502630403">"Geheuegebruik"</string>
    <string name="storageuse_settings_summary" msgid="2556057379120846792">"Sien berging wat deur programme gebruik word"</string>
    <string name="runningservices_settings_title" msgid="8097287939865165213">"Lopende dienste"</string>
    <string name="runningservices_settings_summary" msgid="854608995821032748">"Sien en beheer dienste wat tans loop"</string>
    <string name="service_restarting" msgid="2242747937372354306">"Begin weer"</string>
    <string name="cached" msgid="1059590879740175019">"Gekaste agtergrondprosesse"</string>
    <string name="no_running_services" msgid="2059536495597645347">"Niks loop nie."</string>
    <string name="service_started_by_app" msgid="6575184738671598131">"Deur program begin."</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> gratis"</string>
    <string name="service_foreground_processes" msgid="7583975676795574276">"<xliff:g id="MEMORY">%1$s</xliff:g> gebruik"</string>
    <string name="memory" msgid="6609961111091483458">"RAM"</string>
    <!-- no translation found for service_process_name (4098932168654826656) -->
    <skip />
    <string name="running_processes_item_description_s_s" msgid="5790575965282023145">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> proses en <xliff:g id="NUMSERVICES">%2$d</xliff:g> diens"</string>
    <string name="running_processes_item_description_s_p" msgid="8019860457123222953">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> proses en <xliff:g id="NUMSERVICES">%2$d</xliff:g> dienste"</string>
    <string name="running_processes_item_description_p_s" msgid="744424668287252915">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> prosesse en <xliff:g id="NUMSERVICES">%2$d</xliff:g> diens"</string>
    <string name="running_processes_item_description_p_p" msgid="1607384595790852782">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> prosesse en <xliff:g id="NUMSERVICES">%2$d</xliff:g> dienste"</string>
    <string name="runningservicedetails_settings_title" msgid="6188692418986988288">"Program wat loop"</string>
    <string name="no_services" msgid="7133900764462288263">"Onaktief"</string>
    <string name="runningservicedetails_services_title" msgid="391168243725357375">"Dienste"</string>
    <string name="runningservicedetails_processes_title" msgid="928115582044655268">"Prosesse"</string>
    <string name="service_stop" msgid="6369807553277527248">"Stop"</string>
    <string name="service_manage" msgid="1876642087421959194">"Instellings"</string>
    <string name="service_stop_description" msgid="3261798282116866961">"Hierdie diens is deur sy program begin. As dit gestop word, kan die program misluk."</string>
    <string name="heavy_weight_stop_description" msgid="6855241582643136019">"Hierdie program kan nie veilig gestop word nie. Deur dit te doen, kan van jou huidige werk verlore gaan."</string>
    <string name="background_process_stop_description" msgid="1728354083304746737">"Hierdie is \'n ou programproses wat gehou word vir spoedverbetering as dit dalk weer nodig word. Daar is gewoonlik geen rede om dit te stop nie."</string>
    <string name="service_manage_description" msgid="7050092269951613102">"<xliff:g id="CLIENT_NAME">%1$s</xliff:g>: tans in gebruik. Raak Instellings om dit te beheer."</string>
    <string name="main_running_process_description" msgid="929204645380391397">"Hoofproses wat tans gebruik word."</string>
    <string name="process_service_in_use_description" msgid="8993335064403217080">"Diens <xliff:g id="COMP_NAME">%1$s</xliff:g> word tans gebruik."</string>
    <string name="process_provider_in_use_description" msgid="5586603325677678940">"Veskaffer <xliff:g id="COMP_NAME">%1$s</xliff:g> word tans gebruik."</string>
    <string name="runningservicedetails_stop_dlg_title" msgid="4253292537154337233">"Stop stelseldiens?"</string>
    <string name="runningservicedetails_stop_dlg_text" product="tablet" msgid="5420033091144016389">"Is jy seker jy wil hierdie stelseldiens stop? As jy dit doen, sal sommige kenmerke van jou tablet dalk nie behoorlik werk nie totdat jy dit eers aan en af skakel."</string>
    <string name="runningservicedetails_stop_dlg_text" product="default" msgid="6929716497425738387">"Is jy seker jy wil hierdie stelseldiens stop? Indien wel, kan sommige kenmerke van jou foon dalk nie meer reg werk nie, totdat jy die foon af- en weer aanskakel."</string>
    <string name="language_settings" msgid="5292716747264442359">"Taal en invoer"</string>
    <string name="language_keyboard_settings_title" msgid="243220021717425813">"Taal en invoer"</string>
    <string name="language_settings_category" msgid="2288258489940617043">"Taalinstellings"</string>
    <string name="keyboard_settings_category" msgid="7060453865544070642">"Sleutelbordinstellings"</string>
    <!-- outdated translation 2138384312336494991 -->     <string name="phone_language" msgid="1165758957501090679">"Kies locale"</string>
    <string name="phone_language_summary" msgid="3871309445655554211"></string>
    <!-- no translation found for auto_replace (6199184757891937822) -->
    <skip />
    <!-- no translation found for auto_replace_summary (370288728200084466) -->
    <skip />
    <string name="auto_caps" msgid="6379232078052591265">"Outohoofletters"</string>
    <!-- no translation found for auto_caps_summary (6358102538315261466) -->
    <skip />
    <!-- no translation found for auto_punctuate (4595367243950425833) -->
    <skip />
    <string name="hardkeyboard_category" msgid="5957168411305769899">"Fisiese sleutelbordinstellings"</string>
    <!-- no translation found for auto_punctuate_summary (4372126865670574837) -->
    <skip />
    <string name="show_password" msgid="3001113966880559611">"Maak wagwoorde sigbaar"</string>
    <string name="show_password_summary" msgid="7345931695292850058"></string>
    <string name="ime_security_warning" msgid="812267421486877917">"Die invoermetode kan dalk alle teks wat jy invoer, versamel, insluitende persoonlike data soos wagwoorde en kredietkaartnommers. Dit kom van die program <xliff:g id="IME_APPLICATION_NAME">%1$s</xliff:g>. Wil jy dié invoermetode gebruik?"</string>
    <!-- no translation found for pointer_settings_category (6090176550039035130) -->
    <skip />
    <!-- no translation found for pointer_speed (1221342330217861616) -->
    <skip />
    <string name="user_dict_settings_titlebar" msgid="765659257455000490">"Gebruikerwoordeboek"</string>
    <!-- no translation found for user_dict_single_settings_title (5454855286173849284) -->
    <skip />
    <!-- no translation found for user_dict_multiple_settings_title (326583195525296750) -->
    <skip />
    <string name="user_dict_settings_summary" msgid="7965571192902870454"></string>
    <string name="user_dict_settings_add_menu_title" msgid="4056762757149923551">"Voeg by"</string>
    <string name="user_dict_settings_add_dialog_title" msgid="4702613990174126482">"Voeg by woordeboek"</string>
    <string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"Redigeer woord"</string>
    <string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"Redigeer"</string>
    <string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"Vee uit"</string>
    <!-- outdated translation 6209268025109242806 -->     <string name="user_dict_settings_empty_text" product="tablet" msgid="1766522102636921529">"Jy het geen woorde in die gebruikerswoordeboek nie. Jy kan \'n woord deur die kieslys byvoeg."</string>
    <string name="user_dict_settings_empty_text" product="default" msgid="6209268025109242806">"Jy het geen woorde in die gebruikerswoordeboek nie. Jy kan \'n woord deur die kieslys byvoeg."</string>
    <!-- no translation found for user_dict_settings_all_languages (7713910347678213719) -->
    <skip />
    <!-- no translation found for testing (6584352735303604146) -->
    <skip />
    <string name="testing_phone_info" product="tablet" msgid="193561832258534798">"Tabletinligting"</string>
    <!-- outdated translation 193561832258534798 -->     <string name="testing_phone_info" product="default" msgid="8656693364332840056">"Tabletinligting"</string>
    <!-- no translation found for testing_battery_info (3497865525976497848) -->
    <skip />
    <!-- no translation found for quick_launch_title (7904609846945905306) -->
    <skip />
    <!-- no translation found for quick_launch_summary (3453825712466417452) -->
    <skip />
    <!-- no translation found for quick_launch_assign_application (4521368464929956350) -->
    <skip />
    <!-- no translation found for quick_launch_no_shortcut (5998005833838278693) -->
    <skip />
    <!-- no translation found for quick_launch_shortcut (5090405067413522300) -->
    <skip />
    <!-- no translation found for quick_launch_clear_dialog_title (5546543501250320220) -->
    <skip />
    <!-- no translation found for quick_launch_clear_dialog_message (3921015601470260722) -->
    <skip />
    <!-- no translation found for quick_launch_clear_ok_button (2634568926597586716) -->
    <skip />
    <!-- no translation found for quick_launch_clear_cancel_button (1892854652197747064) -->
    <skip />
    <!-- no translation found for quick_launch_display_mode_applications (3748789806447639039) -->
    <skip />
    <!-- no translation found for quick_launch_display_mode_shortcuts (4177934019174169042) -->
    <skip />
    <string name="input_methods_settings_title" msgid="6800066636850553887">"Teksinvoer"</string>
    <string name="input_method" msgid="5434026103176856164">"Invoermetode"</string>
    <string name="current_input_method" msgid="2146807723398303917">"Huidige invoermetode"</string>
    <string name="input_method_selector" msgid="4311213129681430709">"Kieser vir invoermetode"</string>
    <string name="input_method_selector_show_automatically_title" msgid="1001612945471546158">"Outomaties"</string>
    <string name="input_method_selector_always_show_title" msgid="3891824124222371634">"Wys altyd"</string>
    <string name="input_method_selector_always_hide_title" msgid="7699647095118680424">"Versteek altyd"</string>
    <string name="configure_input_method" msgid="7773992829158322455">"Stel invoermetodes op"</string>
    <string name="input_method_settings" msgid="5801295625486269553">"Instellings"</string>
    <string name="input_method_settings_button" msgid="6778344383871619368">"Verstellings"</string>
    <string name="active_input_method_subtypes" msgid="3596398805424733238">"Aktiewe invoermetodes"</string>
    <string name="use_system_language_to_select_input_method_subtypes" msgid="3346751753141428573">"Gebruik stelseltaal"</string>
    <string name="input_methods_settings_label_format" msgid="6002887604815693322">"<xliff:g id="IME_NAME">%1$s</xliff:g> instellings"</string>
    <string name="input_methods_and_subtype_enabler_title" msgid="4018402267502337338">"Kies aktiewe invoermetodes"</string>
    <string name="onscreen_keyboard_settings_summary" msgid="5841558383556238653">"Skermsleutelbord-instellings"</string>
    <!-- outdated translation 5274990495405941804 -->     <string name="builtin_keyboard_settings_title" msgid="7688732909551116798">"Ingeboude sleutelbord"</string>
    <!-- outdated translation 7990296351888096836 -->     <string name="builtin_keyboard_settings_summary" msgid="2392531685358035899">"Instellings van ingeboude, fisiese sleutelbord"</string>
    <!-- no translation found for development_settings_title (215179176067683667) -->
    <skip />
    <string name="development_settings_summary" msgid="2151320488701538355">"Stel opsies vir programontwikkeling"</string>
    <!-- no translation found for enable_adb (7982306934419797485) -->
    <skip />
    <!-- no translation found for enable_adb_summary (4881186971746056635) -->
    <skip />
    <!-- no translation found for keep_screen_on (1146389631208760344) -->
    <skip />
    <!-- no translation found for keep_screen_on_summary (2173114350754293009) -->
    <skip />
    <string name="allow_mock_location" msgid="2787962564578664888">"Laat skynliggings toe"</string>
    <string name="allow_mock_location_summary" msgid="317615105156345626">"Laat skynliggings toe"</string>
    <string name="adb_warning_title" msgid="6234463310896563253">"Laat USB-ontfouting toe?"</string>
    <string name="adb_warning_message" msgid="5352555112049663033">"USB-ontfouting is net vir ontwikkelingsdoeleindes bedoel. Dit kan gebruik word om data te kopieer tussen jou rekenaar en jou toestel, programme op jou toestel te installeer sonder kennisgewings, en om loglêerdata te lees."</string>
    <string name="gadget_picker_title" msgid="98374951396755811">"Kies apparaat"</string>
    <string name="widget_picker_title" msgid="9130684134213467557">"Kies legstuk"</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>h <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>h <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="usage_stats_label" msgid="5890846333487083609">"Gebruikstatistieke"</string>
    <string name="testing_usage_stats" msgid="7823048598893937339">"Gebruikstatistieke"</string>
    <string name="display_order_text" msgid="8592776965827565271">"Rangskik volgens:"</string>
    <string name="app_name_label" msgid="2000949925256858308">"Program"</string>
    <string name="launch_count_label" msgid="4019444833263957024">"Tel"</string>
    <string name="usage_time_label" msgid="295954901452833058">"Gebruikstyd"</string>
    <string name="accessibility_settings" msgid="3975902491934816215">"Toeganklikheid"</string>
    <string name="accessibility_settings_title" msgid="2130492524656204459">"Toeganklikheidsinstellings"</string>
    <!-- no translation found for accessibility_services_title (2592221829284342237) -->
    <skip />
    <!-- no translation found for accessibility_system_title (7187919089874130484) -->
    <skip />
    <!-- no translation found for accessibility_toggle_large_text_title (6618674985313017711) -->
    <skip />
    <!-- no translation found for accessibility_power_button_ends_call_title (5468375366375940894) -->
    <skip />
    <!-- no translation found for accessibility_touch_exploration_title (4171477646863806078) -->
    <skip />
    <string name="accessibility_touch_exploration_summary" msgid="1163951209315238103">"Wanneer ontdek-met-raak aangeskakel is, kan jy beskrywings wat onder jou vinger is, sien of hoor."\n\n" Hierdie kenmerk is vir siggestremde gebruikers."</string>
    <!-- no translation found for accessibility_long_press_timeout_title (2373216941395035306) -->
    <skip />
    <!-- no translation found for accessibility_script_injection_title (7661286619870144136) -->
    <skip />
    <!-- no translation found for accessibility_menu_item_settings (3344942964710773365) -->
    <skip />
    <!-- no translation found for accessibility_menu_item_tutorial (567989492004682307) -->
    <skip />
    <!-- no translation found for accessibility_service_state_on (8791337599927106344) -->
    <skip />
    <!-- no translation found for accessibility_service_state_off (2458594460762620776) -->
    <skip />
    <!-- no translation found for accessibility_script_injection_allowed (7624804397748427621) -->
    <skip />
    <!-- no translation found for accessibility_script_injection_disallowed (5156785826922460983) -->
    <skip />
    <!-- no translation found for accessibility_script_injection_button_allow (2201503285877102870) -->
    <skip />
    <!-- no translation found for accessibility_script_injection_button_disallow (1846740874310014190) -->
    <skip />
    <string name="accessibility_service_security_warning" msgid="8318281678500467596">"<xliff:g id="ACCESSIBILITY_SERVICE_NAME">%1$s</xliff:g> kan al die teks wat jy tik, versamel, behalwe wagwoorde. Dit sluit in persoonlike inligting soos kredietkaartnommers. Dit kan ook data oor jou kontak met die toestel versamel."</string>
    <string name="accessibility_disable_warning_title" msgid="6094507649988366153">"Skakel toeganklikheid af?"</string>
    <string name="accessibility_disable_warning_summary" msgid="3421051138834637486">"Raak OK om gesproke beskrywings en alle ander toeganklikheidskenmerke wat jy gebruik, te stop."</string>
    <string name="accessibility_service_no_apps_title" msgid="6101087395877319765">"Geen toeganklikheidsprogramme nie"</string>
    <string name="accessibility_service_no_apps_message" msgid="3019731308902198093">"Jy het nie toeganklikheidsprogramme geïnstalleer nie. Wil jy \'n skermleser van die Android Market aflaai?"</string>
    <string name="accessibility_script_injection_security_warning" msgid="3222458225014522516">"Wil jy hê dat programme skripte van Google installeer wat hul inhoud meer toeganklik sal maak?"</string>
    <string name="accessibility_touch_exploration_warning" msgid="2442154805472989569">"Hierdie funksie verander die manier hoe jou toestel reageer op aanraking. Skakel aan?"</string>
    <string name="accessibility_service_default_description" msgid="7913667934411055972">"Hierdie toeganklikheidsdiens het geen beskrywing nie."\n\n"Toeganklikheidsdienste lewer verskeie soorte terugvoer wanneer jy die toestel kontak."</string>
    <!-- no translation found for settings_button (3006713718908152930) -->
    <skip />
    <!-- outdated translation 5180282911164282324 -->     <string name="power_usage_summary_title" msgid="7190304207330319919">"Batterygebruik"</string>
    <string name="power_usage_summary" msgid="7237084831082848168">"Wat het die battery gebruik"</string>
    <string name="power_usage_not_available" msgid="3583407442633768046">"Data oor batterygebruik nie beskikbaar nie"</string>
    <!-- no translation found for power_usage_level_and_status (1457675765137705432) -->
    <skip />
    <string name="battery_since_unplugged" msgid="338073389740738437">"Batterygebruik sedert uitgeprop"</string>
    <string name="battery_since_reset" msgid="7464546661121187045">"Batterygebruik sedert terugstelling"</string>
    <string name="battery_stats_on_battery" msgid="4970762168505236033">"<xliff:g id="TIME">%1$s</xliff:g> op battery"</string>
    <string name="battery_stats_duration" msgid="7464501326709469282">"<xliff:g id="TIME">%1$s</xliff:g> sedert uitgeprop"</string>
    <string name="battery_stats_charging_label" msgid="4223311142875178785">"Laai"</string>
    <string name="battery_stats_screen_on_label" msgid="7150221809877509708">"Skerm aan"</string>
    <string name="battery_stats_gps_on_label" msgid="1193657533641951256">"GPS aan"</string>
    <string name="battery_stats_wifi_running_label" msgid="3093545080361658269">"Wi-Fi"</string>
    <string name="battery_stats_wake_lock_label" msgid="1908942681902324095">"Wakker"</string>
    <string name="battery_stats_phone_signal_label" msgid="4137799310329041341">"Sein van mobiele netwerk"</string>
    <!-- no translation found for battery_stats_last_duration (1535831453827905957) -->
    <skip />
    <string name="awake" msgid="387122265874485088">"Toestel se wakkertyd"</string>
    <string name="wifi_on_time" msgid="6310209835617490616">"Wi-Fi betyds"</string>
    <string name="bluetooth_on_time" msgid="6157799524996162271">"Wi-Fi betyds"</string>
    <string name="usage_name_percent" msgid="7976919382448235858">"<xliff:g id="NAME">%1$s</xliff:g> -  <xliff:g id="NUMBER">%2$s</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string>
    <string name="history_details_title" msgid="3608240585315506067">"Geskiedenisdetails"</string>
    <string name="details_title" msgid="3792801565213935385">"Gebruik details"</string>
    <string name="details_subtitle" msgid="32593908269911734">"Gebruik details"</string>
    <string name="controls_subtitle" msgid="390468421138288702">"Verstel kraggebruik"</string>
    <string name="packages_subtitle" msgid="4736416171658062768">"Ingeslote pakkette"</string>
    <!-- outdated translation 2353149143338929583 -->     <string name="power_screen" msgid="3023346080675904613">"Wys"</string>
    <string name="power_wifi" msgid="2382791137776486974">"Wi-Fi"</string>
    <string name="power_bluetooth" msgid="4373329044379008289">"Bluetooth"</string>
    <string name="power_cell" msgid="6596471490976003056">"Selgereedheid"</string>
    <string name="power_phone" msgid="5392641106474567277">"Stemoproepe"</string>
    <string name="power_idle" product="tablet" msgid="4612478572401640759">"Tablet ledig"</string>
    <string name="power_idle" product="default" msgid="9055659695602194990">"Foon ledig"</string>
    <string name="usage_type_cpu" msgid="715162150698338714">"CPU-totaal"</string>
    <string name="usage_type_cpu_foreground" msgid="6500579611933211831">"CPU-voorgrond"</string>
    <string name="usage_type_wake_lock" msgid="5125438890233677880">"Hou wakker"</string>
    <string name="usage_type_gps" msgid="7989688715128160790">"GPS"</string>
    <string name="usage_type_wifi_running" msgid="8234997940652067049">"Wi-Fi loop tans"</string>
    <string name="usage_type_phone" product="tablet" msgid="262638572890253393">"Tablet"</string>
    <string name="usage_type_phone" product="default" msgid="9108247984998041853">"Foon"</string>
    <string name="usage_type_data_send" msgid="2857401966985425427">"Data gestuur"</string>
    <string name="usage_type_data_recv" msgid="7251090882025234185">"Data ontvang"</string>
    <string name="usage_type_audio" msgid="6957269406840886290">"Oudio"</string>
    <string name="usage_type_video" msgid="4295357792078579944">"Video"</string>
    <string name="usage_type_on_time" msgid="3351200096173733159">"Tyd aan"</string>
    <string name="usage_type_no_coverage" msgid="3797004252954385053">"Tyd sonder \'n sein"</string>
    <string name="battery_action_stop" msgid="649958863744041872">"Dwing stop"</string>
    <string name="battery_action_app_details" msgid="3275013531871113681">"Programinligting"</string>
    <string name="battery_action_app_settings" msgid="350562653472577250">"Programinstellings"</string>
    <!-- outdated translation 5302763261448580102 -->     <string name="battery_action_display" msgid="7338551244519110831">"Vertooninstellings"</string>
    <string name="battery_action_wifi" msgid="2272741639606146903">"Wi-Fi-instellings"</string>
    <string name="battery_action_bluetooth" msgid="8374789049507723142">"Bluetooth-instellings"</string>
    <string name="battery_desc_voice" msgid="8980322055722959211">"Battery gebruik deur stemoproepe"</string>
    <string name="battery_desc_standby" product="tablet" msgid="6284747418668280364">"Battery word gebruik wanneer tablet ledig is"</string>
    <string name="battery_desc_standby" product="default" msgid="3009080001948091424">"Battery gebruik wanneer foon ledig is"</string>
    <string name="battery_desc_radio" msgid="5479196477223185367">"Battery deur selradio gebruik"</string>
    <string name="battery_sugg_radio" msgid="8211336978326295047">"Skakel oor na vliegtuigmodus om krag te spaar in areas met geen seldekking nie"</string>
    <string name="battery_desc_display" msgid="5432795282958076557">"Battery gebruik deur skerm en ruglig"</string>
    <string name="battery_sugg_display" msgid="3370202402045141760">"Verminder die skermhelderheid en/of skermuittelling"</string>
    <string name="battery_desc_wifi" msgid="1702486494565080431">"Battery deur Wi-Fi gebruik"</string>
    <string name="battery_sugg_wifi" msgid="7542345142282261691">"Skakel Wi-Fi af wanneer dit nie gebruik word nie of waar dit nie beskikbaar is nie"</string>
    <string name="battery_desc_bluetooth" msgid="7535520658674621902">"Battery deur Bluetooth gebruik"</string>
    <string name="battery_sugg_bluetooth_basic" msgid="817276933922157788">"Skakel Bluetooth af as jy dit nie gebruik nie"</string>
    <string name="battery_sugg_bluetooth_headset" msgid="8214816222115517479">"Probeer koppel aan \'n ander bluetooth-toestel"</string>
    <string name="battery_desc_apps" msgid="6665712811746233450">"Battery deur program gebruik"</string>
    <string name="battery_sugg_apps_info" msgid="6065882899391322442">"Stop of deïnstalleer die program"</string>
    <string name="battery_sugg_apps_gps" msgid="4545056413090932541">"Beheer GPS handmatig om te keer dat program dit gebruik"</string>
    <string name="battery_sugg_apps_settings" msgid="8021302847272481168">"Die program kan dalk instellings bied om batterygebruik te verminder"</string>
    <string name="menu_stats_unplugged" msgid="8296577130840261624">"<xliff:g id="UNPLUGGED">%1$s</xliff:g> sedert uitgeprop is"</string>
    <string name="menu_stats_last_unplugged" msgid="5922246077592434526">"Sedert laas uitgeprop vir <xliff:g id="UNPLUGGED">%1$s</xliff:g>"</string>
    <string name="menu_stats_total" msgid="8973377864854807854">"Gebruikstotale"</string>
    <string name="menu_stats_refresh" msgid="1676215433344981075">"Herlaai"</string>
    <string name="process_kernel_label" msgid="3916858646836739323">"Android-bedryfstelsel"</string>
    <string name="process_mediaserver_label" msgid="6500382062945689285">"Mediabediener"</string>
    <string name="voice_input_output_settings" msgid="1336135218350444783">"Steminvoering en -uitvoering"</string>
    <string name="voice_input_output_settings_title" msgid="2442850635048676991">"Steminvoering- en -uitvoeringsinstellings"</string>
    <string name="voice_search_settings_title" msgid="2775469246913196536">"Stemsoektog"</string>
    <string name="keyboard_settings_title" msgid="5080115226780201234">"Android-sleutelbord"</string>
    <string name="voice_input_category" msgid="1589318440824204736">"Steminvoering"</string>
    <string name="voice_output_category" msgid="2624538587784986229">"Stemuitvoering"</string>
    <string name="recognizer_title" msgid="3231385184559054457">"Stemherkenner"</string>
    <string name="recognizer_settings_title" msgid="6038598099039717232">"Stemherkenning-instellings"</string>
    <string name="recognizer_settings_summary" msgid="4472287934134546902">"Instellings vir \'<xliff:g id="RECOGNIZER_NAME">%s</xliff:g>\'"</string>
    <string name="tts_settings" msgid="8186971894801348327">"Teks-na-spraak-instellings"</string>
    <string name="tts_settings_title" msgid="4182348653053000933">"Teks-na-spraak-instellings"</string>
    <string name="use_default_tts_settings_title" msgid="1577063839539732930">"Gebruik altyd my instellings"</string>
    <string name="use_default_tts_settings_summary" msgid="4253502106159206276">"Verstek instellings hier onder oorheers programinstellings"</string>
    <string name="tts_default_settings_section" msgid="5787915620218907443">"Verstek instellings"</string>
    <string name="tts_default_synth_title" msgid="29467896463371992">"Verstek enjin"</string>
    <string name="tts_default_synth_summary" msgid="6482936537135251690">"Stel die spraaksintese-enjin wat vir gesproke teks gebruik word"</string>
    <string name="tts_default_rate_title" msgid="6030550998379310088">"Spraaktempo"</string>
    <string name="tts_default_rate_summary" msgid="4061815292287182801">"Spoed waarteen die teks gepraat word"</string>
    <string name="tts_default_pitch_title" msgid="6135942113172488671">"Toonhoogte"</string>
    <string name="tts_default_pitch_summary" msgid="1328298665182885277">"Affekteer die klank van die gesproke teks"</string>
    <string name="tts_default_lang_title" msgid="8018087612299820556">"Taal"</string>
    <string name="tts_default_lang_summary" msgid="5219362163902707785">"Stel die taalspesifieke stem vir gesproke teks"</string>
    <string name="tts_play_example_title" msgid="7094780383253097230">"Luister na \'n voorbeeld"</string>
    <string name="tts_play_example_summary" msgid="8029071615047894486">"Speel \'n kort demonstrasie van spraaksintese"</string>
    <string name="tts_install_data_title" msgid="4264378440508149986">"Installeer stemdata"</string>
    <string name="tts_install_data_summary" msgid="5742135732511822589">"Installeer die stemdata vereis vir spraaksintese"</string>
    <string name="tts_data_installed_summary" msgid="9162111552859972809">"Stemme vereis vir spraaksintese is reeds behoorlik geïnstalleer"</string>
    <string name="tts_settings_changed_demo" msgid="4926518555912328645">"Jou instellings het verander. Hierdie is \'n voorbeeld van hoe dit klink."</string>
    <string name="tts_engine_error" msgid="5513288178403066867">"Die enjin wat jy gekies het, kan nie loop nie"</string>
    <string name="tts_engine_error_config" msgid="5820525416624637313">"Stel op"</string>
    <string name="tts_engine_error_reselect" msgid="3071453963296013376">"Kies \'n ander enjin"</string>
    <string name="tts_engine_security_warning" msgid="8786238102020223650">"Hierdie spraaksintese-enjin kan dalk al die teks versamel wat uitgespreek sal word, insluitend persoonlike data soos wagwoorde en kredietkaartnommers. Dit kom van die <xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g> enjin. Aktiveer die gebruik van hierdie spraaksintese-enjin?"</string>
    <string name="tts_engines_section" msgid="7515470972378742429">"Enjins"</string>
    <string name="tts_engine_name_settings" msgid="4974538563074395920">"<xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g> instellings"</string>
    <string name="tts_engine_name_is_enabled_summary" msgid="4909484006804022115">"<xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g> is geaktiveer"</string>
    <string name="tts_engine_name_is_disabled_summary" msgid="7644198182255168200">"<xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g> is gedeaktiveer"</string>
    <!-- no translation found for tts_engine_settings_section (2346105138448751893) -->
    <skip />
    <!-- no translation found for tts_engine_settings_title (3499112142425680334) -->
    <skip />
    <string name="pico_languages_and_voices" msgid="4611320375917773238">"Taal en stemme"</string>
    <string name="pico_installed" msgid="2452546687858267414">"Geïnstalleer"</string>
    <string name="pico_not_installed" msgid="6266845418419994311">"Nie geïnstalleer nie"</string>
    <string name="pico_voice_summary_female" msgid="8047327176247727492">"Vroulik"</string>
    <string name="pico_voice_summary_male" msgid="8331266854058577610">"Manlik"</string>
    <string name="tts_notif_engine_install_title" msgid="7000346872482649034">"Spraaksintese-enjin geïnstalleer"</string>
    <string name="tts_notif_engine_install_message" msgid="5304661142202662693">"Aktiveer nuwe enjin voor gebruik"</string>
    <!-- no translation found for tts_engine_settings_button (1030512042040722285) -->
    <skip />
    <!-- no translation found for tts_engine_preference_section_title (448294500990971413) -->
    <skip />
    <!-- no translation found for tts_general_section_title (4402572014604490502) -->
    <skip />
    <string name="gadget_title" msgid="7455548605888590466">"Kragbeheer"</string>
    <string name="gadget_toggle_wifi" msgid="2382963973155082629">"Opdateer Wi-Fi-instelling"</string>
    <string name="gadget_toggle_bluetooth" msgid="7538903239807020826">"Werk Bluetooth-instelling by"</string>
    <!-- outdated translation 7327468307909556719 -->     <string name="vpn_settings_title" msgid="5662579425832406705">"VPN-instellings"</string>
    <!-- no translation found for credentials_title (4446234003860769883) -->
    <skip />
    <!-- no translation found for credentials_install (466093273825150847) -->
    <skip />
    <!-- no translation found for credentials_install (953914549998062317) -->
    <skip />
    <!-- no translation found for credentials_install_summary (4220422806818210676) -->
    <skip />
    <!-- no translation found for credentials_install_summary (5737658257407822713) -->
    <skip />
    <!-- outdated translation 9170150870552453457 -->     <string name="credentials_reset" msgid="3239382277144980418">"Vee berging uit"</string>
    <!-- outdated translation 1530388094693731636 -->     <string name="credentials_reset_summary" msgid="3369361230171260282">"Vee eiebewysberging van alle inhoud uit en stel die wagwoord terug"</string>
    <!-- no translation found for trusted_credentials (4266945289534242402) -->
    <skip />
    <!-- no translation found for trusted_credentials_summary (6735221351155686632) -->
    <skip />
    <string name="credentials_unlock" msgid="1463040326264133844">"Voer wagwoord in"</string>
    <!-- outdated translation 594679530407918031 -->     <string name="credentials_unlock_hint" msgid="5889551635843338639">"Voer die eiebewysberging-wagwoord in."</string>
    <string name="credentials_old_password" msgid="7553393815538684028">"Huidige wagwoord:"</string>
    <!-- outdated translation 819990295796804516 -->     <string name="credentials_reset_hint" msgid="1566409057833618877">"Is jy seker jy wil alle eiebewyse uitvee en die eiebewysberging-wagwoord teruglaai?"</string>
    <string name="credentials_password_too_short" msgid="7502749986405522663">"Die wagwoord moet ten minste 8 karakters bevat."</string>
    <!-- outdated translation 7525192410790152041 -->     <string name="credentials_wrong_password" msgid="2541932597104054807">"Voer asseblief die korrekte wagwoord in."</string>
    <!-- outdated translation 6392481296673345268 -->     <string name="credentials_reset_warning" msgid="5320653011511797600">"Voer asseblief die korrekte wagwoord in. Jy het nog een kans om die korrekte wagwoord in te voer voordat die eiebewysberging uitgevee word."</string>
    <!-- no translation found for credentials_reset_warning_plural (6514085665301095279) -->
    <skip />
    <!-- outdated translation 7700309135582200849 -->     <string name="credentials_erased" msgid="2907836028586342969">"Die eiebewysberging is uitgevee."</string>
    <!-- no translation found for credentials_not_erased (397954733557821269) -->
    <skip />
    <string name="credentials_enabled" msgid="7588607413349978930">"Eiebewysberging is geaktiveer."</string>
    <!-- no translation found for credentials_configure_lock_screen_hint (6816970208840577219) -->
    <skip />
    <string name="emergency_tone_title" msgid="1055954530111587114">"Noodtoon"</string>
    <string name="emergency_tone_summary" msgid="722259232924572153">"Stel gedrag wanneer \'n noodoproep gemaak word"</string>
    <!-- outdated translation 9206631214140954954 -->     <string name="privacy_settings" msgid="5446972770562918934">"Privaatheid"</string>
    <!-- outdated translation 1987089301293213705 -->     <string name="privacy_settings_title" msgid="4856282165773594890">"Privaatheidsinstellings"</string>
    <string name="backup_section_title" msgid="8856083167469467588">"Rugsteun en teruglaai"</string>
    <string name="personal_data_section_title" msgid="7815209034443782061">"Persoonlike data"</string>
    <string name="backup_data_title" msgid="1239105919852668016">"Rugsteun my data"</string>
    <string name="backup_data_summary" msgid="6515285107793232815">"Rugsteun programdata, Wi-Fi-wagwoorde en ander instellings na Google-bedieners"</string>
    <string name="backup_configure_account_title" msgid="3790872965773196615">"Rugsteunrekening"</string>
    <string name="backup_configure_account_default_summary" msgid="2436933224764745553">"Geen rekening stoor tans gerugsteunde data nie"</string>
    <string name="auto_restore_title" msgid="5397528966329126506">"Outomatiese teruglaai"</string>
    <string name="auto_restore_summary" msgid="83177150536734378">"As ek weer \'n program installeer, laai gerugsteunde instellings of ander data terug"</string>
    <string name="local_backup_password_title" msgid="3860471654439418822">"Werkskerm se rugsteunwagwoord"</string>
    <string name="local_backup_password_summary_none" msgid="9189890994730711939">"Werkskerm se volle rugsteune is tans onbeskermd."</string>
    <string name="local_backup_password_summary_change" msgid="3615162467655442441">"Kies om die wagwoord vir volle rugsteune te verander of te verwyder"</string>
    <string name="backup_erase_dialog_title" msgid="3438255037256586237">"Rugsteun"</string>
    <string name="backup_erase_dialog_message" msgid="7766283133557587608">"Is jy seker jy wil ophou om jou Wi-Fi-wagwoorde, boekmerke en ander instellings en programdata te rugsteun en alle kopieë op Google-bedieners uitvee?"</string>
    <string name="device_admin_settings_title" msgid="1335557832906433309">"Toesteladministrasie-instellings"</string>
    <string name="active_device_admin_msg" msgid="6930903262612422111">"Toesteladministrateur"</string>
    <string name="remove_device_admin" msgid="3596845261596451437">"Deaktiveer"</string>
    <string name="select_device_admin_msg" msgid="2645509057946368094">"Toesteladministrateurs"</string>
    <string name="no_device_admins" msgid="702695100241728775">"Geen toesteladministrateurs beskikbaar nie"</string>
    <string name="add_device_admin_msg" msgid="6246742476064507965">"Aktiveer toesteladministrateur?"</string>
    <string name="add_device_admin" msgid="7133327675884827091">"Aktiveer"</string>
    <string name="device_admin_add_title" msgid="7705551449705676363">"Toesteladministrateur"</string>
    <string name="device_admin_warning" msgid="1149471041373876923">"As die administrateur geaktiveer word, sal die program <xliff:g id="APP_NAME">%1$s</xliff:g> die volgende bewerkings kan doen:"</string>
    <string name="device_admin_status" msgid="7169948053970923035">"Die administrateur is aktief en laat die program <xliff:g id="APP_NAME">%1$s</xliff:g> toe om die volgende bewerkings uit te voer:"</string>
    <string name="untitled_apn" msgid="1230060359198685513">"Titelloos"</string>
    <string name="sound_category_sound_title" msgid="1488759370067953996">"Algemeen"</string>
    <string name="sound_category_calls_and_notification_title" msgid="4703470169010662085">"Luitoon &amp; kennisgewings"</string>
    <string name="sound_category_notification_title" msgid="3502115998790286943">"Kennisgewings"</string>
    <string name="sound_category_feedback_title" msgid="6047518536574673606">"Stelsel"</string>
    <string name="wifi_setup_title" msgid="661074868726906436">"Wi-Fi-opstelling"</string>
    <!-- no translation found for wifi_setup_title_editing_network (7304321031985059969) -->
    <skip />
    <!-- no translation found for wifi_setup_title_connecting_network (2408378435027118687) -->
    <skip />
    <!-- no translation found for wifi_setup_title_connected_network (209755856836003839) -->
    <skip />
    <!-- no translation found for wifi_setup_title_add_network (6932651000151032301) -->
    <skip />
    <string name="wifi_setup_not_connected" msgid="6997432604664057052">"Nie gekoppel nie"</string>
    <string name="wifi_setup_add_network" msgid="5939624680150051807">"Voeg netwerk by"</string>
    <string name="wifi_setup_refresh_list" msgid="3411615711486911064">"Herlaai lys"</string>
    <string name="wifi_setup_skip" msgid="6661541841684895522">"Slaan oor"</string>
    <string name="wifi_setup_next" msgid="3388694784447820477">"Volgende"</string>
    <string name="wifi_setup_back" msgid="144777383739164044">"Terug"</string>
    <string name="wifi_setup_detail" msgid="2336990478140503605">"Netwerkdetails"</string>
    <string name="wifi_setup_connect" msgid="7954456989590237049">"Koppel"</string>
    <string name="wifi_setup_forget" msgid="2562847595567347526">"Vergeet"</string>
    <string name="wifi_setup_save" msgid="3659235094218508211">"Stoor"</string>
    <string name="wifi_setup_cancel" msgid="3185216020264410239">"Kanselleer"</string>
    <string name="wifi_setup_status_scanning" msgid="7424598483871053657">"Skandeer tans netwerke..."</string>
    <string name="wifi_setup_status_select_network" msgid="7519563569903137003">"Raak \'n netwerk om daaraan te koppel"</string>
    <string name="wifi_setup_status_existing_network" msgid="6394925174802598186">"Koppel aan bestaande netwerk"</string>
    <string name="wifi_setup_status_unsecured_network" msgid="8143046977328718252">"Koppel aan onbeveiligde netwerk"</string>
    <string name="wifi_setup_status_edit_network" msgid="6582036394332822032">"Voer netwerkopstelling in"</string>
    <string name="wifi_setup_status_new_network" msgid="7468952850452301083">"Koppel aan nuwe netwerk"</string>
    <string name="wifi_setup_status_connecting" msgid="2594117697215042584">"Koppel tans..."</string>
    <string name="wifi_setup_status_proceed_to_next" msgid="9071951312604559022">"Gaan voort na die volgende stap"</string>
    <string name="wifi_setup_status_eap_not_supported" msgid="3196386445567501484">"EAP nie ondersteun nie"</string>
    <!-- no translation found for wifi_setup_eap_not_supported (683540356393542939) -->
    <skip />
    <!-- no translation found for wifi_setup_description_connecting (1884664966455980182) -->
    <skip />
    <!-- no translation found for wifi_setup_description_connected (5235991893829582459) -->
    <skip />
    <!-- no translation found for accessibility_sync_enabled (558480439730263116) -->
    <skip />
    <!-- no translation found for accessibility_sync_disabled (1741194106479011384) -->
    <skip />
    <!-- no translation found for accessibility_sync_error (8703299118794272041) -->
    <skip />
    <string name="account_sync_settings_title" msgid="4578227872921044660">"Sinkroniseer instellings"</string>
    <!-- no translation found for sync_is_failing (1591561768344128377) -->
    <skip />
    <string name="add_account_label" msgid="7811707265834013767">"Voeg rekening by"</string>
    <string name="header_general_sync_settings" msgid="3487451896424238469">"Algemene sinkroniseerinstellings"</string>
    <string name="background_data" msgid="5779592891375473817">"Agtergronddata"</string>
    <string name="background_data_summary" msgid="3630389249212620467">"Programme kan te enige tyd data sinkroniseer, stuur en ontvang"</string>
    <string name="background_data_dialog_title" msgid="745974259246047425">"Aandag"</string>
    <string name="background_data_dialog_message" msgid="9155730118215371308">"As jy die agtergronddata deaktiveer, verleng dit die batterylewe en verlaag dit datagebruik. Sekere programme kan dalk steeds die agtergronddataverbinding gebruik."</string>
    <!-- no translation found for sync_automatically (7558810110682562376) -->
    <skip />
    <string name="sync_automatically_summary" msgid="6662623174608419931">"Programme sinkroniseer data outomaties"</string>
    <string name="header_manage_accounts" msgid="6869002423884539607">"Bestuur rekeninge"</string>
    <string name="sync_enabled" msgid="4551148952179416813">"Sinkronisering is AAN"</string>
    <string name="sync_disabled" msgid="8511659877596511991">"Sinkronisering is AF"</string>
    <string name="sync_error" msgid="5060969083117872149">"Sinkroniseerfout"</string>
    <string name="settings_backup" msgid="2274732978260797031">"Rugsteun instellings"</string>
    <string name="settings_backup_summary" msgid="7916877705938054035">"Rugsteun my instellings"</string>
    <!-- no translation found for sync_menu_sync_now (6154608350395805683) -->
    <skip />
    <!-- no translation found for sync_menu_sync_cancel (8292379009626966949) -->
    <skip />
    <string name="sync_one_time_sync" msgid="6766593624598183090">"Raak om nou te sinkroniseer<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
    <!-- no translation found for sync_gmail (714886122098006477) -->
    <skip />
    <!-- no translation found for sync_calendar (9056527206714733735) -->
    <skip />
    <!-- no translation found for sync_contacts (9174914394377828043) -->
    <skip />
    <string name="sync_plug" msgid="5952575609349860569"><font fgcolor="#ffffffff">"Welkom by Google-sinkronisering!"</font>" "\n"\'n Google-benadering tot datasinkronisering om toegang tot jou kontakte, afsprake en meer toe te laat van waar ook al jy is."</string>
    <string name="header_application_sync_settings" msgid="5514539555293976035">"Programsinkronisering-instellings"</string>
    <string name="header_data_and_synchronization" msgid="5165024023936509896">"Data en sinkronisering"</string>
    <string name="preference_change_password_title" msgid="8955581790270130056">"Verander wagwoord"</string>
    <string name="header_account_settings" msgid="5382475087121880626">"Rekeninginstellings"</string>
    <string name="remove_account_label" msgid="5921986026504804119">"Verwyder rekening"</string>
    <string name="header_add_an_account" msgid="756108499532023798">"Voeg \'n rekening by"</string>
    <string name="finish_button_label" msgid="481587707657751116">"Maak klaar"</string>
    <string name="really_remove_account_title" msgid="6574643117748564960">"Verwyder rekening"</string>
    <string name="really_remove_account_message" product="tablet" msgid="4448645571715719563">"Wil jy regtig hierdie rekening verwyder? As jy dit verwyder, sal dit ook al sy boodskappe, kontakte en ander data van die tablet uitvee. "\n"Gaan voort?"</string>
    <string name="really_remove_account_message" product="default" msgid="1005751790899989319">"Wil jy regtig hierdie rekening verwyder? As jy dit verwyder, sal dit ook al sy boodskappe, kontakte en ander data van die foon uitvee. "\n"Gaan voort?"</string>
    <string name="remove_account_failed" product="tablet" msgid="1093911989149396624">"Hierdie rekening word deur sekere programme vereis. Jy kan dit net verwyder deur die tablet terug te stel na sy verstek instellings (wat al jou persoonlike data sal uitvee). Jy kan dit doen in die Instellings-program, onder Privaatheid."</string>
    <string name="remove_account_failed" product="default" msgid="9174390193652391412">"Hierdie rekening word deur sekere programme vereis. Jy kan dit net verwyder deur die foon na sy verstek instellings terug te stel (wat al jou persoonlike data sal uitvee). Jy kan dit doen in die Instellings-program, onder Privaatheid."</string>
    <string name="provider_label" msgid="7724593781904508866">"Stootpos-intekeninge"</string>
    <string name="sync_item_title" msgid="1931551540462877488">"Sinkroniseer <xliff:g id="AUTHORITY">%s</xliff:g>"</string>
    <string name="cant_sync_dialog_title" msgid="7185199796123573317">"Kan nie handmatig sinkroniseer nie"</string>
    <string name="cant_sync_dialog_message" msgid="2372359241135295930">"Sinkronisering vir hierdie item is tans gedeaktiveer. Om jou voorkeur te verander, skakel agtergronddata en outomatiese sinkronisering tydelik aan."</string>
    <string name="enter_password" msgid="3268224850821675915">"Voer wagwoord in om berging te dekripteer"</string>
    <string name="try_again" msgid="5904121494468643129">"Jammer, probeer weer"</string>
    <!-- no translation found for service_busy (225227519012409130) -->
    <skip />
    <!-- no translation found for delete (4219243412325163003) -->
    <skip />
    <!-- no translation found for misc_files (6298643430106707497) -->
    <skip />
    <!-- no translation found for misc_files_selected_count (4647048020823912088) -->
    <skip />
    <!-- no translation found for misc_files_selected_count_bytes (2876232009069114352) -->
    <skip />
    <!-- no translation found for select_all (6783085295161532497) -->
    <skip />
    <!-- no translation found for hdcp_checking_title (8605478913544273282) -->
    <skip />
    <!-- no translation found for hdcp_checking_dialog_title (5141305530923283) -->
    <skip />
    <!-- no translation found for debug_ui_category (9023948280291055349) -->
    <skip />
    <!-- no translation found for strict_mode (1938795874357830695) -->
    <skip />
    <!-- no translation found for strict_mode_summary (142834318897332338) -->
    <skip />
    <!-- no translation found for pointer_location (6084434787496938001) -->
    <skip />
    <!-- no translation found for pointer_location_summary (840819275172753713) -->
    <skip />
    <!-- no translation found for show_screen_updates (8282711794220426931) -->
    <skip />
    <!-- no translation found for show_screen_updates_summary (1716122382094924596) -->
    <skip />
    <!-- no translation found for show_cpu_usage (2389212910758076024) -->
    <skip />
    <!-- no translation found for show_cpu_usage_summary (2113341923988958266) -->
    <skip />
    <!-- no translation found for window_animation_scale_title (6162587588166114700) -->
    <skip />
    <!-- no translation found for transition_animation_scale_title (387527540523595875) -->
    <skip />
    <!-- no translation found for debug_applications_category (6221644998451283813) -->
    <skip />
    <!-- no translation found for immediately_destroy_activities (8366775083630234121) -->
    <skip />
    <!-- no translation found for immediately_destroy_activities_summary (3592221124808773368) -->
    <skip />
    <!-- no translation found for app_process_limit_title (4280600650253107163) -->
    <skip />
    <string name="show_all_anrs" msgid="28462979638729082">"Wys alle ANRe"</string>
    <string name="show_all_anrs_summary" msgid="92558681104207054">"Wys Program reageer nie-dialoog vir agtergrond programme"</string>
    <!-- no translation found for data_usage_summary_title (3804110657238092929) -->
    <skip />
    <!-- no translation found for data_usage_cycle (5652529796195787949) -->
    <skip />
    <!-- no translation found for data_usage_menu_roaming (8042359966835203296) -->
    <skip />
    <!-- no translation found for data_usage_menu_restrict_background (1989394568592253331) -->
    <skip />
    <string name="data_usage_menu_split_4g" msgid="5322857680792601899">"Aparte 4G-gebruik"</string>
    <!-- no translation found for data_usage_menu_show_wifi (8266875319417201085) -->
    <skip />
    <!-- no translation found for data_usage_menu_show_ethernet (5181361208532314097) -->
    <skip />
    <!-- no translation found for data_usage_change_cycle (7776556448920114866) -->
    <skip />
    <!-- no translation found for data_usage_pick_cycle_day (4470796861757050966) -->
    <skip />
    <string name="data_usage_empty" msgid="9089930257306304588">"Geen programme het gedurende hierdie tydperk data gebruik nie."</string>
    <string name="data_usage_label_foreground" msgid="4938034231928628164">"Voorgrond"</string>
    <string name="data_usage_label_background" msgid="3225844085975764519">"Agtergrond"</string>
    <!-- no translation found for data_usage_disable_mobile_limit (289740911281022322) -->
    <skip />
    <!-- no translation found for data_usage_disable_4g_limit (5808210773758699800) -->
    <skip />
    <!-- no translation found for data_usage_disable_3g_limit (3856971004328238231) -->
    <skip />
    <string name="data_usage_disable_wifi_limit" msgid="316329558509856780">"Deaktiveer Wi-Fi-data op die limiet"</string>
    <!-- no translation found for data_usage_tab_wifi (1728851922959017766) -->
    <skip />
    <!-- no translation found for data_usage_tab_ethernet (7298064366282319911) -->
    <skip />
    <!-- no translation found for data_usage_tab_mobile (454140350007299045) -->
    <skip />
    <!-- no translation found for data_usage_tab_4g (1301978716067512235) -->
    <skip />
    <!-- no translation found for data_usage_tab_3g (6092169523081538718) -->
    <skip />
    <string name="data_usage_list_mobile" msgid="8285167120931486089">"sel"</string>
    <string name="data_usage_list_none" msgid="2899530183512542206">"geen"</string>
    <!-- no translation found for data_usage_enable_mobile (986782622560157977) -->
    <skip />
    <!-- no translation found for data_usage_enable_3g (6304006671869578254) -->
    <skip />
    <!-- no translation found for data_usage_enable_4g (3635854097335036738) -->
    <skip />
    <!-- no translation found for data_usage_app_settings (3727561362090820369) -->
    <skip />
    <!-- no translation found for data_usage_app_restrict_background (8856643905291165256) -->
    <skip />
    <string name="data_usage_app_restrict_background_summary" msgid="3027916596555364396">"Deaktiveer agtergronddata op netwerke wat jy gekies het om te beperk (<xliff:g id="NETWORKS">%1$s</xliff:g>)."</string>
    <string name="data_usage_app_restrict_dialog_title" msgid="1613108390242737923">"Beperk agtergronddata?"</string>
    <!-- no translation found for data_usage_app_restrict_dialog (100001698378554777) -->
    <skip />
    <!-- no translation found for data_usage_cycle_editor_title (1373797281540188533) -->
    <skip />
    <!-- no translation found for data_usage_cycle_editor_subtitle (5512903797979928416) -->
    <skip />
    <!-- no translation found for data_usage_cycle_editor_positive (8821760330497941117) -->
    <skip />
    <!-- no translation found for data_usage_limit_dialog_title (3023111643632996097) -->
    <skip />
    <string name="data_usage_limit_dialog" msgid="6591454084759870407">"Jou <xliff:g id="NETWORKS">%1$s</xliff:g> dataverbinding sal gedeaktiveer word wanneer die gespesifiseerde limiet bereik word. "\n\n"Om oorskreidingskostes te vermy, oorweeg  gebruik van \'n laer limiet, aangesien toestel en draer se rekeningkundige metodes kan wissel."</string>
    <string name="data_usage_restrict_background_title" msgid="2201315502223035062">"Beperk agtergronddata?"</string>
    <string name="data_usage_restrict_background" msgid="3799820698075219154">"As jy agtergronddata beperk, sal sommige programme en dienste nie werk nie op die netwerke wat jy gekies het om te  beperk nie. "\n\n"Netwerke tans beperk: <xliff:g id="NETWORKS">%1$s</xliff:g>"</string>
    <!-- no translation found for data_usage_sweep_warning (6387081852568846982) -->
    <skip />
    <!-- no translation found for data_usage_sweep_limit (860566507375933039) -->
    <skip />
    <!-- no translation found for data_usage_uninstalled_apps (614263770923231598) -->
    <skip />
    <!-- no translation found for data_usage_received_sent (5039699009276621757) -->
    <skip />
    <string name="data_usage_total_during_range" msgid="8785247922759430201">"<xliff:g id="RANGE">%2$s</xliff:g>: <xliff:g id="TOTAL">%1$s</xliff:g> gebruik"</string>
    <!-- no translation found for cryptkeeper_emergency_call (198578731586097145) -->
    <skip />
    <!-- no translation found for cryptkeeper_return_to_call (5613717339452772491) -->
    <skip />
    <!-- outdated translation 1550918148476193076 -->     <string name="vpn_name" msgid="4689699885361002297">"VPN-naam"</string>
    <!-- no translation found for vpn_type (5435733139514388070) -->
    <skip />
    <!-- no translation found for vpn_server (2123096727287421913) -->
    <skip />
    <!-- no translation found for vpn_mppe (6639001940500288972) -->
    <skip />
    <string name="vpn_l2tp_secret" msgid="529359749677142076">"L2TP-geheim"</string>
    <!-- no translation found for vpn_ipsec_identifier (4098175859460006296) -->
    <skip />
    <!-- no translation found for vpn_ipsec_secret (4526453255704888704) -->
    <skip />
    <!-- no translation found for vpn_ipsec_user_cert (6880651510020187230) -->
    <skip />
    <!-- no translation found for vpn_ipsec_ca_cert (91338213449148229) -->
    <skip />
    <string name="vpn_show_options" msgid="7182688955890457003">"vertoon gevorderde opsies"</string>
    <!-- no translation found for vpn_search_domains (5391995501541199624) -->
    <skip />
    <string name="vpn_dns_servers" msgid="5570715561245741829">"DNS-bedieners (bv. 8.8.8.8)"</string>
    <string name="vpn_routes" msgid="3818655448226312232">"Aanstuurroetes (bv. 10.0.0.0/8)"</string>
    <!-- no translation found for vpn_username (1863901629860867849) -->
    <skip />
    <!-- no translation found for vpn_password (6756043647233596772) -->
    <skip />
    <!-- no translation found for vpn_save_login (6350322456427484881) -->
    <skip />
    <!-- no translation found for vpn_not_used (9094191054524660891) -->
    <skip />
    <!-- no translation found for vpn_no_ca_cert (7820884983947090538) -->
    <skip />
    <!-- no translation found for vpn_cancel (1979937976123659332) -->
    <skip />
    <!-- no translation found for vpn_save (4233484051644764510) -->
    <skip />
    <!-- no translation found for vpn_connect (8469608541746132301) -->
    <skip />
    <!-- no translation found for vpn_edit (1111459297288136079) -->
    <skip />
    <!-- no translation found for vpn_connect_to (7328758950427515753) -->
    <skip />
    <string name="vpn_title" msgid="6317731879966640551">"VPN"</string>
    <!-- no translation found for vpn_create (8966010925994175306) -->
    <skip />
    <string name="vpn_menu_edit" msgid="4526245173583195618">"Redigeer netwerk"</string>
    <string name="vpn_menu_delete" msgid="3326527392609513129">"Vee netwerk uit"</string>
    <!-- no translation found for trusted_credentials_system_tab (3984284264816924534) -->
    <skip />
    <!-- no translation found for trusted_credentials_user_tab (2244732111398939475) -->
    <skip />
    <!-- no translation found for trusted_credentials_disable_label (3864493185845818506) -->
    <skip />
    <!-- no translation found for trusted_credentials_enable_label (2498444573635146913) -->
    <skip />
    <!-- no translation found for trusted_credentials_remove_label (3633691709300260836) -->
    <skip />
    <!-- no translation found for trusted_credentials_enable_confirmation (83215982842660869) -->
    <skip />
    <!-- no translation found for trusted_credentials_disable_confirmation (8199697813361646792) -->
    <skip />
    <!-- no translation found for trusted_credentials_remove_confirmation (443561923016852941) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_title (5163147830174854622) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_next (5079911515520801099) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_back (2583933084111712540) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_finish (3964330895719289570) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_skip (3635250542851027317) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_1_title (1358771359529627110) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_1_text_1 (5332837263739078691) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_1_text_2_more (7849927882225521983) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_1_text_3 (7343496813666809738) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_1_text_4 (1032496840167920946) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_1_text_4_exited (4950620030782545150) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_1_text_5 (9010294007210301008) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_2_title (5970537388562569614) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_2_text_1 (6093658992237125829) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_2_text_2_more (2052918502757226679) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_2_text_3 (1326501593438442305) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_2_text_3_more (2223814499106104083) -->
    <skip />
    <!-- no translation found for accessibility_tutorial_lesson_2_text_4 (3442269986312288556) -->
    <skip />
    <!-- no translation found for spellcheckers_settings_title (8843785708050235008) -->
    <skip />
    <string name="current_backup_pw_prompt" msgid="8314880813545036591">"Voer jou huidige wagwoord vir volle rugsteun hier in"</string>
    <string name="new_backup_pw_prompt" msgid="3491404828757901644">"Voer \'n nuwe wagwoord vir volledige rugsteune hier in"</string>
    <string name="confirm_new_backup_pw_prompt" msgid="7087168267741332184">"Voer weer jou wagwoord vir nuwe volle rugsteune hier in"</string>
    <string name="backup_pw_set_button_text" msgid="2387480910044648795">"Stel rugsteunwagwoord op"</string>
    <string name="backup_pw_cancel_button_text" msgid="8845630125391744615">"Kanselleer"</string>
</resources>