summaryrefslogtreecommitdiffstats
path: root/res/values-en-rGB/strings.xml
blob: efe844ec316474ac8c095e2948bd8105516e20b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
<?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="1999566976857398962">"Yes"</string>
    <string name="no" msgid="5541738710521607130">"No"</string>
    <string name="create" msgid="986997212165228751">"Create"</string>
    <string name="allow" msgid="3763244945363657722">"Allow"</string>
    <string name="deny" msgid="7326117222944479942">"Deny"</string>
    <string name="confirmation_turn_on" msgid="2979094011928347665">"Turn on"</string>
    <string name="device_info_default" msgid="1406619232867343310">"Unknown"</string>
    <plurals name="show_dev_countdown" formatted="false" msgid="1646187747875476269">
      <item quantity="other">You are now <xliff:g id="STEP_COUNT_1">%1$d</xliff:g> steps away from being a developer.</item>
      <item quantity="one">You are now <xliff:g id="STEP_COUNT_0">%1$d</xliff:g> step away from being a developer.</item>
    </plurals>
    <string name="show_dev_on" msgid="2840850085134853754">"You are now a developer!"</string>
    <string name="show_dev_already" msgid="7041756429707644630">"No need, you are already a developer."</string>
    <string name="dev_settings_disabled_warning" msgid="6971867026249671244">"Please enable developer options first."</string>
    <string name="header_category_wireless_networks" msgid="303445626075235229">"Wireless &amp; networks"</string>
    <string name="header_category_system" msgid="1665516346845259058">"System"</string>
    <string name="radioInfo_service_in" msgid="9088637745836646271">"In service"</string>
    <string name="radioInfo_service_out" msgid="1868347333892403287">"Out of service"</string>
    <string name="radioInfo_service_emergency" msgid="6838935881091760942">"Emergency Calls Only"</string>
    <string name="radioInfo_service_off" msgid="6184928420860868571">"Radio off"</string>
    <string name="radioInfo_roaming_in" msgid="8892550453644088692">"Roaming"</string>
    <string name="radioInfo_roaming_not" msgid="3137594549464975054">"Not roaming"</string>
    <string name="radioInfo_data_disconnected" msgid="362604130117666924">"Disconnected"</string>
    <string name="radioInfo_data_connecting" msgid="7280819598028917888">"Connecting"</string>
    <string name="radioInfo_data_connected" msgid="8816467971633020141">"Connected"</string>
    <string name="radioInfo_data_suspended" msgid="2001254415431299603">"Suspended"</string>
    <string name="radioInfo_unknown" msgid="2892562356748600367">"unknown"</string>
    <string name="sdcard_unmount" product="nosdcard" msgid="1816306320988638382">"Unmount USB storage"</string>
    <string name="sdcard_unmount" product="default" msgid="8078570285871053815">"Unmount SD card"</string>
    <string name="sdcard_format" product="nosdcard" msgid="3248760426252305366">"Erase USB storage"</string>
    <string name="sdcard_format" product="default" msgid="3676635435136326182">"Erase SD card"</string>
    <string name="preview_pager_content_description" msgid="3762247188224576303">"Preview"</string>
    <string name="preview_page_indicator_content_description" msgid="2790254666634885865">"Preview, page <xliff:g id="CURRENT_PAGE">%1$d</xliff:g> of <xliff:g id="NUM_PAGES">%2$d</xliff:g>"</string>
    <string name="font_size_summary" msgid="1296835853522566260">"Make the text on screen smaller or larger."</string>
    <string name="font_size_make_smaller_desc" msgid="4978038055549590140">"Make smaller"</string>
    <string name="font_size_make_larger_desc" msgid="5583046033381722247">"Make larger"</string>
    <string name="font_size_preview_text_headline" msgid="1173103737980511652">"Sample text"</string>
    <string name="font_size_preview_text_title" msgid="6363561029914452382">"The Wonderful Wizard of Oz"</string>
    <string name="font_size_preview_text_subtitle" msgid="5806349524325544614">"Chapter 11: The Wonderful Emerald City of Oz"</string>
    <string name="font_size_preview_text_body" msgid="3323732544011097199">"Even with eyes protected by the green spectacles Dorothy and her friends were at first dazzled by the brilliancy of the wonderful City. The streets were lined with beautiful houses all built of green marble and studded everywhere with sparkling emeralds. They walked over a pavement of the same green marble, and where the blocks were joined together were rows of emeralds, set closely, and glittering in the brightness of the sun. The window panes were of green glass; even the sky above the City had a green tint, and the rays of the sun were green. \n\nThere were many people, men, women and children, walking about, and these were all dressed in green clothes and had greenish skins. They looked at Dorothy and her strangely assorted company with wondering eyes, and the children all ran away and hid behind their mothers when they saw the Lion; but no one spoke to them. Many shops stood in the street, and Dorothy saw that everything in them was green. Green candy and green pop-corn were offered for sale, as well as green shoes, green hats and green clothes of all sorts. At one place a man was selling green lemonade, and when the children bought it Dorothy could see that they paid for it with green pennies. \n\nThere seemed to be no horses or animals of any kind; the men carried things around in little green carts, which they pushed before them. Everyone seemed happy, contented and prosperous."</string>
    <string name="font_size_save" msgid="206892409190870726">"OK"</string>
    <string name="sdcard_setting" product="nosdcard" msgid="6071836464978826249">"USB storage"</string>
    <string name="sdcard_setting" product="default" msgid="3713462184783824923">"SD card"</string>
    <string name="bluetooth" msgid="8898478620943459654">"Bluetooth"</string>
    <string name="bluetooth_is_discoverable" msgid="4798961627677790935">"Visible to all Bluetooth devices nearby (<xliff:g id="DISCOVERABLE_TIME_PERIOD">%1$s</xliff:g>)"</string>
    <string name="bluetooth_is_discoverable_always" msgid="8122823110652921674">"Visible to all Bluetooth devices nearby"</string>
    <string name="bluetooth_not_visible_to_other_devices" msgid="6181960579190879601">"Not visible to other Bluetooth devices"</string>
    <string name="bluetooth_only_visible_to_paired_devices" msgid="3574936359739213455">"Only visible to paired devices"</string>
    <string name="bluetooth_visibility_timeout" msgid="7611781967900196353">"Visibility timeout"</string>
    <string name="bluetooth_lock_voice_dialing" msgid="7405038248936935186">"Lock voice dialling"</string>
    <string name="bluetooth_lock_voice_dialing_summary" msgid="4959591522483403402">"Prevent use of the Bluetooth dialler when the screen is locked"</string>
    <string name="bluetooth_devices" msgid="1063177983261608277">"Bluetooth devices"</string>
    <string name="bluetooth_device_name" msgid="1294669733490268384">"Device name"</string>
    <string name="bluetooth_device_details" msgid="630702184344217832">"Device settings"</string>
    <string name="bluetooth_profile_details" msgid="1269419918127093325">"Profile settings"</string>
    <string name="bluetooth_name_not_set" msgid="4654357917928126208">"No name set, using account name"</string>
    <string name="bluetooth_scan_for_devices" msgid="8143654526358934069">"Scan for devices"</string>
    <string name="bluetooth_rename_device" msgid="4219655243836021443">"Rename this device"</string>
    <string name="bluetooth_rename_button" msgid="9162500408570289545">"Rename"</string>
    <string name="bluetooth_disconnect_title" msgid="4581951246357823044">"Disconnect device?"</string>
    <string name="bluetooth_disconnect_all_profiles" product="default" msgid="1934297101665686854">"Your phone will disconnect from <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
    <string name="bluetooth_disconnect_all_profiles" product="tablet" msgid="336622948210457991">"Your tablet will disconnect from <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
    <string name="bluetooth_disconnect_all_profiles" product="device" msgid="6944790936166852428">"Your device will disconnect from <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
    <string name="bluetooth_disconnect_dialog_ok" msgid="4173740094381092185">"Disconnect"</string>
    <string name="bluetooth_empty_list_user_restricted" msgid="909734990821975673">"You don\'t have permission to change Bluetooth settings."</string>
    <string name="bluetooth_pairing_pref_title" msgid="3497193027590444598">"Pair new device"</string>
    <string name="keywords_add_bt_device" msgid="4533191164203174011">"Bluetooth"</string>
    <string name="bluetooth_is_visible_message" msgid="3811631869768157387">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> is visible to nearby devices while the Bluetooth settings are open."</string>
    <string name="bluetooth_footer_mac_message" product="default" msgid="4782330594323261630">"Phone\'s Bluetooth address: <xliff:g id="BLUETOOTH_MAC_ADDRESS">%1$s</xliff:g>"</string>
    <string name="bluetooth_footer_mac_message" product="tablet" msgid="1257226691967432025">"Tablet\'s Bluetooth address: <xliff:g id="BLUETOOTH_MAC_ADDRESS">%1$s</xliff:g>"</string>
    <string name="bluetooth_footer_mac_message" product="device" msgid="2863536947810007600">"Device\'s Bluetooth address: <xliff:g id="BLUETOOTH_MAC_ADDRESS">%1$s</xliff:g>"</string>
    <string name="bluetooth_is_disconnect_question" msgid="777406775955421784">"Disconnect <xliff:g id="DEVICE_NAME">%1$s</xliff:g>?"</string>
    <string name="bluetooth_broadcasting" msgid="6379176741690311973">"Broadcasting"</string>
    <string name="bluetooth_device" msgid="2217973503732544291">"Unnamed Bluetooth device"</string>
    <string name="progress_scanning" msgid="2564746192843011826">"Searching"</string>
    <string name="bluetooth_no_devices_found" msgid="7704539337219953182">"No nearby Bluetooth devices were found."</string>
    <string name="bluetooth_notif_ticker" msgid="209515545257862858">"Bluetooth pairing request"</string>
    <string name="bluetooth_notif_title" msgid="1196532269131348647">"Pairing request"</string>
    <string name="bluetooth_notif_message" msgid="5584717784198086653">"Tap to pair with <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
    <string name="bluetooth_show_received_files" msgid="685424727760622632">"Received files"</string>
    <string name="bluetooth_show_files_received_via_bluetooth" msgid="7097860463458492953">"Files received via Bluetooth"</string>
    <string name="bluetooth_devices_card_off_title" msgid="1320149821945129127">"Bluetooth is off"</string>
    <string name="bluetooth_devices_card_off_summary" msgid="2276527382891105858">"Tap to turn it on"</string>
    <string name="device_picker" msgid="2427027896389445414">"Choose Bluetooth device"</string>
    <string name="bluetooth_ask_enablement" msgid="1529030199895339199">"<xliff:g id="APP_NAME">%1$s</xliff:g> wants to turn on Bluetooth"</string>
    <string name="bluetooth_ask_disablement" msgid="1879788777942714761">"<xliff:g id="APP_NAME">%1$s</xliff:g> wants to turn off Bluetooth"</string>
    <string name="bluetooth_ask_enablement_no_name" msgid="5091401961637405417">"An app wants to turn on Bluetooth"</string>
    <string name="bluetooth_ask_disablement_no_name" msgid="382299750909188822">"An app wants to turn off Bluetooth"</string>
    <string name="bluetooth_ask_discovery" product="tablet" msgid="1273405567801929487">"<xliff:g id="APP_NAME">%1$s</xliff:g> wants to make your tablet visible to other Bluetooth devices for <xliff:g id="TIMEOUT">%2$d</xliff:g> seconds."</string>
    <string name="bluetooth_ask_discovery" product="default" msgid="7013223328571883275">"<xliff:g id="APP_NAME">%1$s</xliff:g> wants to make your phone visible to other Bluetooth devices for <xliff:g id="TIMEOUT">%2$d</xliff:g> seconds."</string>
    <string name="bluetooth_ask_discovery_no_name" product="tablet" msgid="3266007454914144057">"An app wants to make your tablet visible to other Bluetooth devices for <xliff:g id="TIMEOUT">%1$d</xliff:g> seconds."</string>
    <string name="bluetooth_ask_discovery_no_name" product="default" msgid="7989444746980501116">"An app wants to make your phone visible to other Bluetooth devices for <xliff:g id="TIMEOUT">%1$d</xliff:g> seconds."</string>
    <string name="bluetooth_ask_lasting_discovery" product="tablet" msgid="6482084870735107773">"<xliff:g id="APP_NAME">%1$s</xliff:g> wants to make your tablet visible to other Bluetooth devices. You can change this later in Bluetooth settings."</string>
    <string name="bluetooth_ask_lasting_discovery" product="default" msgid="2352494279465502950">"<xliff:g id="APP_NAME">%1$s</xliff:g> wants to make your phone visible to other Bluetooth devices. You can change this later in Bluetooth settings."</string>
    <string name="bluetooth_ask_lasting_discovery_no_name" product="tablet" msgid="2732992604509910896">"An app wants to make your tablet visible to other Bluetooth devices. You can change this later in Bluetooth settings."</string>
    <string name="bluetooth_ask_lasting_discovery_no_name" product="default" msgid="356982103612920264">"An app wants to make your phone visible to other Bluetooth devices. You can change this later in Bluetooth settings."</string>
    <string name="bluetooth_ask_enablement_and_discovery" product="tablet" msgid="6103655179509599427">"<xliff:g id="APP_NAME">%1$s</xliff:g> wants to turn on Bluetooth and make your tablet visible to other devices for <xliff:g id="TIMEOUT">%2$d</xliff:g> seconds."</string>
    <string name="bluetooth_ask_enablement_and_discovery" product="default" msgid="934276632311449337">"<xliff:g id="APP_NAME">%1$s</xliff:g> wants to turn on Bluetooth and make your phone visible to other devices for <xliff:g id="TIMEOUT">%2$d</xliff:g> seconds."</string>
    <string name="bluetooth_ask_enablement_and_discovery_no_name" product="tablet" msgid="1284048348024444485">"An app wants to turn on Bluetooth and make your tablet visible to other devices for <xliff:g id="TIMEOUT">%1$d</xliff:g> seconds."</string>
    <string name="bluetooth_ask_enablement_and_discovery_no_name" product="default" msgid="2661614145022629454">"An app wants to turn on Bluetooth and make your phone visible to other devices for <xliff:g id="TIMEOUT">%1$d</xliff:g> seconds."</string>
    <string name="bluetooth_ask_enablement_and_lasting_discovery" product="tablet" msgid="8588317955400593623">"<xliff:g id="APP_NAME">%1$s</xliff:g> wants to turn on Bluetooth and make your tablet visible to other devices. You can change this later in Bluetooth settings."</string>
    <string name="bluetooth_ask_enablement_and_lasting_discovery" product="default" msgid="4047444317445386579">"<xliff:g id="APP_NAME">%1$s</xliff:g> wants to turn on Bluetooth and make your phone visible to other devices. You can change this later in Bluetooth settings."</string>
    <string name="bluetooth_ask_enablement_and_lasting_discovery_no_name" product="tablet" msgid="4922952478824372605">"An app wants to turn on Bluetooth and make your tablet visible to other devices. You can change this later in Bluetooth settings."</string>
    <string name="bluetooth_ask_enablement_and_lasting_discovery_no_name" product="default" msgid="1381582950049639439">"An app wants to turn on Bluetooth and make your phone visible to other devices. You can change this later in Bluetooth settings."</string>
    <string name="bluetooth_turning_on" msgid="3842613808709024730">"Turning on Bluetooth…"</string>
    <string name="bluetooth_turning_off" msgid="7406309124247701148">"Turning Bluetooth off…"</string>
    <string name="bluetooth_connection_permission_request" msgid="8793131019383198861">"Bluetooth connection request"</string>
    <string name="bluetooth_connection_notif_message" msgid="6087344980352898209">"Tap to connect to \"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>\"."</string>
    <string name="bluetooth_connection_dialog_text" msgid="2537152772549874391">"Do you want to connect to \"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>\"?"</string>
    <string name="bluetooth_phonebook_request" msgid="1085102844577089889">"Phone book access request"</string>
    <string name="bluetooth_pb_acceptance_dialog_text" msgid="7153531868579789993">"<xliff:g id="DEVICE_NAME_0">%1$s</xliff:g> wants to access your contacts and call history. Give access to <xliff:g id="DEVICE_NAME_1">%2$s</xliff:g>?"</string>
    <string name="bluetooth_remember_choice" msgid="173821849670438110">"Don\'t ask again"</string>
    <string name="bluetooth_pb_remember_choice" msgid="2080511174185036562">"Don\'t ask again"</string>
    <string name="bluetooth_map_request" msgid="8664081227240707479">"Message access request"</string>
    <string name="bluetooth_map_acceptance_dialog_text" msgid="2647611490952377156">"%1$s wants to access your messages. Give access to %2$s?"</string>
    <string name="bluetooth_sap_request" msgid="473439406287008397">"SIM access request"</string>
    <string name="bluetooth_sap_acceptance_dialog_text" msgid="2849083276356078655">"<xliff:g id="DEVICE_NAME_0">%1$s</xliff:g> wants to access your SIM card. Granting access to the SIM card will disable data connectivity on your device for the duration of the connection. Give access to <xliff:g id="DEVICE_NAME_1">%2$s?</xliff:g>"</string>
    <string name="bluetooth_device_name_summary" msgid="8678342689845439583">"Visible as \'<xliff:g id="DEVICE_NAME">^1</xliff:g>\' to other devices"</string>
    <string name="bluetooth_off_footer" msgid="76578735660216295">"Turn on Bluetooth to connect to other devices."</string>
    <string name="bluetooth_paired_device_title" msgid="3240639218362342026">"Your devices"</string>
    <string name="bluetooth_pairing_page_title" msgid="3403981358823707692">"Pair new device"</string>
    <string name="bluetooth_pref_summary" product="tablet" msgid="3506962706611366830">"Allow your tablet to communicate with nearby Bluetooth devices"</string>
    <string name="bluetooth_pref_summary" product="device" msgid="2192027516577675587">"Allow your device to communicate with nearby Bluetooth devices"</string>
    <string name="bluetooth_pref_summary" product="default" msgid="768958961865499804">"Allow your phone to communicate with nearby Bluetooth devices"</string>
    <string name="bluetooth_disable_a2dp_hw_offload" msgid="5942913792817797541">"Disable Bluetooth A2DP hardware offload"</string>
    <string name="bluetooth_disable_a2dp_hw_offload_dialog_title" msgid="8610420176339657720">"Restart Device?"</string>
    <string name="bluetooth_disable_a2dp_hw_offload_dialog_message" msgid="8333029144800835996">"You need to restart your device to change this setting."</string>
    <string name="bluetooth_disable_a2dp_hw_offload_dialog_confirm" msgid="3488695418187553566">"Restart"</string>
    <string name="bluetooth_disable_a2dp_hw_offload_dialog_cancel" msgid="4930826928585464191">"Cancel"</string>
    <string name="connected_device_media_device_title" msgid="3783388247594566734">"Media devices"</string>
    <string name="connected_device_call_device_title" msgid="88732390601723608">"Call devices"</string>
    <string name="connected_device_other_device_title" msgid="4652120430615729193">"Other devices"</string>
    <string name="connected_device_saved_title" msgid="5607274378851905959">"Saved devices"</string>
    <string name="connected_device_add_device_summary" msgid="8671009879957120802">"Bluetooth will turn on to pair"</string>
    <string name="connected_device_connections_title" msgid="4164120115341579170">"Connection preferences"</string>
    <string name="connected_device_previously_connected_title" msgid="605808252622814415">"Previously connected devices"</string>
    <string name="connected_device_previously_connected_screen_title" msgid="8823331744788100605">"Previously connected"</string>
    <string name="connected_device_bluetooth_turned_on_toast" msgid="144664089794199928">"Bluetooth turned on"</string>
    <string name="previous_connected_see_all" msgid="7759413145713251328">"See all"</string>
    <string name="date_and_time" msgid="1788358029823431692">"Date and time"</string>
    <string name="choose_timezone" msgid="1450780665958642147">"Choose time zone"</string>
    <!-- no translation found for intent_sender_data_label (1733806423295725392) -->
    <skip />
    <string name="intent_sender_sendbroadcast_text" msgid="3202857258557610646">"Send <xliff:g id="BROADCAST">broadcast</xliff:g>"</string>
    <string name="intent_sender_action_label" msgid="257853357827275530">"<xliff:g id="ACTION">Action</xliff:g>:"</string>
    <string name="intent_sender_startactivity_text" msgid="519934560779343541">"Start <xliff:g id="ACTIVITY">activity</xliff:g>"</string>
    <string name="intent_sender_resource_label" msgid="5087385727740280207">"<xliff:g id="RESOURCE">Resource</xliff:g>:"</string>
    <string name="intent_sender_account_label" msgid="36614006839665458">"Account:"</string>
    <string name="proxy_settings_title" msgid="4201866858226087066">"Proxy"</string>
    <string name="proxy_clear_text" msgid="6529658759984031149">"Clear"</string>
    <string name="proxy_port_label" msgid="4647357286461712574">"Proxy port"</string>
    <string name="proxy_exclusionlist_label" msgid="2598613986784917542">"Bypass proxy for"</string>
    <string name="proxy_defaultView_text" msgid="6795150505379688451">"Restore defaults"</string>
    <string name="proxy_action_text" msgid="1103328484441449542">"Done"</string>
    <string name="proxy_hostname_label" msgid="5504327742505848063">"Proxy hostname"</string>
    <string name="proxy_error" msgid="3615905975598084126">"Attention"</string>
    <string name="proxy_error_dismiss" msgid="4207430265140873078">"OK"</string>
    <string name="proxy_error_invalid_host" msgid="3814412792702059247">"The hostname that you typed isn\'t valid."</string>
    <string name="proxy_error_invalid_exclusion_list" msgid="6096353559936226599">"The exclusion list that you\'ve typed isn\'t properly formatted. Type a comma-separated list of excluded domains."</string>
    <string name="proxy_error_empty_port" msgid="4250295137005082992">"You need to complete the port field."</string>
    <string name="proxy_error_empty_host_set_port" msgid="8886572276450900049">"The port field must be empty if the host field is empty."</string>
    <string name="proxy_error_invalid_port" msgid="2830054691770209166">"The port that you typed is not valid."</string>
    <string name="proxy_warning_limited_support" msgid="3277104160797351942">"The HTTP proxy is used by the browser but may not be used by other apps."</string>
    <string name="proxy_url_title" msgid="3502625766036404073">"PAC URL: "</string>
    <string name="radio_info_ping_hostname_v4" msgid="4790577760885127088">"Ping Hostname(www.google.com) IPv4:"</string>
    <string name="radio_info_ping_hostname_v6" msgid="8327436534663560713">"Ping Hostname(www.google.com) IPv6:"</string>
    <string name="radio_info_http_client_test" msgid="5673975677271544085">"HTTP Client test:"</string>
    <string name="ping_test_label" msgid="265427033290391845">"Run ping test"</string>
    <string name="sdcard_changes_instructions" msgid="2331969501845866957">"Changes take effect when the USB cable is reconnected."</string>
    <string name="sdcard_settings_screen_mass_storage_text" msgid="129059989000252994">"Enable USB mass storage"</string>
    <string name="sdcard_settings_total_bytes_label" msgid="5298511430610207103">"Total bytes:"</string>
    <string name="sdcard_settings_not_present_status" product="nosdcard" msgid="6189761476582690998">"USB storage not mounted."</string>
    <string name="sdcard_settings_not_present_status" product="default" msgid="6601962586941623203">"No SD card."</string>
    <string name="sdcard_settings_available_bytes_label" msgid="7721283102767669004">"Available bytes:"</string>
    <string name="sdcard_settings_mass_storage_status" product="nosdcard" msgid="4878190674458263222">"USB storage is being used as a mass storage device."</string>
    <string name="sdcard_settings_mass_storage_status" product="default" msgid="8850227049504860012">"SD card is being used as a mass storage device."</string>
    <string name="sdcard_settings_unmounted_status" product="nosdcard" msgid="1053258530368541571">"It is now safe to remove the USB storage."</string>
    <string name="sdcard_settings_unmounted_status" product="default" msgid="5813940671700138561">"It is now safe to remove the SD card."</string>
    <string name="sdcard_settings_bad_removal_status" product="nosdcard" msgid="209564009449909311">"USB storage was removed while still in use!"</string>
    <string name="sdcard_settings_bad_removal_status" product="default" msgid="6817342973919819392">"SD card was removed while still in use!"</string>
    <string name="sdcard_settings_used_bytes_label" msgid="5646588579332741943">"Used bytes:"</string>
    <string name="sdcard_settings_scanning_status" product="nosdcard" msgid="8037280964384235345">"Scanning USB storage for media…"</string>
    <string name="sdcard_settings_scanning_status" product="default" msgid="3297316465982471437">"Scanning SD card for media…"</string>
    <string name="sdcard_settings_read_only_status" product="nosdcard" msgid="3444648373391629840">"USB storage mounted read-only."</string>
    <string name="sdcard_settings_read_only_status" product="default" msgid="4338796260718910164">"SD card mounted read-only."</string>
    <string name="skip_label" msgid="6380034601349015895">"Skip"</string>
    <string name="next_label" msgid="1248293387735652187">"Next"</string>
    <string name="language_picker_title" msgid="4271307478263345133">"Languages"</string>
    <string name="locale_remove_menu" msgid="3521546263421387474">"Remove"</string>
    <string name="add_a_language" msgid="2126220398077503271">"Add a language"</string>
    <plurals name="dlg_remove_locales_title" formatted="false" msgid="2845515796732609837">
      <item quantity="other">Remove selected languages?</item>
      <item quantity="one">Remove selected language?</item>
    </plurals>
    <string name="dlg_remove_locales_message" msgid="8110560091134252067">"Text will be displayed in another language."</string>
    <string name="dlg_remove_locales_error_title" msgid="5875503658221562572">"Can’t remove all languages"</string>
    <string name="dlg_remove_locales_error_message" msgid="6504279959974675302">"Keep at least one preferred language"</string>
    <string name="locale_not_translated" msgid="5079729745235316146">"May not be available in some apps"</string>
    <string name="action_drag_label_move_up" msgid="3392196942330705015">"Move up"</string>
    <string name="action_drag_label_move_down" msgid="9069518740553953426">"Move down"</string>
    <string name="action_drag_label_move_top" msgid="2430471023612171619">"Move to top"</string>
    <string name="action_drag_label_move_bottom" msgid="6266165197792827003">"Move to bottom"</string>
    <string name="action_drag_label_remove" msgid="1034900377796780568">"Remove language"</string>
    <string name="activity_picker_label" msgid="351250401590691126">"Choose activity"</string>
    <string name="display_label" msgid="3056320781191343221">"Screen"</string>
    <string name="sd_card_settings_label" product="nosdcard" msgid="1850505156136467106">"USB storage"</string>
    <string name="sd_card_settings_label" product="default" msgid="8715502912796241588">"SD card"</string>
    <string name="proxy_settings_label" msgid="6300573815025557843">"Proxy settings"</string>
    <string name="cancel" msgid="5780102414089664898">"Cancel"</string>
    <string name="okay" msgid="4827099303045669054">"OK"</string>
    <string name="forget" msgid="3754013654135912783">"Forget"</string>
    <string name="save" msgid="3125033126936493822">"Save"</string>
    <string name="done" msgid="7497982645646431310">"Done"</string>
    <string name="apply" msgid="7834684883190163536">"Apply"</string>
    <string name="share" msgid="8502235338607613795">"Share"</string>
    <string name="add" msgid="8335206931421683426">"Add"</string>
    <string name="settings_label" msgid="943294133671632976">"Settings"</string>
    <string name="settings_label_launcher" msgid="820982375501978609">"Settings"</string>
    <string name="settings_shortcut" msgid="8548239727871847171">"Settings shortcut"</string>
    <string name="airplane_mode" msgid="3196085857882526817">"Aeroplane mode"</string>
    <string name="wireless_networks_settings_title" msgid="8557542379234105369">"Wireless &amp; networks"</string>
    <string name="radio_controls_summary" msgid="9028430178697624501">"Manage Wi‑Fi, Bluetooth, aeroplane mode, mobile networks, &amp; VPNs"</string>
    <string name="cellular_data_summary" msgid="6551434804367912367">"Allow data usage over mobile network"</string>
    <string name="allow_data_usage_title" msgid="2645963379925196671">"Allow data usage when roaming"</string>
    <string name="roaming" msgid="3055365654530847985">"Roaming"</string>
    <string name="roaming_enable" msgid="7845716016861535340">"Connect to data services when roaming"</string>
    <string name="roaming_disable" msgid="729512894708689604">"Connect to data services when roaming"</string>
    <string name="roaming_reenable_message" msgid="5150423860521673540">"You have lost data connectivity because you left your home network with data roaming turned off."</string>
    <string name="roaming_turn_it_on_button" msgid="6999283810847157816">"Turn it on"</string>
    <string name="roaming_warning" msgid="7703647889040229013">"Roaming charges may apply."</string>
    <string name="roaming_warning_multiuser" product="tablet" msgid="5629953315019604726">"When you allow data roaming, roaming charges may apply.\n\nThis setting affects all users on this tablet."</string>
    <string name="roaming_warning_multiuser" product="default" msgid="3693719745119874126">"When you allow data roaming, roaming charges may apply.\n\nThis setting affects all users on this phone."</string>
    <string name="roaming_reenable_title" msgid="770824950144026180">"Allow data roaming?"</string>
    <string name="networks" msgid="5184501333492775095">"Operator selection"</string>
    <string name="sum_carrier_select" msgid="1669911795517995916">"Choose a network operator"</string>
    <string name="date_and_time_settings_title" msgid="2305454529709812364">"Date and time"</string>
    <string name="date_and_time_settings_title_setup_wizard" msgid="1841717199409629742">"Set date and time"</string>
    <string name="date_and_time_settings_summary" msgid="334967758944498010">"Set date, time, time zone, &amp; formats"</string>
    <string name="date_time_auto" msgid="8227898528525208628">"Use network-provided time"</string>
    <string name="zone_auto_title" msgid="4715775349468228598">"Use network-provided time zone"</string>
    <string name="date_time_24hour_auto" msgid="6583078135067804252">"Use locale default"</string>
    <string name="date_time_24hour_title" msgid="1445056824481243600">"24‑hour format"</string>
    <string name="date_time_24hour" msgid="286679379105653406">"Use 24-hour format"</string>
    <string name="date_time_set_time_title" msgid="2870083415922991906">"Time"</string>
    <string name="time_format_category_title" msgid="7108616745509689991">"Time format"</string>
    <string name="date_time_set_timezone_title" msgid="790404320569600222">"Time zone"</string>
    <string name="date_time_set_timezone" msgid="2915125337941495746">"Select time zone"</string>
    <string name="date_time_set_date_title" msgid="7624166157167528407">"Date"</string>
    <string name="date_time_search_region" msgid="1364133854952610919">"Search region"</string>
    <string name="date_time_select_region" msgid="5449345333305056072">"Region"</string>
    <string name="date_time_select_fixed_offset_time_zones" msgid="594848300882055361">"Select UTC offset"</string>
    <string name="zone_change_to_from_dst" msgid="686451769985774294">"<xliff:g id="TIME_TYPE">%1$s</xliff:g> starts on <xliff:g id="TRANSITION_DATE">%2$s</xliff:g>."</string>
    <string name="zone_info_exemplar_location_and_offset" msgid="2186042522225153092">"<xliff:g id="EXEMPLAR_LOCATION">%1$s</xliff:g> (<xliff:g id="OFFSET">%2$s</xliff:g>)"</string>
    <string name="zone_info_offset_and_name" msgid="3960192548990990152">"<xliff:g id="TIME_TYPE">%2$s</xliff:g> (<xliff:g id="OFFSET">%1$s</xliff:g>)"</string>
    <string name="zone_info_footer" msgid="7004693956837388129">"Uses <xliff:g id="OFFSET_AND_NAME">%1$s</xliff:g>. <xliff:g id="DST_TIME_TYPE">%2$s</xliff:g> starts on <xliff:g id="TRANSITION_DATE">%3$s</xliff:g>."</string>
    <string name="zone_info_footer_no_dst" msgid="8399585343328811158">"Uses <xliff:g id="OFFSET_AND_NAME">%1$s</xliff:g>. No daylight savings time."</string>
    <string name="zone_time_type_dst" msgid="9189689342265305808">"British Summer Time (also known as daylight savings time)"</string>
    <string name="zone_time_type_standard" msgid="6865420715430680352">"Standard time"</string>
    <string name="zone_menu_by_region" msgid="2963565278710225652">"Select by region"</string>
    <string name="zone_menu_by_offset" msgid="1257702747474426745">"Select by UTC offset"</string>
    <string name="date_picker_title" msgid="646573308567782578">"Date"</string>
    <string name="time_picker_title" msgid="1784236407401743393">"Time"</string>
    <string name="lock_after_timeout" msgid="8682769000437403444">"Lock after screen timeout"</string>
    <string name="lock_after_timeout_summary" msgid="4869265514658147304">"<xliff:g id="TIMEOUT_STRING">%1$s</xliff:g> after timeout"</string>
    <string name="lock_immediately_summary_with_exception" msgid="40819611828339044">"Immediately after timeout, except when kept unlocked by <xliff:g id="TRUST_AGENT_NAME">%1$s</xliff:g>"</string>
    <string name="lock_after_timeout_summary_with_exception" msgid="3441806647509073124">"<xliff:g id="TIMEOUT_STRING">%1$s</xliff:g> after timeout, except when kept unlocked by <xliff:g id="TRUST_AGENT_NAME">%2$s</xliff:g>"</string>
    <string name="show_owner_info_on_lockscreen_label" msgid="197365342192696406">"Show owner info on lock screen"</string>
    <string name="owner_info_settings_title" msgid="3555626140700093017">"Add text on lock screen"</string>
    <string name="security_enable_widgets_title" msgid="676199714313423099">"Enable widgets"</string>
    <string name="security_enable_widgets_disabled_summary" msgid="5191637768484254146">"Disabled by admin"</string>
    <string name="lockdown_settings_title" msgid="8988970335658365075">"Show lockdown option"</string>
    <string name="lockdown_settings_summary" msgid="7422522013953398806">"Display power button option that turns off Smart Lock, biometric unlocking and notifications on the lock screen"</string>
    <string name="trust_lost_locks_screen_title" msgid="4231232144565291276">"Lock screen when trust is lost"</string>
    <string name="trust_lost_locks_screen_summary" msgid="718374221849537361">"If enabled, the device will lock when the last trust agent loses trust"</string>
    <string name="owner_info_settings_summary" msgid="347238313388083297">"None"</string>
    <string name="owner_info_settings_status" msgid="7488764871758677862">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="COUNT_1">%2$d</xliff:g>"</string>
    <string name="owner_info_settings_edit_text_hint" msgid="841926875876050274">"e.g. Joe\'s Android."</string>
    <string name="show_profile_info_on_lockscreen_label" msgid="5734739022887933365">"Show profile info on lock screen"</string>
    <string name="Accounts_settings_title" msgid="8434263183710375412">"Accounts"</string>
    <string name="location_settings_title" msgid="8375074508036087178">"Location"</string>
    <string name="location_settings_master_switch_title" msgid="4232810467362584112">"Use location"</string>
    <string name="location_settings_summary_location_off" msgid="4797932754681162262">"Off"</string>
    <plurals name="location_settings_summary_location_on" formatted="false" msgid="1019959038518185676">
      <item quantity="other">On – <xliff:g id="COUNT_1">%1$d</xliff:g> apps have access to location</item>
      <item quantity="one">On – <xliff:g id="COUNT_0">%1$d</xliff:g> app has access to location</item>
    </plurals>
    <string name="location_settings_loading_app_permission_stats" msgid="6054103701535557342">"Loading…"</string>
    <string name="account_settings_title" msgid="9138880127246241885">"Accounts"</string>
    <string name="security_settings_title" msgid="6710768415432791970">"Security"</string>
    <string name="encryption_and_credential_settings_title" msgid="5856216318961482983">"Encryption and credentials"</string>
    <string name="encryption_and_credential_settings_summary" product="default" msgid="5298195959570992363">"Phone encrypted"</string>
    <string name="decryption_settings_summary" product="default" msgid="1742645256103613503">"Phone not encrypted"</string>
    <string name="encryption_and_credential_settings_summary" product="tablet" msgid="3776741531205406800">"Device encrypted"</string>
    <string name="decryption_settings_summary" product="tablet" msgid="1864963068216544631">"Device not encrypted"</string>
    <string name="lockscreen_settings_title" msgid="4086121748092341549">"Lock screen"</string>
    <string name="lockscreen_settings_what_to_show_category" msgid="9205490627927741254">"What to show"</string>
    <string name="security_settings_summary" msgid="1627059516127354233">"Set My Location, screen unlock, SIM card lock, credential storage lock"</string>
    <string name="cdma_security_settings_summary" msgid="2455517905101186330">"Set My Location, screen unlock, credential storage lock"</string>
    <string name="security_passwords_title" msgid="4154420930973818581">"Privacy"</string>
    <string name="disabled_by_administrator_summary" msgid="5424846182313851124">"Not available"</string>
    <string name="security_status_title" msgid="6958004275337618656">"Security status"</string>
    <string name="security_dashboard_summary_face" msgid="4198949293847206382">"Screen lock, face unlock"</string>
    <string name="security_dashboard_summary" msgid="8750183806533140464">"Screen lock, fingerprint"</string>
    <string name="security_dashboard_summary_no_fingerprint" msgid="1044589595710115123">"Screen lock"</string>
    <string name="security_settings_face_preference_summary" msgid="6675126437396914838">"Face added"</string>
    <string name="security_settings_face_preference_summary_none" msgid="3758209126322559995">"Set up face unlock"</string>
    <string name="security_settings_face_preference_title" msgid="821557938243856757">"Face unlock"</string>
    <string name="security_settings_face_profile_preference_title" msgid="4618796080378248740">"Face unlock for work"</string>
    <string name="security_settings_face_enroll_education_title" msgid="8662585502032112675">"How to set up face unlock"</string>
    <string name="security_settings_face_enroll_education_title_accessibility" msgid="4632402390714441918">"Set up face unlock"</string>
    <string name="security_settings_face_enroll_education_title_unlock_disabled" msgid="8810954233979716906">"Use your face to authenticate"</string>
    <string name="security_settings_face_enroll_education_message" msgid="4308030157487176799"></string>
    <string name="security_settings_face_enroll_education_start" msgid="8830924400907195590">"Start"</string>
    <string name="security_settings_face_enroll_introduction_accessibility" msgid="5748221179069430975">"Use accessibility setup"</string>
    <string name="security_settings_face_enroll_introduction_accessibility_expanded" msgid="6763509014732769185"></string>
    <string name="security_settings_face_enroll_introduction_accessibility_diversity" msgid="2774962371839179206"></string>
    <string name="security_settings_face_enroll_introduction_accessibility_vision" msgid="7700394302162170363"></string>
    <string name="security_settings_face_enroll_introduction_cancel" msgid="7551159644361639436">"Cancel"</string>
    <string name="security_settings_face_enroll_introduction_no_thanks" msgid="1820618982738898717">"No, thanks"</string>
    <string name="security_settings_face_enroll_introduction_agree" msgid="1822303197642630076">"Agree"</string>
    <string name="security_settings_face_enroll_introduction_more" msgid="1970820298889710532">"More"</string>
    <string name="security_settings_face_enroll_introduction_title" msgid="7061610077237098046">"Unlock with your face"</string>
    <string name="security_settings_face_enroll_introduction_title_unlock_disabled" msgid="5903924766168353113">"Use your face to authenticate"</string>
    <string name="security_settings_face_enroll_introduction_message" msgid="3015751486939484934">"Use your face to unlock your phone, authorise purchases or sign in to apps."</string>
    <string name="security_settings_face_enroll_introduction_message_unlock_disabled" msgid="5841976283789481311">"Use your face to unlock your phone or approve purchases.\n\nNote: You can’t use your face to unlock this device. For more information, contact your organisation’s admin."</string>
    <string name="security_settings_face_enroll_introduction_message_setup" msgid="765965418187421753">"Use your face to unlock your phone, authorise purchases or sign in to apps"</string>
    <string name="security_settings_face_enroll_introduction_footer_part_0" msgid="908831787971630413"></string>
    <string name="security_settings_face_enroll_introduction_footer_part_1" msgid="4438129587730915782"></string>
    <string name="security_settings_face_enroll_introduction_footer_part_2" msgid="6099785970191751036"></string>
    <string name="security_settings_face_enroll_introduction_footer_part_3" msgid="8708726599723727710"></string>
    <string name="security_settings_face_enroll_repeat_title" msgid="4446229670377418717">"Centre your face in the circle"</string>
    <string name="security_settings_face_enroll_enrolling_skip" msgid="5568617401632528567">"Skip"</string>
    <string name="face_add_max" msgid="4578405795494514876">"You can add up to <xliff:g id="COUNT">%d</xliff:g> faces"</string>
    <string name="face_intro_error_max" msgid="2474735057709291626">"You’ve added the maximum number of faces"</string>
    <string name="face_intro_error_unknown" msgid="1626057493054989995">"Can’t add more faces"</string>
    <string name="security_settings_face_enroll_error_dialog_title" msgid="2460820099922775936">"Enrolment was not completed"</string>
    <string name="security_settings_face_enroll_dialog_ok" msgid="1674650455786434426">"OK"</string>
    <string name="security_settings_face_enroll_error_timeout_dialog_message" msgid="7768349698547951750">"Face enrolment time limit reached. Try again."</string>
    <string name="security_settings_face_enroll_error_generic_dialog_message" msgid="3186810411630091490">"Face enrolment didn\'t work."</string>
    <string name="security_settings_face_enroll_finish_title" msgid="5882322568359775393">"All set. Looking good."</string>
    <string name="security_settings_face_enroll_done" msgid="3048687969498187442">"Done"</string>
    <string name="security_settings_face_enroll_should_re_enroll_title" msgid="9080635904939148410">"Improve face unlock performance"</string>
    <string name="security_settings_face_enroll_should_re_enroll_subtitle" msgid="2318506792574194633">"Set up face unlock again"</string>
    <string name="security_settings_face_enroll_must_re_enroll_title" msgid="8907917317111783249">"Set up face unlock again"</string>
    <string name="security_settings_face_enroll_must_re_enroll_subtitle" msgid="3584740139535177961">"Improve security and performance"</string>
    <string name="security_settings_face_enroll_improve_face_alert_title" msgid="7124713074067550039">"Set up face unlock"</string>
    <string name="security_settings_face_enroll_improve_face_alert_body" msgid="950213874209080175">"Delete your current face data to set up face unlock again.\n\nThe face data used by face unlock will be permanently and securely deleted. After removal, you will need your PIN, pattern or password to unlock your phone, sign in to apps and confirm payments."</string>
    <string name="security_settings_face_settings_use_face_category" msgid="2374998717426341095">"Use face unlock for"</string>
    <string name="security_settings_face_settings_use_face_unlock_phone" msgid="5209963876503148501">"Unlocking your phone"</string>
    <string name="security_settings_face_settings_use_face_for_apps" msgid="8813038341122613020">"App sign-in and payments"</string>
    <string name="security_settings_face_settings_require_category" msgid="3906382658164073665">"Requirements for face unlock"</string>
    <string name="security_settings_face_settings_require_attention" msgid="4395309855914391104">"Require eyes to be open"</string>
    <string name="security_settings_face_settings_require_attention_details" msgid="2546230511769544074">"To unlock the phone, your eyes must be open"</string>
    <string name="security_settings_face_settings_require_confirmation" msgid="6603039421004198334">"Always require confirmation"</string>
    <string name="security_settings_face_settings_require_confirmation_details" msgid="6454776517804994007">"When using face unlock in apps, always require confirmation step"</string>
    <string name="security_settings_face_settings_remove_face_data" msgid="6491161841504747384">"Delete face data"</string>
    <string name="security_settings_face_settings_enroll" msgid="4656842124181309056">"Set up face unlock"</string>
    <string name="security_settings_face_settings_footer" msgid="5545455769328594736">"Use face unlock to unlock your device, sign in to apps and confirm payments.\n\nKeep in mind:\nLooking at the phone can unlock it when you don’t intend to.\n\nYour phone can be unlocked by someone else if it’s held up to your face.\n\nYour phone can be unlocked by someone who looks a lot like you, say, an identical sibling."</string>
    <string name="security_settings_face_settings_footer_attention_not_supported" msgid="4460565590744451205">"Use face unlock to unlock your device, sign in to apps and confirm payments.\n\nKeep in mind:\nLooking at the phone can unlock it when you don’t intend to.\n\nYour phone can be unlocked by someone else if it’s held up to your face, even if your eyes are closed.\n\nYour phone can be unlocked by someone who looks a lot like you, say, an identical sibling."</string>
    <string name="security_settings_face_settings_remove_dialog_title" msgid="2596803378375165362">"Delete face data?"</string>
    <string name="security_settings_face_settings_remove_dialog_details" msgid="3458998128212675289">"The face data used by face unlock will be permanently and securely deleted. After removal, you will need your PIN, pattern or password to unlock your phone, sign in to apps and confirm payments."</string>
    <string name="security_settings_face_settings_context_subtitle" msgid="9197485417007952865">"Use face unlock to unlock your phone"</string>
    <string name="security_settings_fingerprint_preference_title" msgid="2484965173528415458">"Fingerprint"</string>
    <string name="fingerprint_manage_category_title" msgid="1249349505688268850">"Manage fingerprints"</string>
    <string name="fingerprint_usage_category_title" msgid="8757959085075024856">"Use fingerprint for"</string>
    <string name="fingerprint_add_title" msgid="1837610443487902050">"Add fingerprint"</string>
    <string name="fingerprint_enable_keyguard_toggle_title" msgid="5451094461919440992">"screen lock"</string>
    <plurals name="security_settings_fingerprint_preference_summary" formatted="false" msgid="988602245530967106">
      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fingerprints set up</item>
      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fingerprint set up</item>
    </plurals>
    <string name="security_settings_fingerprint_preference_summary_none" msgid="1044059475710838504"></string>
    <string name="security_settings_fingerprint_enroll_introduction_title" msgid="521797365974277693">"Unlock with fingerprint"</string>
    <string name="security_settings_fingerprint_enroll_introduction_title_unlock_disabled" msgid="1911710308293783998">"Use your fingerprint"</string>
    <string name="security_settings_fingerprint_enroll_introduction_message" msgid="242123866344666054">"Just touch the fingerprint sensor to unlock your phone, authorise purchases or sign in to apps. Be careful whose fingerprints you add. Even one added print can do any of these things.\n\nNote: Your fingerprint may be less secure than a strong pattern or PIN."</string>
    <string name="security_settings_fingerprint_enroll_introduction_message_unlock_disabled" msgid="8957789840251747092">"Use your fingerprint to unlock your phone or approve purchases.\n\nNote: You can’t use your fingerprint to unlock this device. For more information, contact your organisation’s admin."</string>
    <string name="security_settings_fingerprint_enroll_introduction_message_setup" msgid="5979556434735281585">"Use your fingerprint to unlock your phone or approve purchases.\n\nNote: Your fingerprint may be less secure than a strong pattern or PIN."</string>
    <string name="security_settings_fingerprint_enroll_introduction_cancel" msgid="6086532316718920562">"Cancel"</string>
    <string name="security_settings_fingerprint_enroll_introduction_continue" msgid="5683573189775460816">"Continue"</string>
    <string name="security_settings_fingerprint_enroll_introduction_cancel_setup" msgid="370010932190960403">"Skip"</string>
    <string name="security_settings_fingerprint_enroll_introduction_continue_setup" msgid="7155412679784724630">"Next"</string>
    <string name="setup_fingerprint_enroll_skip_title" msgid="2473807887676247264">"Skip fingerprint?"</string>
    <string name="setup_fingerprint_enroll_skip_after_adding_lock_text" msgid="2412645723804450304">"Fingerprint setup only takes a minute or two. If you skip this, you can add your fingerprint later in settings."</string>
    <string name="lock_screen_intro_skip_title" msgid="342553937472568925">"Skip screen lock?"</string>
    <string name="lock_screen_intro_skip_dialog_text_frp" product="tablet" msgid="1570832293693405757">"Device protection features won’t be turned on. You won’t be able to prevent others from using this tablet if it’s lost, stolen or reset."</string>
    <string name="lock_screen_intro_skip_dialog_text_frp" product="device" msgid="4618501606519351904">"Device protection features won’t be turned on. You won’t be able to prevent others from using this device if it’s lost, stolen or reset."</string>
    <string name="lock_screen_intro_skip_dialog_text_frp" product="default" msgid="2412426429887900241">"Device protection features won’t be turned on. You won’t be able to prevent others from using this phone if it’s lost, stolen or reset."</string>
    <string name="lock_screen_intro_skip_dialog_text" product="tablet" msgid="7119039592587429936">"Device protection features won’t be turned on. You won’t be able to prevent others from using this tablet if it’s lost or stolen."</string>
    <string name="lock_screen_intro_skip_dialog_text" product="device" msgid="3365990364131398523">"Device protection features won’t be turned on. You won’t be able to prevent others from using this device if it’s lost or stolen."</string>
    <string name="lock_screen_intro_skip_dialog_text" product="default" msgid="4908278819257287536">"Device protection features won’t be turned on. You won’t be able to prevent others from using this phone if it’s lost or stolen."</string>
    <string name="skip_anyway_button_label" msgid="3442274117023270068">"Skip anyway"</string>
    <string name="go_back_button_label" msgid="6139455414099035594">"Go back"</string>
    <string name="skip_lock_screen_dialog_button_label" msgid="641984698150020591">"Skip"</string>
    <string name="cancel_lock_screen_dialog_button_label" msgid="1801132985957491690">"Cancel"</string>
    <string name="security_settings_fingerprint_enroll_find_sensor_title" msgid="886085239313346000">"Touch the sensor"</string>
    <string name="security_settings_fingerprint_enroll_find_sensor_message" msgid="6160543980992596286">"It’s on the back of your phone. Use your index finger."</string>
    <string name="security_settings_fingerprint_enroll_find_sensor_content_description" msgid="3065850549419750523">"Illustration with device and fingerprint sensor location"</string>
    <string name="security_settings_fingerprint_enroll_dialog_name_label" msgid="7298812463228440333">"Name"</string>
    <string name="security_settings_fingerprint_enroll_dialog_ok" msgid="4074335979239208021">"OK"</string>
    <string name="security_settings_fingerprint_enroll_dialog_delete" msgid="6027141901007342389">"Delete"</string>
    <string name="security_settings_fingerprint_enroll_start_title" msgid="7391368057800077604">"Touch the sensor"</string>
    <string name="security_settings_fingerprint_enroll_start_message" msgid="5010227772754175346">"Put your finger on the sensor and lift after you feel a vibration"</string>
    <string name="security_settings_fingerprint_enroll_repeat_title" msgid="9172202128243545021">"Lift, then touch again"</string>
    <string name="security_settings_fingerprint_enroll_repeat_message" msgid="5382958363770893577">"Keep lifting your finger to add the different parts of your fingerprint"</string>
    <string name="security_settings_fingerprint_enroll_finish_title" msgid="3606325177406951457">"Fingerprint added"</string>
    <string name="security_settings_fingerprint_enroll_finish_message" msgid="8220458039597261933">"When you see this icon, use your fingerprint for identification or to approve purchases"</string>
    <string name="security_settings_fingerprint_enroll_enrolling_skip" msgid="3004786457919122854">"Do it later"</string>
    <string name="setup_fingerprint_enroll_enrolling_skip_title" msgid="352947044008973812">"Skip fingerprint setup?"</string>
    <string name="setup_fingerprint_enroll_enrolling_skip_message" msgid="4876965433600560365">"You’ve chosen to use your fingerprint as one way to unlock your phone. If you skip now, you’ll need to set this up later. Setup takes only a minute or so."</string>
    <string name="fingerprint_lock_screen_setup_skip_dialog_text" product="tablet" msgid="6901147203720764421">"Protect your tablet with a screen lock option so that no one will be able to use it if it is lost or stolen. You also need a screen lock option to set up fingerprint. Tap Cancel, then set a PIN, pattern or password."</string>
    <string name="fingerprint_lock_screen_setup_skip_dialog_text" product="device" msgid="1286244133923093528">"Protect your device with a screen lock option so that no one will be able to use it if it is lost or stolen. You also need a screen lock option to set up fingerprint. Tap Cancel, then set a PIN, pattern or password."</string>
    <string name="fingerprint_lock_screen_setup_skip_dialog_text" product="default" msgid="4810191157587317521">"Protect your phone with a screen lock option so that no one will be able to use it if it is lost or stolen. You also need a screen lock option to set up fingerprint. Tap Cancel, then set a PIN, pattern or password."</string>
    <string name="face_lock_screen_setup_skip_dialog_text" product="tablet" msgid="7387535629289108475">"By protecting your tablet with a screen lock option, no one will be able to use it if it is lost or stolen. You also need a screen lock option to set up face unlock. To go back, tap Cancel."</string>
    <string name="face_lock_screen_setup_skip_dialog_text" product="device" msgid="4995287019957131123">"By protecting your device with a screen lock option, no one will be able to use it if it is lost or stolen. You also need a screen lock option to set up face unlock. To go back, tap Cancel."</string>
    <string name="face_lock_screen_setup_skip_dialog_text" product="default" msgid="7086796722966738156">"By protecting your phone with a screen lock option, no one will be able to use it if it is lost or stolen. You also need a screen lock option to set up face unlock. To go back, tap Cancel."</string>
    <string name="lock_screen_pin_skip_title" msgid="6853866579893458111">"Skip PIN setup?"</string>
    <string name="lock_screen_password_skip_title" msgid="8891463713793185768">"Skip password setup?"</string>
    <string name="lock_screen_pattern_skip_title" msgid="7214938393640060932">"Skip pattern setup?"</string>
    <string name="security_settings_fingerprint_enroll_setup_screen_lock" msgid="3538784524778508018">"Set up screen lock"</string>
    <string name="security_settings_fingerprint_enroll_done" msgid="9198775984215057337">"Done"</string>
    <string name="security_settings_fingerprint_enroll_touch_dialog_title" msgid="5742429501012827526">"Whoops, that\'s not the sensor"</string>
    <string name="security_settings_fingerprint_enroll_touch_dialog_message" msgid="7172969336386036998">"Touch the sensor on the back of your phone. Use your index finger."</string>
    <string name="security_settings_fingerprint_enroll_error_dialog_title" msgid="132085362209418770">"Enrolment was not completed"</string>
    <string name="security_settings_fingerprint_enroll_error_timeout_dialog_message" msgid="5479647886550695766">"Fingerprint enrolment time limit reached. Try again."</string>
    <string name="security_settings_fingerprint_enroll_error_generic_dialog_message" msgid="6068935528640241271">"Fingerprint enrolment didn\'t work. Try again or use a different finger."</string>
    <string name="fingerprint_enroll_button_add" msgid="6652490687672815760">"Add another"</string>
    <string name="fingerprint_enroll_button_next" msgid="1034110123277869532">"Next"</string>
    <string name="security_settings_fingerprint_enroll_disclaimer" msgid="7875826823637114097">"In addition to unlocking your phone, you can also use your fingerprint to authorise purchases and app access. "<annotation id="url">"Learn more"</annotation></string>
    <string name="security_settings_fingerprint_enroll_disclaimer_lockscreen_disabled" msgid="4260983700868889294">" The screen lock option is disabled. To find out more, contact your organisation\'s admin. "<annotation id="admin_details">"More details"</annotation>\n\n"You can still use your fingerprint to authorise purchases and app access. "<annotation id="url">"Learn more"</annotation></string>
    <string name="security_settings_fingerprint_enroll_lift_touch_again" msgid="2590665137265458789">"Lift finger, then touch sensor again"</string>
    <string name="fingerprint_add_max" msgid="8639321019299347447">"You can add up to <xliff:g id="COUNT">%d</xliff:g> fingerprints"</string>
    <string name="fingerprint_intro_error_max" msgid="4431784409732135610">"You’ve added the maximum number of fingerprints"</string>
    <string name="fingerprint_intro_error_unknown" msgid="877005321503793963">"Can’t add more fingerprints"</string>
    <string name="fingerprint_last_delete_title" msgid="4081475675646514726">"Remove all fingerprints?"</string>
    <string name="fingerprint_delete_title" msgid="1469865327307917858">"Remove \'<xliff:g id="FINGERPRINT_ID">%1$s</xliff:g>\'"</string>
    <string name="fingerprint_delete_message" msgid="1454995433333496541">"Do you want to delete this fingerprint?"</string>
    <string name="fingerprint_last_delete_message" msgid="93311579320049852">"You won\'t be able to use your fingerprints to unlock your phone, authorise purchases or sign in to apps"</string>
    <string name="fingerprint_last_delete_message_profile_challenge" msgid="3460246522493987163">"You won\'t be able to use your fingerprints to unlock your work profile, authorise purchases or sign in to work apps"</string>
    <string name="fingerprint_last_delete_confirm" msgid="3294910995598819259">"Yes, remove"</string>
    <string name="crypt_keeper_settings_title" msgid="4938812137822100044">"Encryption"</string>
    <string name="crypt_keeper_encrypt_title" product="tablet" msgid="7484150746479958376">"Encrypt tablet"</string>
    <string name="crypt_keeper_encrypt_title" product="default" msgid="8302873664348463041">"Encrypt phone"</string>
    <string name="crypt_keeper_encrypted_summary" msgid="3866488451639592071">"Encrypted"</string>
    <string name="crypt_keeper_desc" product="tablet" msgid="4103951371711323192">"You can encrypt your accounts, settings, downloaded apps and their data, media and other files. After you encrypt your tablet, assuming you\'ve set up a screen lock (that is, a pattern or numeric PIN or password), you\'ll need to unlock the screen to decrypt the tablet every time you power it on. The only other way to decrypt is to perform a factory data reset, erasing all your data.\n\nEncryption takes an hour or more. You must start with a charged battery and keep your tablet plugged in throughout the process. If you interrupt it, you\'ll lose some or all of your data"</string>
    <string name="crypt_keeper_desc" product="default" msgid="6180866043921135548">"You can encrypt your accounts, settings, downloaded apps and their data, media and other files. After you encrypt your phone, assuming you\'ve set up a screen lock (that is, a pattern or numeric PIN or password), you\'ll need to unlock the screen to decrypt the phone every time you power it on. The only other way to decrypt is to perform a factory data reset, erasing all your data.\n\nEncryption takes an hour or more. You must start with a charged battery and keep your phone plugged in throughout the process. If you interrupt it, you\'ll lose some or all of your data."</string>
    <string name="crypt_keeper_button_text" product="tablet" msgid="5551608011810921471">"Encrypt tablet"</string>
    <string name="crypt_keeper_button_text" product="default" msgid="6370330929679426136">"Encrypt phone"</string>
    <string name="crypt_keeper_low_charge_text" msgid="4920087247177024521">"Please charge your battery and try again."</string>
    <string name="crypt_keeper_unplugged_text" msgid="2709721134148651329">"Please plug in your charger and try again."</string>
    <string name="crypt_keeper_dialog_need_password_title" msgid="1847280235529858357">"No lock-screen PIN or password"</string>
    <string name="crypt_keeper_dialog_need_password_message" msgid="7210616262954236042">"You need to set a lock screen PIN or password before you can start encryption."</string>
    <string name="crypt_keeper_confirm_title" msgid="8600000209722452230">"Encrypt?"</string>
    <string name="crypt_keeper_final_desc" product="tablet" msgid="3270587498436152259">"The encryption operation is irreversible and if you interrupt it, you\'ll lose data. Encryption takes an hour or more, during which the tablet will restart several times."</string>
    <string name="crypt_keeper_final_desc" product="default" msgid="3040428543349852419">"The encryption operation is irreversible and if you interrupt it, you\'ll lose data. Encryption takes an hour or more, during which the phone will restart several times."</string>
    <string name="crypt_keeper_setup_title" msgid="3339725741305796680">"Encrypting"</string>
    <string name="crypt_keeper_setup_description" product="tablet" msgid="4417016995091289019">"Wait while your tablet is being encrypted. <xliff:g id="PERCENT">^1</xliff:g>% complete."</string>
    <string name="crypt_keeper_setup_description" product="default" msgid="7902355422499500352">"Wait while your phone is being encrypted. <xliff:g id="PERCENT">^1</xliff:g>% complete."</string>
    <string name="crypt_keeper_setup_time_remaining" product="tablet" msgid="8348188415839917821">"Wait while your tablet is being encrypted. Time remaining: <xliff:g id="DURATION">^1</xliff:g>"</string>
    <string name="crypt_keeper_setup_time_remaining" product="default" msgid="8556105766597855198">"Wait while your phone is being encrypted. Time remaining: <xliff:g id="DURATION">^1</xliff:g>"</string>
    <string name="crypt_keeper_force_power_cycle" product="tablet" msgid="3832496715430327682">"To unlock your tablet, turn it off and then on."</string>
    <string name="crypt_keeper_force_power_cycle" product="default" msgid="5070346039522135361">"To unlock your phone, turn it off and then on."</string>
    <string name="crypt_keeper_warn_wipe" msgid="8104921337301750394">"Warning: Your device will be wiped after <xliff:g id="COUNT">^1</xliff:g> more failed attempts to be unlocked!"</string>
    <string name="crypt_keeper_enter_password" msgid="1274917431075529732">"Type your password"</string>
    <string name="crypt_keeper_failed_title" msgid="8173654570682244149">"Encryption unsuccessful"</string>
    <string name="crypt_keeper_failed_summary" product="tablet" msgid="5977961188966570342">"Encryption was interrupted and can\'t be completed. As a result, the data on your tablet is no longer accessible. \n\n To resume using your tablet, you need to perform a factory reset. When you set up your tablet after the reset, you\'ll have an opportunity to restore any data that was backed up to your Google Account."</string>
    <string name="crypt_keeper_failed_summary" product="default" msgid="1028716993071131029">"Encryption was interrupted and can\'t be completed. As a result, the data on your phone is no longer accessible. \n\nTo resume using your phone, you need to perform a factory reset. When you set up your phone after the reset, you\'ll have an opportunity to restore any data that was backed up to your Google Account."</string>
    <string name="crypt_keeper_data_corrupt_title" msgid="5920153462176846037">"Decryption unsuccessful"</string>
    <string name="crypt_keeper_data_corrupt_summary" product="tablet" msgid="4420666705959562753">"The password that you entered is correct, but unfortunately your data is corrupt. \n\nTo resume using your tablet, you will need to perform a factory reset. When you set up your tablet after the reset, you\'ll have an opportunity to restore any data that was backed up to your Google Account."</string>
    <string name="crypt_keeper_data_corrupt_summary" product="default" msgid="3200498792238652367">"The password that you entered is correct, but unfortunately your data is corrupt. \n\nTo resume using your phone, you need to perform a factory reset. When you set up your phone after the reset, you’ll have an opportunity to restore any data that was backed up to your Google Account."</string>
    <string name="crypt_keeper_switch_input_method" msgid="7712732134989470573">"Switch input method"</string>
    <string name="suggested_lock_settings_title" msgid="7836065447159730217">"Secure your phone"</string>
    <string name="suggested_lock_settings_summary" product="tablet" msgid="3213718550422761562">"Set screen lock to protect tablet"</string>
    <string name="suggested_lock_settings_summary" product="device" msgid="8479766049078378225">"Set screen lock to protect device"</string>
    <string name="suggested_lock_settings_summary" product="default" msgid="2443273582716671033">"Set screen lock to protect phone"</string>
    <string name="suggested_fingerprint_lock_settings_title" msgid="3140266181874137984">"Add fingerprint to unlock"</string>
    <string name="suggested_fingerprint_lock_settings_summary" product="tablet" msgid="1040265358906410746"></string>
    <string name="suggested_fingerprint_lock_settings_summary" product="device" msgid="1040265358906410746"></string>
    <string name="suggested_fingerprint_lock_settings_summary" product="default" msgid="1040265358906410746"></string>
    <string name="lock_settings_picker_title" msgid="9219376327364915334">"Choose screen lock"</string>
    <string name="lock_settings_picker_title_profile" msgid="8377696902400733227">"Choose work lock"</string>
    <string name="setup_lock_settings_picker_title" product="tablet" msgid="1276283007274778191">"Protect your tablet"</string>
    <string name="setup_lock_settings_picker_title" product="device" msgid="3585905639045649905">"Protect your device"</string>
    <string name="setup_lock_settings_picker_title" product="default" msgid="2758197863515864300">"Protect your phone"</string>
    <string name="lock_settings_picker_biometrics_added_security_message" msgid="1105247657304421299">"For added security, set a backup screen lock"</string>
    <string name="setup_lock_settings_picker_message" product="tablet" msgid="4870877800737248926">"Prevent others from using this tablet without your permission by activating device protection features. Choose the screen lock that you would like to use."</string>
    <string name="setup_lock_settings_picker_message" product="device" msgid="8961855222808442301">"Prevent others from using this device without your permission by activating device protection features. Choose the screen lock that you would like to use."</string>
    <string name="setup_lock_settings_picker_message" product="default" msgid="8867435145945818970">"Prevent others from using this phone without your permission by activating device protection features. Choose the screen lock that you would like to use."</string>
    <string name="lock_settings_picker_fingerprint_message" msgid="6414674538453498900">"Choose your backup screen lock method"</string>
    <string name="lock_settings_picker_face_message" msgid="2044129433641084149">"Choose your backup screen lock method"</string>
    <string name="setup_lock_settings_options_button_label" msgid="6098297461618298505">"Screen lock options"</string>
    <string name="setup_lock_settings_options_dialog_title" msgid="7985107300517468569">"Screen lock options"</string>
    <string name="unlock_set_unlock_launch_picker_title" msgid="4981063601772605609">"Screen lock"</string>
    <string name="unlock_set_unlock_launch_picker_summary_lock_immediately" msgid="5799070517574360310">"<xliff:g id="UNLOCK_METHOD">%1$s</xliff:g> /Immediately after sleep"</string>
    <string name="unlock_set_unlock_launch_picker_summary_lock_after_timeout" msgid="4572132216801894216">"<xliff:g id="UNLOCK_METHOD">%1$s</xliff:g> / <xliff:g id="TIMEOUT_STRING">%2$s</xliff:g> after sleep"</string>
    <string name="unlock_set_unlock_launch_picker_title_profile" msgid="7631371082326055429">"Work profile lock"</string>
    <string name="unlock_set_unlock_launch_picker_change_title" msgid="4746783679112447948">"Change lock screen"</string>
    <string name="unlock_set_unlock_launch_picker_change_summary" msgid="6023813780512501969">"Change or disable pattern, PIN or password security"</string>
    <string name="unlock_set_unlock_launch_picker_enable_summary" msgid="1699993191343299179">"Choose a method to lock the screen"</string>
    <string name="unlock_set_unlock_off_title" msgid="2831957685685921667">"None"</string>
    <string name="unlock_set_unlock_off_summary" msgid="4578319976164001322"></string>
    <string name="unlock_set_unlock_none_title" msgid="2844029875174409728">"Swipe"</string>
    <string name="unlock_set_unlock_none_summary" msgid="641298008390890152">"No security"</string>
    <string name="unlock_set_unlock_pattern_title" msgid="8224895208452995332">"Pattern"</string>
    <string name="unlock_set_unlock_pattern_summary" msgid="4482018884090552709">"Medium security"</string>
    <string name="unlock_set_unlock_pin_title" msgid="5283636759362880407">"PIN"</string>
    <string name="unlock_set_unlock_pin_summary" msgid="1961863114590024945">"Medium to high security"</string>
    <string name="unlock_set_unlock_password_title" msgid="2559842616268607041">"Password"</string>
    <string name="unlock_set_unlock_password_summary" msgid="7647435233968707432">"High security"</string>
    <string name="unlock_set_do_later_title" msgid="6565575303676064364">"Not now"</string>
    <string name="current_screen_lock" msgid="1367883977261098017">"Current screen lock"</string>
    <string name="fingerprint_unlock_set_unlock_pattern" msgid="4492334416059646032">"Fingerprint + Pattern"</string>
    <string name="fingerprint_unlock_set_unlock_pin" msgid="4724451168139460493">"Fingerprint + PIN"</string>
    <string name="fingerprint_unlock_set_unlock_password" msgid="5614333047430835971">"Fingerprint + Password"</string>
    <string name="fingerprint_unlock_skip_fingerprint" msgid="7631242444064287891">"Continue without fingerprint"</string>
    <string name="fingerprint_unlock_title" msgid="4978686534505944042">"You can unlock your phone using your fingerprint. For security, this option requires a backup screen lock."</string>
    <string name="face_unlock_set_unlock_pattern" msgid="5991691559532427891">"Face unlock + pattern"</string>
    <string name="face_unlock_set_unlock_pin" msgid="8990569318587034610">"Face unlock + PIN"</string>
    <string name="face_unlock_set_unlock_password" msgid="8612535943511761549">"Face unlock + password"</string>
    <string name="face_unlock_skip_face" msgid="7117201898540606846">"Continue without face unlock"</string>
    <string name="face_unlock_title" msgid="7344830351598247267">"You can unlock your phone using your face. For security, this option requires a backup screen lock."</string>
    <string name="unlock_set_unlock_disabled_summary" msgid="4022867760387966129">"Disabled by admin, encryption policy or credential storage"</string>
    <string name="unlock_set_unlock_mode_off" msgid="4632139864722236359">"None"</string>
    <string name="unlock_set_unlock_mode_none" msgid="5596049938457028214">"Swipe"</string>
    <string name="unlock_set_unlock_mode_pattern" msgid="1926480143883094896">"Pattern"</string>
    <string name="unlock_set_unlock_mode_pin" msgid="9028659554829888373">"PIN"</string>
    <string name="unlock_set_unlock_mode_password" msgid="8810609692771987513">"Password"</string>
    <string name="unlock_setup_wizard_fingerprint_details" msgid="5974580769186206478">"Once you\'ve set up a screen lock, you can also set up your fingerprint in Settings &gt; Security."</string>
    <string name="unlock_disable_lock_title" msgid="2564279819907932759">"Turn off screen lock"</string>
    <string name="unlock_disable_frp_warning_title" msgid="1520689401825045809">"Remove device protection?"</string>
    <string name="unlock_disable_frp_warning_title_profile" msgid="1005284289723910461">"Remove profile protection?"</string>
    <string name="unlock_disable_frp_warning_content_pattern" msgid="669384600341275312">"Device protection features will not work without your pattern."</string>
    <string name="unlock_disable_frp_warning_content_pattern_fingerprint" msgid="8160948976853039106">"Device protection features will not work without your pattern.<xliff:g id="EMPTY_LINE">

</xliff:g>Your saved fingerprints will also be removed from this device and you won\'t be able to unlock your phone, authorise purchases or sign in to apps with them."</string>
    <string name="unlock_disable_frp_warning_content_pin" msgid="3732073290049930632">"Device protection features will not work without your PIN."</string>
    <string name="unlock_disable_frp_warning_content_pin_fingerprint" msgid="2018020861756931097">"Device protection features will not work without your PIN.<xliff:g id="EMPTY_LINE">

</xliff:g>Your saved fingerprints will also be removed from this device and you won\'t be able to unlock your phone, authorise purchases or sign in to apps with them."</string>
    <string name="unlock_disable_frp_warning_content_password" msgid="2130004168084396797">"Device protection features will not work without your password."</string>
    <string name="unlock_disable_frp_warning_content_password_fingerprint" msgid="8455564842615579472">"Device protection features will not work without your password.<xliff:g id="EMPTY_LINE">

</xliff:g>Your saved fingerprints will also be removed from this device and you won\'t be able to unlock your phone, authorise purchases or sign in to apps with them."</string>
    <string name="unlock_disable_frp_warning_content_unknown" msgid="8903568674104115231">"Device protection features will not work without your screen lock."</string>
    <string name="unlock_disable_frp_warning_content_unknown_fingerprint" msgid="4985095359625056279">"Device protection features will not work without your screen lock.<xliff:g id="EMPTY_LINE">

</xliff:g>Your saved fingerprints will also be removed from this device and you won\'t be able to unlock your phone, authorise purchases or sign in to apps with them."</string>
    <string name="unlock_disable_frp_warning_content_pattern_profile" msgid="6850770024037691891">"Profile protection features will not work without your pattern."</string>
    <string name="unlock_disable_frp_warning_content_pattern_fingerprint_profile" msgid="313998125412427527">"Profile protection features will not work without your pattern.<xliff:g id="EMPTY_LINE">

</xliff:g>Your saved fingerprints will also be removed from this profile and you won\'t be able to unlock your profile, authorise purchases or sign in to apps with them."</string>
    <string name="unlock_disable_frp_warning_content_pin_profile" msgid="6328378875803145738">"Profile protection features will not work without your PIN."</string>
    <string name="unlock_disable_frp_warning_content_pin_fingerprint_profile" msgid="6844729803535310058">"Profile protection features will not work without your PIN.<xliff:g id="EMPTY_LINE">

</xliff:g>Your saved fingerprints will also be removed from this profile and you won\'t be able to unlock your profile, authorise purchases or sign in to apps with them."</string>
    <string name="unlock_disable_frp_warning_content_password_profile" msgid="6922335143823758149">"Profile protection features will not work without your password."</string>
    <string name="unlock_disable_frp_warning_content_password_fingerprint_profile" msgid="5724824564583660260">"Profile protection features will not work without your password.<xliff:g id="EMPTY_LINE">

</xliff:g>Your saved fingerprints will also be removed from this profile and you won\'t be able to unlock your profile, authorise purchases or sign in to apps with them."</string>
    <string name="unlock_disable_frp_warning_content_unknown_profile" msgid="6886183964362015704">"Profile protection features will not work without your screen lock."</string>
    <string name="unlock_disable_frp_warning_content_unknown_fingerprint_profile" msgid="3754195701700959477">"Profile protection features will not work without your screen lock.<xliff:g id="EMPTY_LINE">

</xliff:g>Your saved fingerprints will also be removed from this profile and you won\'t be able to unlock your profile, authorise purchases or sign in to apps with them."</string>
    <string name="unlock_disable_frp_warning_ok" msgid="621607297961726537">"Yes, remove"</string>
    <string name="unlock_change_lock_pattern_title" msgid="8234523589333929193">"Change unlock pattern"</string>
    <string name="unlock_change_lock_pin_title" msgid="2324077520816477479">"Change unlock PIN"</string>
    <string name="unlock_change_lock_password_title" msgid="873517913969091074">"Change unlock password"</string>
    <string name="unlock_footer_high_complexity_requested" msgid="4471274783909915352">"<xliff:g id="APP_NAME">%1$s</xliff:g> recommends a strong PIN or password and may not work as expected without one"</string>
    <string name="unlock_footer_medium_complexity_requested" msgid="5515870066751600640">"<xliff:g id="APP_NAME">%1$s</xliff:g> recommends a new PIN or password and may not work as expected without one"</string>
    <string name="unlock_footer_low_complexity_requested" msgid="2517656037576567971">"<xliff:g id="APP_NAME">%1$s</xliff:g> recommends a new pattern, PIN or password and may not work as expected without one"</string>
    <string name="unlock_footer_none_complexity_requested" msgid="8534900170428140529">"<xliff:g id="APP_NAME">%1$s</xliff:g> recommends a new screen lock"</string>
    <string name="lock_failed_attempts_before_wipe" msgid="6874652886647631418">"Try again. Attempt <xliff:g id="CURRENT_ATTEMPTS">%1$d</xliff:g> of <xliff:g id="TOTAL_ATTEMPTS">%2$d</xliff:g>."</string>
    <string name="lock_last_attempt_before_wipe_warning_title" msgid="7450322567217745999">"Your data will be deleted"</string>
    <string name="lock_last_pattern_attempt_before_wipe_device" msgid="5816668400104558952">"If you enter an incorrect pattern on the next attempt, this device\'s data will be deleted"</string>
    <string name="lock_last_pin_attempt_before_wipe_device" msgid="2815681042623708775">"If you enter an incorrect PIN on the next attempt, this device\'s data will be deleted"</string>
    <string name="lock_last_password_attempt_before_wipe_device" msgid="985126164175708507">"If you enter an incorrect password on the next attempt, this device\'s data will be deleted"</string>
    <string name="lock_last_pattern_attempt_before_wipe_user" msgid="8283944727199433440">"If you enter an incorrect pattern on the next attempt, this user will be deleted"</string>
    <string name="lock_last_pin_attempt_before_wipe_user" msgid="972834567684477451">"If you enter an incorrect PIN on the next attempt, this user will be deleted"</string>
    <string name="lock_last_password_attempt_before_wipe_user" msgid="3797239847079686727">"If you enter an incorrect password on the next attempt, this user will be deleted"</string>
    <string name="lock_last_pattern_attempt_before_wipe_profile" msgid="2479195488386373253">"If you enter an incorrect pattern on the next attempt, your work profile and its data will be deleted"</string>
    <string name="lock_last_pin_attempt_before_wipe_profile" msgid="7086428013814722436">"If you enter an incorrect PIN on the next attempt, your work profile and its data will be deleted"</string>
    <string name="lock_last_password_attempt_before_wipe_profile" msgid="253673907244112643">"If you enter an incorrect password on the next attempt, your work profile and its data will be deleted"</string>
    <string name="lock_failed_attempts_now_wiping_device" msgid="2813744895409014471">"Too many incorrect attempts. This device\'s data will be deleted."</string>
    <string name="lock_failed_attempts_now_wiping_user" msgid="3958755474620948727">"Too many incorrect attempts. This user will be deleted."</string>
    <string name="lock_failed_attempts_now_wiping_profile" msgid="3171880997211568208">"Too many incorrect attempts. This work profile and its data will be deleted."</string>
    <string name="lock_failed_attempts_now_wiping_dialog_dismiss" msgid="170155081899679669">"Dismiss"</string>
    <plurals name="lockpassword_password_too_short" formatted="false" msgid="2192234965414232157">
      <item quantity="other">Must be at least <xliff:g id="COUNT_1">%d</xliff:g> characters</item>
      <item quantity="one">Must contain at least <xliff:g id="COUNT_0">%d</xliff:g> character</item>
    </plurals>
    <plurals name="lockpassword_pin_too_short" formatted="false" msgid="6817086810898414162">
      <item quantity="other">PIN must be at least <xliff:g id="COUNT_1">%d</xliff:g> digits</item>
      <item quantity="one">PIN must contain at least <xliff:g id="COUNT_0">%d</xliff:g> digit</item>
    </plurals>
    <string name="lockpassword_continue_label" msgid="2507983991979547816">"Continue"</string>
    <plurals name="lockpassword_password_too_long" formatted="false" msgid="8118091957172967677">
      <item quantity="other">Must be fewer than <xliff:g id="NUMBER_1">%d</xliff:g> characters</item>
      <item quantity="one">Must be fewer than <xliff:g id="NUMBER_0">%d</xliff:g> character</item>
    </plurals>
    <plurals name="lockpassword_pin_too_long" formatted="false" msgid="8706992338720310765">
      <item quantity="other">Must be fewer than <xliff:g id="NUMBER_1">%d</xliff:g> digits</item>
      <item quantity="one">Must be fewer than <xliff:g id="NUMBER_0">%d</xliff:g> digit</item>
    </plurals>
    <string name="lockpassword_pin_recently_used" msgid="6650277060998923465">"Device admin doesn\'t allow using a recent PIN"</string>
    <string name="lockpassword_pin_blacklisted_by_admin" msgid="115994274880232984">"Common PINs are blocked by your IT admin. Try a different PIN."</string>
    <string name="lockpassword_illegal_character" msgid="3434031212215886433">"This can\'t include an invalid character"</string>
    <string name="lockpassword_password_requires_alpha" msgid="721084100957669018">"Must contain at least one letter"</string>
    <string name="lockpassword_password_requires_digit" msgid="312518567592683795">"Must contain at least one digit"</string>
    <string name="lockpassword_password_requires_symbol" msgid="6178512486154701321">"Must contain at least one symbol"</string>
    <plurals name="lockpassword_password_requires_letters" formatted="false" msgid="2385916409676839024">
      <item quantity="other">Must contain at least <xliff:g id="COUNT">%d</xliff:g> letters</item>
      <item quantity="one">Must contain at least 1 letter</item>
    </plurals>
    <plurals name="lockpassword_password_requires_lowercase" formatted="false" msgid="2057467885488612701">
      <item quantity="other">Must contain at least <xliff:g id="COUNT">%d</xliff:g> lowercase letters</item>
      <item quantity="one">Must contain at least 1 lowercase letter</item>
    </plurals>
    <plurals name="lockpassword_password_requires_uppercase" formatted="false" msgid="4541266279643052025">
      <item quantity="other">Must contain at least <xliff:g id="COUNT">%d</xliff:g> uppercase letters</item>
      <item quantity="one">Must contain at least 1 uppercase letter</item>
    </plurals>
    <plurals name="lockpassword_password_requires_numeric" formatted="false" msgid="70617964591376248">
      <item quantity="other">Must contain at least <xliff:g id="COUNT">%d</xliff:g> numerical digits</item>
      <item quantity="one">Must contain at least 1 numerical digit</item>
    </plurals>
    <plurals name="lockpassword_password_requires_symbols" formatted="false" msgid="7981236881269921943">
      <item quantity="other">Must contain at least <xliff:g id="COUNT">%d</xliff:g> special symbols</item>
      <item quantity="one">Must contain at least 1 special symbol</item>
    </plurals>
    <plurals name="lockpassword_password_requires_nonletter" formatted="false" msgid="1567877061888948467">
      <item quantity="other">Must contain at least <xliff:g id="COUNT">%d</xliff:g> non-letter characters</item>
      <item quantity="one">Must contain at least 1 non-letter character</item>
    </plurals>
    <plurals name="lockpassword_password_requires_nonnumerical" formatted="false" msgid="5056743974888384475">
      <item quantity="other">Must contain at least <xliff:g id="COUNT">%d</xliff:g> non-numeric characters</item>
      <item quantity="one">Must contain at least 1 non-numeric character</item>
    </plurals>
    <string name="lockpassword_password_recently_used" msgid="5341218079730167191">"Device admin doesn\'t allow using a recent password"</string>
    <string name="lockpassword_password_blacklisted_by_admin" msgid="8956110268546396737">"Common passwords are blocked by your IT admin. Try a different password."</string>
    <string name="lockpassword_pin_no_sequential_digits" msgid="5843639256988031272">"Ascending, descending or repeated sequence of digits isn\'t allowed"</string>
    <string name="lockpassword_confirm_label" msgid="560897521093566777">"Confirm"</string>
    <string name="lockpassword_cancel_label" msgid="6711112212489992112">"Cancel"</string>
    <string name="lockpassword_clear_label" msgid="311359833434539894">"Clear"</string>
    <string name="lockpassword_credential_changed" msgid="5934778179732392028">"Screen lock was already changed. Try again with the new screen lock."</string>
    <string name="lockpattern_tutorial_cancel_label" msgid="775215267818384016">"Cancel"</string>
    <string name="lockpattern_tutorial_continue_label" msgid="1329049481210689408">"Next"</string>
    <string name="lock_setup" msgid="4622999020926280737">"Set up is complete."</string>
    <string name="manage_device_admin" msgid="1044620606203916275">"Device admin apps"</string>
    <string name="number_of_device_admins_none" msgid="152926922020437312">"No active apps"</string>
    <plurals name="number_of_device_admins" formatted="false" msgid="2528735319390151989">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> active apps</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> active app</item>
    </plurals>
    <string name="manage_trust_agents" msgid="6410149930029992356">"Trust agents"</string>
    <string name="disabled_because_no_backup_security" msgid="4998095356607488854">"To use, first set a screen lock"</string>
    <string name="manage_trust_agents_summary" msgid="6423843123607674286">"None"</string>
    <plurals name="manage_trust_agents_summary_on" formatted="false" msgid="5438047398376802735">
      <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> active trust agents</item>
      <item quantity="one">1 active trust agent</item>
    </plurals>
    <string name="bluetooth_quick_toggle_title" msgid="5955341060378240781">"Bluetooth"</string>
    <string name="bluetooth_quick_toggle_summary" msgid="5257744297562880017">"Turn on Bluetooth"</string>
    <string name="bluetooth_settings" msgid="2967239493428695171">"Bluetooth"</string>
    <string name="bluetooth_settings_title" msgid="2642029095769509647">"Bluetooth"</string>
    <string name="bluetooth_settings_summary" msgid="6805458703566046784">"Manage connections, set device name &amp; discoverability"</string>
    <string name="bluetooth_pairing_request" msgid="7762990650683525640">"Pair with <xliff:g id="DEVICE_NAME">%1$s</xliff:g>?"</string>
    <string name="bluetooth_pairing_key_msg" msgid="1329835708475701761">"Bluetooth pairing code"</string>
    <string name="bluetooth_enter_passkey_msg" msgid="5806420933599368592">"Type the pairing code then press Return or Enter"</string>
    <string name="bluetooth_enable_alphanumeric_pin" msgid="7256286571636950635">"PIN contains letters or symbols"</string>
    <string name="bluetooth_pin_values_hint" msgid="2753202519050044670">"Usually 0000 or 1234"</string>
    <string name="bluetooth_pin_values_hint_16_digits" msgid="5603928271430883558">"Must be 16 digits"</string>
    <string name="bluetooth_enter_pin_other_device" msgid="6737778699899780717">"You may also need to type this PIN on the other device."</string>
    <string name="bluetooth_enter_passkey_other_device" msgid="8270426446247344709">"You may also need to type this passkey on the other device."</string>
    <string name="bluetooth_confirm_passkey_msg" msgid="327192310468680072">"To pair with:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;Make sure that it is showing this passkey:&lt;br&gt;&lt;b&gt;<xliff:g id="PASSKEY">%2$s</xliff:g>&lt;/b&gt;"</string>
    <string name="bluetooth_incoming_pairing_msg" msgid="1068123527866596779">"From:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;Pair with this device?"</string>
    <string name="bluetooth_display_passkey_pin_msg" msgid="8672803845151786521">"To pair with:<xliff:g id="BOLD1_0">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="DEVICE_NAME">%1$s</xliff:g><xliff:g id="END_BOLD1">&lt;/b&gt;&lt;br&gt;&lt;br&gt;</xliff:g>Type on it:<xliff:g id="BOLD2_1">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="PASSKEY">%2$s</xliff:g><xliff:g id="END_BOLD2">&lt;/b&gt;</xliff:g>, then press Return or Enter."</string>
    <string name="bluetooth_pairing_shares_phonebook" msgid="4329325125260724843">"Allow access to your contacts and call history"</string>
    <string name="bluetooth_error_title" msgid="2284738188253690278"></string>
    <string name="bluetooth_connecting_error_message" msgid="3941893154784152112">"Couldn\'t connect to <xliff:g id="DEVICE_NAME">%1$s</xliff:g>."</string>
    <string name="bluetooth_preference_scan_title" msgid="3460316252463771851">"Scan for devices"</string>
    <string name="bluetooth_search_for_devices" msgid="6516902340975407648">"Refresh"</string>
    <string name="bluetooth_searching_for_devices" msgid="6541984133657573124">"Searching…"</string>
    <string name="bluetooth_preference_device_settings" msgid="1688662188157019998">"Device settings"</string>
    <string name="bluetooth_preference_paired_dialog_title" msgid="1090131276572055841">"Paired device"</string>
    <string name="bluetooth_preference_paired_dialog_internet_option" msgid="4337953030661626289">"Internet connection"</string>
    <string name="bluetooth_preference_paired_dialog_keyboard_option" msgid="8247634441638919886">"Keyboard"</string>
    <string name="bluetooth_preference_paired_dialog_contacts_option" msgid="8194423860397844579">"Contacts and call history"</string>
    <string name="bluetooth_pairing_dialog_title" msgid="6106058683134173178">"Pair with this device?"</string>
    <string name="bluetooth_pairing_dialog_sharing_phonebook_title" msgid="5472835166206721325">"Share phone book?"</string>
    <string name="bluetooth_pairing_dialog_contants_request" msgid="7516277926581535299">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> wants to access your contacts and call history."</string>
    <string name="bluetooth_pairing_dialog_paring_request" msgid="1545098121090892788">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> wants to pair with Bluetooth. When connected, it will have access to your contacts and call history."</string>
    <string name="bluetooth_preference_found_media_devices" msgid="830061195998352840">"Available devices"</string>
    <string name="bluetooth_preference_no_found_devices" msgid="1331122763066030155">"No devices available"</string>
    <string name="bluetooth_device_context_connect" msgid="4913860372216815855">"Connect"</string>
    <string name="bluetooth_device_context_disconnect" msgid="4464167389972513232">"Disconnect"</string>
    <string name="bluetooth_device_context_pair_connect" msgid="2406032703622371826">"Pair &amp; connect"</string>
    <string name="bluetooth_device_context_unpair" msgid="7525735305244087162">"Unpair"</string>
    <string name="bluetooth_device_context_disconnect_unpair" msgid="2001359431289794561">"Disconnect &amp; unpair"</string>
    <string name="bluetooth_device_context_connect_advanced" msgid="934657460643490773">"Options…"</string>
    <string name="bluetooth_menu_advanced" msgid="7633682234855216066">"Advanced"</string>
    <string name="bluetooth_advanced_titlebar" msgid="5369701494951467257">"Advanced Bluetooth"</string>
    <string name="bluetooth_empty_list_bluetooth_off" msgid="316627049372961941">"When Bluetooth is turned on, your device can communicate with other nearby Bluetooth devices."</string>
    <string name="bluetooth_scanning_on_info_message" msgid="4069064120315578780">"When Bluetooth is turned on, your device can communicate with other nearby Bluetooth devices.\n\nTo improve device experience, apps and services can still scan for nearby devices at any time, even when Bluetooth is off. This can be used, for example, to improve location-based features and services. You can change this in "<annotation id="link">"scanning settings"</annotation>"."</string>
    <string name="ble_scan_notify_text" msgid="1358879010396045164">"To improve location accuracy, system apps and services can still detect Bluetooth devices. You can change this in <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>scanning settings<xliff:g id="LINK_END_1">LINK_END</xliff:g>."</string>
    <string name="bluetooth_connect_failed" msgid="7892663424429584925">"Couldn\'t connect. Try again."</string>
    <string name="device_details_title" msgid="1155622417516195481">"Device details"</string>
    <string name="bluetooth_device_mac_address" msgid="4873325074786732703">"Device\'s Bluetooth address: <xliff:g id="ADDRESS">%1$s</xliff:g>"</string>
    <string name="bluetooth_unpair_dialog_title" msgid="6943633443716052995">"Forget device?"</string>
    <string name="bluetooth_unpair_dialog_body" product="default" msgid="4730377171981539265">"Your phone will no longer be paired with <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
    <string name="bluetooth_unpair_dialog_body" product="tablet" msgid="3428463407231980054">"Your tablet will no longer be paired with <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
    <string name="bluetooth_unpair_dialog_body" product="device" msgid="5117397433721336918">"Your device will no longer be paired with <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
    <string name="bluetooth_untethered_unpair_dialog_body" msgid="1938465582242297905">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will no longer be paired with any device linked to this account"</string>
    <string name="bluetooth_unpair_dialog_forget_confirm_button" msgid="9184489424930549015">"Forget device"</string>
    <string name="bluetooth_connect_specific_profiles_title" msgid="1323072239637864488">"Connect to…"</string>
    <string name="bluetooth_disconnect_a2dp_profile" msgid="339103864166293612">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected from media audio."</string>
    <string name="bluetooth_disconnect_headset_profile" msgid="7857706184371154920">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected from hands-free audio."</string>
    <string name="bluetooth_disconnect_hid_profile" msgid="4794752406024916925">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected from input device."</string>
    <string name="bluetooth_disconnect_pan_user_profile" msgid="283176886159444413">"Internet access via <xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected."</string>
    <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="733193449967330892">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected from sharing this tablet’s Internet connection."</string>
    <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="7852265676243153982">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be disconnected from sharing this phone’s Internet connection."</string>
    <string name="bluetooth_device_advanced_title" msgid="1181664272013729515">"Paired Bluetooth device"</string>
    <string name="bluetooth_device_advanced_online_mode_title" msgid="8302236592496988747">"Connect"</string>
    <string name="bluetooth_device_advanced_online_mode_summary" msgid="271856759516576615">"Connect to Bluetooth device"</string>
    <string name="bluetooth_device_advanced_profile_header_title" msgid="7892879890208207223">"Use for"</string>
    <string name="bluetooth_device_advanced_rename_device" msgid="4798081898389041132">"Rename"</string>
    <string name="bluetooth_device_advanced_enable_opp_title" msgid="7604726126703453984">"Allow incoming file transfers"</string>
    <string name="bluetooth_pan_user_profile_summary_connected" msgid="7851033200857999275">"Connected to device for Internet access"</string>
    <string name="bluetooth_pan_nap_profile_summary_connected" msgid="5563892893331988809">"Sharing local Internet connection with device"</string>
    <string name="bluetooth_dock_settings" msgid="1709536202189755022">"Dock Settings"</string>
    <string name="bluetooth_dock_settings_title" msgid="4872789068019972847">"Use dock for audio"</string>
    <string name="bluetooth_dock_settings_headset" msgid="5756482379574272554">"As speaker phone"</string>
    <string name="bluetooth_dock_settings_a2dp" msgid="434520221656010141">"For music and media"</string>
    <string name="bluetooth_dock_settings_remember" msgid="6993526033095292609">"Remember settings"</string>
    <string name="bluetooth_max_connected_audio_devices_string" msgid="3114156958598821615">"Maximum connected Bluetooth audio devices"</string>
    <string name="bluetooth_max_connected_audio_devices_dialog_title" msgid="4056811727247312473">"Select maximum number of connected Bluetooth audio devices"</string>
    <string name="wifi_display_settings_title" msgid="6451625615274960175">"Cast"</string>
    <string name="keywords_wifi_display_settings" msgid="5753883229564422679">"mirror"</string>
    <string name="wifi_display_enable_menu_item" msgid="7391841780777318134">"Enable wireless display"</string>
    <string name="wifi_display_no_devices_found" msgid="7904877793677102805">"No nearby devices were found."</string>
    <string name="wifi_display_status_connecting" msgid="530880182560077334">"Connecting"</string>
    <string name="wifi_display_status_connected" msgid="2189925211258519539">"Connected"</string>
    <string name="wifi_display_status_in_use" msgid="5904009697167947449">"In use"</string>
    <string name="wifi_display_status_not_available" msgid="8463750208946968594">"Unavailable"</string>
    <string name="wifi_display_details" msgid="2351632307998142920">"Display settings"</string>
    <string name="wifi_display_options_title" msgid="7584326966240865043">"Wireless display options"</string>
    <string name="wifi_display_options_forget" msgid="3140558691112356024">"Forget"</string>
    <string name="wifi_display_options_done" msgid="7608851767701954020">"Done"</string>
    <string name="wifi_display_options_name" msgid="8181334945680312228">"Name"</string>
    <string name="wifi_band_24ghz" msgid="7322286660245127384">"2.4 GHz"</string>
    <string name="wifi_band_5ghz" msgid="7995204987245404797">"5 GHz"</string>
    <string name="wifi_sign_in_button_text" msgid="8483892122845654850">"Sign in"</string>
    <string name="wifi_venue_website_button_text" msgid="7749360432667175030">"Open site"</string>
    <string name="wifi_time_remaining" msgid="8503606272869846170">"<xliff:g id="REMAINING_TIME">%1$s</xliff:g> left"</string>
    <string name="wifi_expiry_time" msgid="5419758551129267624">"Expires on <xliff:g id="EXPIRY_TIME">%1$s</xliff:g>"</string>
    <string name="wifi_tap_to_sign_in" msgid="8658506618807549483">"Tap here to sign in to network"</string>
    <string name="tx_link_speed" msgid="3071955184703668113">"<xliff:g id="TRANSMIT_LINK_SPEED">%1$d</xliff:g> Mbps"</string>
    <string name="rx_link_speed" msgid="6292229178855567783">"<xliff:g id="RECEIVE_LINK_SPEED">%1$d</xliff:g> Mbps"</string>
    <string name="link_speed" msgid="931786745741016446">"<xliff:g id="LINK_SPEED">%1$d</xliff:g> Mbps"</string>
    <string name="wifi_ask_enable" msgid="6860056048266810769">"<xliff:g id="REQUESTER">%s</xliff:g> wants to turn on Wi-Fi"</string>
    <string name="wifi_ask_disable" msgid="1663208096020309639">"<xliff:g id="REQUESTER">%s</xliff:g> wants to turn off Wi-Fi"</string>
    <string name="art_verifier_for_debuggable_title" msgid="1926445785190030479">"Verify bytecode of debuggable apps"</string>
    <string name="art_verifier_for_debuggable_summary" msgid="4802875841862652879">"Allow ART to verify bytecode for debuggable apps"</string>
    <string name="show_refresh_rate" msgid="5742688821872354973">"Show refresh rate"</string>
    <string name="show_refresh_rate_summary" msgid="3558118122374609663">"Show the current display refresh rate"</string>
    <string name="nfc_quick_toggle_title" msgid="3607620705230351666">"NFC"</string>
    <string name="nfc_quick_toggle_summary" product="tablet" msgid="3622326550467939809">"Allow data exchange when the tablet touches an NFC device"</string>
    <string name="nfc_quick_toggle_summary" product="default" msgid="1460871052409162980">"Allow data exchange when the phone touches an NFC device"</string>
    <string name="nfc_disclaimer_title" msgid="3696580694485048039">"Turn on NFC"</string>
    <string name="nfc_disclaimer_content" msgid="8256675597551036207">"NFC exchanges data between this device and other nearby devices or targets, such as payment terminals, access readers and interactive ads or tags."</string>
    <string name="nfc_secure_settings_title" msgid="4906958426927741485">"Require device unlock for NFC"</string>
    <string name="nfc_secure_toggle_summary" product="default" msgid="4591286109299690373">"Allow NFC payment and public transport use only when screen is unlocked"</string>
    <string name="android_beam_settings_title" msgid="2797963824490671295">"Android Beam"</string>
    <string name="android_beam_on_summary" msgid="6067720758437490896">"Ready to transmit app content via NFC"</string>
    <string name="android_beam_off_summary" msgid="5693961375631325042">"Off"</string>
    <string name="nfc_disabled_summary" msgid="8737797364522502351">"Unavailable because NFC is turned off"</string>
    <string name="android_beam_label" msgid="7168565080321110094">"Android Beam"</string>
    <string name="android_beam_explained" msgid="5684416131846701256">"When this feature is turned on, you can beam app content to another NFC-capable device by holding the devices close together. For example, you can beam web pages, YouTube videos, contacts and more.\n\nJust bring the devices together (typically back to back) and then tap your screen. The app determines what gets beamed."</string>
    <string name="wifi_quick_toggle_title" msgid="2737097538432862807">"Wi‑Fi"</string>
    <string name="wifi_quick_toggle_summary" msgid="4957267477820468553">"Turn on Wi‑Fi"</string>
    <string name="wifi_settings" msgid="8313301946393559700">"Wi‑Fi"</string>
    <string name="wifi_settings_master_switch_title" msgid="6043556596728888">"Use Wi‑Fi"</string>
    <string name="wifi_settings_category" msgid="3523464780563778321">"Wi‑Fi settings"</string>
    <string name="wifi_settings_title" msgid="3879649725059512799">"Wi‑Fi"</string>
    <string name="wifi_settings_summary" msgid="784074686763572811">"Set up &amp; manage wireless access points"</string>
    <string name="wifi_select_network" msgid="6692897876718813259">"Select Wi‑Fi"</string>
    <string name="wifi_starting" msgid="6147022683967506341">"Turning Wi‑Fi on…"</string>
    <string name="wifi_stopping" msgid="4471699665741299711">"Turning off Wi‑Fi…"</string>
    <string name="wifi_error" msgid="4903954145386086899">"Error"</string>
    <string name="wifi_sap_no_channel_error" msgid="2126487622024749402">"5 GHz band not available in this country"</string>
    <string name="wifi_in_airplane_mode" msgid="1235412508135267981">"In aeroplane mode"</string>
    <string name="wifi_notify_open_networks" msgid="2610323626246818961">"Notify for public networks"</string>
    <string name="wifi_notify_open_networks_summary" msgid="191058832201741013">"Notify when a high‑quality public network is available"</string>
    <string name="wifi_wakeup" msgid="3834327315861781611">"Turn on Wi‑Fi automatically"</string>
    <string name="wifi_wakeup_summary" msgid="5778059083790221465">"Wi‑Fi will turn back on near high‑quality saved networks, like your home network"</string>
    <string name="wifi_wakeup_summary_no_location" msgid="681323616606485096">"Unavailable because location is turned off. Turn on "<annotation id="link">"location"</annotation>"."</string>
    <string name="wifi_wakeup_summary_scanning_disabled" msgid="1771489741850119751">"Unavailable because Wi‑Fi scanning is turned off"</string>
    <string name="wifi_wakeup_summary_scoring_disabled" msgid="3615120120960539780">"To use, select a network rating provider"</string>
    <string name="wifi_poor_network_detection" msgid="8210035875160288422">"Avoid poor connections"</string>
    <string name="wifi_poor_network_detection_summary" msgid="383834617032605347">"Don’t use a Wi‑Fi network unless it has a good Internet connection"</string>
    <string name="wifi_avoid_poor_network_detection_summary" msgid="4993203473116721772">"Only use networks that have a good Internet connection"</string>
    <string name="use_open_wifi_automatically_title" msgid="7193846454986712009">"Connect to public networks"</string>
    <string name="use_open_wifi_automatically_summary" msgid="6663890845558591023">"Automatically connect to high‑quality public networks"</string>
    <string name="use_open_wifi_automatically_summary_scoring_disabled" msgid="2299284032301667622">"To use, select a network rating provider"</string>
    <string name="use_open_wifi_automatically_summary_scorer_unsupported_disabled" msgid="1780306481499369913">"To use, select a compatible network rating provider"</string>
    <string name="wifi_install_credentials" msgid="5192903644606839972">"Install certificates"</string>
    <string name="wifi_scan_notify_text" msgid="2518097467707535013">"To improve location accuracy, apps and services can still scan for Wi‑Fi networks at any time, even when Wi‑Fi is off. This can be used, for example, to improve location-based features and services. You can change this in <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>scanning settings<xliff:g id="LINK_END_1">LINK_END</xliff:g>."</string>
    <string name="wifi_scan_notify_text_scanning_off" msgid="6189528915806353667">"To improve location accuracy, turn on Wi-Fi scanning in <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>scanning settings<xliff:g id="LINK_END_1">LINK_END</xliff:g>."</string>
    <string name="wifi_scan_notify_remember_choice" msgid="8436897497968907701">"Don\'t show again"</string>
    <string name="wifi_setting_sleep_policy_title" msgid="6285374200292675649">"Keep Wi‑Fi on during sleep"</string>
    <string name="wifi_setting_on_during_sleep_title" msgid="8753852404141070878">"Wi‑Fi on during sleep"</string>
    <string name="wifi_setting_sleep_policy_error" msgid="4512566787805720422">"There was a problem while changing the setting"</string>
    <string name="wifi_suspend_efficiency_title" msgid="3589291227092825754">"Improve efficiency"</string>
    <string name="wifi_suspend_optimizations" msgid="5840680940416640209">"Wi‑Fi optimisation"</string>
    <string name="wifi_suspend_optimizations_summary" msgid="8204170804523356781">"Minimise battery usage when Wi‑Fi is on"</string>
    <string name="wifi_limit_optimizations_summary" msgid="8461087338100462302">"Limit battery used by Wi‑Fi"</string>
    <string name="wifi_switch_away_when_unvalidated" msgid="681353878530696197">"Switch to mobile data if Wi‑Fi loses Internet access."</string>
    <string name="wifi_cellular_data_fallback_title" msgid="2844653839490977040">"Switch to mobile data automatically"</string>
    <string name="wifi_cellular_data_fallback_summary" msgid="7039944853033554386">"Use mobile data when Wi‑Fi has no Internet access. Data usage charges may apply."</string>
    <string name="wifi_add_network" msgid="4178564862173751181">"Add network"</string>
    <string name="wifi_configure_settings_preference_title" msgid="2536725796700696566">"Wi‑Fi preferences"</string>
    <string name="wifi_configure_settings_preference_summary_wakeup_on" msgid="7822368955551467382">"Wi‑Fi turns back on automatically"</string>
    <string name="wifi_configure_settings_preference_summary_wakeup_off" msgid="5710203586018223864">"Wi‑Fi doesn\'t turn back on automatically"</string>
    <string name="wifi_access_points" msgid="5846755709207101844">"Wi‑Fi networks"</string>
    <string name="wifi_menu_more_options" msgid="1236651929987819716">"More options"</string>
    <string name="wifi_menu_p2p" msgid="5234165837732940385">"Wi‑Fi Direct"</string>
    <string name="wifi_menu_scan" msgid="3498653582115656526">"Scan"</string>
    <string name="wifi_menu_advanced" msgid="1940919392030994019">"Advanced"</string>
    <string name="wifi_menu_configure" msgid="352423980467311427">"Configure"</string>
    <string name="wifi_menu_connect" msgid="7824796427932811078">"Connect to network"</string>
    <string name="wifi_menu_remember" msgid="8639523871321603112">"Remember network"</string>
    <string name="wifi_menu_forget" msgid="6557142984528657361">"Forget network"</string>
    <string name="wifi_menu_modify" msgid="7246143391161038875">"Modify network"</string>
    <string name="wifi_empty_list_wifi_off" msgid="7697422506708419298">"To see available networks, turn Wi‑Fi on."</string>
    <string name="wifi_empty_list_wifi_on" msgid="5043989454000825717">"Searching for Wi‑Fi networks…"</string>
    <string name="wifi_empty_list_user_restricted" msgid="454861411536708709">"You don\'t have permission to change the Wi‑Fi network."</string>
    <string name="wifi_more" msgid="8742256421693351035">"More"</string>
    <string name="wifi_setup_wps" msgid="4303694722593999931">"Automatic setup (WPS)"</string>
    <string name="wifi_settings_scanning_required_title" msgid="1088663325396007484">"Turn on Wi‑Fi scanning?"</string>
    <string name="wifi_settings_scanning_required_summary" msgid="4770243653675416569">"To turn on Wi‑Fi automatically, you first need to turn on Wi‑Fi scanning."</string>
    <string name="wifi_settings_scanning_required_info" msgid="1473411566072565789">"Wi‑Fi scanning allows apps and services to scan for Wi‑Fi networks at any time, even when Wi‑Fi is off. This can be used, for example, to improve location‑based features and services."</string>
    <string name="wifi_settings_scanning_required_turn_on" msgid="1112223196123955447">"Turn on"</string>
    <string name="wifi_settings_scanning_required_enabled" msgid="4721729158927146365">"Wi‑Fi scanning turned on"</string>
    <string name="wifi_show_advanced" msgid="2969378109942071741">"Advanced options"</string>
    <string name="wifi_advanced_toggle_description" msgid="7299179796727934885">"Drop-down list Advanced Options"</string>
    <string name="wifi_advanced_toggle_description_collapsed" msgid="3615140699129928913">"expand"</string>
    <string name="wifi_ssid" msgid="2713062130735103151">"Network name"</string>
    <string name="wifi_ssid_hint" msgid="1940577553241083524">"Enter the SSID"</string>
    <string name="wifi_security" msgid="9095934643631406913">"Security"</string>
    <string name="wifi_hidden_network" msgid="6466834025375485596">"Hidden network"</string>
    <string name="wifi_hidden_network_warning" msgid="3937433813754746158">"If your router is not broadcasting a network ID but you would like to connect to it in the future, you can set the network as hidden.\n\nThis may create a security risk because your phone will regularly broadcast its signal to find the network.\n\nSetting the network as hidden will not change your router settings."</string>
    <string name="wifi_signal" msgid="4442182285304271424">"Signal strength"</string>
    <string name="wifi_status" msgid="5349199188871002778">"Status"</string>
    <string name="tx_wifi_speed" msgid="2368986629172050673">"Transmit link speed"</string>
    <string name="rx_wifi_speed" msgid="5167966079215111232">"Receive link speed"</string>
    <string name="wifi_speed" msgid="6562147734565434513">"Link speed"</string>
    <string name="wifi_frequency" msgid="3120998420184702834">"Frequency"</string>
    <string name="wifi_ip_address" msgid="8903577251845268209">"IP address"</string>
    <string name="passpoint_label" msgid="6513669696739302866">"Saved via"</string>
    <string name="passpoint_content" msgid="5219226173518418335">"<xliff:g id="NAME">%1$s</xliff:g> credentials"</string>
    <string name="wifi_eap_method" msgid="3776009521349381742">"EAP method"</string>
    <string name="please_select_phase2" msgid="577633852089847142">"Phase 2 authentication"</string>
    <string name="wifi_eap_ca_cert" msgid="8033404008276298886">"CA certificate"</string>
    <string name="wifi_eap_ocsp" msgid="8713933962516871238">"Online certificate status"</string>
    <string name="wifi_eap_domain" msgid="8304301470752333203">"Domain"</string>
    <string name="wifi_eap_user_cert" msgid="3569182430929173220">"User certificate"</string>
    <string name="wifi_eap_identity" msgid="3629406902174137028">"Identity"</string>
    <string name="wifi_eap_anonymous" msgid="8630332141751267000">"Anonymous identity"</string>
    <string name="wifi_password" msgid="1458802324849513755">"Password"</string>
    <string name="wifi_show_password" msgid="6865993988238157923">"Show password"</string>
    <string name="wifi_ap_band_config" msgid="1589020070150933055">"Select AP band"</string>
    <string name="wifi_ap_choose_auto" msgid="8944442003151215691">"Auto"</string>
    <string name="wifi_ap_choose_2G" msgid="1436802195991542016">"2.4 GHz band"</string>
    <string name="wifi_ap_choose_5G" msgid="8413248472288180075">"5.0 GHz band"</string>
    <string name="wifi_ap_prefer_5G" msgid="2520628479818369902">"5.0 GHz band preferred"</string>
    <string name="wifi_ap_2G" msgid="4099628221864343015">"2.4 GHz"</string>
    <string name="wifi_ap_5G" msgid="3493942667238551207">"5.0 GHz"</string>
    <string name="wifi_ap_band_select_one" msgid="5221193733812493435">"Choose at least one band for Wi‑Fi hotspot:"</string>
    <string name="wifi_ip_settings" msgid="6420498748726599133">"IP settings"</string>
    <string name="wifi_privacy_settings" msgid="3283946009000725698">"Privacy"</string>
    <string name="wifi_subscription" msgid="4432423938285430113">"Subscription"</string>
    <string name="wifi_subscription_summary" msgid="18802471063384598">"View or change subscription"</string>
    <string name="wifi_privacy_settings_ephemeral_summary" msgid="8502084692297249372">"Randomised MAC"</string>
    <string name="wifi_dpp_add_device_to_network" msgid="6141246783457722976">"Add a device"</string>
    <string name="wifi_dpp_center_qr_code" msgid="5270782275746178104">"Centre the QR code below to add the device to \'<xliff:g id="SSID">%1$s</xliff:g>\'"</string>
    <string name="wifi_dpp_scan_qr_code" msgid="3543923817779444434">"Scan QR code"</string>
    <string name="wifi_dpp_scan_qr_code_join_network" msgid="969985020363459133">"Centre the QR code below to connect to \'<xliff:g id="SSID">%1$s</xliff:g>\'"</string>
    <string name="wifi_dpp_scan_qr_code_join_unknown_network" msgid="3180020429793614145">"Join Wi‑Fi by scanning a QR code"</string>
    <string name="wifi_dpp_share_wifi" msgid="2431744447544057866">"Share Wi‑Fi"</string>
    <string name="wifi_dpp_scan_qr_code_with_another_device" msgid="4405316188694088689">"Scan this QR code to connect to \'<xliff:g id="SSID">%1$s</xliff:g>\' and share the password"</string>
    <string name="wifi_dpp_scan_open_network_qr_code_with_another_device" msgid="5398619697898444311">"Scan this QR code to connect to \'<xliff:g id="SSID">%1$s</xliff:g>\'"</string>
    <string name="wifi_dpp_failure_authentication_or_configuration" msgid="847551626830740204">"Try again. If the issue continues, contact the device manufacturer"</string>
    <string name="wifi_dpp_failure_not_compatible" msgid="4453775826337805825">"Something went wrong"</string>
    <string name="wifi_dpp_failure_timeout" msgid="7902971341771145564">"Make sure that the device has been plugged in, charged and turned on"</string>
    <string name="wifi_dpp_failure_generic" msgid="6559442892600448442">"Make sure that the device has been plugged in, charged and turned on. If the issue continues, contact the device manufacturer"</string>
    <string name="wifi_dpp_failure_not_supported" msgid="2908961523550486480">"Adding \'<xliff:g id="SSID">%1$s</xliff:g>\' isn’t supported by this device"</string>
    <string name="wifi_dpp_failure_cannot_find_network" msgid="8519567801353014036">"Try moving the device closer to your Wi‑Fi access point/router"</string>
    <string name="wifi_dpp_failure_enrollee_authentication" msgid="7008840843663520852">"Check the password and try again"</string>
    <string name="wifi_dpp_failure_enrollee_rejected_configuration" msgid="982310033782652478">"Contact the device manufacturer"</string>
    <string name="wifi_dpp_check_connection_try_again" msgid="6118892932595974823">"Check connection and try again"</string>
    <string name="wifi_dpp_choose_network" msgid="3987007684129341427">"Choose network"</string>
    <string name="wifi_dpp_choose_network_to_connect_device" msgid="4321618376432197593">"To connect your device, choose a network"</string>
    <string name="wifi_dpp_add_device_to_wifi" msgid="5170095438763569255">"Add this device to \'<xliff:g id="SSID">%1$s</xliff:g>\'?"</string>
    <string name="wifi_dpp_wifi_shared_with_device" msgid="4484366631307204949">"Wi‑Fi shared with device"</string>
    <string name="wifi_dpp_add_another_device" msgid="3307575293580739604">"Add another device"</string>
    <string name="wifi_dpp_choose_different_network" msgid="8963625819804792157">"Choose different network"</string>
    <string name="wifi_dpp_could_not_add_device" msgid="6865710911186601933">"Couldn’t add device"</string>
    <string name="wifi_dpp_device_found" msgid="633646744759830603">"Device found"</string>
    <string name="wifi_dpp_sharing_wifi_with_this_device" msgid="7250369936882080107">"Sharing Wi‑Fi with this device…"</string>
    <string name="wifi_dpp_connecting" msgid="2312769193202897589">"Connecting…"</string>
    <string name="wifi_dpp_share_hotspot" msgid="6186452780604755316">"Share hotspot"</string>
    <string name="wifi_dpp_lockscreen_title" msgid="4231438175617953652">"Verify that it\'s you"</string>
    <string name="wifi_dpp_wifi_password" msgid="4992986319806934381">"Wi‑Fi password: <xliff:g id="PASSWORD">%1$s</xliff:g>"</string>
    <string name="wifi_dpp_hotspot_password" msgid="688464342650820420">"Hotspot password: <xliff:g id="PASSWORD">%1$s</xliff:g>"</string>
    <string name="wifi_auto_connect_title" msgid="1890342051674657892">"Auto‑connect"</string>
    <string name="wifi_auto_connect_summary" product="default" msgid="5383749408911542382">"Allow phone to automatically connect near this network"</string>
    <string name="wifi_auto_connect_summary" product="tablet" msgid="5209799194164396401">"Allow tablet to automatically connect near this network"</string>
    <string name="wifi_dpp_add_device" msgid="8695656122114721335">"Add device"</string>
    <string name="wifi_dpp_connect_network_using_qr_code" msgid="6975258007798254937">"Use a QR code to add a device to this network"</string>
    <string name="wifi_dpp_qr_code_is_not_valid_format" msgid="5190689503019328279">"QR code isn\'t a valid format"</string>
    <string name="retry" msgid="7542103800274026915">"Retry"</string>
    <string name="wifi_shared" msgid="8850748923537589782">"Share with other device users"</string>
    <string name="wifi_unchanged" msgid="8026045290856150191">"(unchanged)"</string>
    <string name="wifi_unspecified" msgid="4561964943472312208">"Please select"</string>
    <string name="wifi_multiple_cert_added" msgid="2151019652853383776">"(Multiple certificates added)"</string>
    <string name="wifi_use_system_certs" msgid="5587866698144996931">"Use system certificates"</string>
    <string name="wifi_do_not_provide_eap_user_cert" msgid="6336636553673065145">"Do not provide"</string>
    <string name="wifi_do_not_validate_eap_server" msgid="4673867078988209732">"Do not validate"</string>
    <string name="wifi_do_not_validate_eap_server_warning" msgid="5741728006175181647">"No certificate specified. Your connection will not be private."</string>
    <string name="wifi_ssid_too_long" msgid="5961719058705013875">"Network name is too long."</string>
    <string name="wifi_no_domain_warning" msgid="1452133316532366772">"Must specify a domain."</string>
    <string name="wifi_no_user_cert_warning" msgid="8466376918835248956">"Certificate required."</string>
    <string name="wifi_wps_available_first_item" msgid="5780501151792036589">"WPS available"</string>
    <string name="wifi_wps_available_second_item" msgid="1717024103303480804">" (WPS available)"</string>
    <string name="wifi_carrier_connect" msgid="4511538300946413213">"Operator Wi‑Fi network"</string>
    <string name="wifi_carrier_content" msgid="2876499905644083615">"Connect via <xliff:g id="NAME">%1$s</xliff:g>"</string>
    <string name="wifi_scan_always_turnon_message" msgid="2165909441512029921">"To improve location accuracy and for other purposes, <xliff:g id="APP_NAME">%1$s</xliff:g> wants to turn on network scanning, even when Wi-Fi is off.\n\nAllow this for all apps that want to scan?"</string>
    <string name="wifi_scan_always_turn_on_message_unknown" msgid="4903345360745717385">"To improve location accuracy and for other purposes, an unknown app wants to turn on network scanning, even when Wi‑Fi is off.\n\nAllow this for all apps that want to scan?"</string>
    <string name="wifi_scan_always_turnoff_message" msgid="93691286302680448">"To turn this off, go to Advanced in the overflow menu."</string>
    <string name="wifi_scan_always_confirm_allow" msgid="4154200627800959777">"Allow"</string>
    <string name="wifi_scan_always_confirm_deny" msgid="6997087934558839256">"Deny"</string>
    <string name="wifi_hotspot_title" msgid="1918712370697971229">"Sign in to connect?"</string>
    <string name="wifi_hotspot_message" msgid="5245614124614833169">"<xliff:g id="APP_NAME">%1$s</xliff:g> requires you to sign in online before you connect to the network."</string>
    <string name="wifi_hotspot_connect" msgid="1916314048788438331">"CONNECT"</string>
    <string name="no_internet_access_text" msgid="3611993143350310936">"This network has no Internet access. Stay connected?"</string>
    <string name="partial_connectivity_text" msgid="8874614799723694554">"Some apps and services may not work due to limited connectivity. Use anyway?"</string>
    <string name="no_internet_access_remember" msgid="5113610157731269258">"Don\'t ask again for this network"</string>
    <string name="lost_internet_access_title" msgid="9032463989950384698">"Wi‑Fi is not connected to the Internet"</string>
    <string name="lost_internet_access_text" msgid="1535911323549496789">"You can switch to the mobile network whenever Wi‑Fi has a bad connection. Data usage charges may apply."</string>
    <string name="lost_internet_access_switch" msgid="7935665847081706202">"Switch to mobile"</string>
    <string name="lost_internet_access_cancel" msgid="1981171269794585284">"Stay on Wi‑Fi"</string>
    <string name="lost_internet_access_persist" msgid="6813604557672782197">"Never show again"</string>
    <string name="wifi_connect" msgid="2481467560349907397">"Connect"</string>
    <string name="wifi_turned_on_message" msgid="8069855406962662881">"Wi‑Fi turned on"</string>
    <string name="wifi_connected_to_message" msgid="8976048616505112896">"Connected to <xliff:g id="NETWORK_NAME">%1$s</xliff:g>"</string>
    <string name="wifi_connecting" msgid="7450277833386859724">"Connecting…"</string>
    <string name="wifi_failed_connect_message" msgid="8538000546604347894">"Failed to connect to network"</string>
    <string name="wifi_not_in_range_message" msgid="3885327464037574739">"Network not in range"</string>
    <string name="wifi_forget" msgid="3485573280364015620">"Forget"</string>
    <string name="wifi_modify" msgid="5127926476383659412">"Modify"</string>
    <string name="wifi_failed_forget_message" msgid="8272732599235525880">"Failed to forget network"</string>
    <string name="wifi_save" msgid="2312643132472226807">"Save"</string>
    <string name="wifi_failed_save_message" msgid="1830279872341387120">"Failed to save network"</string>
    <string name="wifi_cancel" msgid="6698897376888935410">"Cancel"</string>
    <string name="wifi_forget_dialog_title" msgid="4363829200968563164">"Forget network?"</string>
    <string name="wifi_forget_dialog_message" msgid="8419499588321940243">"All passwords for this network will be deleted"</string>
    <plurals name="wifi_saved_access_points_summary" formatted="false" msgid="2802436466732147888">
      <item quantity="other">%d networks</item>
      <item quantity="one">1 network</item>
    </plurals>
    <plurals name="wifi_saved_passpoint_access_points_summary" formatted="false" msgid="5802057518058840450">
      <item quantity="other">%d subscriptions</item>
      <item quantity="one">1 subscription</item>
    </plurals>
    <plurals name="wifi_saved_all_access_points_summary" formatted="false" msgid="5125849180309374451">
      <item quantity="other">%d networks &amp; subscriptions</item>
      <item quantity="one">1 network &amp; subscription</item>
    </plurals>
    <string name="wifi_advanced_titlebar" msgid="1234150304285575798">"Advanced Wi‑Fi"</string>
    <string name="wifi_advanced_ssid_title" msgid="1561437650193980185">"SSID"</string>
    <string name="wifi_advanced_device_mac_address_title" msgid="6155800851233164411">"Device MAC address"</string>
    <string name="wifi_advanced_randomized_mac_address_title" msgid="3930671320234553088">"Randomised MAC address"</string>
    <string name="wifi_advanced_ip_address_title" msgid="4265355419782184514">"IP address"</string>
    <string name="wifi_details_title" msgid="222735438574597493">"Network details"</string>
    <string name="wifi_details_subnet_mask" msgid="1619151769276260512">"Subnet mask"</string>
    <string name="wifi_details_dns" msgid="273231528073312579">"DNS"</string>
    <string name="wifi_details_ipv6_address_header" msgid="1913151339341722443">"IPv6 addresses"</string>
    <string name="wifi_saved_access_points_label" msgid="5691340724310548151">"Saved networks"</string>
    <string name="wifi_subscribed_access_points_tab" msgid="7224061396195667208">"Subscriptions"</string>
    <!-- no translation found for wifi_saved_access_points_tab (2075914709522121708) -->
    <skip />
    <string name="wifi_advanced_settings_label" msgid="5880605751602184383">"IP settings"</string>
    <string name="wifi_advanced_not_available" msgid="8701003884367299092">"Wi‑Fi advanced settings are not available for this user"</string>
    <string name="wifi_ip_settings_menu_save" msgid="5190481040428567106">"Save"</string>
    <string name="wifi_ip_settings_menu_cancel" msgid="1757817733064004598">"Cancel"</string>
    <string name="wifi_ip_settings_invalid_ip_address" msgid="3622891107865052307">"Please type a valid IP address."</string>
    <string name="wifi_ip_settings_invalid_gateway" msgid="1174931247370931239">"Please type a valid gateway address."</string>
    <string name="wifi_ip_settings_invalid_dns" msgid="1757402215999845975">"Type a valid DNS address."</string>
    <string name="wifi_ip_settings_invalid_network_prefix_length" msgid="5980808986926987299">"Type a network prefix length between 0 and 32."</string>
    <string name="wifi_dns1" msgid="6462967242512284778">"DNS 1"</string>
    <string name="wifi_dns2" msgid="8494337355389723965">"DNS 2"</string>
    <string name="wifi_gateway" msgid="3699227808616416759">"Gateway"</string>
    <string name="wifi_network_prefix_length" msgid="1003365439352276622">"Network prefix length"</string>
    <string name="wifi_p2p_settings_title" msgid="1689918226469221870">"Wi‑Fi Direct"</string>
    <string name="wifi_p2p_device_info" msgid="4304362679971797283">"Device information"</string>
    <string name="wifi_p2p_persist_network" msgid="7942929491568227945">"Remember this connection"</string>
    <string name="wifi_p2p_menu_search" msgid="8383306178784876840">"Search for devices"</string>
    <string name="wifi_p2p_menu_searching" msgid="3428767661028761100">"Searching…"</string>
    <string name="wifi_p2p_menu_rename" msgid="7059994112737743336">"Rename device"</string>
    <string name="wifi_p2p_peer_devices" msgid="5158559154640283546">"Peer devices"</string>
    <string name="wifi_p2p_remembered_groups" msgid="5497007770930525695">"Remembered groups"</string>
    <string name="wifi_p2p_failed_connect_message" msgid="6767831720507440027">"Could not connect."</string>
    <string name="wifi_p2p_failed_rename_message" msgid="1317434386267376606">"Failed to rename device."</string>
    <string name="wifi_p2p_disconnect_title" msgid="96361896458072463">"Disconnect?"</string>
    <string name="wifi_p2p_disconnect_message" msgid="1208761239498807208">"If you disconnect, your connection with <xliff:g id="PEER_NAME">%1$s</xliff:g> will end."</string>
    <string name="wifi_p2p_disconnect_multiple_message" msgid="4490648217799144078">"If you disconnect, your connection with <xliff:g id="PEER_NAME">%1$s</xliff:g> and <xliff:g id="PEER_COUNT">%2$s</xliff:g> other devices will end."</string>
    <string name="wifi_p2p_cancel_connect_title" msgid="8476985132989357041">"Cancel invitation"</string>
    <string name="wifi_p2p_cancel_connect_message" msgid="2409074184473879809">"Do you want to cancel invitation to connect with <xliff:g id="PEER_NAME">%1$s</xliff:g>?"</string>
    <string name="wifi_p2p_delete_group_message" msgid="4880242270742385699">"Forget this group?"</string>
    <string name="wifi_hotspot_checkbox_text" msgid="1549663436920597006">"Wi‑Fi hotspot"</string>
    <string name="wifi_hotspot_off_subtext" msgid="2751383134504362078">"Not sharing Internet or content with other devices"</string>
    <string name="wifi_hotspot_tethering_on_subtext" product="tablet" msgid="5832429443898690152">"Sharing this tablet’s Internet connection via hotspot"</string>
    <string name="wifi_hotspot_tethering_on_subtext" product="default" msgid="5451921191609178326">"Sharing this phone’s Internet connection via hotspot"</string>
    <string name="wifi_hotspot_on_local_only_subtext" msgid="965051079784031636">"App is sharing content. To share Internet connection, turn hotspot off, then on"</string>
    <string name="wifi_hotspot_no_password_subtext" msgid="3685689196772398783">"No password set"</string>
    <string name="wifi_hotspot_name_title" msgid="6633480190014369846">"Hotspot name"</string>
    <string name="wifi_hotspot_name_summary_connecting" msgid="6178719924661022928">"Turning on <xliff:g id="WIFI_HOTSPOT_NAME">%1$s</xliff:g>..."</string>
    <string name="wifi_hotspot_name_summary_connected" msgid="6935457127884928249">"Other devices can connect to <xliff:g id="WIFI_HOTSPOT_NAME">%1$s</xliff:g>"</string>
    <string name="wifi_hotspot_password_title" msgid="9096340919454296786">"Hotspot password"</string>
    <string name="wifi_hotspot_ap_band_title" msgid="560262446129195042">"AP band"</string>
    <string name="wifi_hotspot_footer_info_regular" msgid="6620216295510397461">"Use hotspot to create a Wi‑Fi network for your other devices. Hotspot provides Internet using your mobile data connection. Additional mobile data charges may apply."</string>
    <string name="wifi_hotspot_footer_info_local_only" msgid="3813311942370920903">"Apps can create a hotspot to share content with nearby devices."</string>
    <string name="wifi_hotspot_auto_off_title" msgid="8855711787485504882">"Turn off hotspot automatically"</string>
    <string name="wifi_hotspot_auto_off_summary" msgid="8283656069997871354">"When no devices are connected"</string>
    <string name="wifi_tether_starting" msgid="8879874184033857814">"Turning hotspot on…"</string>
    <string name="wifi_tether_stopping" msgid="4416492968019409188">"Turning off hotspot…"</string>
    <string name="wifi_tether_enabled_subtext" msgid="5085002421099821056">"<xliff:g id="NETWORK_SSID">%1$s</xliff:g> is active"</string>
    <string name="wifi_tether_failed_subtext" msgid="437190628041885500">"Portable Wi‑Fi hotspot error"</string>
    <string name="wifi_tether_configure_ap_text" msgid="7072559431286459122">"Set up Wi‑Fi hotspot"</string>
    <string name="wifi_hotspot_configure_ap_text" msgid="9027072969831022321">"Wi‑Fi hotspot setup"</string>
    <string name="wifi_hotspot_configure_ap_text_summary" msgid="1445157424926935178">"AndroidAP WPA2 PSK hotspot"</string>
    <string name="wifi_tether_configure_ssid_default" msgid="1709397571393179300">"Android Hotspot"</string>
    <string name="wifi_add_app_single_network_title" msgid="8911612806204065225">"Save this network?"</string>
    <string name="wifi_add_app_single_network_summary" product="default" msgid="6881712878537666626">"<xliff:g id="APPNAME">%1$s</xliff:g> wants to save a network to your phone"</string>
    <string name="wifi_add_app_single_network_summary" product="tablet" msgid="8455616967601552440">"<xliff:g id="APPNAME">%1$s</xliff:g> wants to save a network to your tablet"</string>
    <string name="wifi_add_app_single_network_saving_summary" msgid="7366337245410388895">"Saving…"</string>
    <string name="wifi_add_app_single_network_saved_summary" msgid="7135016314713158289">"Saved"</string>
    <string name="wifi_add_app_network_save_failed_summary" msgid="7223817782309294652">"Can’t save. Try again."</string>
    <string name="wifi_add_app_networks_title" msgid="4384594865433042851">"Save networks?"</string>
    <string name="wifi_add_app_networks_summary" product="default" msgid="2670215712788515167">"<xliff:g id="APPNAME">%1$s</xliff:g> wants to save these networks to your phone"</string>
    <string name="wifi_add_app_networks_summary" product="tablet" msgid="2088967184512169910">"<xliff:g id="APPNAME">%1$s</xliff:g> wants to save these networks to your tablet"</string>
    <string name="wifi_add_app_networks_saving_summary" msgid="577680250954742033">"Saving <xliff:g id="NUMBER">%d</xliff:g> networks…"</string>
    <string name="wifi_add_app_networks_saved_summary" msgid="1648417628665152905">"Networks saved"</string>
    <string name="wifi_calling_settings_title" msgid="264665264535884440">"Wi-Fi Calling"</string>
    <string name="wifi_calling_suggestion_title" msgid="4791435106729906727">"Extend calls with Wi‑Fi"</string>
    <string name="wifi_calling_suggestion_summary" msgid="5413024679599742858">"Turn on Wi‑Fi calling to extend coverage"</string>
    <string name="wifi_calling_mode_title" msgid="5145896168360825619">"Calling preference"</string>
    <string name="wifi_calling_mode_dialog_title" msgid="944146521898592440">"Calling preference"</string>
    <string name="wifi_calling_roaming_mode_title" msgid="7703305991991520773">"Roaming preference"</string>
    <!-- no translation found for wifi_calling_roaming_mode_summary (6061631305384464179) -->
    <skip />
    <string name="wifi_calling_roaming_mode_dialog_title" msgid="5382466713784067077">"Roaming preference"</string>
  <string-array name="wifi_calling_mode_choices_v2">
    <item msgid="6052353275413974742">"Wi-Fi"</item>
    <item msgid="8622872038388687383">"Mobile"</item>
    <item msgid="3027927219952052398">"Wi-Fi only"</item>
  </string-array>
  <string-array name="wifi_calling_mode_choices_v2_without_wifi_only">
    <item msgid="588620799769664461">"Wi-Fi"</item>
    <item msgid="7566603075659706590">"Mobile"</item>
  </string-array>
    <string name="wifi_calling_mode_wifi_preferred_summary" msgid="3240387177966098351">"If Wi‑Fi is unavailable, use mobile network"</string>
    <string name="wifi_calling_mode_cellular_preferred_summary" msgid="3746914244902314059">"If mobile network is unavailable, use Wi‑Fi"</string>
    <string name="wifi_calling_mode_wifi_only_summary" msgid="3155660680014892641">"Call over Wi‑Fi. If Wi‑Fi is lost, call will end."</string>
    <string name="wifi_calling_off_explanation" msgid="6295526820826322895">"When Wi-Fi calling is on, your phone can route calls via Wi-Fi networks or your mobile’s network, depending on your preference and which signal is stronger. Before turning on this feature, check with your operator regarding fees and other details.<xliff:g id="ADDITIONAL_TEXT">%1$s</xliff:g>"</string>
    <string name="wifi_calling_off_explanation_2" msgid="3487475808574416183"></string>
    <string name="emergency_address_title" msgid="3490633500025717573">"Emergency Address"</string>
    <string name="emergency_address_summary" msgid="3022628750270626473">"Used as your location when you make an emergency call over Wi‑Fi"</string>
    <string name="private_dns_help_message" msgid="851221502063782306"><annotation id="url">"Learn more"</annotation>" about Private DNS features"</string>
    <string name="private_dns_mode_on" msgid="8878679071975375696">"On"</string>
    <string name="wifi_calling_pref_managed_by_carrier" msgid="129524064888622179">"Setting managed by operator"</string>
    <string name="wifi_calling_settings_activation_instructions" msgid="3936067355828542266">"Activate Wi‑Fi Calling"</string>
    <string name="wifi_calling_turn_on" msgid="7687886259199428823">"Turn on Wi‑Fi calling"</string>
    <string name="wifi_calling_not_supported" msgid="3303917737849393175">"Wi‑Fi calling is not supported for %1$s"</string>
    <string name="wifi_disconnected_from" msgid="5249576734324159708">"Disconnected from <xliff:g id="SSID">%1$s</xliff:g>"</string>
    <string name="carrier" msgid="1755020806290963951">"Operator"</string>
    <string name="display_settings_title" msgid="626835071804834218">"Display"</string>
    <string name="sound_settings" msgid="5514582720435174014">"Sound"</string>
    <string name="all_volume_title" msgid="6196367642878437513">"Volumes"</string>
    <string name="musicfx_title" msgid="5458574743312283473">"Music effects"</string>
    <string name="ring_volume_title" msgid="4869034595079914541">"Ring and notification volume"</string>
    <string name="vibrate_in_silent_title" msgid="5076579100685867363">"Vibrate when silent"</string>
    <string name="notification_sound_title" msgid="8747567935870133157">"Default notification sound"</string>
    <string name="incoming_call_volume_title" msgid="8445408274513654261">"Ringtone"</string>
    <string name="notification_volume_title" msgid="328053763590888609">"Notification"</string>
    <string name="checkbox_notification_same_as_incoming_call" msgid="1798481722572489141">"Use incoming call volume for notifications"</string>
    <string name="home_work_profile_not_supported" msgid="2605589489324241338">"Doesn\'t support work profiles"</string>
    <string name="notification_sound_dialog_title" msgid="7431891669251806266">"Default notification sound"</string>
    <string name="media_volume_title" msgid="5209147840160985178">"Media"</string>
    <string name="media_volume_summary" msgid="4671324482655564873">"Set volume for music and videos"</string>
    <string name="alarm_volume_title" msgid="706302621191735343">"Alarm"</string>
    <string name="dock_settings_summary" msgid="8548721822219932359">"Audio settings for the attached dock"</string>
    <string name="dtmf_tone_enable_title" msgid="2241337296249130217">"Dial-pad touch tones"</string>
    <string name="sound_effects_enable_title" msgid="328569690466233866">"Tap sounds"</string>
    <string name="lock_sounds_enable_title" msgid="804365014499259673">"Screen lock sounds"</string>
    <string name="audio_record_proc_title" msgid="486071779724181619">"Noise cancellation"</string>
    <string name="volume_media_description" msgid="2736061076584067204">"Music, video, games &amp; other media"</string>
    <string name="volume_ring_description" msgid="5423168446359881864">"Ringtone &amp; notifications"</string>
    <string name="volume_notification_description" msgid="3241009629930030492">"Notifications"</string>
    <string name="volume_alarm_description" msgid="156563371961039376">"Alarms"</string>
    <string name="volume_ring_mute" msgid="1445718401945149622">"Mute ringtone &amp; notifications"</string>
    <string name="volume_media_mute" msgid="1881020121757820746">"Mute music &amp; other media"</string>
    <string name="volume_notification_mute" msgid="2612197659377126312">"Mute notifications"</string>
    <string name="volume_alarm_mute" msgid="3730895630530980760">"Mute alarms"</string>
    <string name="dock_settings" msgid="4654404127402812514">"Dock"</string>
    <string name="dock_settings_title" msgid="1276956575555480214">"Dock settings"</string>
    <string name="dock_audio_settings_title" msgid="8294821925086965934">"Audio"</string>
    <string name="dock_audio_summary_desk" msgid="4158593887711452737">"Settings for the attached desktop dock"</string>
    <string name="dock_audio_summary_car" msgid="292911654994476080">"Settings for the attached car dock"</string>
    <string name="dock_audio_summary_none" product="tablet" msgid="7758416095500202500">"Tablet not docked"</string>
    <string name="dock_audio_summary_none" product="default" msgid="9056359991181743485">"Phone not docked"</string>
    <string name="dock_audio_summary_unknown" msgid="5486086330763810318">"Settings for the attached dock"</string>
    <string name="dock_not_found_title" msgid="4721157149003423417">"Dock not found"</string>
    <string name="dock_not_found_text" product="tablet" msgid="9192097687086523411">"You need to dock the tablet before setting up dock audio."</string>
    <string name="dock_not_found_text" product="default" msgid="2247163115146852069">"You need to dock the phone before setting up dock audio."</string>
    <string name="dock_sounds_enable_title" msgid="2974614136344237932">"Dock insertion sound"</string>
    <string name="dock_sounds_enable_summary_on" product="tablet" msgid="468592489565539336">"Play sound when inserting or removing tablet from dock"</string>
    <string name="dock_sounds_enable_summary_on" product="default" msgid="8121670617316301768">"Play sound when inserting or removing phone from dock"</string>
    <string name="dock_sounds_enable_summary_off" product="tablet" msgid="7833926726878567889">"Don\'t play sound when inserting or removing tablet from dock"</string>
    <string name="dock_sounds_enable_summary_off" product="default" msgid="5560601997128422001">"Don\'t play sound when inserting or removing phone from dock"</string>
    <string name="account_settings" msgid="255404935489127404">"Accounts"</string>
    <string name="accessibility_category_work" msgid="5133894487353964944">"Work profile accounts - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
    <string name="accessibility_category_personal" msgid="2228088849803484780">"Personal profile accounts"</string>
    <string name="accessibility_work_account_title" msgid="7622485151217943839">"Work account - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
    <string name="accessibility_personal_account_title" msgid="8535265881509557013">"Personal account - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
    <string name="search_settings" msgid="7573686516434589771">"Search"</string>
    <string name="display_settings" msgid="7197750639709493852">"Display"</string>
    <string name="accelerometer_title" msgid="7745991950833748909">"Auto-rotate screen"</string>
    <string name="color_mode_title" msgid="8666690832113906028">"Colours"</string>
    <string name="color_mode_option_natural" msgid="6192875655101283303">"Natural"</string>
    <string name="color_mode_option_boosted" msgid="4698797857766774289">"Boosted"</string>
    <string name="color_mode_option_saturated" msgid="3413853820158447300">"Saturated"</string>
    <string name="color_mode_option_automatic" msgid="2281217686509980870">"Adaptive"</string>
    <string name="color_mode_summary_natural" msgid="8298840714001791628">"Use accurate colours only"</string>
    <string name="color_mode_summary_automatic" msgid="8157885594041700275">"Adjust between vivid and accurate colours"</string>
    <string name="accelerometer_summary_on" product="tablet" msgid="6413384391658481700">"Switch orientation automatically when rotating tablet"</string>
    <string name="accelerometer_summary_on" product="default" msgid="7117139542131700779">"Switch orientation automatically when rotating phone"</string>
    <string name="accelerometer_summary_off" product="tablet" msgid="3747370091309939684">"Switch orientation automatically when rotating tablet"</string>
    <string name="accelerometer_summary_off" product="default" msgid="4451125241783158763">"Switch orientation automatically when rotating phone"</string>
    <string name="brightness" msgid="6216871641021779698">"Brightness level"</string>
    <string name="brightness_title" msgid="5457874893085305155">"Brightness"</string>
    <string name="brightness_summary" msgid="6309641759293018049">"Adjust the brightness of the screen"</string>
    <string name="auto_brightness_title" msgid="4239324728760986697">"Adaptive brightness"</string>
    <string name="auto_brightness_summary" msgid="1737148869232725883">"Screen brightness adjusts to environment"</string>
    <string name="auto_brightness_summary_on" msgid="2748088951224387004">"On"</string>
    <string name="auto_brightness_summary_off" msgid="8077066192887677956">"Off"</string>
    <string name="auto_brightness_summary_very_low" msgid="2705445901659224330">"Preferred brightness is very low"</string>
    <string name="auto_brightness_summary_low" msgid="1606100911112851291">"Preferred brightness is low"</string>
    <string name="auto_brightness_summary_default" msgid="9038441148247815684">"Preferred brightness is default"</string>
    <string name="auto_brightness_summary_high" msgid="2886260311484349010">"Preferred brightness is high"</string>
    <string name="auto_brightness_summary_very_high" msgid="8294814315426024005">"Preferred brightness is very high"</string>
    <string name="auto_brightness_off_title" msgid="5156056957376839677">"Off"</string>
    <string name="auto_brightness_very_low_title" msgid="618973599332847430">"Very low"</string>
    <string name="auto_brightness_low_title" msgid="4243763334776382492">"Low"</string>
    <string name="auto_brightness_default_title" msgid="1776584786251120907">"Default"</string>
    <string name="auto_brightness_high_title" msgid="6472704542949390468">"High"</string>
    <string name="auto_brightness_very_high_title" msgid="4935132626750630713">"Very high"</string>
    <string name="auto_brightness_subtitle" msgid="6839449395639517870">"Your preferred brightness level"</string>
    <string name="auto_brightness_off_summary" msgid="4993150980274474226">"Don\'t adjust for available light"</string>
    <string name="auto_brightness_very_high_summary" msgid="2784981315548144255">"Increased battery usage"</string>
    <string name="auto_brightness_disclaimer" msgid="1868395832774087351">"Optimise brightness level for available light. When this feature is on, you can still adjust brightness temporarily."</string>
    <string name="auto_brightness_description" msgid="6807117118142381193">"Your screen brightness will automatically adjust to your environment and activities. You can move the slider manually to help adaptive brightness learn your preferences."</string>
    <string name="display_white_balance_title" msgid="2624544323029364713">"Display white balance"</string>
    <string name="display_white_balance_summary" msgid="7625456704950209050"></string>
    <string name="peak_refresh_rate_title" msgid="1878771412897140903">"Smooth display"</string>
    <string name="peak_refresh_rate_summary" msgid="1527087897198455042">"Automatically raises the refresh rate from 60 to 90 Hz for some content. Increases battery usage."</string>
    <string name="force_high_refresh_rate_toggle" msgid="7458268305727889355">"Smooth Display"</string>
    <string name="force_high_refresh_rate_desc" msgid="7794566420873814875">"Highest refresh rate for improved touch responsiveness and animation quality. Increases battery usage."</string>
    <string name="adaptive_sleep_title" msgid="2987961991423539233">"Screen attention"</string>
    <string name="adaptive_sleep_summary_on" msgid="313187971631243800">"On/Screen won’t turn off if you’re looking at it"</string>
    <string name="adaptive_sleep_summary_off" msgid="5272156339202897523">"Off"</string>
    <string name="adaptive_sleep_title_no_permission" msgid="1719759921214237016">"Camera access needed"</string>
    <string name="adaptive_sleep_summary_no_permission" msgid="5107880175176848307">"Tap to manage permissions for Device Personalisation Services"</string>
    <string name="adaptive_sleep_description" msgid="1835321775327187860">"Prevents your screen from turning off if you’re looking at it"</string>
    <string name="adaptive_sleep_privacy" msgid="7664570136417980556">"Screen attention uses the front camera to see if someone is looking at the screen. It works on-device, and images are never stored or sent to Google."</string>
    <string name="adaptive_sleep_contextual_slice_title" msgid="7467588613212629758">"Turn on screen attention"</string>
    <string name="adaptive_sleep_contextual_slice_summary" msgid="2993867044745446094">"Keep screen on when looking at it"</string>
    <string name="night_display_title" msgid="8532432776487216581">"Night Light"</string>
    <string name="night_display_text" msgid="4789324042428095383">"Night Light tints your screen amber. This makes it easier to look at your screen or read in dim light, and may help you fall asleep more easily."</string>
    <string name="night_display_auto_mode_title" msgid="5869128421470824381">"Schedule"</string>
    <string name="night_display_auto_mode_never" msgid="2721729920187175239">"None"</string>
    <string name="night_display_auto_mode_custom" msgid="3938791496034086916">"Turns on at custom time"</string>
    <string name="night_display_auto_mode_twilight" msgid="4291855156158833997">"Turns on from sunset to sunrise"</string>
    <string name="night_display_start_time_title" msgid="2611541851596977786">"Start time"</string>
    <string name="night_display_end_time_title" msgid="5243112480391192111">"End time"</string>
    <string name="night_display_status_title" msgid="9006282950657941820">"Status"</string>
    <string name="night_display_temperature_title" msgid="857248782470764263">"Intensity"</string>
    <string name="night_display_summary_off" msgid="4676320734342206009">"Off/<xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="night_display_summary_off_auto_mode_never" msgid="7406899634169354142">"Will never turn on automatically"</string>
    <string name="night_display_summary_off_auto_mode_custom" msgid="6667008039080687931">"Will turn on automatically at <xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="night_display_summary_off_auto_mode_twilight" msgid="3669132200611324994">"Will turn on automatically at sunset"</string>
    <string name="night_display_summary_on" msgid="8932395375143965229">"On/<xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="night_display_summary_on_auto_mode_never" msgid="832333009202889350">"Will never turn off automatically"</string>
    <string name="night_display_summary_on_auto_mode_custom" msgid="2096677025343425755">"Will turn off automatically at <xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="night_display_summary_on_auto_mode_twilight" msgid="8070517472000680361">"Will turn off automatically at sunrise"</string>
    <string name="night_display_activation_on_manual" msgid="7999294858026069365">"Turn on now"</string>
    <string name="night_display_activation_off_manual" msgid="4842907786868153218">"Turn off now"</string>
    <string name="night_display_activation_on_twilight" msgid="3440889451767582067">"Turn on until sunrise"</string>
    <string name="night_display_activation_off_twilight" msgid="2853594955401726956">"Turn off until sunset"</string>
    <string name="night_display_activation_on_custom" msgid="4951143503599226846">"Turn on until <xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="night_display_activation_off_custom" msgid="79965738861100371">"Turn off until <xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="night_display_not_currently_on" msgid="6600205753103093827">"Night Light not currently on"</string>
    <string name="twilight_mode_location_off_dialog_message" msgid="4559150893687124801">"Device location needed to determine your sunset and sunrise times."</string>
    <string name="twilight_mode_launch_location" msgid="7799112373591153956">"Location settings"</string>
    <string name="dark_ui_activation_on_manual" msgid="1541006734577325234">"Turn on now"</string>
    <string name="dark_ui_activation_off_manual" msgid="2395333709291250065">"Turn off now"</string>
    <string name="dark_ui_activation_on_auto" msgid="4824339634784765049">"Turn on until sunrise"</string>
    <string name="dark_ui_activation_off_auto" msgid="9136717444658505208">"Turn off until sunset"</string>
    <string name="dark_ui_title" msgid="3373976268671557416">"Dark mode"</string>
    <string name="dark_ui_auto_mode_title" msgid="9027528859262295099">"Schedule"</string>
    <string name="dark_ui_auto_mode_never" msgid="3980412582267787662">"None"</string>
    <string name="dark_ui_auto_mode_auto" msgid="6658909029498623375">"Turns on from sunset to sunrise"</string>
    <string name="dark_ui_auto_mode_custom" msgid="3800138185265182170">"Turns on at custom time"</string>
    <string name="dark_ui_status_title" msgid="3505119141437774329">"Status"</string>
    <string name="dark_ui_summary_off" msgid="3897438633224959099">"Off/<xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="dark_ui_summary_off_auto_mode_never" msgid="5828281549475697398">"Will never turn on automatically"</string>
    <string name="dark_ui_summary_off_auto_mode_auto" msgid="6766831395970887213">"Will turn on automatically at sunset"</string>
    <string name="dark_ui_summary_off_auto_mode_custom" msgid="1345906088326708376">"Will turn on automatically at <xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="dark_ui_summary_on" msgid="3886998135388176000">"On/<xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="dark_ui_summary_on_auto_mode_never" msgid="2468597062391435521">"Will never turn off automatically"</string>
    <string name="dark_ui_summary_on_auto_mode_auto" msgid="5553376115092648636">"Will turn off automatically at sunrise"</string>
    <string name="dark_ui_summary_on_auto_mode_custom" msgid="2526935680241734784">"Will turn off automatically at <xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="dark_ui_activation_on_custom" msgid="1889379402860316125">"Turn on until <xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="dark_ui_activation_off_custom" msgid="2192932161592759607">"Turn off until <xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="dark_ui_text" msgid="4392646155331126666">"Dark theme uses a black background to help keep battery alive longer on some screens. Dark theme schedules wait to turn on until your screen is off."</string>
    <string name="screen_timeout" msgid="7709947617767439410">"Screen timeout"</string>
    <string name="screen_timeout_title" msgid="785134393520893049">"Screen turns off"</string>
    <string name="screen_timeout_summary" msgid="5558778019594643427">"After <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> of inactivity"</string>
    <string name="wallpaper_settings_title" msgid="5635129851136006383">"Wallpaper"</string>
    <string name="style_and_wallpaper_settings_title" msgid="7580575814098427579">"Styles and wallpapers"</string>
    <string name="wallpaper_settings_summary_default" msgid="7569803705735001813">"Default"</string>
    <string name="wallpaper_settings_summary_custom" msgid="3174561317688848729">"Custom"</string>
    <string name="wallpaper_suggestion_title" msgid="3812842717939877330">"Change wallpaper"</string>
    <string name="wallpaper_suggestion_summary" msgid="9077061486716754784">"Personalise your screen"</string>
    <string name="wallpaper_settings_fragment_title" msgid="8445963841717633149">"Choose wallpaper from"</string>
    <string name="style_suggestion_title" msgid="1213747484782364775">"Customise your phone"</string>
    <string name="style_suggestion_summary" msgid="4271131877800968159">"Try different styles, wallpapers and more"</string>
    <string name="screensaver_settings_title" msgid="3588535639672365395">"Screen saver"</string>
    <string name="screensaver_settings_summary_either_long" msgid="371949139331896271">"While charging or docked"</string>
    <string name="screensaver_settings_summary_either_short" msgid="2126139984738506920">"Either"</string>
    <string name="screensaver_settings_summary_sleep" msgid="6555922932643037432">"While charging"</string>
    <string name="screensaver_settings_summary_dock" msgid="6997766385189369733">"While docked"</string>
    <string name="screensaver_settings_summary_never" msgid="4988141393040918450">"Never"</string>
    <string name="screensaver_settings_summary_off" msgid="8720357504939106923">"Off"</string>
    <string name="screensaver_settings_disabled_prompt" msgid="1166343194760238835">"To control what happens when the phone is docked and/or sleeping, turn the screen saver on."</string>
    <string name="screensaver_settings_when_to_dream" msgid="8145025742428940520">"When to start"</string>
    <string name="screensaver_settings_current" msgid="390472865895976891">"Current screen saver"</string>
    <string name="screensaver_settings_dream_start" msgid="6486360145976995856">"Start now"</string>
    <string name="screensaver_settings_button" msgid="6159236558934930238">"Settings"</string>
    <string name="automatic_brightness" msgid="4599827881929079513">"Automatic brightness"</string>
    <string name="lift_to_wake_title" msgid="8994218158737714046">"Lift to wake"</string>
    <string name="ambient_display_screen_title" msgid="8615947016991429325">"Ambient display"</string>
    <string name="ambient_display_category_triggers" msgid="1216640141609270011">"When to show"</string>
    <string name="doze_title" msgid="1523090408230862316">"Wake screen for notifications"</string>
    <string name="doze_summary" msgid="8252867381522942804">"When screen is dark, it turns on for new notifications"</string>
    <string name="doze_always_on_title" msgid="7326245192352868477">"Always show time and info"</string>
    <string name="doze_always_on_summary" msgid="509097829739647852">"Increased battery usage"</string>
    <string name="title_font_size" msgid="570613010306330622">"Font size"</string>
    <string name="short_summary_font_size" msgid="184712645848458143">"Make text larger or smaller"</string>
    <string name="sim_lock_settings" msgid="4493069398250139205">"SIM card lock settings"</string>
    <string name="sim_lock_settings_category" msgid="4280307997492851625">"SIM card lock"</string>
    <string name="sim_lock_settings_summary_off" msgid="4570941250786847095">"Off"</string>
    <string name="sim_lock_settings_summary_on" msgid="1562184566830887925">"Locked"</string>
    <string name="sim_lock_settings_title" msgid="1401619059761012696">"SIM card lock"</string>
    <string name="sim_pin_toggle" msgid="98754920202404425">"Lock SIM card"</string>
    <string name="sim_lock_on" product="tablet" msgid="5857965768682972363">"Require PIN to use tablet"</string>
    <string name="sim_lock_on" product="default" msgid="3303147192981388923">"Require PIN to use phone"</string>
    <string name="sim_lock_off" product="tablet" msgid="7188936582548721225">"Require PIN to use tablet"</string>
    <string name="sim_lock_off" product="default" msgid="4634118006847137785">"Require PIN to use phone"</string>
    <string name="sim_pin_change" msgid="5978881209990507379">"Change SIM PIN"</string>
    <string name="sim_enter_pin" msgid="8235202785516053253">"SIM PIN"</string>
    <string name="sim_enable_sim_lock" msgid="8993991669975548653">"Lock SIM card"</string>
    <string name="sim_disable_sim_lock" msgid="7656447857474746157">"Unlock SIM card"</string>
    <string name="sim_enter_old" msgid="6882545610939674813">"Old SIM PIN"</string>
    <string name="sim_enter_new" msgid="9010947802784561582">"New SIM PIN"</string>
    <string name="sim_reenter_new" msgid="6131418271490374263">"Re‑type new PIN"</string>
    <string name="sim_change_pin" msgid="1104103818545005448">"SIM PIN"</string>
    <string name="sim_bad_pin" msgid="5416328363761048221">"Incorrect PIN"</string>
    <string name="sim_pins_dont_match" msgid="1540348773896609260">"PINs don\'t match"</string>
    <string name="sim_change_failed" msgid="316723087029061740">"Can\'t change PIN.\nPossibly incorrect PIN."</string>
    <string name="sim_change_succeeded" msgid="3516905528149069739">"SIM PIN changed successfully"</string>
    <string name="sim_lock_failed" msgid="16360418201678317">"Can\'t change SIM card lock state.\nPossibly incorrect PIN."</string>
    <string name="sim_pin_disable_failed" msgid="8719890393181032837">"Can\'t disable PIN."</string>
    <string name="sim_pin_enable_failed" msgid="5156513975085380284">"Can\'t enable PIN."</string>
    <string name="sim_enter_ok" msgid="3401715290135787531">"OK"</string>
    <string name="sim_enter_cancel" msgid="2001859323724961490">"Cancel"</string>
    <string name="sim_multi_sims_title" msgid="4875083890014013296">"Multiple SIMs found"</string>
    <string name="sim_multi_sims_summary" msgid="1711012455679332238">"Choose the SIM you prefer for mobile data."</string>
    <string name="sim_change_data_title" msgid="4663239438584588847">"Use <xliff:g id="CARRIER">%1$s</xliff:g> for mobile data?"</string>
    <string name="sim_change_data_message" msgid="3046178883369645132">"You\'re using <xliff:g id="CARRIER2_0">%2$s</xliff:g> for mobile data. If you switch to <xliff:g id="CARRIER1">%1$s</xliff:g>, <xliff:g id="CARRIER2_1">%2$s</xliff:g> will no longer be used for mobile data."</string>
    <string name="sim_change_data_ok" msgid="4922114750417276560">"Use <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
    <string name="sim_preferred_title" msgid="7182406911552216373">"Update preferred SIM card?"</string>
    <string name="sim_preferred_message" msgid="6004009449266648351">"<xliff:g id="NEW_SIM">%1$s</xliff:g> is the only SIM in your device. Do you want to use this SIM for mobile data, calls and SMS messages?"</string>
    <string name="wrong_pin_code_pukked" msgid="3414172752791445033">"Incorrect SIM PIN code; you must now contact your carrier to unlock your device."</string>
    <plurals name="wrong_pin_code" formatted="false" msgid="4054088588731305475">
      <item quantity="other">Incorrect SIM PIN code, you have <xliff:g id="NUMBER_1">%d</xliff:g> remaining attempts.</item>
      <item quantity="one">Incorrect SIM PIN code, you have <xliff:g id="NUMBER_0">%d</xliff:g> remaining attempt before you must contact your operator to unlock your device.</item>
    </plurals>
    <string name="wrong_pin_code_one" msgid="6924852214263071441">"Incorrect SIM PIN code; you have one remaining attempt before you must contact your operator to unlock your device."</string>
    <string name="pin_failed" msgid="3726505565797352255">"SIM PIN operation failed!"</string>
    <string name="system_update_settings_list_item_title" msgid="3398346836439366350">"System updates"</string>
    <string name="system_update_settings_list_item_summary" msgid="6703752298349642101"></string>
    <string name="firmware_version" msgid="1606901586501447275">"Android version"</string>
    <string name="security_patch" msgid="4071756145347865382">"Android security update"</string>
    <string name="model_info" msgid="8997566254717810904">"Model"</string>
    <string name="model_summary" msgid="2246651782442466213">"Model: %1$s"</string>
    <string name="hardware_info" msgid="7035211991066637019">"Model and hardware"</string>
    <string name="hardware_revision" msgid="3454709180861965025">"Hardware version"</string>
    <string name="fcc_equipment_id" msgid="6596668314025646129">"Equipment ID"</string>
    <string name="baseband_version" msgid="2600182227599835857">"Baseband version"</string>
    <string name="kernel_version" msgid="3513538109381366881">"Kernel version"</string>
    <string name="build_number" msgid="9009733242117579826">"Build number"</string>
    <string name="module_version" msgid="1787518340082046658">"Google Play system update"</string>
    <string name="device_info_not_available" msgid="4804474466616712326">"Not available"</string>
    <string name="device_status_activity_title" msgid="1812666241137263882">"Status"</string>
    <string name="device_status" msgid="7988547478034984649">"Status"</string>
    <string name="device_status_summary" product="tablet" msgid="8826216824111648900">"Status of the battery, network and other information"</string>
    <string name="device_status_summary" product="default" msgid="8132661857066128832">"Phone number, signal, etc."</string>
    <string name="storage_settings" msgid="7472188817781592677">"Storage"</string>
    <string name="storage_settings_for_app" msgid="229425418984637483">"Storage and cache"</string>
    <string name="storage_usb_settings" msgid="7058142934214211583">"Storage"</string>
    <string name="storage_settings_title" msgid="486118156723194815">"Storage settings"</string>
    <string name="storage_settings_summary" product="nosdcard" msgid="3858049818577638926">"Unmount USB storage, view available storage"</string>
    <string name="storage_settings_summary" product="default" msgid="267557695753980969">"Unmount SD card, view available storage"</string>
    <string name="imei_multi_sim" msgid="71477088017585479">"IMEI (sim slot %1$d)"</string>
    <string name="view_saved_network" msgid="1232387673095080910">"To view, choose saved network"</string>
    <string name="status_number" product="tablet" msgid="3597945414666253183">"MDN"</string>
    <string name="status_number" product="default" msgid="8407999629121682207">"Phone number"</string>
    <string name="status_number_sim_slot" product="tablet" msgid="6582203988975619529">"MDN (sim slot %1$d)"</string>
    <string name="status_number_sim_slot" product="default" msgid="5724823197745786398">"Phone number (sim slot %1$d)"</string>
    <string name="status_number_sim_status" product="tablet" msgid="4239876366511743428">"MDN on SIM"</string>
    <string name="status_number_sim_status" product="default" msgid="2772745542921910086">"Phone number on SIM"</string>
    <string name="status_min_number" msgid="4492899165438225714">"MIN"</string>
    <string name="status_msid_number" msgid="3871958248824595774">"MSID"</string>
    <string name="status_prl_version" msgid="9002131357502714281">"PRL version"</string>
    <string name="meid_multi_sim" msgid="7645394486193991388">"MEID (sim slot %1$d)"</string>
    <string name="scanning_status_text_wifi_on_ble_on" msgid="7644609329607744714">"Both Wi‑Fi and Bluetooth scanning are on"</string>
    <string name="scanning_status_text_wifi_on_ble_off" msgid="7215007787287418186">"Wi‑Fi scanning is on, Bluetooth scanning is off"</string>
    <string name="scanning_status_text_wifi_off_ble_on" msgid="1396882599556304165">"Bluetooth scanning is on, Wi‑Fi scanning is off"</string>
    <string name="scanning_status_text_wifi_off_ble_off" msgid="7670694707427030537">"Both Wi‑Fi and Bluetooth scanning are off"</string>
    <string name="status_meid_number" msgid="6040380838489162650">"MEID"</string>
    <string name="status_icc_id" msgid="7995690631650006970">"ICCID"</string>
    <string name="status_data_network_type" msgid="3689772955330665876">"Mobile data network type"</string>
    <string name="status_voice_network_type" msgid="8700356693062562884">"Mobile voice network type"</string>
    <string name="status_latest_area_info" msgid="8288488664620741734">"Operator info"</string>
    <string name="status_data_state" msgid="525196229491743487">"Mobile network state"</string>
    <string name="status_esim_id" msgid="5158916796362809133">"EID"</string>
    <string name="status_service_state" msgid="1693424422121058791">"Service status"</string>
    <string name="status_signal_strength" msgid="7644525712554444359">"Signal strength"</string>
    <string name="status_roaming" msgid="1253597174715663778">"Roaming"</string>
    <string name="status_operator" msgid="4335640583552058491">"Network"</string>
    <string name="status_wifi_mac_address" msgid="4447611754614388914">"Wi‑Fi MAC address"</string>
    <string name="status_device_wifi_mac_address" msgid="1896121694334176494">"Device Wi‑Fi MAC address"</string>
    <string name="status_bt_address" msgid="6919660304578476547">"Bluetooth address"</string>
    <string name="status_serial_number" msgid="9060064164331466789">"Serial number"</string>
    <string name="status_up_time" msgid="1274778533719495438">"Uptime"</string>
    <string name="status_awake_time" msgid="2573925324168081586">"Awake time"</string>
    <string name="internal_memory" msgid="1869518160077033848">"Internal storage"</string>
    <string name="sd_memory" product="nosdcard" msgid="5456718463397723781">"USB storage"</string>
    <string name="sd_memory" product="default" msgid="3098344183202722455">"SD card"</string>
    <string name="memory_available" msgid="712528795743654737">"Available"</string>
    <string name="memory_available_read_only" msgid="3201969221573511590">"Available (read-only)"</string>
    <string name="memory_size" msgid="2710897518522931469">"Total space"</string>
    <string name="memory_calculating_size" msgid="3898240439798661242">"Calculating..."</string>
    <string name="memory_apps_usage" msgid="8818570780540532952">"Apps &amp; app data"</string>
    <string name="memory_media_usage" msgid="5161308657995646963">"Media"</string>
    <string name="memory_downloads_usage" msgid="8252462247720191179">"Downloads"</string>
    <string name="memory_dcim_usage" msgid="3568913845973164352">"Pictures, videos"</string>
    <string name="memory_music_usage" msgid="8100634000114206429">"Audio (music, ringtones, podcasts, etc.)"</string>
    <string name="memory_media_misc_usage" msgid="7066851245178533269">"Other files"</string>
    <string name="memory_media_cache_usage" msgid="780808666853685824">"Cached data"</string>
    <string name="sd_eject" product="nosdcard" msgid="6136102589751843304">"Unmount shared storage"</string>
    <string name="sd_eject" product="default" msgid="8062832622096296251">"Unmount SD card"</string>
    <string name="sd_eject_summary" product="nosdcard" msgid="6859940774161708871">"Unmount the internal USB storage"</string>
    <string name="sd_eject_summary" product="default" msgid="5151243312587186226">"Unmount the SD card so that you can remove it safely"</string>
    <string name="sd_insert_summary" product="nosdcard" msgid="9164545135649775664">"Insert USB storage for mounting"</string>
    <string name="sd_insert_summary" product="default" msgid="5949168259622002192">"Insert an SD card for mounting"</string>
    <string name="sd_mount" product="nosdcard" msgid="8305985249945415150">"Mount USB storage"</string>
    <string name="sd_mount" product="default" msgid="5279813999455776169">"Mount SD card"</string>
    <string name="sd_mount_summary" product="nosdcard" msgid="2190410240845521205"></string>
    <string name="sd_mount_summary" product="default" msgid="2190410240845521205"></string>
    <string name="sd_format" product="nosdcard" msgid="8657427883364711513">"Erase USB storage"</string>
    <string name="sd_format" product="default" msgid="9085302892248732329">"Erase SD card"</string>
    <string name="sd_format_summary" product="nosdcard" msgid="6179784504937189658">"Erases all data on the internal USB storage, such as music and photos"</string>
    <string name="sd_format_summary" product="default" msgid="60583152211068164">"Erases all data on the SD card, such as music and photos"</string>
    <string name="memory_clear_cache_title" msgid="2605096903803953619">"Clear cached data?"</string>
    <string name="memory_clear_cache_message" msgid="4759561226480906588">"This will clear cached data for all apps."</string>
    <string name="mtp_ptp_mode_summary" msgid="7969656567437639239">"MTP or PTP function is active"</string>
    <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="7694112411895701320">"Unmount USB storage"</string>
    <string name="dlg_confirm_unmount_title" product="default" msgid="8251329019960361646">"Unmount SD card?"</string>
    <string name="dlg_confirm_unmount_text" product="nosdcard" msgid="1212025106709645023">"If you unmount the USB storage, some apps that you are using will stop and may be unavailable until you remount the USB storage."</string>
    <string name="dlg_confirm_unmount_text" product="default" msgid="3887768438615563697">"If you unmount the SD card, some apps that you are using will stop and may be unavailable until you remount the SD card."</string>
    <string name="dlg_error_unmount_title" product="nosdcard" msgid="2205587942165199845"></string>
    <string name="dlg_error_unmount_title" product="default" msgid="2205587942165199845"></string>
    <string name="dlg_error_unmount_text" product="nosdcard" msgid="7876201891724279436">"Cannot unmount USB storage. Try again later."</string>
    <string name="dlg_error_unmount_text" product="default" msgid="2185659901137961711">"Couldn\'t unmount SD card. Try again later."</string>
    <string name="unmount_inform_text" product="nosdcard" msgid="5932607205977999175">"USB storage will be unmounted."</string>
    <string name="unmount_inform_text" product="default" msgid="716578785262713312">"SD card will be unmounted."</string>
    <string name="sd_ejecting_title" msgid="1641122369013595273">"Unmounting"</string>
    <string name="sd_ejecting_summary" msgid="861928572729341132">"Unmount in progress"</string>
    <string name="storage_low_title" msgid="8002650511493419567">"Storage space is running out"</string>
    <string name="storage_low_summary" msgid="7341022293583384506">"Some system functions, such as syncing, may not work correctly. Try to free space by deleting or unpinning items, such as apps or media content."</string>
    <string name="storage_menu_rename" msgid="8549835371429159336">"Rename"</string>
    <string name="storage_menu_mount" msgid="4760531872302820569">"Mount"</string>
    <string name="storage_menu_unmount" msgid="8171552487742912282">"Eject"</string>
    <string name="storage_menu_format" msgid="5454870642788909443">"Format"</string>
    <string name="storage_menu_format_public" msgid="5567214442727034630">"Format as portable"</string>
    <string name="storage_menu_format_private" msgid="3208326980027382079">"Format as internal"</string>
    <string name="storage_menu_migrate" msgid="2196088149560070193">"Migrate data"</string>
    <string name="storage_menu_forget" msgid="5154017890033638936">"Forget"</string>
    <string name="storage_menu_set_up" msgid="4401074025612064744">"Set-up"</string>
    <string name="storage_menu_explore" msgid="3048031115521594488">"Explore"</string>
    <string name="storage_menu_free" msgid="616100170298501673">"Free up space"</string>
    <string name="storage_menu_manage" msgid="7465522758801346408">"Manage storage"</string>
    <string name="keywords_storage_menu_free" msgid="2275406357317597106">"clean, storage"</string>
    <string name="storage_title_usb" msgid="1332488715547400452">"USB computer connection"</string>
    <string name="usb_connection_category" msgid="2288543238378907242">"Connect as"</string>
    <string name="usb_mtp_title" msgid="9068009584556422314">"Media device (MTP)"</string>
    <string name="usb_mtp_summary" msgid="6293240861011560842">"Lets you transfer media files on Windows or using Android File Transfer on Mac (see www.android.com/filetransfer)"</string>
    <string name="usb_ptp_title" msgid="4496529268189091846">"Camera (PTP)"</string>
    <string name="usb_ptp_summary" msgid="8382539472311655671">"Lets you transfer photos using camera software and transfer any files on computers that don\'t support MTP"</string>
    <string name="usb_midi_title" msgid="1139558846427981761">"MIDI"</string>
    <string name="usb_midi_summary" msgid="1842457325845863840">"Lets MIDI-enabled applications work over USB with MIDI software on your computer."</string>
    <string name="storage_other_users" msgid="7017206190449510992">"Other users"</string>
    <string name="storage_internal_title" msgid="3265098802217660829">"Device storage"</string>
    <string name="storage_external_title" msgid="8984075540312137135">"Portable storage"</string>
    <string name="storage_volume_summary" msgid="7087627975196777994">"<xliff:g id="USED">%1$s</xliff:g> used of <xliff:g id="TOTAL">%2$s</xliff:g>"</string>
    <string name="storage_size_large" msgid="1155308277890194878">"<xliff:g id="NUMBER">^1</xliff:g>"<small><small>" <xliff:g id="UNIT">^2</xliff:g>"</small></small>""</string>
    <string name="storage_volume_used" msgid="5031288167242496837">"Used of <xliff:g id="TOTAL">%1$s</xliff:g>"</string>
    <string name="storage_volume_used_total" msgid="283558499413754323">"Total used of <xliff:g id="TOTAL">%1$s</xliff:g>"</string>
    <string name="storage_mount_success" msgid="393972242641313135">"<xliff:g id="NAME">%1$s</xliff:g> is mounted"</string>
    <string name="storage_mount_failure" msgid="3667915814876418011">"Couldn\'t mount <xliff:g id="NAME">%1$s</xliff:g>"</string>
    <string name="storage_unmount_success" msgid="6406298575402936148">"<xliff:g id="NAME">%1$s</xliff:g> is safely ejected"</string>
    <string name="storage_unmount_failure" msgid="3796912279003790607">"Couldn\'t safely eject <xliff:g id="NAME">%1$s</xliff:g>"</string>
    <string name="storage_format_success" msgid="3028114521294256851">"<xliff:g id="NAME">%1$s</xliff:g> is formatted"</string>
    <string name="storage_format_failure" msgid="2042691589726261987">"Couldn\'t format <xliff:g id="NAME">%1$s</xliff:g>"</string>
    <string name="storage_rename_title" msgid="5911285992205282312">"Rename storage"</string>
    <string name="storage_dialog_unmounted" msgid="1187960789775910051">"This <xliff:g id="NAME_0">^1</xliff:g> is safely ejected, but still available. \n\nTo use this <xliff:g id="NAME_1">^1</xliff:g>, you have to mount it first."</string>
    <string name="storage_dialog_unmountable" msgid="1761107904296941687">"This <xliff:g id="NAME_0">^1</xliff:g> is corrupted. \n\nTo use this <xliff:g id="NAME_1">^1</xliff:g>, you have to set it up first."</string>
    <string name="storage_dialog_unsupported" msgid="7787241928013470089">"This device doesn’t support this <xliff:g id="NAME_0">^1</xliff:g>. \n\nTo use this <xliff:g id="NAME_1">^1</xliff:g> with this device, you have to set it up first."</string>
    <string name="storage_internal_format_details" msgid="8922023528848861812">"After formatting, you can use this <xliff:g id="NAME_0">^1</xliff:g> in other devices. \n\nAll data on this <xliff:g id="NAME_1">^1</xliff:g> will be erased. Consider backing up first. \n\n"<b>"Back up photos &amp; other media"</b>" \nMove your media files to alternative storage on this device, or transfer them to a computer using a USB cable. \n\n"<b>"Back up apps"</b>" \nAll apps stored on this <xliff:g id="NAME_6">^1</xliff:g> will be uninstalled and their data will be erased. To keep these apps, move them to alternative storage on this device."</string>
    <string name="storage_internal_unmount_details" msgid="487689543322907311"><b>"When you eject this <xliff:g id="NAME_0">^1</xliff:g>, apps stored on it will stop working, and media files stored on it will not be available until it is reinserted."</b>" \n\nThis <xliff:g id="NAME_1">^1</xliff:g> is formatted to work on this device only. It won’t work on any others."</string>
    <string name="storage_internal_forget_details" msgid="5606507270046186691">"To use the apps, photos or data this <xliff:g id="NAME">^1</xliff:g> contains, reinsert it. \n\nAlternatively, you can choose to forget this storage if the device isn’t available. \n\nIf you choose to forget, all the data the device contains will be lost forever. \n\nYou can reinstall the apps later, but their data stored on this device will be lost."</string>
    <string name="storage_internal_forget_confirm_title" msgid="379238668153099015">"Forget <xliff:g id="NAME">^1</xliff:g>?"</string>
    <string name="storage_internal_forget_confirm" msgid="5752634604952674123">"All the apps, photos and data stored on this <xliff:g id="NAME">^1</xliff:g> will be lost forever."</string>
    <string name="storage_detail_apps" msgid="5055911985540355324">"Apps"</string>
    <string name="storage_detail_images" msgid="6003883845718804371">"Images"</string>
    <string name="storage_detail_videos" msgid="9079894412680404208">"Videos"</string>
    <string name="storage_detail_audio" msgid="234272983148223114">"Audio"</string>
    <string name="storage_detail_cached" msgid="4066364341463331199">"Cached data"</string>
    <string name="storage_detail_other" msgid="3821329310612285961">"Other"</string>
    <string name="storage_detail_system" msgid="3797439069473271732">"System"</string>
    <string name="storage_detail_explore" msgid="13782374784415466">"Explore <xliff:g id="NAME">^1</xliff:g>"</string>
    <string name="storage_detail_dialog_other" msgid="3359851869961609901">"Other includes shared files saved by apps, files downloaded from the Internet or Bluetooth android files and so on. \n\nTo see the visible contents of this <xliff:g id="NAME">^1</xliff:g>, tap Explore."</string>
    <string name="storage_detail_dialog_system" msgid="7461009051858709479">"System includes files used to run Android version <xliff:g id="VERSION">%s</xliff:g>"</string>
    <string name="storage_detail_dialog_user" msgid="1691219071007313226">"<xliff:g id="USER_0">^1</xliff:g> may have saved photos, music, apps or other data, using <xliff:g id="SIZE">^2</xliff:g> of storage. \n\nTo view details, switch to <xliff:g id="USER_1">^1</xliff:g>."</string>
    <string name="storage_wizard_init_title" msgid="9036374223934708619">"Set up your <xliff:g id="NAME">^1</xliff:g>"</string>
    <string name="storage_wizard_init_external_title" msgid="6540132491909241713">"Use as portable storage"</string>
    <string name="storage_wizard_init_external_summary" msgid="5807552934494462984">"For moving photos and other media between devices."</string>
    <string name="storage_wizard_init_internal_title" msgid="3256355049992147270">"Use as internal storage"</string>
    <string name="storage_wizard_init_internal_summary" msgid="2283798331883929674">"For storing anything on this device only, including apps and photos. Requires formatting that prevents it from working with other devices."</string>
    <string name="storage_wizard_format_confirm_title" msgid="4898014527956178762">"Format as internal storage"</string>
    <string name="storage_wizard_format_confirm_body" msgid="5514665245241830772">"This requires the <xliff:g id="NAME_0">^1</xliff:g> to be formatted to make it secure. \n\nAfter formatting, this <xliff:g id="NAME_1">^1</xliff:g> will only work in this device. \n\n"<b>"Formatting erases all data currently stored on the <xliff:g id="NAME_2">^1</xliff:g>."</b>" To avoid losing the data, consider backing it up."</string>
    <string name="storage_wizard_format_confirm_public_title" msgid="649252654496577680">"Format as portable storage"</string>
    <string name="storage_wizard_format_confirm_public_body" msgid="6219883780307218266">"This requires the <xliff:g id="NAME_0">^1</xliff:g> to be formatted. \n\n"<b>"Formatting erases all data currently stored on the <xliff:g id="NAME_1">^1</xliff:g>."</b>" To avoid losing the data, consider backing it up."</string>
    <string name="storage_wizard_format_confirm_next" msgid="4412063054982084056">"Erase &amp; format"</string>
    <string name="storage_wizard_format_progress_title" msgid="9170393018855949774">"Formatting <xliff:g id="NAME">^1</xliff:g>…"</string>
    <string name="storage_wizard_format_progress_body" msgid="1044024044955390417">"Don’t remove the <xliff:g id="NAME">^1</xliff:g> while it’s being formatted."</string>
    <string name="storage_wizard_migrate_title" msgid="3013711737005104623">"Move data to new storage"</string>
    <string name="storage_wizard_migrate_body" msgid="1630853797296198275">"You can move your photos, files and some apps to this new <xliff:g id="NAME">^1</xliff:g>. \n\nThe move takes about <xliff:g id="TIME">^2</xliff:g> and will free <xliff:g id="SIZE">^3</xliff:g> on internal storage. Some apps won’t work while it’s underway."</string>
    <string name="storage_wizard_migrate_now" msgid="175023718337037181">"Move now"</string>
    <string name="storage_wizard_migrate_later" msgid="6573789572520980112">"Move later"</string>
    <string name="storage_wizard_migrate_confirm_title" msgid="255346780598924540">"Move data now"</string>
    <string name="storage_wizard_migrate_confirm_body" msgid="5039938578355576124"><b>"The move takes about <xliff:g id="TIME">^1</xliff:g>. It will free <xliff:g id="SIZE">^2</xliff:g> on <xliff:g id="NAME">^3</xliff:g>."</b></string>
    <string name="storage_wizard_migrate_confirm_next" msgid="217478540562501692">"Move"</string>
    <string name="storage_wizard_migrate_progress_title" msgid="462238335086734131">"Moving data…"</string>
    <string name="storage_wizard_migrate_details" msgid="7474061662976940407">"During the move: \n• Don\'t remove the <xliff:g id="NAME">^1</xliff:g>. \n• Some apps won\'t work correctly. \n• Keep the device charged."</string>
    <string name="storage_wizard_ready_title" msgid="3093468548660255543">"Your <xliff:g id="NAME">^1</xliff:g> is ready to use"</string>
    <string name="storage_wizard_ready_external_body" msgid="45040717412844114">"Your <xliff:g id="NAME">^1</xliff:g> is ready to use with photos and other media."</string>
    <string name="storage_wizard_ready_internal_body" msgid="7734817996475607447">"Your new <xliff:g id="NAME">^1</xliff:g> is working. \n\nTo move photos, files and app data to this device, go to Settings &gt; Storage."</string>
    <string name="storage_wizard_move_confirm_title" msgid="6812469630804101590">"Move <xliff:g id="APP">^1</xliff:g>"</string>
    <string name="storage_wizard_move_confirm_body" msgid="1713022828842263574">"Moving <xliff:g id="APP">^1</xliff:g> and its data to <xliff:g id="NAME_0">^2</xliff:g> will take only a few moments. You won\'t be able to use the app until the move is complete. \n\nDon\'t remove the <xliff:g id="NAME_1">^2</xliff:g> during the move."</string>
    <string name="storage_wizard_move_unlock" msgid="14651384927767749">"To move data you need to unlock user <xliff:g id="APP">^1</xliff:g>."</string>
    <string name="storage_wizard_move_progress_title" msgid="3912406225614672391">"Moving <xliff:g id="APP">^1</xliff:g>…"</string>
    <string name="storage_wizard_move_progress_body" msgid="2396714553394935094">"Don\'t remove the <xliff:g id="NAME">^1</xliff:g> during the move. \n\nThe <xliff:g id="APP">^2</xliff:g> app on this device won\'t be available until the move is complete."</string>
    <string name="storage_wizard_move_progress_cancel" msgid="3494022998599718937">"Cancel move"</string>
    <string name="storage_wizard_slow_body" msgid="8293565076885232029">"This <xliff:g id="NAME_0">^1</xliff:g> appears to be slow. \n\nYou can continue, but apps moved to this location may stutter and data transfers may take a long time. \n\nConsider using a faster <xliff:g id="NAME_1">^1</xliff:g> for better performance."</string>
    <string name="storage_wizard_init_v2_title" msgid="2538630338392381113">"How will you use this <xliff:g id="NAME">^1</xliff:g>?"</string>
    <string name="storage_wizard_init_v2_internal_title" product="tablet" msgid="1884468440013151482">"Use for extra tablet storage"</string>
    <string name="storage_wizard_init_v2_internal_summary" product="tablet" msgid="2907833056467441047">"For apps, files and media on this tablet only"</string>
    <string name="storage_wizard_init_v2_internal_action" product="tablet" msgid="3278694259614995649">"Tablet storage"</string>
    <string name="storage_wizard_init_v2_internal_title" product="default" msgid="5941952998075252284">"Use for extra phone storage"</string>
    <string name="storage_wizard_init_v2_internal_summary" product="default" msgid="3022584310096954875">"For apps, files and media on this phone only"</string>
    <string name="storage_wizard_init_v2_internal_action" product="default" msgid="5645732875040797464">"Phone storage"</string>
    <string name="storage_wizard_init_v2_or" msgid="5558706089661158026">"Or"</string>
    <string name="storage_wizard_init_v2_external_title" msgid="8129096036551264207">"Use for portable storage"</string>
    <string name="storage_wizard_init_v2_external_summary" msgid="6436419488235871823">"For transferring files and media between devices"</string>
    <string name="storage_wizard_init_v2_external_action" msgid="781928899530539860">"Portable storage"</string>
    <string name="storage_wizard_init_v2_later" msgid="5366815913892609285">"Set up later"</string>
    <string name="storage_wizard_format_confirm_v2_title" msgid="6294104100437326067">"Format this <xliff:g id="NAME">^1</xliff:g>?"</string>
    <string name="storage_wizard_format_confirm_v2_body" msgid="635958708974709506">"This <xliff:g id="NAME_0">^1</xliff:g> needs to be formatted to store apps, files and media. \n\nFormatting will erase existing content on the <xliff:g id="NAME_1">^2</xliff:g>. To avoid losing content, back it up to another <xliff:g id="NAME_2">^3</xliff:g> or device."</string>
    <string name="storage_wizard_format_confirm_v2_action" msgid="5718254101386377126">"Format <xliff:g id="NAME">^1</xliff:g>"</string>
    <string name="storage_wizard_migrate_v2_title" msgid="3471564531564756698">"Move content to <xliff:g id="NAME">^1</xliff:g>?"</string>
    <string name="storage_wizard_migrate_v2_body" product="tablet" msgid="4541523202790415721">"You can move files, media and certain apps to this <xliff:g id="NAME">^1</xliff:g>. \n\nThis move will free up <xliff:g id="SIZE">^2</xliff:g> of your tablet’s storage and should take around <xliff:g id="DURATION">^3</xliff:g>."</string>
    <string name="storage_wizard_migrate_v2_body" product="default" msgid="809730501314645325">"You can move files, media and certain apps to this <xliff:g id="NAME">^1</xliff:g>. \n\nThis move will free up <xliff:g id="SIZE">^2</xliff:g> of your phone’s storage and should take around <xliff:g id="DURATION">^3</xliff:g>."</string>
    <string name="storage_wizard_migrate_v2_checklist" msgid="2618258869444553060">"During the move:"</string>
    <string name="storage_wizard_migrate_v2_checklist_media" msgid="5867134681730723744">"Don’t remove the <xliff:g id="NAME">^1</xliff:g>"</string>
    <string name="storage_wizard_migrate_v2_checklist_apps" msgid="1882077445750580783">"Some apps won’t work"</string>
    <string name="storage_wizard_migrate_v2_checklist_battery" product="tablet" msgid="6111770421449869539">"Keep this tablet charged"</string>
    <string name="storage_wizard_migrate_v2_checklist_battery" product="default" msgid="8826915870192535008">"Keep this phone charged"</string>
    <string name="storage_wizard_migrate_v2_now" msgid="3341460117088026966">"Move content"</string>
    <string name="storage_wizard_migrate_v2_later" msgid="6067756122853315642">"Move content later"</string>
    <string name="storage_wizard_migrate_progress_v2_title" msgid="8791318509516968103">"Moving content…"</string>
    <string name="storage_wizard_slow_v2_title" msgid="3760766921170980221">"Slow <xliff:g id="NAME">^1</xliff:g>"</string>
    <string name="storage_wizard_slow_v2_body" msgid="7604252106419016929">"You can still use this <xliff:g id="NAME_0">^1</xliff:g>, but it may be slow. \n\nApps stored on this <xliff:g id="NAME_1">^2</xliff:g> may not work properly, and content transfers could take a long time. \n\nTry using a faster <xliff:g id="NAME_2">^3</xliff:g>, or use this <xliff:g id="NAME_3">^4</xliff:g> for portable storage instead."</string>
    <string name="storage_wizard_slow_v2_start_over" msgid="1806852287668077536">"Start again"</string>
    <string name="storage_wizard_slow_v2_continue" msgid="7469713755893007901">"Continue"</string>
    <string name="storage_wizard_ready_v2_external_body" msgid="3896836008684280905">"You can move content to <xliff:g id="NAME">^1</xliff:g>"</string>
    <string name="storage_wizard_ready_v2_internal_body" msgid="5710665992219332454">"To move content to <xliff:g id="NAME">^1</xliff:g>, go to "<b>"Settings &gt; Storage"</b></string>
    <string name="storage_wizard_ready_v2_internal_moved_body" msgid="1269878056598666852">"Your content was moved to <xliff:g id="NAME_0">^1</xliff:g>. \n\nTo manage this <xliff:g id="NAME_1">^2</xliff:g>, go to "<b>"Settings &gt; Storage"</b>"."</string>
    <string name="battery_status_title" msgid="4661768220545945771">"Battery status"</string>
    <string name="battery_level_title" msgid="1371765298786083448">"Battery level"</string>
    <string name="apn_settings" msgid="4295467389400441299">"APNs"</string>
    <string name="apn_edit" msgid="2003683641840248741">"Edit access point"</string>
    <string name="apn_not_set" msgid="8246646433109750293">"Not set"</string>
    <string name="apn_name" msgid="6677695784108157953">"Name"</string>
    <string name="apn_apn" msgid="5812828833797458602">"APN"</string>
    <string name="apn_http_proxy" msgid="1052464912365838007">"Proxy"</string>
    <string name="apn_http_port" msgid="9138610639873966046">"Port"</string>
    <string name="apn_user" msgid="5831763936428279228">"Username"</string>
    <string name="apn_password" msgid="7435086635953953029">"Password"</string>
    <string name="apn_server" msgid="6997704279138388384">"Server"</string>
    <string name="apn_mmsc" msgid="4985570919581927224">"MMSC"</string>
    <string name="apn_mms_proxy" msgid="6592247653258283592">"MMS proxy"</string>
    <string name="apn_mms_port" msgid="6500563737462966663">"MMS port"</string>
    <string name="apn_mcc" msgid="4971414138516074809">"MCC"</string>
    <string name="apn_mnc" msgid="1926382406843447854">"MNC"</string>
    <string name="apn_auth_type" msgid="4234397513494356932">"Authentication type"</string>
    <string name="apn_auth_type_none" msgid="6845031410929644238">"None"</string>
    <string name="apn_auth_type_pap" msgid="9003475621032514182">"PAP"</string>
    <string name="apn_auth_type_chap" msgid="3587713509473187621">"CHAP"</string>
    <string name="apn_auth_type_pap_chap" msgid="6852124741245095775">"PAP or CHAP"</string>
    <string name="apn_type" msgid="1835573305077788773">"APN type"</string>
    <string name="apn_protocol" msgid="181529867160380010">"APN protocol"</string>
    <string name="apn_roaming_protocol" msgid="1645131094105362513">"APN roaming protocol"</string>
    <string name="carrier_enabled" msgid="664074151573150130">"APN enable/disable"</string>
    <string name="carrier_enabled_summaryOn" msgid="5212067975273903381">"APN enabled"</string>
    <string name="carrier_enabled_summaryOff" msgid="8541959867953738521">"APN disabled"</string>
    <string name="bearer" msgid="3231443241639159358">"Bearer"</string>
    <string name="mvno_type" msgid="4734654257494971247">"MVNO type"</string>
    <string name="mvno_match_data" msgid="5213193073684321156">"MVNO value"</string>
    <string name="menu_delete" msgid="9199740901584348273">"Delete APN"</string>
    <string name="menu_new" msgid="6571230342655509006">"New APN"</string>
    <string name="menu_save" msgid="6611465355127483100">"Save"</string>
    <string name="menu_cancel" msgid="4526003389139913077">"Discard"</string>
    <string name="error_title" msgid="7158648377702417716"></string>
    <string name="error_name_empty" msgid="1258275899283079142">"The Name field can\'t be empty."</string>
    <string name="error_apn_empty" msgid="7657491065443746915">"The APN cannot be empty."</string>
    <string name="error_mcc_not3" msgid="883659545640179094">"MCC field must be 3 digits."</string>
    <string name="error_mnc_not23" msgid="7642478711158474918">"MNC field must be 2 or 3 digits."</string>
    <string name="error_adding_apn_type" msgid="1324263534991467943">"Operator does not allow adding APNs of type %s."</string>
    <string name="restore_default_apn" msgid="6596048535642130689">"Restoring default APN settings."</string>
    <string name="menu_restore" msgid="4310539620115151551">"Reset to default"</string>
    <string name="restore_default_apn_completed" msgid="5167505087078340256">"Reset default APN settings completed"</string>
    <string name="reset_dashboard_title" msgid="7423200250697886918">"Reset options"</string>
    <string name="reset_dashboard_summary" msgid="4390780188264852956">"Network, apps or device can be reset"</string>
    <string name="reset_dashboard_summary_onlyApps" msgid="3304252260039419584">"Apps can be reset"</string>
    <string name="reset_network_title" msgid="1395494440355807616">"Reset Wi-Fi, mobile &amp; Bluetooth"</string>
    <string name="reset_network_desc" msgid="1112523764899788246">"This will reset all network settings, including:\n\n"<li>"Wi‑Fi"</li>\n<li>"Mobile data"</li>\n<li>"Bluetooth"</li></string>
    <string name="reset_esim_title" msgid="6152167073280852849">"Erase downloaded SIMs"</string>
    <string name="reset_esim_desc" msgid="4256518544336245086">"To download replacement SIMs, contact your operator. This won’t cancel any mobile service plans."</string>
    <string name="reset_network_button_text" msgid="2281476496459610071">"Reset settings"</string>
    <string name="reset_network_final_desc" msgid="5304365082065278425">"Reset all network settings? You can’t undo this action."</string>
    <string name="reset_network_final_desc_esim" msgid="8342882682282693844">"Reset all network settings and delete downloaded SIMs? You can’t undo this action."</string>
    <string name="reset_network_final_button_text" msgid="2433867118414000462">"Reset settings"</string>
    <string name="reset_network_confirm_title" msgid="913014422184481270">"Reset?"</string>
    <string name="network_reset_not_available" msgid="1966334631394607829">"Network reset is not available for this user"</string>
    <string name="reset_network_complete_toast" msgid="1367872474130621115">"Network settings have been reset"</string>
    <string name="reset_esim_error_title" msgid="4670073610967959597">"Can’t delete SIMs"</string>
    <string name="reset_esim_error_msg" msgid="4441504470684307370">"Downloaded SIMs can’t be deleted due to an error.\n\nRestart your device and try again."</string>
    <string name="master_clear_title" msgid="5309249309235959383">"Delete all data (factory reset)"</string>
    <string name="master_clear_short_title" msgid="5331449583601739360">"Delete all data (factory reset)"</string>
    <string name="master_clear_desc" product="tablet" msgid="3114467865487750525">"This will erase all data from your tablet’s "<b>"internal storage"</b>", including:\n\n"<li>"Your Google Account"</li>\n<li>"System and app data and settings"</li>\n<li>"Downloaded apps"</li></string>
    <string name="master_clear_desc" product="default" msgid="8447637796694856323">"This will erase all data from your phone’s "<b>"internal storage"</b>", including:\n\n"<li>"Your Google Account"</li>\n<li>"System and app data and settings"</li>\n<li>"Downloaded apps"</li></string>
    <string name="master_clear_accounts" product="default" msgid="142220980039357651">\n\n"You are currently signed in to the following accounts:\n"</string>
    <string name="master_clear_other_users_present" product="default" msgid="7492338002408466023">\n\n"There are other users present on this device.\n"</string>
    <string name="master_clear_desc_also_erases_external" msgid="4738661805356792736"><li>"Music"</li>\n<li>"Photos"</li>\n<li>"Other user data"</li></string>
    <string name="master_clear_desc_also_erases_esim" msgid="6418163562288667727"><li>"eSIMs"</li></string>
    <string name="master_clear_desc_no_cancel_mobile_plan" msgid="3112614935795369143">\n\n"This will not cancel your mobile service plan."</string>
    <string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="7088655731755912201">\n\n"To clear music, pictures and other user data, the "<b>"USB storage"</b>" needs to be erased."</string>
    <string name="master_clear_desc_erase_external_storage" product="default" msgid="4145566517710675883">\n\n"To clear music, pictures and other user data, the "<b>"SD card"</b>" needs to be erased."</string>
    <string name="erase_external_storage" product="nosdcard" msgid="2182181846128639635">"Erase USB storage"</string>
    <string name="erase_external_storage" product="default" msgid="2610056855012660451">"Erase SD card"</string>
    <string name="erase_external_storage_description" product="nosdcard" msgid="6358699244894944843">"Erase all the data on the internal USB storage, such as music or photos"</string>
    <string name="erase_external_storage_description" product="default" msgid="3367779850546310380">"Erase all the data on the SD card, such as music or photos"</string>
    <string name="master_clear_button_text" product="tablet" msgid="3554085992851027633">"Erase all data"</string>
    <string name="master_clear_button_text" product="default" msgid="3554085992851027633">"Erase all data"</string>
    <string name="master_clear_final_desc" msgid="5218005891800878932">"All of your personal information and downloaded apps will be deleted. You can’t undo this action."</string>
    <string name="master_clear_final_desc_esim" msgid="3570139379312933326">"All of your personal information, including downloaded apps &amp; SIMs, will be deleted. You can’t undo this action."</string>
    <string name="master_clear_final_button_text" msgid="1721164700940719292">"Erase everything"</string>
    <string name="master_clear_failed" msgid="6458678864313618526">"No reset was performed because the System Clear service isn\'t available."</string>
    <string name="master_clear_confirm_title" msgid="632482173088680058">"Erase all data?"</string>
    <string name="master_clear_not_available" msgid="3419345724070828273">"Factory reset is not available for this user"</string>
    <string name="master_clear_progress_title" msgid="480032747847804624">"Erasing"</string>
    <string name="master_clear_progress_text" msgid="8891964820486632180">"Please wait..."</string>
    <string name="call_settings_title" msgid="2531072044177194164">"Call settings"</string>
    <string name="call_settings_summary" msgid="8244293779053318053">"Set up voicemail, call forwarding, call waiting, caller ID"</string>
    <string name="tether_settings_title_usb" msgid="5926474044238409099">"USB tethering"</string>
    <string name="tether_settings_title_wifi" msgid="4327056146425282159">"Portable hotspot"</string>
    <string name="tether_settings_title_bluetooth" msgid="8878813702520141084">"Bluetooth tethering"</string>
    <string name="tether_settings_title_usb_bluetooth" msgid="4437274151658505496">"Tethering"</string>
    <string name="tether_settings_title_all" msgid="6807525590937697228">"Hotspot and tethering"</string>
    <string name="tether_settings_summary_hotspot_on_tether_on" msgid="6110241048260139633">"Hotspot on, tethering"</string>
    <string name="tether_settings_summary_hotspot_on_tether_off" msgid="5057598961245943644">"Hotspot on"</string>
    <string name="tether_settings_summary_hotspot_off_tether_on" msgid="7181518138494995888">"Tethering"</string>
    <string name="tether_settings_disabled_on_data_saver" msgid="9054069463426952689">"Can’t tether or use portable hotspots while Data Saver is on"</string>
    <string name="tether_settings_summary_hotspot_only" msgid="8529008147731140279">"Hotspot only"</string>
    <string name="tether_settings_summary_usb_tethering_only" msgid="6351624505239356221">"USB only"</string>
    <string name="tether_settings_summary_bluetooth_tethering_only" msgid="1451008625343274930">"Bluetooth only"</string>
    <string name="tether_settings_summary_ethernet_tethering_only" msgid="3582266687537419309">"Ethernet only"</string>
    <string name="tether_settings_summary_hotspot_and_usb" msgid="5999349643653265016">"Hotspot, USB"</string>
    <string name="tether_settings_summary_hotspot_and_bluetooth" msgid="810514646401708557">"Hotspot, Bluetooth"</string>
    <string name="tether_settings_summary_hotspot_and_ethernet" msgid="5489192670354277152">"Hotspot, Ethernet"</string>
    <string name="tether_settings_summary_usb_and_bluetooth" msgid="1355680331767261967">"USB, Bluetooth"</string>
    <string name="tether_settings_summary_usb_and_ethernet" msgid="2195017679820919905">"USB, Ethernet"</string>
    <string name="tether_settings_summary_bluetooth_and_ethernet" msgid="1015253926959211012">"Bluetooth, Ethernet"</string>
    <string name="tether_settings_summary_hotspot_and_usb_and_bluetooth" msgid="2949043525073791732">"Hotspot, USB, Bluetooth"</string>
    <string name="tether_settings_summary_hotspot_and_usb_and_ethernet" msgid="5178946567323581144">"Hotspot, USB, Ethernet"</string>
    <string name="tether_settings_summary_hotspot_and_bluetooth_and_ethernet" msgid="4104425838594994441">"Hotspot, Bluetooth, Ethernet"</string>
    <string name="tether_settings_summary_usb_and_bluetooth_and_ethernet" msgid="5880591133984166550">"USB, Bluetooth, Ethernet"</string>
    <string name="tether_settings_summary_all" msgid="7565193614882005775">"Hotspot, USB, Bluetooth, Ethernet"</string>
    <string name="tether_settings_summary_off" msgid="2526164899130351968">"Not sharing Internet with other devices"</string>
    <string name="tethering_interface_options" msgid="7575535888135143650">"Tethering"</string>
    <string name="disable_wifi_hotspot_title" msgid="2167985468585290478">"Don’t use Wi‑Fi hotspot"</string>
    <string name="disable_wifi_hotspot_when_usb_on" msgid="220439059794714583">"Only share Internet via USB"</string>
    <string name="disable_wifi_hotspot_when_bluetooth_on" msgid="4711723299880116345">"Only share Internet via Bluetooth"</string>
    <string name="disable_wifi_hotspot_when_ethernet_on" msgid="4123242400542103599">"Only share Internet via Ethernet"</string>
    <string name="disable_wifi_hotspot_when_usb_and_bluetooth_on" msgid="5258774769658150180">"Only share Internet via USB and Bluetooth"</string>
    <string name="disable_wifi_hotspot_when_usb_and_ethernet_on" msgid="7126313562907225612">"Only share Internet via USB and Ethernet"</string>
    <string name="disable_wifi_hotspot_when_bluetooth_and_ethernet_on" msgid="2943464651349235967">"Only share Internet via Bluetooth and Ethernet"</string>
    <string name="disable_wifi_hotspot_when_usb_and_bluetooth_and_ethernet_on" msgid="3934609816834760008">"Only share Internet via USB, Bluetooth and Ethernet"</string>
    <string name="usb_title" msgid="1157283449840612901">"USB"</string>
    <string name="usb_tethering_button_text" msgid="7364633823180913777">"USB tethering"</string>
    <string name="usb_tethering_subtext" product="default" msgid="3168636595109044213">"Share phone’s Internet connection via USB"</string>
    <string name="usb_tethering_subtext" product="tablet" msgid="1749659335004856576">"Share tablet’s Internet connection via USB"</string>
    <string name="bluetooth_tether_checkbox_text" msgid="6108398414967813545">"Bluetooth tethering"</string>
    <string name="bluetooth_tethering_subtext" product="tablet" msgid="2023654677593885805">"Share tablet’s Internet connection via Bluetooth"</string>
    <string name="bluetooth_tethering_subtext" product="default" msgid="4322810060538179348">"Share phone’s Internet connection via Bluetooth"</string>
    <string name="bluetooth_tethering_off_subtext_config" msgid="6941934844527406581">"Sharing this <xliff:g id="DEVICE_NAME">%1$d</xliff:g>’s Internet connection via Bluetooth"</string>
    <string name="bluetooth_tethering_overflow_error" msgid="5292358672240161566">"Can\'t tether to more than <xliff:g id="MAXCONNECTION">%1$d</xliff:g> devices."</string>
    <string name="bluetooth_untether_blank" msgid="5087548945727762308">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> will be untethered."</string>
    <string name="ethernet_tether_checkbox_text" msgid="959743110824197356">"Ethernet tethering"</string>
    <string name="ethernet_tethering_subtext" product="default" msgid="7573587396552412231">"Share phone’s Internet connection via USB Ethernet"</string>
    <string name="tethering_footer_info" msgid="6782375845587483281">"Use hotspot and tethering to provide Internet to other devices through your mobile data connection. Apps can also create a hotspot to share content with nearby devices."</string>
    <string name="tethering_footer_info_sta_ap_concurrency" msgid="2079039077487477676">"Use hotspot and tethering to provide Internet to other devices through your Wi‑Fi or mobile data connection. Apps can also create a hotspot to share content with nearby devices."</string>
    <string name="tethering_help_button_text" msgid="2823655011510912001">"Help"</string>
    <string name="network_settings_title" msgid="4663717899931613176">"Mobile network"</string>
    <string name="manage_mobile_plan_title" msgid="5616930513733409064">"Mobile plan"</string>
    <string name="sms_application_title" msgid="4791107002724108809">"SMS app"</string>
    <string name="sms_change_default_dialog_title" msgid="2343439998715457307">"Change SMS app?"</string>
    <string name="sms_change_default_dialog_text" msgid="8777606240342982531">"Use <xliff:g id="NEW_APP">%1$s</xliff:g> instead of <xliff:g id="CURRENT_APP">%2$s</xliff:g> as your SMS app?"</string>
    <string name="sms_change_default_no_previous_dialog_text" msgid="6215622785087181275">"Use <xliff:g id="NEW_APP">%s</xliff:g> as your SMS app?"</string>
    <string name="network_scorer_picker_title" msgid="2022922801936206195">"Network rating provider"</string>
    <string name="network_scorer_picker_none_preference" msgid="8894034333043177807">"None"</string>
    <string name="network_scorer_change_active_dialog_title" msgid="7005220310238618141">"Change Wi‑Fi assistant?"</string>
    <string name="network_scorer_change_active_dialog_text" msgid="7006057749370850706">"Use <xliff:g id="NEW_APP">%1$s</xliff:g> instead of <xliff:g id="CURRENT_APP">%2$s</xliff:g> to manage your network connections?"</string>
    <string name="network_scorer_change_active_no_previous_dialog_text" msgid="680685773455072321">"Use <xliff:g id="NEW_APP">%s</xliff:g> to manage your network connections?"</string>
    <string name="mobile_unknown_sim_operator" msgid="6650422533065760963">"Unknown SIM operator"</string>
    <string name="mobile_no_provisioning_url" msgid="609462719893503773">"<xliff:g id="OPERATOR">%1$s</xliff:g> has no known provisioning website"</string>
    <string name="mobile_insert_sim_card" msgid="3639245241283948038">"Please insert SIM card and restart"</string>
    <string name="mobile_connect_to_internet" msgid="8162654404357069060">"Please connect to the internet"</string>
    <string name="location_category_recent_location_requests" msgid="2205900488782832082">"Recent location requests"</string>
    <string name="location_recent_location_requests_see_all" msgid="7918405176741692524">"See all"</string>
    <string name="location_category_location_services" msgid="8163798686832434284">"Location services"</string>
    <string name="location_title" msgid="5819154746934945021">"My Location"</string>
    <string name="managed_profile_location_switch_title" msgid="1265007506385460066">"Location for work profile"</string>
    <string name="location_app_level_permissions" msgid="45436724900423656">"App access to location"</string>
    <string name="location_app_permission_summary_location_off" msgid="2711822936853500335">"Location is off"</string>
    <plurals name="location_app_permission_summary_location_on" formatted="false" msgid="8286873148858526214">
      <item quantity="other"> <xliff:g id="PERMITTED_LOCATION_APP_COUNT_2">%1$d</xliff:g> of <xliff:g id="TOTAL_LOCATION_APP_COUNT_3">%2$d</xliff:g> apps have access to location</item>
      <item quantity="one"> <xliff:g id="PERMITTED_LOCATION_APP_COUNT_0">%1$d</xliff:g> of <xliff:g id="TOTAL_LOCATION_APP_COUNT_1">%2$d</xliff:g> apps has access to location</item>
    </plurals>
    <string name="location_category_recent_location_access" msgid="7880996987927703141">"Recent location access"</string>
    <string name="location_recent_location_access_view_details" msgid="5803264082558504544">"View details"</string>
    <string name="location_no_recent_apps" msgid="6814206631456177033">"No apps have requested location recently"</string>
    <string name="location_no_recent_accesses" msgid="6031735777805464247">"No apps recently accessed location"</string>
    <string name="location_high_battery_use" msgid="4277318891200626524">"High battery use"</string>
    <string name="location_low_battery_use" msgid="5218950289737996431">"Low battery use"</string>
    <string name="location_scanning_screen_title" msgid="2346125609614249968">"Wi‑Fi and Bluetooth scanning"</string>
    <string name="location_scanning_wifi_always_scanning_title" msgid="5004781272733434794">"Wi‑Fi scanning"</string>
    <string name="location_scanning_wifi_always_scanning_description" msgid="6236055656376931306">"Allow apps and services to scan for Wi‑Fi networks at any time, even when Wi‑Fi is off. This can be used, for example, to improve location-based features and services."</string>
    <string name="location_scanning_bluetooth_always_scanning_title" msgid="1809309545730215891">"Bluetooth scanning"</string>
    <string name="location_scanning_bluetooth_always_scanning_description" msgid="5362988856388462841">"Allow apps and services to scan for nearby devices at any time, even when Bluetooth is off. This can be used, for example, to improve location-based features and services."</string>
    <string name="managed_profile_location_services" msgid="8172092734138341880">"Location services for work"</string>
    <string name="location_network_based" msgid="5247042890080021887">"Wi‑Fi &amp; mobile network location"</string>
    <string name="location_neighborhood_level" msgid="3668890550358558267">"Let apps use Google\'s location service to estimate your location faster. Anonymous location data will be collected and sent to Google."</string>
    <string name="location_neighborhood_level_wifi" msgid="6227393490651891977">"Location determined by Wi‑Fi"</string>
    <string name="location_gps" msgid="8783616672454701134">"GPS satellites"</string>
    <string name="location_street_level" product="tablet" msgid="865953107414742784">"Let apps use GPS on your tablet to pinpoint your location"</string>
    <string name="location_street_level" product="default" msgid="3813836654645896185">"Let apps use GPS on your phone to pinpoint your location"</string>
    <string name="assisted_gps" msgid="1714546606018821498">"Use assisted GPS"</string>
    <string name="assisted_gps_enabled" msgid="6220188450779319248">"Use server to assist GPS (un-tick to reduce network usage)"</string>
    <string name="assisted_gps_disabled" msgid="1062496503892849">"Use server to assist GPS (un-tick to improve GPS performance)"</string>
    <string name="use_location_title" msgid="1345594777162897654">"Location &amp; Google search"</string>
    <string name="use_location_summary" msgid="377322574549729921">"Let Google use your location to improve search results and other services"</string>
    <string name="location_access_title" msgid="4052667453826272040">"Access to my location"</string>
    <string name="location_access_summary" msgid="8634100005481578143">"Let apps that have asked your permission use your location information"</string>
    <string name="location_sources_heading" msgid="6126965815860570524">"Location sources"</string>
    <string name="about_settings" product="tablet" msgid="2888705054709289693">"About tablet"</string>
    <string name="about_settings" product="default" msgid="4038626127378127613">"About phone"</string>
    <string name="about_settings" product="device" msgid="9012888717090302815">"About device"</string>
    <string name="about_settings" product="emulator" msgid="2516560858771320366">"About emulated device"</string>
    <string name="about_settings_summary" msgid="4831942939227432513">"View legal info, status, software version"</string>
    <string name="legal_information" msgid="7509900979811934843">"Legal information"</string>
    <string name="contributors_title" msgid="7965640251547037965">"Contributors"</string>
    <string name="manual" msgid="3651593989906084868">"Manual"</string>
    <string name="regulatory_labels" msgid="5960251403367154270">"Regulatory labels"</string>
    <string name="safety_and_regulatory_info" msgid="8285048080439298528">"Safety and regulatory manual"</string>
    <string name="copyright_title" msgid="83245306827757857">"Copyright"</string>
    <string name="license_title" msgid="8745742085916617540">"Licence"</string>
    <string name="module_license_title" msgid="8705484239826702828">"Google Play system update licences"</string>
    <string name="terms_title" msgid="2071742973672326073">"Terms and conditions"</string>
    <string name="webview_license_title" msgid="5832692241345780517">"System WebView Licence"</string>
    <string name="wallpaper_attributions" msgid="3080339190260272255">"Wallpapers"</string>
    <string name="wallpaper_attributions_values" msgid="987277439026021925">"Satellite imagery providers:\n©2014 CNES/Astrium, DigitalGlobe, Bluesky"</string>
    <string name="settings_manual_activity_title" msgid="1682978148920788484">"Manual"</string>
    <string name="settings_manual_activity_unavailable" msgid="2514549851682321576">"There is a problem loading the manual."</string>
    <string name="settings_license_activity_title" msgid="7832071619364734914">"Third-party licences"</string>
    <string name="settings_license_activity_unavailable" msgid="9014803774391134570">"There is a problem loading the licences."</string>
    <string name="settings_license_activity_loading" msgid="1653151990366578827">"Loading…"</string>
    <string name="settings_safetylegal_title" msgid="1334501164265709288">"Safety information"</string>
    <string name="settings_safetylegal_activity_title" msgid="2218587051061093358">"Safety information"</string>
    <string name="settings_safetylegal_activity_unreachable" msgid="6571695168138207587">"You don’t have a data connection. To view this information now, go to %s from any computer connected to the Internet."</string>
    <string name="settings_safetylegal_activity_loading" msgid="1757860124583063395">"Loading…"</string>
    <string name="lockpassword_choose_your_screen_lock_header" msgid="7587198092214670356">"Set screen lock"</string>
    <string name="lockpassword_choose_your_password_message" msgid="4474728476383676731">"For security, set password"</string>
    <string name="lockpassword_choose_your_password_header_for_fingerprint" msgid="3167261267229254090">"To use fingerprint, set password"</string>
    <string name="lockpassword_choose_your_pattern_header_for_fingerprint" msgid="4707788269512303400">"To use fingerprint, set pattern"</string>
    <string name="lockpassword_choose_your_pin_message" msgid="7230665212172041837">"For security, set PIN"</string>
    <string name="lockpassword_choose_your_pin_header_for_fingerprint" msgid="2783879743691792556">"To use fingerprint, set PIN"</string>
    <string name="lockpassword_choose_your_pattern_message" msgid="5815780503576680412">"For security, set pattern"</string>
    <string name="lockpassword_confirm_your_password_header" msgid="6132312814563023990">"Re-enter your password"</string>
    <string name="lockpassword_confirm_your_work_password_header" msgid="4647071231702288305">"Enter your work password"</string>
    <string name="lockpassword_confirm_your_pattern_header" msgid="4037701363240138651">"Confirm your pattern"</string>
    <string name="lockpassword_confirm_your_work_pattern_header" msgid="2668883108969165844">"Enter your work pattern"</string>
    <string name="lockpassword_confirm_your_pin_header" msgid="2241722970567131308">"Re-enter your PIN"</string>
    <string name="lockpassword_confirm_your_work_pin_header" msgid="4229765521391960255">"Enter your work PIN"</string>
    <string name="lockpassword_confirm_passwords_dont_match" msgid="2100071354970605232">"Passwords don\'t match"</string>
    <string name="lockpassword_confirm_pins_dont_match" msgid="1103699575489401030">"PINs don\'t match"</string>
    <string name="lockpassword_draw_your_pattern_again_header" msgid="1045638030120803622">"Draw your pattern again"</string>
    <string name="lockpassword_choose_lock_generic_header" msgid="5669348379247148696">"Unlock selection"</string>
    <string name="lockpassword_password_set_toast" msgid="6615759749393973795">"password has been set"</string>
    <string name="lockpassword_pin_set_toast" msgid="5415783847198570890">"PIN has been set"</string>
    <string name="lockpassword_pattern_set_toast" msgid="3090582314362416762">"Pattern has been set"</string>
    <string name="lockpassword_choose_your_password_header_for_face" msgid="5359649947642749079">"To use face unlock, set password"</string>
    <string name="lockpassword_choose_your_pattern_header_for_face" msgid="9220480399170764760">"To use face unlock, set pattern"</string>
    <string name="lockpassword_choose_your_pin_header_for_face" msgid="2285401208117502869">"To use face unlock, set PIN"</string>
    <string name="lockpassword_forgot_password" msgid="5730587692489737223">"Forgot your password?"</string>
    <string name="lockpassword_forgot_pattern" msgid="1196116549051927516">"Forgot your pattern?"</string>
    <string name="lockpassword_forgot_pin" msgid="7164232234705747672">"Forgotten your PIN?"</string>
    <string name="lockpassword_confirm_your_pattern_generic" msgid="7692794426682501482">"Use your device pattern to continue"</string>
    <string name="lockpassword_confirm_your_pin_generic" msgid="9206928587904701094">"Enter your device PIN to continue"</string>
    <string name="lockpassword_confirm_your_password_generic" msgid="2616127423884477152">"Enter your device password to continue"</string>
    <string name="lockpassword_confirm_your_pattern_generic_profile" msgid="9110305410672321714">"Use your work pattern to continue"</string>
    <string name="lockpassword_confirm_your_pin_generic_profile" msgid="6524208128570235127">"Enter your work PIN to continue"</string>
    <string name="lockpassword_confirm_your_password_generic_profile" msgid="5918738487760814147">"Enter your work password to continue"</string>
    <string name="lockpassword_strong_auth_required_device_pattern" msgid="113817518413715557">"For added security, use your device pattern"</string>
    <string name="lockpassword_strong_auth_required_device_pin" msgid="9163822166411129815">"For added security, enter your device PIN"</string>
    <string name="lockpassword_strong_auth_required_device_password" msgid="8310047427464299337">"For added security, enter your device password"</string>
    <string name="lockpassword_strong_auth_required_work_pattern" msgid="6803652050512161140">"For added security, use your work pattern"</string>
    <string name="lockpassword_strong_auth_required_work_pin" msgid="4208510396448713500">"For added security, enter your work PIN"</string>
    <string name="lockpassword_strong_auth_required_work_password" msgid="6119482061429323090">"For added security, enter your work password"</string>
    <string name="lockpassword_confirm_your_pattern_details_frp" msgid="6351784282865851482">"Your phone was reset to factory settings. To use this phone, enter your previous pattern."</string>
    <string name="lockpassword_confirm_your_pin_details_frp" msgid="2128795640346033349">"Your phone was reset to factory settings. To use this phone, enter your previous PIN."</string>
    <string name="lockpassword_confirm_your_password_details_frp" msgid="4031863562975125016">"Your phone was reset to factory settings. To use this phone, enter your previous password."</string>
    <string name="lockpassword_confirm_your_pattern_header_frp" msgid="5641858015891896427">"Verify pattern"</string>
    <string name="lockpassword_confirm_your_pin_header_frp" msgid="8285647793164729982">"Verify PIN"</string>
    <string name="lockpassword_confirm_your_password_header_frp" msgid="7932240547542564033">"Verify password"</string>
    <string name="lockpassword_invalid_pin" msgid="7530854476819820600">"Wrong PIN"</string>
    <string name="lockpassword_invalid_password" msgid="1588184930542221687">"Wrong password"</string>
    <string name="lockpattern_need_to_unlock_wrong" msgid="8109305107409924083">"Wrong pattern"</string>
    <string name="lock_settings_title" msgid="665707559508132349">"Device security"</string>
    <string name="lockpattern_change_lock_pattern_label" msgid="5853706275279878879">"Change unlock pattern"</string>
    <string name="lockpattern_change_lock_pin_label" msgid="7327409886587802756">"Change unlock PIN"</string>
    <string name="lockpattern_recording_intro_header" msgid="8325736706877916560">"Draw an unlock pattern"</string>
    <string name="lockpattern_recording_intro_footer" msgid="2656868858594487197">"Press Menu for help."</string>
    <string name="lockpattern_recording_inprogress" msgid="7268008332694009191">"Release finger when done"</string>
    <string name="lockpattern_recording_incorrect_too_short" msgid="3351522018450593723">"Connect at least <xliff:g id="NUMBER">%d</xliff:g> dots. Try again."</string>
    <string name="lockpattern_pattern_entered_header" msgid="7709618312713127249">"Pattern recorded"</string>
    <string name="lockpattern_need_to_confirm" msgid="6489499109451714360">"Draw pattern again to confirm"</string>
    <string name="lockpattern_pattern_confirmed_header" msgid="2969990617475456153">"Your new unlock pattern"</string>
    <string name="lockpattern_confirm_button_text" msgid="6122815520373044089">"Confirm"</string>
    <string name="lockpattern_restart_button_text" msgid="255339375151895998">"Redraw"</string>
    <string name="lockpattern_retry_button_text" msgid="4229668933251849760">"Clear"</string>
    <string name="lockpattern_continue_button_text" msgid="5253269556259503537">"Continue"</string>
    <string name="lockpattern_settings_title" msgid="9223165804553269083">"Unlock pattern"</string>
    <string name="lockpattern_settings_enable_title" msgid="7401197111303283723">"Require pattern"</string>
    <string name="lockpattern_settings_enable_summary" msgid="1116467204475387886">"Must draw pattern to unlock screen"</string>
    <string name="lockpattern_settings_enable_visible_pattern_title" msgid="3340969054395584754">"Make pattern visible"</string>
    <string name="lockpattern_settings_enable_visible_pattern_title_profile" msgid="5138189101808127489">"Make profile pattern visible"</string>
    <string name="lockpattern_settings_enable_tactile_feedback_title" msgid="2273374883831956787">"Vibrate on tap"</string>
    <string name="lockpattern_settings_enable_power_button_instantly_locks" msgid="1638619728773344099">"Power button instantly locks"</string>
    <string name="lockpattern_settings_power_button_instantly_locks_summary" msgid="2202430156268094229">"Except when kept unlocked by <xliff:g id="TRUST_AGENT_NAME">%1$s</xliff:g>"</string>
    <string name="lockpattern_settings_choose_lock_pattern" msgid="2193588309557281466">"Set unlock pattern"</string>
    <string name="lockpattern_settings_change_lock_pattern" msgid="7614155083815661347">"Change unlock pattern"</string>
    <string name="lockpattern_settings_help_how_to_record" msgid="2093801939046625774">"How to draw an unlock pattern"</string>
    <string name="lockpattern_too_many_failed_confirmation_attempts" msgid="7891484005551794824">"Too many incorrect attempts. Try again in <xliff:g id="NUMBER">%d</xliff:g> seconds."</string>
    <string name="activity_not_found" msgid="5464331414465894254">"Application is not installed on your phone."</string>
    <string name="lock_settings_profile_title" msgid="103605580492566086">"Work profile security"</string>
    <string name="lock_settings_profile_screen_lock_title" msgid="3776275029218681815">"Work profile screen lock"</string>
    <string name="lock_settings_profile_unification_title" msgid="5777961097706546513">"Use one lock"</string>
    <string name="lock_settings_profile_unification_summary" msgid="1317553536289481654">"Use one lock for work profile and device screen"</string>
    <string name="lock_settings_profile_unification_dialog_title" msgid="5163178097464820825">"Use one lock?"</string>
    <string name="lock_settings_profile_unification_dialog_body" msgid="1222905637428672355">"Your device will use your work profile screen lock. Work policies will apply to both locks."</string>
    <string name="lock_settings_profile_unification_dialog_uncompliant_body" msgid="8844682343443755895">"Your work profile lock doesn\'t meet your organisation\'s security requirements. You can use the same lock for your device screen and your work profile, but any work lock policies will apply."</string>
    <string name="lock_settings_profile_unification_dialog_confirm" msgid="6276915393736137843">"Use one lock"</string>
    <string name="lock_settings_profile_unification_dialog_uncompliant_confirm" msgid="8509287115116369677">"Use one lock"</string>
    <string name="lock_settings_profile_unified_summary" msgid="777095092175037385">"Same as device screen lock"</string>
    <string name="manageapplications_settings_title" msgid="9198876415524237657">"Manage apps"</string>
    <string name="manageapplications_settings_summary" msgid="848586372489062357">"Manage and remove installed apps"</string>
    <string name="applications_settings" msgid="1941993743933425622">"App info"</string>
    <string name="applications_settings_summary" msgid="8206066893744768531">"Manage apps, set up quick-launch shortcuts"</string>
    <string name="applications_settings_header" msgid="3154670675856048015">"App settings"</string>
    <string name="install_applications" msgid="3921609656584369901">"Unknown sources"</string>
    <string name="install_applications_title" msgid="7890233747559108106">"Allow all app sources"</string>
    <string name="recent_app_category_title" msgid="189758417804427533">"Recently opened apps"</string>
    <plurals name="see_all_apps_title" formatted="false" msgid="6864581406735745400">
      <item quantity="other">See all %1$d apps</item>
      <item quantity="one">See all apps</item>
    </plurals>
    <string name="forgot_password_title" msgid="3967873480875239885">"Contact your IT admin"</string>
    <string name="forgot_password_text" msgid="2583194470767613163">"They can help you reset your PIN, pattern or password"</string>
    <string name="install_all_warning" product="tablet" msgid="7010749217925069520">"Your tablet and personal data are more vulnerable to attack by unknown apps. By installing apps from this source, you agree that you are responsible for any damage to your tablet or loss of data that may result from their use."</string>
    <string name="install_all_warning" product="default" msgid="652516435709047343">"Your phone and personal data are more vulnerable to attack by unknown apps. By installing apps from this source, you agree that you are responsible for any damage to your phone or loss of data that may result from their use."</string>
    <string name="install_all_warning" product="device" msgid="2348262609815354500">"Your device and personal data are more vulnerable to attack by unknown apps. By installing apps from this source, you agree that you are responsible for any damage to your device or loss of data that may result from their use."</string>
    <string name="advanced_settings" msgid="2368905204839169094">"Advanced settings"</string>
    <string name="advanced_settings_summary" msgid="1823765348195530035">"Enable more settings options"</string>
    <string name="application_info_label" msgid="1015706497694165866">"App info"</string>
    <string name="storage_label" msgid="2522307545547515733">"Storage"</string>
    <string name="auto_launch_label" msgid="4069860409309364872">"Open by default"</string>
    <string name="auto_launch_label_generic" msgid="5033137408273064599">"Defaults"</string>
    <string name="screen_compatibility_label" msgid="7549658546078613431">"Screen compatibility"</string>
    <string name="permissions_label" msgid="1708927634370314404">"Permissions"</string>
    <string name="cache_header_label" msgid="2441967971921741047">"Cache"</string>
    <string name="clear_cache_btn_text" msgid="8597272828928143723">"Clear cache"</string>
    <string name="cache_size_label" msgid="313456088966822757">"Cache"</string>
    <plurals name="uri_permissions_text" formatted="false" msgid="8212425823423508096">
      <item quantity="other">%d items</item>
      <item quantity="one">1 item</item>
    </plurals>
    <string name="clear_uri_btn_text" msgid="4828117421162495134">"Clear access"</string>
    <string name="controls_label" msgid="8671492254263626383">"Controls"</string>
    <string name="force_stop" msgid="2681771622136916280">"Force stop"</string>
    <string name="total_size_label" msgid="2052185048749658866">"Total"</string>
    <string name="application_size_label" msgid="6407051020651716729">"App size"</string>
    <string name="external_code_size_label" msgid="7375146402660973743">"USB storage app"</string>
    <string name="data_size_label" msgid="7814478940141255234">"User data"</string>
    <string name="external_data_size_label" product="nosdcard" msgid="1054860423004751290">"USB storage data"</string>
    <string name="external_data_size_label" product="default" msgid="3370825186202856353">"SD card"</string>
    <string name="uninstall_text" msgid="315764653029060126">"Uninstall"</string>
    <string name="uninstall_all_users_text" msgid="5924715251087176474">"Uninstall for all users"</string>
    <string name="install_text" msgid="4558333621516996473">"Install"</string>
    <string name="disable_text" msgid="5146002260857428005">"Disable"</string>
    <string name="enable_text" msgid="8570798764647110430">"Enable"</string>
    <string name="clear_user_data_text" msgid="6773186434260397947">"Clear storage"</string>
    <string name="app_factory_reset" msgid="8974044931667015201">"Uninstall updates"</string>
    <string name="auto_launch_enable_text" msgid="286244432074382294">"You\'ve chosen to launch this app by default for some actions."</string>
    <string name="always_allow_bind_appwidgets_text" msgid="2069415023986858324">"You\'ve chosen to allow this app to create widgets and access their data."</string>
    <string name="auto_launch_disable_text" msgid="502648841250936209">"No defaults set."</string>
    <string name="clear_activities" msgid="341345438786077236">"Clear defaults"</string>
    <string name="screen_compatibility_text" msgid="5915767835411020274">"This app may not be designed for your screen. You can control how it adjusts to your screen here."</string>
    <string name="ask_compatibility" msgid="8388397595148476565">"Ask when launched"</string>
    <string name="enable_compatibility" msgid="1163387233622859712">"Scale app"</string>
    <string name="unknown" msgid="8192160131923461175">"Unknown"</string>
    <string name="sort_order_alpha" msgid="3400680865280266582">"Sort by name"</string>
    <string name="sort_order_size" msgid="7731928486199737223">"Sort by size"</string>
    <string name="sort_order_recent_notification" msgid="1496198895330443073">"Most recent"</string>
    <string name="sort_order_frequent_notification" msgid="4063700985742284794">"Most frequent"</string>
    <string name="show_running_services" msgid="8666008279959853318">"Show running services"</string>
    <string name="show_background_processes" msgid="5682856012453562151">"Show cached processes"</string>
    <string name="default_emergency_app" msgid="1929974800666613803">"Emergency app"</string>
    <string name="reset_app_preferences" msgid="8861758340732716573">"Reset app preferences"</string>
    <string name="reset_app_preferences_title" msgid="8935136792316050759">"Reset app preferences?"</string>
    <string name="reset_app_preferences_desc" msgid="6509978724602405805">"This will reset all preferences for:\n\n"<li>"Disabled apps"</li>\n<li>"Disabled app notifications"</li>\n<li>"Default applications for actions"</li>\n<li>"Background data restrictions for apps"</li>\n<li>"Any permission restrictions"</li>\n\n"You will not lose any app data."</string>
    <string name="reset_app_preferences_button" msgid="2591318711372850058">"Reset apps"</string>
    <string name="manage_space_text" msgid="9013414693633572277">"Manage space"</string>
    <string name="filter" msgid="9039576690686251462">"Filter"</string>
    <string name="filter_dlg_title" msgid="3086282431958601338">"Choose filter options"</string>
    <string name="filter_apps_all" msgid="5705421199299914620">"All apps"</string>
    <string name="filter_apps_disabled" msgid="5068011814871004105">"Disabled apps"</string>
    <string name="filter_apps_third_party" msgid="9049447784849114843">"Downloaded"</string>
    <string name="filter_apps_running" msgid="535465683273284141">"Running"</string>
    <string name="filter_apps_onsdcard" product="nosdcard" msgid="5140211657134608469">"USB storage"</string>
    <string name="filter_apps_onsdcard" product="default" msgid="1774499644768369891">"On SD card"</string>
    <string name="not_installed" msgid="5074606858798519449">"Not installed for this user"</string>
    <string name="installed" msgid="2837449358488825884">"Installed"</string>
    <string name="no_applications" msgid="985069304755391640">"No apps."</string>
    <string name="internal_storage" msgid="999496851424448809">"Internal storage"</string>
    <string name="recompute_size" msgid="1098091228370999128">"Recomputing size…"</string>
    <string name="clear_data_dlg_title" msgid="180446967743732410">"Delete app data?"</string>
    <string name="clear_data_dlg_text" msgid="7870723948123690332">"All of this app\'s data will be deleted permanently. This includes all files, settings, accounts, databases, etc."</string>
    <string name="dlg_ok" msgid="1421350367857960997">"OK"</string>
    <string name="dlg_cancel" msgid="5164705061530774899">"Cancel"</string>
    <string name="app_not_found_dlg_title" msgid="7122106240981109930"></string>
    <string name="app_not_found_dlg_text" msgid="8634675268730513704">"The app wasn\'t found in the list of installed apps."</string>
    <string name="clear_failed_dlg_text" msgid="6866741916836125732">"Couldn’t clear storage for app."</string>
    <string name="join_two_items" msgid="7893073836681382429">"<xliff:g id="FIRST_ITEM">%1$s</xliff:g> and <xliff:g id="SECOND_ITEM">%2$s</xliff:g>"</string>
    <string name="join_two_unrelated_items" msgid="5301233410730513655">"<xliff:g id="FIRST_ITEM">%1$s</xliff:g>, <xliff:g id="SECOND_ITEM">%2$s</xliff:g>"</string>
    <string name="computing_size" msgid="4915310659841174866">"Computing…"</string>
    <string name="invalid_size_value" msgid="7017371543563259201">"Couldn\'t compute the package size."</string>
    <string name="version_text" msgid="7628938665256107608">"Version <xliff:g id="VERSION_NUM">%1$s</xliff:g>"</string>
    <string name="move_app" msgid="5421158479447276791">"Move"</string>
    <string name="move_app_to_internal" product="tablet" msgid="5799782476959541144">"Move to tablet"</string>
    <string name="move_app_to_internal" product="default" msgid="7395498801589544372">"Move to phone"</string>
    <string name="move_app_to_sdcard" product="nosdcard" msgid="1145367822171576972">"Move to USB storage"</string>
    <string name="move_app_to_sdcard" product="default" msgid="7161667212614143767">"Move to SD card"</string>
    <string name="another_migration_already_in_progress" msgid="6550546307856052261">"Another migration is already in progress."</string>
    <string name="insufficient_storage" msgid="8115088042669030558">"Not enough storage space."</string>
    <string name="does_not_exist" msgid="6499163879348776120">"App doesn\'t exist."</string>
    <string name="invalid_location" msgid="8013853455355520557">"Install location isn\'t valid."</string>
    <string name="system_package" msgid="7559476279008519360">"System updates cannot be installed on external media."</string>
    <string name="move_error_device_admin" msgid="1561502976834303626">"Device admin app can\'t be installed on external media"</string>
    <string name="force_stop_dlg_title" msgid="86745852555490146">"Force stop?"</string>
    <string name="force_stop_dlg_text" msgid="1527286468544457368">"If you force-stop an app, it may misbehave."</string>
    <string name="app_install_location_title" msgid="8932938164156303191">"Preferred install location"</string>
    <string name="app_install_location_summary" msgid="4948270795544357021">"Change the preferred installation location for new applications."</string>
    <string name="app_disable_dlg_positive" msgid="1414218905322009505">"Disable app"</string>
    <string name="app_disable_dlg_text" msgid="2449382902751908916">"If you disable this app, Android and other apps may no longer function as intended. Keep in mind, you can’t delete this app since it came pre-installed on your device. By disabling, you turn this app off and hide it on your device."</string>
    <string name="app_disable_notifications_dlg_title" msgid="6686569904059411780">"Turn off notifications"</string>
    <string name="app_install_details_group_title" msgid="1172114479073704677">"Store"</string>
    <string name="app_install_details_title" msgid="7783556181897142187">"App details"</string>
    <string name="app_install_details_summary" msgid="2013043219249992373">"App installed from <xliff:g id="APP_STORE">%1$s</xliff:g>"</string>
    <string name="instant_app_details_summary" msgid="417197491598208216">"More info on <xliff:g id="APP_STORE">%1$s</xliff:g>"</string>
    <string name="app_ops_running" msgid="6127474473137428721">"Running"</string>
    <string name="app_ops_never_used" msgid="9038133162371204506">"(Never used)"</string>
    <string name="no_default_apps" msgid="8966319676910104570">"No default Apps."</string>
    <string name="storageuse_settings_title" msgid="3125650750657988194">"Storage use"</string>
    <string name="storageuse_settings_summary" msgid="5001621552305431831">"View storage used by apps"</string>
    <string name="service_restarting" msgid="5104563288155809226">"Restarting"</string>
    <string name="cached" msgid="5379485147573438201">"Cached background process"</string>
    <string name="no_running_services" msgid="9079738069349859373">"Nothing running."</string>
    <string name="service_started_by_app" msgid="6845028506417670179">"Started by app."</string>
    <!-- no translation found for service_client_name (2210898622981598861) -->
    <skip />
    <string name="service_background_processes" msgid="2800539421534521948">"<xliff:g id="MEMORY">%1$s</xliff:g> free"</string>
    <string name="service_foreground_processes" msgid="6380905887193621704">"<xliff:g id="MEMORY">%1$s</xliff:g> used"</string>
    <string name="memory" msgid="5253757199926592074">"RAM"</string>
    <!-- no translation found for service_process_name (7827318358399776412) -->
    <skip />
    <string name="running_process_item_user_label" msgid="1444898861984132133">"User: <xliff:g id="USER_NAME">%1$s</xliff:g>"</string>
    <string name="running_process_item_removed_user_label" msgid="4812732296696662613">"Removed user"</string>
    <string name="running_processes_item_description_s_s" msgid="6835918861352501671">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> process and <xliff:g id="NUMSERVICES">%2$d</xliff:g> service"</string>
    <string name="running_processes_item_description_s_p" msgid="1209371773353932361">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> process and <xliff:g id="NUMSERVICES">%2$d</xliff:g> services"</string>
    <string name="running_processes_item_description_p_s" msgid="8957061449107822282">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> processes and <xliff:g id="NUMSERVICES">%2$d</xliff:g> service"</string>
    <string name="running_processes_item_description_p_p" msgid="3292999232897469679">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> processes and <xliff:g id="NUMSERVICES">%2$d</xliff:g> services"</string>
    <string name="running_processes_header_title" msgid="558961782589967366">"Device memory"</string>
    <string name="running_processes_header_footer" msgid="2726092156680487584">"App RAM usage"</string>
    <string name="running_processes_header_system_prefix" msgid="8819527769608555124">"System"</string>
    <string name="running_processes_header_apps_prefix" msgid="4151874328324238133">"Apps"</string>
    <string name="running_processes_header_free_prefix" msgid="4271100378295864738">"Free"</string>
    <string name="running_processes_header_used_prefix" msgid="5205762402234243007">"Used"</string>
    <string name="running_processes_header_cached_prefix" msgid="839132595831993521">"Cached"</string>
    <string name="running_processes_header_ram" msgid="3014991380467004685">"<xliff:g id="RAM_0">%1$s</xliff:g> of RAM"</string>
    <string name="runningservicedetails_settings_title" msgid="1057845389092757121">"Running app"</string>
    <string name="no_services" msgid="3898812785511572899">"Not active"</string>
    <string name="runningservicedetails_services_title" msgid="11853795112787355">"Services"</string>
    <string name="runningservicedetails_processes_title" msgid="5292271587797234038">"Processes"</string>
    <string name="service_stop" msgid="5712522600201308795">"Stop"</string>
    <string name="service_manage" msgid="3896322986828332075">"Settings"</string>
    <string name="service_stop_description" msgid="6327742632400026677">"This service was started by its app. Stopping it may cause the app to fail."</string>
    <string name="heavy_weight_stop_description" msgid="3086419998820881290">"This app can\'t be stopped safely. If you stop it, you may lose some of your current work."</string>
    <string name="background_process_stop_description" msgid="4792038933517438037">"This is an old app process that is still running in case it\'s needed again. There is usually no reason to stop it."</string>
    <string name="service_manage_description" msgid="6615788996428486121">"<xliff:g id="CLIENT_NAME">%1$s</xliff:g>: currently in use. Tap Settings to control it."</string>
    <string name="main_running_process_description" msgid="6685973937935027773">"Main process in use."</string>
    <string name="process_service_in_use_description" msgid="4210957264507014878">"Service <xliff:g id="COMP_NAME">%1$s</xliff:g> is in use."</string>
    <string name="process_provider_in_use_description" msgid="6730020083976048028">"Provider <xliff:g id="COMP_NAME">%1$s</xliff:g> is in use."</string>
    <string name="runningservicedetails_stop_dlg_title" msgid="6201041461740445113">"Stop system service?"</string>
    <string name="runningservicedetails_stop_dlg_text" product="tablet" msgid="2076922609580490122">"If you stop this service, some features of your tablet may stop working correctly until you turn it off and then on again."</string>
    <string name="runningservicedetails_stop_dlg_text" product="default" msgid="2625863973434309085">"If you stop this service, some features of your phone may stop working correctly until you turn it off and then on again."</string>
    <string name="language_input_gesture_title" msgid="3292455685728572960">"Languages, input &amp; gestures"</string>
    <string name="language_input_gesture_summary_on_with_assist" msgid="8670153838520237089"></string>
    <string name="language_input_gesture_summary_on_non_assist" msgid="2738661322747920463"></string>
    <string name="language_input_gesture_summary_off" msgid="1604575860215661606"></string>
    <string name="language_settings" msgid="8700174277543875046">"Languages and input"</string>
    <string name="language_empty_list_user_restricted" msgid="8050367405839231863">"You don’t have permission to change the device language."</string>
    <string name="language_keyboard_settings_title" msgid="7934844313233544557">"Languages and input"</string>
    <string name="input_assistance" msgid="3437568284144952104">"Tools"</string>
    <string name="keyboard_settings_category" msgid="5392847229300117064">"Keyboard &amp; input methods"</string>
    <string name="phone_language" msgid="5986939176239963826">"Languages"</string>
    <string name="phone_language_summary" msgid="863041222809685325"></string>
    <string name="auto_replace" msgid="4830732960264447043">"Auto-replace"</string>
    <string name="auto_replace_summary" msgid="1285443414597153423">"Correct mistyped words"</string>
    <string name="auto_caps" msgid="5573583581288305355">"Auto-capitalisation"</string>
    <string name="auto_caps_summary" msgid="3144141933426846665">"Capitalise first letter in sentences"</string>
    <string name="auto_punctuate" msgid="2838809477621809507">"Auto-punctuate"</string>
    <string name="hardkeyboard_category" msgid="8729780593378161071">"Physical keyboard settings"</string>
    <string name="auto_punctuate_summary" msgid="3549190848611386748">"Press Space key twice to insert \".\""</string>
    <string name="show_password" msgid="7101900779571040117">"Show passwords"</string>
    <string name="show_password_summary" msgid="9025960283785111619">"Display characters briefly as you type"</string>
    <string name="spellchecker_security_warning" msgid="2016059050608271820">"This spell checker may be able to collect all the text that you type, including personal data like passwords and credit card numbers. It comes from the app <xliff:g id="SPELLCHECKER_APPLICATION_NAME">%1$s</xliff:g>. Use this spell checker?"</string>
    <string name="spellchecker_quick_settings" msgid="6449414356743946577">"Settings"</string>
    <string name="spellchecker_language" msgid="8905487366580285282">"Language"</string>
    <string name="keyboard_and_input_methods_category" msgid="5296847777802891649">"Keyboards"</string>
    <string name="virtual_keyboard_category" msgid="2339505603075527212">"On-screen keyboard"</string>
    <string name="keywords_virtual_keyboard" msgid="1494726424879503434">"Gboard"</string>
    <string name="available_virtual_keyboard_category" msgid="6930012948152749337">"Available on-screen keyboard"</string>
    <string name="add_virtual_keyboard" msgid="2515850206289352606">"Manage on-screen keyboards"</string>
    <string name="keyboard_assistance_category" msgid="7320599809770932032">"Keyboard assistance"</string>
    <string name="physical_keyboard_title" msgid="3328134097512350958">"Physical keyboard"</string>
    <string name="show_ime" msgid="4334255501724746849">"Use on-screen keyboard"</string>
    <string name="show_ime_summary" msgid="7293345791727205975">"Keep it on screen while physical keyboard is active"</string>
    <string name="keyboard_shortcuts_helper" msgid="2553221039203165344">"Keyboard shortcuts"</string>
    <string name="keyboard_shortcuts_helper_summary" msgid="8649760728213630156">"Display available shortcuts"</string>
    <string name="language_and_input_for_work_category_title" msgid="2546950919124199743">"Work profile keyboards &amp; tools"</string>
    <string name="virtual_keyboards_for_work_title" msgid="786459157034008675">"On-screen keyboard for work"</string>
    <string name="default_keyboard_layout" msgid="8690689331289452201">"Default"</string>
    <string name="pointer_speed" msgid="7398649279282675718">"Pointer speed"</string>
    <string name="game_controller_settings_category" msgid="8557472715034961918">"Game Controller"</string>
    <string name="vibrate_input_devices" msgid="5192591087864449142">"Redirect vibration"</string>
    <string name="vibrate_input_devices_summary" msgid="8791680891376689823">"Send vibration to game controller when connected"</string>
    <string name="keyboard_layout_dialog_title" msgid="8770130364048089954">"Choose keyboard layout"</string>
    <string name="keyboard_layout_dialog_setup_button" msgid="6546245862744626706">"Set up keyboard layouts"</string>
    <string name="keyboard_layout_dialog_switch_hint" msgid="3303564123674979354">"To switch, press Control-Spacebar"</string>
    <string name="keyboard_layout_default_label" msgid="6078569989261528039">"Default"</string>
    <string name="keyboard_layout_picker_title" msgid="240504762718562906">"Keyboard layouts"</string>
    <string name="user_dict_settings_title" msgid="680410651924276991">"Personal dictionary"</string>
    <string name="user_dict_settings_for_work_title" msgid="1245315720684961770">"Personal dictionary for work"</string>
    <string name="user_dict_settings_summary" msgid="262228126041933459"></string>
    <string name="user_dict_settings_add_menu_title" msgid="8046882347281382968">"Add"</string>
    <string name="user_dict_settings_add_dialog_title" msgid="3485845465134083084">"Add to dictionary"</string>
    <string name="user_dict_settings_add_screen_title" msgid="1866408024073475379">"Phrase"</string>
    <string name="user_dict_settings_add_dialog_more_options" msgid="2642928746425808108">"More options"</string>
    <string name="user_dict_settings_add_dialog_less_options" msgid="100432503633458156">"Fewer options"</string>
    <string name="user_dict_settings_add_dialog_confirm" msgid="1866751313790655088">"OK"</string>
    <string name="user_dict_settings_add_word_option_name" msgid="2686051785623698231">"Word:"</string>
    <string name="user_dict_settings_add_shortcut_option_name" msgid="5722204336242646866">"Shortcut:"</string>
    <string name="user_dict_settings_add_locale_option_name" msgid="2117468247460253346">"Language:"</string>
    <string name="user_dict_settings_add_word_hint" msgid="4560494723256242785">"Type a word"</string>
    <string name="user_dict_settings_add_shortcut_hint" msgid="6209624157217434640">"Optional shortcut"</string>
    <string name="user_dict_settings_edit_dialog_title" msgid="316493656442362284">"Edit word"</string>
    <string name="user_dict_settings_context_menu_edit_title" msgid="4909198741914531509">"Edit"</string>
    <string name="user_dict_settings_context_menu_delete_title" msgid="651550824433043545">"Delete"</string>
    <string name="user_dict_settings_empty_text" msgid="86562873609647919">"You don’t have any words in the user dictionary. To add a word, tap the Add (+) button."</string>
    <string name="user_dict_settings_all_languages" msgid="8563387437755363526">"For all languages"</string>
    <string name="user_dict_settings_more_languages" msgid="5378870726809672319">"More languages…"</string>
    <string name="testing" msgid="6294172343766732037">"Testing"</string>
    <string name="testing_phone_info" product="tablet" msgid="1910768200608214456">"Tablet information"</string>
    <string name="testing_phone_info" product="default" msgid="1150527695827743906">"Phone information"</string>
    <string name="input_methods_settings_title" msgid="7796027458321225550">"Text input"</string>
    <string name="input_method" msgid="2982805181425436775">"Input method"</string>
    <string name="current_input_method" msgid="3471068842881330883">"Current Keyboard"</string>
    <string name="input_method_selector" msgid="8463209725824763600">"Input method selector"</string>
    <string name="input_method_selector_show_automatically_title" msgid="6483428482089875034">"Automatic"</string>
    <string name="input_method_selector_always_show_title" msgid="2479533500357556146">"Always show"</string>
    <string name="input_method_selector_always_hide_title" msgid="807424180027384849">"Always hide"</string>
    <string name="configure_input_method" msgid="8831343065130376880">"Set up input methods"</string>
    <string name="input_method_settings" msgid="4177883733022569830">"Settings"</string>
    <string name="input_method_settings_button" msgid="5145039044301426311">"Settings"</string>
    <string name="input_methods_settings_label_format" msgid="5809693308957109022">"<xliff:g id="IME_NAME">%1$s</xliff:g> Settings"</string>
    <string name="input_methods_and_subtype_enabler_title" msgid="8940326108334307057">"Choose active input methods"</string>
    <string name="onscreen_keyboard_settings_summary" msgid="3975358507879701606">"On-screen keyboard settings"</string>
    <string name="builtin_keyboard_settings_title" msgid="5096171620714179661">"Physical keyboard"</string>
    <string name="builtin_keyboard_settings_summary" msgid="4332792334499933856">"Physical keyboard settings"</string>
    <string name="gadget_picker_title" msgid="7615902510050731400">"Choose gadget"</string>
    <string name="widget_picker_title" msgid="7641298325488989676">"Choose widget"</string>
    <string name="allow_bind_app_widget_activity_allow_bind_title" msgid="3537968409832846255">"Create widget and allow access?"</string>
    <string name="allow_bind_app_widget_activity_allow_bind" msgid="5694218981358874429">"After you create the widget, <xliff:g id="WIDGET_HOST_NAME">%1$s</xliff:g> can access all the data that it displays."</string>
    <string name="allow_bind_app_widget_activity_always_allow_bind" msgid="7268758525344468364">"Always allow <xliff:g id="WIDGET_HOST_NAME">%1$s</xliff:g> to create widgets and access their data"</string>
    <string name="usage_stats_label" msgid="6523644917803320085">"Usage statistics"</string>
    <string name="testing_usage_stats" msgid="4660643799010906365">"Usage statistics"</string>
    <string name="display_order_text" msgid="7120394778684605892">"Sort by:"</string>
    <string name="app_name_label" msgid="3809910527680143673">"App"</string>
    <string name="last_time_used_label" msgid="2639712813493534074">"Last time used"</string>
    <string name="usage_time_label" msgid="9105343335151559883">"Usage time"</string>
    <string name="accessibility_settings" msgid="4713215774904704682">"Accessibility"</string>
    <string name="accessibility_settings_title" msgid="6739115703615065716">"Accessibility settings"</string>
    <string name="accessibility_settings_summary" msgid="2195085206729325737">"Screen readers, display, interaction controls"</string>
    <string name="vision_settings_title" msgid="8919983801864103069">"Vision settings"</string>
    <string name="vision_settings_description" msgid="7614894785054441991">"You can customise this device to fit your needs. These accessibility features can be changed later in Settings."</string>
    <string name="vision_settings_suggestion_title" msgid="4689275412658803919">"Change font size"</string>
    <string name="screen_reader_category_title" msgid="6195867428854871553">"Screen readers"</string>
    <string name="audio_and_captions_category_title" msgid="5049122378290004050">"Audio and on-screen text"</string>
    <string name="display_category_title" msgid="6638191682294461408">"Display"</string>
    <string name="interaction_control_category_title" msgid="2696474616743882372">"Interaction controls"</string>
    <string name="user_installed_services_category_title" msgid="2639470729311439731">"Downloaded apps"</string>
    <string name="experimental_category_title" msgid="898904396646344152">"Experimental"</string>
    <string name="feature_flags_dashboard_title" msgid="348990373716658289">"Feature flags"</string>
    <string name="talkback_title" msgid="8756080454514251327">"Talkback"</string>
    <string name="talkback_summary" msgid="5820927220378864281">"Screen reader primarily for people with blindness and low vision"</string>
    <string name="select_to_speak_summary" msgid="1995285446766920925">"Tap items on your screen to hear them read aloud"</string>
    <string name="accessibility_captioning_title" msgid="4561871958958925225">"Caption preferences"</string>
    <string name="accessibility_screen_magnification_title" msgid="1211169976144629087">"Magnification"</string>
    <string name="accessibility_magnification_mode_title" msgid="879250866604403721">"Magnification area"</string>
    <string name="accessibility_magnification_enable_mode_title" msgid="4390488034396824276">"Magnification enable"</string>
    <string name="accessibility_magnification_area_settings_message" msgid="4821458740248772054">"Choose the magnification area(s) that you want to use when magnifying the screen"</string>
    <string name="accessibility_magnification_area_settings_full_screen_summary" msgid="2728962784113713010">"Full screen"</string>
    <string name="accessibility_magnification_area_settings_window_screen_summary" msgid="5630032596384610913">"Part of screen"</string>
    <string name="accessibility_magnification_area_settings_all_summary" msgid="5139954486886669293">"Full screen &amp; part of screen"</string>
    <string name="accessibility_magnification_area_settings_full_screen" msgid="4189574224079433280">"Magnify entire screen"</string>
    <string name="accessibility_magnification_area_settings_window_screen" msgid="7431401975447232976">"Magnify part of screen"</string>
    <string name="accessibility_magnification_service_settings_title" msgid="3531350704632316017">"Magnification settings"</string>
    <string name="accessibility_screen_magnification_gestures_title" msgid="3121714118381882167">"Magnify with triple-tap"</string>
    <string name="accessibility_screen_magnification_navbar_title" msgid="480853328665484528">"Magnify with shortcut"</string>
    <string name="accessibility_screen_magnification_state_navbar_gesture" msgid="8067042663897802231">"Magnify with shortcut &amp; triple-tap"</string>
    <string name="accessibility_introduction_title" msgid="8834950581512452348">"About <xliff:g id="SERVICE">%1$s</xliff:g>"</string>
    <string name="accessibility_screen_option" msgid="8465307075278878145">"Options"</string>
    <string name="accessibility_preference_magnification_summary" msgid="2875518904115896888">"Zoom in on screen"</string>
    <string name="accessibility_screen_magnification_short_summary" msgid="2207048420669939150">"Tap 3 times to zoom"</string>
    <string name="accessibility_screen_magnification_navbar_short_summary" msgid="4885018322430052037">"Tap a button to zoom"</string>
    <string name="accessibility_screen_magnification_summary" msgid="2023126829553044999">"Quickly zoom in on the screen to display content more clearly.&lt;br/&gt;&lt;br/&gt; &lt;b&gt;To zoom in:&lt;/b&gt;&lt;br/&gt; 1. Use shortcut to start magnification&lt;br/&gt; 2. Tap the screen&lt;br/&gt; 3. Drag two fingers to move around screen&lt;br/&gt; 4. Pinch with two fingers to adjust zoom&lt;br/&gt; 5. Use shortcut to stop magnification&lt;br/&gt;&lt;br/&gt; &lt;b&gt;To zoom in temporarily:&lt;/b&gt;&lt;br/&gt; 1. Use shortcut to start magnification&lt;br/&gt; 2. Touch and hold anywhere on the screen&lt;br/&gt; 3. Drag finger to move around screen&lt;br/&gt; 4. Lift finger to stop magnification"</string>
    <string name="accessibility_screen_magnification_navbar_summary" msgid="807985499898802296">"When magnification is turned on, you can zoom in on your screen.\n\n"<b>"To zoom"</b>", start magnification, then tap anywhere on the screen.\n"<ul><li>"Drag 2 or more fingers to scroll"</li>\n<li>"Pinch 2 or more fingers to adjust zoom"</li></ul>\n\n<b>"To zoom temporarily"</b>", start magnification, then touch and hold anywhere on the screen.\n"<ul><li>"Drag to move around the screen"</li>\n<li>"Lift finger to zoom out"</li></ul>\n\n"You can’t zoom in on the keyboard or navigation bar."</string>
    <string name="accessibility_tutorial_pager" msgid="8461939455728454061">"Page <xliff:g id="CURRENT_PAGE">%1$d</xliff:g> of <xliff:g id="NUM_PAGES">%2$d</xliff:g>"</string>
    <string name="accessibility_tutorial_dialog_title_button" msgid="4681164949716215131">"Use accessibility button to open"</string>
    <string name="accessibility_tutorial_dialog_title_volume" msgid="494810949830845234">"Hold volume keys to open"</string>
    <string name="accessibility_tutorial_dialog_title_triple" msgid="7089562919284464400">"Triple-tap screen to open"</string>
    <string name="accessibility_tutorial_dialog_title_gesture" msgid="4965810097646659332">"Use gesture to open"</string>
    <string name="accessibility_tutorial_dialog_title_gesture_settings" msgid="8485448068531147828">"Use new accessibility gesture"</string>
    <string name="accessibility_tutorial_dialog_message_button" msgid="7002398857479782303">"To use this feature, tap the accessibility button <xliff:g id="ACCESSIBILITY_ICON">%s</xliff:g> on the bottom of your screen.\n\nTo switch between features, touch and hold the accessibility button."</string>
    <string name="accessibility_tutorial_dialog_message_volume" msgid="5033080515460519183">"To use this feature, press and hold both volume keys."</string>
    <string name="accessibility_tutorial_dialog_message_triple" msgid="5219991116201165146">"To start and stop magnification, triple-tap anywhere on your screen."</string>
    <string name="accessibility_tutorial_dialog_message_gesture" msgid="4148062210755434854">"To use this feature, swipe up from the bottom of the screen with two fingers.\n\nTo switch between features, swipe up with two fingers and hold."</string>
    <string name="accessibility_tutorial_dialog_message_gesture_talkback" msgid="8142847782708562793">"To use this feature, swipe up from the bottom of the screen with three fingers.\n\nTo switch between features, swipe up with three fingers and hold."</string>
    <string name="accessibility_tutorial_dialog_message_gesture_settings" msgid="40769674586981429">"To use an accessibility feature, swipe up from the bottom of the screen with two fingers.\n\nTo switch between features, swipe up with two fingers and hold."</string>
    <string name="accessibility_tutorial_dialog_message_gesture_settings_talkback" msgid="7292969929578621958">"To use an accessibility feature, swipe up from the bottom of the screen with three fingers.\n\nTo switch between features, swipe up with three fingers and hold."</string>
    <string name="accessibility_tutorial_dialog_button" msgid="2031773187678948436">"OK"</string>
    <string name="accessibility_shortcut_title" msgid="8125867833704517463">"<xliff:g id="SERVICE">%1$s</xliff:g> shortcut"</string>
    <string name="accessibility_shortcut_edit_summary_software" msgid="6405629977940618205">"Accessibility button"</string>
    <string name="accessibility_shortcut_edit_dialog_title_software_gesture" msgid="8078659880723370597">"Swipe up with 2 fingers"</string>
    <string name="accessibility_shortcut_edit_dialog_title_software_gesture_talkback" msgid="7422753388389160524">"Swipe up with three fingers"</string>
    <string name="accessibility_shortcut_edit_dialog_title_software" msgid="4796192466943479849">"Tap accessibility button"</string>
    <string name="accessibility_shortcut_edit_dialog_summary_software" msgid="5606196352833449600">"Tap the accessibility button <xliff:g id="ACCESSIBILITY_ICON">%s</xliff:g> at the bottom of your screen.\n\nTo switch between features, touch and hold the accessibility button."</string>
    <string name="accessibility_shortcut_edit_dialog_summary_software_gesture" msgid="8292555254353761635">"Swipe up from the bottom of the screen with 2 fingers.\n\nTo switch between features, swipe up with 2 fingers and hold."</string>
    <string name="accessibility_shortcut_edit_dialog_summary_software_gesture_talkback" msgid="84483464524360845">"Swipe up from the bottom of the screen with three fingers.\n\nTo switch between features, swipe up with three fingers and hold."</string>
    <string name="accessibility_shortcut_edit_dialog_title_hardware" msgid="2356853121810443026">"Hold volume keys"</string>
    <string name="accessibility_shortcut_hardware_keyword" msgid="3921915304537166064">"hold volume keys"</string>
    <string name="accessibility_shortcut_edit_dialog_summary_hardware" msgid="2503134386397991634">"Press and hold both volume keys"</string>
    <string name="accessibility_shortcut_edit_dialog_title_triple_tap" msgid="6672798007229795841">"Triple-tap screen"</string>
    <string name="accessibility_shortcut_triple_tap_keyword" msgid="6863958573135995927">"triple-tap screen"</string>
    <string name="accessibility_shortcut_edit_dialog_summary_triple_tap" msgid="3081710523998838305">"Quickly tap screen 3 times. This shortcut may slow down your device."</string>
    <string name="accessibility_shortcut_edit_dialog_title_advance" msgid="4567868630655591506">"Advanced"</string>
    <string name="accessibility_screen_magnification_navbar_configuration_warning" msgid="266736851606791552">"The accessibility button is set to <xliff:g id="SERVICE">%1$s</xliff:g>. To use magnification, touch &amp; hold the accessibility button, then select magnification."</string>
    <string name="accessibility_screen_magnification_gesture_navigation_warning" msgid="991017769735632046">"The accessibility gesture is set to the <xliff:g id="SERVICE">%1$s</xliff:g>. To use magnification, swipe up with two fingers from the bottom of the screen and hold. Then select magnification."</string>
    <string name="accessibility_global_gesture_preference_title" msgid="3713636732641882959">"Volume key shortcut"</string>
    <string name="accessibility_shortcut_service_title" msgid="6842883700702723355">"Shortcut service"</string>
    <string name="accessibility_shortcut_settings" msgid="836783442658447995">"Shortcut settings"</string>
    <string name="accessibility_shortcut_service_on_lock_screen_title" msgid="3923122834058574478">"Shortcut from lock screen"</string>
    <string name="accessibility_shortcut_description" msgid="2184693606202133549">"Allow feature shortcut to turn on from the lock screen. Hold both volume keys for a few seconds."</string>
    <string name="accessibility_toggle_high_text_contrast_preference_title" msgid="1830189632458752698">"High-contrast text"</string>
    <string name="accessibility_toggle_screen_magnification_auto_update_preference_title" msgid="4987009529235165664">"Auto update screen magnification"</string>
    <string name="accessibility_toggle_screen_magnification_auto_update_preference_summary" msgid="9034532513972547720">"Update screen magnification on app transitions"</string>
    <string name="accessibility_power_button_ends_call_prerefence_title" msgid="8187306131979612144">"Power button ends call"</string>
    <string name="accessibility_toggle_large_pointer_icon_title" msgid="5508351959249876801">"Large mouse cursor"</string>
    <string name="accessibility_disable_animations" msgid="2993529829457179058">"Remove animations"</string>
    <string name="accessibility_toggle_master_mono_title" msgid="6692439394171709557">"Mono audio"</string>
    <string name="accessibility_toggle_master_mono_summary" msgid="6043673439531673935">"Combine channels when playing audio"</string>
    <string name="accessibility_toggle_master_balance_title" msgid="895584329613310279">"Audio balance"</string>
    <string name="accessibility_toggle_master_balance_left_label" msgid="147010366022601825">"Left"</string>
    <string name="accessibility_toggle_master_balance_right_label" msgid="5028519887058073990">"Right"</string>
    <string name="accessibility_timeout_default" msgid="1033702739376842824">"Default"</string>
    <string name="accessibility_timeout_10secs" msgid="5072577454521239794">"10 seconds"</string>
    <string name="accessibility_timeout_30secs" msgid="7814673496724760684">"30 seconds"</string>
    <string name="accessibility_timeout_1min" msgid="4804644263166961262">"1 minute"</string>
    <string name="accessibility_timeout_2mins" msgid="7901692984522708679">"2 minutes"</string>
    <string name="accessibility_setting_item_control_timeout_title" msgid="1600516937989217899">"Time to take action (Accessibility timeout)"</string>
    <string name="accessibility_control_timeout_preference_title" msgid="1443940538597464758">"Time to take action"</string>
    <string name="accessibility_control_timeout_preference_summary" msgid="5283566580551714506">"Choose how long to show messages that ask you to take action, but are visible only temporarily.\n\nNot all apps support this setting."</string>
    <string name="accessibility_long_press_timeout_preference_title" msgid="5237764682976688855">"Touch and hold delay"</string>
    <string name="accessibility_display_inversion_preference_title" msgid="5476133104746207952">"Colour inversion"</string>
    <string name="accessibility_display_inversion_switch_title" msgid="7458595722552743503">"Use colour inversion"</string>
    <string name="accessibility_display_inversion_preference_subtitle" msgid="6955835010409034745">"Colour inversion turns light screens dark.&lt;br/&gt;&lt;br/&gt; Note: &lt;ol&gt; &lt;li&gt; Colour inversion also turns dark screens light.&lt;/li&gt; &lt;li&gt; Colours will change in media and images.&lt;/li&gt; &lt;li&gt; Dark theme can be used to display a dark background. Dark theme works with supported apps. Colour inversion works on all apps.&lt;/li&gt; &lt;/ol&gt;"</string>
    <string name="accessibility_autoclick_preference_title" msgid="2703143361605555752">"Autoclick (dwell timing)"</string>
    <string name="accessibility_autoclick_description" msgid="6827042379062255307">"Autoclick works with a connected mouse. You can set the mouse cursor to click automatically when the cursor stops moving for a certain amount of time."</string>
    <string name="accessibility_autoclick_default_title" msgid="752429113115293087">"Off"</string>
    <string name="accessibility_autoclick_short_title" msgid="7938302504358912984">"Short"</string>
    <string name="accessibility_autoclick_short_summary" msgid="4106953930081213514">"0.2 seconds"</string>
    <string name="accessibility_autoclick_medium_title" msgid="3134175117576834320">"Medium"</string>
    <string name="accessibility_autoclick_medium_summary" msgid="1343390686514222871">"0.6 seconds"</string>
    <string name="accessibility_autoclick_long_title" msgid="6799311820641687735">"Long"</string>
    <string name="accessibility_autoclick_long_summary" msgid="3747153151313563637">"1 second"</string>
    <string name="accessibility_autoclick_custom_title" msgid="4597792235546232038">"Custom"</string>
    <string name="accessibility_autoclick_shorter_desc" msgid="7631013255724544348">"Shorter"</string>
    <string name="accessibility_autoclick_longer_desc" msgid="2566025502981487443">"Longer"</string>
    <string name="accessibility_autoclick_seekbar_desc" msgid="8363959277814621118">"Auto click time"</string>
    <string name="accessibility_vibration_settings_title" msgid="5198184603753129450">"Vibration and haptic strength"</string>
    <string name="accessibility_notification_vibration_title" msgid="6205679908785776478">"Notification vibration"</string>
    <string name="accessibility_ring_vibration_title" msgid="4689811297654320885">"Ring vibration"</string>
    <string name="accessibility_touch_vibration_title" msgid="533931451319110741">"Touch feedback"</string>
    <string name="accessibility_service_master_switch_title" msgid="3001666897585097640">"Use <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
    <string name="accessibility_service_master_open_title" msgid="7437956750557583681">"Open <xliff:g id="ACCESSIBILITY_APP_NAME">%1$s</xliff:g>"</string>
    <string name="accessibility_daltonizer_master_switch_title" msgid="3580563017377754890">"Use colour correction"</string>
    <string name="accessibility_caption_master_switch_title" msgid="3821125170899547375">"Show captions"</string>
    <string name="accessibility_caption_master_switch_summary" msgid="4908774362453838764">"For supported app only"</string>
    <string name="captioning_caption_appearance_title" msgid="4501313548541670063">"Caption size and style"</string>
    <string name="captioning_caption_appearance_summary" msgid="7340741178479381312">"<xliff:g id="ACCESSIBILITY_FONT_SIZE">%1$s</xliff:g> text size"</string>
    <string name="captioning_more_options_title" msgid="3484496882942539652">"More options"</string>
    <string name="accessibility_caption_preference_summary" msgid="1191356970836416954">"Not all apps support these caption preferences"</string>
    <string name="accessibility_shortcut_type_software" msgid="2552732582767687515">"Accessibility button"</string>
    <string name="accessibility_shortcut_type_software_gesture" msgid="5608959693931019059">"2-finger swipe up from bottom"</string>
    <string name="accessibility_shortcut_type_hardware" msgid="4834144210432451916">"Hold volume keys"</string>
    <string name="accessibility_shortcut_type_triple_tap" msgid="7717524216825494543">"Triple-tap screen"</string>
    <string name="accessibility_hearingaid_instruction_continue_button" msgid="3367260988024430722">"Continue"</string>
    <string name="accessibility_hearingaid_title" msgid="427173678199203191">"Hearing aids"</string>
    <string name="accessibility_hearingaid_not_connected_summary" msgid="3371427366765435743">"No hearing aids connected"</string>
    <string name="accessibility_hearingaid_adding_summary" msgid="999051610528600783">"Add hearing aids"</string>
    <string name="accessibility_hearingaid_pair_instructions_message" msgid="8913409742121315657">"To pair your hearing aids, find and tap your device on the next screen. Make sure that your hearing aids are in pairing mode."</string>
    <string name="accessibility_hearingaid_active_device_summary" msgid="509703438222873967">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> active"</string>
    <plurals name="show_number_hearingaid_count" formatted="false" msgid="776000580683647556">
      <item quantity="other"><xliff:g id="NUMBER_DEVICE_COUNT_1">%1$d</xliff:g> saved hearing aids</item>
      <item quantity="one"><xliff:g id="NUMBER_DEVICE_COUNT_0">%1$d</xliff:g> saved hearing aid</item>
    </plurals>
    <string name="accessibility_summary_shortcut_enabled" msgid="4030427268146752644">"Shortcut on"</string>
    <string name="accessibility_summary_shortcut_disabled" msgid="564005462092499068">"Off"</string>
    <string name="accessibility_summary_state_enabled" msgid="1065431632216039369">"On"</string>
    <string name="accessibility_summary_state_disabled" msgid="9173234532752799694">"Off"</string>
    <string name="accessibility_summary_state_stopped" msgid="2343602489802623424">"Not working. Tap for info."</string>
    <string name="accessibility_description_state_stopped" msgid="5364752492861199133">"This service is malfunctioning."</string>
    <string name="enable_quick_setting" msgid="6648073323202243604">"Show in Quick Settings"</string>
    <string name="daltonizer_type" msgid="1715154680803795947">"Correction mode"</string>
    <string name="daltonizer_mode_deuteranomaly_title" msgid="3811397143576433035">"Deuteranomaly"</string>
    <string name="daltonizer_mode_protanomaly_title" msgid="6787594316700223938">"Protanomaly"</string>
    <string name="daltonizer_mode_tritanomaly_title" msgid="1869867447813349033">"Tritanomaly"</string>
    <string name="daltonizer_mode_deuteranomaly_summary" msgid="791173297742998942">"Red-green"</string>
    <string name="daltonizer_mode_protanomaly_summary" msgid="482834207025141433">"Red-green"</string>
    <string name="daltonizer_mode_tritanomaly_summary" msgid="2837137091067433059">"Blue-yellow"</string>
    <plurals name="accessibilty_autoclick_preference_subtitle_short_delay" formatted="false" msgid="5354221071353645263">
      <item quantity="other">Short (<xliff:g id="CLICK_DELAY_LABEL_1">%1$s</xliff:g> seconds)</item>
      <item quantity="one">Short (<xliff:g id="CLICK_DELAY_LABEL_0">%1$s</xliff:g> second)</item>
    </plurals>
    <plurals name="accessibilty_autoclick_preference_subtitle_medium_delay" formatted="false" msgid="1550891909800510628">
      <item quantity="other">Medium (<xliff:g id="CLICK_DELAY_LABEL_1">%1$s</xliff:g> seconds)</item>
      <item quantity="one">Medium (<xliff:g id="CLICK_DELAY_LABEL_0">%1$s</xliff:g> second)</item>
    </plurals>
    <plurals name="accessibilty_autoclick_preference_subtitle_long_delay" formatted="false" msgid="2230755548820485984">
      <item quantity="other">Long (<xliff:g id="CLICK_DELAY_LABEL_1">%1$s</xliff:g> seconds)</item>
      <item quantity="one">Long (<xliff:g id="CLICK_DELAY_LABEL_0">%1$s</xliff:g> second)</item>
    </plurals>
    <plurals name="accessibilty_autoclick_delay_unit_second" formatted="false" msgid="4537791441118261556">
      <item quantity="other"><xliff:g id="CLICK_DELAY_LABEL_2">%1$s</xliff:g> seconds</item>
      <item quantity="one"><xliff:g id="CLICK_DELAY_LABEL_0">%1$s</xliff:g> second</item>
    </plurals>
    <string name="accessibility_vibration_summary" msgid="27904038683405084">"Ring <xliff:g id="SUMMARY_RING">%1$s</xliff:g>, notification <xliff:g id="SUMMARY_NOTIFICATION">%2$s</xliff:g>, touch <xliff:g id="SUMMARY_TOUCH">%3$s</xliff:g>"</string>
    <string name="accessibility_vibration_summary_off" msgid="7776105450117095736">"Ring &amp; notification set to off"</string>
    <string name="accessibility_vibration_summary_low" msgid="6482721005400340317">"Ring &amp; notification set to low"</string>
    <string name="accessibility_vibration_summary_medium" msgid="2348889320548746469">"Ring &amp; notification set to medium"</string>
    <string name="accessibility_vibration_summary_high" msgid="1764693979030913712">"Ring &amp; notification set to high"</string>
    <string name="accessibility_vibration_intensity_off" msgid="972159695404061944">"Off"</string>
    <string name="accessibility_vibration_intensity_low" msgid="6311161118835287335">"Low"</string>
    <string name="accessibility_vibration_intensity_medium" msgid="1734058611879392797">"Medium"</string>
    <string name="accessibility_vibration_intensity_high" msgid="5982896399775212514">"High"</string>
    <string name="accessibility_menu_item_settings" msgid="2652637954865389271">"Settings"</string>
    <string name="accessibility_feature_state_on" msgid="1777344331063467511">"On"</string>
    <string name="accessibility_feature_state_off" msgid="169119895905460512">"Off"</string>
    <string name="captioning_preview_title" msgid="2888561631323180535">"Preview"</string>
    <string name="captioning_standard_options_title" msgid="5360264497750980205">"Standard options"</string>
    <string name="captioning_locale" msgid="5533303294290661590">"Language"</string>
    <string name="captioning_text_size" msgid="8039448543171463017">"Text size"</string>
    <string name="captioning_preset" msgid="4174276086501638524">"Caption style"</string>
    <string name="captioning_custom_options_title" msgid="3858866498893566351">"Customisation options"</string>
    <string name="captioning_background_color" msgid="5231412761368883107">"Background colour"</string>
    <string name="captioning_background_opacity" msgid="6453738649182382614">"Background opacity"</string>
    <string name="captioning_window_color" msgid="1406167274530183119">"Caption window colour"</string>
    <string name="captioning_window_opacity" msgid="4031752812991199525">"Caption window opacity"</string>
    <string name="captioning_foreground_color" msgid="9057327228286129232">"Text colour"</string>
    <string name="captioning_foreground_opacity" msgid="1395843080697567189">"Text opacity"</string>
    <string name="captioning_edge_color" msgid="6035818279902597518">"Edge colour"</string>
    <string name="captioning_edge_type" msgid="5281259280060811506">"Edge type"</string>
    <string name="captioning_typeface" msgid="285325623518361407">"Font family"</string>
    <string name="captioning_preview_text" msgid="4973475065545995704">"Captions will look like this"</string>
    <string name="captioning_preview_characters" msgid="7854812443613580460">"Aa"</string>
    <string name="locale_default" msgid="8948077172250925164">"Default"</string>
    <string name="color_title" msgid="2511586788643787427">"Colour"</string>
    <string name="color_unspecified" msgid="4102176222255378320">"Default"</string>
    <string name="color_none" msgid="3703632796520710651">"None"</string>
    <string name="color_white" msgid="1896703263492828323">"White"</string>
    <string name="color_gray" msgid="8554077329905747877">"Grey"</string>
    <string name="color_black" msgid="9006830401670410387">"Black"</string>
    <string name="color_red" msgid="5210756997426500693">"Red"</string>
    <string name="color_green" msgid="4400462091250882271">"Green"</string>
    <string name="color_blue" msgid="4997784644979140261">"Blue"</string>
    <string name="color_cyan" msgid="4341758639597035927">"Cyan"</string>
    <string name="color_yellow" msgid="5957551912912679058">"Yellow"</string>
    <string name="color_magenta" msgid="8943538189219528423">"Magenta"</string>
    <string name="enable_service_title" msgid="7231533866953706788">"Allow <xliff:g id="SERVICE">%1$s</xliff:g> to have full control of your device?"</string>
    <string name="capabilities_list_title" msgid="1225853611983394386">"<xliff:g id="SERVICE">%1$s</xliff:g> needs to:"</string>
    <string name="touch_filtered_warning" msgid="4225815157460318241">"Because an app is obscuring a permission request, Settings can’t verify your response."</string>
    <string name="enable_service_encryption_warning" msgid="931082737770453755">"If you turn on <xliff:g id="SERVICE">%1$s</xliff:g>, your device won’t use your screen lock to enhance data encryption."</string>
    <string name="secure_lock_encryption_warning" msgid="669152607190123579">"Because you\'ve turned on an accessibility service, your device won’t use your screen lock to enhance data encryption."</string>
    <string name="enable_service_pattern_reason" msgid="6832846117817938536">"Because turning on <xliff:g id="SERVICE">%1$s</xliff:g> affects data encryption, you need to confirm your pattern."</string>
    <string name="enable_service_pin_reason" msgid="6040417014360237703">"Because turning on <xliff:g id="SERVICE">%1$s</xliff:g> affects data encryption, you need to confirm your PIN."</string>
    <string name="enable_service_password_reason" msgid="6962544350351734238">"Because turning on <xliff:g id="SERVICE">%1$s</xliff:g> affects data encryption, you need to confirm your password."</string>
    <string name="accessibility_service_warning" msgid="6779187188736432618">"<xliff:g id="SERVICE">%1$s</xliff:g> is requesting full control of this device. The service can read the screen and act on behalf of users with accessibility needs. This level of control is not appropriate for most apps."</string>
    <string name="accessibility_service_warning_description" msgid="6573203795976134751">"Full control is appropriate for apps that help you with accessibility needs, but not for most apps."</string>
    <string name="accessibility_service_screen_control_title" msgid="324795030658109870">"View and control screen"</string>
    <string name="accessibility_service_screen_control_description" msgid="8431940515157990426">"It can read all content on the screen and display content over other apps."</string>
    <string name="accessibility_service_action_perform_title" msgid="1449360056585337833">"View and perform actions"</string>
    <string name="accessibility_service_action_perform_description" msgid="7807832069800034738">"It can track your interactions with an app or a hardware sensor, and interact with apps on your behalf."</string>
    <string name="accessibility_dialog_button_allow" msgid="8274918676473216697">"Allow"</string>
    <string name="accessibility_dialog_button_deny" msgid="2037249860078259284">"Deny"</string>
    <string name="accessibility_dialog_button_stop" msgid="7295448112784528196">"Stop"</string>
    <string name="accessibility_dialog_button_cancel" msgid="4813234247237851121">"Cancel"</string>
    <string name="disable_service_title" msgid="2909108731776956167">"Stop <xliff:g id="SERVICE">%1$s</xliff:g>?"</string>
    <string name="disable_service_message" msgid="4814173941688548016">"Tapping <xliff:g id="STOP">%1$s</xliff:g> will stop <xliff:g id="SERVICE">%2$s</xliff:g>."</string>
    <string name="accessibility_no_services_installed" msgid="3725569493860028593">"No services installed"</string>
    <string name="accessibility_no_service_selected" msgid="1310596127128379897">"No service selected"</string>
    <string name="accessibility_service_default_description" msgid="7801435825448138526">"No description provided."</string>
    <string name="settings_button" msgid="2195468788019730377">"Settings"</string>
    <string name="print_settings" msgid="8519810615863882491">"Printing"</string>
    <string name="print_settings_summary_no_service" msgid="6721731154917653862">"Off"</string>
    <plurals name="print_settings_summary" formatted="false" msgid="1034273609054146099">
      <item quantity="other"><xliff:g id="COUNT">%1$d</xliff:g> print services on</item>
      <item quantity="one">1 print service on</item>
    </plurals>
    <plurals name="print_jobs_summary" formatted="false" msgid="3933688846338306536">
      <item quantity="other"><xliff:g id="COUNT">%1$d</xliff:g> print jobs</item>
      <item quantity="one">1 print job</item>
    </plurals>
    <string name="print_settings_title" msgid="7680498284751129935">"Print services"</string>
    <string name="print_no_services_installed" msgid="7554057966540602692">"No services installed"</string>
    <string name="print_no_printers_found" msgid="4833082484646109486">"No printers found"</string>
    <string name="print_menu_item_settings" msgid="8202755044784599740">"Settings"</string>
    <string name="print_menu_item_add_printers" msgid="7958192149202584039">"Add printers"</string>
    <string name="print_feature_state_on" msgid="7132063461008624685">"On"</string>
    <string name="print_feature_state_off" msgid="1466195699995209446">"Off"</string>
    <string name="print_menu_item_add_service" msgid="1549091062463044676">"Add service"</string>
    <string name="print_menu_item_add_printer" msgid="8711630848324870892">"Add printer"</string>
    <string name="print_menu_item_search" msgid="5989979785203603169">"Search"</string>
    <string name="print_searching_for_printers" msgid="5401413178028348800">"Searching for printers"</string>
    <string name="print_service_disabled" msgid="9185935228930987786">"Service disabled"</string>
    <string name="print_print_jobs" msgid="2605944855933091183">"Print jobs"</string>
    <string name="print_print_job" msgid="8477859161886726608">"Print job"</string>
    <string name="print_restart" msgid="4424096106141083945">"Restart"</string>
    <string name="print_cancel" msgid="7611266511967568501">"Cancel"</string>
    <string name="print_job_summary" msgid="277210060872032969">"<xliff:g id="PRINTER">%1$s</xliff:g>\n<xliff:g id="TIME">%2$s</xliff:g>"</string>
    <string name="print_configuring_state_title_template" msgid="2887013172492183045">"Configuring <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
    <string name="print_printing_state_title_template" msgid="7367513245156603431">"Printing <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
    <string name="print_cancelling_state_title_template" msgid="9094795458159980190">"Cancelling <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
    <string name="print_failed_state_title_template" msgid="4751695809935404505">"Printer error <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
    <string name="print_blocked_state_title_template" msgid="3134100215188411074">"Printer blocked <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
    <string name="print_search_box_shown_utterance" msgid="6215002365360341961">"Search box shown"</string>
    <string name="print_search_box_hidden_utterance" msgid="5355387966141712567">"Search box hidden"</string>
    <string name="printer_info_desc" msgid="1206872325746154206">"More information about this printer"</string>
    <string name="power_usage_summary_title" msgid="4198312848584882113">"Battery"</string>
    <string name="power_usage_summary" msgid="6857382582534984531">"What has been using the battery"</string>
    <string name="power_usage_not_available" msgid="3425302437465106036">"Battery usage data isn\'t available."</string>
    <string name="power_usage_level_and_status" msgid="821521456989429593">"<xliff:g id="LEVEL">%1$s</xliff:g> - <xliff:g id="STATUS">%2$s</xliff:g>"</string>
    <string name="power_discharge_remaining" msgid="6997529817917076536">"<xliff:g id="REMAIN">%1$s</xliff:g> remaining"</string>
    <string name="power_charge_remaining" msgid="7046064326172265116">"<xliff:g id="UNTIL_CHARGED">%1$s</xliff:g> to charge"</string>
    <string name="background_activity_title" msgid="8214332017349791380">"Background restriction"</string>
    <string name="background_activity_summary" msgid="3817376868497046016">"Allow the app to run in the background"</string>
    <string name="background_activity_summary_disabled" msgid="32459916080651444">"App not allowed to run in background"</string>
    <string name="background_activity_summary_whitelisted" msgid="6808917852577742965">"Background usage can’t be restricted"</string>
    <string name="background_activity_warning_dialog_title" msgid="3449566823290744823">"Limit background activity?"</string>
    <string name="background_activity_warning_dialog_text" msgid="8202776985767701095">"If you limit background activity for an app, it may misbehave"</string>
    <string name="background_activity_disabled_dialog_text" msgid="4053170297325882494">"Since this app is not set to optimise battery, you can’t restrict it.\n\nTo restrict the app, first turn on battery optimisation."</string>
    <string name="device_screen_usage" msgid="1011630249648289909">"Screen usage since full charge"</string>
    <string name="power_usage_list_summary" msgid="3237540201918492925">"Battery usage since full charge"</string>
    <string name="screen_usage_summary" msgid="1393184943010909471">"Amount of time screen has been on since full charge"</string>
    <string name="device_usage_list_summary" msgid="242243537371697285">"Device usage since full charge"</string>
    <string name="battery_since_unplugged" msgid="6991509383429936921">"Battery use since unplugged"</string>
    <string name="battery_since_reset" msgid="2930376112877476562">"Battery use since reset"</string>
    <string name="battery_stats_on_battery" msgid="1553011980384645514">"<xliff:g id="TIME">%1$s</xliff:g> on battery"</string>
    <string name="battery_stats_duration" msgid="6918768703070999743">"<xliff:g id="TIME">%1$s</xliff:g> since unplugged"</string>
    <string name="battery_stats_charging_label" msgid="6204814386861342145">"Charging"</string>
    <string name="battery_stats_screen_on_label" msgid="8989312180491200138">"Screen ON"</string>
    <string name="battery_stats_gps_on_label" msgid="5626424078405382686">"GPS on"</string>
    <string name="battery_stats_camera_on_label" msgid="555635201416769359">"Camera on"</string>
    <string name="battery_stats_flashlight_on_label" msgid="1621027969559427783">"Torch on"</string>
    <string name="battery_stats_wifi_running_label" msgid="6461551370010379049">"Wi‑Fi"</string>
    <string name="battery_stats_wake_lock_label" msgid="8115041205778441548">"Awake"</string>
    <string name="battery_stats_phone_signal_label" msgid="679649411998679555">"Mobile network signal"</string>
    <!-- no translation found for battery_stats_last_duration (3088100394725340600) -->
    <skip />
    <string name="awake" msgid="5405871714019268978">"Device awake time"</string>
    <string name="wifi_on_time" msgid="3880778525760926066">"Wi‑Fi on time"</string>
    <string name="bluetooth_on_time" msgid="8424625554628450028">"Wi‑Fi on time"</string>
    <string name="advanced_battery_title" msgid="3005993394776555079">"Battery usage"</string>
    <string name="history_details_title" msgid="8628584613889559355">"History details"</string>
    <string name="battery_details_title" msgid="4531369291819754178">"Battery usage"</string>
    <string name="details_subtitle" msgid="2550872569652785527">"Use details"</string>
    <string name="controls_subtitle" msgid="3759606830916441564">"Adjust power use"</string>
    <string name="packages_subtitle" msgid="8687690644931499428">"Included packages"</string>
    <string name="battery_tip_summary_title" msgid="321127485145626939">"Apps are running normally"</string>
    <string name="battery_tip_summary_summary" product="default" msgid="6077959765904507849">"Phone has typical background battery usage"</string>
    <string name="battery_tip_summary_summary" product="tablet" msgid="5063158368808711973">"Tablet has typical background battery usage"</string>
    <string name="battery_tip_summary_summary" product="device" msgid="4242899844618910548">"Device has typical background battery usage"</string>
    <string name="battery_tip_low_battery_title" msgid="7789690720316830767">"Low battery capacity"</string>
    <string name="battery_tip_low_battery_summary" msgid="357649681960300945">"Battery can\'t provide good battery life"</string>
    <string name="battery_tip_smart_battery_title" product="default" msgid="2903272443772298636">"Improve your phone\'s battery life"</string>
    <string name="battery_tip_smart_battery_title" product="tablet" msgid="6813017377960004819">"Improve your tablet\'s battery life"</string>
    <string name="battery_tip_smart_battery_title" product="device" msgid="4805599360437606335">"Improve your device\'s battery life"</string>
    <string name="battery_tip_smart_battery_summary" msgid="3592965553502362965">"Turn on Battery Manager"</string>
    <string name="battery_tip_early_heads_up_title" msgid="4411387863476629452">"Turn on Battery Saver"</string>
    <string name="battery_tip_early_heads_up_summary" msgid="578523794827443977">"Battery may run out earlier than usual"</string>
    <string name="battery_tip_early_heads_up_done_title" msgid="4413270905575486715">"Battery Saver is on"</string>
    <string name="battery_tip_early_heads_up_done_summary" msgid="7858923105760361208">"Some features may be limited"</string>
    <string name="battery_tip_high_usage_title" product="default" msgid="2375953293196088319">"Phone used more than usual"</string>
    <string name="battery_tip_high_usage_title" product="tablet" msgid="8515903411746145740">"Tablet used more than usual"</string>
    <string name="battery_tip_high_usage_title" product="device" msgid="6577086402173910457">"Device used more than usual"</string>
    <string name="battery_tip_high_usage_summary" msgid="5356399389711499862">"Battery may run out earlier than usual"</string>
    <string name="battery_tip_dialog_message" product="default" msgid="4681734836472195966">"Your phone has been used more than usual. Your battery may run out sooner than expected.\n\nTop apps by battery usage:"</string>
    <string name="battery_tip_dialog_message" product="tablet" msgid="3934298305232120382">"Your tablet has been used more than usual. Your battery may run out sooner than expected.\n\nTop apps by battery usage:"</string>
    <string name="battery_tip_dialog_message" product="device" msgid="2620789680336796054">"Your device has been used more than usual. Your battery may run out sooner than expected.\n\nTop apps by battery usage:"</string>
    <string name="battery_tip_dialog_message_footer" msgid="986542164372177504">"Includes high-power background activity"</string>
    <plurals name="battery_tip_restrict_title" formatted="false" msgid="3108195491484891588">
      <item quantity="other">Restrict %1$d apps</item>
      <item quantity="one">Restrict %1$d app</item>
    </plurals>
    <plurals name="battery_tip_restrict_handled_title" formatted="false" msgid="5862649927574803958">
      <item quantity="other">%2$d apps recently restricted</item>
      <item quantity="one">%1$s recently restricted</item>
    </plurals>
    <plurals name="battery_tip_restrict_summary" formatted="false" msgid="3328499737453686910">
      <item quantity="other">%2$d apps have high background battery usage</item>
      <item quantity="one">%1$s has high background battery usage</item>
    </plurals>
    <plurals name="battery_tip_restrict_handled_summary" formatted="false" msgid="3036853535034350991">
      <item quantity="other">These apps can\'t run in the background</item>
      <item quantity="one">This app can\'t run in the background</item>
    </plurals>
    <plurals name="battery_tip_restrict_app_dialog_title" formatted="false" msgid="7897944678619251740">
      <item quantity="other">Restrict %1$d apps?</item>
      <item quantity="one">Restrict app?</item>
    </plurals>
    <string name="battery_tip_restrict_app_dialog_message" msgid="137856003724730751">"To save battery, stop <xliff:g id="APP">%1$s</xliff:g> from using battery in the background. This app may not work properly and notifications may be delayed."</string>
    <string name="battery_tip_restrict_apps_less_than_5_dialog_message" msgid="5894648804112181324">"To save battery, stop these apps from using battery in the background. Restricted apps may not work properly and notifications may be delayed.\n\nApps:"</string>
    <string name="battery_tip_restrict_apps_more_than_5_dialog_message" msgid="4546838397423565138">"To save battery, stop these apps from using battery in the background. Restricted apps may not work properly and notifications may be delayed.\n\nApps:\n<xliff:g id="APP_LIST">%1$s</xliff:g>."</string>
    <string name="battery_tip_restrict_app_dialog_ok" msgid="7025027696689301916">"Restrict"</string>
    <string name="battery_tip_unrestrict_app_dialog_title" msgid="5501997201160532301">"Remove restriction?"</string>
    <string name="battery_tip_unrestrict_app_dialog_message" msgid="215449637818582819">"This app will be able to use battery in the background. Your battery may run out sooner than expected."</string>
    <string name="battery_tip_unrestrict_app_dialog_ok" msgid="7940183167721998470">"Remove"</string>
    <string name="battery_tip_unrestrict_app_dialog_cancel" msgid="4968135709160207507">"Cancel"</string>
    <string name="battery_tip_dialog_summary_message" product="default" msgid="6097167058237891756">"Your apps are using a normal amount of battery. If apps use too much battery, your phone will suggest actions that you can take.\n\nYou can always turn on Battery Saver if you’re running low on battery."</string>
    <string name="battery_tip_dialog_summary_message" product="tablet" msgid="573297655597451123">"Your apps are using a normal amount of battery. If apps use too much battery, your tablet will suggest actions that you can take.\n\nYou can always turn on Battery Saver if you’re running low on battery."</string>
    <string name="battery_tip_dialog_summary_message" product="device" msgid="8222461068860745749">"Your apps are using a normal amount of battery. If apps use too much battery, your device will suggest actions that you can take.\n\nYou can always turn on Battery Saver if you’re running low on battery."</string>
    <string name="smart_battery_manager_title" msgid="3677620516657920364">"Battery Manager"</string>
    <string name="smart_battery_title" msgid="9095903608520254254">"Manage apps automatically"</string>
    <string name="smart_battery_summary" product="default" msgid="1492277404000064998">"Limit battery for apps that you don’t use often"</string>
    <string name="smart_battery_footer" msgid="8407121907452993645">"When Battery Manager detects that apps are draining battery, you’ll have the option to restrict these apps. Restricted apps may not work properly and notifications may be delayed."</string>
    <string name="restricted_app_title" msgid="6585080822121007436">"Restricted apps"</string>
    <plurals name="restricted_app_summary" formatted="false" msgid="6059772951505411003">
      <item quantity="other">Limiting battery usage for %1$d apps</item>
      <item quantity="one">Limiting battery usage for %1$d app</item>
    </plurals>
    <string name="restricted_app_time_summary" msgid="3097721884155913252">"Restricted <xliff:g id="TIME">%1$s</xliff:g>"</string>
    <string name="restricted_app_detail_footer" msgid="3683577206409650564">"These apps have been using battery in the background. Restricted apps may not work properly and notifications may be delayed."</string>
    <string name="battery_auto_restriction_title" msgid="827206218118093357">"Use Battery Manager"</string>
    <string name="battery_auto_restriction_summary" msgid="2140896101984815711">"Detect when apps drain battery"</string>
    <string name="battery_manager_on" product="default" msgid="3197525907390349054">"On/detecting when apps drain battery"</string>
    <string name="battery_manager_off" msgid="673547668722420924">"Off"</string>
    <plurals name="battery_manager_app_restricted" formatted="false" msgid="6714534362166394848">
      <item quantity="other">%1$d apps restricted</item>
      <item quantity="one">%1$d app restricted</item>
    </plurals>
    <string name="battery_header_title_alternate" msgid="8371821625994616659">"<xliff:g id="NUMBER">^1</xliff:g>"<small>" "<font size="20">"<xliff:g id="UNIT">%</xliff:g>"</font></small>""</string>
    <string name="dialog_stop_title" msgid="5972757101865665655">"Stop app?"</string>
    <string name="dialog_stop_message" product="default" msgid="2063536418875183799">"Your phone can\'t manage battery normally because <xliff:g id="APP">%1$s</xliff:g> is keeping your phone awake.\n\nTo try to fix this issue, you can stop the app.\n\nIf this keeps happening, you may need to uninstall the app to improve battery performance."</string>
    <string name="dialog_stop_message" product="tablet" msgid="426862716783569739">"Your tablet can\'t manage battery normally because <xliff:g id="APP">%1$s</xliff:g> is keeping your tablet awake.\n\nTo try to fix this issue, you can stop the app.\n\nIf this keeps happening, you may need to uninstall the app to improve battery performance."</string>
    <string name="dialog_stop_message" product="device" msgid="4252335402634772603">"Your device can\'t manage battery normally because <xliff:g id="APP">%1$s</xliff:g> is keeping your device awake.\n\nTo try to fix this issue, you can stop the app.\n\nIf this keeps happening, you may need to uninstall the app to improve battery performance."</string>
    <string name="dialog_stop_message_wakeup_alarm" product="default" msgid="604462000476810125">"Your phone can\'t manage battery normally because <xliff:g id="APP_0">%1$s</xliff:g> keeps waking up your phone.\n\nTo try to fix this issue, you can stop <xliff:g id="APP_1">%1$s</xliff:g>.\n\nIf this keeps happening, you may need to uninstall the app to improve battery performance."</string>
    <string name="dialog_stop_message_wakeup_alarm" product="tablet" msgid="7737426241260791605">"Your tablet can\'t manage battery normally because <xliff:g id="APP_0">%1$s</xliff:g> keeps waking up your tablet.\n\nTo try to fix this issue, you can stop <xliff:g id="APP_1">%1$s</xliff:g>.\n\nIf this keeps happening, you may need to uninstall the app to improve battery performance."</string>
    <string name="dialog_stop_message_wakeup_alarm" product="device" msgid="1820679795932901383">"Your device can\'t manage battery normally because <xliff:g id="APP_0">%1$s</xliff:g> keeps waking up your device.\n\nTo try to fix this issue, you can stop <xliff:g id="APP_1">%1$s</xliff:g>.\n\nIf this keeps happening, you may need to uninstall the app to improve battery performance."</string>
    <string name="dialog_stop_ok" msgid="1171516542217183180">"Stop app"</string>
    <string name="dialog_background_check_title" msgid="8571605969100408762">"Turn off background usage &amp; stop app?"</string>
    <string name="dialog_background_check_message" product="default" msgid="6203374578970183277">"Your phone can\'t manage battery normally because <xliff:g id="APP_0">%1$s</xliff:g> keeps waking up your phone.\n\nTo try to fix this issue, you can stop <xliff:g id="APP_1">%1$s</xliff:g> and prevent it from running in the background."</string>
    <string name="dialog_background_check_message" product="tablet" msgid="1282389215667916176">"Your tablet can\'t manage battery normally because <xliff:g id="APP_0">%1$s</xliff:g> keeps waking up your tablet.\n\nTo try to fix this issue, you can stop <xliff:g id="APP_1">%1$s</xliff:g> and prevent it from running in the background."</string>
    <string name="dialog_background_check_message" product="device" msgid="8005524265739819577">"Your device can\'t manage battery normally because <xliff:g id="APP_0">%1$s</xliff:g> keeps waking up your device.\n\nTo try to fix this issue, you can stop <xliff:g id="APP_1">%1$s</xliff:g> and prevent it from running in the background."</string>
    <string name="dialog_background_check_ok" msgid="5792934035264144797">"Turn off"</string>
    <string name="dialog_location_title" msgid="1323400468370901875">"Turn off location?"</string>
    <string name="dialog_location_message" product="default" msgid="5597959072209122057">"Your phone can\'t manage battery normally because <xliff:g id="APP">%1$s</xliff:g> keeps requesting your location when you\'re not using the app.\n\nTo fix this issue, you can turn off location for this app."</string>
    <string name="dialog_location_message" product="tablet" msgid="7165269165194599595">"Your tablet can\'t manage battery normally because <xliff:g id="APP">%1$s</xliff:g> keeps requesting your location when you\'re not using the app.\n\nTo fix this issue, you can turn off location for this app."</string>
    <string name="dialog_location_message" product="device" msgid="4606829479989940464">"Your device can\'t manage battery normally because <xliff:g id="APP">%1$s</xliff:g> keeps requesting your location when you\'re not using the app.\n\nTo fix this issue, you can turn off location for this app."</string>
    <string name="dialog_location_ok" msgid="6338680851382069716">"Turn off"</string>
    <string name="power_screen" msgid="4596900105850963806">"Screen"</string>
    <string name="power_flashlight" msgid="8993388636332573202">"Flashlight"</string>
    <string name="power_camera" msgid="4778315081581293923">"Camera"</string>
    <string name="power_wifi" msgid="4614007837288250325">"Wi‑Fi"</string>
    <string name="power_bluetooth" msgid="5085900180846238196">"Bluetooth"</string>
    <string name="power_cell" msgid="5507921058696341513">"Mobile network standby"</string>
    <string name="power_phone" msgid="2768396619208561670">"Voice calls"</string>
    <string name="power_idle" product="tablet" msgid="4689321599298911021">"Tablet idle"</string>
    <string name="power_idle" product="default" msgid="9132502722499465252">"Phone idle"</string>
    <string name="power_unaccounted" msgid="2160811497426475703">"Miscellaneous"</string>
    <string name="power_overcounted" msgid="3681101460287472876">"Over-counted"</string>
    <string name="usage_type_cpu" msgid="8544148642836549011">"CPU total"</string>
    <string name="usage_type_cpu_foreground" msgid="6120871498122604239">"CPU foreground"</string>
    <string name="usage_type_wake_lock" msgid="3442487584173668904">"Keep awake"</string>
    <string name="usage_type_gps" msgid="4118035982288964651">"GPS"</string>
    <string name="usage_type_wifi_running" msgid="5573404832197356206">"Wi‑Fi running"</string>
    <string name="usage_type_phone" product="tablet" msgid="4527092861928972130">"Tablet"</string>
    <string name="usage_type_phone" product="default" msgid="4149330237181984782">"Phone"</string>
    <string name="usage_type_data_send" msgid="4375755152437282184">"Mobile packets sent"</string>
    <string name="usage_type_data_recv" msgid="7821924049621005218">"Mobile packets received"</string>
    <string name="usage_type_radio_active" msgid="1876069445855950097">"Mobile radio active"</string>
    <string name="usage_type_data_wifi_send" msgid="6154038607322769558">"Wi‑Fi packets sent"</string>
    <string name="usage_type_data_wifi_recv" msgid="4821128213012023100">"Wi‑Fi packets received"</string>
    <string name="usage_type_audio" msgid="1100651355357912864">"Audio"</string>
    <string name="usage_type_video" msgid="1068481638906679035">"Video"</string>
    <string name="usage_type_camera" msgid="3999579307204257822">"Camera"</string>
    <string name="usage_type_flashlight" msgid="5629235220169383309">"Flashlight"</string>
    <string name="usage_type_on_time" msgid="104642441471272535">"Time on"</string>
    <string name="usage_type_no_coverage" msgid="1385712176630900103">"Time without a signal"</string>
    <string name="usage_type_total_battery_capacity" msgid="3878234027503885998">"Total battery capacity"</string>
    <string name="usage_type_computed_power" msgid="5191902025833668752">"Computed power use"</string>
    <string name="usage_type_actual_power" msgid="1221358930299037926">"Observed power use"</string>
    <string name="battery_action_stop" msgid="6998228610098034316">"Force stop"</string>
    <string name="battery_action_app_details" msgid="7201369216798227707">"App info"</string>
    <string name="battery_action_app_settings" msgid="2437124469335488464">"App settings"</string>
    <string name="battery_action_display" msgid="6515712081248863749">"Screen settings"</string>
    <string name="battery_action_wifi" msgid="1829212604573932607">"Wi‑Fi settings"</string>
    <string name="battery_action_bluetooth" msgid="4723692623358386789">"Bluetooth settings"</string>
    <string name="battery_desc_voice" msgid="6900799826084022585">"Battery used by voice calls"</string>
    <string name="battery_desc_standby" product="tablet" msgid="5818742458684767043">"Battery used when tablet is idle"</string>
    <string name="battery_desc_standby" product="default" msgid="2543075041964578103">"Battery used when phone is idle"</string>
    <string name="battery_desc_radio" msgid="454677140485133914">"Battery used by mobile radio"</string>
    <string name="battery_sugg_radio" msgid="5476234634503535270">"Switch to aeroplane mode to save power in areas with no mobile coverage"</string>
    <string name="battery_desc_flashlight" msgid="6694895513133361404">"Battery used by the flashlight"</string>
    <string name="battery_desc_camera" msgid="6152712271731518018">"Battery used by the camera"</string>
    <string name="battery_desc_display" msgid="7175017688954602685">"Battery used by the display and backlight"</string>
    <string name="battery_sugg_display" msgid="3102137296547788111">"Reduce the screen brightness and/or screen timeout"</string>
    <string name="battery_desc_wifi" msgid="5276669172548928768">"Battery used by Wi‑Fi"</string>
    <string name="battery_sugg_wifi" msgid="359757575108350109">"Turn off Wi‑Fi when not using it or when it isn\'t available"</string>
    <string name="battery_desc_bluetooth" msgid="2237947137783306282">"Battery used by Bluetooth"</string>
    <string name="battery_sugg_bluetooth_basic" msgid="8943564578546832037">"Turn off Bluetooth when you aren\'t using it"</string>
    <string name="battery_sugg_bluetooth_headset" msgid="6495519793211758353">"Try connecting to a different Bluetooth device"</string>
    <string name="battery_desc_apps" msgid="4187483940383266017">"Battery used by app"</string>
    <string name="battery_sugg_apps_info" msgid="4796917242296658454">"Stop or uninstall the app"</string>
    <string name="battery_sugg_apps_gps" msgid="7221335088647925110">"Select battery-saving mode"</string>
    <string name="battery_sugg_apps_settings" msgid="6527223370162382166">"The application may offer settings to reduce battery use"</string>
    <string name="battery_desc_users" msgid="1959428568888686847">"Battery used by user"</string>
    <string name="battery_desc_unaccounted" msgid="1649497860893660763">"Miscellaneous power use"</string>
    <string name="battery_msg_unaccounted" msgid="5647345548624995064">"Battery use is an approximation of power use and does not include every source of battery drain. Miscellaneous is the difference between the computed approximate power use and the actual drain observed on the battery."</string>
    <string name="battery_desc_overcounted" msgid="5982079150027267539">"Over-counted power use"</string>
    <string name="mah" msgid="3604527474433227780">"<xliff:g id="NUMBER">%d</xliff:g> mAh"</string>
    <string name="battery_used_for" msgid="6401552215008504483">"Used for <xliff:g id="TIME">^1</xliff:g>"</string>
    <string name="battery_active_for" msgid="4416277218863232476">"Active for <xliff:g id="TIME">^1</xliff:g>"</string>
    <string name="battery_screen_usage" msgid="90008745183187461">"Screen usage <xliff:g id="TIME">^1</xliff:g>"</string>
    <string name="battery_used_by" msgid="6457305178016189330">"<xliff:g id="PERCENT">%1$s</xliff:g> used by <xliff:g id="APP">%2$s</xliff:g>"</string>
    <string name="battery_overall_usage" msgid="8940140259734182014">"<xliff:g id="PERCENT">%1$s</xliff:g> of overall battery"</string>
    <string name="battery_detail_since_full_charge" msgid="5650946565524184582">"Breakdown since last full charge"</string>
    <string name="battery_last_full_charge" msgid="8308424441475063956">"Last full charge"</string>
    <string name="battery_full_charge_last" msgid="465146408601016923">"Full charge lasts about"</string>
    <string name="battery_footer_summary" msgid="9125397752380281832">"Battery usage data is approximate and can change based on usage"</string>
    <string name="battery_detail_foreground" msgid="3312280147931093967">"While in active use"</string>
    <string name="battery_detail_background" msgid="3333915023706228000">"While in background"</string>
    <string name="battery_detail_power_usage" msgid="1492926471397355477">"Battery usage"</string>
    <string name="battery_detail_info_title" msgid="5896661833554333683">"Since full charge"</string>
    <string name="battery_detail_manage_title" msgid="7910805419446927887">"Manage battery usage"</string>
    <string name="advanced_battery_graph_subtext" msgid="6816737986172678550">"Battery left estimate is based on your device usage"</string>
    <string name="estimated_time_left" msgid="948717045180211777">"Estimated time left"</string>
    <string name="estimated_charging_time_left" msgid="2287135413363961246">"Until fully charged"</string>
    <string name="estimated_time_description" msgid="211058785418596009">"Estimate may change based on usage"</string>
    <string name="menu_stats_unplugged" msgid="7125297366200634285">"<xliff:g id="UNPLUGGED">%1$s</xliff:g> since unplugged"</string>
    <string name="menu_stats_last_unplugged" msgid="230678127178268655">"While last for unplugged for <xliff:g id="UNPLUGGED">%1$s</xliff:g>"</string>
    <string name="menu_stats_total" msgid="2713445396954503670">"Usage totals"</string>
    <string name="menu_stats_refresh" msgid="6727628139586938835">"Refresh"</string>
    <string name="process_mediaserver_label" msgid="6135260215912215092">"Media server"</string>
    <string name="process_dex2oat_label" msgid="1190208677726583153">"App optimisation"</string>
    <string name="battery_saver" msgid="7737147344510595864">"Battery Saver"</string>
    <string name="battery_saver_auto_title" msgid="6789753787070176144">"Turn on automatically"</string>
    <string name="battery_saver_auto_no_schedule" msgid="5123639867350138893">"No schedule"</string>
    <string name="battery_saver_auto_routine" msgid="4656495097900848608">"Based on your routine"</string>
    <string name="battery_saver_auto_percentage" msgid="558533724806281980">"Based on percentage"</string>
    <string name="battery_saver_auto_routine_summary" msgid="3913145448299472628">"Battery Saver turns on if your battery is likely to run out before your next typical charge"</string>
    <string name="battery_saver_auto_percentage_summary" msgid="6190884450723824287">"Will turn on at <xliff:g id="PERCENT">%1$s</xliff:g>"</string>
    <string name="battery_saver_schedule_settings_title" msgid="3688019979950082237">"Set a schedule"</string>
    <string name="battery_saver_turn_on_summary" msgid="1433919417587171160">"Extend battery life"</string>
    <string name="battery_saver_sticky_title_new" msgid="5942813274115684599">"Turn off when charged"</string>
    <string name="battery_saver_sticky_description_new" product="default" msgid="6862168106613838677">"Battery Saver turns off when your phone is at <xliff:g id="PERCENT">%1$s</xliff:g>"</string>
    <string name="battery_saver_sticky_description_new" product="tablet" msgid="6740553373344759992">"Battery Saver turns off when your tablet is at <xliff:g id="PERCENT">%1$s</xliff:g>"</string>
    <string name="battery_saver_sticky_description_new" product="device" msgid="8512106347424406909">"Battery Saver turns off when your device is at <xliff:g id="PERCENT">%1$s</xliff:g>"</string>
    <!-- no translation found for battery_saver_seekbar_title (3712266470054006641) -->
    <skip />
    <string name="battery_saver_seekbar_title_placeholder" msgid="7141264642540687540">"Turn on"</string>
    <string name="battery_saver_master_switch_title" msgid="3474312070095834915">"Use Battery Saver"</string>
    <string name="battery_saver_turn_on_automatically_title" msgid="7857393318205740864">"Turn on automatically"</string>
    <string name="battery_saver_turn_on_automatically_never" msgid="6194649389871448663">"Never"</string>
    <string name="battery_saver_turn_on_automatically_pct" msgid="4294335680892392449">"at <xliff:g id="PERCENT">%1$s</xliff:g> battery"</string>
    <string name="battery_percentage" msgid="1779934245963043490">"Battery percentage"</string>
    <string name="battery_percentage_description" msgid="2321465139126125541">"Show battery percentage in status bar"</string>
    <string name="process_stats_summary_title" msgid="502683176231281732">"Process Stats"</string>
    <string name="process_stats_summary" msgid="522842188571764699">"Geeky stats about running processes"</string>
    <string name="app_memory_use" msgid="7559666138324410666">"Memory use"</string>
    <string name="process_stats_total_duration" msgid="3898635541254636618">"<xliff:g id="USEDRAM">%1$s</xliff:g> of <xliff:g id="TOTALRAM">%2$s</xliff:g> used over last <xliff:g id="TIMEDURATION">%3$s</xliff:g>"</string>
    <string name="process_stats_total_duration_percentage" msgid="4391502694312709148">"<xliff:g id="PERCENT">%1$s</xliff:g> of RAM used over <xliff:g id="TIMEDURATION">%2$s</xliff:g>"</string>
    <string name="process_stats_type_background" msgid="4094034441562453522">"Background"</string>
    <string name="process_stats_type_foreground" msgid="5043049335546793803">"Foreground"</string>
    <string name="process_stats_type_cached" msgid="129788969589599563">"Cached"</string>
    <string name="process_stats_os_label" msgid="2096501347732184886">"Android OS"</string>
    <string name="process_stats_os_native" msgid="794547105037548539">"Native"</string>
    <string name="process_stats_os_kernel" msgid="5626269994512354996">"Kernel"</string>
    <string name="process_stats_os_zram" msgid="3067278664868354143">"Z-Ram"</string>
    <string name="process_stats_os_cache" msgid="4753163023524305711">"Caches"</string>
    <string name="process_stats_ram_use" msgid="5966645638783509937">"RAM use"</string>
    <string name="process_stats_bg_ram_use" msgid="3572439697306771461">"RAM use (background)"</string>
    <string name="process_stats_run_time" msgid="8631920944819076418">"Running time"</string>
    <string name="processes_subtitle" msgid="5791138718719605724">"Processes"</string>
    <string name="services_subtitle" msgid="9136741140730524046">"Services"</string>
    <string name="menu_proc_stats_duration" msgid="1249684566371309908">"Duration"</string>
    <string name="mem_details_title" msgid="8064756349669711949">"Memory details"</string>
    <string name="menu_duration_3h" msgid="9202635114831885878">"3 hours"</string>
    <string name="menu_duration_6h" msgid="2843895006519153126">"6 hours"</string>
    <string name="menu_duration_12h" msgid="9206922888181602565">"12 hours"</string>
    <string name="menu_duration_1d" msgid="8538390358158862330">"1 day"</string>
    <string name="menu_show_system" msgid="3780310384799907818">"Show system"</string>
    <string name="menu_hide_system" msgid="5197937451381420622">"Hide system"</string>
    <string name="menu_show_percentage" msgid="6143205879027928330">"Show percentages"</string>
    <string name="menu_use_uss" msgid="1663914348353623749">"Use Uss"</string>
    <string name="menu_proc_stats_type" msgid="5048575824389855689">"Stats type"</string>
    <string name="menu_proc_stats_type_background" msgid="6796434633192284607">"Background"</string>
    <string name="menu_proc_stats_type_foreground" msgid="9011432748521890803">"Foreground"</string>
    <string name="menu_proc_stats_type_cached" msgid="1351321959600144622">"Cached"</string>
    <string name="voice_input_output_settings" msgid="1055497319048272051">"Voice input &amp; output"</string>
    <string name="voice_input_output_settings_title" msgid="6449454483955543064">"Voice input &amp; output settings"</string>
    <string name="voice_search_settings_title" msgid="228743187532160069">"Voice search"</string>
    <string name="keyboard_settings_title" msgid="2199286020368890114">"Android keyboard"</string>
    <string name="voice_input_settings" msgid="105821652985768064">"Voice input settings"</string>
    <string name="voice_input_settings_title" msgid="3708147270767296322">"Voice input"</string>
    <string name="voice_service_preference_section_title" msgid="4807795449147187497">"Voice input services"</string>
    <string name="voice_interactor_preference_summary" msgid="3942881638813452880">"Full hotword and interaction"</string>
    <string name="voice_recognizer_preference_summary" msgid="9195427725367463336">"Simple speech to text"</string>
    <string name="voice_interaction_security_warning" msgid="7962884055885987671">"This voice input service will be able to perform always-on voice monitoring, and control voice enabled applications on your behalf. It comes from the <xliff:g id="VOICE_INPUT_SERVICE_APP_NAME">%s</xliff:g> application. Enable the use of this service?"</string>
    <string name="tts_engine_preference_title" msgid="7808775764174571132">"Preferred engine"</string>
    <string name="tts_engine_settings_title" msgid="1298093555056321577">"Engine settings"</string>
    <string name="tts_sliders_title" msgid="6901146958648426181">"Speech rate &amp; pitch"</string>
    <string name="tts_engine_section_title" msgid="5115035218089228451">"Engine"</string>
    <string name="tts_install_voice_title" msgid="5133545696447933812">"Voices"</string>
    <string name="tts_spoken_language" msgid="4652894245474520872">"Spoken Language"</string>
    <string name="tts_install_voices_title" msgid="6505257816336165782">"Install Voices"</string>
    <string name="tts_install_voices_text" msgid="902408506519246362">"Continue to the <xliff:g id="TTS_APP_NAME">%s</xliff:g> app to install voices"</string>
    <string name="tts_install_voices_open" msgid="919034855418197668">"Open App"</string>
    <string name="tts_install_voices_cancel" msgid="5179154684379560628">"Cancel"</string>
    <string name="tts_reset" msgid="9047681050813970031">"Reset"</string>
    <string name="tts_play" msgid="2945513377250757221">"Play"</string>
    <string name="vpn_settings_title" msgid="9131315656202257272">"VPN"</string>
    <string name="credentials_title" msgid="7535942196886123656">"Credential storage"</string>
    <string name="credentials_install" msgid="3933218407598415827">"Install a certificate"</string>
    <string name="credentials_install_summary" product="nosdcard" msgid="6644116499934553975">"Install certificates from storage"</string>
    <string name="credentials_install_summary" product="default" msgid="8161351950524166012">"Install certificates from SD card"</string>
    <string name="credentials_reset" msgid="4246628389366452655">"Clear credentials"</string>
    <string name="credentials_reset_summary" msgid="5400585520572874255">"Remove all certificates"</string>
    <string name="trusted_credentials" msgid="2522784976058244683">"Trusted credentials"</string>
    <string name="trusted_credentials_summary" msgid="345822338358409468">"Display trusted CA certificates"</string>
    <string name="user_credentials" msgid="4044405430790970775">"User credentials"</string>
    <string name="user_credentials_summary" msgid="686471637627271856">"View and modify stored credentials"</string>
    <string name="advanced_security_title" msgid="7117581975877192652">"Advanced"</string>
    <string name="credential_storage_type" msgid="930861336971619888">"Storage type"</string>
    <string name="credential_storage_type_hardware" msgid="2630040425119817220">"Hardware-backed"</string>
    <string name="credential_storage_type_software" msgid="4786996040468294626">"Software only"</string>
    <string name="credentials_settings_not_available" msgid="7433088409177429600">"Credentials are not available for this user"</string>
    <string name="credential_for_vpn_and_apps" msgid="2208229692860871136">"Installed for VPN and apps"</string>
    <string name="credential_for_wifi" msgid="1963335263280604998">"Installed for Wi-Fi"</string>
    <string name="credentials_reset_hint" msgid="4054601857203464867">"Remove all the contents?"</string>
    <string name="credentials_erased" msgid="9121052044566053345">"Credential storage has been erased."</string>
    <string name="credentials_not_erased" msgid="3611058412683184031">"Credential storage couldn\'t be erased."</string>
    <string name="usage_access_title" msgid="1580006124578134850">"Apps with usage access"</string>
    <string name="ca_certificate" msgid="3076484307693855611">"CA certificate"</string>
    <string name="user_certificate" msgid="6897024598058566466">"VPN and app user certificate"</string>
    <string name="wifi_certificate" msgid="8461905432409380387">"Wi‑Fi certificate"</string>
    <string name="ca_certificate_warning_title" msgid="7951148441028692619">"Your data won’t be private"</string>
    <string name="ca_certificate_warning_description" msgid="3386740654961466569">"CA certificates are used by websites, apps and VPNs for encryption. Only install CA certificates from organisations that you trust. \n\n If you install a CA certificate, the certificate owner could access your data, such as passwords or credit card details, from websites that you visit or apps that you use, even if your data is encrypted."</string>
    <string name="certificate_warning_dont_install" msgid="3794366420884560605">"Don’t install"</string>
    <string name="certificate_warning_install_anyway" msgid="4633118283407228740">"Install anyway"</string>
    <string name="cert_not_installed" msgid="6725137773549974522">"Certificate not installed"</string>
    <string name="emergency_tone_title" msgid="6673118505206685168">"Emergency dialling signal"</string>
    <string name="emergency_tone_summary" msgid="2519776254708767388">"Set behaviour when an emergency call is placed"</string>
    <string name="privacy_settings_title" msgid="6437057228255974577">"Backup"</string>
    <string name="backup_summary_state_on" msgid="9018954639693085240">"On"</string>
    <string name="backup_summary_state_off" msgid="5341339397224835909">"Off"</string>
    <string name="backup_section_title" msgid="6539706829848457794">"Backup &amp; restore"</string>
    <string name="personal_data_section_title" msgid="6368610168625722682">"Personal data"</string>
    <string name="backup_data_title" msgid="507663517227498525">"Back up my data"</string>
    <string name="backup_data_summary" msgid="8054551085241427531">"Back up app data, Wi‑Fi passwords and other settings to Google servers"</string>
    <string name="backup_configure_account_title" msgid="8574055186903658842">"Backup account"</string>
    <string name="backup_data_management_title" msgid="6596830198441939702">"Manage backup account"</string>
    <string name="include_app_data_title" msgid="2969603876620594523">"Include app data"</string>
    <string name="auto_restore_title" msgid="4124345897936637561">"Automatic restore"</string>
    <string name="auto_restore_summary" msgid="6830198851045584001">"When reinstalling an app, restore backed-up settings and data"</string>
    <string name="backup_inactive_title" msgid="6753265378043349277">"Backup service isn\'t active"</string>
    <string name="backup_configure_account_default_summary" msgid="5323225330966306690">"No account is currently storing backed up data"</string>
    <string name="backup_erase_dialog_title" msgid="5892431263348766484"></string>
    <string name="backup_erase_dialog_message" msgid="2250872501409574331">"Stop backing up your Wi‑Fi passwords, bookmarks, other settings and app data, plus erase all copies on Google servers?"</string>
    <string name="fullbackup_erase_dialog_message" msgid="2379053988557486162">"Stop backing up device data (such as Wi-Fi passwords and call history) and app data (such as settings and files stored by apps), plus erase all copies on remote servers?"</string>
    <string name="fullbackup_data_summary" msgid="971587401251601473">"Automatically back up device data (such as Wi-Fi passwords and call history) and app data (such as settings and files stored by apps) remotely.\n\nWhen you turn on automatic backup, device and app data is periodically saved remotely. App data can be any data that an app has saved (based on developer settings), including potentially sensitive data such as contacts, messages and photos."</string>
    <string name="device_admin_settings_title" msgid="31392408594557070">"Device admin settings"</string>
    <string name="active_device_admin_msg" msgid="7744106305636543184">"Device admin app"</string>
    <string name="remove_device_admin" msgid="3143059558744287259">"Deactivate this device admin app"</string>
    <string name="uninstall_device_admin" msgid="4481095209503956916">"Uninstall app"</string>
    <string name="remove_and_uninstall_device_admin" msgid="707912012681691559">"Deactivate &amp; uninstall"</string>
    <string name="select_device_admin_msg" msgid="5501360309040114486">"Device admin apps"</string>
    <string name="no_device_admins" msgid="8888779888103079854">"No device admin apps available"</string>
    <string name="no_trust_agents" msgid="8659098725864191600">"No available trust agents"</string>
    <string name="add_device_admin_msg" msgid="7730006568970042119">"Activate device admin app?"</string>
    <string name="add_device_admin" msgid="6252128813507932519">"Activate this device admin app"</string>
    <string name="device_admin_add_title" msgid="6087481040932322289">"Device admin"</string>
    <string name="device_admin_warning" msgid="1889160106787280321">"Activating this admin app will allow the <xliff:g id="APP_NAME">%1$s</xliff:g> app to perform the following operations:"</string>
    <string name="device_admin_warning_simplified" msgid="2715756519899116115">"This device will be managed and monitored by <xliff:g id="APP_NAME">%1$s</xliff:g>."</string>
    <string name="device_admin_status" msgid="6332571781623084064">"This admin app is active and allows the <xliff:g id="APP_NAME">%1$s</xliff:g> app to perform the following operations:"</string>
    <string name="profile_owner_add_title" msgid="2774489881662331549">"Activate Profile Manager?"</string>
    <string name="profile_owner_add_title_simplified" msgid="2320828996993774182">"Allow supervision?"</string>
    <string name="adding_profile_owner_warning" msgid="6868275476058020513">"By proceeding, your user will be managed by your admin, which may also be able to store associated data, in addition to your personal data.\n\nYour admin has the ability to monitor and manage settings, access, apps and data associated with this user, including network activity and your device\'s location information."</string>
    <string name="admin_disabled_other_options" msgid="8122039047419172139">"Other options are disabled by your admin"</string>
    <string name="admin_more_details" msgid="6698424974827333973">"More details"</string>
    <string name="notification_log_title" msgid="2812594935014664891">"Notification log"</string>
    <string name="notification_history_title" msgid="8821060912502593309">"Notification history"</string>
    <string name="notification_history_today" msgid="5828496957208237230">"Last 24 hours"</string>
    <string name="notification_history_snooze" msgid="3980568893290512257">"Snoozed"</string>
    <string name="notification_history_dismiss" msgid="6180321217375722918">"Recently dismissed"</string>
    <plurals name="notification_history_count" formatted="false" msgid="1859304685071321991">
      <item quantity="other"><xliff:g id="NUMBER_1">%d</xliff:g> notifications</item>
      <item quantity="one"><xliff:g id="NUMBER_0">%d</xliff:g> notification</item>
    </plurals>
    <string name="sound_category_call_ringtone_vibrate_title" msgid="9090693401915654528">"Call ringtone &amp; vibrate"</string>
    <string name="wifi_setup_detail" msgid="2012898800571616422">"Network details"</string>
    <string name="accessibility_sync_enabled" msgid="5308864640407050209">"Sync enabled"</string>
    <string name="accessibility_sync_disabled" msgid="5507600126380593611">"Sync disabled"</string>
    <string name="accessibility_sync_in_progress" msgid="3229428197779196660">"Syncing now"</string>
    <string name="accessibility_sync_error" msgid="7248490045013170437">"Sync error..."</string>
    <string name="sync_failed" msgid="3806495232114684984">"Sync failed"</string>
    <string name="sync_active" msgid="5787407579281739975">"Sync active"</string>
    <string name="account_sync_settings_title" msgid="2684888109902800966">"Sync"</string>
    <string name="sync_is_failing" msgid="6738004111400633331">"Sync is currently experiencing problems. It will be back shortly."</string>
    <string name="add_account_label" msgid="7134707140831385869">"Add account"</string>
    <string name="managed_profile_not_available_label" msgid="7500578232182547365">"Work profile isn\'t available yet"</string>
    <string name="work_mode_label" msgid="1001415270126064436">"Work profile"</string>
    <string name="work_mode_on_summary" msgid="2042885311126239961">"Managed by your organisation"</string>
    <string name="work_mode_off_summary" msgid="4044568753909036134">"Apps and notifications are off"</string>
    <string name="remove_managed_profile_label" msgid="1294933737673830431">"Remove work profile"</string>
    <string name="background_data" msgid="321903213000101158">"Background data"</string>
    <string name="background_data_summary" msgid="6572245922513522466">"Apps can sync, send and receive data at any time"</string>
    <string name="background_data_dialog_title" msgid="1692005302993229867">"Disable background data?"</string>
    <string name="background_data_dialog_message" msgid="7760280837612824670">"Disabling background data extends battery life and lowers data use. Some apps may still use the background data connection."</string>
    <string name="sync_automatically" msgid="4874122892765430304">"Auto-sync app data"</string>
    <string name="sync_enabled" msgid="5794103781356455043">"Sync is ON"</string>
    <string name="sync_disabled" msgid="1636223106968593391">"Sync is OFF"</string>
    <string name="sync_error" msgid="846923369794727644">"Sync error"</string>
    <string name="last_synced" msgid="1527008461298110443">"Last synced <xliff:g id="LAST_SYNC_TIME">%1$s</xliff:g>"</string>
    <string name="sync_in_progress" msgid="6200093151211458977">"Syncing now…"</string>
    <string name="settings_backup" msgid="5357973563989458049">"Back up settings"</string>
    <string name="settings_backup_summary" msgid="6803046376335724034">"Back up my settings"</string>
    <string name="sync_menu_sync_now" msgid="3948443642329221882">"Sync now"</string>
    <string name="sync_menu_sync_cancel" msgid="2422994461106269813">"Cancel sync"</string>
    <string name="sync_one_time_sync" msgid="8114337154112057462">"Tap to sync now<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
    <string name="sync_gmail" msgid="228561698646018808">"Gmail"</string>
    <string name="sync_calendar" msgid="4603704438090387251">"Calendar"</string>
    <string name="sync_contacts" msgid="2376465611511325472">"Contacts"</string>
    <string name="sync_plug" msgid="7956982719077985381"><font fgcolor="#ffffffff">"Welcome to Google sync!"</font>" \nA Google approach to syncing data to allow access to your contacts, appointments and more from wherever you are."</string>
    <string name="header_application_sync_settings" msgid="7427706834875419243">"App sync settings"</string>
    <string name="header_data_and_synchronization" msgid="453920312552838939">"Data &amp; synchronisation"</string>
    <string name="preference_change_password_title" msgid="5465821666939825972">"Change password"</string>
    <string name="header_account_settings" msgid="1189339410278750008">"Account settings"</string>
    <string name="remove_account_label" msgid="4169490568375358010">"Remove account"</string>
    <string name="header_add_an_account" msgid="3919151542338822661">"Add an account"</string>
    <string name="really_remove_account_title" msgid="253097435885652310">"Remove account?"</string>
    <string name="really_remove_account_message" product="tablet" msgid="8893801622174947887">"Removing this account will delete all of its messages, contacts and other data from the tablet!"</string>
    <string name="really_remove_account_message" product="default" msgid="1217810840427479274">"Removing this account will delete all of its messages, contacts and other data from the phone."</string>
    <string name="really_remove_account_message" product="device" msgid="5241756807386611084">"Removing this account will delete all of its messages, contacts and other data from the device."</string>
    <string name="remove_account_failed" msgid="3709502163548900644">"This change isn\'t allowed by your admin"</string>
    <string name="cant_sync_dialog_title" msgid="2613000568881139517">"Cannot sync manually"</string>
    <string name="cant_sync_dialog_message" msgid="7612557105054568581">"Sync for this item is currently disabled. To change your preference, temporarily turn on background data and automatic sync."</string>
    <string name="enter_password" msgid="6327051330258595331">"To start Android, enter your password"</string>
    <string name="enter_pin" msgid="1029287617551232681">"To start Android, enter your PIN"</string>
    <string name="enter_pattern" msgid="1747316785866742960">"To start Android, draw your pattern"</string>
    <string name="cryptkeeper_wrong_pattern" msgid="340747269176120242">"Wrong Pattern"</string>
    <string name="cryptkeeper_wrong_password" msgid="7295607881887114486">"Wrong Password"</string>
    <string name="cryptkeeper_wrong_pin" msgid="2347961593970714201">"Wrong PIN"</string>
    <string name="checking_decryption" msgid="6111642972615688237">"Checking…"</string>
    <string name="starting_android" msgid="6694154070215356186">"Starting Android…"</string>
    <string name="delete" msgid="8330605554706263775">"Delete"</string>
    <string name="misc_files" msgid="6598066985800749585">"Misc. files"</string>
    <string name="misc_files_selected_count" msgid="5597802791672749532">"selected <xliff:g id="NUMBER">%1$d</xliff:g> out of <xliff:g id="TOTAL">%2$d</xliff:g>"</string>
    <string name="misc_files_selected_count_bytes" msgid="7622766714974500289">"<xliff:g id="NUMBER">%1$s</xliff:g> out of <xliff:g id="TOTAL">%2$s</xliff:g>"</string>
    <string name="select_all" msgid="7898929601615536401">"Select all"</string>
    <string name="data_usage_summary_title" msgid="394067070764360142">"Data usage"</string>
    <string name="data_usage_app_summary_title" msgid="4933742247928064178">"Mobile data and Wi‑Fi"</string>
    <string name="data_usage_accounting" msgid="6832015632699116754">"Operator data accounting may differ from your device."</string>
    <string name="data_usage_app" msgid="6367974637783240699">"App usage"</string>
    <string name="data_usage_app_info_label" msgid="3542220416056122841">"APP INFO"</string>
    <string name="data_usage_cellular_data" msgid="1917226172511825849">"Mobile data"</string>
    <string name="data_usage_data_limit" msgid="1120291692444009289">"Set data limit"</string>
    <string name="data_usage_cycle" msgid="6875568429140150029">"Data usage cycle"</string>
    <string name="data_usage_app_items_header_text" msgid="7513812163443595033">"App usage"</string>
    <string name="data_usage_menu_roaming" msgid="6864561338842056939">"Data roaming"</string>
    <string name="data_usage_menu_restrict_background" msgid="1414574366645086133">"Restrict background data"</string>
    <string name="data_usage_menu_allow_background" msgid="6242931073390680432">"Allow background data"</string>
    <string name="data_usage_menu_split_4g" msgid="3391899816926640583">"Separate 4G usage"</string>
    <string name="data_usage_menu_show_wifi" msgid="6380926350184939975">"Show Wi‑Fi"</string>
    <string name="data_usage_menu_hide_wifi" msgid="4694889089278302691">"Hide Wi‑Fi"</string>
    <string name="data_usage_menu_show_ethernet" msgid="4401026240876938859">"Show Ethernet usage"</string>
    <string name="data_usage_menu_hide_ethernet" msgid="7792365022467586772">"Hide Ethernet usage"</string>
    <string name="data_usage_menu_metered" msgid="4279260736172851951">"Network restrictions"</string>
    <string name="data_usage_menu_auto_sync" msgid="2632694000068175025">"Auto-sync data"</string>
    <string name="data_usage_menu_sim_cards" msgid="8966135605336735887">"SIM cards"</string>
    <string name="data_usage_cellular_data_summary" msgid="8139993171126153316">"Paused at limit"</string>
    <string name="account_settings_menu_auto_sync" msgid="1660484779001900562">"Auto-sync data"</string>
    <string name="account_settings_menu_auto_sync_personal" msgid="2905595464540145671">"Auto-sync personal data"</string>
    <string name="account_settings_menu_auto_sync_work" msgid="8561102487795657789">"Auto-sync work data"</string>
    <string name="data_usage_change_cycle" msgid="4501026427365283899">"Change cycle…"</string>
    <string name="data_usage_pick_cycle_day" msgid="3548922497494790123">"Day of month to reset data usage cycle:"</string>
    <string name="data_usage_empty" msgid="5619908658853726866">"No apps used data during this period."</string>
    <string name="data_usage_label_foreground" msgid="8782117644558473624">"Foreground"</string>
    <string name="data_usage_label_background" msgid="8862781660427421859">"Background"</string>
    <string name="data_usage_app_restricted" msgid="312065316274378518">"restricted"</string>
    <string name="data_usage_disable_mobile" msgid="6183809500102606801">"Turn off mobile data?"</string>
    <string name="data_usage_disable_mobile_limit" msgid="1370147078938479538">"Set mobile data limit"</string>
    <string name="data_usage_disable_4g_limit" msgid="3084868504051520840">"Set 4G data limit"</string>
    <string name="data_usage_disable_3g_limit" msgid="8867555130268898044">"Set 2G-3G data limit"</string>
    <string name="data_usage_disable_wifi_limit" msgid="7222459951785404241">"Set Wi‑Fi data limit"</string>
    <string name="data_usage_tab_wifi" msgid="801667863336456787">"Wi‑Fi"</string>
    <string name="data_usage_tab_ethernet" msgid="2951873059375493878">"Ethernet"</string>
    <string name="data_usage_tab_mobile" msgid="952231704205870928">"Mobile"</string>
    <string name="data_usage_tab_4g" msgid="3265237821331861756">"4G"</string>
    <string name="data_usage_tab_3g" msgid="6111070409752123049">"2G-3G"</string>
    <string name="data_usage_list_mobile" msgid="3738130489722964291">"Mobile"</string>
    <string name="data_usage_list_none" msgid="2091924522549134855">"None"</string>
    <string name="data_usage_enable_mobile" msgid="1996943748103310201">"Mobile data"</string>
    <string name="data_usage_enable_3g" msgid="2818189799905446932">"2G-3G data"</string>
    <string name="data_usage_enable_4g" msgid="1526584080251993023">"4G data"</string>
    <string name="data_roaming_enable_mobile" msgid="5745287603577995977">"Roaming"</string>
    <string name="data_usage_forground_label" msgid="5762048187044975428">"Foreground:"</string>
    <string name="data_usage_background_label" msgid="5363718469293175279">"Background:"</string>
    <string name="data_usage_app_settings" msgid="5693524672522122485">"App settings"</string>
    <string name="data_usage_app_restrict_background" msgid="5728840276368097276">"Background data"</string>
    <string name="data_usage_app_restrict_background_summary" msgid="2997942775999602794">"Enable usage of mobile data in the background"</string>
    <string name="data_usage_app_restrict_background_summary_disabled" msgid="8213268097024597864">"To restrict background data for this app, first set a mobile data limit."</string>
    <string name="data_usage_app_restrict_dialog_title" msgid="5383874438677899255">"Restrict background data?"</string>
    <string name="data_usage_app_restrict_dialog" msgid="5534272311979978297">"This feature may cause an app that depends on background data to stop working when only mobile networks are available.\n\nYou can find more appropriate data usage controls in the settings available within the app."</string>
    <string name="data_usage_restrict_denied_dialog" msgid="8599940395497268584">"Restricting background data is possible only when you’ve set a mobile data limit."</string>
    <string name="data_usage_auto_sync_on_dialog_title" msgid="2048411447974361181">"Turn auto-sync data on?"</string>
    <string name="data_usage_auto_sync_on_dialog" product="tablet" msgid="6387714350903085918">"Any changes that you make to your accounts on the web will be automatically copied to your tablet.\n\nSome accounts may also automatically copy any changes that you make on the tablet to the web. A Google Account works this way."</string>
    <string name="data_usage_auto_sync_on_dialog" product="default" msgid="6457107552266187107">"Any changes that you make to your accounts on the web will be automatically copied to your phone.\n\nSome accounts may also automatically copy any changes that you make on the phone to the web. A Google Account works this way."</string>
    <string name="data_usage_auto_sync_off_dialog_title" msgid="1783917145440587470">"Turn auto-sync data off?"</string>
    <string name="data_usage_auto_sync_off_dialog" msgid="6523112583569674837">"This will conserve data and battery usage, but you\'ll need to sync each account manually to collect recent information and you won\'t receive notifications when updates occur."</string>
    <string name="data_usage_cycle_editor_title" msgid="2019035830921480941">"Usage cycle reset date"</string>
    <string name="data_usage_cycle_editor_subtitle" msgid="1026234456777365545">"Date of each month:"</string>
    <string name="data_usage_cycle_editor_positive" msgid="6110165528024717527">"Set"</string>
    <string name="data_usage_warning_editor_title" msgid="5252748452973120016">"Set data usage warning"</string>
    <string name="data_usage_limit_editor_title" msgid="8826855902435008518">"Set data usage limit"</string>
    <string name="data_usage_limit_dialog_title" msgid="2053134451707801439">"Limiting data usage"</string>
    <string name="data_usage_limit_dialog_mobile" product="tablet" msgid="6000062970083379466">"Your tablet will turn off mobile data once it reaches the limit you set.\n\nSince data usage is measured by your tablet, and your operator may account for usage differently, consider setting a conservative limit."</string>
    <string name="data_usage_limit_dialog_mobile" product="default" msgid="4942895670789168024">"Your phone will turn off mobile data once it reaches the limit that you set.\n\nSince data usage is measured by your phone, and your operator may account for usage differently, consider setting a conservative limit."</string>
    <string name="data_usage_restrict_background_title" msgid="2745551538820692821">"Restrict background data?"</string>
    <string name="data_usage_restrict_background" msgid="1893102079135282794">"If you restrict background mobile data, some apps and services won’t work unless you’re connected to Wi‑Fi."</string>
    <string name="data_usage_restrict_background_multiuser" product="tablet" msgid="5588623586867665419">"If you restrict background mobile data, some apps and services won’t work unless you’re connected to Wi‑Fi.\n\nThis setting affects all users on this tablet."</string>
    <string name="data_usage_restrict_background_multiuser" product="default" msgid="6402714504088590463">"If you restrict background mobile data, some apps and services won’t work unless you’re connected to Wi‑Fi.\n\nThis setting affects all users on this phone."</string>
    <string name="data_usage_sweep_warning" msgid="2072854703184614828"><font size="18">"<xliff:g id="NUMBER">^1</xliff:g>"</font>" "<font size="9">"<xliff:g id="UNIT">^2</xliff:g>"</font>\n<font size="12">"warning"</font></string>
    <string name="data_usage_sweep_limit" msgid="6947019190890086284"><font size="18">"<xliff:g id="NUMBER">^1</xliff:g>"</font>" "<font size="9">"<xliff:g id="UNIT">^2</xliff:g>"</font>\n<font size="12">"limit"</font></string>
    <string name="data_usage_uninstalled_apps" msgid="9065885396147675694">"Removed apps"</string>
    <string name="data_usage_uninstalled_apps_users" msgid="1262228664057122983">"Removed apps and users"</string>
    <string name="data_usage_received_sent" msgid="1486740779864806124">"<xliff:g id="RECEIVED">%1$s</xliff:g> received, <xliff:g id="SENT">%2$s</xliff:g> sent"</string>
    <string name="data_usage_total_during_range" msgid="2695893609573024612">"<xliff:g id="RANGE">%2$s</xliff:g>: about <xliff:g id="TOTAL">%1$s</xliff:g> used."</string>
    <string name="data_usage_total_during_range_mobile" product="tablet" msgid="45300375132284265">"<xliff:g id="RANGE">%2$s</xliff:g>: About <xliff:g id="TOTAL">%1$s</xliff:g> used, as measured by your tablet. Your operator\'s data usage accounting may differ."</string>
    <string name="data_usage_total_during_range_mobile" product="default" msgid="3183594094081558193">"<xliff:g id="RANGE">%2$s</xliff:g>: About <xliff:g id="TOTAL">%1$s</xliff:g> used, as measured by your phone. Your operator\'s data usage accounting may differ."</string>
    <string name="data_usage_metered_title" msgid="6421347352444253058">"Network restrictions"</string>
    <string name="data_usage_metered_body" msgid="1206840367501998582">"Metered networks are treated like mobile networks when background data is restricted. Apps may warn before using these networks for large downloads."</string>
    <string name="data_usage_metered_mobile" msgid="3514227339274396401">"Mobile networks"</string>
    <string name="data_usage_metered_wifi" msgid="4807465959110473407">"Metered Wi‑Fi networks"</string>
    <string name="data_usage_metered_wifi_disabled" msgid="4664158157415362613">"To select metered networks, turn Wi‑Fi on."</string>
    <string name="data_usage_metered_auto" msgid="1560514082131687116">"Automatic"</string>
    <string name="wifi_metered_title" msgid="6623732965268033931">"Network usage"</string>
    <string name="data_usage_metered_yes" msgid="4262598072030135223">"Metered"</string>
    <string name="data_usage_metered_no" msgid="1685828958417926268">"Not metered"</string>
    <string name="data_usage_disclaimer" msgid="3271450299386176770">"Operator data accounting may differ from your device."</string>
    <string name="cryptkeeper_emergency_call" msgid="8369322820475703306">"Emergency call"</string>
    <string name="cryptkeeper_return_to_call" msgid="3857250752781151232">"Return to call"</string>
    <string name="vpn_name" msgid="3806456074909253262">"Name"</string>
    <string name="vpn_type" msgid="5533202873260826663">"Type"</string>
    <string name="vpn_server" msgid="2908816134941973935">"Server address"</string>
    <string name="vpn_mppe" msgid="7366657055055114239">"PPP encryption (MPPE)"</string>
    <string name="vpn_l2tp_secret" msgid="2356744369959140121">"L2TP secret"</string>
    <string name="vpn_ipsec_identifier" msgid="8511842694369254801">"IPSec identifier"</string>
    <string name="vpn_ipsec_secret" msgid="532007567355505963">"IPSec preshared key"</string>
    <string name="vpn_ipsec_user_cert" msgid="2714372103705048405">"IPSec user certificate"</string>
    <string name="vpn_ipsec_ca_cert" msgid="5558498943577474987">"IPSec CA certificate"</string>
    <string name="vpn_ipsec_server_cert" msgid="1411390470454731396">"IPSec server certificate"</string>
    <string name="vpn_show_options" msgid="6105437733943318667">"Show advanced options"</string>
    <string name="vpn_search_domains" msgid="1973799969613962440">"DNS search domains"</string>
    <string name="vpn_dns_servers" msgid="6505263074417737107">"DNS servers (e.g. 8.8.8.8)"</string>
    <string name="vpn_routes" msgid="1218707725375594862">"Forwarding routes (e.g. 10.0.0.0/8)"</string>
    <string name="vpn_username" msgid="8671768183475960068">"Username"</string>
    <string name="vpn_password" msgid="1183746907642628127">"Password"</string>
    <string name="vpn_save_login" msgid="5986762519977472618">"Save account information"</string>
    <string name="vpn_not_used" msgid="7229312881336083354">"(not used)"</string>
    <string name="vpn_no_ca_cert" msgid="3687379414088677735">"(don\'t verify server)"</string>
    <string name="vpn_no_server_cert" msgid="8106540968643125407">"(received from server)"</string>
    <string name="vpn_always_on_invalid_reason_type" msgid="4699113710248872972">"This VPN type can\'t stay connected at all times"</string>
    <string name="vpn_always_on_invalid_reason_server" msgid="2635347740046212693">"Always-on VPN only supports numeric server addresses"</string>
    <string name="vpn_always_on_invalid_reason_no_dns" msgid="3980357762395272467">"A DNS server must be specified for always-on VPN"</string>
    <string name="vpn_always_on_invalid_reason_dns" msgid="3934369594591801587">"DNS server addresses must be numeric for always-on VPN"</string>
    <string name="vpn_always_on_invalid_reason_other" msgid="4571905303713233321">"The information entered doesn\'t support always-on VPN"</string>
    <string name="vpn_cancel" msgid="5929410618112404383">"Cancel"</string>
    <string name="vpn_done" msgid="5137858784289564985">"Dismiss"</string>
    <string name="vpn_save" msgid="683868204634860888">"Save"</string>
    <string name="vpn_connect" msgid="7102335248484045354">"Connect"</string>
    <string name="vpn_replace" msgid="1533147558671640341">"Replace"</string>
    <string name="vpn_edit" msgid="5862301148429324911">"Edit VPN profile"</string>
    <string name="vpn_forget" msgid="2913950864877236737">"Forget"</string>
    <string name="vpn_connect_to" msgid="216709261691085594">"Connect to <xliff:g id="PROFILE">%s</xliff:g>"</string>
    <string name="vpn_disconnect_confirm" msgid="6356789348816854539">"Disconnect this VPN?"</string>
    <string name="vpn_disconnect" msgid="7753808961085867345">"Disconnect"</string>
    <string name="vpn_version" msgid="41856553718304367">"Version <xliff:g id="VERSION">%s</xliff:g>"</string>
    <string name="vpn_forget_long" msgid="729132269203870205">"Forget VPN"</string>
    <string name="vpn_replace_vpn_title" msgid="3994226561866340280">"Replace existing VPN?"</string>
    <string name="vpn_set_vpn_title" msgid="1667539483005810682">"Set always-on VPN?"</string>
    <string name="vpn_first_always_on_vpn_message" msgid="2769478310633047870">"When this setting is on, you won\'t have an Internet connection until the VPN successfully connects"</string>
    <string name="vpn_replace_always_on_vpn_enable_message" msgid="9154843462740876652">"Your existing VPN will be replaced and you won\'t have an Internet connection until the VPN successfully connects"</string>
    <string name="vpn_replace_always_on_vpn_disable_message" msgid="4299175336198481106">"You\'re already connected to an always-on VPN. If you connect to a different one, your existing VPN will be replaced and always-on mode will turn off."</string>
    <string name="vpn_replace_vpn_message" msgid="1094297700371463386">"You\'re already connected to a VPN. If you connect to a different one, your existing VPN will be replaced."</string>
    <string name="vpn_turn_on" msgid="3568307071295211187">"Turn on"</string>
    <string name="vpn_cant_connect_title" msgid="5670787575925519386">"<xliff:g id="VPN_NAME">%1$s</xliff:g> can\'t connect"</string>
    <string name="vpn_cant_connect_message" msgid="2139148820719163694">"This app doesn\'t support always-on VPN"</string>
    <string name="vpn_title" msgid="3068868814145870274">"VPN"</string>
    <string name="vpn_create" msgid="7546073242936894638">"Add VPN profile"</string>
    <string name="vpn_menu_edit" msgid="5100387853773792379">"Edit profile"</string>
    <string name="vpn_menu_delete" msgid="4455966182219039928">"Delete profile"</string>
    <string name="vpn_menu_lockdown" msgid="5284041663859541007">"Always-on VPN"</string>
    <string name="vpn_no_vpns_added" msgid="7387080769821533728">"No VPNs added"</string>
    <string name="vpn_always_on_summary" msgid="2171252372476858166">"Stay connected to VPN at all times"</string>
    <string name="vpn_always_on_summary_not_supported" msgid="9084872130449368437">"Not supported by this app"</string>
    <string name="vpn_always_on_summary_active" msgid="2532123735674813569">"Always-on active"</string>
    <string name="vpn_require_connection" msgid="1027347404470060998">"Block connections without VPN"</string>
    <string name="vpn_require_connection_title" msgid="4186758487822779039">"Require VPN connection?"</string>
    <string name="vpn_lockdown_summary" msgid="4700625960550559029">"Select a VPN profile to always remain connected to. Network traffic will only be allowed when connected to this VPN."</string>
    <string name="vpn_lockdown_none" msgid="455915403560910517">"None"</string>
    <string name="vpn_lockdown_config_error" msgid="1992071316416371316">"Always-on VPN requires an IP address for both server and DNS."</string>
    <string name="vpn_no_network" msgid="7187593680049843763">"There is no network connection. Please try again later."</string>
    <string name="vpn_disconnected" msgid="7694522069957717501">"Disconnected from VPN"</string>
    <string name="vpn_disconnected_summary" msgid="721699709491697712">"None"</string>
    <string name="vpn_missing_cert" msgid="5397309964971068272">"A certificate is missing. Try editing the profile."</string>
    <string name="trusted_credentials_system_tab" msgid="675362923690364722">"System"</string>
    <string name="trusted_credentials_user_tab" msgid="4978365619630094339">"User"</string>
    <string name="trusted_credentials_disable_label" msgid="6649583220519447947">"Disable"</string>
    <string name="trusted_credentials_enable_label" msgid="5551204878588237991">"Enable"</string>
    <string name="trusted_credentials_remove_label" msgid="8975881053042174913">"Remove"</string>
    <string name="trusted_credentials_trust_label" msgid="4841047312274452474">"Trust"</string>
    <string name="trusted_credentials_enable_confirmation" msgid="6686528499458144754">"Enable the system CA certificate?"</string>
    <string name="trusted_credentials_disable_confirmation" msgid="5131642563381656676">"Disable the system CA certificate?"</string>
    <string name="trusted_credentials_remove_confirmation" msgid="3420345440353248381">"Permanently remove the user CA certificate?"</string>
    <string name="credential_contains" msgid="407972262032275476">"This entry contains:"</string>
    <string name="one_userkey" msgid="4417212932385103517">"one user key"</string>
    <string name="one_usercrt" msgid="1865069301105101370">"one user certificate"</string>
    <string name="one_cacrt" msgid="7467796501404158399">"one CA certificate"</string>
    <string name="n_cacrts" msgid="5886462550192731627">"%d CA certificates"</string>
    <string name="user_credential_title" msgid="4686178602575567298">"Credential details"</string>
    <string name="user_credential_removed" msgid="4087675887725394743">"Removed credential: <xliff:g id="CREDENTIAL_NAME">%s</xliff:g>"</string>
    <string name="user_credential_none_installed" msgid="918620912366836994">"No user credentials installed"</string>
    <string name="spellcheckers_settings_title" msgid="2799021700580591443">"Spell checker"</string>
    <string name="spellcheckers_settings_for_work_title" msgid="6471603934176062893">"Spell checker for work"</string>
    <string name="current_backup_pw_prompt" msgid="4962276598546381140">"Type your current full backup password here"</string>
    <string name="new_backup_pw_prompt" msgid="4884439230209419503">"Type a new password for full backups here"</string>
    <string name="confirm_new_backup_pw_prompt" msgid="5753796799743881356">"Retype your new full backup password here"</string>
    <string name="backup_pw_set_button_text" msgid="8892357974661340070">"Set backup password"</string>
    <string name="backup_pw_cancel_button_text" msgid="2244399819018756323">"Cancel"</string>
    <string name="additional_system_update_settings_list_item_title" msgid="7230385345152138051">"Additional system updates"</string>
    <string name="ssl_ca_cert_warning" msgid="3898387588657346106">"Network may be monitored"</string>
    <string name="done_button" msgid="6269449526248267">"Done"</string>
    <plurals name="ssl_ca_cert_dialog_title" formatted="false" msgid="5491460811755938449">
      <item quantity="other">Trust or remove certificates</item>
      <item quantity="one">Trust or remove certificate</item>
    </plurals>
    <plurals name="ssl_ca_cert_info_message_device_owner" formatted="false" msgid="2788832560436163252">
      <item quantity="other"><xliff:g id="MANAGING_DOMAIN_1">%s</xliff:g> has installed certificate authorities on your device, which may allow them to monitor your device network activity, including emails, apps and secure websites.\n\nFor more information about these certificates, contact your admin.</item>
      <item quantity="one"><xliff:g id="MANAGING_DOMAIN_0">%s</xliff:g> has installed a certificate authority on your device, which may allow them to monitor your device network activity, including emails, apps and secure websites.\n\nFor more information about this certificate, contact your admin.</item>
    </plurals>
    <plurals name="ssl_ca_cert_info_message" formatted="false" msgid="3989916958347169622">
      <item quantity="other"><xliff:g id="MANAGING_DOMAIN_1">%s</xliff:g> has installed certificate authorities for your work profile, which may allow them to monitor work network activity, including emails, apps and secure websites.\n\nFor more information about these certificates, contact your admin.</item>
      <item quantity="one"><xliff:g id="MANAGING_DOMAIN_0">%s</xliff:g> has installed a certificate authority for your work profile, which may allow them to monitor work network activity, including emails, apps and secure websites.\n\nFor more information about this certificate, contact your admin.</item>
    </plurals>
    <string name="ssl_ca_cert_warning_message" msgid="4374052724815563051">"A third party is capable of monitoring your network activity, including emails, apps and secure websites.\n\nA trusted credential installed on your device is making this possible."</string>
    <plurals name="ssl_ca_cert_settings_button" formatted="false" msgid="125941406175485894">
      <item quantity="other">Check certificates</item>
      <item quantity="one">Check certificate</item>
    </plurals>
    <string name="user_settings_title" msgid="6550866465409807877">"Multiple users"</string>
    <string name="user_settings_footer_text" product="device" msgid="7523914344521302179">"Share your device by adding new users. Each user has a personal space on your device for custom Home screens, accounts, apps, settings and more."</string>
    <string name="user_settings_footer_text" product="tablet" msgid="3730074318510244552">"Share your tablet by adding new users. Each user has a personal space on your tablet for custom Home screens, accounts, apps, settings and more."</string>
    <string name="user_settings_footer_text" product="default" msgid="4420915712050349125">"Share your phone by adding new users. Each user has a personal space on your phone for custom Home screens, accounts, apps, settings and more."</string>
    <string name="user_list_title" msgid="1387379079186123404">"Users &amp; profiles"</string>
    <string name="user_add_user_or_profile_menu" msgid="305851380425838287">"Add user or profile"</string>
    <string name="user_add_user_menu" msgid="6395904234221724625">"Add user"</string>
    <string name="user_summary_restricted_profile" msgid="451650609582185813">"Restricted profile"</string>
    <string name="user_summary_not_set_up" msgid="4602868481732886115">"Not set up"</string>
    <string name="user_summary_restricted_not_set_up" msgid="1658946988920104613">"Not set up - Restricted profile"</string>
    <string name="user_summary_managed_profile_not_set_up" msgid="5739207307082458746">"Not set up – Work profile"</string>
    <string name="user_admin" msgid="4024553191395768119">"Admin"</string>
    <string name="user_you" msgid="3070562015202859996">"You (<xliff:g id="NAME">%s</xliff:g>)"</string>
    <string name="user_nickname" msgid="3763630194459958977">"Nickname"</string>
    <string name="user_add_max_count" msgid="5739771048517070983">"You can add up to <xliff:g id="USER_COUNT">%1$d</xliff:g> users"</string>
    <string name="user_cannot_manage_message" product="tablet" msgid="3405022988077682357">"Only the tablet\'s owner can manage users."</string>
    <string name="user_cannot_manage_message" product="default" msgid="6434662649769855494">"Only the phone\'s owner can manage users."</string>
    <string name="user_cannot_add_accounts_message" msgid="2351326078338805337">"Restricted profiles cannot add accounts"</string>
    <string name="user_remove_user_menu" msgid="2183714948094429367">"Delete <xliff:g id="USER_NAME">%1$s</xliff:g> from this device"</string>
    <string name="user_lockscreen_settings" msgid="4596612658981942092">"Lock screen settings"</string>
    <string name="user_add_on_lockscreen_menu" msgid="2539059062034644966">"Add users from lock screen"</string>
    <string name="user_confirm_remove_self_title" msgid="926265330805361832">"Delete yourself?"</string>
    <string name="user_confirm_remove_title" msgid="3626559103278006002">"Delete this user?"</string>
    <string name="user_profile_confirm_remove_title" msgid="3131574314149375354">"Remove this profile?"</string>
    <string name="work_profile_confirm_remove_title" msgid="6229618888167176036">"Remove work profile?"</string>
    <string name="user_confirm_remove_self_message" product="tablet" msgid="439222554798995592">"You will lose your space and data on this tablet. You can\'t undo this action."</string>
    <string name="user_confirm_remove_self_message" product="default" msgid="5991495192044543230">"You will lose your space and data on this phone. You can\'t undo this action."</string>
    <string name="user_confirm_remove_message" msgid="362545924965977597">"All apps and data will be deleted."</string>
    <string name="work_profile_confirm_remove_message" msgid="1037294114103024478">"All apps and data in this profile will be deleted if you continue."</string>
    <string name="user_profile_confirm_remove_message" msgid="3641289528179850718">"All apps and data will be deleted."</string>
    <string name="user_adding_new_user" msgid="7439602720177181412">"Adding new user…"</string>
    <string name="user_delete_user_description" msgid="7764153465503821011">"Delete user"</string>
    <string name="user_delete_button" msgid="3833498650182594653">"Delete"</string>
    <string name="user_guest" msgid="4545590092001460388">"Guest"</string>
    <string name="user_exit_guest_title" msgid="2653103120908427236">"Remove guest"</string>
    <string name="user_exit_guest_confirm_title" msgid="1284823459630164754">"Remove guest?"</string>
    <string name="user_exit_guest_confirm_message" msgid="8995296853928816554">"All apps and data in this session will be deleted."</string>
    <string name="user_exit_guest_dialog_remove" msgid="7067727314172605181">"Remove"</string>
    <string name="user_enable_calling" msgid="264875360626905535">"Turn on phone calls"</string>
    <string name="user_enable_calling_sms" msgid="8546430559552381324">"Turn on phone calls &amp; SMS"</string>
    <string name="user_remove_user" msgid="8468203789739693845">"Delete user"</string>
    <string name="user_enable_calling_confirm_title" msgid="7868894792723368364">"Turn on phone calls?"</string>
    <string name="user_enable_calling_confirm_message" msgid="4924965198409050155">"Call history will be shared with this user."</string>
    <string name="user_enable_calling_and_sms_confirm_title" msgid="4041510268838725520">"Turn on phone calls &amp; SMS?"</string>
    <string name="user_enable_calling_and_sms_confirm_message" msgid="367792286597449922">"Call and SMS history will be shared with this user."</string>
    <string name="emergency_info_title" msgid="8233682750953695582">"Emergency information"</string>
    <string name="emergency_info_summary" msgid="8463622253016757697">"Info and contacts for <xliff:g id="USER_NAME">%1$s</xliff:g>"</string>
    <string name="application_restrictions" msgid="276179173572729205">"Allow apps and content"</string>
    <string name="apps_with_restrictions_header" msgid="5277698582872267931">"Applications with restrictions"</string>
    <string name="apps_with_restrictions_settings_button" msgid="2648355133416902221">"Expand settings for application"</string>
    <string name="nfc_payment_settings_title" msgid="2043139180030485500">"Contactless payments"</string>
    <string name="nfc_payment_how_it_works" msgid="3658253265242662010">"How it works"</string>
    <string name="nfc_payment_no_apps" msgid="6840001883471438798">"Pay with your phone in shops"</string>
    <string name="nfc_payment_default" msgid="3769788268378614608">"Payment default"</string>
    <string name="nfc_payment_default_not_set" msgid="6471905683119084622">"Not set"</string>
    <string name="nfc_payment_app_and_desc" msgid="2607417639227030398">"<xliff:g id="APP">%1$s</xliff:g> - <xliff:g id="DESCRIPTION">%2$s</xliff:g>"</string>
    <string name="nfc_payment_use_default" msgid="788899906312142803">"Use default"</string>
    <string name="nfc_payment_favor_default" msgid="4508491832174644772">"Always"</string>
    <string name="nfc_payment_favor_open" msgid="8554643344050373346">"Except when another payment app is open"</string>
    <string name="nfc_payment_pay_with" msgid="3001320460566523453">"At a contactless terminal, pay with:"</string>
    <string name="nfc_how_it_works_title" msgid="1363791241625771084">"Paying at the terminal"</string>
    <string name="nfc_how_it_works_content" msgid="1141382684788210772">"Set up a payment app. Then just hold the back of your phone up to any terminal with the contactless symbol."</string>
    <string name="nfc_how_it_works_got_it" msgid="4717868843368296630">"Got it"</string>
    <string name="nfc_more_title" msgid="4202405349433865488">"More..."</string>
    <string name="nfc_payment_set_default_label" msgid="7395939287766230293">"Set default payment app"</string>
    <string name="nfc_payment_update_default_label" msgid="8201975914337221246">"Update default payment app"</string>
    <string name="nfc_payment_set_default" msgid="4101484767872365195">"At a contactless terminal, pay with <xliff:g id="APP">%1$s</xliff:g>"</string>
    <string name="nfc_payment_set_default_instead_of" msgid="565237441045013280">"At a contactless terminal, pay with <xliff:g id="APP_0">%1$s</xliff:g>.\n\nThis replaces <xliff:g id="APP_1">%2$s</xliff:g> as your default payment app."</string>
    <string name="nfc_payment_btn_text_set_deault" msgid="1821065137209590196">"Set default"</string>
    <string name="nfc_payment_btn_text_update" msgid="5159700960497443832">"Update"</string>
    <string name="restriction_settings_title" msgid="4293731103465972557">"Restrictions"</string>
    <string name="restriction_menu_reset" msgid="92859464456364092">"Remove restrictions"</string>
    <string name="restriction_menu_change_pin" msgid="2505923323199003718">"Change PIN"</string>
    <string name="help_label" msgid="2896538416436125883">"Help &amp; feedback"</string>
    <string name="support_summary" msgid="1034146931237148885">"Help articles, phone &amp; chat, getting started"</string>
    <string name="user_account_title" msgid="6389636876210834864">"Account for content"</string>
    <string name="user_picture_title" msgid="7176437495107563321">"Photo ID"</string>
    <string name="extreme_threats_title" msgid="1098958631519213856">"Extreme threats"</string>
    <string name="extreme_threats_summary" msgid="3560742429496902008">"Receive alerts for extreme threats to life and property"</string>
    <string name="severe_threats_title" msgid="8962959394373974324">"Severe threats"</string>
    <string name="severe_threats_summary" msgid="4982256198071601484">"Receive alerts for severe threats to life and property"</string>
    <string name="amber_alerts_title" msgid="5238275758191804575">"AMBER alerts"</string>
    <string name="amber_alerts_summary" msgid="5755221775246075883">"Receive bulletins about child abductions"</string>
    <string name="repeat_title" msgid="8676570486899483606">"Repeat"</string>
    <string name="call_manager_enable_title" msgid="1214301265395158720">"Enable Call Manager"</string>
    <string name="call_manager_enable_summary" msgid="7362506369604163030">"Allow this service to manage how your calls are made."</string>
    <string name="call_manager_title" msgid="3397433159509629466">"Call Manager"</string>
    <!-- no translation found for call_manager_summary (2558839230880919191) -->
    <skip />
    <string name="cell_broadcast_settings" msgid="2416980110093867199">"Wireless emergency alerts"</string>
    <string name="network_operators_settings" msgid="5105453353329748954">"Network operators"</string>
    <string name="access_point_names" msgid="5768430498022188057">"Access point names"</string>
    <string name="enhanced_4g_lte_mode_title" msgid="6624700245232361149">"VoLTE"</string>
    <string name="enhanced_4g_lte_mode_title_advanced_calling" msgid="7066009898031465265">"Advanced Calling"</string>
    <string name="enhanced_4g_lte_mode_title_4g_calling" msgid="7445853566718786195">"4G Calling"</string>
    <string name="enhanced_4g_lte_mode_summary" msgid="6776190202179584104">"Use LTE services to improve voice and other communications (recommended)"</string>
    <string name="enhanced_4g_lte_mode_summary_4g_calling" msgid="7814006095552641136">"Use 4G services to improve voice and other communications (recommended)"</string>
    <string name="contact_discovery_opt_in_title" msgid="8708034790649773814">"Send contacts to carrier"</string>
    <string name="contact_discovery_opt_in_summary" msgid="6539010458256667300">"Send your contacts’ phone numbers to provide enhanced features"</string>
    <string name="contact_discovery_opt_in_dialog_title" msgid="2230536282911854114">"Send contacts to <xliff:g id="CARRIER">%1$s</xliff:g>?"</string>
    <string name="contact_discovery_opt_in_dialog_title_no_carrier_defined" msgid="2028983133745990320">"Send contacts to your carrier?"</string>
    <string name="contact_discovery_opt_in_dialog_message" msgid="8818310894782757538">"Your contacts’ phone numbers will be periodically sent to <xliff:g id="CARRIER">%1$s</xliff:g>.<xliff:g id="EMPTY_LINE">

</xliff:g>This info identifies whether your contacts can use certain features, like video calls or some messaging features."</string>
    <string name="contact_discovery_opt_in_dialog_message_no_carrier_defined" msgid="1914894516552445911">"Your contacts’ phone numbers will be periodically sent to your carrier.<xliff:g id="EMPTY_LINE">

</xliff:g>This info identifies whether your contacts can use certain features, like video calls or some messaging features."</string>
    <string name="preferred_network_type_title" msgid="812509938714590857">"Preferred network type"</string>
    <string name="preferred_network_type_summary" msgid="8786291927331323061">"LTE (recommended)"</string>
    <string name="mms_message_title" msgid="6624505196063391964">"MMS messages"</string>
    <string name="mms_message_summary" msgid="2855847140141698341">"Send and receive when mobile data is off"</string>
    <string name="data_during_calls_title" msgid="3940276893360429144">"Data during calls"</string>
    <string name="data_during_calls_summary" msgid="2289050189544214759">"Allow this SIM to be used for mobile data only during calls"</string>
    <string name="work_sim_title" msgid="8999872928646924429">"Work SIM"</string>
    <string name="user_restrictions_title" msgid="4068914244980335993">"App &amp; content access"</string>
    <string name="user_rename" msgid="8735940847878484249">"RENAME"</string>
    <string name="app_restrictions_custom_label" msgid="6949268049087435132">"Set app restrictions"</string>
    <string name="user_restrictions_controlled_by" msgid="2821526006742851624">"Controlled by <xliff:g id="APP">%1$s</xliff:g>"</string>
    <string name="app_sees_restricted_accounts" msgid="3526008344222566318">"This app can access your accounts"</string>
    <string name="app_sees_restricted_accounts_and_controlled_by" msgid="8338520379923447143">"This app can access your accounts. Controlled by <xliff:g id="APP">%1$s</xliff:g>"</string>
    <string name="restriction_wifi_config_title" msgid="2630656989926554685">"Wi‑Fi and Mobile"</string>
    <string name="restriction_wifi_config_summary" msgid="920419010472168694">"Allow modification of Wi‑Fi and Mobile settings"</string>
    <string name="restriction_bluetooth_config_title" msgid="220586273589093821">"Bluetooth"</string>
    <string name="restriction_bluetooth_config_summary" msgid="7558879931011271603">"Allow modification of Bluetooth pairings and settings"</string>
    <string name="restriction_nfc_enable_title" msgid="525512312298242911">"NFC"</string>
    <string name="restriction_nfc_enable_summary_config" msgid="8065688740509581028">"Allow data exchange when this <xliff:g id="DEVICE_NAME">%1$s</xliff:g> touches another NFC device"</string>
    <string name="restriction_nfc_enable_summary" product="tablet" msgid="6397567147629410131">"Allow data exchange when the tablet touches another device"</string>
    <string name="restriction_nfc_enable_summary" product="default" msgid="3331800894734678808">"Allow data exchange when the phone touches another device"</string>
    <string name="restriction_location_enable_title" msgid="4872281754836538066">"Location"</string>
    <string name="restriction_location_enable_summary" msgid="7139292323897390221">"Let apps use your location information"</string>
    <string name="wizard_back" msgid="8257697435061870191">"Back"</string>
    <string name="wizard_next" msgid="3884832431439072471">"Next"</string>
    <string name="wizard_finish" msgid="4220258401946825946">"Finish"</string>
    <string name="user_image_take_photo" msgid="2601691481533190924">"Take a photo"</string>
    <string name="user_image_choose_photo" msgid="5904586923236027350">"Choose an image"</string>
    <string name="user_image_photo_selector" msgid="7727851029781491727">"Select photo"</string>
    <string name="regulatory_info_text" msgid="1154461023369976667"></string>
    <string name="sim_setup_wizard_title" msgid="3945520353564138219">"SIM cards"</string>
    <string name="sim_settings_title" msgid="8392862852842113531">"SIM cards"</string>
    <string name="sim_settings_summary" msgid="5777472623476930332">"<xliff:g id="SIM_NAME">%1$s</xliff:g> - <xliff:g id="SIM_NUMBER">%2$s</xliff:g>"</string>
    <string name="sim_cards_changed_message" msgid="7726897488921853655">"SIM cards have changed"</string>
    <string name="sim_cards_changed_message_summary" msgid="7338082681445213621">"Tap to set activities"</string>
    <string name="sim_cellular_data_unavailable" msgid="4653591727755387534">"Mobile data is unavailable"</string>
    <string name="sim_cellular_data_unavailable_summary" msgid="6505871722911347881">"Tap to select a data SIM"</string>
    <string name="sim_calls_always_use" msgid="967857230039768111">"Always use this for calls"</string>
    <string name="select_sim_for_data" msgid="1577092784244587369">"Select a SIM for data"</string>
    <string name="select_sim_for_sms" msgid="5335510076282673497">"Select a SIM for SMS"</string>
    <string name="data_switch_started" msgid="6205259094233452188">"Switching data SIM, this may take up to a minute..."</string>
    <string name="select_sim_for_calls" msgid="7843107015635189868">"Call with"</string>
    <string name="sim_select_card" msgid="1226182454109919045">"Select a SIM card"</string>
    <string name="sim_card_number_title" msgid="4728780444646439845">"SIM <xliff:g id="CARD_NUMBER">%1$d</xliff:g>"</string>
    <string name="sim_editor_name" msgid="5900178038499314621">"SIM name"</string>
    <string name="sim_name_hint" msgid="8231524869124193119">"Enter SIM name"</string>
    <string name="sim_editor_title" msgid="918655391915256859">"SIM slot %1$d"</string>
    <string name="sim_editor_carrier" msgid="2424593350691002557">"Operator"</string>
    <string name="sim_editor_number" msgid="3209002966895156006">"Number"</string>
    <string name="sim_editor_color" msgid="9067029630083892961">"SIM colour"</string>
    <string name="sim_card_select_title" msgid="8146523005929848793">"Select SIM card"</string>
    <string name="color_orange" msgid="216547825489739010">"Orange"</string>
    <string name="color_purple" msgid="6603701972079904843">"Purple"</string>
    <string name="sim_no_inserted_msg" msgid="7272710974813741735">"No SIM cards inserted"</string>
    <string name="sim_status_title" msgid="6188770698037109774">"SIM status"</string>
    <string name="sim_status_title_sim_slot" msgid="4932996839194493313">"SIM status (sim slot %1$d)"</string>
    <string name="sim_call_back_title" msgid="4274099761123657464">"Call back from default SIM"</string>
    <string name="sim_outgoing_call_title" msgid="7759080345748128897">"SIM for outgoing calls"</string>
    <string name="sim_other_call_settings" msgid="5956308869284958883">"Other call settings"</string>
    <string name="preferred_network_offload_title" msgid="6453199586512609557">"Preferred network Offload"</string>
    <string name="preferred_network_offload_header" msgid="4842188794016376899">"Disable Network Name Broadcast"</string>
    <string name="preferred_network_offload_footer" msgid="374984523082849648">"Disable Network Name Broadcast protects from third parties getting access to your network information."</string>
    <string name="preferred_network_offload_popup" msgid="3949937898807213370">"Disabling Network Name Broadcast will prevent automatic connection to hidden networks."</string>
    <string name="sim_signal_strength" msgid="6351052821700294501">"<xliff:g id="DBM">%1$d</xliff:g> dBm <xliff:g id="ASU">%2$d</xliff:g> asu"</string>
    <string name="sim_notification_title" msgid="584752983048661108">"SIM cards changed."</string>
    <string name="sim_notification_summary" msgid="5593339846307029991">"Tap to set up"</string>
    <string name="sim_calls_ask_first_prefs_title" msgid="3077694594349657933">"Ask every time"</string>
    <string name="sim_selection_required_pref" msgid="231437651041498359">"Selection required"</string>
    <string name="sim_selection_channel_title" msgid="3193666315607572484">"SIM selection"</string>
    <string name="dashboard_title" msgid="5660733037244683387">"Settings"</string>
    <plurals name="settings_suggestion_header_summary_hidden_items" formatted="false" msgid="6585075562837786847">
      <item quantity="other">Show %d hidden items</item>
      <item quantity="one">Show %d hidden item</item>
    </plurals>
    <string name="network_dashboard_title" msgid="788543070557731240">"Network and Internet"</string>
    <string name="network_dashboard_summary_mobile" msgid="4020746665765996480">"mobile"</string>
    <string name="network_dashboard_summary_data_usage" msgid="2531133412846140766">"data usage"</string>
    <string name="network_dashboard_summary_hotspot" msgid="3798394197274240682">"hotspot"</string>
    <string name="connected_devices_dashboard_title" msgid="19868275519754895">"Connected devices"</string>
    <string name="connected_devices_dashboard_summary" msgid="6927727617078296491">"Bluetooth, driving mode, NFC"</string>
    <string name="connected_devices_dashboard_no_nfc_summary" msgid="8424794257586524040">"Bluetooth, driving mode"</string>
    <string name="connected_devices_dashboard_no_driving_mode_summary" msgid="7155882619333726331">"Bluetooth, NFC"</string>
    <string name="connected_devices_dashboard_no_driving_mode_no_nfc_summary" msgid="1175254057213044560">"Bluetooth"</string>
    <string name="connected_devices_dashboard_android_auto_summary" msgid="8179090809275818804">"Bluetooth, Android Auto, Driving mode, NFC"</string>
    <string name="connected_devices_dashboard_android_auto_no_nfc_summary" msgid="2532811870469405527">"Bluetooth, Android Auto, Driving mode"</string>
    <string name="connected_devices_dashboard_android_auto_no_driving_mode_summary" msgid="6426996842202276640">"Bluetooth, Android Auto, NFC"</string>
    <string name="connected_devices_dashboard_android_auto_no_nfc_no_driving_mode" msgid="1672426693308438634">"Bluetooth, Android Auto"</string>
    <string name="nfc_and_payment_settings_payment_off_nfc_off_summary" msgid="7132040463607801625">"Unavailable because NFC is off"</string>
    <string name="nfc_and_payment_settings_no_payment_installed_summary" msgid="4879818114908207465">"To use, first install a payment app"</string>
    <string name="app_and_notification_dashboard_title" msgid="2861781687031832943">"Apps and notifications"</string>
    <string name="app_and_notification_dashboard_summary" msgid="8047683010984186106">"Recent apps, default apps"</string>
    <string name="notification_settings_work_profile" msgid="6076211850526353975">"Notification access is not available for apps in the work profile."</string>
    <string name="account_dashboard_title" msgid="2735150283267749852">"Accounts"</string>
    <string name="account_dashboard_default_summary" msgid="2025250151574540063">"No accounts added"</string>
    <string name="app_default_dashboard_title" msgid="4071015747629103216">"Default apps"</string>
    <string name="system_dashboard_summary" msgid="7400745270362833832">"Languages, gestures, time, backup"</string>
    <string name="search_results_title" msgid="3360639917793022533">"Settings"</string>
    <string name="keywords_wifi" msgid="8156528242318351490">"wifi, wi-fi, network connection, internet, wireless, data, wi fi"</string>
    <string name="keywords_wifi_notify_open_networks" msgid="6580896556389306636">"Wi‑Fi notification, wi-fi notification"</string>
    <string name="keywords_wifi_data_usage" msgid="4718555409695862085">"data usage"</string>
    <string name="keywords_vibrate_on_touch" msgid="8379369786860641429">"Stop vibration, tap, keyboard"</string>
    <string name="keywords_time_format" msgid="5384803098766166820">"Use 24-hour format"</string>
    <string name="keywords_storage_files" msgid="4509695858659705198">"Download"</string>
    <string name="keywords_app_default" msgid="8977706259156428770">"Open with"</string>
    <string name="keywords_applications_settings" msgid="999926810912037792">"Applications"</string>
    <string name="keywords_time_zone" msgid="6402919157244589055">"time zone"</string>
    <string name="keywords_draw_overlay" msgid="3170036145197260392">"Chat head, system, alert, window, dialogue, display, on top other apps, draw"</string>
    <string name="keywords_flashlight" msgid="2133079265697578183">"Flashlight, Light, Torch"</string>
    <string name="keywords_change_wifi_state" msgid="7573039644328488165">"wifi, wi-fi, toggle, control"</string>
    <string name="keywords_more_mobile_networks" msgid="5041272719326831744">"mobile, mobile operator, wireless, data, 4g,3g, 2g, lte"</string>
    <string name="keywords_wifi_calling" msgid="4319184318421027136">"wi-fi, Wi-Fi, call, calling"</string>
    <string name="keywords_display" msgid="874738809280751745">"screen, touchscreen"</string>
    <string name="keywords_display_brightness_level" msgid="850742707616318056">"dim screen, touchscreen, battery, bright"</string>
    <string name="keywords_display_night_display" msgid="4711054330804250058">"dim screen, night, tint, night shift, brightness, screen colour, colour, color"</string>
    <string name="keywords_display_wallpaper" msgid="8478137541939526564">"background, personalise, customise display"</string>
    <string name="keywords_display_font_size" msgid="3593317215149813183">"text size"</string>
    <string name="keywords_display_cast_screen" msgid="2572331770299149370">"project, cast, Screen mirroring, Screen sharing, mirroring, share screen, screen casting"</string>
    <string name="keywords_storage" msgid="3004667910133021783">"space, disk, hard drive, device usage"</string>
    <string name="keywords_battery" msgid="7040323668283600530">"power usage, charge"</string>
    <string name="keywords_spell_checker" msgid="5148906820603481657">"spelling, dictionary, spellcheck, auto-correct"</string>
    <string name="keywords_voice_input" msgid="7534900094659358971">"recogniser, input, speech, speak, language, hands-free, hand free recognition, offensive word, audio history, Bluetooth headset"</string>
    <string name="keywords_text_to_speech_output" msgid="6728080502619011668">"rate, language, default, speak, speaking, tts, accessibility, screen reader, blind"</string>
    <string name="keywords_date_and_time" msgid="4402136313104901312">"clock, military"</string>
    <string name="keywords_network_reset" msgid="4075670452112218042">"reset, restore, factory"</string>
    <string name="keywords_factory_data_reset" msgid="4979623326958976773">"wipe, delete, restore, clear, remove, factory reset"</string>
    <string name="keywords_printing" msgid="3528250034669909466">"printer"</string>
    <string name="keywords_sounds" msgid="1850691834585575875">"speaker beep, speaker, volume, mute, silence, audio, music"</string>
    <string name="keywords_sounds_and_notifications_interruptions" msgid="1500312884808362467">"don\'t disturb, interrupt, interruption, break"</string>
    <string name="keywords_app" msgid="7983814237980258061">"RAM"</string>
    <string name="keywords_location" msgid="8016374808099706213">"nearby, location, history, reporting, GPS"</string>
    <string name="keywords_accounts" msgid="3482052586502133909">"account, add an account, work profile, add account"</string>
    <string name="keywords_users" msgid="3497517660077620843">"restriction, restrict, restricted"</string>
    <string name="keywords_keyboard_and_ime" msgid="4741098648730042570">"text correction, correct, sound, vibrate, auto, language, gesture, suggest, suggestion, theme, offensive, word, type, emoji, international"</string>
    <string name="keywords_reset_apps" msgid="8254315757754930862">"reset, preferences, default"</string>
    <string name="keywords_all_apps" msgid="9016323378609007166">"apps, download, applications, system"</string>
    <string name="keywords_app_permissions" msgid="2061773665663541610">"apps, permissions, security"</string>
    <string name="keywords_default_apps" msgid="4601664230800605416">"apps, default"</string>
    <string name="keywords_ignore_optimizations" msgid="8967142288569785145">"ignore optimisations, doze, app standby"</string>
    <string name="keywords_color_mode" msgid="1193896024705705826">"vibrant, RGB, sRGB, colour, natural, standard"</string>
    <string name="keywords_color_temperature" msgid="8159539138837118453">"colour, temperature, D65, D73, white, yellow, blue, warm, cool"</string>
    <string name="keywords_lockscreen" msgid="3656926961043485797">"slide to unlock, password, pattern, PIN"</string>
    <string name="keywords_app_pinning" msgid="1564144561464945019">"screen pinning"</string>
    <string name="keywords_profile_challenge" msgid="5135555521652143612">"work challenge, work, profile"</string>
    <string name="keywords_unification" msgid="2677472004971453468">"work profile, managed profile, unify, unification, work, profile"</string>
    <string name="keywords_gesture" msgid="3456930847450080520">"gestures"</string>
    <string name="keywords_cards_passes" msgid="4798102029412153067">"cards, passes"</string>
    <string name="keywords_device_controls" msgid="8962494082504033651">"device controls, controls"</string>
    <string name="keywords_payment_settings" msgid="6268791289277000043">"pay, tap, payments"</string>
    <string name="keywords_backup" msgid="707735920706667685">"backup, back up"</string>
    <string name="keywords_assist_gesture_launch" msgid="7710762655355161924">"gesture"</string>
    <string name="keywords_face_unlock" msgid="545338452730885392">"face, unlock, auth, sign in"</string>
    <string name="keywords_imei_info" msgid="8848791606402333514">"imei, meid, min, prl version, imei sv"</string>
    <string name="keywords_sim_status" msgid="8784456547742075508">"network, mobile network state, service state, signal strength, mobile network type, roaming, iccid, eid"</string>
    <string name="keywords_model_and_hardware" msgid="4723665865709965044">"serial number, hardware version"</string>
    <string name="keywords_android_version" msgid="1629882125290323070">"android security patch level, baseband version, kernel version"</string>
    <string name="keywords_dark_ui_mode" msgid="6465231409128452489">"theme, light, dark, mode"</string>
    <string name="keywords_systemui_theme" msgid="6341194275296707801">"dark theme"</string>
    <string name="keywords_device_feedback" msgid="5489930491636300027">"bug"</string>
    <string name="keywords_ambient_display_screen" msgid="661492302323274647">"Ambient display, Lock screen display"</string>
    <string name="keywords_lock_screen_notif" msgid="6363144436467429932">"lock screen notification, notifications"</string>
    <string name="keywords_face_settings" msgid="1360447094486865058">"face"</string>
    <string name="keywords_fingerprint_settings" msgid="7345121109302813358">"fingerprint, add fingerprint"</string>
    <string name="keywords_display_auto_brightness" msgid="7162942396941827998">"dim screen, touchscreen, battery, smart brightness, dynamic brightness, Auto brightness"</string>
    <string name="keywords_display_adaptive_sleep" msgid="8003895686008403685">"dim screen, sleep, battery, timeout, attention, display, screen, inactivity"</string>
    <string name="keywords_auto_rotate" msgid="7914655570000378975">"rotate, flip, rotation, portrait, landscape, orientation, vertical, horizontal"</string>
    <string name="keywords_system_update_settings" msgid="5769003488814164931">"upgrade, android"</string>
    <string name="keywords_zen_mode_settings" msgid="7810203406522669584">"dnd, schedule, notifications, block, silence, vibrate, sleep, work, focus, sound, mute, day, weekday, weekend, weeknight, event"</string>
    <string name="keywords_screen_timeout" msgid="8921857020437540572">"screen, lock time, timeout, lockscreen"</string>
    <string name="keywords_storage_settings" msgid="6018856193950281898">"memory, cache, data, delete, clear, free, space"</string>
    <string name="keywords_bluetooth_settings" msgid="2588159530959868188">"connected, device, headphones, headset, speaker, wireless, pair, earbuds, music, media"</string>
    <string name="keywords_wallpaper" msgid="6712776876474488023">"background, screen, lockscreen, theme"</string>
    <string name="keywords_styles" msgid="6312134005271042434">"icon shape, accent colour, font"</string>
    <string name="keywords_assist_input" msgid="3086289530227075593">"default, assistant"</string>
    <string name="keywords_default_payment_app" msgid="5162298193637362104">"payment, default"</string>
    <string name="keywords_ambient_display" msgid="3149287105145443697">"incoming notification"</string>
    <string name="keywords_hotspot_tethering" msgid="3688439689671232627">"usb tether, bluetooth tether, wifi hotspot"</string>
    <string name="keywords_touch_vibration" msgid="1125291201902251273">"haptics, vibrate, screen, sensitivity"</string>
    <string name="keywords_ring_vibration" msgid="1736301626537417541">"haptics, vibrate, phone, call, sensitivity, ring"</string>
    <string name="keywords_notification_vibration" msgid="9162262178415439951">"haptics, vibrate, sensitivity"</string>
    <string name="keywords_battery_saver_sticky" msgid="1646191718840975110">"battery saver, sticky, persist, power saver, battery"</string>
    <string name="keywords_battery_saver_schedule" msgid="8240483934368455930">"routine, schedule, battery saver, power saver, battery, automatic, per cent"</string>
    <string name="keywords_enhance_4g_lte" msgid="658889360486800978">"VoLTE, advanced calling, 4G calling"</string>
    <string name="keywords_add_language" msgid="1882751300359939436">"add language, add a language"</string>
    <string name="default_sound" msgid="6604374495015245195">"Default sound"</string>
    <string name="sound_settings_summary" msgid="944761906531715109">"Ring and notification volume at <xliff:g id="PERCENTAGE">%1$s</xliff:g>"</string>
    <string name="sound_dashboard_summary" msgid="6574444810552643312">"Volume, vibration, Do Not Disturb"</string>
    <string name="sound_settings_summary_vibrate" msgid="7192223433295988890">"Ringer set to vibrate"</string>
    <string name="sound_settings_summary_silent" msgid="746662794579344761">"Ringer set to silent"</string>
    <string name="sound_settings_example_summary" msgid="8125110691864707925">"Ring and notification volume at 80%"</string>
    <string name="media_volume_option_title" msgid="5966569685119475630">"Media volume"</string>
    <string name="remote_media_volume_option_title" msgid="8760846743943305764">"Cast volume"</string>
    <string name="call_volume_option_title" msgid="1461105986437268924">"Call volume"</string>
    <string name="alarm_volume_option_title" msgid="6398641749273697140">"Alarm volume"</string>
    <string name="ring_volume_option_title" msgid="1520802026403038560">"Ring and notification volume"</string>
    <string name="notification_volume_option_title" msgid="4838818791683615978">"Notification volume"</string>
    <string name="ringtone_title" msgid="3271453110387368088">"Phone ringtone"</string>
    <string name="notification_ringtone_title" msgid="6924501621312095512">"Default notification sound"</string>
    <string name="notification_unknown_sound_title" msgid="1319708450698738980">"App provided sound"</string>
    <string name="notification_sound_default" msgid="8630353701915294299">"Default notification sound"</string>
    <string name="alarm_ringtone_title" msgid="6680761007731764726">"Default alarm sound"</string>
    <string name="vibrate_when_ringing_title" msgid="3436203665622843196">"Vibrate for calls"</string>
    <string name="keywords_vibrate_for_calls" msgid="1019870409730074899">"Vibration"</string>
    <string name="vibrate_when_ringing_option_never_vibrate" msgid="6518980907289156517">"Never vibrate"</string>
    <string name="vibrate_when_ringing_option_always_vibrate" msgid="968652667232075466">"Always vibrate"</string>
    <string name="vibrate_when_ringing_option_ramping_ringer" msgid="2798848945803840348">"Vibrate first, then ring gradually"</string>
    <string name="other_sound_settings" msgid="5468360269346162072">"Other sounds"</string>
    <string name="dial_pad_tones_title" msgid="3536945335367914892">"Dial pad tones"</string>
    <string name="screen_locking_sounds_title" msgid="5695030983872787321">"Screen locking sound"</string>
    <string name="charging_sounds_title" msgid="5261683808537783668">"Charging sounds and vibration"</string>
    <string name="docking_sounds_title" msgid="5341616179210436159">"Docking sounds"</string>
    <string name="touch_sounds_title" msgid="2200734041857425078">"Touch sounds"</string>
    <string name="vibrate_on_touch_title" msgid="9105544449810547716">"Touch vibration"</string>
    <string name="vibrate_on_touch_summary" msgid="664831333409399440">"Haptic feedback for tap, keyboard and more"</string>
    <string name="dock_audio_media_title" msgid="6474579339356398330">"Dock speaker plays"</string>
    <string name="dock_audio_media_disabled" msgid="8499927008999532341">"All audio"</string>
    <string name="dock_audio_media_enabled" msgid="4039126523653131281">"Media audio only"</string>
    <string name="emergency_tone_silent" msgid="5048069815418450902">"Silence"</string>
    <string name="emergency_tone_alert" msgid="1977698889522966589">"Tones"</string>
    <string name="emergency_tone_vibrate" msgid="6282296789406984698">"Vibrations"</string>
    <string name="boot_sounds_title" msgid="5033062848948884111">"Power on sounds"</string>
    <string name="live_caption_title" msgid="8617086825712756983">"Live Caption"</string>
    <string name="live_caption_summary" msgid="2898451867595161809">"Automatically caption media"</string>
    <string name="zen_mode_settings_summary_off" msgid="3604559081434571933">"None"</string>
    <plurals name="zen_mode_settings_summary_on" formatted="false" msgid="1460413335725340350">
      <item quantity="other"><xliff:g id="ON_COUNT">%d</xliff:g> schedules set</item>
      <item quantity="one">1 schedule set</item>
    </plurals>
    <string name="zen_mode_settings_title" msgid="682676757791334259">"Do Not Disturb"</string>
    <string name="zen_mode_settings_summary" msgid="6040862775514495191">"Only get notified by important people and apps"</string>
    <string name="zen_mode_slice_subtitle" msgid="6849372107272604160">"Limit interruptions"</string>
    <string name="zen_mode_settings_turn_on_dialog_title" msgid="7500702838426404527">"Turn on Do Not Disturb"</string>
    <string name="zen_mode_behavior_alarms_only" msgid="2956938533859578315">"Alarms and media sounds can interrupt"</string>
    <string name="zen_mode_automation_settings_title" msgid="3709324184191870926">"Schedules"</string>
    <string name="zen_mode_delete_automatic_rules" msgid="5020468289267191765">"Delete schedules"</string>
    <string name="zen_mode_schedule_delete" msgid="5383420576833765114">"Delete"</string>
    <string name="zen_mode_rule_name_edit" msgid="1053237022416700481">"Edit"</string>
    <string name="zen_mode_automation_settings_page_title" msgid="6217433860514433311">"Schedules"</string>
    <string name="zen_mode_automatic_rule_settings_page_title" msgid="5264835276518295033">"Schedule"</string>
    <string name="zen_mode_schedule_category_title" msgid="1381879916197350988">"Schedule"</string>
    <string name="zen_mode_automation_suggestion_title" msgid="7776129050500707960">"Silence phone at certain times"</string>
    <string name="zen_mode_automation_suggestion_summary" msgid="1946750790084170826">"Set do not disturb rules"</string>
    <string name="zen_mode_schedule_title" msgid="7064866561892906613">"Schedule"</string>
    <string name="zen_mode_use_automatic_rule" msgid="733850322530002484">"Use schedule"</string>
    <string name="zen_mode_summary_combination" msgid="5944689309915947828">"<xliff:g id="MODE">%1$s</xliff:g>: <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string>
    <string name="zen_mode_settings_category" msgid="3794956668816783447">"Allow interruptions that make sound"</string>
    <string name="zen_mode_visual_interruptions_settings_title" msgid="7806181124566937214">"Block visual disturbances"</string>
    <string name="zen_mode_visual_signals_settings_subtitle" msgid="7433077540895876672">"Allow visual signals"</string>
    <string name="zen_mode_restrict_notifications_title" msgid="4169952466106040297">"Display options for hidden notifications"</string>
    <string name="zen_mode_restrict_notifications_category" msgid="5870944770935394566">"When Do Not Disturb is on"</string>
    <string name="zen_mode_restrict_notifications_mute" msgid="6692072837485018287">"No sound from notifications"</string>
    <string name="zen_mode_restrict_notifications_mute_summary" msgid="966597459849580949">"You will see notifications on your screen"</string>
    <string name="zen_mode_restrict_notifications_mute_footer" msgid="2152115038156049608">"When notifications arrive, your phone won’t make a sound or vibrate."</string>
    <string name="zen_mode_restrict_notifications_hide" msgid="5997930361607752541">"No visuals or sound from notifications"</string>
    <string name="zen_mode_restrict_notifications_hide_summary" msgid="6005445725686969583">"You won’t see or hear notifications"</string>
    <string name="zen_mode_restrict_notifications_hide_footer" msgid="4314772315731485747">"Your phone won’t show, vibrate or make sound for new or existing notifications. Keep in mind: critical notifications for phone activity and status will still appear.\n\nWhen you turn off Do Not Disturb, find missed notifications by swiping down from the top of your screen."</string>
    <string name="zen_mode_restrict_notifications_custom" msgid="5469078057954463796">"Custom"</string>
    <string name="zen_mode_restrict_notifications_enable_custom" msgid="4303255634151330401">"Enable custom setting"</string>
    <string name="zen_mode_restrict_notifications_disable_custom" msgid="5062332754972217218">"Remove custom setting"</string>
    <string name="zen_mode_restrict_notifications_summary_muted" msgid="4750213316794189968">"No sound from notifications"</string>
    <string name="zen_mode_restrict_notifications_summary_custom" msgid="3918461289557316364">"Partially hidden"</string>
    <string name="zen_mode_restrict_notifications_summary_hidden" msgid="636494600775773296">"No visuals or sound from notifications"</string>
    <string name="zen_mode_what_to_block_title" msgid="5692710098205334164">"Custom restrictions"</string>
    <string name="zen_mode_block_effects_screen_on" msgid="8780668375194500987">"When the screen is on"</string>
    <string name="zen_mode_block_effects_screen_off" msgid="2291988790355612826">"When the screen is off"</string>
    <string name="zen_mode_block_effect_sound" msgid="7929909410442858327">"Mute sound and vibration"</string>
    <string name="zen_mode_block_effect_intent" msgid="7621578645742903531">"Don\'t turn on screen"</string>
    <string name="zen_mode_block_effect_light" msgid="1997222991427784993">"Don\'t blink light"</string>
    <string name="zen_mode_block_effect_peek" msgid="2525844009475266022">"Don\'t pop notifications on screen"</string>
    <string name="zen_mode_block_effect_status" msgid="5765965061064691918">"Hide status bar icons at top of screen"</string>
    <string name="zen_mode_block_effect_badge" msgid="332151258515152429">"Hide notification dots on app icons"</string>
    <string name="zen_mode_block_effect_ambient" msgid="1247740599476031543">"Don\'t wake for notifications"</string>
    <string name="zen_mode_block_effect_list" msgid="7549367848660137118">"Hide from pull-down shade"</string>
    <string name="zen_mode_block_effect_summary_none" msgid="6688519142395714659">"Never"</string>
    <string name="zen_mode_block_effect_summary_screen_off" msgid="6989818116297061488">"When screen is off"</string>
    <string name="zen_mode_block_effect_summary_screen_on" msgid="4876016548834916087">"When screen is on"</string>
    <string name="zen_mode_block_effect_summary_sound" msgid="1559968890497946901">"Sound and vibration"</string>
    <string name="zen_mode_block_effect_summary_some" msgid="2730383453754229650">"Sound, vibration and some visual signs of notifications"</string>
    <string name="zen_mode_block_effect_summary_all" msgid="3131918059492425222">"Sound, vibration and visual signs of notifications"</string>
    <string name="zen_mode_blocked_effects_footer" msgid="1115914818435434668">"Notifications needed for basic phone activity and status will never be hidden."</string>
    <string name="zen_mode_no_exceptions" msgid="1580136061336585873">"None"</string>
    <string name="zen_mode_other_options" msgid="3399967231522580421">"other options"</string>
    <string name="zen_mode_add" msgid="8789024026733232566">"Add"</string>
    <string name="zen_mode_enable_dialog_turn_on" msgid="1971034397501675078">"Turn on"</string>
    <string name="zen_mode_button_turn_on" msgid="6583862599681052347">"Turn on now"</string>
    <string name="zen_mode_button_turn_off" msgid="2060862413234857296">"Turn off now"</string>
    <string name="zen_mode_settings_dnd_manual_end_time" msgid="8251503918238985549">"Do Not Disturb is on until <xliff:g id="FORMATTED_TIME">%s</xliff:g>"</string>
    <string name="zen_mode_settings_dnd_manual_indefinite" msgid="1436568478062106132">"Do Not Disturb will stay on until you turn it off"</string>
    <string name="zen_mode_settings_dnd_automatic_rule" msgid="1958092329238152236">"Do Not Disturb was automatically turned on by a schedule (<xliff:g id="RULE_NAME">%s</xliff:g>)"</string>
    <string name="zen_mode_settings_dnd_automatic_rule_app" msgid="3401685760954156067">"Do Not Disturb was automatically turned on by an app (<xliff:g id="APP_NAME">%s</xliff:g>)"</string>
    <string name="zen_mode_settings_dnd_custom_settings_footer" msgid="6566115866660865385">"Do Not Disturb is on for <xliff:g id="RULE_NAMES">%s</xliff:g> with custom settings."</string>
    <string name="zen_mode_settings_dnd_custom_settings_footer_link" msgid="2310353944697868606"><annotation id="link">" View custom settings"</annotation></string>
    <string name="zen_interruption_level_priority" msgid="4854123502362861192">"Priority only"</string>
    <string name="zen_mode_and_condition" msgid="8580896862841920031">"<xliff:g id="ZEN_MODE">%1$s</xliff:g>. <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string>
    <string name="zen_mode_sound_summary_on_with_info" msgid="4803606180235742003">"On/<xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="zen_mode_sound_summary_off_with_info" msgid="2032265904095185048">"Off/<xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="zen_mode_sound_summary_off" msgid="2102424480808968673">"Off"</string>
    <string name="zen_mode_sound_summary_on" msgid="9077659040104989899">"On"</string>
    <string name="zen_mode_duration_summary_always_prompt" msgid="7658172853423383037">"Ask every time"</string>
    <string name="zen_mode_duration_summary_forever" msgid="5551992961329998606">"Until you turn off"</string>
    <plurals name="zen_mode_duration_summary_time_hours" formatted="false" msgid="3601160794696489864">
      <item quantity="other"><xliff:g id="NUM_HOURS">%d</xliff:g> hours</item>
      <item quantity="one">1 hour</item>
    </plurals>
    <string name="zen_mode_duration_summary_time_minutes" msgid="3187122993179039992">"<xliff:g id="NUM_MINUTES">%d</xliff:g> minutes"</string>
    <plurals name="zen_mode_sound_summary_summary_off_info" formatted="false" msgid="3812633366476034740">
      <item quantity="other"><xliff:g id="ON_COUNT">%d</xliff:g> schedules can turn on automatically</item>
      <item quantity="one">1 schedule can turn on automatically</item>
    </plurals>
    <string name="zen_category_behavior" msgid="3214056473947178507">"What can interrupt Do Not Disturb"</string>
    <string name="zen_category_people" msgid="8252926021894933047">"People"</string>
    <string name="zen_category_apps" msgid="1167374545618451925">"Apps"</string>
    <string name="zen_category_exceptions" msgid="1316097981052752811">"Alarms and other interruptions"</string>
    <string name="zen_category_schedule" msgid="2003707171924226212">"Schedules"</string>
    <string name="zen_category_duration" msgid="7515850842082631460">"Duration for Quick Settings"</string>
    <string name="zen_sound_footer" msgid="4090291351903631977">"When Do Not Disturb is on, sound and vibration will be muted, except for the items that you allow above."</string>
    <string name="zen_custom_settings_dialog_title" msgid="4613603772432720380">"Custom settings"</string>
    <string name="zen_custom_settings_dialog_review_schedule" msgid="4674671820584759928">"Review schedule"</string>
    <string name="zen_custom_settings_dialog_ok" msgid="8842373418878278246">"Got it"</string>
    <string name="zen_custom_settings_notifications_header" msgid="7635280645171095398">"Notifications"</string>
    <string name="zen_custom_settings_duration_header" msgid="5065987827522064943">"Duration"</string>
    <string name="zen_msg_event_reminder_title" msgid="5362025129007417554">"Messages, events &amp; reminders"</string>
    <string name="zen_msg_event_reminder_footer" msgid="2700459146293750387">"When Do Not Disturb is on, messages, reminders and events will be muted, except for the items that you allow above. You can adjust message settings to allow your friends, family or other contacts to get in touch with you."</string>
    <string name="zen_onboarding_ok" msgid="8764248406533833392">"Finished"</string>
    <string name="zen_onboarding_settings" msgid="2815839576245114342">"Settings"</string>
    <string name="zen_onboarding_new_setting_title" msgid="8813308612916316657">"No visuals or sound from notifications"</string>
    <string name="zen_onboarding_current_setting_title" msgid="5024603685220407195">"No sound from notifications"</string>
    <string name="zen_onboarding_new_setting_summary" msgid="7695808354942143707">"You won’t see or hear notifications. Calls from starred contacts and repeat callers are allowed."</string>
    <string name="zen_onboarding_current_setting_summary" msgid="8864567406905990095">"(Current setting)"</string>
    <string name="zen_onboarding_dnd_visual_disturbances_header" msgid="8639698336231314609">"Change Do Not Disturb notification settings?"</string>
    <string name="sound_work_settings" msgid="752627453846309092">"Work profile sounds"</string>
    <string name="work_use_personal_sounds_title" msgid="7729428677919173609">"Use personal profile sounds"</string>
    <string name="work_use_personal_sounds_summary" msgid="4482832555278975008">"Sounds are the same for work and personal profiles"</string>
    <string name="work_ringtone_title" msgid="4810802758746102589">"Work phone ringtone"</string>
    <string name="work_notification_ringtone_title" msgid="2955312017013255515">"Default work notification sound"</string>
    <string name="work_alarm_ringtone_title" msgid="3369293796769537392">"Default work alarm sound"</string>
    <string name="work_sound_same_as_personal" msgid="1836913235401642334">"Same as personal profile"</string>
    <string name="work_sync_dialog_title" msgid="2359563902332046231">"Replace sounds?"</string>
    <string name="work_sync_dialog_yes" msgid="9161415252411868574">"Replace"</string>
    <string name="work_sync_dialog_message" msgid="1328692374812258546">"Your personal profile sounds will be used for your work profile"</string>
    <string name="ringtones_install_custom_sound_title" msgid="3885712267015760638">"Add custom sound?"</string>
    <string name="ringtones_install_custom_sound_content" msgid="5844996763705884979">"This file will be copied to the <xliff:g id="FOLDER_NAME">%s</xliff:g> folder"</string>
    <string name="ringtones_category_preference_title" msgid="26680768777533727">"Ringtones"</string>
    <string name="other_sound_category_preference_title" msgid="8182757473602586634">"Other sounds and vibrations"</string>
    <string name="configure_notification_settings" msgid="1492820231694314376">"Notifications"</string>
    <string name="recent_notifications" msgid="1105631022180160436">"Recently sent"</string>
    <string name="recent_notifications_see_all_title" msgid="3087299996651692987">"See all from last 7 days"</string>
    <string name="advanced_section_header" msgid="6003255455888626056">"Advanced"</string>
    <string name="profile_section_header" msgid="4970209372372610799">"Work notifications"</string>
    <string name="smart_notifications_title" msgid="8995288376897952015">"Adaptive notifications"</string>
    <string name="asst_capability_prioritizer_title" msgid="1181272430009156556">"Adaptive notification priority"</string>
    <string name="asst_capability_prioritizer_summary" msgid="954988212366568737">"Automatically set lower priority notifications to Gentle"</string>
    <string name="asst_capability_ranking_title" msgid="312998580233257581">"Adaptive notification ranking"</string>
    <string name="asst_capability_ranking_summary" msgid="2293524677144599450">"Automatically rank notifications by relevance"</string>
    <string name="asst_capabilities_actions_replies_title" msgid="4392470465646394289">"Suggested actions and replies"</string>
    <string name="asst_capabilities_actions_replies_summary" msgid="416234323365645871">"Automatically show suggested actions and replies"</string>
    <string name="notification_history_summary" msgid="5434741516307706892">"Show recent and snoozed notifications"</string>
    <string name="notification_history" msgid="8663811361243456201">"Notification history"</string>
    <string name="notification_history_toggle" msgid="9093762294928569030">"Use notification history"</string>
    <string name="notification_history_off_title_extended" msgid="853807652537281601">"Notification history turned off"</string>
    <string name="notification_history_off_summary" msgid="671359587084797617">"Turn on notification history to see recent notifications and snoozed notifications"</string>
    <string name="history_toggled_on_title" msgid="4518001110492652830">"No recent notifications"</string>
    <string name="history_toggled_on_summary" msgid="9034278971358282728">"Your recent and snoozed notifications will appear here"</string>
    <string name="notification_history_view_settings" msgid="5269317798670449002">"view notification settings"</string>
    <string name="notification_history_open_notification" msgid="2655071846911258371">"open notification"</string>
    <string name="snooze_options_title" msgid="2109795569568344617">"Allow notification snoozing"</string>
    <string name="hide_silent_icons_title" msgid="5951392023601167577">"Hide icons from gentle notifications"</string>
    <string name="hide_silent_icons_summary" msgid="623763437631637232">"Icons from gentle notifications aren\'t shown in the status bar"</string>
    <string name="notification_badging_title" msgid="5469616894819568917">"Notification dot on app icon"</string>
    <string name="notification_people_strip_title" msgid="1185857822541001139">"Show strip of recent conversations"</string>
    <string name="notification_bubbles_title" msgid="5681506665322329301">"Bubbles"</string>
    <string name="bubbles_feature_education" msgid="4088275802688887634">"Some notifications and other content can appear as bubbles on the screen. To open a bubble, tap it. To dismiss it, drag it down the screen."</string>
    <string name="bubbles_app_toggle_title" msgid="5319021259954576150">"Bubbles"</string>
    <string name="bubbles_conversation_app_link" msgid="5468779786387915337">"All Bubble settings"</string>
    <string name="bubbles_conversation_toggle_title" msgid="5225039214083311316">"Bubble this conversation"</string>
    <string name="bubbles_conversation_toggle_summary" msgid="720229032254323578">"Show floating icon on top of apps"</string>
    <string name="bubbles_app_toggle_summary" msgid="1574515698567947948">"Allow <xliff:g id="APP_NAME">%1$s</xliff:g> to show some notifications as bubbles"</string>
    <string name="bubbles_feature_disabled_dialog_title" msgid="1794193899792284007">"Turn on bubbles for device?"</string>
    <string name="bubbles_feature_disabled_dialog_text" msgid="5275666953364031055">"Turning on bubbles for this app will also turn on bubbles for your device.\n\nThis affects other apps or conversations that are allowed to bubble."</string>
    <string name="bubbles_feature_disabled_button_approve" msgid="2042628067101419871">"Turn on"</string>
    <string name="bubbles_feature_disabled_button_cancel" msgid="8963409459448350600">"Cancel"</string>
    <string name="notifications_bubble_setting_on_summary" msgid="4641572377430901196">"On/Conversations can appear as floating icons"</string>
    <string name="notifications_bubble_setting_title" msgid="8287649393774855268">"Allow apps to show bubbles"</string>
    <string name="notifications_bubble_setting_description" msgid="7336770088735025981">"Some conversations will appear as floating icons on top of other apps"</string>
    <string name="bubble_app_setting_all" msgid="312524752846978277">"All conversations can bubble"</string>
    <string name="bubble_app_setting_selected" msgid="4324386074198040675">"Selected conversations can bubble"</string>
    <string name="bubble_app_setting_none" msgid="8643594711863996418">"Nothing can bubble"</string>
    <string name="bubble_app_setting_selected_conversation_title" msgid="3060958976857529933">"Conversations"</string>
    <string name="bubble_app_setting_excluded_conversation_title" msgid="324818960338773945">"All conversations can bubble except"</string>
    <string name="bubble_app_setting_unbubble_conversation" msgid="1769789500566080427">"Turn off bubbles for this conversation"</string>
    <string name="bubble_app_setting_bubble_conversation" msgid="1461981680982964285">"Turn on bubbles for this conversation"</string>
    <string name="swipe_direction_title" msgid="4260320464727178413">"Swipe actions"</string>
    <string name="swipe_direction_ltr" msgid="5137180130142633085">"Swipe right to dismiss, left to show menu"</string>
    <string name="swipe_direction_rtl" msgid="1707391213940663992">"Swipe left to dismiss, right to show menu"</string>
    <string name="gentle_notifications_title" msgid="2793492905132530991">"Gentle notifications"</string>
    <string name="gentle_notifications_also_display" msgid="8617545395880297691">"Also display in"</string>
    <string name="gentle_notifications_display_status" msgid="7410244447768694856">"Status bar"</string>
    <string name="gentle_notifications_display_lock" msgid="1914245082527924144">"Lock screen"</string>
    <string name="gentle_notifications_education" msgid="5957509621826384362">"Gentle notifications are always silent and always appear in the pull-down shade"</string>
    <string name="gentle_notifications_display_summary_shade" msgid="7616926954719310445">"Display in pull-down shade only"</string>
    <string name="gentle_notifications_display_summary_shade_lock" msgid="3936088046873705625">"Display in pull-down shade &amp; on lock screen"</string>
    <string name="gentle_notifications_display_summary_shade_status" msgid="3363137853729359907">"Display in pull-down shade &amp; status bar"</string>
    <string name="gentle_notifications_display_summary_shade_status_lock" msgid="2068738866725616212">"Display in pull-down shade, status bar &amp; on lock screen"</string>
    <string name="silent_notifications_status_bar" msgid="6113307620588767516">"Hide silent notifications in status bar"</string>
    <string name="notification_pulse_title" msgid="8013178454646671529">"Blink light"</string>
    <string name="lock_screen_notifications_title" msgid="3063951257121435570">"Notifications on lock screen"</string>
    <string name="lockscreen_bypass_title" msgid="6519964196744088573">"Skip lock screen"</string>
    <string name="lockscreen_bypass_summary" msgid="6688592486830491144">"After face unlock, go directly to last used screen"</string>
    <string name="keywords_lockscreen_bypass" msgid="41035425468915498">"Lock screen, Lockscreen, Skip, Bypass"</string>
    <string name="locked_work_profile_notification_title" msgid="279367321791301499">"When work profile is locked"</string>
    <string name="lock_screen_notifs_title" msgid="3412042692317304449">"Notifications on lock screen"</string>
    <string name="lock_screen_notifs_show_all" msgid="1300418674456749664">"Show conversations, default and silent"</string>
    <string name="lock_screen_notifs_show_alerting" msgid="6584682657382684566">"Hide silent conversations and notifications"</string>
    <string name="lock_screen_notifs_show_none" msgid="1941044980403067101">"Don’t show any notifications"</string>
    <string name="lock_screen_notifs_redact" msgid="9024158855454642296">"Sensitive notifications"</string>
    <string name="lock_screen_notifs_redact_summary" msgid="1395483766035470612">"Show sensitive content when locked"</string>
    <string name="lock_screen_notifs_redact_work" msgid="3833920196569208430">"Sensitive work profile notifications"</string>
    <string name="lock_screen_notifs_redact_work_summary" msgid="3238238380405430156">"Show sensitive work profile content when locked"</string>
    <string name="lock_screen_notifications_summary_show" msgid="6540443483088311328">"Show all notification content"</string>
    <string name="lock_screen_notifications_summary_hide" msgid="7837303171531166789">"Show sensitive content only when unlocked"</string>
    <string name="lock_screen_notifications_summary_disable" msgid="3388290397947365744">"Don\'t show notifications at all"</string>
    <string name="lock_screen_notifications_interstitial_message" msgid="4688399629301178487">"How do you want the lock screen to display?"</string>
    <string name="lock_screen_notifications_interstitial_title" msgid="1360388192096354315">"Lock screen"</string>
    <string name="lock_screen_notifications_summary_show_profile" msgid="8373401288962523946">"Show all work notification content"</string>
    <string name="lock_screen_notifications_summary_hide_profile" msgid="2183455323048921579">"Hide sensitive work content"</string>
    <string name="lock_screen_notifications_interstitial_message_profile" msgid="1456262034599029028">"When your device is locked, how do you want profile notifications to be displayed?"</string>
    <string name="lock_screen_notifications_interstitial_title_profile" msgid="6950124772255324448">"Profile notifications"</string>
    <string name="notifications_title" msgid="4221655533193721131">"Notifications"</string>
    <string name="app_notifications_title" msgid="248374669037385148">"App notifications"</string>
    <string name="notification_channel_title" msgid="8859880871692797611">"Notification category"</string>
    <string name="notification_group_title" msgid="7525666535695631538">"Notification category group"</string>
    <string name="notification_importance_title" msgid="1545158655988342703">"Behaviour"</string>
    <string name="notification_importance_unspecified" msgid="1543165530748339700">"Allow sound"</string>
    <string name="notification_importance_blocked" msgid="4933285639639899394">"Never show notifications"</string>
    <string name="conversations_category_title" msgid="5586541340846847798">"Conversations"</string>
    <string name="conversation_category_title" msgid="6777135786004214149">"Conversation"</string>
    <string name="conversation_section_switch_title" msgid="3332885377659473775">"Conversation section"</string>
    <string name="conversation_section_switch_summary" msgid="6123587625929439674">"Allow app to use conversation section"</string>
    <string name="demote_conversation_title" msgid="6355383023376508485">"Not a conversation"</string>
    <string name="demote_conversation_summary" msgid="4319929331165604112">"Remove from the conversation section"</string>
    <string name="promote_conversation_title" msgid="4731148769888238722">"This is a conversation"</string>
    <string name="promote_conversation_summary" msgid="3890724115743515035">"Add to the conversation section"</string>
    <string name="manage_conversations" msgid="4440289604887824337">"Manage conversations"</string>
    <string name="priority_conversation_count_zero" msgid="3862289535537564713">"No priority conversations"</string>
    <plurals name="priority_conversation_count" formatted="false" msgid="4229447176780862649">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> priority conversations</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> priority conversation</item>
    </plurals>
    <string name="important_conversations" msgid="1233893707189659401">"Priority conversations"</string>
    <string name="important_conversations_summary_bubbles" msgid="614327166808117644">"Show at top of conversation section and appear as floating bubbles"</string>
    <string name="important_conversations_summary" msgid="3184022761562676418">"Show at top of conversation section"</string>
    <string name="other_conversations" msgid="7218658664423361043">"Other conversations"</string>
    <string name="other_conversations_summary" msgid="3487426787901236273">"Conversations to which you’ve made changes"</string>
    <string name="important_bubble" msgid="7911698275408390846">"Bubble priority conversations"</string>
    <string name="important_conversation_behavior_summary" msgid="1845064084071107732">"Priority conversations show at the top of the pull-down shade. You can also set them to bubble and interrupt Do Not Disturb."</string>
    <string name="conversation_onboarding_title" msgid="5194559958353468484">"Priority and modified conversations will appear here"</string>
    <string name="conversation_onboarding_summary" msgid="2484845363368486941">"Once you mark a conversation as priority, or make any other changes to conversations, they will appear here. \n\nTo change conversation settings: \nSwipe down from the top of the screen to open the pull-down shade, then touch and hold a conversation."</string>
    <string name="notification_importance_min" msgid="4609688642942787774">"Show silently and minimise"</string>
    <string name="notification_importance_low" msgid="7562535765919565273">"Show silently"</string>
    <string name="notification_importance_default" msgid="7483906490369073043">"Make sound"</string>
    <string name="notification_importance_high" msgid="8453789143477210550">"Make sound and pop up on screen"</string>
    <string name="notification_importance_high_silent" msgid="8977232884004607985">"Pop on screen"</string>
    <string name="notification_importance_min_title" msgid="7676541266705442501">"Minimise"</string>
    <string name="notification_importance_low_title" msgid="658158049378796947">"Medium"</string>
    <string name="notification_importance_default_title" msgid="8875198696330289686">"High"</string>
    <string name="notification_importance_high_title" msgid="394129291760607808">"Pop on screen"</string>
    <string name="notification_block_title" msgid="7392909527700971673">"Block"</string>
    <string name="notification_silence_title" msgid="4085829874452944989">"Silent"</string>
    <string name="notification_alert_title" msgid="1632401211722199217">"Default"</string>
    <string name="allow_interruption" msgid="5237201780159482716">"Allow interruptions"</string>
    <string name="allow_interruption_summary" msgid="9044131663518112543">"Let the app make sound, vibrate and/or pop notifications on screen"</string>
    <string name="notification_priority_title" msgid="5554834239080425229">"Priority"</string>
    <string name="notification_channel_summary_priority" msgid="7225362351439076913">"Shows at top of conversation section, appears as floating bubble, displays profile picture on lock screen"</string>
    <string name="convo_not_supported_summary" msgid="4285471045268268048">"<xliff:g id="APP_NAME">%1$s</xliff:g> doesn’t support most conversation features. You can’t set a conversation as priority, and conversations won’t appear as floating bubbles."</string>
    <string name="notification_channel_summary_min" msgid="8823399508450176842">"In the pull-down shade, collapse notifications to one line"</string>
    <string name="notification_channel_summary_low" msgid="5549662596677692000">"No sound or vibration"</string>
    <string name="notification_conversation_summary_low" msgid="6352818857388412326">"No sound or vibration and appears lower in conversation section"</string>
    <string name="notification_channel_summary_default" msgid="3674057458265438896">"May ring or vibrate based on phone settings"</string>
    <string name="notification_channel_summary_high" msgid="3411637309360617621">"When device is unlocked, show notifications as a banner across the top of the screen"</string>
    <string name="notification_switch_label" msgid="8029371325967501557">"All \'<xliff:g id="APP_NAME">%1$s</xliff:g>\' notifications"</string>
    <string name="notification_app_switch_label" msgid="4422902423925084193">"All <xliff:g id="APP_NAME">%1$s</xliff:g> notifications"</string>
    <string name="default_notification_assistant" msgid="243718059890346442">"Adaptive Notifications"</string>
    <plurals name="notifications_sent_daily" formatted="false" msgid="1479283620504341566">
      <item quantity="other">~<xliff:g id="NUMBER_1">%d</xliff:g> notifications per day</item>
      <item quantity="one">~<xliff:g id="NUMBER_0">%d</xliff:g> notification per day</item>
    </plurals>
    <plurals name="notifications_sent_weekly" formatted="false" msgid="4913443431857170519">
      <item quantity="other">~<xliff:g id="NUMBER_1">%d</xliff:g> notifications per week</item>
      <item quantity="one">~<xliff:g id="NUMBER_0">%d</xliff:g> notification per week</item>
    </plurals>
    <string name="notifications_sent_never" msgid="9081278709126812062">"Never"</string>
    <string name="manage_notification_access_title" msgid="4714320299084782521">"Notification access"</string>
    <string name="work_profile_notification_access_blocked_summary" msgid="8643809206612366067">"Access to work profile notifications is blocked"</string>
    <string name="manage_notification_access_summary_zero" msgid="7528633634628627431">"Apps cannot read notifications"</string>
    <plurals name="manage_notification_access_summary_nonzero" formatted="false" msgid="3703008881487586312">
      <item quantity="other">%d apps can read notifications</item>
      <item quantity="one">%d app can read notifications</item>
    </plurals>
    <string name="notification_assistant_title" msgid="6983941403582134437">"Adaptive Notifications"</string>
    <string name="no_notification_assistant" msgid="2533323397091834096">"None"</string>
    <string name="no_notification_listeners" msgid="2839354157349636000">"No installed apps have requested notification access."</string>
    <string name="notification_access_detail_switch" msgid="46386786409608330">"Allow notification access"</string>
    <string name="notification_assistant_security_warning_title" msgid="2972346436050925276">"Allow notification access for <xliff:g id="SERVICE">%1$s</xliff:g>?"</string>
    <string name="notification_assistant_security_warning_summary" msgid="7362924206925040510">"<xliff:g id="NOTIFICATION_ASSISTANT_NAME">%1$s</xliff:g> will be able to read all notifications, including personal information such as contact names, and the text of messages that you receive. This app will also be able to dismiss notifications or take action on buttons in notifications, including answering phone calls. \n\nThis will also give the app the ability to turn Do Not Disturb on or off and change related settings."</string>
    <string name="notification_listener_security_warning_title" msgid="5791700876622858363">"Allow notification access for <xliff:g id="SERVICE">%1$s</xliff:g>?"</string>
    <string name="notification_listener_security_warning_summary" msgid="1658213659262173405">"<xliff:g id="NOTIFICATION_LISTENER_NAME">%1$s</xliff:g> will be able to read all notifications, including personal information such as contact names, and the text of messages that you receive. This app will also be able to dismiss notifications or take action on buttons in notifications, including answering phone calls. \n\nThis will also give the app the ability to turn Do Not Disturb on or off and change related settings."</string>
    <string name="notification_listener_disable_warning_summary" msgid="8373396293802088961">"If you turn off notification access for <xliff:g id="NOTIFICATION_LISTENER_NAME">%1$s</xliff:g>, Do Not Disturb access may also be turned off."</string>
    <string name="notification_listener_disable_warning_confirm" msgid="841492108402184976">"Turn off"</string>
    <string name="notification_listener_disable_warning_cancel" msgid="8802784105045594324">"cancel"</string>
    <string name="vr_listeners_title" msgid="4960357292472540964">"VR helper services"</string>
    <string name="no_vr_listeners" msgid="8442646085375949755">"No installed apps have requested to be run as VR helper services."</string>
    <string name="vr_listener_security_warning_title" msgid="7026351795627615177">"Allow VR service access for <xliff:g id="SERVICE">%1$s</xliff:g>?"</string>
    <string name="vr_listener_security_warning_summary" msgid="1888843557687017791">"<xliff:g id="VR_LISTENER_NAME">%1$s</xliff:g> will be able to run when you are using applications in virtual reality mode."</string>
    <string name="display_vr_pref_title" msgid="4850474436291113569">"When device is in VR"</string>
    <string name="display_vr_pref_low_persistence" msgid="7039841277157739871">"Reduce blur (recommended)"</string>
    <string name="display_vr_pref_off" msgid="4008841566387432721">"Reduce flicker"</string>
    <string name="picture_in_picture_title" msgid="9001594281840542493">"Picture-in-picture"</string>
    <string name="picture_in_picture_empty_text" msgid="9123600661268731579">"No installed apps support picture-in-picture"</string>
    <string name="picture_in_picture_keywords" msgid="3605379820551656253">"pip picture in"</string>
    <string name="picture_in_picture_app_detail_title" msgid="4442235098255164650">"Picture-in-picture"</string>
    <string name="picture_in_picture_app_detail_switch" msgid="8544190716075624017">"Allow picture-in-picture"</string>
    <string name="picture_in_picture_app_detail_summary" msgid="2503211101305358849">"Allow this app to create a picture-in-picture window while the app is open or after you leave it (for example, to continue watching a video). This window displays on top of other apps that you\'re using."</string>
    <string name="interact_across_profiles_title" msgid="7285906999927669971">"Connected work and personal apps"</string>
    <string name="interact_across_profiles_summary_allowed" msgid="1365881452153799092">"Connected"</string>
    <string name="interact_across_profiles_summary_not_allowed" msgid="5802674212788171790">"Not connected"</string>
    <string name="interact_across_profiles_empty_text" msgid="419061031064397168">"No connected apps"</string>
    <string name="interact_across_profiles_keywords" msgid="5996472773111665049">"cross profile connected app apps work and personal"</string>
    <string name="interact_across_profiles_app_detail_title" msgid="7776184211173575648">"Connected work and personal apps"</string>
    <string name="interact_across_profiles_switch_enabled" msgid="7294719120282287495">"Connected"</string>
    <string name="interact_across_profiles_switch_disabled" msgid="4312196170211463988">"Connect these apps"</string>
    <string name="interact_across_profiles_summary_1" msgid="6093976896137600231">"Connected apps share permissions and can access each other’s data."</string>
    <string name="interact_across_profiles_summary_2" msgid="505748305453633885">"Only connect apps if you trust them not to share personal data with your IT admin."</string>
    <string name="interact_across_profiles_summary_3" msgid="444428694843299854">"You can disconnect apps at any time in your device’s privacy settings."</string>
    <string name="interact_across_profiles_consent_dialog_title" msgid="8530621211216508681">"Trust work <xliff:g id="NAME">%1$s</xliff:g> with your personal data?"</string>
    <string name="interact_across_profiles_consent_dialog_summary" msgid="3949870271562055048">"Only connect apps if you trust them not to share personal data with your IT admin."</string>
    <string name="interact_across_profiles_consent_dialog_app_data_title" msgid="8436318876213958940">"App data"</string>
    <string name="interact_across_profiles_consent_dialog_app_data_summary" msgid="6057019384328088311">"This app can access data in your personal <xliff:g id="NAME">%1$s</xliff:g> app."</string>
    <string name="interact_across_profiles_consent_dialog_permissions_title" msgid="2316852600280487055">"Permissions"</string>
    <string name="interact_across_profiles_consent_dialog_permissions_summary" msgid="995051542847604039">"This app can use your personal <xliff:g id="NAME">%1$s</xliff:g> app’s permissions, like access to location, storage or contacts."</string>
    <string name="interact_across_profiles_number_of_connected_apps_none" msgid="8573289199942092964">"No apps connected"</string>
    <plurals name="interact_across_profiles_number_of_connected_apps" formatted="false" msgid="6991750455661974772">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> apps connected</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> app connected</item>
    </plurals>
    <string name="interact_across_profiles_install_work_app_title" msgid="2821669067014436056">"To connect these apps, install <xliff:g id="NAME">%1$s</xliff:g> in your work profile"</string>
    <string name="interact_across_profiles_install_personal_app_title" msgid="4790651223324866344">"To connect these apps, install <xliff:g id="NAME">%1$s</xliff:g> in your personal profile"</string>
    <string name="interact_across_profiles_install_app_summary" msgid="7715324358034968657">"Tap to get the app"</string>
    <string name="manage_zen_access_title" msgid="1562322900340107269">"Do Not Disturb access"</string>
    <string name="zen_access_detail_switch" msgid="4183681772666138993">"Allow Do Not Disturb"</string>
    <string name="zen_access_empty_text" msgid="3779921853282293080">"No installed apps have requested Do Not Disturb access"</string>
    <string name="loading_notification_apps" msgid="1458413761470945269">"Loading apps..."</string>
    <string name="app_notifications_off_desc" msgid="6691342160980435901">"At your request, Android is blocking this app\'s notifications from appearing on this device"</string>
    <string name="channel_notifications_off_desc" msgid="6202042207121633488">"At your request, Android is blocking this category of notifications from appearing on this device"</string>
    <string name="channel_group_notifications_off_desc" msgid="9096417708500595424">"At your request, Android is blocking this group of notifications from appearing on this device"</string>
    <string name="notification_channels" msgid="1502969522886493799">"Categories"</string>
    <string name="notification_channels_other" msgid="18159805343647908">"Other"</string>
    <plurals name="notification_group_summary" formatted="false" msgid="483490958130993160">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> categories</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> category</item>
    </plurals>
    <string name="no_channels" msgid="4716199078612071915">"This app has not posted any notifications"</string>
    <string name="app_settings_link" msgid="6725453466705333311">"Additional settings in the app"</string>
    <string name="notification_screen_summary" msgid="5984915275134654822">"Notification history, bubbles, recently sent"</string>
    <string name="app_notification_listing_summary_zero" msgid="2988400013221120744">"On for all apps"</string>
    <plurals name="app_notification_listing_summary_others" formatted="false" msgid="1506127395400503717">
      <item quantity="other">Off for <xliff:g id="COUNT_1">%d</xliff:g> apps</item>
      <item quantity="one">Off for <xliff:g id="COUNT_0">%d</xliff:g> app</item>
    </plurals>
    <plurals name="deleted_channels" formatted="false" msgid="5963473421547029532">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> categories deleted</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> category deleted</item>
    </plurals>
    <string name="notification_toggle_on" msgid="1624283327379059003">"On"</string>
    <string name="notification_toggle_off" msgid="3295373308338024844">"Off"</string>
    <string name="app_notification_block_title" msgid="3880322745749900296">"Block all"</string>
    <string name="app_notification_block_summary" msgid="1804611676339341551">"Never show these notifications"</string>
    <string name="notification_content_block_title" msgid="6689085826061361351">"Show notifications"</string>
    <string name="notification_content_block_summary" msgid="329171999992248925">"Never show notifications in the shade or on peripheral devices"</string>
    <string name="notification_badge_title" msgid="6854537463548411313">"Allow notification dot"</string>
    <string name="notification_channel_badge_title" msgid="6505542437385640049">"Show notification dot"</string>
    <string name="app_notification_override_dnd_title" msgid="3769539356442226691">"Override Do Not Disturb"</string>
    <string name="app_notification_override_dnd_summary" msgid="4894641191397562920">"Let these notifications continue to interrupt when Do Not Disturb is on"</string>
    <string name="app_notification_visibility_override_title" msgid="7778628150022065920">"Lock screen"</string>
    <string name="app_notification_row_banned" msgid="4513523107019706924">"Blocked"</string>
    <string name="app_notification_row_priority" msgid="8100777138078316446">"Priority"</string>
    <string name="app_notification_row_sensitive" msgid="7374688948587174964">"Sensitive"</string>
    <string name="app_notifications_dialog_done" msgid="573716608705273004">"Done"</string>
    <string name="app_notification_importance_title" msgid="8293193440040799998">"Importance"</string>
    <string name="notification_show_lights_title" msgid="5564315979007438583">"Blink light"</string>
    <string name="notification_vibrate_title" msgid="1422330728336623351">"Vibration"</string>
    <string name="notification_channel_sound_title" msgid="9018031231387273476">"Sound"</string>
    <string name="notification_conversation_important" msgid="4365437037763608045">"Priority"</string>
    <string name="notification_conversation_add_to_home" msgid="8136269431130231389">"Add to home"</string>
    <string name="zen_mode_rule_delete_button" msgid="7642063606919058862">"Delete"</string>
    <string name="zen_mode_rule_rename_button" msgid="4158377587795511144">"Rename"</string>
    <string name="zen_mode_rule_name" msgid="7303080427006917702">"Schedule name"</string>
    <string name="zen_mode_rule_name_hint" msgid="7029432803855827697">"Enter schedule name"</string>
    <string name="zen_mode_rule_name_warning" msgid="1244435780807634954">"Schedule name already in use"</string>
    <string name="zen_mode_add_rule" msgid="4217731747959400770">"Add more"</string>
    <string name="zen_mode_add_event_rule" msgid="9179404395950854471">"Add event schedule"</string>
    <string name="zen_mode_add_time_rule" msgid="2621320450155364432">"Add time schedule"</string>
    <string name="zen_mode_delete_rule" msgid="5419296431989891130">"Delete schedule"</string>
    <string name="zen_mode_choose_rule_type" msgid="7656308563653982975">"Choose schedule type"</string>
    <string name="zen_mode_delete_rule_confirmation" msgid="6195069346439736688">"Delete \'<xliff:g id="RULE">%1$s</xliff:g>\' rule?"</string>
    <string name="zen_mode_delete_rule_button" msgid="8328729110756882244">"Delete"</string>
    <string name="zen_mode_rule_type_unknown" msgid="7819162569994282316">"Unknown"</string>
    <string name="zen_mode_app_set_behavior" msgid="4319517270279704677">"These settings can\'t be changed at the moment. An app (<xliff:g id="APP_NAME">%1$s</xliff:g>) has automatically turned on Do Not Disturb with custom behaviour."</string>
    <string name="zen_mode_unknown_app_set_behavior" msgid="8544413884273894104">"These settings can\'t be changed at the moment. An app has automatically turned on Do Not Disturb with custom behaviour."</string>
    <string name="zen_mode_qs_set_behavior" msgid="3805244555649172848">"These settings can\'t be changed at the moment. Do Not Disturb was manually turned on with custom behaviour."</string>
    <string name="zen_schedule_rule_type_name" msgid="8071428540221112090">"Time"</string>
    <string name="zen_schedule_rule_enabled_toast" msgid="6534402316741678208">"Automatic rule set to turn on Do Not Disturb during specified times"</string>
    <string name="zen_event_rule_type_name" msgid="1921166617081971754">"Event"</string>
    <string name="zen_event_rule_enabled_toast" msgid="4943723266121388395">"Automatic rule set to turn on Do Not Disturb during specified events"</string>
    <string name="zen_mode_event_rule_calendar" msgid="6279460374929508907">"During events for"</string>
    <string name="zen_mode_event_rule_summary_calendar_template" msgid="3065013489987409864">"During events for <xliff:g id="CALENDAR">%1$s</xliff:g>"</string>
    <string name="zen_mode_event_rule_summary_any_calendar" msgid="8395450413356855311">"any calendar"</string>
    <string name="zen_mode_event_rule_summary_reply_template" msgid="7786137431469077008">"Where reply is <xliff:g id="REPLY">%1$s</xliff:g>"</string>
    <string name="zen_mode_event_rule_calendar_any" msgid="5152139705998281205">"Any calendar"</string>
    <string name="zen_mode_event_rule_reply" msgid="6099405414361340225">"Where reply is"</string>
    <string name="zen_mode_event_rule_reply_any_except_no" msgid="4672746760505346596">"Yes, Maybe or Not replied"</string>
    <string name="zen_mode_event_rule_reply_yes_or_maybe" msgid="6584448788100186574">"Yes or Maybe"</string>
    <string name="zen_mode_event_rule_reply_yes" msgid="7812120982734551236">"Yes"</string>
    <string name="zen_mode_rule_not_found_text" msgid="5303667326973891036">"Rule not found."</string>
    <string name="zen_mode_rule_summary_enabled_combination" msgid="1183604368083885789">"On/<xliff:g id="MODE">%1$s</xliff:g>"</string>
    <string name="zen_mode_rule_summary_provider_combination" msgid="785343032708491365">"<xliff:g id="PACKAGE">%1$s</xliff:g>\n<xliff:g id="SUMMARY">%2$s</xliff:g>"</string>
    <string name="zen_mode_schedule_rule_days" msgid="8633770815307716351">"Days"</string>
    <string name="zen_mode_schedule_rule_days_none" msgid="5636604196262227070">"None"</string>
    <string name="zen_mode_schedule_rule_days_all" msgid="1583884351893245169">"Every day"</string>
    <string name="zen_mode_schedule_alarm_title" msgid="305237266064819345">"Alarm can override end time"</string>
    <string name="zen_mode_schedule_alarm_summary" msgid="9162760856136645133">"Schedule turns off when an alarm rings"</string>
    <string name="zen_mode_custom_behavior_title" msgid="92525364576358085">"Do Not Disturb behaviour"</string>
    <string name="zen_mode_custom_behavior_summary_default" msgid="3259312823717839148">"Use default settings"</string>
    <string name="zen_mode_custom_behavior_summary" msgid="5390522750884328843">"Create custom settings for this schedule"</string>
    <string name="zen_mode_custom_behavior_category_title" msgid="7815612569425733764">"For ‘<xliff:g id="SCHEDULE_NAME">%1$s</xliff:g>’"</string>
    <string name="summary_divider_text" msgid="8836285171484563986">", "</string>
    <string name="summary_range_symbol_combination" msgid="8447490077794415525">"<xliff:g id="START">%1$s</xliff:g> - <xliff:g id="END">%2$s</xliff:g>"</string>
    <string name="summary_range_verbal_combination" msgid="6022314482293187463">"<xliff:g id="START">%1$s</xliff:g> to <xliff:g id="END">%2$s</xliff:g>"</string>
    <string name="zen_mode_conversations_title" msgid="5491912973456026379">"Conversations"</string>
    <string name="zen_mode_conversations_section_title" msgid="666809483050936026">"Conversations that can interrupt"</string>
    <string name="zen_mode_from_all_conversations" msgid="3447000451361857061">"All conversations"</string>
    <string name="zen_mode_from_important_conversations" msgid="528050873364229253">"Priority conversations"</string>
    <string name="zen_mode_from_no_conversations" msgid="3924593219855567165">"None"</string>
    <plurals name="zen_mode_conversations_count" formatted="false" msgid="8348944826762075457">
      <item quantity="other"><xliff:g id="CONVERSATIONS">%d</xliff:g> conversations</item>
      <item quantity="one">1 conversation</item>
    </plurals>
    <string name="zen_mode_conversations_count_none" msgid="4745022470794983983">"None"</string>
    <string name="zen_mode_people_calls_messages_section_title" msgid="6815202112413762206">"Who can interrupt"</string>
    <string name="zen_mode_calls_title" msgid="2078578043677037740">"Calls"</string>
    <string name="zen_mode_calls" msgid="7653245854493631095">"Calls"</string>
    <string name="zen_mode_calls_list" msgid="5044730950895749093">"calls"</string>
    <string name="zen_mode_calls_header" msgid="8379225445095856726">"Calls that can interrupt"</string>
    <string name="zen_mode_calls_footer" msgid="2008079711083701243">"To make sure that allowed calls make a sound, check that the device is set to ring"</string>
    <string name="zen_mode_custom_calls_footer" msgid="6521283204577441053">"For ‘<xliff:g id="SCHEDULE_NAME">%1$s</xliff:g>’, incoming calls are blocked. You can adjust settings to allow your friends, family or other contacts to reach you."</string>
    <string name="zen_mode_starred_contacts_title" msgid="630299631659575589">"Starred contacts"</string>
    <plurals name="zen_mode_starred_contacts_summary_additional_contacts" formatted="false" msgid="7001724653833724925">
      <item quantity="other"><xliff:g id="NUM_PEOPLE">%d</xliff:g> others</item>
      <item quantity="one">1 other</item>
    </plurals>
    <string name="zen_mode_starred_contacts_summary_none" msgid="6320777044373994482">"None"</string>
    <string name="zen_mode_messages" msgid="7315084748885170585">"Messages"</string>
    <string name="zen_mode_messages_list" msgid="5431014101342361882">"messages"</string>
    <string name="zen_mode_messages_title" msgid="1777598523485334405">"Messages"</string>
    <string name="zen_mode_messages_header" msgid="253721635061451577">"Messages that can interrupt"</string>
    <string name="zen_mode_messages_footer" msgid="6002468050854126331">"To make sure that allowed messages make a sound, check that the device is set to ring"</string>
    <string name="zen_mode_custom_messages_footer" msgid="7545180036949550830">"For ‘<xliff:g id="SCHEDULE_NAME">%1$s</xliff:g>’, incoming messages are blocked. You can adjust settings to allow your friends, family or other contacts to reach you."</string>
    <string name="zen_mode_all_messages_summary" msgid="3756267858343104554">"All messages can reach you"</string>
    <string name="zen_mode_all_calls_summary" msgid="7337907849083824698">"All calls can reach you"</string>
    <string name="zen_mode_contacts_count_none" msgid="7928563147160462589">"None"</string>
    <plurals name="zen_mode_contacts_count" formatted="false" msgid="3434092344686708445">
      <item quantity="other"><xliff:g id="NUM_CONTACTS">%d</xliff:g> contacts</item>
      <item quantity="one">1 contact</item>
    </plurals>
    <string name="zen_mode_from_anyone" msgid="6027004263046694174">"Anyone"</string>
    <string name="zen_mode_from_contacts" msgid="2989933306317064818">"Contacts"</string>
    <string name="zen_mode_from_starred" msgid="8616516644241652287">"Starred contacts"</string>
    <string name="zen_calls_summary_starred_repeat" msgid="8078759939219244001">"From starred contacts and repeat callers"</string>
    <string name="zen_calls_summary_contacts_repeat" msgid="2276432091940405376">"From contacts and repeat callers"</string>
    <string name="zen_calls_summary_repeat_only" msgid="7748352153193832632">"From repeat callers only"</string>
    <string name="zen_mode_none_calls" msgid="2047166006414016327">"None"</string>
    <string name="zen_mode_none_messages" msgid="1386626352943268342">"None"</string>
    <string name="zen_mode_alarms" msgid="5989343060100771099">"Alarms"</string>
    <string name="zen_mode_alarms_summary" msgid="3388679177457223967">"From timers, alarms, security systems and other apps"</string>
    <string name="zen_mode_alarms_list" msgid="334782233067365405">"alarms"</string>
    <string name="zen_mode_alarms_list_first" msgid="2780418316613576610">"Alarms"</string>
    <string name="zen_mode_media" msgid="885017672250984735">"Media sounds"</string>
    <string name="zen_mode_media_summary" msgid="7174081803853351461">"Sounds from videos, games and other media"</string>
    <string name="zen_mode_media_list" msgid="2006413476596092020">"media"</string>
    <string name="zen_mode_media_list_first" msgid="7824427062528618442">"Media"</string>
    <string name="zen_mode_system" msgid="7301665021634204942">"Touch sounds"</string>
    <string name="zen_mode_system_summary" msgid="7225581762792177522">"Sounds from the keyboard and other buttons"</string>
    <string name="zen_mode_system_list" msgid="2256218792042306434">"touch sounds"</string>
    <string name="zen_mode_system_list_first" msgid="8590078626001067855">"Touch sounds"</string>
    <string name="zen_mode_reminders" msgid="1970224691551417906">"Reminders"</string>
    <string name="zen_mode_reminders_summary" msgid="3961627037429412382">"From tasks and reminders"</string>
    <string name="zen_mode_reminders_list" msgid="3133513621980999858">"reminders"</string>
    <string name="zen_mode_reminders_list_first" msgid="1130470396012190814">"Reminders"</string>
    <string name="zen_mode_events" msgid="7425795679353531794">"Calendar events"</string>
    <string name="zen_mode_events_summary" msgid="3241903481309766428">"From upcoming calendar events"</string>
    <string name="zen_mode_events_list" msgid="7191316245742097229">"events"</string>
    <string name="zen_mode_events_list_first" msgid="7425369082835214361">"Events"</string>
    <string name="zen_mode_bypassing_apps" msgid="625309443389126481">"Allow apps to override"</string>
    <string name="zen_mode_bypassing_apps_header" msgid="60083006963906906">"Apps that can interrupt"</string>
    <string name="zen_mode_bypassing_apps_add_header" msgid="3201829605075172536">"Select more apps"</string>
    <string name="zen_mode_bypassing_apps_none" msgid="7944221631721778096">"No apps selected"</string>
    <string name="zen_mode_bypassing_apps_subtext_none" msgid="5128770411598722200">"No apps can interrupt"</string>
    <string name="zen_mode_bypassing_apps_add" msgid="5031919618521327102">"Add apps"</string>
    <string name="zen_mode_bypassing_apps_summary_all" msgid="4684544706511555744">"All notifications"</string>
    <string name="zen_mode_bypassing_apps_summary_some" msgid="5315750826830358230">"Some notifications"</string>
    <string name="zen_mode_bypassing_apps_footer" msgid="1454862989340760124">"Selected people can still reach you, even if you don’t allow apps to interrupt"</string>
    <plurals name="zen_mode_bypassing_apps_subtext" formatted="false" msgid="7781990918323204156">
      <item quantity="other"><xliff:g id="APP_NAMES">%s</xliff:g> can interrupt</item>
      <item quantity="one"><xliff:g id="APP_NAME_0">%s</xliff:g> can interrupt</item>
    </plurals>
    <string name="zen_mode_apps_bypassing_list_count" msgid="1581384924379825405">"<xliff:g id="NUMBER">%d</xliff:g> more"</string>
    <string name="zen_mode_bypassing_apps_title" msgid="371050263563164059">"Apps"</string>
    <string name="zen_mode_bypassing_apps_all_summary" msgid="5197566190120503132">"All notifications"</string>
    <string name="zen_mode_bypassing_apps_some_summary" msgid="1514572070650411509">"Some notifications"</string>
    <string name="zen_mode_bypassing_app_channels_header" msgid="4011017798712587373">"Notifications that can interrupt"</string>
    <string name="zen_mode_bypassing_app_channels_toggle_all" msgid="1449462656358219116">"Allow all notifications"</string>
    <plurals name="zen_mode_other_sounds_summary" formatted="false" msgid="945147615383565311">
      <item quantity="other"><xliff:g id="SOUND_CATEGORIES">%s</xliff:g> can interrupt</item>
      <item quantity="one"><xliff:g id="SOUND_CATEGORY">%s</xliff:g> can interrupt</item>
    </plurals>
    <string name="zen_mode_other_sounds_none" msgid="6219663385759635854">"Nothing can interrupt"</string>
    <string name="zen_mode_other_sounds_list_count" msgid="1443126333853419582">"<xliff:g id="NUMBER">%d</xliff:g> more"</string>
    <string name="zen_mode_people_none" msgid="4613147461974255046">"No one can interrupt"</string>
    <string name="zen_mode_people_some" msgid="9101872681298810281">"Some people can interrupt"</string>
    <string name="zen_mode_people_all" msgid="311036110283015205">"All people can interrupt"</string>
    <string name="zen_mode_repeat_callers" msgid="2270356100287792138">"Repeat callers"</string>
    <string name="zen_mode_repeat_callers_title" msgid="8016699240338264781">"Allow repeat callers"</string>
    <string name="zen_mode_all_callers" msgid="8104755389401941875">"anyone"</string>
    <string name="zen_mode_contacts_callers" msgid="5429267704011896833">"contacts"</string>
    <string name="zen_mode_starred_callers" msgid="1002370699564211178">"starred contacts"</string>
    <string name="zen_mode_repeat_callers_list" msgid="181819778783743847">"repeat callers"</string>
    <!-- no translation found for zen_mode_calls_summary_one (1928015516061784276) -->
    <skip />
    <string name="zen_mode_calls_summary_two" msgid="6351563496898410742">"<xliff:g id="CALLER_TYPE_0">%1$s</xliff:g> and <xliff:g id="CALLER_TYPE_1">%2$s</xliff:g>"</string>
    <string name="zen_mode_repeat_callers_summary" msgid="4121054819936083025">"If the same person calls a second time within a <xliff:g id="MINUTES">%d</xliff:g>-minute period"</string>
    <string name="zen_mode_behavior_summary_custom" msgid="3126805555852783860">"Custom"</string>
    <string name="zen_mode_when" msgid="5710214762051824755">"Automatically turn on"</string>
    <string name="zen_mode_when_never" msgid="2537537280091840672">"Never"</string>
    <string name="zen_mode_when_every_night" msgid="9018738747936038166">"Every night"</string>
    <string name="zen_mode_when_weeknights" msgid="531342225633264368">"Weeknights"</string>
    <string name="zen_mode_start_time" msgid="1252665038977523332">"Start time"</string>
    <string name="zen_mode_end_time" msgid="223502560367331706">"End time"</string>
    <string name="zen_mode_end_time_next_day_summary_format" msgid="419683704068360804">"<xliff:g id="FORMATTED_TIME">%s</xliff:g> next day"</string>
    <string name="zen_mode_summary_alarms_only_indefinite" msgid="910047326128154945">"Change to alarms only indefinitely"</string>
    <plurals name="zen_mode_summary_alarms_only_by_minute" formatted="false" msgid="1900512966361163390">
      <item quantity="other">Change to alarms only for <xliff:g id="DURATION">%1$d</xliff:g> minutes (until <xliff:g id="FORMATTEDTIME_1">%2$s</xliff:g>)</item>
      <item quantity="one">Change to alarms only for one minute until <xliff:g id="FORMATTEDTIME_0">%2$s</xliff:g></item>
    </plurals>
    <plurals name="zen_mode_summary_alarms_only_by_hour" formatted="false" msgid="955991428001659124">
      <item quantity="other">Change to alarms only for <xliff:g id="DURATION">%1$d</xliff:g> hours until <xliff:g id="FORMATTEDTIME_1">%2$s</xliff:g></item>
      <item quantity="one">Change to alarms only for one hour until <xliff:g id="FORMATTEDTIME_0">%2$s</xliff:g></item>
    </plurals>
    <string name="zen_mode_summary_alarms_only_by_time" msgid="8140619669703968810">"Change to alarms only until <xliff:g id="FORMATTEDTIME">%1$s</xliff:g>"</string>
    <string name="zen_mode_summary_always" msgid="722093064250082317">"Change to always interrupt"</string>
    <string name="zen_mode_screen_on" msgid="7312758100468915319">"When the screen is on"</string>
    <string name="zen_mode_screen_on_summary" msgid="510055058460316698">"Let notifications silenced by Do Not Disturb pop on screen and show a status bar icon"</string>
    <string name="zen_mode_screen_off" msgid="7069798697669366075">"When the screen is off"</string>
    <string name="zen_mode_screen_off_summary" msgid="4698018253505406152">"Let notifications silenced by Do Not Disturb turn on the screen and blink the light"</string>
    <string name="zen_mode_screen_off_summary_no_led" msgid="1958271859408992636">"Let notifications silenced by Do Not Disturb turn on the screen"</string>
    <string name="notification_app_settings_button" msgid="4692549882609342128">"Notification settings"</string>
    <string name="suggestion_button_text" msgid="4370673818678692873">"OK"</string>
    <string name="suggestion_button_close" msgid="6865170855573283759">"Close"</string>
    <string name="device_feedback" msgid="5351614458411688608">"Send feedback about this device"</string>
    <string name="restr_pin_enter_admin_pin" msgid="4435410646541671918">"Enter admin PIN"</string>
    <string name="switch_on_text" msgid="5664542327776075105">"On"</string>
    <string name="switch_off_text" msgid="1315547447393646667">"Off"</string>
    <string name="screen_pinning_title" msgid="6927227272780208966">"App pinning"</string>
    <string name="screen_pinning_description" msgid="6927147836599784578">"App pinning allows you to keep the current app in view until you unpin it. This feature can be used, for example, to let a trusted friend play a specific game. \n\nWhen an app is pinned, the pinned app may open other apps and personal data may be accessible. \n\nTo use app pinning: 	\n1.	Turn on app pinning 	\n2.	Open Overview 	\n3.	Tap the app icon at the top of the screen, then tap Pin"</string>
    <string name="screen_pinning_guest_user_description" msgid="4772752097527490014">"App pinning allows you to keep the current app in view until you unpin it. This feature can be used, for example, to let a trusted friend play a specific game. \n\nWhen an app is pinned, the pinned app may open other apps, and personal data may be accessible. \n\nIf you want to share your device securely with someone, try using a guest user instead. \n\nTo use app pinning: 	\n1.	Turn on app pinning 	\n2.	Open Overview 	\n3.	Tap the app icon at the top of the screen, then tap \'Pin\'"</string>
    <string name="screen_pinning_dialog_message" msgid="8144925258679476654">"When app is pinned: \n\n• Personal data may be accessible \n(such as contacts and email content) \n• Pinned app may open other apps \n\nOnly use app pinning with people that you trust."</string>
    <string name="screen_pinning_unlock_pattern" msgid="1345877794180829153">"Ask for unlock pattern before unpinning"</string>
    <string name="screen_pinning_unlock_pin" msgid="8716638956097417023">"Ask for PIN before unpinning"</string>
    <string name="screen_pinning_unlock_password" msgid="4957969621904790573">"Ask for password before unpinning"</string>
    <string name="screen_pinning_unlock_none" msgid="2474959642431856316">"Lock device when unpinning"</string>
    <string name="confirm_sim_deletion_title" msgid="9199369003530237871">"Confirm SIM deletion"</string>
    <string name="confirm_sim_deletion_description" msgid="8937609409607338516">"Verify that it\'s you before erasing a downloaded SIM"</string>
    <string name="opening_paragraph_delete_profile_unknown_company" msgid="2951348192319498135">"This work profile is managed by:"</string>
    <string name="managing_admin" msgid="2633920317425356619">"Managed by <xliff:g id="ADMIN_APP_LABEL">%s</xliff:g>"</string>
    <string name="experimental_preference" msgid="869354050717870055">"(Experimental)"</string>
    <string name="encryption_interstitial_header" msgid="4418014339568737685">"Secure start-up"</string>
    <string name="encryption_continue_button" msgid="3591796237625134622">"Continue"</string>
    <string name="encryption_interstitial_message_pin" msgid="1413575143234269985">"You can further protect this device by requiring your PIN before it starts up. Until the device starts up, it can’t receive calls, messages or notifications, including alarms. \n\nThis helps protect data on lost or stolen devices. Require PIN to start your device?"</string>
    <string name="encryption_interstitial_message_pattern" msgid="726550613252236854">"You can further protect this device by requiring your pattern before it starts up. Until the device starts up, it can’t receive calls, messages or notifications, including alarms. \n\nThis helps protect data on lost or stolen devices. Require pattern to start your device?"</string>
    <string name="encryption_interstitial_message_password" msgid="6051054565294909975">"You can further protect this device by requiring your password before it starts up. Until the device starts up, it can’t receive calls, messages or notifications, including alarms. \n\nThis helps protect data on lost or stolen devices. Require password to start your device?"</string>
    <string name="encryption_interstitial_message_pin_for_fingerprint" msgid="7152770518093102916">"In addition to using your fingerprint to unlock your device, you can further protect this device by requiring your PIN before it starts up. Until the device starts up, it can’t receive calls, messages or notifications, including alarms.\n\nThis helps protect data on lost or stolen devices. Require PIN to start your device?"</string>
    <string name="encryption_interstitial_message_pattern_for_fingerprint" msgid="6257856552043740490">"In addition to using your fingerprint to unlock your device, you can further protect this device by requiring your pattern before it starts up. Until the device starts up, it can’t receive calls, messages or notifications, including alarms.\n\nThis helps protect data on lost or stolen devices. Require pattern to start your device?"</string>
    <string name="encryption_interstitial_message_password_for_fingerprint" msgid="7710804822643612867">"In addition to using your fingerprint to unlock your device, you can further protect this device by requiring your password before it starts up. Until the device starts up, it can’t receive calls, messages or notifications, including alarms.\n\nThis helps protect data on lost or stolen devices. Require password to start your device?"</string>
    <string name="encryption_interstitial_message_pin_for_face" msgid="8577135499926738241">"In addition to using your face to unlock your device, you can further protect this device by requiring your PIN before it starts up. Until the device starts up, it can’t receive calls, messages or notifications, including alarms.\n\nThis helps protect data on lost or stolen devices. Require PIN to start your device?"</string>
    <string name="encryption_interstitial_message_pattern_for_face" msgid="5851725964283239644">"In addition to using your face to unlock your device, you can further protect this device by requiring your pattern before it starts up. Until the device starts up, it can’t receive calls, messages or notifications, including alarms.\n\nThis helps protect data on lost or stolen devices. Require pattern to start your device?"</string>
    <string name="encryption_interstitial_message_password_for_face" msgid="3553329272456428461">"In addition to using your face to unlock your device, you can further protect this device by requiring your password before it starts up. Until the device starts up, it can’t receive calls, messages or notifications, including alarms.\n\nThis helps protect data on lost or stolen devices. Require password to start your device?"</string>
    <string name="encryption_interstitial_yes" msgid="1948016725089728181">"Yes"</string>
    <string name="encryption_interstitial_no" msgid="3352331535473118487">"No"</string>
    <string name="restricted_true_label" msgid="612852292488747564">"Restricted"</string>
    <string name="restricted_false_label" msgid="2837053797913490628">"App can use battery in background"</string>
    <string name="encrypt_talkback_dialog_require_pin" msgid="8974156384205924887">"Require PIN?"</string>
    <string name="encrypt_talkback_dialog_require_pattern" msgid="1587587568721873184">"Require pattern?"</string>
    <string name="encrypt_talkback_dialog_require_password" msgid="2701793623210531836">"Require password?"</string>
    <string name="encrypt_talkback_dialog_message_pin" msgid="4482887117824444481">"When you enter your PIN to start this device, accessibility services like <xliff:g id="SERVICE">%1$s</xliff:g> won\'t yet be available."</string>
    <string name="encrypt_talkback_dialog_message_pattern" msgid="5156321541636018756">"When you enter your pattern to start this device, accessibility services like <xliff:g id="SERVICE">%1$s</xliff:g> won\'t yet be available."</string>
    <string name="encrypt_talkback_dialog_message_password" msgid="1917287751192953034">"When you enter your password to start this device, accessibility services like <xliff:g id="SERVICE">%1$s</xliff:g> won\'t yet be available."</string>
    <string name="direct_boot_unaware_dialog_message" msgid="5766006106305996844">"Note: If you restart your phone and have a screen lock set, this app can\'t start until you unlock your phone"</string>
    <string name="imei_information_title" msgid="8703564992893669514">"IMEI information"</string>
    <string name="imei_information_summary" msgid="4763358372990258786">"IMEI-related information"</string>
    <string name="slot_number" msgid="2663789411468530397">"(Slot<xliff:g id="SLOT_NUM">%1$d</xliff:g>)"</string>
    <string name="launch_by_default" msgid="892824422067985734">"Open by default"</string>
    <string name="app_launch_domain_links_title" msgid="6702041169676128550">"Opening links"</string>
    <string name="app_launch_open_domain_urls_title" msgid="4805388403977096285">"Open supported links"</string>
    <string name="app_launch_open_domain_urls_summary" msgid="3609156836041234957">"Open without asking"</string>
    <string name="app_launch_supported_domain_urls_title" msgid="5088779668667217369">"Supported links"</string>
    <string name="app_launch_other_defaults_title" msgid="3296350563585863885">"Other defaults"</string>
    <string name="storage_summary_format" msgid="5721782272185284276">"<xliff:g id="SIZE">%1$s</xliff:g> used in <xliff:g id="STORAGE_TYPE">%2$s</xliff:g>"</string>
    <string name="storage_type_internal" msgid="979243131665635278">"internal storage"</string>
    <string name="storage_type_external" msgid="125078274000280821">"external storage"</string>
    <string name="data_summary_format" msgid="8802057788950096650">"<xliff:g id="SIZE">%1$s</xliff:g> used since <xliff:g id="DATE">%2$s</xliff:g>"</string>
    <string name="storage_used" msgid="2591194906751432725">"Storage used"</string>
    <string name="change" msgid="273206077375322595">"Change"</string>
    <string name="change_storage" msgid="8773820275624113401">"Change storage"</string>
    <string name="notifications_label" msgid="8471624476040164538">"Notifications"</string>
    <string name="notifications_enabled" msgid="7743168481579361019">"On"</string>
    <string name="notifications_enabled_with_info" msgid="1808946629277684308">"<xliff:g id="NOTIFICATIONS_SENT">%1$s</xliff:g> / <xliff:g id="NOTIFICATIONS_CATEGORIES_OFF">%2$s</xliff:g>"</string>
    <string name="notifications_disabled" msgid="5603160425378437143">"Off"</string>
    <string name="notifications_partly_blocked" msgid="5738239705473445725">"<xliff:g id="COUNT_0">%1$d</xliff:g> of <xliff:g id="COUNT_1">%2$d</xliff:g> categories turned off"</string>
    <string name="notifications_silenced" msgid="2673798575466545098">"Silenced"</string>
    <string name="notifications_redacted" msgid="8820993927920208612">"Sensitive content not on lock screen"</string>
    <string name="notifications_hidden" msgid="2415415452913806859">"Not on lock screen"</string>
    <string name="notifications_priority" msgid="9068574646650663837">"Do Not Disturb overridden"</string>
    <string name="notifications_summary_divider" msgid="6877149909390030983">" / "</string>
    <string name="notification_summary_level" msgid="4074326972839105652">"Level %d"</string>
    <string name="notification_summary_channel" msgid="8459033623057872803">"<xliff:g id="CHANNEL_NAME">%1$s</xliff:g> • <xliff:g id="GROUP_NAME">%2$s</xliff:g>"</string>
    <plurals name="notifications_categories_off" formatted="false" msgid="1385401442703692986">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> categories turned off</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> category turned off</item>
    </plurals>
    <plurals name="permissions_summary" formatted="false" msgid="5015472550875144481">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> permissions granted</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> permission granted</item>
    </plurals>
    <plurals name="runtime_permissions_summary" formatted="false" msgid="2091022049141391855">
      <item quantity="other"><xliff:g id="COUNT_2">%d</xliff:g> of <xliff:g id="COUNT_3">%d</xliff:g> permissions granted</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> of <xliff:g id="COUNT_1">%d</xliff:g> permission granted</item>
    </plurals>
    <plurals name="runtime_permissions_additional_count" formatted="false" msgid="5888624648943937645">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> additional permissions</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> additional permission</item>
    </plurals>
    <string name="runtime_permissions_summary_no_permissions_granted" msgid="7456745929035665029">"No permissions granted"</string>
    <string name="runtime_permissions_summary_no_permissions_requested" msgid="7174876170116073356">"No permissions requested"</string>
    <string name="runtime_permissions_summary_control_app_access" msgid="3744591396348990500">"Control app access to your data"</string>
    <string name="filter_all_apps" msgid="6645539744080251371">"All apps"</string>
    <string name="filter_enabled_apps" msgid="8868356616126759124">"Installed apps"</string>
    <string name="filter_instant_apps" msgid="2292108467020380068">"Instant Apps"</string>
    <string name="filter_notif_all_apps" msgid="2764590815789208306">"Apps: All"</string>
    <string name="filter_notif_blocked_apps" msgid="1065653868850012325">"Turned off"</string>
    <string name="filter_notif_urgent_channels" msgid="875381675739324318">"Categories: Urgent importance"</string>
    <string name="filter_notif_low_channels" msgid="2163005243095264537">"Categories: Low importance"</string>
    <string name="filter_notif_blocked_channels" msgid="1131444963543380495">"Categories: Turned off"</string>
    <string name="filter_notif_dnd_channels" msgid="13445325087914932">"Categories: Overrides Do Not Disturb"</string>
    <string name="advanced_apps" msgid="7643010673326578815">"Advanced"</string>
    <string name="configure_apps" msgid="5468359087126598115">"Configure apps"</string>
    <string name="unknown_app" msgid="2027248925719898714">"Unknown app"</string>
    <string name="app_permissions" msgid="8666537659217653626">"Permission manager"</string>
    <string name="app_permissions_summary" msgid="2709819220672938860">"Apps using <xliff:g id="APPS">%1$s</xliff:g>"</string>
    <string name="app_permissions_summary_more" msgid="6247952473615352350">"Apps using <xliff:g id="APPS">%1$s</xliff:g>, and more"</string>
    <string name="tap_to_wake" msgid="3313433536261440068">"Tap to wake"</string>
    <string name="tap_to_wake_summary" msgid="6641039858241611072">"Double-tap anywhere on the screen to wake device"</string>
    <string name="domain_urls_title" msgid="7012209752049678876">"Opening links"</string>
    <string name="domain_urls_summary_none" msgid="1132578967643384733">"Don’t open supported links"</string>
    <string name="domain_urls_summary_one" msgid="3312008753802762892">"Open <xliff:g id="DOMAIN">%s</xliff:g>"</string>
    <string name="domain_urls_summary_some" msgid="1197692164421314523">"Open <xliff:g id="DOMAIN">%s</xliff:g> and other URLs"</string>
    <string name="domain_urls_apps_summary_off" msgid="2534980824850890416">"No app opening supported links"</string>
    <plurals name="domain_urls_apps_summary_on" formatted="false" msgid="7864816862441985323">
      <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> apps opening supported links</item>
      <item quantity="one">One app opening supported links</item>
    </plurals>
    <string name="app_link_open_always" msgid="9167065494930657503">"Allow app to open supported links"</string>
    <string name="app_link_open_ask" msgid="2422450109908936371">"Ask every time"</string>
    <string name="app_link_open_never" msgid="5299808605386052350">"Don’t allow app to open links"</string>
    <plurals name="app_link_open_always_summary" formatted="false" msgid="1816161439007251694">
      <item quantity="other">App claims to handle <xliff:g id="COUNT_1">%d</xliff:g> links</item>
      <item quantity="one">App claims to handle <xliff:g id="COUNT_0">%d</xliff:g> link</item>
    </plurals>
    <string name="open_supported_links_footer" msgid="3188808142432787933">"App claims to handle following links:"</string>
    <string name="default_apps_title" msgid="6943471331817718664">"Default"</string>
    <string name="default_for_work" msgid="537558180548617528">"Default for work"</string>
    <string name="assist_and_voice_input_title" msgid="6317935163145135914">"Assist and voice input"</string>
    <string name="default_assist_title" msgid="1182435129627493758">"Digital assistant app"</string>
    <string name="default_digital_assistant_title" msgid="5654663086385490838">"Default digital assistant app"</string>
    <string name="assistant_security_warning_title" msgid="6444187332360938730">"Make <xliff:g id="ASSISTANT_APP_NAME">%s</xliff:g> your assistant?"</string>
    <string name="assistant_security_warning" msgid="5623237187748811070">"The assistant will be able to read information about apps that are in use on your system, including information visible on your screen or accessible within the apps."</string>
    <string name="assistant_security_warning_agree" msgid="9013334158753473359">"Agree"</string>
    <string name="assistant_security_warning_disagree" msgid="1539182108068356410">"Disagree"</string>
    <string name="choose_voice_input_title" msgid="4855506199101586943">"Choose voice input"</string>
    <string name="default_browser_title" msgid="8342074390782390458">"Browser app"</string>
    <string name="default_browser_title_none" msgid="4691907418284764833">"No default Browser"</string>
    <string name="default_phone_title" msgid="7616730756650803827">"Phone app"</string>
    <string name="default_app" msgid="445053777504688596">"(Default)"</string>
    <string name="system_app" msgid="1863291702508355041">"(System)"</string>
    <string name="system_default_app" msgid="2647834628622214931">"(System default)"</string>
    <string name="apps_storage" msgid="643866814746927111">"Apps storage"</string>
    <string name="usage_access" msgid="5487993885373893282">"Usage access"</string>
    <string name="permit_usage_access" msgid="179630895262172674">"Permit usage access"</string>
    <string name="app_usage_preference" msgid="7062447555623339120">"App usage preferences"</string>
    <string name="time_spent_in_app_pref_title" msgid="25327097913383330">"Screen time"</string>
    <string name="usage_access_description" msgid="8547716253713890707">"Usage access allows an app to track which other apps that you\'re using and how often, as well as your operator, language settings and other details."</string>
    <string name="memory_settings_title" msgid="6582588646363308430">"Memory"</string>
    <string name="memory_details_title" msgid="3048107441540417799">"Memory details"</string>
    <string name="always_running" msgid="9012705720688200252">"Always running (<xliff:g id="PERCENTAGE">%s</xliff:g>)"</string>
    <string name="sometimes_running" msgid="7954947311082655448">"Sometimes running (<xliff:g id="PERCENTAGE">%s</xliff:g>)"</string>
    <string name="rarely_running" msgid="2704869567353196798">"Rarely running (<xliff:g id="PERCENTAGE">%s</xliff:g>)"</string>
    <string name="memory_max_use" msgid="8721866158069974846">"Maximum"</string>
    <string name="memory_avg_use" msgid="4620476409349875703">"Average"</string>
    <string name="memory_max_desc" msgid="6966923521720393526">"Maximum <xliff:g id="MEMORY">%1$s</xliff:g>"</string>
    <string name="memory_avg_desc" msgid="2632995851138152303">"Average <xliff:g id="MEMORY">%1$s</xliff:g>"</string>
    <string name="memory_use_running_format" msgid="4376086847362492613">"<xliff:g id="MEMORY">%1$s</xliff:g> / <xliff:g id="RUNNING">%2$s</xliff:g>"</string>
    <string name="process_format" msgid="4239069158701023623">"<xliff:g id="APP_NAME">%1$s</xliff:g> (<xliff:g id="COUNT">%2$d</xliff:g>)"</string>
    <string name="high_power_apps" msgid="5623152700992102510">"Battery optimisation"</string>
    <string name="additional_battery_info" msgid="3104208543623068714">"Usage alerts"</string>
    <string name="show_all_apps" msgid="4490719452453223082">"Show full device usage"</string>
    <string name="hide_extra_apps" msgid="7313907836289865123">"Show app usage"</string>
    <plurals name="power_high_usage_summary" formatted="false" msgid="573433136005336970">
      <item quantity="other"><xliff:g id="NUMBER">%2$d</xliff:g> apps behaving abnormally</item>
      <item quantity="one"><xliff:g id="APP">%1$s</xliff:g> behaving abnormally</item>
    </plurals>
    <plurals name="power_high_usage_title" formatted="false" msgid="8013115866788425817">
      <item quantity="other">Apps draining battery</item>
      <item quantity="one"><xliff:g id="APP">%1$s</xliff:g> draining battery</item>
    </plurals>
    <string name="high_power_filter_on" msgid="447849271630431531">"Not optimised"</string>
    <string name="high_power_on" msgid="8778058701270819268">"Not optimised"</string>
    <string name="high_power_off" msgid="317000444619279018">"Optimising battery use"</string>
    <string name="high_power_system" msgid="3966701453644915787">"Battery optimisation not available"</string>
    <string name="high_power_desc" msgid="2753076899835765338">"Don’t apply battery optimisation. May drain your battery more quickly."</string>
    <string name="high_power_prompt_title" msgid="2574478825228409124">"Let app always run in background?"</string>
    <string name="high_power_prompt_body" msgid="6460557929559616041">"Allowing <xliff:g id="APP_NAME">%1$s</xliff:g> to always run in the background may reduce battery life. \n\nYou can change this later from Settings &gt; Apps and notifications."</string>
    <string name="battery_summary" msgid="2491764359695671207">"<xliff:g id="PERCENTAGE">%1$s</xliff:g> use since last full charge"</string>
    <string name="battery_power_management" msgid="7507188088567087384">"Power management"</string>
    <string name="no_battery_summary" msgid="5769159953384122003">"No battery use since last full charge"</string>
    <string name="app_notification_preferences" msgid="2004680717999108725">"App settings"</string>
    <string name="system_ui_settings" msgid="936169564323330967">"Show SystemUI Tuner"</string>
    <string name="additional_permissions" msgid="4656871347558988462">"Additional permissions"</string>
    <string name="additional_permissions_more" msgid="8188145515437525307">"<xliff:g id="COUNT">%1$d</xliff:g> more"</string>
    <string name="share_remote_bugreport_dialog_title" msgid="1575283098565582433">"Share bug report?"</string>
    <string name="share_remote_bugreport_dialog_message_finished" msgid="4869053468609007680">"Your IT admin requested a bug report to help troubleshoot this device. Apps and data may be shared."</string>
    <string name="share_remote_bugreport_dialog_message" msgid="8714439220818865391">"Your IT admin requested a bug report to help troubleshoot this device. Apps and data may be shared, and your device may temporarily slow down."</string>
    <string name="sharing_remote_bugreport_dialog_message" msgid="3523877008096439251">"This bug report is being shared with your IT admin. Contact them for more details."</string>
    <string name="share_remote_bugreport_action" msgid="7173093464692893276">"Share"</string>
    <string name="decline_remote_bugreport_action" msgid="1276509879613158895">"Decline"</string>
    <string name="usb_use_charging_only" msgid="1743303747327057947">"No data transfer"</string>
    <string name="usb_use_charging_only_desc" msgid="1234421230461847336">"Just charge this device"</string>
    <string name="usb_use_power_only" msgid="3408055485802114621">"Charge connected device"</string>
    <string name="usb_use_file_transfers" msgid="483915710802018503">"File transfer"</string>
    <string name="usb_use_file_transfers_desc" msgid="1020257823387107336">"Transfer files to another device"</string>
    <string name="usb_use_photo_transfers" msgid="4641181628966036093">"PTP"</string>
    <string name="usb_use_photo_transfers_desc" msgid="7490250033610745765">"Transfer photos or files if MTP is not supported (PTP)"</string>
    <string name="usb_use_tethering" msgid="2897063414491670531">"USB tethering"</string>
    <string name="usb_use_MIDI" msgid="8621338227628859789">"MIDI"</string>
    <string name="usb_use_MIDI_desc" msgid="6464135515868405143">"Use this device as MIDI"</string>
    <string name="usb_use" msgid="6783183432648438528">"Use USB for"</string>
    <string name="usb_default_label" msgid="3372838450371060750">"Default USB configuration"</string>
    <string name="usb_default_info" msgid="167172599497085266">"When another device is connected and your phone is unlocked, these settings will be applied. Only connect to trusted devices."</string>
    <string name="usb_pref" msgid="8521832005703261700">"USB"</string>
    <string name="usb_preference" msgid="5084550082591493765">"USB Preferences"</string>
    <string name="usb_control_title" msgid="1946791559052157693">"USB controlled by"</string>
    <string name="usb_control_host" msgid="7404215921555021871">"Connected device"</string>
    <string name="usb_control_device" msgid="527916783743021577">"This device"</string>
    <string name="usb_switching" msgid="3713602881103295766">"Switching…"</string>
    <string name="usb_switching_failed" msgid="5721262697715454137">"Couldn\'t switch"</string>
    <string name="usb_summary_charging_only" msgid="678095599403565146">"Charging this device"</string>
    <string name="usb_summary_power_only" msgid="4901734938857822887">"Charging connected device"</string>
    <string name="usb_summary_file_transfers" msgid="5498487271972556431">"File transfer"</string>
    <string name="usb_summary_tether" msgid="2554569836525075702">"USB tethering"</string>
    <string name="usb_summary_photo_transfers" msgid="7331503733435780492">"PTP"</string>
    <string name="usb_summary_MIDI" msgid="2372443732675899571">"MIDI"</string>
    <string name="usb_summary_file_transfers_power" msgid="2788374660532868630">"File transfer and supplying power"</string>
    <string name="usb_summary_tether_power" msgid="4853034392919904792">"USB tethering and supplying power"</string>
    <string name="usb_summary_photo_transfers_power" msgid="9077173567697482239">"PTP and supplying power"</string>
    <string name="usb_summary_MIDI_power" msgid="1184681982025435815">"MIDI and supplying power"</string>
    <string name="background_check_pref" msgid="5304564658578987535">"Background check"</string>
    <string name="background_check_title" msgid="225170874283229686">"Full background access"</string>
    <string name="assist_access_context_title" msgid="5201495523514096201">"Use text from screen"</string>
    <string name="assist_access_context_summary" msgid="6951814413185646275">"Allow the assist app to access the screen contents as text"</string>
    <string name="assist_access_screenshot_title" msgid="4395902231753643633">"Use screenshot"</string>
    <string name="assist_access_screenshot_summary" msgid="5276593070956201863">"Allow the assist app to access an image of the screen"</string>
    <string name="assist_flash_title" msgid="5449512572885550108">"Flash screen"</string>
    <string name="assist_flash_summary" msgid="3032289860177784594">"Flash edges of screen when assist app accesses text from screen or screenshot"</string>
    <string name="assist_footer" msgid="8248015363806299068">"Assist apps can help you based on information from the screen that you’re viewing. Some apps support both launcher and voice input services to give you integrated assistance."</string>
    <string name="average_memory_use" msgid="717313706368825388">"Average memory use"</string>
    <string name="maximum_memory_use" msgid="2171779724001152933">"Maximum memory use"</string>
    <string name="memory_usage" msgid="5594133403819880617">"Memory usage"</string>
    <string name="app_list_memory_use" msgid="3178720339027577869">"App usage"</string>
    <string name="memory_details" msgid="6133226869214421347">"Details"</string>
    <string name="memory_use_summary" msgid="3915964794146424142">"<xliff:g id="SIZE">%1$s</xliff:g> avg memory used in last 3 hours"</string>
    <string name="no_memory_use_summary" msgid="6708111974923274436">"No memory used in last 3 hours"</string>
    <string name="sort_avg_use" msgid="4416841047669186903">"Sort by avg. use"</string>
    <string name="sort_max_use" msgid="3370552820889448484">"Sort by max. use"</string>
    <string name="memory_performance" msgid="5448274293336927570">"Performance"</string>
    <string name="total_memory" msgid="5244174393008910567">"Total memory"</string>
    <string name="average_used" msgid="690235917394070169">"Average used (%)"</string>
    <string name="free_memory" msgid="439783742246854785">"Free"</string>
    <string name="memory_usage_apps" msgid="5776108502569850579">"Memory used by apps"</string>
    <plurals name="memory_usage_apps_summary" formatted="false" msgid="1355637088533572208">
      <item quantity="other"><xliff:g id="COUNT">%1$d</xliff:g> apps used memory in the last <xliff:g id="DURATION_1">%2$s</xliff:g></item>
      <item quantity="one">1 app used memory in the last <xliff:g id="DURATION_0">%2$s</xliff:g></item>
    </plurals>
    <string name="running_frequency" msgid="7260225121706316639">"Frequency"</string>
    <string name="memory_maximum_usage" msgid="2047013391595835607">"Maximum usage"</string>
    <string name="no_data_usage" msgid="4665617440434654132">"No data used"</string>
    <string name="zen_access_warning_dialog_title" msgid="6323325813123130154">"Allow access to Do Not Disturb for <xliff:g id="APP">%1$s</xliff:g>?"</string>
    <string name="zen_access_warning_dialog_summary" msgid="8468714854067428987">"The app will be able to turn on/off Do Not Disturb and make changes to related settings."</string>
    <string name="zen_access_disabled_package_warning" msgid="6565908224294537889">"Must stay turned on because notification access is on"</string>
    <string name="zen_access_revoke_warning_dialog_title" msgid="7377261509261811449">"Revoke access to Do Not Disturb for <xliff:g id="APP">%1$s</xliff:g>?"</string>
    <string name="zen_access_revoke_warning_dialog_summary" msgid="8689801842914183595">"All Do Not Disturb rules created by this app will be removed."</string>
    <string name="ignore_optimizations_on" msgid="6865583039303804932">"Don’t optimise"</string>
    <string name="ignore_optimizations_off" msgid="9186557038453586295">"Optimise"</string>
    <string name="ignore_optimizations_on_desc" msgid="1280043916460939932">"May drain your battery more quickly. App will no longer be restricted from using background battery."</string>
    <string name="ignore_optimizations_off_desc" msgid="3324571675983286177">"Recommended for better battery life"</string>
    <string name="ignore_optimizations_title" msgid="3464172726254542889">"Allow <xliff:g id="APP">%s</xliff:g> to ignore battery optimisations?"</string>
    <string name="app_list_preference_none" msgid="1635406344616653756">"None"</string>
    <string name="work_profile_usage_access_warning" msgid="3477719910927319122">"Turning off usage access for this app doesn\'t prevent your admin from tracking data usage for apps in your work profile"</string>
    <string name="accessibility_lock_screen_progress" msgid="4597298121698665401">"<xliff:g id="COUNT_0">%1$d</xliff:g> of <xliff:g id="COUNT_1">%2$d</xliff:g> characters used"</string>
    <string name="draw_overlay" msgid="7902083260500573027">"Display over other apps"</string>
    <string name="system_alert_window_settings" msgid="6458633954424862521">"Display over other apps"</string>
    <string name="system_alert_window_apps_title" msgid="1537949185175079866">"Apps"</string>
    <string name="system_alert_window_access_title" msgid="3074573819155116817">"Display over other apps"</string>
    <string name="permit_draw_overlay" msgid="4468994037192804075">"Allow display over other apps"</string>
    <string name="allow_overlay_description" msgid="1607235723669496298">"Allow this app to display on top of other apps that you’re using. This app will be able to see where you tap or change what’s displayed on the screen."</string>
    <string name="manage_external_storage_title" msgid="8024521099838816100">"All files access"</string>
    <string name="permit_manage_external_storage" msgid="6928847280689401761">"Allow access to manage all files"</string>
    <string name="allow_manage_external_storage_description" msgid="5707948153603253225">"Allow this app to read, modify and delete all files on this device or any connected storage volumes. If granted, app may access files without your explicit knowledge."</string>
    <string name="filter_manage_external_storage" msgid="6751640571715343804">"Can access all files"</string>
    <string name="keywords_vr_listener" msgid="902737490270081131">"VR virtual reality listener stereo helper service"</string>
    <string name="overlay_settings" msgid="2030836934139139469">"Display over other apps"</string>
    <string name="system_alert_window_summary" msgid="1435856750594492891">"<xliff:g id="COUNT_0">%1$d</xliff:g> of <xliff:g id="COUNT_1">%2$d</xliff:g> apps allowed to display over other apps"</string>
    <string name="filter_overlay_apps" msgid="2483998217116789206">"Apps with permission"</string>
    <string name="app_permission_summary_allowed" msgid="1155115629167757278">"Allowed"</string>
    <string name="app_permission_summary_not_allowed" msgid="2673793662439097900">"Not allowed"</string>
    <string name="keywords_install_other_apps" msgid="563895867658775580">"install apps unknown sources"</string>
    <string name="write_settings" msgid="6864794401614425894">"Modify system settings"</string>
    <string name="keywords_write_settings" msgid="6908708078855507813">"write modify system settings"</string>
    <string name="write_settings_summary" msgid="2085800775513476479">"<xliff:g id="COUNT_0">%1$d</xliff:g> of <xliff:g id="COUNT_1">%2$d</xliff:g> apps allowed to modify system settings"</string>
    <string name="filter_install_sources_apps" msgid="6930762738519588431">"Can install other apps"</string>
    <string name="filter_write_settings_apps" msgid="4754994984909024093">"Can modify system settings"</string>
    <string name="write_settings_title" msgid="3011034187823288557">"Can modify system settings"</string>
    <string name="write_system_settings" msgid="5555707701419757421">"Modify system settings"</string>
    <string name="permit_write_settings" msgid="3113056800709924871">"Allow modifying system settings"</string>
    <string name="write_settings_description" msgid="1474881759793261146">"This permission allows an app to modify system settings."</string>
    <string name="write_settings_on" msgid="8533286548451191112">"Yes"</string>
    <string name="write_settings_off" msgid="1781103034490679144">"No"</string>
    <string name="external_source_switch_title" msgid="101571983954849473">"Allow from this source"</string>
    <string name="camera_gesture_title" msgid="5559439253128696180">"Double twist for camera"</string>
    <string name="camera_gesture_desc" msgid="7557645057320805328">"Open the camera app by twisting your wrist twice"</string>
    <string name="camera_double_tap_power_gesture_title" msgid="8264757967127716261">"Press power button twice for camera"</string>
    <string name="camera_double_tap_power_gesture_desc" msgid="1539147023700755155">"Quickly open camera without unlocking your screen"</string>
    <string name="screen_zoom_title" msgid="6928045302654960559">"Display size"</string>
    <string name="screen_zoom_short_summary" msgid="2458636490408833800">"Make items on screen larger or smaller"</string>
    <string name="screen_zoom_keywords" msgid="5964023524422386592">"display, density, screen zoom, scale, scaling"</string>
    <string name="screen_zoom_summary" msgid="1362984939045594989">"Make the items on your screen smaller or larger. Some apps on your screen may change position."</string>
    <string name="screen_zoom_preview_title" msgid="5288355628444562735">"Preview"</string>
    <string name="screen_zoom_make_smaller_desc" msgid="2628662648068995971">"Make smaller"</string>
    <string name="screen_zoom_make_larger_desc" msgid="7268794713428853139">"Make larger"</string>
    <string name="screen_zoom_conversation_icon_alex" msgid="2896036059049355968">"A"</string>
    <string name="screen_zoom_conversation_icon_pete" msgid="4873109337506890558">"P"</string>
    <string name="screen_zoom_conversation_message_1" msgid="2641317981482545659">"Hi Pete!"</string>
    <string name="screen_zoom_conversation_message_2" msgid="6528272610590915790">"Hey, want to grab coffee and catch up today?"</string>
    <string name="screen_zoom_conversation_message_3" msgid="6930848361702066106">"Sounds great. I know a good place not too far from here."</string>
    <string name="screen_zoom_conversation_message_4" msgid="2501043894465807210">"Perfect!"</string>
    <string name="screen_zoom_conversation_timestamp_1" msgid="512353741016062507">"Tue 6:00 p.m."</string>
    <string name="screen_zoom_conversation_timestamp_2" msgid="472183807915497199">"Tue 6:01 p.m."</string>
    <string name="screen_zoom_conversation_timestamp_3" msgid="1659313906250856104">"Tue 6:02 p.m."</string>
    <string name="screen_zoom_conversation_timestamp_4" msgid="2046797647382623313">"Tue 6:03 p.m."</string>
    <string name="disconnected" msgid="3469373726996129247">"Not connected"</string>
    <string name="keyboard_disconnected" msgid="796053864561894531">"Not connected"</string>
    <string name="data_usage_summary_format" msgid="6844301859713164522">"<xliff:g id="AMOUNT">%1$s</xliff:g> of data used"</string>
    <string name="data_usage_wifi_format" msgid="7644390582649568117">"<xliff:g id="AMOUNT">^1</xliff:g> used on Wi‑Fi"</string>
    <plurals name="notification_summary" formatted="false" msgid="7638388920823212470">
      <item quantity="other">Off for <xliff:g id="COUNT">%d</xliff:g> apps</item>
      <item quantity="one">Off for 1 app</item>
    </plurals>
    <string name="notification_summary_none" msgid="9179312319023988089">"On for all apps"</string>
    <string name="apps_summary" msgid="4007416751775414252">"<xliff:g id="COUNT">%1$d</xliff:g> apps installed"</string>
    <string name="apps_summary_example" msgid="6034002063446955592">"24 apps installed"</string>
    <string name="storage_summary" msgid="5903562203143572768">"<xliff:g id="PERCENTAGE">%1$s</xliff:g> used – <xliff:g id="FREE_SPACE">%2$s</xliff:g> free"</string>
    <string name="storage_summary_with_sdcard" msgid="2063780050580228868">"Internal storage: <xliff:g id="PERCENTAGE">%1$s</xliff:g> used – <xliff:g id="FREE_SPACE">%2$s</xliff:g> free"</string>
    <string name="display_summary" msgid="5526061030874717172">"Sleep after <xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> of inactivity"</string>
    <string name="display_dashboard_summary" msgid="5102247404958535634">"Wallpaper, sleep, font size"</string>
    <string name="display_dashboard_summary_with_style" msgid="2792175367835485163">"Styles, wallpapers, screen timeout, font size"</string>
    <string name="display_dashboard_nowallpaper_summary" msgid="6198590533661927162">"Sleep, font size"</string>
    <string name="display_summary_example" msgid="4275121979039344438">"Sleep after 10 minutes of inactivity"</string>
    <string name="memory_summary" msgid="8221954450951651735">"Avg <xliff:g id="USED_MEMORY">%1$s</xliff:g> of <xliff:g id="TOTAL_MEMORY">%2$s</xliff:g> memory used"</string>
    <string name="users_summary" msgid="8473589474976307510">"Signed in as <xliff:g id="USER_NAME">%1$s</xliff:g>"</string>
    <string name="payment_summary" msgid="5513009140568552693">"<xliff:g id="APP_NAME">%1$s</xliff:g> is default"</string>
    <string name="backup_disabled" msgid="4503062265560959320">"Backup disabled"</string>
    <string name="android_version_summary" msgid="7818952662015042768">"Updated to Android <xliff:g id="VERSION">%1$s</xliff:g>"</string>
    <string name="android_version_pending_update_summary" msgid="5404532347171027730">"Update available"</string>
    <string name="disabled_by_policy_title" msgid="8296938784202750494">"Action not allowed"</string>
    <string name="disabled_by_policy_title_adjust_volume" msgid="1669689058213728099">"Can’t change volume"</string>
    <string name="disabled_by_policy_title_outgoing_calls" msgid="2776004460663768982">"Calling not allowed"</string>
    <string name="disabled_by_policy_title_sms" msgid="6309460145439706922">"SMS not allowed"</string>
    <string name="disabled_by_policy_title_camera" msgid="8567781468959299078">"Camera not allowed"</string>
    <string name="disabled_by_policy_title_screen_capture" msgid="6137746705692573992">"Screenshot not allowed"</string>
    <string name="disabled_by_policy_title_suspend_packages" msgid="4223983156635729793">"Can’t open this app"</string>
    <string name="default_admin_support_msg" msgid="8338570262037182531">"If you have any questions, contact your IT admin"</string>
    <string name="admin_support_more_info" msgid="8407433155725898290">"More details"</string>
    <string name="admin_profile_owner_message" msgid="8860709969532649195">"Your admin can monitor and manage apps and data associated with your work profile, including settings, permissions, corporate access, network activity and the device\'s location information."</string>
    <string name="admin_profile_owner_user_message" msgid="4929926887231544950">"Your admin can monitor and manage apps and data associated with this user, including settings, permissions, corporate access, network activity and the device\'s location information."</string>
    <string name="admin_device_owner_message" msgid="5503131744126520590">"Your admin can monitor and manage apps and data associated with this device, including settings, permissions, corporate access, network activity and the device\'s location information."</string>
    <string name="condition_turn_off" msgid="402707350778441939">"Turn off"</string>
    <string name="condition_turn_on" msgid="3911077299444314791">"Turn on"</string>
    <string name="condition_expand_show" msgid="1501084007540953213">"Show"</string>
    <string name="condition_expand_hide" msgid="8347564076209121058">"Hide"</string>
    <string name="condition_hotspot_title" msgid="7903918338790641071">"Hotspot is active"</string>
    <string name="condition_airplane_title" msgid="5847967403687381705">"Aeroplane mode is on"</string>
    <string name="condition_airplane_summary" msgid="1964500689287879888">"Networks unavailable"</string>
    <string name="condition_zen_title" msgid="7674761111934567490">"Do Not Disturb is on"</string>
    <string name="condition_zen_summary_phone_muted" msgid="6516753722927681820">"Phone muted"</string>
    <string name="condition_zen_summary_with_exceptions" msgid="9019937492602199663">"With exceptions"</string>
    <string name="condition_battery_title" msgid="6395113995454385248">"Battery Saver is on"</string>
    <string name="condition_battery_summary" msgid="8436806157833107886">"Features restricted"</string>
    <string name="condition_cellular_title" msgid="155474690792125747">"Mobile data is off"</string>
    <string name="condition_cellular_summary" msgid="1678098728303268851">"Internet only available via Wi‑Fi"</string>
    <string name="condition_bg_data_title" msgid="2719263664589753094">"Data saver"</string>
    <string name="condition_bg_data_summary" msgid="1736255283216193834">"Features restricted"</string>
    <string name="condition_work_title" msgid="174326145616998813">"Work profile is off"</string>
    <string name="condition_work_summary" msgid="7113473121312772398">"For apps &amp; notifications"</string>
    <string name="condition_device_muted_action_turn_on_sound" msgid="4078406807327674934">"Turn on sound"</string>
    <string name="condition_device_muted_title" msgid="2446306263428466378">"Ringer muted"</string>
    <string name="condition_device_muted_summary" msgid="3772178424510397327">"For calls &amp; notifications"</string>
    <string name="condition_device_vibrate_title" msgid="9058943409545158583">"Vibration only"</string>
    <string name="condition_device_vibrate_summary" msgid="7537724181691903202">"For calls &amp; notifications"</string>
    <string name="night_display_suggestion_title" msgid="5418911386429667704">"Set Night Light schedule"</string>
    <string name="night_display_suggestion_summary" msgid="4218017907425509769">"Automatically tint screen every night"</string>
    <string name="condition_night_display_title" msgid="1072880897812554421">"Night Light is on"</string>
    <string name="condition_night_display_summary" msgid="3278349775875166984">"Screen tinted amber"</string>
    <string name="condition_grayscale_title" msgid="9029271080007984542">"Grey scale"</string>
    <string name="condition_grayscale_summary" msgid="1306034149271251292">"Display only in grey colour"</string>
    <string name="homepage_condition_footer_content_description" msgid="1568313430995646108">"Collapse"</string>
    <string name="suggestions_title_v2" msgid="421003737901460147">"Suggested for You"</string>
    <string name="suggestions_title" msgid="61841299295602686">"Suggestions"</string>
    <string name="suggestions_summary" msgid="1709710458908440469">"+<xliff:g id="ID_1">%1$d</xliff:g>"</string>
    <string name="suggestions_more_title" msgid="240124526378997009">"+<xliff:g id="ID_1">%1$d</xliff:g> more"</string>
    <plurals name="suggestions_collapsed_title" formatted="false" msgid="5023679825210836444">
      <item quantity="other"><xliff:g id="COUNT">%1$d</xliff:g> suggestions</item>
      <item quantity="one">1 suggestion</item>
    </plurals>
    <plurals name="suggestions_collapsed_summary" formatted="false" msgid="3789011332018516832">
      <item quantity="other">+<xliff:g id="COUNT">%1$d</xliff:g> suggestions</item>
      <item quantity="one">+1 suggestion</item>
    </plurals>
    <string name="suggestion_remove" msgid="6753986344585367776">"Remove"</string>
    <string name="color_temperature" msgid="8256912135746305176">"Cool colour temperature"</string>
    <string name="color_temperature_desc" msgid="6713259535885669622">"Use cooler display colours"</string>
    <string name="color_temperature_toast" msgid="7611532183532407342">"To apply colour change, turn off screen"</string>
    <string name="camera_laser_sensor_switch" msgid="7097842750947187671">"Camera laser sensor"</string>
    <string name="ota_disable_automatic_update" msgid="1953894421412420231">"Automatic system updates"</string>
    <string name="ota_disable_automatic_update_summary" msgid="7803279951533276841">"Apply updates when device restarts"</string>
    <string name="usage" msgid="287782903846013936">"Usage"</string>
    <string name="cellular_data_usage" msgid="5874156338825285334">"Mobile data usage"</string>
    <string name="app_cellular_data_usage" msgid="7603292978956033926">"App data usage"</string>
    <string name="wifi_data_usage" msgid="6868503699134605707">"Wi‑Fi data usage"</string>
    <string name="ethernet_data_usage" msgid="4552227880905679761">"Ethernet data usage"</string>
    <string name="wifi" msgid="2932584495223243842">"Wi-Fi"</string>
    <string name="ethernet" msgid="4665162609974492983">"Ethernet"</string>
    <string name="cell_data_template" msgid="6077963976103260821">"<xliff:g id="AMOUNT">^1</xliff:g> mobile data"</string>
    <string name="wifi_data_template" msgid="935934798340307438">"<xliff:g id="AMOUNT">^1</xliff:g> Wi-Fi data"</string>
    <string name="ethernet_data_template" msgid="1429173767445201145">"<xliff:g id="AMOUNT">^1</xliff:g> ethernet data"</string>
    <string name="billing_cycle" msgid="6618424022653876279">"Data warning &amp; limit"</string>
    <string name="app_usage_cycle" msgid="341009528778520583">"Mobile data usage cycle"</string>
    <string name="cell_data_warning" msgid="5664921950473359634">"<xliff:g id="ID_1">^1</xliff:g> data warning"</string>
    <string name="cell_data_limit" msgid="256855024790622112">"<xliff:g id="ID_1">^1</xliff:g> data limit"</string>
    <string name="cell_data_warning_and_limit" msgid="8393200831986035724">"<xliff:g id="ID_1">^1</xliff:g> data warning/<xliff:g id="ID_2">^2</xliff:g> data limit"</string>
    <string name="billing_cycle_fragment_summary" msgid="6346655500491631357">"Monthly on day <xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="network_restrictions" msgid="8385824604048229846">"Network restrictions"</string>
    <plurals name="network_restrictions_summary" formatted="false" msgid="3875128958788008975">
      <item quantity="other"><xliff:g id="COUNT">%1$d</xliff:g> restrictions</item>
      <item quantity="one">1 restriction</item>
    </plurals>
    <string name="operator_warning" msgid="5672761970087591211">"Operator data accounting may differ from device accounting"</string>
    <string name="data_used_template" msgid="8229342096562327646">"<xliff:g id="ID_1">%1$s</xliff:g> used"</string>
    <string name="set_data_warning" msgid="1685771882794205462">"Set data warning"</string>
    <string name="data_warning" msgid="2925054658166062884">"Data warning"</string>
    <string name="data_warning_footnote" msgid="5991901765915710592">"Data warning and data limit are measured by your device. This may be different from operator data."</string>
    <string name="set_data_limit" msgid="9010326815874642680">"Set data limit"</string>
    <string name="data_limit" msgid="8731731657513652363">"Data limit"</string>
    <string name="data_usage_template" msgid="3822452362629968010">"<xliff:g id="ID_1">%1$s</xliff:g> used <xliff:g id="ID_2">%2$s</xliff:g>"</string>
    <string name="configure" msgid="1499586749829665889">"Configure"</string>
    <string name="data_usage_other_apps" msgid="5649047093607329537">"Other apps included in usage"</string>
    <plurals name="data_saver_unrestricted_summary" formatted="false" msgid="3316296488378947221">
      <item quantity="other"><xliff:g id="COUNT">%1$d</xliff:g> apps allowed to use unrestricted data when Data Saver is on</item>
      <item quantity="one">1 app allowed to use unrestricted data when Data Saver is on</item>
    </plurals>
    <string name="data_usage_title" msgid="4039024073687469094">"Primary data"</string>
    <string name="data_usage_wifi_title" msgid="1060495519280456926">"Wi‑Fi data"</string>
    <string name="data_used" msgid="7770571947591789895">"<xliff:g id="ID_1">^1</xliff:g> used"</string>
    <string name="data_used_formatted" msgid="7913920278059077938">"<xliff:g id="ID_1">^1</xliff:g> <xliff:g id="ID_2">^2</xliff:g> used"</string>
    <string name="data_overusage" msgid="3680477320458707259">"<xliff:g id="ID_1">^1</xliff:g> over"</string>
    <string name="data_remaining" msgid="6316251496381922837">"<xliff:g id="ID_1">^1</xliff:g> left"</string>
    <string name="data_usage_chart_brief_content_description" msgid="5548074070258881530">"Graph showing data usage between <xliff:g id="START_DATE">%1$s</xliff:g> and <xliff:g id="END_DATE">%2$s</xliff:g>."</string>
    <string name="data_usage_chart_no_data_content_description" msgid="5481968839079467231">"No data in this date range"</string>
    <plurals name="billing_cycle_days_left" formatted="false" msgid="661792524671718753">
      <item quantity="other">%d days left</item>
      <item quantity="one">%d day left</item>
    </plurals>
    <string name="billing_cycle_none_left" msgid="1694844019159277504">"No time remaining"</string>
    <string name="billing_cycle_less_than_one_day_left" msgid="1210202399053992163">"Less than one day left"</string>
    <string name="carrier_and_update_text" msgid="5363656651921656280">"Updated by <xliff:g id="ID_1">^1</xliff:g> <xliff:g id="ID_2">^2</xliff:g> ago"</string>
    <string name="no_carrier_update_text" msgid="5432798085593055966">"Updated <xliff:g id="ID_1">^2</xliff:g> ago"</string>
    <string name="carrier_and_update_now_text" msgid="5075861262344398849">"Updated by <xliff:g id="ID_1">^1</xliff:g> just now"</string>
    <string name="no_carrier_update_now_text" msgid="7898004907837200752">"Updated just now"</string>
    <string name="launch_mdp_app_text" msgid="8791816789749304897">"View plan"</string>
    <string name="launch_wifi_text" msgid="976421974332512894">"View details"</string>
    <string name="data_saver_title" msgid="2593804270788863815">"Data Saver"</string>
    <string name="unrestricted_data_saver" msgid="7922563266857367495">"Unrestricted data"</string>
    <string name="restrict_background_blacklisted" msgid="7953049316098373715">"Background data is turned off"</string>
    <string name="data_saver_on" msgid="7848893946018448793">"On"</string>
    <string name="data_saver_off" msgid="5891210864117269045">"Off"</string>
    <string name="data_saver_switch_title" msgid="7111538580123722959">"Use Data Saver"</string>
    <string name="unrestricted_app_title" msgid="7117585996574329284">"Unrestricted data usage"</string>
    <string name="unrestricted_app_summary" msgid="282698963532000403">"Allow unrestricted data access when Data Saver is on"</string>
    <string name="home_app" msgid="6056850504746902747">"Home app"</string>
    <string name="no_default_home" msgid="3588073707316139318">"No default Home"</string>
    <string name="lockpattern_settings_require_cred_before_startup" msgid="4098653943835666086">"Secure start-up"</string>
    <string name="lockpattern_settings_require_pattern_before_startup_summary" msgid="311325321794497404">"Require pattern to start up your device. While off, this device can\'t receive calls, messages, notifications or alarms."</string>
    <string name="lockpattern_settings_require_pin_before_startup_summary" msgid="1881271630312222251">"Require PIN to start up your device. While off, this device can\'t receive calls, messages, notifications or alarms."</string>
    <string name="lockpattern_settings_require_password_before_startup_summary" msgid="8651761245246411947">"Require password to start up your device. While off, this device can\'t receive calls, messages, notifications or alarms."</string>
    <string name="suggestion_additional_fingerprints" msgid="4726777300101156208">"Add another fingerprint"</string>
    <string name="suggestion_additional_fingerprints_summary" msgid="2825364645039666674">"Unlock with a different finger"</string>
    <string name="battery_saver_on_summary" msgid="4605146593966255848">"On"</string>
    <string name="battery_saver_off_scheduled_summary" msgid="2193875981740829819">"Will turn on at <xliff:g id="BATTERY_PERCENTAGE">%1$s</xliff:g>"</string>
    <string name="battery_saver_off_summary" msgid="4411561435493109261">"Off"</string>
    <string name="battery_saver_button_turn_on" msgid="2206239048232352476">"Turn on now"</string>
    <string name="battery_saver_button_turn_off" msgid="6371072408072481484">"Turn off now"</string>
    <string name="not_battery_optimizing" msgid="8361294470943376258">"Not using battery optimisation"</string>
    <string name="lockscreen_remote_input" msgid="6030274311185811503">"If device is locked, prevent typing replies or other text in notifications"</string>
    <string name="default_spell_checker" msgid="7108373288347014351">"Default spell checker"</string>
    <string name="choose_spell_checker" msgid="7402513404783243675">"Choose spell checker"</string>
    <string name="spell_checker_master_switch_title" msgid="1233180004430328851">"Use spell checker"</string>
    <string name="spell_checker_not_selected" msgid="8818618543474481451">"Not selected"</string>
    <string name="notification_log_no_title" msgid="2343315128609978203">"(none)"</string>
    <string name="notification_log_details_delimiter" msgid="2475986465985309821">": "</string>
    <string name="notification_log_details_package" msgid="3205243985502010202">"pkg"</string>
    <string name="notification_log_details_key" msgid="2690467272328709046">"key"</string>
    <string name="notification_log_details_group" msgid="1765952974599794393">"group"</string>
    <string name="notification_log_details_group_summary" msgid="4364622087007803822">"(summary)"</string>
    <string name="notification_log_details_visibility" msgid="6811292866832243357">"visibility"</string>
    <string name="notification_log_details_public_version" msgid="3057653571018432759">"publicVersion"</string>
    <string name="notification_log_details_priority" msgid="4772047133062255513">"priority"</string>
    <string name="notification_log_details_importance" msgid="8516198274667183446">"importance"</string>
    <string name="notification_log_details_explanation" msgid="6966274549873070059">"explanation"</string>
    <string name="notification_log_details_badge" msgid="648647240928645446">"can show badge"</string>
    <string name="notification_log_details_content_intent" msgid="2768423554375629089">"intent"</string>
    <string name="notification_log_details_delete_intent" msgid="8296434571041573503">"delete intent"</string>
    <string name="notification_log_details_full_screen_intent" msgid="4151243693072002296">"full screen intent"</string>
    <string name="notification_log_details_actions" msgid="2269605330470905236">"actions"</string>
    <string name="notification_log_details_title" msgid="8365761340979164197">"title"</string>
    <string name="notification_log_details_remoteinput" msgid="264204203044885921">"remote inputs"</string>
    <string name="notification_log_details_content_view" msgid="7193602999512479112">"customised view"</string>
    <string name="notification_log_details_extras" msgid="8602887256103970989">"extras"</string>
    <string name="notification_log_details_icon" msgid="6728710746466389675">"icon"</string>
    <string name="notification_log_details_parcel" msgid="2098454650154230531">"parcel size"</string>
    <string name="notification_log_details_ashmem" msgid="6163312898302809015">"ashmem"</string>
    <string name="notification_log_details_alerted" msgid="5285078967825048406">"notification alerted"</string>
    <string name="notification_log_channel" msgid="3406738695621767204">"channel"</string>
    <string name="notification_log_details_none" msgid="1090852853755089991">"None"</string>
    <string name="notification_log_details_ranking_null" msgid="6607596177723101524">"Ranking object is missing."</string>
    <string name="notification_log_details_ranking_none" msgid="2484105338466675261">"Ranking object doesn\'t contain this key."</string>
    <string name="theme_customization_device_default" msgid="7641813022590999286">"Device default"</string>
    <string name="display_cutout_emulation" msgid="1421648375408281244">"Display cutout"</string>
    <string name="display_cutout_emulation_keywords" msgid="4506580703807358127">"display cutout, notch"</string>
    <string name="overlay_option_device_default" msgid="7986355499809313848">"Device default"</string>
    <string name="overlay_toast_failed_to_apply" msgid="4839587811338164960">"Failed to apply overlay"</string>
    <string name="special_access" msgid="1767980727423395147">"Special app access"</string>
    <plurals name="special_access_summary" formatted="false" msgid="4995506406763570815">
      <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> apps can use unrestricted data</item>
      <item quantity="one">1 app can use unrestricted data</item>
    </plurals>
    <string name="special_access_more" msgid="132919514147475846">"See more"</string>
    <string name="confirm_convert_to_fbe_warning" msgid="3783325656948378111">"Really wipe user data and convert to file encryption?"</string>
    <string name="button_confirm_convert_fbe" msgid="339648921918438106">"Wipe and convert"</string>
    <string name="reset_shortcut_manager_throttling" msgid="2183940254903144298">"Reset ShortcutManager rate-limiting"</string>
    <string name="reset_shortcut_manager_throttling_complete" msgid="8949943009096885470">"ShortcutManager rate-limiting has been reset"</string>
    <string name="notification_suggestion_title" msgid="6309263655965785411">"Control info on lock screen"</string>
    <string name="notification_suggestion_summary" msgid="7615611244249276113">"Show or hide notification content"</string>
    <string name="page_tab_title_summary" msgid="7188875610123234454">"All"</string>
    <string name="page_tab_title_support" msgid="3235725053332345773">"Tips &amp; support"</string>
    <string name="developer_smallest_width" msgid="632354817870920911">"Smallest width"</string>
    <string name="premium_sms_none" msgid="8737045049886416739">"No installed apps have requested Premium SMS access"</string>
    <string name="premium_sms_warning" msgid="2192300872411073324">"Premium SMS may cost you money and will add up to your mobile bills. If you enable permission for an app, you will be able to send premium SMS using that app."</string>
    <string name="premium_sms_access" msgid="5605970342699013212">"Premium SMS access"</string>
    <string name="bluetooth_disabled" msgid="835838280837359514">"Off"</string>
    <string name="bluetooth_connected_summary" msgid="8043167194934315712">"Connected to <xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="bluetooth_connected_multiple_devices_summary" msgid="2294954614327771844">"Connected to multiple devices"</string>
    <string name="demo_mode" msgid="6566167465451386728">"System UI demo mode"</string>
    <string name="dark_ui_mode" msgid="898146394425795281">"Dark theme"</string>
    <string name="dark_ui_mode_disabled_summary_dark_theme_on" msgid="3936676430482852520">"On/Temporarily disabled due to Battery Saver"</string>
    <string name="dark_ui_mode_disabled_summary_dark_theme_off" msgid="4154227921313505702">"Temporarily turned on due to Battery Saver"</string>
    <string name="dark_ui_settings_dark_summary" msgid="1214821092462388494">"Supported apps will also switch to dark theme"</string>
    <string name="dark_ui_settings_dialog_acknowledge" msgid="250437497729953965">"OK"</string>
    <string name="dark_theme_slice_title" msgid="4684222119481114062">"Try Dark theme"</string>
    <string name="dark_theme_slice_subtitle" msgid="5555724345330434268">"Helps extend battery life"</string>
    <string name="quick_settings_developer_tiles" msgid="7336007844525766623">"Quick settings developer tiles"</string>
    <string name="adb_authorization_timeout_title" msgid="6996844506783749754">"Disable adb authorisation timeout"</string>
    <string name="adb_authorization_timeout_summary" msgid="409931540424019778">"Disable automatic revocation of adb authorisations for systems that have not reconnected within the default (seven days) or user-configured (minimum one day) amount of time."</string>
    <string name="winscope_trace_quick_settings_title" msgid="4104768565053226689">"Winscope Trace"</string>
    <string name="sensors_off_quick_settings_title" msgid="8472151847125917167">"Sensors Off"</string>
    <string name="managed_profile_settings_title" msgid="3400923723423564217">"Work profile settings"</string>
    <string name="managed_profile_contact_search_title" msgid="7685402733942182110">"Contact search"</string>
    <string name="managed_profile_contact_search_summary" msgid="2771343453017731940">"Allow contact searches by your organisation to identify callers and contacts"</string>
    <string name="cross_profile_calendar_title" msgid="7570277841490216947">"Cross-profile calendar"</string>
    <string name="cross_profile_calendar_summary" msgid="8856185206722860069">"Show work events on your personal calendar"</string>
    <plurals name="hours" formatted="false" msgid="1853396353451635458">
      <item quantity="other"><xliff:g id="NUMBER">%s</xliff:g> hours</item>
      <item quantity="one">1 hour</item>
    </plurals>
    <plurals name="minutes" formatted="false" msgid="6244503272924425418">
      <item quantity="other"><xliff:g id="NUMBER">%s</xliff:g> minutes</item>
      <item quantity="one">1 minute</item>
    </plurals>
    <plurals name="seconds" formatted="false" msgid="4237020272336995370">
      <item quantity="other"><xliff:g id="NUMBER">%s</xliff:g> seconds</item>
      <item quantity="one">1 second</item>
    </plurals>
    <string name="automatic_storage_manager_settings" msgid="519158151463974656">"Manage storage"</string>
    <string name="automatic_storage_manager_text" msgid="6900593059927987273">"To help free up storage space, storage manager removes backed-up photos and videos from your device."</string>
    <string name="automatic_storage_manager_days_title" msgid="5077286114860539367">"Remove photos &amp; videos"</string>
    <string name="automatic_storage_manager_preference_title" msgid="3483357910142595444">"Storage manager"</string>
    <string name="automatic_storage_manager_master_switch_title" msgid="8492707479615609185">"Use Storage Manager"</string>
    <string name="deletion_helper_automatic_title" msgid="597196990024769472">"Automatic"</string>
    <string name="deletion_helper_manual_title" msgid="1068812971600327101">"Manual"</string>
    <string name="deletion_helper_preference_title" msgid="6364023246849161274">"Free up space now"</string>
    <string name="gesture_preference_title" msgid="8291899281322647187">"Gestures"</string>
    <string name="gesture_preference_summary" product="default" msgid="7941981260703379398">"Quick Gestures to control your phone"</string>
    <string name="gesture_preference_summary" product="tablet" msgid="4031666250963488007">"Quick Gestures to control your tablet"</string>
    <string name="gesture_preference_summary" product="device" msgid="3520072325356373349">"Quick Gestures to control your device"</string>
    <string name="double_tap_power_for_camera_title" msgid="7982364144330923683">"Quickly open camera"</string>
    <string name="double_tap_power_for_camera_summary" msgid="1100926048598415509">"To quickly open camera, press the power button twice. Works from any screen."</string>
    <string name="double_tap_power_for_camera_suggestion_title" msgid="4299496243418753571">"Open camera quickly"</string>
    <string name="double_twist_for_camera_mode_title" msgid="472455236910935684">"Flip camera for selfie"</string>
    <string name="double_twist_for_camera_mode_summary" msgid="592503740044744951"></string>
    <string name="double_twist_for_camera_suggestion_title" msgid="8178844037382604158">"Take selfies faster"</string>
    <string name="system_navigation_title" msgid="1698862900901417194">"System navigation"</string>
    <string name="swipe_up_to_switch_apps_title" msgid="6677266952021118342">"2-button navigation"</string>
    <string name="swipe_up_to_switch_apps_summary" msgid="1415457307836359560">"To switch apps, swipe up on the Home button. To see all apps, swipe up again. To go back, tap the back button."</string>
    <string name="swipe_up_to_switch_apps_suggestion_title" msgid="5754081720589900007">"Try the new Home button"</string>
    <string name="swipe_up_to_switch_apps_suggestion_summary" msgid="8885866570559435110">"Turn on the new gesture to switch apps"</string>
    <string name="edge_to_edge_navigation_title" msgid="714427081306043819">"Gesture navigation"</string>
    <string name="edge_to_edge_navigation_summary" msgid="8497033810637690561">"To go Home, swipe up from the bottom of the screen. To switch apps, swipe up from the bottom, hold, then release. To go back, swipe from either the left or right edge."</string>
    <string name="legacy_navigation_title" msgid="7877402855994423727">"3-button navigation"</string>
    <string name="legacy_navigation_summary" msgid="5905301067778326433">"Go back, Home and switch apps with buttons at the bottom of your screen."</string>
    <string name="keywords_system_navigation" msgid="3131782378486554934">"system navigation, 2-button navigation, 3-button navigation, gesture navigation, swipe"</string>
    <string name="gesture_not_supported_dialog_message" msgid="5316512246119347889">"Not supported by your default home app, <xliff:g id="DEFAULT_HOME_APP">%s</xliff:g>"</string>
    <string name="gesture_not_supported_positive_button" msgid="7909969459977021893">"Switch default home app"</string>
    <string name="information_label" msgid="6939310810756569298">"Information"</string>
    <string name="low_label" msgid="6525629096999711220">"Low"</string>
    <string name="high_label" msgid="357503396626018487">"High"</string>
    <string name="left_edge" msgid="1513576842959071849">"Left edge"</string>
    <string name="right_edge" msgid="1505309103265829121">"Right edge"</string>
    <string name="back_sensitivity_dialog_message" msgid="6638367716784103306">"Higher sensitivity may conflict with any app gestures along the edges of the screen."</string>
    <string name="back_sensitivity_dialog_title" msgid="6153608904168908264">"Back sensitivity"</string>
    <string name="gesture_settings_activity_title" msgid="6047431928567911330">"Gesture settings"</string>
    <string name="keywords_gesture_navigation_settings" msgid="667561222717238931">"gesture navigation, back sensitivity, back gesture"</string>
    <string name="ambient_display_title" product="default" msgid="5885136049497127396">"Double-tap to check phone"</string>
    <string name="ambient_display_title" product="tablet" msgid="205744440641466921">"Double-tap to check tablet"</string>
    <string name="ambient_display_title" product="device" msgid="4164103424628824786">"Double-tap to check device"</string>
    <string name="ambient_display_summary" msgid="2650326740502690434">"To check time, notifications and other info, double-tap your screen."</string>
    <string name="ambient_display_pickup_title" product="default" msgid="4418310591912877548">"Lift to check phone"</string>
    <string name="ambient_display_pickup_title" product="tablet" msgid="8055486872070888377">"Lift to check tablet"</string>
    <string name="ambient_display_pickup_title" product="device" msgid="8980156994848721455">"Lift to check device"</string>
    <string name="ambient_display_wake_screen_title" msgid="7637678749035378085">"Wake up display"</string>
    <string name="ambient_display_pickup_summary" product="default" msgid="1087355013674109242">"To check time, notifications and other info, pick up your phone."</string>
    <string name="ambient_display_pickup_summary" product="tablet" msgid="2589556997034530529">"To check time, notifications and other info, pick up your tablet."</string>
    <string name="ambient_display_pickup_summary" product="device" msgid="1916011370011115627">"To check time, notifications and other info, pick up your device."</string>
    <string name="ambient_display_tap_screen_title" product="default" msgid="2811332293938467179">"Tap to check phone"</string>
    <string name="ambient_display_tap_screen_title" product="tablet" msgid="6461531447715370632">"Tap to check tablet"</string>
    <string name="ambient_display_tap_screen_title" product="device" msgid="4423803387551153840">"Tap to check device"</string>
    <string name="ambient_display_tap_screen_summary" msgid="4480489179996521405">"To check time, notifications and other info, tap your screen."</string>
    <string name="fingerprint_swipe_for_notifications_title" msgid="2271217256447175017">"Swipe fingerprint for notifications"</string>
    <string name="fingerprint_gesture_screen_title" msgid="9086261338232806522">"Swipe fingerprint"</string>
    <string name="fingerprint_swipe_for_notifications_summary" product="default" msgid="286662791588779673">"To check your notifications, swipe down on the fingerprint sensor on the back of your phone."</string>
    <string name="fingerprint_swipe_for_notifications_summary" product="tablet" msgid="8642092907817554454">"To check your notifications, swipe down on the fingerprint sensor on the back of your tablet."</string>
    <string name="fingerprint_swipe_for_notifications_summary" product="device" msgid="3888927017311372398">"To check your notifications, swipe down on the fingerprint sensor on the back of your device."</string>
    <string name="fingerprint_swipe_for_notifications_suggestion_title" msgid="2956636269742745449">"See notifications quickly"</string>
    <string name="gesture_setting_on" msgid="3223448394997988591">"On"</string>
    <string name="gesture_setting_off" msgid="3444029475726294919">"Off"</string>
    <string name="oem_unlock_enable_disabled_summary_bootloader_unlocked" msgid="65713754674288193">"Bootloader is already unlocked"</string>
    <string name="oem_unlock_enable_disabled_summary_connectivity" msgid="8045017109714463041">"Connect to the Internet first"</string>
    <string name="oem_unlock_enable_disabled_summary_connectivity_or_locked" msgid="7425519481227423860">"Connect to the Internet or contact your operator"</string>
    <string name="oem_unlock_enable_disabled_summary_sim_locked_device" msgid="168124660162907358">"Unavailable on mobile-locked devices"</string>
    <string name="oem_lock_info_message" msgid="8843145669619429197">"Please restart the device to enable device protection feature."</string>
    <string name="automatic_storage_manager_freed_bytes" msgid="706230592123831676">"<xliff:g id="SIZE">%1$s</xliff:g> total made available\n\nLast ran on <xliff:g id="DATE">%2$s</xliff:g>"</string>
    <string name="web_action_enable_title" msgid="6654581786741216382">"Instant Apps"</string>
    <string name="web_action_enable_summary" msgid="2658930257777545990">"Open links in apps, even if they’re not installed"</string>
    <string name="web_action_section_title" msgid="994717569424234098">"Instant Apps"</string>
    <string name="instant_apps_settings" msgid="4280942494969957858">"Instant Apps preferences"</string>
    <string name="domain_url_section_title" msgid="9028890472923474958">"Installed apps"</string>
    <string name="automatic_storage_manager_activation_warning" msgid="170508173207142665">"Your storage is now being managed by the storage manager"</string>
    <string name="account_for_section_header" msgid="7466759342105251096">"Accounts for <xliff:g id="USER_NAME">%1$s</xliff:g>"</string>
    <string name="configure_section_header" msgid="3126887329521705210">"Configure"</string>
    <string name="auto_sync_account_title" msgid="1070908045600374254">"Automatically sync app data"</string>
    <string name="auto_sync_personal_account_title" msgid="3544275021920818595">"Automatically sync personal data"</string>
    <string name="auto_sync_work_account_title" msgid="6060310415978781885">"Automatically sync work data"</string>
    <string name="auto_sync_account_summary" msgid="7580352130028957346">"Let apps refresh data automatically"</string>
    <string name="account_sync_title" msgid="7036067017433297574">"Account sync"</string>
    <string name="account_sync_summary_some_on" msgid="911460286297968724">"Sync on for <xliff:g id="ID_1">%1$d</xliff:g> of <xliff:g id="ID_2">%2$d</xliff:g> items"</string>
    <string name="account_sync_summary_all_on" msgid="2953682111836599841">"Sync on for all items"</string>
    <string name="account_sync_summary_all_off" msgid="6378301874540507884">"Sync off for all items"</string>
    <string name="enterprise_privacy_settings" msgid="786350385374794180">"Managed device info"</string>
    <string name="enterprise_privacy_settings_summary_generic" msgid="5471858290610344646">"Changes &amp; settings managed by your organisation"</string>
    <string name="enterprise_privacy_settings_summary_with_name" msgid="1315413275836515937">"Changes &amp; settings managed by <xliff:g id="ORGANIZATION_NAME">%s</xliff:g>"</string>
    <string name="enterprise_privacy_header" msgid="4626225398848641603">"To provide access to your work data, your organisation may change settings and install software on your device.\n\nFor more details, contact your organisation\'s admin."</string>
    <string name="enterprise_privacy_exposure_category" msgid="2507761423540037308">"Types of information that your organisation can see"</string>
    <string name="enterprise_privacy_exposure_changes_category" msgid="5459989751333816587">"Changes made by your organisation\'s admin"</string>
    <string name="enterprise_privacy_device_access_category" msgid="140157499478630004">"Your access to this device"</string>
    <string name="enterprise_privacy_enterprise_data" msgid="3963070078195245028">"Data associated with your work account, such as email and calendar"</string>
    <string name="enterprise_privacy_installed_packages" msgid="6707006112254572820">"List of apps on your device"</string>
    <string name="enterprise_privacy_usage_stats" msgid="6328506963853465534">"Amount of time and data spent in each app"</string>
    <string name="enterprise_privacy_network_logs" msgid="3081744541193695887">"Most recent network traffic log"</string>
    <string name="enterprise_privacy_bug_reports" msgid="2635897583413134123">"Most recent bug report"</string>
    <string name="enterprise_privacy_security_logs" msgid="8494681624247959075">"Most recent security log"</string>
    <string name="enterprise_privacy_none" msgid="6026527690979756431">"None"</string>
    <string name="enterprise_privacy_enterprise_installed_packages" msgid="9114143640515900082">"Apps installed"</string>
    <string name="enterprise_privacy_apps_count_estimation_info" msgid="7959907857710107792">"Number of apps is estimated. It may not include apps installed outside of the Play Store."</string>
    <plurals name="enterprise_privacy_number_packages_lower_bound" formatted="false" msgid="5403847001419529018">
      <item quantity="other">Minimum <xliff:g id="COUNT_1">%d</xliff:g> apps</item>
      <item quantity="one">Minimum <xliff:g id="COUNT_0">%d</xliff:g> app</item>
    </plurals>
    <string name="enterprise_privacy_location_access" msgid="8023838718108456971">"Location permissions"</string>
    <string name="enterprise_privacy_microphone_access" msgid="7242958026470143653">"Microphone permissions"</string>
    <string name="enterprise_privacy_camera_access" msgid="7685460535880069016">"Camera permissions"</string>
    <string name="enterprise_privacy_enterprise_set_default_apps" msgid="7498546659083996300">"Default apps"</string>
    <plurals name="enterprise_privacy_number_packages" formatted="false" msgid="8568544906431825430">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> apps</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> app</item>
    </plurals>
    <string name="enterprise_privacy_input_method" msgid="3278314982700662246">"Default keyboard"</string>
    <string name="enterprise_privacy_input_method_name" msgid="2974859490559054584">"Set to <xliff:g id="APP_LABEL">%s</xliff:g>"</string>
    <string name="enterprise_privacy_always_on_vpn_device" msgid="1735829327405126695">"Always-on VPN turned on"</string>
    <string name="enterprise_privacy_always_on_vpn_personal" msgid="8395903360175064841">"Always-on VPN turned on in your personal profile"</string>
    <string name="enterprise_privacy_always_on_vpn_work" msgid="2496961514592522377">"Always-on VPN turned on in your work profile"</string>
    <string name="enterprise_privacy_global_http_proxy" msgid="4350347418068037051">"Global HTTP proxy set"</string>
    <string name="enterprise_privacy_ca_certs_device" msgid="1816495877258727663">"Trusted credentials"</string>
    <string name="enterprise_privacy_ca_certs_personal" msgid="1516422660828485795">"Trusted credentials in your personal profile"</string>
    <string name="enterprise_privacy_ca_certs_work" msgid="4318941788592655561">"Trusted credentials in your work profile"</string>
    <plurals name="enterprise_privacy_number_ca_certs" formatted="false" msgid="6459725295322004179">
      <item quantity="other">Minimum <xliff:g id="COUNT_1">%d</xliff:g> CA certificates</item>
      <item quantity="one">Minimum <xliff:g id="COUNT_0">%d</xliff:g> CA certificate</item>
    </plurals>
    <string name="enterprise_privacy_lock_device" msgid="464054894363899866">"Admin can lock the device and reset password"</string>
    <string name="enterprise_privacy_wipe_device" msgid="869589182352244591">"Admin can delete all device data"</string>
    <string name="enterprise_privacy_failed_password_wipe_device" msgid="7045164901334821226">"Failed password attempts before deleting all device data"</string>
    <string name="enterprise_privacy_failed_password_wipe_work" msgid="2537582942554484170">"Failed password attempts before deleting work profile data"</string>
    <plurals name="enterprise_privacy_number_failed_password_wipe" formatted="false" msgid="8811973918944217791">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> attempts</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> attempt</item>
    </plurals>
    <string name="do_disclosure_generic" msgid="3067459392402324538">"This device is managed by your organisation."</string>
    <string name="do_disclosure_with_name" msgid="867544298924410766">"This device is managed by <xliff:g id="ORGANIZATION_NAME">%s</xliff:g>."</string>
    <string name="do_disclosure_learn_more_separator" msgid="5714364437437041671">" "</string>
    <string name="learn_more" msgid="3534519107947510952">"Learn more"</string>
    <plurals name="default_camera_app_title" formatted="false" msgid="8112432929729136399">
      <item quantity="other">Camera apps</item>
      <item quantity="one">Camera app</item>
    </plurals>
    <string name="default_calendar_app_title" msgid="1870095225089706093">"Calendar app"</string>
    <string name="default_contacts_app_title" msgid="7740028900741944569">"Contacts app"</string>
    <plurals name="default_email_app_title" formatted="false" msgid="8338194872609410234">
      <item quantity="other">Email client apps</item>
      <item quantity="one">Email client app</item>
    </plurals>
    <string name="default_map_app_title" msgid="7569231732944853320">"Map app"</string>
    <plurals name="default_phone_app_title" formatted="false" msgid="4222188821845826493">
      <item quantity="other">Phone apps</item>
      <item quantity="one">Phone app</item>
    </plurals>
    <string name="app_names_concatenation_template_2" msgid="8320181646458855457">"<xliff:g id="FIRST_APP_NAME">%1$s</xliff:g>, <xliff:g id="SECOND_APP_NAME">%2$s</xliff:g>"</string>
    <string name="app_names_concatenation_template_3" msgid="7019703249717854148">"<xliff:g id="FIRST_APP_NAME">%1$s</xliff:g>, <xliff:g id="SECOND_APP_NAME">%2$s</xliff:g>, <xliff:g id="THIRD_APP_NAME">%3$s</xliff:g>"</string>
    <string name="storage_photos_videos" msgid="6926197783745481869">"Photos and videos"</string>
    <string name="storage_music_audio" msgid="1185624135490182822">"Music &amp; audio"</string>
    <string name="storage_games" msgid="1176568610086802469">"Games"</string>
    <string name="storage_other_apps" msgid="5902520888043081176">"Other apps"</string>
    <string name="storage_files" msgid="7968460921272772299">"Files"</string>
    <string name="storage_size_large_alternate" msgid="7555149858858591495">"<xliff:g id="NUMBER">^1</xliff:g>"<small>" "<font size="20">"<xliff:g id="UNIT">^2</xliff:g>"</font></small>""</string>
    <string name="storage_volume_total" msgid="7102720999351050601">"Used of <xliff:g id="TOTAL">%1$s</xliff:g>"</string>
    <string name="storage_percent_full" msgid="7211888326013020857">"used"</string>
    <string name="clear_instant_app_data" msgid="5951258323364386357">"Clear app"</string>
    <string name="clear_instant_app_confirmation" msgid="3964731334459209482">"Do you want to remove this instant app?"</string>
    <string name="launch_instant_app" msgid="8503927414339606561">"Open"</string>
    <string name="game_storage_settings" msgid="2521393115726178837">"Games"</string>
    <string name="audio_files_title" msgid="5981409295669041303">"Audio files"</string>
    <string name="app_info_storage_title" msgid="4076977173803093808">"Space used"</string>
    <string name="webview_uninstalled_for_user" msgid="627352948986275488">"(uninstalled for user <xliff:g id="USER">%s</xliff:g>)"</string>
    <string name="webview_disabled_for_user" msgid="5809886172032644498">"(disabled for user <xliff:g id="USER">%s</xliff:g>)"</string>
    <string name="autofill_app" msgid="7595308061826307921">"Auto-fill service"</string>
    <string name="autofill_keywords" msgid="6260653325195017912">"auto, fill, auto-fill"</string>
    <string name="autofill_confirmation_message" msgid="4888767934273494272">"&lt;b&gt;Make sure that you trust this app&lt;/b&gt; &lt;br/&gt; &lt;br/&gt; &lt;xliff:g id=app_name example=Google Auto-fill&gt;%1$s&lt;/xliff:g&gt; uses what\'s on your screen to determine what can be auto-filled."</string>
    <string name="debug_autofill_category" msgid="5998163555428196185">"Auto-fill"</string>
    <string name="autofill_logging_level_title" msgid="3733958845861098307">"Logging level"</string>
    <string name="autofill_max_partitions" msgid="7342195529574406366">"Max requests per session"</string>
    <string name="autofill_max_visible_datasets" msgid="4970201981694392229">"Max visible datasets"</string>
    <string name="autofill_reset_developer_options" msgid="6425613608979498608">"Reset to default values"</string>
    <string name="autofill_reset_developer_options_complete" msgid="1276741935956594965">"Auto-fill developer options have been reset"</string>
    <string name="device_theme" msgid="5027604586494772471">"Device theme"</string>
    <string name="default_theme" msgid="4815428567082263639">"Default"</string>
    <string name="show_operator_name_title" msgid="3355910331531144028">"Network name"</string>
    <string name="show_operator_name_summary" msgid="5352696579216501773">"Display network name in status bar"</string>
    <string name="storage_manager_indicator" msgid="6187509172735927297">"Storage Manager: <xliff:g id="STATUS">^1</xliff:g>"</string>
    <string name="storage_manager_indicator_off" msgid="2705959642617709265">"Off"</string>
    <string name="storage_manager_indicator_on" msgid="8380330763647785309">"On"</string>
    <string name="install_type_instant" msgid="7685381859060486009">"Instant app"</string>
    <string name="automatic_storage_manager_deactivation_warning" msgid="4905106133215702099">"Turn off the storage manager?"</string>
    <string name="storage_movies_tv" msgid="7897612625450668593">"Movie &amp; TV apps"</string>
    <string name="carrier_provisioning" msgid="7217868336140325816">"Operator Provisioning Info"</string>
    <string name="trigger_carrier_provisioning" msgid="3288805742683538597">"Trigger Operator Provisioning"</string>
    <string name="zen_suggestion_title" msgid="4555260320474465668">"Update Do Not Disturb"</string>
    <string name="zen_suggestion_summary" msgid="1984990920503217">"Pause notifications to stay focused"</string>
    <string name="disabled_feature" msgid="7151433782819744211">"Feature not available"</string>
    <string name="disabled_feature_reason_slow_down_phone" msgid="5743569256308510404">"This feature has been turned off because it slows down your phone"</string>
    <string name="enable_gnss_raw_meas_full_tracking" msgid="1206679951510243341">"Force full GNSS measurements"</string>
    <string name="enable_gnss_raw_meas_full_tracking_summary" msgid="3841463141138247167">"Track all GNSS constellations and frequencies with no duty cycling"</string>
    <string name="show_first_crash_dialog" msgid="1696584857732637389">"Always show crash dialogue"</string>
    <string name="show_first_crash_dialog_summary" msgid="4692334286984681111">"Show dialogue every time an app crashes"</string>
    <string name="angle_enabled_app" msgid="6044941043384239076">"Select ANGLE enabled app"</string>
    <string name="angle_enabled_app_not_set" msgid="4472572224881726067">"No ANGLE enabled application set"</string>
    <string name="angle_enabled_app_set" msgid="7811829383833353021">"ANGLE enabled application: <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
    <string name="graphics_driver_dashboard_title" msgid="5661084817492587796">"Graphics driver preferences"</string>
    <string name="graphics_driver_dashboard_summary" msgid="6348759885315793654">"Modify graphics driver settings"</string>
    <string name="graphics_driver_footer_text" msgid="5123754522284046790">"When there are multiple graphics drivers, you can pick to use the updated graphics driver for apps installed on the device."</string>
    <string name="graphics_driver_all_apps_preference_title" msgid="1343065382898127360">"Enable for all apps"</string>
    <string name="graphics_driver_app_preference_title" msgid="3133255818657706857">"Select graphics driver"</string>
    <string name="graphics_driver_app_preference_default" msgid="764432460281859855">"Default"</string>
    <string name="graphics_driver_app_preference_game_driver" msgid="3115277644656023504">"Game driver"</string>
    <string name="graphics_driver_app_preference_prerelease_driver" msgid="7355929161805829480">"Developer driver"</string>
    <string name="graphics_driver_app_preference_system" msgid="3754748149113184126">"System graphics driver"</string>
    <!-- no translation found for graphics_driver_all_apps_preference_values:0 (8039644515855740879) -->
    <!-- no translation found for graphics_driver_all_apps_preference_values:1 (157748136905839375) -->
    <!-- no translation found for graphics_driver_all_apps_preference_values:2 (8104576549429294026) -->
    <!-- no translation found for graphics_driver_app_preference_values:0 (6403705826179314116) -->
    <!-- no translation found for graphics_driver_app_preference_values:1 (485288770206606512) -->
    <!-- no translation found for graphics_driver_app_preference_values:2 (5391218026495225599) -->
    <!-- no translation found for graphics_driver_app_preference_values:3 (2586045835780389650) -->
    <string name="platform_compat_dashboard_title" msgid="1323980546791790236">"App compatibility changes"</string>
    <string name="platform_compat_dashboard_summary" msgid="4036546607938791337">"Toggle app compatibility changes"</string>
    <string name="platform_compat_default_enabled_title" msgid="8973137337738388024">"Default enabled changes"</string>
    <string name="platform_compat_default_disabled_title" msgid="3975847180953793602">"Default disabled changes"</string>
    <string name="platform_compat_dialog_title_no_apps" msgid="4387656000745989506">"No apps available"</string>
    <string name="platform_compat_dialog_text_no_apps" msgid="5715226015751055812">"App compatibility changes can only be modified for debuggable apps. Install a debuggable app and try again."</string>
    <string name="unsupported_setting_summary" product="default" msgid="1085229417771470172">"Setting isn’t supported on this phone"</string>
    <string name="unsupported_setting_summary" product="tablet" msgid="7402414129786489664">"Setting isn’t supported on this tablet"</string>
    <string name="unsupported_setting_summary" product="device" msgid="3422953459122926833">"Setting isn’t supported on this device"</string>
    <string name="disabled_for_user_setting_summary" msgid="9096036019081828639">"Setting can’t be changed by current user"</string>
    <string name="disabled_dependent_setting_summary" msgid="4508635725315852504">"Depends on another setting"</string>
    <string name="unknown_unavailability_setting_summary" msgid="9060213910510360231">"Setting unavailable"</string>
    <string name="my_device_info_account_preference_title" msgid="9197139254007133175">"Account"</string>
    <string name="my_device_info_device_name_preference_title" msgid="8053298498727237971">"Device name"</string>
    <string name="change_wifi_state_title" msgid="5629648102837821525">"Wi-Fi control"</string>
    <string name="change_wifi_state_app_detail_switch" msgid="1385358508267180745">"Allow app to control Wi-Fi"</string>
    <string name="change_wifi_state_app_detail_summary" msgid="8230854855584217111">"Allow this app to turn Wi-Fi on or off, scan and connect to Wi-Fi networks, add or remove networks, or start a local-only hotspot"</string>
    <string name="media_output_title" msgid="8283629315159510680">"Play media to"</string>
    <string name="media_output_label_title" msgid="4139048973886819148">"Play <xliff:g id="LABEL">%s</xliff:g> on"</string>
    <string name="media_output_default_summary" msgid="4200343059396412376">"This device"</string>
    <string name="media_output_summary" product="default" msgid="4760338801715262899">"Phone"</string>
    <string name="media_output_summary" product="tablet" msgid="5138101426462250247">"Tablet"</string>
    <string name="media_output_summary" product="device" msgid="3598300438694764381">"Device"</string>
    <string name="media_out_summary_ongoing_call_state" msgid="475188726850090363">"Unavailable during calls"</string>
    <string name="media_output_summary_unavailable" msgid="2695058965888813093">"Unavailable"</string>
    <string name="media_output_group_panel_title" msgid="3086245179062913037">"Add outputs"</string>
    <string name="media_output_group" msgid="7918231774595274396">"Group"</string>
    <string name="media_output_group_panel_single_device_summary" msgid="5027884071572180516">"1 device selected"</string>
    <string name="media_output_group_panel_multiple_devices_summary" msgid="4838305763151455248">"<xliff:g id="COUNT">%1$d</xliff:g> devices selected"</string>
    <string name="media_output_switching" msgid="7488216595474868546">"Switching…"</string>
    <string name="take_call_on_title" msgid="1159417893879946757">"Take call on"</string>
    <string name="cannot_change_apn_toast" msgid="296540724089240405">"This APN cannot be changed."</string>
    <string name="battery_suggestion_title" product="tablet" msgid="1525940496459255289">"Improve tablet\'s battery life"</string>
    <string name="battery_suggestion_title" product="device" msgid="2280773774080720377">"Improve device\'s battery life"</string>
    <string name="battery_suggestion_title" product="default" msgid="4811554469047272537">"Improve phone\'s battery life"</string>
    <string name="battery_suggestion_summary" msgid="8186720080540016197"></string>
    <string name="gesture_prevent_ringing_screen_title" msgid="8293094715267769349">"Prevent ringing"</string>
    <string name="gesture_prevent_ringing_title" msgid="5978577898997523581">"Press Power and Volume Up together to"</string>
    <string name="gesture_prevent_ringing_sound_title" msgid="4529077822282099235">"Shortcut to prevent ringing"</string>
    <string name="prevent_ringing_option_vibrate" msgid="5456962289649581737">"Vibrate"</string>
    <string name="prevent_ringing_option_mute" msgid="7446121133560945051">"Mute"</string>
    <string name="prevent_ringing_option_none" msgid="7776676007180834163">"Do nothing"</string>
    <string name="prevent_ringing_option_vibrate_summary" msgid="5649569082721304741">"On (vibrate)"</string>
    <string name="prevent_ringing_option_mute_summary" msgid="4885288334872920616">"On (mute)"</string>
    <string name="prevent_ringing_option_none_summary" msgid="7004926708584574224">"Off"</string>
    <string name="pref_title_network_details" msgid="7329759534269363308">"Network details"</string>
    <string name="about_phone_device_name_warning" msgid="764557372426153827">"Your device name is visible to apps on your phone. It may also be seen by other people when you connect to Bluetooth devices or set up a Wi-Fi hotspot."</string>
    <string name="devices_title" msgid="649715719278562515">"Devices"</string>
    <string name="homepage_all_settings" msgid="1877827279189801035">"All Settings"</string>
    <string name="homepage_personal_settings" msgid="8312279476519359656">"Suggestions"</string>
    <string name="choose_network_title" msgid="5355609223363859430">"Choose network"</string>
    <string name="network_disconnected" msgid="8281188173486212661">"Disconnected"</string>
    <string name="network_connected" msgid="7637745547242487795">"Connected"</string>
    <string name="network_connecting" msgid="6856124847029124041">"Connecting…"</string>
    <string name="network_could_not_connect" msgid="676574629319069922">"Couldn’t connect"</string>
    <string name="empty_networks_list" msgid="6519489879480673428">"No networks found."</string>
    <string name="network_query_error" msgid="6406348372070035274">"Couldn’t find networks. Try again."</string>
    <string name="forbidden_network" msgid="7404863971282262991">"(forbidden)"</string>
    <string name="no_sim_card" msgid="1497407489810953863">"No SIM card"</string>
    <string name="preferred_network_mode_wcdma_perf_summary" msgid="230527592752934655">"Preferred network mode: WCDMA preferred"</string>
    <string name="preferred_network_mode_gsm_only_summary" msgid="2936969642076535162">"Preferred network mode: GSM only"</string>
    <string name="preferred_network_mode_wcdma_only_summary" msgid="632816273979433076">"Preferred network mode: WCDMA only"</string>
    <string name="preferred_network_mode_gsm_wcdma_summary" msgid="6419309630040697488">"Preferred network mode: GSM/WCDMA"</string>
    <string name="preferred_network_mode_cdma_summary" msgid="5735467143380764681">"Preferred network mode: CDMA"</string>
    <string name="preferred_network_mode_cdma_evdo_summary" msgid="1667358006735235626">"Preferred network mode: CDMA/EvDo"</string>
    <string name="preferred_network_mode_cdma_only_summary" msgid="6305930965673800101">"Preferred network mode: CDMA only"</string>
    <string name="preferred_network_mode_evdo_only_summary" msgid="613903666107299289">"Preferred network mode: EvDo only"</string>
    <string name="preferred_network_mode_cdma_evdo_gsm_wcdma_summary" msgid="5643603478619124717">"Preferred network mode: CDMA/EvDo/GSM/WCDMA"</string>
    <string name="preferred_network_mode_lte_summary" msgid="4236015557975544307">"Preferred network mode: LTE"</string>
    <string name="preferred_network_mode_lte_gsm_wcdma_summary" msgid="1377100995001285751">"Preferred network mode: GSM/WCDMA/LTE"</string>
    <string name="preferred_network_mode_lte_cdma_evdo_summary" msgid="1221806410911793222">"Preferred network mode: CDMA+LTE/EVDO"</string>
    <string name="preferred_network_mode_lte_cdma_evdo_gsm_wcdma_summary" msgid="8974263692041299883">"Preferred network mode: LTE/CDMA/EvDo/GSM/WCDMA"</string>
    <string name="preferred_network_mode_global_summary" msgid="817118763629102239">"Preferred network mode: Global"</string>
    <string name="preferred_network_mode_lte_wcdma_summary" msgid="7326137039981934928">"Preferred network mode: LTE/WCDMA"</string>
    <string name="preferred_network_mode_lte_gsm_umts_summary" msgid="5105989927899481131">"Preferred network mode: LTE/GSM/UMTS"</string>
    <string name="preferred_network_mode_lte_cdma_summary" msgid="2364210682008525703">"Preferred network mode: LTE/CDMA"</string>
    <string name="preferred_network_mode_tdscdma_summary" msgid="796303916110624922">"Preferred network mode: TDSCDMA"</string>
    <string name="preferred_network_mode_tdscdma_wcdma_summary" msgid="1465990745594594173">"Preferred network mode: TDSCDMA/WCDMA"</string>
    <string name="preferred_network_mode_lte_tdscdma_summary" msgid="3771917510642642724">"Preferred network mode: LTE/TDSCDMA"</string>
    <string name="preferred_network_mode_tdscdma_gsm_summary" msgid="8906951876805688851">"Preferred network mode: TDSCDMA/GSM"</string>
    <string name="preferred_network_mode_lte_tdscdma_gsm_summary" msgid="2264537129425897267">"Preferred network mode: LTE/GSM/TDSCDMA"</string>
    <string name="preferred_network_mode_tdscdma_gsm_wcdma_summary" msgid="2469046704847661521">"Preferred network mode: TDSCDMA/GSM/WCDMA"</string>
    <string name="preferred_network_mode_lte_tdscdma_wcdma_summary" msgid="2276439307637315057">"Preferred network mode: LTE/TDSCDMA/WCDMA"</string>
    <string name="preferred_network_mode_lte_tdscdma_gsm_wcdma_summary" msgid="1640309016390119366">"Preferred network mode: LTE/TDSCDMA/GSM/WCDMA"</string>
    <string name="preferred_network_mode_tdscdma_cdma_evdo_gsm_wcdma_summary" msgid="8918066490624875671">"Preferred network mode: TDSCDMA/CDMA/EvDo/GSM/WCDMA"</string>
    <string name="preferred_network_mode_lte_tdscdma_cdma_evdo_gsm_wcdma_summary" msgid="1059705864131001171">"Preferred network mode: LTE/TDSCDMA/CDMA/EvDo/GSM/WCDMA"</string>
    <string name="preferred_network_mode_nr_only_summary" msgid="9153575102136218656">"Preferred network mode: NR only"</string>
    <string name="preferred_network_mode_nr_lte_summary" msgid="4326679533556458480">"Preferred network mode: NR/LTE"</string>
    <string name="preferred_network_mode_nr_lte_cdma_evdo_summary" msgid="4030662583832600005">"Preferred network mode: NR/LTE/CDMA/EvDo"</string>
    <string name="preferred_network_mode_nr_lte_gsm_wcdma_summary" msgid="8327982533965785835">"Preferred network mode: NR/LTE/GSM/WCDMA"</string>
    <string name="preferred_network_mode_nr_lte_cdma_evdo_gsm_wcdma_summary" msgid="7892233480076496041">"Preferred network mode: NR/LTE/CDMA/EvDo/GSM/WCDMA"</string>
    <string name="preferred_network_mode_nr_lte_wcdma_summary" msgid="5762334298562095421">"Preferred network mode: NR/LTE/WCDMA"</string>
    <string name="preferred_network_mode_nr_lte_tdscdma_summary" msgid="2356681171665091175">"Preferred network mode: NR/LTE/TDSCDMA"</string>
    <string name="preferred_network_mode_nr_lte_tdscdma_gsm_summary" msgid="8889597344872814893">"Preferred network mode: NR/LTE/TDSCDMA/GSM"</string>
    <string name="preferred_network_mode_nr_lte_tdscdma_wcdma_summary" msgid="506057560516483258">"Preferred network mode: NR/LTE/TDSCDMA/WCDMA"</string>
    <string name="preferred_network_mode_nr_lte_tdscdma_gsm_wcdma_summary" msgid="4337061745216872524">"Preferred network mode: NR/LTE/TDSCDMA/GSM/WCDMA"</string>
    <string name="preferred_network_mode_nr_lte_tdscdma_cdma_evdo_gsm_wcdma_summary" msgid="3396717432149544381">"Preferred network mode: NR/LTE/TDSCDMA/CDMA/EvDo/GSM/WCDMA"</string>
    <string name="network_recommended" msgid="4665525658003183348">" (recommended)"</string>
    <string name="network_lte" msgid="2449425437381668780">"LTE (recommended)"</string>
    <string name="network_4G" msgid="9018841362928321047">"4G (recommended)"</string>
    <string name="label_available" msgid="5305726869955838606">"Available networks"</string>
    <string name="load_networks_progress" msgid="4717874401621250401">"Searching…"</string>
    <string name="register_on_network" msgid="2169662800750709709">"Registering on <xliff:g id="NETWORK">%s</xliff:g>…"</string>
    <string name="not_allowed" msgid="5756935665192962915">"Your SIM card doesn’t allow a connection to this network."</string>
    <string name="connect_later" msgid="2330538069949281352">"Can’t connect to this network at the moment. Try again later."</string>
    <string name="registration_done" msgid="1750434215698850123">"Registered on network."</string>
    <string name="select_automatically" msgid="2419752566747259155">"Automatically select network"</string>
    <string name="carrier_settings_title" msgid="6959295328730560529">"Operator settings"</string>
    <string name="cdma_lte_data_service" msgid="6937443423651347345">"Set up data service"</string>
    <string name="mobile_data_settings_title" msgid="3927524078598009792">"Mobile data"</string>
    <string name="mobile_data_settings_summary" msgid="7323978798199919063">"Access data using mobile network"</string>
    <string name="mobile_data_settings_summary_auto_switch" msgid="7851549787645698945">"Phone will automatically switch to this mobile operator when in range"</string>
    <string name="calls_preference" msgid="2166481296066890129">"Calls preference"</string>
    <string name="sms_preference" msgid="7742964962568219351">"SMS preference"</string>
    <string name="calls_and_sms_ask_every_time" msgid="3178743088737726677">"Ask every time"</string>
    <string name="mobile_network_summary_add_a_network" msgid="9079866102827526779">"Add a network"</string>
    <plurals name="mobile_network_summary_count" formatted="false" msgid="5173633860800230925">
      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> SIMs</item>
      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> SIM</item>
    </plurals>
    <string name="default_for_calls" msgid="2788950217176988034">"Default for calls"</string>
    <string name="default_for_sms" msgid="1316988329407434771">"Default for SMS"</string>
    <string name="default_for_calls_and_sms" msgid="8223971369339958151">"Default for calls &amp; SMS"</string>
    <string name="default_for_mobile_data" msgid="3725773640392315626">"Default for mobile data"</string>
    <string name="mobile_data_active" msgid="8683694456401350210">"Mobile data active"</string>
    <string name="mobile_data_off" msgid="2702029611959308269">"Mobile data off"</string>
    <string name="subscription_available" msgid="2659722770210403365">"Available"</string>
    <string name="mobile_network_in_range" msgid="3528320750936028369">"In range"</string>
    <string name="mobile_network_not_in_range" msgid="5680896182395366584">"Not in range"</string>
    <string name="mobile_network_list_add_more" msgid="4478586073355236604">"Add more"</string>
    <string name="mobile_network_active_sim" msgid="6397581267971410039">"Active/SIM"</string>
    <string name="mobile_network_inactive_sim" msgid="5829757490580409899">"Inactive/SIM"</string>
    <string name="mobile_network_active_esim" msgid="4673190244386572318">"Active/Downloaded SIM"</string>
    <string name="mobile_network_inactive_esim" msgid="2901035056727849007">"Inactive/Downloaded SIM"</string>
    <string name="mobile_network_sim_name" msgid="3187192894150386537">"SIM name and colour"</string>
    <string name="mobile_network_sim_name_label" msgid="1452440641628369625">"Name"</string>
    <string name="mobile_network_sim_color_label" msgid="5293944087609632340">"Colour (used by compatible apps)"</string>
    <string name="mobile_network_sim_name_rename" msgid="5967588549571582924">"Save"</string>
    <string name="mobile_network_use_sim_on" msgid="7298332437547707908">"Use SIM"</string>
    <string name="mobile_network_use_sim_off" msgid="6303281166199670639">"Off"</string>
    <string name="mobile_network_disable_sim_explanation" msgid="2851862257846773796">"To disable this SIM, remove the SIM card"</string>
    <string name="mobile_network_tap_to_activate" msgid="4139979375717958102">"Tap to activate <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
    <string name="mobile_network_esim_swap_confirm_title" msgid="2762744961192218789">"Switch to <xliff:g id="CARRIER">%1$s</xliff:g>?"</string>
    <string name="mobile_network_esim_swap_confirm_body" msgid="8168680839542031781">"Only one downloaded SIM can be active at a time.\n\nSwitching to <xliff:g id="CARRIER1">%1$s</xliff:g> won\'t cancel your <xliff:g id="CARRIER2">%2$s</xliff:g> service."</string>
    <string name="mobile_network_esim_swap_confirm_ok" msgid="8695772737522378095">"Switch to <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
    <string name="mobile_network_erase_sim" msgid="4629071168032714930">"Delete SIM"</string>
    <string name="mobile_network_erase_sim_error_dialog_title" msgid="6680959559589234726">"Can’t delete SIM"</string>
    <string name="mobile_network_erase_sim_error_dialog_body" msgid="6401922869095572710">"This SIM can’t be deleted due to an error.\n\nRestart your device and try again."</string>
    <string name="preferred_network_mode_title" msgid="3083431168988535628">"Preferred network type"</string>
    <string name="preferred_network_mode_summary" msgid="537577807865497546">"Change the network operating mode"</string>
    <string name="preferred_network_mode_dialogtitle" msgid="4179420486180351631">"Preferred network type"</string>
    <string name="carrier_settings_euicc" msgid="1541279297111378907">"Operator"</string>
    <string name="carrier_settings_version" msgid="4738147451583140935">"Settings version"</string>
    <string name="call_category" msgid="641461844504128789">"Calling"</string>
    <string name="video_calling_settings_title" msgid="5490466306783552190">"Operator video calling"</string>
    <string name="cdma_system_select_title" msgid="8261408056382123386">"System select"</string>
    <string name="cdma_system_select_summary" msgid="384128007068464145">"Change the CDMA roaming mode"</string>
    <string name="cdma_system_select_dialogtitle" msgid="6143586810486936984">"System select"</string>
    <string name="network_operator_category" msgid="5309383730335681395">"Network"</string>
    <string name="network_select_title" msgid="4532395144000206685">"Network"</string>
    <string name="cdma_subscription_title" msgid="3107207913315872336">"CDMA subscription"</string>
    <string name="cdma_subscription_summary" msgid="7134032708555561334">"Change between RUIM/SIM and NV"</string>
    <string name="cdma_subscription_dialogtitle" msgid="555971296756231647">"subscription"</string>
    <string name="register_automatically" msgid="5208258089316657167">"Automatic registration…"</string>
    <string name="roaming_alert_title" msgid="9052791521868787985">"Allow data roaming?"</string>
    <string name="roaming_check_price_warning" msgid="5876977438036791361">"Check with your network provider for pricing."</string>
    <string name="mobile_data_usage_title" msgid="2047864499317759728">"App data usage"</string>
    <string name="mobile_network_mode_error" msgid="9222056129897416074">"Invalid network mode <xliff:g id="NETWORKMODEID">%1$d</xliff:g>. Ignore."</string>
    <string name="mobile_network_apn_title" msgid="5582995550142073054">"Access point names"</string>
    <string name="manual_mode_disallowed_summary" msgid="4243142645520152175">"Unavailable when connected to <xliff:g id="CARRIER">%1$s</xliff:g>"</string>
    <string name="see_more" msgid="7499355691042812723">"See more"</string>
    <string name="see_less" msgid="2642392725363552793">"See less"</string>
    <string name="network_connection_request_dialog_title" msgid="1896186380874289434">"Connect to device"</string>
    <string name="network_connection_request_dialog_summary" msgid="7693038309792726170">"<xliff:g id="APPNAME">%1$s</xliff:g> app wants to use a temporary Wi‑Fi network to connect to your device"</string>
    <string name="network_connection_timeout_dialog_message" msgid="598509083077743772">"No devices found. Make sure that devices are turned on and available to connect."</string>
    <string name="network_connection_timeout_dialog_ok" msgid="6022675321823723755">"Try again"</string>
    <string name="network_connection_errorstate_dialog_message" msgid="3360714322047603239">"Something came up. The application has cancelled the request to choose a device."</string>
    <string name="network_connection_connect_successful" msgid="2587314077675642476">"Connection successful"</string>
    <string name="network_connection_connect_failure" msgid="6803313816657494319">"Connection failed"</string>
    <string name="network_connection_request_dialog_showall" msgid="6392059758456994944">"Show all"</string>
    <string name="network_connection_searching_message" msgid="8521819623516926482">"Searching for device…"</string>
    <string name="network_connection_connecting_message" msgid="433189540877274889">"Connecting to device…"</string>
    <string name="bluetooth_left_name" msgid="7440064067910080502">"Left"</string>
    <string name="bluetooth_right_name" msgid="7588088072444124949">"Right"</string>
    <string name="bluetooth_middle_name" msgid="3909371955137442319">"Case"</string>
    <string name="settings_panel_title" msgid="346363079938069215">"Settings Panel"</string>
    <string name="internet_connectivity_panel_title" msgid="2044237561024730108">"Internet Connectivity"</string>
    <string name="volume_connectivity_panel_title" msgid="8772438444782726321">"Volume"</string>
    <string name="mobile_data_ap_mode_disabled" msgid="6067959496888990983">"Unavailable during airplane mode"</string>
    <string name="force_desktop_mode" msgid="1336913605091334238">"Force desktop mode"</string>
    <string name="force_desktop_mode_summary" msgid="4587416867846930479">"Force experimental desktop mode on secondary displays"</string>
    <string name="enable_sizecompat_freeform" msgid="3799755160777404309">"Enable free-form sizecompat"</string>
    <string name="enable_sizecompat_freeform_summary" msgid="1484050174538201499">"Allows sizecompat apps to be in free form"</string>
    <string name="hwui_force_dark_title" msgid="4256904905631994219">"Override force-dark"</string>
    <string name="hwui_force_dark_summary" msgid="6515748781487952769">"Overrides the force-dark feature to be always on"</string>
    <string name="enable_blurs_on_windows_title" msgid="4218144213800778872">"Enable blurs"</string>
    <string name="enable_blurs_on_windows_summary" msgid="8962906921531490386">"Enables window blurs at compositor level. Requires device reboot."</string>
    <string name="privacy_dashboard_title" msgid="6845403825611829558">"Privacy"</string>
    <string name="privacy_dashboard_summary" msgid="5775090172422786808">"Permissions, account activity, personal data"</string>
    <string name="contextual_card_dismiss_remove" msgid="8636557343011606722">"Remove"</string>
    <string name="contextual_card_dismiss_keep" msgid="440516181066490747">"Keep"</string>
    <string name="contextual_card_dismiss_confirm_message" msgid="6434344989238055188">"Remove this suggestion?"</string>
    <string name="contextual_card_removed_message" msgid="5755438207494260867">"Suggestion removed"</string>
    <string name="contextual_card_undo_dismissal_text" msgid="5200381837316691406">"Undo"</string>
    <string name="low_storage_summary" msgid="1979492757417779718">"Storage is low. <xliff:g id="PERCENTAGE">%1$s</xliff:g> used – <xliff:g id="FREE_SPACE">%2$s</xliff:g> free"</string>
    <string name="contextual_card_feedback_send" msgid="7409408664417908922">"Send feedback"</string>
    <string name="contextual_card_feedback_confirm_message" msgid="3186334562157665381">"Would you like to give us feedback on this suggestion?"</string>
    <string name="copyable_slice_toast" msgid="1008251852798990606">"<xliff:g id="COPY_CONTENT">%1$s</xliff:g> copied to clipboard."</string>
    <string name="search_bar_account_avatar_content_description" msgid="880523277036898350"></string>
    <string name="permission_bar_chart_empty_text" msgid="4856719891991325077">"0 apps used permissions"</string>
    <string name="permission_bar_chart_title" msgid="2493212904955611441">"Permission usage in last 24 hours"</string>
    <string name="permission_bar_chart_details" msgid="5816698018592357088">"See all in Dashboard"</string>
    <plurals name="permission_bar_chart_label" formatted="false" msgid="4853396794340896078">
      <item quantity="other"><xliff:g id="NUMBER">%s</xliff:g> apps</item>
      <item quantity="one">1 app</item>
    </plurals>
    <string name="accessibility_usage_title" msgid="9190967143518779145">"Accessibility usage"</string>
    <plurals name="accessibility_usage_summary" formatted="false" msgid="6910643986958263005">
      <item quantity="other"><xliff:g id="SERVICE_COUNT">%1$d</xliff:g> apps have full access to your device</item>
      <item quantity="one">1 app has full access to your device</item>
    </plurals>
    <string name="media_output_panel_title" msgid="5920946795078065159">"Switch output"</string>
    <string name="media_output_panel_summary_of_playing_device" msgid="6998758947764222915">"Currently playing on <xliff:g id="DEVICE_NAME">%1$s</xliff:g>"</string>
    <string name="media_output_disconnected_status" msgid="5567111639832431865">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> (disconnected)"</string>
    <string name="media_output_switch_error_text" msgid="603563475910236831">"Can’t switch. Tap to try again"</string>
    <string name="wfc_disclaimer_title_text" msgid="4617195934203523503">"Important information"</string>
    <string name="wfc_disclaimer_agree_button_text" msgid="4082872292910770344">"CONTINUE"</string>
    <string name="wfc_disclaimer_disagree_text" msgid="8424457394700137703">"NO THANKS"</string>
    <string name="wfc_disclaimer_location_title_text" msgid="7913919887475418423">"Location"</string>
    <string name="wfc_disclaimer_location_desc_text" msgid="2799241640320172899">"Your service provider may collect your location in order to provide this service.\n\nPlease review your service provider’s privacy policy."</string>
    <string name="forget_passpoint_dialog_message" msgid="2433875063907365760">"You may lose access to any remaining time or data. Check with your provider before removing."</string>
    <string name="keywords_content_capture" msgid="7802155522681936956">"content capture, app content"</string>
    <string name="content_capture" msgid="868372905432812238">"App content"</string>
    <string name="content_capture_summary" msgid="49720773699715531">"Allow apps to send content to the Android system"</string>
    <string name="capture_system_heap_dump_title" msgid="9210974110606886455">"Capture system heap dump"</string>
    <string name="capturing_system_heap_dump_message" msgid="8410503247477360622">"Capturing system heap dump"</string>
    <string name="error_capturing_system_heap_dump_message" msgid="2352983250048200052">"Couldn’t capture system heap dump"</string>
    <string name="automatic_system_heap_dump_title" msgid="4093306504711109479">"Automatically capture system heap dumps"</string>
    <string name="automatic_system_heap_dump_summary" msgid="4060846186592886986">"Automatically capture a heap dump for Android System when it uses too much memory"</string>
    <string name="wifi_disconnect_button_text" msgid="5698154296678571998">"Disconnect"</string>
    <string name="wfc_disclaimer_emergency_limitation_title_text" msgid="8276287227589397162">"Emergency calls"</string>
    <string name="wfc_disclaimer_emergency_limitation_desc_text" msgid="5503902001191552196">"Emergency calls over Wi‑Fi Calling are not supported by your operator.\nThe device switches automatically to a mobile network to place an emergency call.\nEmergency calls are only possible in areas with mobile coverage."</string>
    <string name="wifi_calling_summary" msgid="8566648389959032967">"Use Wi‑Fi for calls to improve quality"</string>
    <string name="enable_receiving_mms_notification_title" msgid="6465218559386990248">"Incoming MMS message"</string>
    <string name="enable_sending_mms_notification_title" msgid="7120641300854953375">"Can’t send MMS message"</string>
    <string name="enable_mms_notification_summary" msgid="6432752438276672500">"Tap to allow MMS messaging on <xliff:g id="OPERATOR_NAME">%1$s</xliff:g> when mobile data is off"</string>
    <string name="enable_mms_notification_channel_title" msgid="1798206332620642108">"MMS message"</string>
    <string name="sim_combination_warning_notification_title" msgid="1365401631492986487">"Problem with SIM combination"</string>
    <string name="dual_cdma_sim_warning_notification_summary" msgid="2826474790710586487">"Using <xliff:g id="OPERATOR_NAMES">%1$s</xliff:g> may limit functionality. Tap to find out more."</string>
    <string name="dual_cdma_sim_warning_notification_channel_title" msgid="1049161096896074364">"SIM combination"</string>
    <string name="work_policy_privacy_settings" msgid="2702644843505242596">"Your work policy info"</string>
    <string name="work_policy_privacy_settings_summary" msgid="690118670737638405">"Settings managed by your IT admin"</string>
    <string name="track_frame_time_keywords" msgid="7885340257945922239">"GPU"</string>
    <string name="bug_report_handler_title" msgid="713439959113250125">"Bug report handler"</string>
    <string name="bug_report_handler_picker_footer_text" msgid="4935758328366585673">"Determines which app handles the bug report shortcut on your device."</string>
    <string name="personal_profile_app_subtext" msgid="5586060806997067676">"Personal"</string>
    <string name="work_profile_app_subtext" msgid="5043419461440127879">"Work"</string>
    <string name="system_default_app_subtext" msgid="5212055189703164839">"System default"</string>
    <string name="select_invalid_bug_report_handler_toast_text" msgid="8857326334015386692">"This choice is no longer valid. Try again."</string>
    <string name="device_controls_sentence" msgid="4887752349920801907">"Device controls"</string>
    <string name="quick_controls_lower" msgid="6675573610027367819">"device controls"</string>
    <string name="cards_passes_sentence" msgid="1866311782387946944">"Cards and passes"</string>
    <string name="cards_passes_lower" msgid="2429722007109957877">"cards and passes"</string>
    <string name="power_menu_setting_name" msgid="7843519296976254765">"Power menu"</string>
    <string name="power_menu_setting_title" msgid="7716546106215378956">"Power button menu"</string>
    <string name="power_menu_cards_passes" msgid="1707852019651773645">"Show cards and passes"</string>
    <string name="power_menu_device_controls" msgid="5114816270328063924">"Show device controls"</string>
    <string name="power_menu_cards_passes_device_controls" msgid="8645794247280620106">"Show cards, passes and device controls"</string>
    <string name="power_menu_lock_screen_category" msgid="1478249026305417128">"Lock screen"</string>
    <string name="power_menu_none" msgid="4620640577918731270">"Don’t show any content"</string>
    <string name="power_menu_privacy" msgid="7900052501075197854">"Sensitive content"</string>
    <string name="power_menu_privacy_show" msgid="2112741022037054383">"Show cards and controls when locked"</string>
    <string name="power_menu_privacy_show_controls" msgid="8294874046577167797">"Show controls when locked"</string>
    <string name="power_menu_privacy_show_cards" msgid="8937303188629541026">"Show cards when locked"</string>
    <string name="power_menu_privacy_hide" msgid="1617102911157977095">"Hide cards and controls when locked"</string>
    <string name="power_menu_privacy_not_secure" msgid="6247119934128206924">"To use, first set a screen lock"</string>
    <string name="device_controls_setting_toggle" msgid="8972005569207737469">"Show device controls"</string>
    <string name="cards_passes_setting_toggle" msgid="3380984848045396695">"Show cards and passes"</string>
    <string name="device_controls_setting_subtitle" msgid="4388544861427973600">"To access controls for connected devices, hold the power button"</string>
    <string name="cards_passes_setting_subtitle" msgid="4427459738229697469">"To access things like your payment methods and boarding passes, press and hold the power button."</string>
    <string name="rtt_settings_title" msgid="7049259598645966354"></string>
    <string name="rtt_settings_no_visible" msgid="7440356831140948382"></string>
    <string name="rtt_settings_visible_during_call" msgid="7866181103286073700"></string>
    <string name="rtt_settings_always_visible" msgid="2364173070088756238"></string>
    <string name="media_output_panel_stop_casting_button" msgid="6094875883164119035">"Stop casting"</string>
    <string name="volte_5G_limited_title" msgid="5908052268836750629">"Turn off VoLTE?"</string>
    <string name="volte_5G_limited_text" msgid="7150583768725182345">"This also turns off your 5G connection.\nDuring a voice call, you can’t use the Internet and some apps may not work."</string>
    <string name="no_5g_in_dsds_text" product="default" msgid="772747677303920132">"When using two SIMs, this phone will be limited to 4G. "<annotation id="url">"Learn more"</annotation></string>
    <string name="no_5g_in_dsds_text" product="tablet" msgid="4757328474425714624">"When using two SIMs, this tablet will be limited to 4G. "<annotation id="url">"Learn more"</annotation></string>
    <string name="no_5g_in_dsds_text" product="device" msgid="6983783505032683314">"When using two SIMs, this device will be limited to 4G. "<annotation id="url">"Learn more"</annotation></string>
    <string name="cached_apps_freezer" msgid="1057519579761550350">"Suspend execution for cached apps"</string>
    <string name="overlay_settings_title" msgid="1032863083496396365">"Allow screen overlays on settings"</string>
    <string name="overlay_settings_summary" msgid="2745336273786148166">"Allow apps that can display over other apps to overlay settings screens"</string>
    <string name="media_controls_title" msgid="403271085636252597">"Media"</string>
    <string name="media_controls_summary" msgid="5032071475867165587">"Hide player when the media session has ended"</string>
    <string name="media_controls_resume_description" msgid="2333689676163363582">"The player allows you to resume a session from the expanded Quick Settings panel."</string>
    <string name="media_controls_hide_player" msgid="2751439192580884015">"Hide player"</string>
    <string name="media_controls_show_player" msgid="8504571042365814021">"Show player"</string>
    <string name="media_controls_no_players" msgid="3493023121892175946">"No players available"</string>
    <string name="keywords_media_controls" msgid="8345490568291778638">"media"</string>
</resources>