summaryrefslogtreecommitdiffstats
path: root/res/values-lb/strings.xml
blob: a75eacf90c73870cd69c2688582f2597f09cb8c6 (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
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!-- 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:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- Strings for Dialog yes button -->
  <string name="yes">"Jo"</string>
  <!-- Strings for Dialog no button -->
  <string name="no">"Nee"</string>
  <!-- Strings for Dialog create button -->
  <string name="create">Erstellen</string>
  <!-- Strings for Dialog allow button -->
  <string name="allow">Erlaben</string>
  <!-- Strings for Dialog deny button -->
  <string name="deny">Verweigeren</string>
  <!-- Strings for Dialog close button [CHAR LIMIT=20] -->
  <string name="dlg_close">Zoumaachen</string>
  <!-- Strings for Dialog switch button [CHAR LIMIT=20] -->
  <string name="dlg_switch">Wiesselen</string>
  <!-- Device Info -->
  <!-- Device Info screen. Used for a status item's value when the proper value is not known -->
  <string name="device_info_default">Onbekannt</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
  <plurals name="show_dev_countdown">
    <item quantity="one">Du bass nach <xliff:g id="step_count">%1$d</xliff:g> Schrëtt dovun ewech en Entwéckler ze sinn.</item>
    <item quantity="other">Du bass nach <xliff:g id="step_count">%1$d</xliff:g> Schrëtter dovun ewech en Entwéckler ze sinn.</item>
  </plurals>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
  <string name="show_dev_on">Du bass elo en Entwéckler!</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
  <string name="show_dev_already">Net néideg, du bass schonn en Entwéckler.</string>
  <!-- Category headings in left-pane header menu -->
  <!-- Settings main menu category heading. Wireless and networks (Wi-Fi, Bluetooth, data usage...). [CHAR LIMIT=40] -->
  <string name="header_category_wireless_networks">Kabellos an Netzwierker</string>
  <!-- Settings main menu category heading. Wireless and networks (Wi-Fi, Bluetooth, data usage...). [CHAR LIMIT=40] -->
  <string name="header_category_connections">Connectiounen</string>
  <!-- Settings main menu category heading. Device (Sound, display, battery, applications...). [CHAR LIMIT=40] -->
  <string name="header_category_device">Apparat</string>
  <!-- Settings main menu category heading. Personal (Accounts, security, language, backup...). [CHAR LIMIT=40] -->
  <string name="header_category_personal">Perséinlech</string>
  <!-- Settings main menu category heading. Personal (Accounts, security, language, backup...). [CHAR LIMIT=40] -->
  <string name="header_category_access">Zougrëff</string>
  <!-- Settings main menu category heading. System (Updates, data, accessibility, about phone). [CHAR LIMIT=40] -->
  <string name="header_category_system">System</string>
  <!-- Phone info -->
  <!-- Phone Info screen. Button label to turn on the radio . Only shown in diagnostic screen, so precise translation is not needed. -->
  <string name="turn_on_radio">Radio umaachen</string>
  <!-- Phone Info screen. Button label to turn off the radio . Only shown in diagnostic screen, so precise translation is not needed. -->
  <string name="turn_off_radio">Radio ausmaachen</string>
  <!-- Phone SMS over IMS on. Only shown in diagnostic screen, so precise translation is not needed. -->
  <string name="sms_over_ims_on">SMS iwwer IMS umaachen</string>
  <!-- Phone SMS over IMS off. Only shown in diagnostic screen, so precise translation is not needed. -->
  <string name="sms_over_ims_off">SMS iwwer IMS ausmaachen</string>
  <!-- Phone SMS over IMS IMS registration required on. Only shown in diagnostic screen, so precise translation is not needed. -->
  <string name="ims_reg_required_on">D\'IMS-Registréierung muss aktivéiert ginn</string>
  <!-- Phone IMS registration required off. Only shown in diagnostic screen, so precise translation is not needed. -->
  <string name="ims_reg_required_off">D\'IMS-Registréierung muss desaktivéiert ginn</string>
  <!-- VoLTE provisioning flag on. Only shown in diagnostic screen, so precise translation is not needed. -->
  <string name="volte_provisioned_flag_on">VoLTE-Kennzeechnung aktivéieren</string>
  <!-- VoLTE provisioning flag off. Only shown in diagnostic screen, so precise translation is not needed. -->
  <string name="volte_provisioned_flag_off">VoLTE-Kennzeechnung desaktivéieren</string>
  <!-- Phone ram dump on. Only shown in diagnostic screen, so precise translation is not needed. -->
  <string name="lte_ram_dump_on">LTE-RAM-Depot aktivéieren</string>
  <!-- Phone ram dump off. Only shown in diagnostic screen, so precise translation is not needed. -->
  <string name="lte_ram_dump_off">LTE-RAM-Depot desaktivéieren</string>
  <!-- Phone Info screen. Menu item label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_menu_viewADN">SIM-Adressbuch uweisen</string>
  <!-- Phone Info screen. Menu item label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_menu_viewFDN">Zougeloosse Ruffnummeren uweisen</string>
  <!-- Phone Info screen. Menu item label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_menu_viewSDN">Servicenummeren uweisen</string>
  <!-- Phone Info screen. Menu item label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_menu_getPDP">PDP-Lëscht lueden</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_service_in">A Betrib</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_service_out">Net a Betrib</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_service_emergency">Just Noutriff</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_service_off">Radio aus</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_roaming_in">Roaming</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_roaming_not">Kee Roaming</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_phone_idle">Onbeschäftegt</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_phone_ringing">Schellt</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_phone_offhook">Uruff am Gaang</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_data_disconnected">Connectioun getrennt</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_data_connecting">Connectéieren</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_data_connected">Verbonnen</string>
  <!-- Phone Info screen. Status label.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_data_suspended">Ugehalen</string>
  <!-- Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_unknown">onbekannt</string>
  <!-- Phone Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_display_packets">Päck</string>
  <!-- Phone Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_display_bytes">Bytes</string>
  <!-- Phone Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_display_dbm">dBm</string>
  <!-- Phone Info screen. Units shown after a value.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_display_asu">asu</string>
  <!-- Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_lac">LAC</string>
  <!-- Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radioInfo_cid">CID</string>
  <!-- Used for diagnostic info screens, precise translation isn't needed. Unmounts the SD card from the phone, meaning it will become available for an attached computer  [CHAR LIMIT=25] -->
  <string name="sdcard_unmount" product="nosdcard">USB-Späicher trennen</string>
  <!-- Used for diagnostic info screens, precise translation isn't needed. Unmounts the SD card from the phone, meaning it will become available for an attached computer  -->
  <string name="sdcard_unmount" product="default">SD-Kaart trennen</string>
  <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted [CHAR LIMIT=25] -->
  <string name="sdcard_format" product="nosdcard">USB-Späicher läschen</string>
  <!-- Used for diagnostic info screens, precise translation isn't needed. Formats the SD card in the phone, meaning it will be erased and reformatted -->
  <string name="sdcard_format" product="default">SD-Kaart läschen</string>
  <!-- choice for the font size spinner -->
  <string name="small_font">Kleng</string>
  <!-- choice for the font size spinner -->
  <string name="medium_font">Mëttel</string>
  <!-- choice for the font size spinner -->
  <string name="large_font">Grouss</string>
  <!-- Do not translate. label for font size preview.  Does not need to be translated. -->
  <string name="font_size_preview_text">Zerwéiert dësem Monsieur e Béier a Kiwien.</string>
  <!-- Button. Chosen when they want to save the chosen text size. -->
  <string name="font_size_save">OK</string>
  <!-- Title for a notification shown. [CHAR LIMIT=25] -->
  <string name="sdcard_setting" product="nosdcard">USB-Späicher</string>
  <!-- Title for a notification shown. -->
  <string name="sdcard_setting" product="default">SD-Kaart</string>
  <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="battery_info_status_unknown">Onbekannt</string>
  <!-- [CHAR_LIMIT=20] Battery use screen.  Battery status shown in chart label when charging from an unknown source.  -->
  <string name="battery_info_status_charging">Gëtt opgelueden</string>
  <!-- [CHAR_LIMIT=20] Battery use screen.  Battery status shown in chart label when charging on AC.  -->
  <string name="battery_info_status_charging_ac">Lueden iwwer Steckdous op</string>
  <!-- [CHAR_LIMIT=20] Battery use screen.  Battery status shown in chart label when charging over USB.  -->
  <string name="battery_info_status_charging_usb">Lueden iwwer USB op</string>
  <!-- [CHAR_LIMIT=20] Battery use screen.  Battery status shown in chart label when charging over a wireless connection.  -->
  <string name="battery_info_status_charging_wireless">Luede kabellos op</string>
  <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="battery_info_status_discharging">Gëtt net opgelueden</string>
  <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="battery_info_status_not_charging">Gëtt net opgelueden</string>
  <!-- Battery Info screen. Value for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="battery_info_status_full">Voll</string>
  <!-- Used as setting title (for checkbox) on second screen after selecting Bluetooth settings -->
  <string name="bluetooth">Bluetooth</string>
  <!-- Bluetooth settings screen, summary after selecting Discoverable check box [CHAR LIMIT=50] -->
  <string name="bluetooth_is_discoverable">Siichtbar fir all Bluetooth-Apparater (<xliff:g id="discoverable_time_period">%1$s</xliff:g>)</string>
  <!-- Bluetooth settings screen, summary when Discoverable duration is set to "forever" [CHAR LIMIT=50] -->
  <string name="bluetooth_is_discoverable_always">Siichtbar fir all Bluetooth-Apparater</string>
  <!-- Bluetooth settings screen, summary text when not discoverable and no paired devices [CHAR LIMIT=50] -->
  <string name="bluetooth_not_visible_to_other_devices">Net siichtbar fir aner Bluetooth-Apparater</string>
  <!-- Bluetooth settings screen, summary text when not discoverable with paired devices [CHAR LIMIT=50] -->
  <string name="bluetooth_only_visible_to_paired_devices">Just siichtbar fir gekoppelt Apparater</string>
  <!-- Bluetooth settings screen, option name to pick discoverability timeout duration (a list dialog comes up) -->
  <string name="bluetooth_visibility_timeout">Timeout fir d\'Siichrbarkeet</string>
  <!-- Bluetooth settings screen, check box label whether or not to allow
        bluetooth voice dialing when lock screen is up-->
  <string name="bluetooth_lock_voice_dialing">Stëmmwiel spären</string>
  <!-- Bluetooth settings screen, lock voice dialing checkbox summary text -->
  <string name="bluetooth_lock_voice_dialing_summary">De Bluetooth-Wieler net benotze wann de Schierm gespaart ass</string>
  <!-- Bluetooth settings screen, heading above the list of nearby bluetooth devices -->
  <string name="bluetooth_devices">Bluetooth-Apparater</string>
  <!-- Bluetooth settings screen, title for the current bluetooth name setting -->
  <string name="bluetooth_device_name">Apparatnumm</string>
  <!-- Bluetooth settings screen, image description for device details button. This opens the screen to rename, unpair, etc. a single device. -->
  <string name="bluetooth_device_details">Apparatastellungen</string>
  <!-- Bluetooth settings screen, image description for profile of a device details button. -->
  <string name="bluetooth_profile_details">Profilastellungen</string>
  <!-- Bluetooth settings screen, summary text when there isn't a name set (for the name setting) -->
  <string name="bluetooth_name_not_set">Keen Numm gesat, Kontennumm gëtt benotzt</string>
  <!-- Bluetooth settings screen, menu item to scan for nearby bluetooth devices -->
  <string name="bluetooth_scan_for_devices">Apparater sichen</string>
  <!-- Bluetooth settings screen, menu item to change this device's Bluetooth name. [CHAR LIMIT=30] -->
  <string name="bluetooth_rename_device">Dësen Apparat ëmbenennen</string>
  <!-- Bluetooth settings screen, confirmation button for rename device dialog. [CHAR LIMIT=20] -->
  <string name="bluetooth_rename_button">Ëmbenennen</string>
  <!-- Bluetooth settings.  Dialog title to confirm disconnecting from all profiles of a device. [CHAR LIMIT=30] -->
  <string name="bluetooth_disconnect_title">Deconnectéiert?</string>
  <!-- Bluetooth settings.  Message for disconnecting from all profiles of a bluetooth device. [CHAR LIMIT=NONE] -->
  <string name="bluetooth_disconnect_all_profiles">D\'Connectioun gëtt ënnerbrach mat:&lt;br&gt;&lt;b&gt;<xliff:g id="device_name">%1$s</xliff:g>&lt;/b&gt;</string>
  <!-- Bluetooth Settings. text displayed when user has restriction DISALLOW_CONFIG_BLUETOOTH [CHAR LIMIT=NONE]-->
  <string name="bluetooth_empty_list_user_restricted">Du hues keng Berechtegung fir d\'Bluetooth-Astellungen z\'änneren.</string>
  <!-- Bluetooth Visibility message.  This message informs the user that their device is now visible to other bluetooth devices.  [CHAR LIMIT=NONE] -->
  <string name="bluetooth_is_visible_message"><xliff:g id="device_name">%1$s</xliff:g> ass fir d\'Apparater an der Géigend visibel soulaang d\'Bluetooth-Astellungen op sinn.</string>
  <!-- Bluetooth Visibility discoonect question.  Asks the user if they wish to disconnect a paired bluetooth device.  [CHAR LIMIT=50] -->
  <string name="bluetooth_is_disconnect_question"><xliff:g id="device_name">%1$s</xliff:g> deconnectéieren?</string>
  <!-- Bluetooth broadcasting settings, option to enable/disable broadcasting -->
  <string name="bluetooth_broadcasting">Broadcasten</string>
  <!-- Bluetooth settings.  Dialog title to disable a single profile of a device. [CHAR LIMIT=40] -->
  <string name="bluetooth_disable_profile_title">Profil desaktivéieren?</string>
  <!-- Bluetooth settings.  Message for disabling a profile of a bluetooth device. [CHAR LIMIT=NONE] -->
  <string name="bluetooth_disable_profile_message">Dëse Profil gëtt desaktivéiert:&lt;br&gt;&lt;b&gt;<xliff:g id="profile_name">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;Vu(n):&lt;br&gt;&lt;b&gt;<xliff:g id="device_name">%2$s</xliff:g>&lt;/b&gt;</string>
  <!-- Bluetooth settings.  Message when the device state is unknown -->
  <!--Bluetooth settings screen, summary text for Bluetooth device with no name -->
  <string name="bluetooth_device">Onbenannte Bluetooth-Apparat</string>
  <!--Bluetooth settings screen, text that appears in heading bar when scanning for devices -->
  <string name="progress_scanning">Gëtt gesicht</string>
  <!--Bluetooth settings screen, text that appears when scanning for devices is finished and no nearby bluetooth device was found [CHAR LIMIT=40]-->
  <string name="bluetooth_no_devices_found">Keng Bluetooth-Apparater an der Géigend fonnt.</string>
  <!-- Notification ticker text (shown in the status bar) when a Bluetooth device wants to pair with us -->
  <string name="bluetooth_notif_ticker">Bluetooth-Koppelungsufro</string>
  <!-- Notification title when a Bluetooth device wants to pair with us -->
  <string name="bluetooth_notif_title">Koppelungsufro</string>
  <!-- Notification message when a Bluetooth device wants to pair with us -->
  <string name="bluetooth_notif_message">Drécke fir mat <xliff:g id="device_name">%1$s</xliff:g> ze koppelen.</string>
  <!-- Bluetooth settings screen, menu to show the list of received files [CHAR LIMIT=30] -->
  <string name="bluetooth_show_received_files">Empfaange Fichieren uweisen</string>
  <!-- Strings for BluetoothDevicePicker [CHAR LIMIT=40]-->
  <string name="device_picker">Bluetooth-Apparat auswielen</string>
  <!-- Strings for dialog title when asking to the user whether to allow an app to enable discovery mode -->
  <string name="bluetooth_permission_request">"Bluetooth-Berechtegungsufro"</string>
  <!-- This string asks the user whether or not to allow an app to enable bluetooth. [CHAR LIMIT=100] -->
  <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
  <string name="bluetooth_ask_discovery" product="tablet">Eng App wëll däin Tablet während <xliff:g id="timeout">%1$d</xliff:g> Sekonne fir aner Bluetooth-Apparater siichtbar maachen.</string>
  <!-- Strings for asking to the user whether to allow an app to enable discovery mode -->
  <string name="bluetooth_ask_discovery" product="default">Eng App wëll däin Telefon während <xliff:g id="timeout">%1$d</xliff:g> Sekonne fir aner Bluetooth-Apparater siichtbar maachen.</string>
  <!-- Strings for asking to the user whether to allow an app to enable lasting discovery mode  -->
  <string name="bluetooth_ask_lasting_discovery" product="tablet">Eng App wëll däin Tablet fir aner Bluetooth-Apparater siichtbar maachen. Du kanns dat duerno an de Bluetooth-Astellungen änneren.</string>
  <string name="bluetooth_ask_lasting_discovery" product="default">Eng App wëll däin Telefon fir aner Bluetooth-Apparater siichtbar maachen. Du kanns dat duerno an de Bluetooth-Astellungen änneren.</string>
  <!-- Strings for asking to the user whether to allow an app to start broadcasting -->
  <string name="bluetooth_ask_start_broadcast" product="default"><xliff:g id="APP_NAME">%1$s</xliff:g> wëll d\'Bluetooth-Iwwerdroung aktivéieren, fir mat aneren Apparater déi an der Géigend sinn ze kommunikéieren. Du kanns dat méi spéit an de Bluetooth-Astellungen änneren.</string>
  <!-- Strings for asking to the user whether to allow an app to enable bluetooth and start broadcasting -->
  <string name="bluetooth_ask_enablement_and_start_broadcast" product="default"><xliff:g id="APP_NAME">%1$s</xliff:g> wëll de Bluetooth an d\'Bluetooth-Iwwerdroung aktivéieren, fir mat anere Geräter déi an der Géigend sinn ze kommunikéieren. Du kanns dat méi spéit an de Bluetooth-Astellungen änneren.</string>
  <!-- Strings for bluetooth broadcasting explanation -->
  <string name="bluetooth_broadcasting_explaination" product="default">Wann dës Funktioun un ass, kann däin Telefon mat Apparater an der Ëmgéigend kommunizéieren.\n\nD\'Broadcaste benotzt Bluetooth-Signaler mat niddregem Energieverbrauch.</string>
  <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
  <string name="bluetooth_ask_enablement_and_discovery" product="tablet">Eng App wëll Bluetooth uschalten an däin Tablet während <xliff:g id="timeout">%1$d</xliff:g> Sekonne siichtbar maachen.</string>
  <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
  <string name="bluetooth_ask_enablement_and_discovery" product="default">Eng App wëll Bluetooth uschalten an däin Telefon während <xliff:g id="timeout">%1$d</xliff:g> Sekonne siichtbar maachen.</string>
  <!-- Strings for asking to the user whether to allow an app to enable bluetooth and discovery mode -->
  <string name="bluetooth_ask_enablement_and_lasting_discovery" product="tablet">Eng App wëll Bluetooth uschalten an däin Tablet fir aner Apparater siichtbar maachen. Du kanns dat duerno an de Bluetooth-Astellungen änneren.</string>
  <string name="bluetooth_ask_enablement_and_lasting_discovery" product="default">Eng App wëll Bluetooth uschalten an däin Telefon fir aner Apparater siichtbar maachen. Du kanns dat duerno an de Bluetooth-Astellungen änneren.</string>
  <!-- Strings for msg to display to user while bluetooth is turning on [CHAR LIMIT=60] -->
  <string name="bluetooth_turning_on">"Bluetooth gëtt ugeschalt\u2026"</string>
  <!-- Strings for msg to display to user while bluetooth is turning off [CHAR LIMIT=60] -->
  <string name="bluetooth_turning_off">"Bluetooth gëtt ausgeschalt\u2026"</string>
  <!-- Strings for device profile auto connect setting -->
  <string name="bluetooth_auto_connect">Automatesch verbannen</string>
  <!-- Activity label of BluetoothPermissionActivity [CHAR LIMIT=none]-->
  <string name="bluetooth_connection_permission_request">"Bluetooth-Connectiouns-Ufro"</string>
  <!-- Notification message when a remote Bluetooth device wants to connect to a Bluetooth profile [CHAR LIMIT=none]-->
  <string name="bluetooth_connection_notif_message">"Drécke fir mam \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022 ze verbannen."</string>
  <!-- Bluetooth connection permission Alert Activity text [CHAR LIMIT=none]-->
  <string name="bluetooth_connection_dialog_text">"Wëlls du dech mam \u0022<xliff:g id="device_name">%1$s</xliff:g>\u0022 verbannen?"</string>
  <!-- Activity label of BluetoothPbPermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] -->
  <string name="bluetooth_phonebook_request">"Zougrëff op d'Telefonsbuch néideg"</string>
  <!-- Bluetooth phone book permission Alert Activity text [CHAR LIMIT=none] -->
  <string name="bluetooth_pb_acceptance_dialog_text">%1$s wëll op deng Kontakter an däin Uruffhistorique zougräifen. Zougrëff fir %2$s fräischalten?</string>
  <!-- Bluetooth phone book permission Alert Activity checkbox text [CHAR LIMIT=none] -->
  <!--FIXME SHOULD BE REMOVED AND ALL LANG VERSIONS FIXED TO ABOVE NAME -->
  <!-- Activity label of BluetoothMessagePermissionActivity, also used as Strings in the permission dialog [CHAR LIMIT=none] -->
  <string name="bluetooth_map_request">"Ufro fir d'Zougrëff op d'Messagen"</string>
  <!-- Bluetooth message permission Alert Activity text [CHAR LIMIT=none] -->
  <string name="bluetooth_map_acceptance_dialog_text">%1$s wëll op deng Messagen zougräifen. Zougrëff fir %2$s fräischalten?</string>
  <!-- Activity label of BluetoothMessagePermissionActivity for SIM access profile. Also used as Strings in the permission dialog [CHAR LIMIT=none] -->
  <!-- Bluetooth SIM access permission Alert Activity text [CHAR LIMIT=none] -->
  <!-- Date & time settings screen title -->
  <string name="date_and_time">Datum an Zäit</string>
  <!-- The title of the activity to pick a time zone. -->
  <string name="choose_timezone">Zäitzon auswielen</string>
  <!-- Label of preview text when tweaking font size -->
  <string name="display_preview_label">Virschau:</string>
  <!-- Label for chosen font size -->
  <string name="display_font_size_label">Schrëftgréisst:</string>
  <!-- Used for diagnostic screens, precise translation is not necessary -->
  <string name="intent_sender_data_label"><xliff:g id="data">Daten:</xliff:g></string>
  <!-- Used for diagnostic screens, precise translation is not necessary -->
  <string name="intent_sender_sendbroadcast_text"><xliff:g id="broadcast">Iwwerdroung</xliff:g> schécken</string>
  <!-- Used for diagnostic screens, precise translation is not necessary -->
  <string name="intent_sender_action_label"><xliff:g id="action">Aktioun</xliff:g>:</string>
  <!-- Used for diagnostic screens, precise translation is not necessary -->
  <string name="intent_sender_startactivity_text"><xliff:g id="activity">Aktivitéit</xliff:g> starten</string>
  <!-- Used for diagnostic screens, precise translation is not necessary -->
  <string name="intent_sender_resource_label"><xliff:g id="resource">Ressource</xliff:g>: </string>
  <!-- Used for diagnostic screens, precise translation is not necessary -->
  <string name="intent_sender_account_label">Kont: </string>
  <!-- HTTP proxy settings title -->
  <string name="proxy_settings_title">Proxy</string>
  <!-- HTTP proxy settings. Button to clear the proxy box. -->
  <string name="proxy_clear_text">Eidel maachen</string>
  <!-- HTTP proxy settings. The port number label. -->
  <string name="proxy_port_label">Proxy-Port</string>
  <!-- HTTP proxy settings. The hint text field for port. -->
  <!-- HTTP proxy settings. The exclusion list label. -->
  <string name="proxy_exclusionlist_label">Proxy ëmgoe fir</string>
  <!-- HTTP proxy settings. The hint text for proxy exclusion list. [CHAR LIMIT=50]-->
  <string name="proxy_exclusionlist_hint">example.com,mycomp.test.com,localhost</string>
  <!-- HTTP proxy settings. The button to restore the defaults. -->
  <string name="proxy_defaultView_text">Virgaben zrécksetzen</string>
  <!-- HTTP proxy settings. The button to save. -->
  <string name="proxy_action_text">Fäerdeg</string>
  <!-- HTTP proxy settings. The text field for the hostname -->
  <string name="proxy_hostname_label">Proxy-Hostnumm</string>
  <!-- HTTP proxy settings. The hint text field for the hostname. [CHAR LIMIT=50] -->
  <string name="proxy_hostname_hint">proxy.example.com</string>
  <!-- HTTP proxy settings. Title if there is an error-->
  <string name="proxy_error">Opgepasst</string>
  <!-- HTTP proxy settings. Button to get rid of error box-->
  <string name="proxy_error_dismiss">OK</string>
  <!-- HTTP proxy settings. The error if the hostname is not valid -->
  <!-- HTTP proxy settings. The error if the exclusion list is not valid -->
  <!-- HTTP proxy settings. Error msg -->
  <string name="proxy_error_empty_port">D\'Port-Feld muss ausgefëlt ginn.</string>
  <!-- HTTP proxy settings. Error msg -->
  <string name="proxy_error_empty_host_set_port">D\'Port-Feld muss eidel si wann d\'Host-Feld eidel ass.</string>
  <!-- HTTP proxy settings. Error msg -->
  <!-- HTTP proxy settings. Warning message about limited application support [CHAR LIMIT=100]-->
  <string name="proxy_warning_limited_support">Den HTTP-Proxy gëtt vum Browser benotzt mä eventuell net vun aneren Appen.</string>
  <!-- HTTP proxy settings. Title for Proxy-Auto Config URL.  [CHAR LIMIT=25] -->
  <string name="proxy_url_title">"PAC-URL: "</string>
  <!-- HTTP proxy settings. Hint for Proxy-Auto Config URL. -->
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_signal_location_label">Standuert:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_neighboring_location_label">CID an der Noperschaft:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_cellinfo_label">Zellinfo:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_dcrtinfo_label">DcRtInfo:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_data_attempts_label">Dateversich:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_gprs_service_label">GPRS-Service:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_roaming_label">Roaming:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_imei_label">IMEI:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_call_redirect_label">Uruffëmleedung:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_ppp_resets_label">Unzuel vu PPP-Resets säit dem Start:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_gsm_disconnects_label">GSM-Trennungen:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_current_network_label">Aktuellt Netzwierk:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_data_successes_label">Daten – erfollegräich:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_ppp_received_label">PPP empfaangen:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_gsm_service_label">GSM-Service:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_signal_strength_label">Signalstäerkt:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_call_status_label">Uruffstatus:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_ppp_sent_label">PPP geschéckt:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_radio_resets_label">Verbindungszrécksetzungen:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_message_waiting_label">Noriicht läit vir:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_phone_number_label">Telefonsnummer:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_band_mode_label">Radiofrequenz auswielen</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_network_type_label">Netzwierktyp:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_set_perferred_label">Preferréierten Netzwierktyp setzen:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_ping_ipaddr">IP-Adress pingen:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_ping_hostname">Hostnumm (www.google.com) pingen:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_http_client_test">Test vum HTTP-Client:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="ping_test_label">Ping-Test starten</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_smsc_label">SMSC:</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_smsc_update_label">Aktualiséieren</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_smsc_refresh_label">Opfrëschen</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="radio_info_toggle_dns_check_label">DNS-Iwwerpréiwung</string>
  <!-- Radio Info screen. Label for a status item.  Used for diagnostic info screens, precise translation isn't needed -->
  <string name="oem_radio_info_label">OEM-spezifesch Infoen/Astellungen</string>
  <!-- Band Mode Selection -->
  <!-- Band mode screen.  Title of activity. -->
  <string name="band_mode_title">GSM-/UMTS-Band festleeën</string>
  <!-- Band mode screen.  Loading message. -->
  <string name="band_mode_loading">Bandlëscht gëtt gelueden\u2026</string>
  <!-- Band mode screen. Button caption to set the bandmode. -->
  <string name="band_mode_set">Setzen</string>
  <!-- Band mode screen. Status message when unsuccessful. -->
  <string name="band_mode_failed">Net erfollegräich</string>
  <!-- Band mode screen. Statusm essage when successful. -->
  <string name="band_mode_succeeded">Erfollegräich</string>
  <!-- Instructions after the user changes the mass storage settings -->
  <string name="sdcard_changes_instructions">D\'Ännerunge ginn aktiv wann den USB-Kabel nei verbonne gëtt.</string>
  <!-- Enable USB mass storage mode checkbox title -->
  <string name="sdcard_settings_screen_mass_storage_text">USB-Massespäicher aktivéieren</string>
  <!-- The label for total bytes on SD card -->
  <string name="sdcard_settings_total_bytes_label">Total Bytes:</string>
  <!-- Message when there is no SD card present [CHAR LIMIT=30] -->
  <string name="sdcard_settings_not_present_status" product="nosdcard">USB-Späicher net agebonnen.</string>
  <!-- Message when there is no SD card present -->
  <string name="sdcard_settings_not_present_status" product="default">Keng SD-Kaart.</string>
  <!-- Th label for the available (free) sapce on the SD card -->
  <string name="sdcard_settings_available_bytes_label">Fräi Bytes:</string>
  <!-- Message when the SD card is being used by the computer as mass storage [CHAR LIMIT=30] -->
  <string name="sdcard_settings_mass_storage_status" product="nosdcard">Den USB-Späicher gëtt als Massespäicher benotzt.</string>
  <!-- Message when the SD card is being used by the computer as mass storage -->
  <string name="sdcard_settings_mass_storage_status" product="default">D\'SD-Kaart gëtt als Massespäicher benotzt.</string>
  <!-- Message when it is safe to remove the SD card [CHAR LIMIT=30] -->
  <!-- Message when it is safe to remove the SD card -->
  <!-- Error message when the SD card was removed without properly unmounting [CHAR LIMIT=30] -->
  <string name="sdcard_settings_bad_removal_status" product="nosdcard">Den USB-Späicher gouf ewechgeholl während en nach benotzt gouf!</string>
  <!-- Error message when the SD card was removed without properly unmounting -->
  <string name="sdcard_settings_bad_removal_status" product="default">D\'SD-Kaart gouf ewechgeholl während se nach benotzt gouf!</string>
  <!-- Label for used bytes on the SD card -->
  <string name="sdcard_settings_used_bytes_label">Benotzt Bytes:</string>
  <!-- Message when it is scanning the SD card for new files [CHAR LIMIT=30]  -->
  <string name="sdcard_settings_scanning_status" product="nosdcard">Den USB-Späicher gëtt no Mediefichieren duerchsicht\u2026</string>
  <!-- Message when it is scanning the SD card for new files -->
  <string name="sdcard_settings_scanning_status" product="default">D\'SD-Kaart gëtt no Mediefichieren duerchsicht\u2026</string>
  <!-- Message when the SD card is mounted as read only [CHAR LIMIT=30] -->
  <string name="sdcard_settings_read_only_status" product="nosdcard">USB-Späicher schreifgeschützt agebonnen.</string>
  <!-- Message when the SD card is mounted as read only -->
  <string name="sdcard_settings_read_only_status" product="default">D\'SD-Kaart ass schreifgeschützt agebonnen.</string>
  <!-- Used in setup wizard Wi-Fi screen.  The button label for going to the next screen without submitting. [CHAR LIMIT=20] -->
  <string name="skip_label">Iwwersprangen</string>
  <!-- Used in setup wizard Wi-Fi screen. The button label for going to the next screen and submitting. [CHAR LIMIT=20] -->
  <string name="next_label">Weider</string>
  <!-- LocalePicker -->
  <!-- Title for the locale picker activity -->
  <string name="language_picker_title">Sprooch</string>
  <!-- The title of the dialog to pick an activity.  This is shown when there are multiple activities that can do a particular action.  For example, suppose you click on the "Share" menu item in the Browser.  Since you can share the webpage URL via many communication methods, this dialog would come up with choices like "Email", "IM", etc.  This is a generic message, and the previous example is a single possible scenario (so please don't assume it's for the browser or anything :) ). -->
  <string name="activity_picker_label">Aktivitéit auswielen</string>
  <!-- Do not translate. -->
  <string name="debug_intent_sender_label">Debug intent sender</string>
  <!-- The title of the activity to see random device info. -->
  <string name="device_info_label">Apparatinfo</string>
  <!-- The title of the activity to adjust display settings -->
  <string name="display_label">Schierm</string>
  <!-- The title of the activity to see phone info -->
  <string name="phone_info_label" product="tablet">Tablet-Info</string>
  <!-- The title of the activity to see phone info -->
  <string name="phone_info_label" product="default">Telefons-Info</string>
  <!-- The title of the activity to adjust SD card settings [CHAR LIMIT=25] -->
  <string name="sd_card_settings_label" product="nosdcard">USB-Späicher</string>
  <!-- The title of the activity to adjust SD card settings-->
  <string name="sd_card_settings_label" product="default">SD-Kaart</string>
  <!-- The title of the activity to adjust proxy settings -->
  <string name="proxy_settings_label">Proxy-Astellungen</string>
  <!-- ======================================================================================= -->
  <!-- NEW STUFF -->
  <!-- ======================================================================================= -->
  <!-- Button label for generic cancel action [CHAR LIMIT=20] -->
  <string name="cancel">Ofbriechen</string>
  <!-- Button label for generic OK action [CHAR LIMIT=20] -->
  <string name="okay">OK</string>
  <!-- Button label for generic forget action [CHAR LIMIT=20] -->
  <string name="forget">Vergiessen</string>
  <!-- Button label for generic save action [CHAR LIMIT=20] -->
  <string name="save">Späicheren</string>
  <!-- Button label for generic done action [CHAR LIMIT=20] -->
  <string name="done">Fäerdeg</string>
  <!-- Title of the Settings activity shown within the application itself. -->
  <string name="settings_label">Astellungen</string>
  <!-- Title of the Settings activity shown in the Launcher. [CHAR LIMIT=20] -->
  <string name="settings_label_launcher">Astellungen</string>
  <!-- Label for option to select a settings panel as a shortcut -->
  <string name="settings_shortcut">Ofkierzung bei d\'Astellungen</string>
  <!-- Wireless controls settings screen, setting check box label -->
  <string name="airplane_mode">Fligermodus</string>
  <!-- Main Settings screen settings title for things like airplane mode, tethering, NFC, VPN.  This will take you to another screen with those settings.  [CHAR LIMIT=30] -->
  <string name="radio_controls_title">Méi</string>
  <!-- Wireless Settings screen title for things like Wi-Fi, bluetooth, airplane mode. -->
  <string name="wireless_networks_settings_title">Kabellos an Netzwierker</string>
  <!-- Main Settings screen settings summary text for the "Wireless controls" setting -->
  <!-- check box cellular data title [CHAR LIMIT=30] -->
  <!-- check box Calls title [CHAR LIMIT=30] -->
  <string name="calls_title">Uriff</string>
  <!-- check box SMS Messges title [CHAR LIMIT=30] -->
  <string name="sms_messages_title">SMS-Messagen</string>
  <!-- check box cellular data summary [CHAR LIMIT=41] -->
  <!-- check box to allow data usage when roaming [CHAR LIMIT=41] -->
  <string name="allow_data_usage_title">Datebenotzung beim Roaming erlaben</string>
  <!-- mobile network settings screen, setting check box title -->
  <string name="roaming">Dateroaming</string>
  <!-- mobile network settings screen, setting option summary text when check box is selected -->
  <string name="roaming_enable">Beim Roaming mat Dateservicer connectéieren</string>
  <!-- mobile network settings screen, setting option summary text when check box is clear -->
  <string name="roaming_disable">Beim Roaming d\'Connectioun mat Dateservicer net zouloossen</string>
  <!-- mobile network settings screen, dialog message when you are roaming and clear the "Data roaming" check box -->
  <string name="roaming_reenable_message">D\'Dateconnectioun gouf ënnerbrach, well s du däin Heemnetzwierk verlooss hues an Dateroaming net aktivéiert ass.</string>
  <!-- mobile network settings screen, button on dialog box that appears when you are roaming and clear the "Data roaming" check box -->
  <string name="roaming_turn_it_on_button">Uschalten</string>
  <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box -->
  <string name="roaming_warning">Wann s du Dateroaming erlaabs, kéinte signifikant Roamingkäschten entstoen!</string>
  <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box. This is for multiuser tablets [CHAR LIMIT=none] -->
  <string name="roaming_warning_multiuser" product="tablet">Wann s du Dateroaming erlabs, kéinte signifikant Roamingkäschten entstoen!\n\nDës Astellung betrëfft all d\'Benotzer op dësem Tablet.</string>
  <!-- mobile network settings screen, message in dialog box that appears when you select the "Data roaming" check box. This is for multiuser phones [CHAR LIMIT=none] -->
  <string name="roaming_warning_multiuser" product="default">Wann s du Dateroaming erlabs, kéinte signifikant Roamingkäschten entstoen!\n\nDës Astellung betrëfft all d\'Benotzer op dësem Telefon.</string>
  <!-- mobile network settings screen, title of dialog box that appears when you select the "Data roaming" check box -->
  <string name="roaming_reenable_title">Dateroaming erlaben?</string>
  <!-- mobile network settings screen, setting option name -->
  <string name="networks">Provider-Auswiel</string>
  <!-- mobile network settings screen, setting option summary text -->
  <string name="sum_carrier_select">Netzwierkprovider auswielen</string>
  <!-- Date and time settings -->
  <!-- Main Settings screen setting option name to go into the date and time settings-->
  <string name="date_and_time_settings_title">Datum an Zäit</string>
  <!-- Title for Date & Time settings screen in SetupWizard [CHAR LIMIT=40] -->
  <string name="date_and_time_settings_title_setup_wizard">Datum an Zäit setzen</string>
  <!-- Main Settings screen setting option summary text for the item to go into the date and time settings. -->
  <string name="date_and_time_settings_summary">Datum, Zäit, Zäitzon a Formater setzen</string>
  <!-- Date & time setting screen setting check box title if the date and time should be determined automatically [CHAR LIMIT=30] -->
  <string name="date_time_auto">Automatesch Datum an Zäit</string>
  <!-- Date & time setting screen setting option summary text when Automatic check box is selected
        (that is, when date and time should be determined automatically) [CHAR LIMIT=100] -->
  <string name="date_time_auto_summaryOn">Zäit benotzen déi vum Netzwierk iwwerdroe gëtt</string>
  <!-- Date & time setting screen setting option summary text when Automatic check box is clear
        [CHAR LIMIT=100] -->
  <string name="date_time_auto_summaryOff">Zäit benotzen déi vum Netzwierk iwwerdroe gëtt</string>
  <!-- Date & time setting screen setting check box title if the time zone should be determined automatically [CHAR LIMIT=30] -->
  <string name="zone_auto">Automatesch Zäitzon</string>
  <!-- Date & time setting screen setting option summary text when Automatic time zone check box is selected (that is, when date and time should be determined automatically)
        [CHAR LIMIT=100]  -->
  <string name="zone_auto_summaryOn">Zäitzon benotzen déi vum Netzwierk iwwerdroe gëtt</string>
  <!-- Date & time setting screen setting option summary text when Automatic time zone check box is clear
        [CHAR LIMIT=100] -->
  <string name="zone_auto_summaryOff">Zäitzon benotzen déi vum Netzwierk iwwerdroe gëtt</string>
  <!-- Date & time setting screen setting check box title [CHAR LIMIT=30] -->
  <string name="date_time_24hour_title">24\u2011Stonne\u2011Format</string>
  <!-- Date & time setting screen setting check box title -->
  <string name="date_time_24hour">24-Stonneformat benotzen</string>
  <!-- Date & time setting screen setting option title [CHAR LIMIT=30] -->
  <string name="date_time_set_time_title">Zäit</string>
  <!-- Date & time setting screen setting option title -->
  <string name="date_time_set_time">Zäit setzen</string>
  <!-- Date & time setting screen setting option title [CHAR LIMIT=30] -->
  <string name="date_time_set_timezone_title">Zäitzon</string>
  <!-- Date & time setting screen setting option title -->
  <string name="date_time_set_timezone">Zäitzon auswielen</string>
  <!-- Date & time setting screen setting option title [CHAR LIMIT=30] -->
  <string name="date_time_set_date_title">Datum</string>
  <!-- Date & time setting screen setting option title -->
  <string name="date_time_set_date">Datum setzen</string>
  <!-- Menu item on Select time zone screen -->
  <string name="zone_list_menu_sort_alphabetically">Alphabetesch zortéieren</string>
  <!-- Menu item on Select time zone screen -->
  <string name="zone_list_menu_sort_by_timezone">No Zäitzon zortéieren</string>
  <!-- Title string shown above DatePicker, letting a user select system date
         [CHAR LIMIT=20] -->
  <string name="date_picker_title">Datum</string>
  <!-- Title string shown above TimePicker, letting a user select system time
         [CHAR LIMIT=20] -->
  <string name="time_picker_title">Zäit</string>
  <!-- Security Settings -->
  <!-- Security settings screen, setting option name to change screen timeout -->
  <string name="lock_after_timeout">Automatesch spären</string>
  <!-- Security settings screen, setting option summary to change screen timeout -->
  <string name="lock_after_timeout_summary"><xliff:g id="timeout_string">%1$s</xliff:g> no dem Schlofzoustand</string>
  <!-- Security settings screen, setting option summary to change screen timeout, with additional explanation-->
  <!-- Security settings screen, setting option summary to change screen timeout, with additional explanation-->
  <string name="lock_after_timeout_summary_with_exception"><xliff:g id="timeout_string">%1$s</xliff:g> nom Antrëtt an de Schlofzoustand, ausser wann duerch <xliff:g id="trust_agent_name">%2$s</xliff:g> am entspaarten Zoustand gehalen</string>
  <!-- Text shown next to checkbox for showing owner info on LockScreen [CHAR LIMIT=50]-->
  <string name="show_owner_info_on_lockscreen_label">Benotzerinformatiounen um Spärschierm uweisen</string>
  <!-- Text shown for title of owner info setting [CHAR LIMIT=20]-->
  <!-- Text shown for title of settings checkbox to enable widgets [CHAR LIMIT=20]-->
  <string name="security_enable_widgets_title">Widgeten aktivéieren</string>
  <!-- Summary for settings checkbox to disable widgets when the setting has been disabled by an installed device admin [CHAR LIMIT=50] -->
  <string name="security_enable_widgets_disabled_summary">Duerch den Administrateur desaktivéiert</string>
  <!-- Text shown for summary of owner info setting (if none set) [CHAR LIMIT=40]-->
  <string name="owner_info_settings_summary">Ouni</string>
  <!-- Description of how many characters are used in owner info [CHAR LIMIT=40]-->
  <!-- Hint text shown in owner info edit text [CHAR LIMIT=50] -->
  <!-- Text shown for title of user info setting [CHAR LIMIT=20]-->
  <string name="user_info_settings_title">Benotzerinfo</string>
  <!-- Text shown next to checkbox for showing profile info on LockScreen [CHAR LIMIT=50]-->
  <string name="show_profile_info_on_lockscreen_label">Profilinformatiounen um Spärschierm uweisen</string>
  <!-- Text shown for title of profile info setting [CHAR LIMIT=20]-->
  <string name="profile_info_settings_title">Profilinfo</string>
  <!-- Main Settings screen setting option title for the item to take you to the Accounts screen [CHAR LIMIT=22] -->
  <string name="Accounts_settings_title">Konten</string>
  <!-- Main Settings screen setting option title for the item to take you to the location screen -->
  <string name="location_settings_title">Standuert</string>
  <!-- Main Settings screen setting option title for the item to take you to the accounts screen [CHAR LIMIT=22] -->
  <string name="account_settings_title">Konten</string>
  <!-- Main Settings screen setting option title for the item to take you to the security screen -->
  <string name="security_settings_title">Sécherheet</string>
  <!-- Main Settings screen setting option summary text for the item tot ake you to the security and location screen -->
  <string name="security_settings_summary">Mäi Standuert festleeën, Schierm-Entspäung, SIM-Kaarten-Entspärung, Spärung vum Späicher fir d\'Umeldungsinformatiounen</string>
  <!-- Main Settings screen setting option summary text for the item to take you to the CDMA security and location screen -->
  <string name="cdma_security_settings_summary">Mäi Standuert festleeën, Schierm entspären, an de Späicher fir d\'Umeldungsinformatioune spären</string>
  <!-- In the security screen, the header title for settings related to  Passwords-->
  <string name="security_passwords_title">Passwierder</string>
  <!-- Fingerprint enrollment and settings -->
  <!-- Title shown for menu item that launches fingerprint settings or enrollment [CHAR LIMIT=22] -->
  <!-- Fingerprint managment category title - configuration options for managing enrolled fingerprints [CHAR LIMIT=22] -->
  <!-- Fingerprint category title - configuration options for managing fingerprint enrollment [CHAR LIMIT=22] -->
  <!-- Preference to add another fingerprint -->
  <!-- switch for allowing fingerprint to be used for keyguard -->
  <!-- message shown for menu item that launches fingerprint settings or enrollment -->
  <!-- message shown in summary field when no fingerprints are registered -->
  <!-- Introduction title shown in fingerprint enrollment dialog [CHAR LIMIT=29] -->
  <!-- Introduction message shown in fingerprint enrollment dialog when the user needs to choose an
         alternate screen unlock (pin, pattern or password) as a backup to fingerprint. -->
  <!-- Introduction message shown in fingerprint enrollment dialog, first item to describe what
         the user needs to do. -->
  <!-- Introduction message shown in fingerprint enrollment dialog, second item to describe what
         the user needs to do. -->
  <!-- Introduction title shown in fingerprint enrollment to introduce the fingerprint feature[CHAR LIMIT=29] -->
  <!-- Introduction detail message shown in fingerprint enrollment dialog [CHAR LIMIT=NONE]-->
  <!-- Introduction detail message shown in fingerprint enrollment dialog to warn the user [CHAR LIMIT=NONE]-->
  <!-- Link text shown bellow the warning to learn morn about fingerprint risk [CHAR LIMIT=22]-->
  <string name="security_settings_fingerprint_enroll_introduction_risk_link_text">Méi gewuer ginn</string>
  <!-- Button text to cancel enrollment from the introduction [CHAR LIMIT=22] -->
  <string name="security_settings_fingerprint_enroll_introduction_cancel">Ofbriechen</string>
  <!-- Button text to continue to the next screen from the introduction [CHAR LIMIT=22] -->
  <string name="security_settings_fingerprint_enroll_introduction_continue">Weider</string>
  <!-- Introduction title shown in fingerprint enrollment dialog to locate the sensor [CHAR LIMIT=29] -->
  <!-- Message shown in fingerprint enrollment dialog to locate the sensor -->
  <!-- Content description of graphic that shows where the fingerprint of the device is [CHAR LIMIT=NONE] -->
  <!-- Label text shown in fingerprint dialog for renaming a fingerprint template [CHAR LIMIT=22] -->
  <string name="security_settings_fingerprint_enroll_dialog_name_label">Numm</string>
  <!-- Button text shown in fingerprint dialog that allows the user to rename a fingerprint template [CHAR LIMIT=22] -->
  <string name="security_settings_fingerprint_enroll_dialog_ok">OK</string>
  <!-- Button text shown in fingerprint dialog that allows the user to delete the fingerprint template [CHAR LIMIT=22] -->
  <string name="security_settings_fingerprint_enroll_dialog_delete">Läschen</string>
  <!-- Title shown in fingerprint enrollment dialog to begin enrollment [CHAR LIMIT=29]-->
  <!-- Message shown in fingerprint enrollment dialog to begin enrollment [CHAR LIMIT=NONE] -->
  <!-- Title shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=29] -->
  <!-- Message shown in fingerprint enrollment dialog to repeat touching the fingerprint sensor [CHAR LIMIT=NONE] -->
  <!-- Title shown in fingerprint enrollment dialog once enrollment is completed [CHAR LIMIT=29] -->
  <!-- Message shown in fingerprint enrollment dialog once enrollment is completed -->
  <!-- Message shown when fingerprint enrollment is completed during setup wizard [CHAR LIMIT=NONE] -->
  <!-- Message shown when fingerprint enrollment is completed, telling user about the fingerprint icon that will be shown whenever they can use their fingerprint [CHAR LIMIT=NONE] -->
  <!-- Title of the dialog shown when the user tries to skip fingerprint setup, asking them to confirm the action [CHAR LIMIT=40] -->
  <!-- Content of the dialog shown when the user tries to skip fingerprint setup, asking them to confirm the action [CHAR LIMIT=NONE] -->
  <!-- Button text to setup screen lock in onboard dialog [CHAR LIMIT=34] -->
  <!-- Button text to exit fingerprint wizard after everything is done [CHAR LIMIT=15] -->
  <string name="security_settings_fingerprint_enroll_done">Fäerdeg</string>
  <!-- Dialog title for dialog which shows when user touches the icon on the screen, instead of the sensor at the back [CHAR LIMIT=45] -->
  <!-- Dialog message for dialog which shows when user touches the icon on the screen, instead of the sensor at the back [CHAR LIMIT=45] -->
  <!-- Dialog message for dialog which shows when finger cannot be enrolled. [CHAR LIMIT=45] -->
  <!-- Dialog message for dialog which shows when finger cannot be enrolled due to being idle too long. -->
  <!-- Dialog message for dialog which shows when finger cannot be enrolled due to an internal error or fingerprint can't be read. -->
  <!-- Button text shown at the end of enrollment that allows the user to add another fingerprint -->
  <!-- Button text shown at the end of enrollment that allows the user to move to the next step -->
  <string name="fingerprint_enroll_button_next">Weider</string>
  <!-- Text shown in fingerprint settings explaining what the fingerprint can be used for. [CHAR LIMIT=NONE] -->
  <!-- Text shown in fingerprint settings explaining what the fingerprint can be used for in the case unlocking is disabled [CHAR LIMIT=NONE] -->
  <!-- Text shown in fingerprint enroll when we didn't observe progress for a few seconds. [CHAR LIMIT=100] -->
  <!-- Text shown when "Add fingerprint" button is disabled -->
  <!-- Title shown in a dialog which asks the user to confirm when the last fingerprint gets deleted by him. [CHAR LIMIT=35]-->
  <!-- Message shown in a dialog which asks the user to confirm when the last fingerprint gets deleted by him. [CHAR LIMIT=NONE]-->
  <!-- Button to confirm the last removing the last fingerprint. [CHAR LIMIT=20]-->
  <!-- Content description for the fingerprint icon when the user is prompted to enter his credentials. Not shown on the screen. [CHAR LIMIT=NONE] -->
  <!-- Title of the preferences category for preference items to control encryption -->
  <string name="crypt_keeper_settings_title">Verschlësselung</string>
  <!-- Title of the preferences item to control encryption -->
  <string name="crypt_keeper_encrypt_title" product="tablet">Tablet verschlësselen</string>
  <!-- Title of the preferences item to control encryption -->
  <string name="crypt_keeper_encrypt_title" product="default">Telefon verschlësselen</string>
  <!-- Summary of the preferences item to control encryption, when encryption is active -->
  <string name="crypt_keeper_encrypted_summary">Verschlësselt</string>
  <!-- Informational text in the first confirmation screen before starting device encryption -->
  <!-- Informational text in the first confirmation screen before starting device encryption -->
  <!-- Button text to start encryption process -->
  <string name="crypt_keeper_button_text" product="tablet">Tablet verschlësselen</string>
  <!-- Button text to start encryption process -->
  <string name="crypt_keeper_button_text" product="default">Telefon verschlësselen</string>
  <!-- Warning string that will be displayed when encryption cannot be started -->
  <string name="crypt_keeper_low_charge_text">Akku oplueden an nees probéieren.</string>
  <!-- Warning string that will be displayed when encryption cannot be started -->
  <string name="crypt_keeper_unplugged_text">Schléiss däin Oplueder un a probéier nees.</string>
  <!-- Dialog title, shown when encryption cannot proceed because a PIN/Password is needed -->
  <string name="crypt_keeper_dialog_need_password_title">Kee Spärschierm oder Passwuert</string>
  <!-- Dialog message, shown when encryption cannot proceed because a PIN/Password is needed -->
  <string name="crypt_keeper_dialog_need_password_message">Du muss e PIN oder e Passwuert fir de Spärschierm setzen ier s de d\'Verschlësselung starte kanns.</string>
  <!-- Title of the final confirmation screen before starting device encryption -->
  <string name="crypt_keeper_confirm_title">Verschlësselen?</string>
  <!-- Warning text in the final confirmation screen before starting device encryption -->
  <!-- Warning text in the final confirmation screen before starting device encryption -->
  <!-- Title of the progress screen while encrypting the device -->
  <string name="crypt_keeper_setup_title">Gëtt verschlësselt</string>
  <!-- Informational text on the progress screen while encrypting the device -->
  <string name="crypt_keeper_setup_description" product="tablet">Waart während den Tablet verschlësselt gëtt. <xliff:g id="percent" example="50">^1</xliff:g>% fäerdeg.</string>
  <!-- Informational text on the progress screen while encrypting the device -->
  <string name="crypt_keeper_setup_description" product="default">Waart während den Telefon verschlësselt gëtt. <xliff:g id="percent" example="50">^1</xliff:g>% fäerdeg.</string>
  <string name="crypt_keeper_setup_time_remaining" product="tablet">Waart, während däin Tablet verschlësselt gëtt. Verbleiwend Zäit: <xliff:g id="duration" example="1:23">^1</xliff:g></string>
  <string name="crypt_keeper_setup_time_remaining" product="default">Waart, während däin Telefon verschlësselt gëtt. Verbleiwend Zäit: <xliff:g id="duration" example="1:23">^1</xliff:g></string>
  <string name="crypt_keeper_force_power_cycle" product="tablet">Fir däin Tablet z\'entspären, schalt däin Telefon aus an dann un.</string>
  <string name="crypt_keeper_force_power_cycle" product="default">Fir däin Telefon z\'entspären, schalt däin Telefon aus an dann un.</string>
  <!-- Warn user their device will be wiped if they make x more failed attempts -->
  <string name="crypt_keeper_warn_wipe">Warnung: Den Apparat gëtt no <xliff:g id="count" example="7">^1</xliff:g> weidere feelgeschloenen Entspärversich komplett geläscht!</string>
  <!-- Informational text on the password entry screen prompting the user for their password -->
  <string name="crypt_keeper_enter_password">Passwuert aginn</string>
  <!-- Title of the encryption screen when encrypting the device failed -->
  <string name="crypt_keeper_failed_title">Verschlësselung feelgeschloen</string>
  <!-- Informational text when encryption fails -->
  <!-- Informational text when encryption fails -->
  <!-- Title of the encryption screen when decrypting the device failed -->
  <string name="crypt_keeper_data_corrupt_title">Entschlësselung feelgeschloen</string>
  <!-- Informational text when encryption fails -->
  <!-- Informational text when encryption fails -->
  <!-- Image button description to switch input method -->
  <string name="crypt_keeper_switch_input_method">Method fir anzeginn wiesselen</string>
  <!-- Unlock Picker Settings -->
  <!-- Security Picker -->
  <!--  Title for security picker to choose the unlock method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
  <string name="lock_settings_picker_title">Schiermspär auswielen</string>
  <!-- Message shown in screen lock picker while setting up the backup/fallback screen lock method for fingerprint. Users can choose to use this method to unlock the screen instead of fingerprint, or when fingerprint is not accepted. [CHAR LIMIT=80] [BACKUP_MESSAGE_ID=2799884038398627882] -->
  <!--  Main Security lock settings -->
  <!--  Title for PreferenceScreen to launch picker for security method when there is none [CHAR LIMIT=22] -->
  <string name="unlock_set_unlock_launch_picker_title">Schiermspär</string>
  <!--  Title for PreferenceScreen to change security method: None/Pattern/PIN/Password [CHAR LIMIT=22] -->
  <string name="unlock_set_unlock_launch_picker_change_title">Spärschierm änneren</string>
  <!--  Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45]  -->
  <string name="unlock_set_unlock_launch_picker_change_summary">Entspärmuster, PIN- oder Passwuertsécherheet änneren oder desaktivéieren</string>
  <!--  Summary for PreferenceScreen to changeecurity method: None/Pattern/PIN/Password [CHAR LIMIT=45]  -->
  <string name="unlock_set_unlock_launch_picker_enable_summary">Wiel eng Method fir de Schierm ze spären</string>
  <!-- Title for preference that disables unlock security [CHAR LIMIT=22] -->
  <string name="unlock_set_unlock_off_title">Ouni</string>
  <!-- Summary for preference that disables unlock security [CHAR LIMIT=45] -->
  <!-- Title for preference that disables unlock security [CHAR LIMIT=22] -->
  <string name="unlock_set_unlock_none_title">Wëschen</string>
  <!-- Summary for preference that disables unlock security [CHAR LIMIT=45]-->
  <string name="unlock_set_unlock_none_summary">Keng Sécherheet</string>
  <!-- Title for preference that guides the user through creating an unlock pattern [CHAR LIMIT=22]-->
  <string name="unlock_set_unlock_pattern_title">Muster</string>
  <!-- Summary for preference that guides the user through creating an unlock pattern [CHAR LIMIT=45] -->
  <string name="unlock_set_unlock_pattern_summary">Mëttel Sécherheet</string>
  <!-- Title for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=22] -->
  <string name="unlock_set_unlock_pin_title">PIN</string>
  <!-- Summary for preference that guides the user through creating an unlock PIN (Personal Identification Number) [CHAR LIMIT=45] -->
  <string name="unlock_set_unlock_pin_summary">Mëttel bis héich Sécherheet</string>
  <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=22] -->
  <string name="unlock_set_unlock_password_title">Passwuert</string>
  <!-- Title for preference that guides the user through creating an unlock password [CHAR LIMIT=45] -->
  <string name="unlock_set_unlock_password_summary">Héich Sécherheet</string>
  <!-- Summary specifying that this is the current screen lock setting [CHAR LIMIT=45] -->
  <!-- Summary for preference that has been disabled by because of the DevicePolicyAdmin, or because device encryption is enabled, or because there are credentials in the credential storage [CHAR LIMIT=50] -->
  <string name="unlock_set_unlock_disabled_summary">Vun engem Administrateur, duerch d\'Verschlësselungrichtlinn oder duerch de Berechtegungsspäicher desaktivéiert</string>
  <!-- Summary for "Configure lockscreen" when lock screen is off [CHAR LIMIT=45] -->
  <string name="unlock_set_unlock_mode_off">Keen</string>
  <!-- Summary for "Configure lockscreen" when security is disabled [CHAR LIMIT=45] -->
  <string name="unlock_set_unlock_mode_none">Wëschen</string>
  <!-- Summary for "Configure lockscreen" when security pattern is enabled [CHAR LIMIT=45] -->
  <string name="unlock_set_unlock_mode_pattern">Muster</string>
  <!-- Summary for "Configure lockscreen" when security PIN is enabled [CHAR LIMIT=45] -->
  <string name="unlock_set_unlock_mode_pin">PIN</string>
  <!-- Summary for "Configure lockscreen" when security password is enabled [CHAR LIMIT=45] -->
  <string name="unlock_set_unlock_mode_password">Passwuert</string>
  <!-- Footer text in when choosing screen lock type during setup wizard, telling the user that
         they can add fingerprint after they complete setup wizard. The text "Settings > Security"
         should match settings_label and security_settings_title [CHAR LIMIT=NONE] -->
  <!-- Title for option to turn of password/pin/pattern unlock. [CHAR LIMIT=22] -->
  <string name="unlock_disable_lock_title">Schiermspär ausschalten</string>
  <!-- Title of the dialog shown when the user removes the device lock [CHAR LIMIT=NONE] -->
  <!-- Content of the dialog shown when the user removes the device lock pattern [CHAR LIMIT=NONE] -->
  <!-- Content of the dialog shown when the user removes the device lock pattern and the user has fingerprints enrolled [CHAR LIMIT=NONE] -->
  <!-- Content of the dialog shown when the user removes the device lock PIN [CHAR LIMIT=NONE] -->
  <!-- Content of the dialog shown when the user removes the device lock PIN and the user has fingerprints enrolled [CHAR LIMIT=NONE] -->
  <!-- Content of the dialog shown when the user removes the device lock password [CHAR LIMIT=NONE] -->
  <!-- Content of the dialog shown when the user removes the device lock password and the user has fingerprints enrolled [CHAR LIMIT=NONE] -->
  <!-- Content of the dialog shown when the user removes the device lock of unknown type [CHAR LIMIT=NONE] -->
  <!-- Content of the dialog shown when the user removes the device lock of unknown type and the user has fingerprints enrolled [CHAR LIMIT=NONE] -->
  <!-- Affirmative action of the dialog shown when the user removes the device lock [CHAR LIMIT=25] -->
  <!-- Title shown on security settings to allow the user to change their lockscreen pattern [CHAR LIMIT=22] -->
  <string name="unlock_change_lock_pattern_title">Entspärmuster änneren</string>
  <!-- Title shown on security settings to allow the user to change their lockscreen PIN [CHAR LIMIT=22] -->
  <string name="unlock_change_lock_pin_title">Entspär-PIN änneren</string>
  <!-- Title shown on security settings to allow the user to change their lockscreen password [CHAR LIMIT=22]-->
  <string name="unlock_change_lock_password_title">Entspär-Passwuert änneren</string>
  <!-- Hint shown in dialog screen when password is too short -->
  <string name="lockpassword_password_too_short">D\'Passwuert muss mindestens %d Zeechen hunn</string>
  <!-- Hint shown in dialog screen when PIN is too short -->
  <string name="lockpassword_pin_too_short">PIN muss mindestens %d Zifferen hunn</string>
  <!-- Hint shown after minimum password criteria is met -->
  <string name="lockpassword_press_continue">\"Weider\" drécke wa fäerdeg</string>
  <!-- Hint shown after minimum password criteria is met -->
  <string name="lockpassword_continue_label">Weider</string>
  <!-- Error shown in popup when password is too long -->
  <string name="lockpassword_password_too_long">D\'Passwuert muss manner wéi <xliff:g id="number" example="17">%d</xliff:g> Zeechen hunn.</string>
  <!-- Error shown in popup when PIN is too long -->
  <string name="lockpassword_pin_too_long">De PIN muss manner wéi <xliff:g id="number" example="17">%d</xliff:g> Ziffere laang sinn.</string>
  <!-- Error shown when in PIN mode and user enters a non-digit -->
  <string name="lockpassword_pin_contains_non_digits">De PIN muss Zifferen tëscht 0-9 hunn.</string>
  <!-- Error shown when in PIN mode and PIN has been used recently. Please keep this string short! -->
  <!-- Error shown when in PASSWORD mode and user enters an invalid character -->
  <string name="lockpassword_illegal_character">D\'Passwuert huet en ongëltegt Zeechen.</string>
  <!-- Error shown when in PASSWORD mode and password is all digits -->
  <string name="lockpassword_password_requires_alpha">D\'Passwuert muss mindestens ee Buschtaf hunn.</string>
  <!-- Error shown when in PASSWORD mode and password doesn't contain any digits -->
  <string name="lockpassword_password_requires_digit">D\'Passwuert muss mindestens eng Ziffer hunn.</string>
  <!-- Error shown when in PASSWORD mode and password doesn't contain any symbols -->
  <string name="lockpassword_password_requires_symbol">D\'Passwuert muss mindestens ee Spezialzeechen hunn.</string>
  <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of letters -->
  <plurals name="lockpassword_password_requires_letters">
    <item quantity="one">D\'Passwuert muss mindestens 1 Buschtaf hunn.</item>
    <item quantity="other">D\'Passwuert muss mindestens %d Buschtawen hunn.</item>
  </plurals>
  <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of lowercase letters -->
  <plurals name="lockpassword_password_requires_lowercase">
    <item quantity="one">D\'Passwuert muss mindestens ee klenge Buschtaf hunn.</item>
    <item quantity="other">D\'Passwuert muss mindestens %d kleng Buschtawen hunn.</item>
  </plurals>
  <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of uppercase letters -->
  <plurals name="lockpassword_password_requires_uppercase">
    <item quantity="one">D\'Passwuert muss mindestens ee grousse Buschtaf hunn.</item>
    <item quantity="other">D\'Passwuert muss mindestens %d grouss Buschtawen hunn.</item>
  </plurals>
  <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of numerical digits -->
  <plurals name="lockpassword_password_requires_numeric">
    <item quantity="one">D\'Passwuert muss mindestens eng Ziffer hunn.</item>
    <item quantity="other">D\'Passwuert muss mindestens %d Zifferen hunn.</item>
  </plurals>
  <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of special symbols -->
  <plurals name="lockpassword_password_requires_symbols">
    <item quantity="one">D\'Passwuert muss mindestens ee Sonnerzeechen hunn.</item>
    <item quantity="other">D\'Passwuert muss mindestens %d Sonnerzeechen hunn.</item>
  </plurals>
  <!-- Error shown when in PASSWORD mode and password doesn't contain the required number of non-letter characters -->
  <plurals name="lockpassword_password_requires_nonletter">
    <item quantity="one">D\'Passwuert muss mindestens een Zeechen hunn dat kee Buschtaf ass.</item>
    <item quantity="other">D\'Passwuert muss mindestens %d Zeechen hunn déi keng Buschtawe sinn.</item>
  </plurals>
  <!-- Error shown when in PASSWORD mode and password has been used recently. Please keep this string short! -->
  <!-- [CHAR_LIMIT=NONE] Error shown when the user tries to set an ascending or descending sequence of digits -->
  <string name="lockpassword_pin_no_sequential_digits">Eng opsteigend, ofsteigend oder widderhuelend Sequenz vun Zifferen ass verbueden</string>
  <!-- Label for ChoosePassword/PIN OK button -->
  <string name="lockpassword_ok_label">OK</string>
  <!-- Label for ChoosePassword/PIN OK button -->
  <string name="lockpassword_cancel_label">Ofbriechen</string>
  <!-- Label for LockPatternTutorial Cancel button -->
  <string name="lockpattern_tutorial_cancel_label">Ofbriechen</string>
  <!-- Label for LockPatternTutorial Continue button -->
  <string name="lockpattern_tutorial_continue_label">Weider</string>
  <!-- Toast shown when lock pattern or password successfully setup. [CHAR LIMIT=64] -->
  <string name="lock_setup" msgid="5507462851158901718">Astellungen ofgeschloss.</string>
  <!-- In the security screen, the header title for settings related to device admins -->
  <string name="device_admin_title">Administratioun vum Apparat</string>
  <!-- Title of preference to manage device admins -->
  <string name="manage_device_admin">Administrateure vum Apparat</string>
  <!-- Summary of preference to manage device policies -->
  <string name="manage_device_admin_summary">Administrateure vum Apparat ukucken oder desaktivéieren</string>
  <!-- Title of preference to manage trust agents -->
  <string name="manage_trust_agents">Vertrauensagenten</string>
  <!-- Summary shown when trust agent settings is disabled because the user hasn't set up primary security -->
  <string name="disabled_because_no_backup_security">Definéier virun der Benotzung fir d\'éischt eng Schiermspär</string>
  <!-- Summary of preference to manage device policies -->
  <string name="manage_trust_agents_summary">Vertrauensagenten ukucken oder desaktivéieren</string>
  <!-- Bluetooth settings -->
  <!-- Bluetooth settings check box title on Main Settings screen -->
  <string name="bluetooth_quick_toggle_title">Bluetooth</string>
  <!-- Bluetooth settings check box summary for turning on bluetooth -->
  <string name="bluetooth_quick_toggle_summary">Bluetooth umaachen</string>
  <!--Used as title on second screen after selecting Bluetooth settings -->
  <string name="bluetooth_settings">Bluetooth</string>
  <!--Wireless controls screen, settings title for the item to take you to the bluetooth settings screen -->
  <string name="bluetooth_settings_title">Bluetooth</string>
  <!--Wireless controls screen, settings summary for the item tot ake you to the bluetooth settings screen -->
  <string name="bluetooth_settings_summary">Connectiounen, Nimm vun den Apparater an Erkennbarkeet geréieren</string>
  <!-- ======================================================================================= -->
  <!-- Note: The opening brackets of HTML style tags are escaped (e.g. "<b>" is "&lt;b>") in   -->
  <!--   the following resources to enable formatting followed by HTML styling, as described   -->
  <!--   here:  http://developer.android.com/guide/topics/resources/string-resource.html       -->
  <!-- ======================================================================================= -->
  <!-- Title for the dialog to enter PIN. [CHAR LIMIT=40] -->
  <!-- Message when bluetooth is informing the user of the pairing key. [CHAR LIMIT=NONE] -->
  <!-- Message when bluetooth dialog for passkey entry is showing. [CHAR LIMIT=NONE] -->
  <string name="bluetooth_enter_passkey_msg">Gëff de Koppelungscode an, an dréck Return oder Enter</string>
  <!-- Checkbox label for alphanumeric PIN entry (default is numeric PIN). [CHAR LIMIT=50] -->
  <string name="bluetooth_enable_alphanumeric_pin">De PIN huet Buschtawen oder Spezialzeechen</string>
  <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] -->
  <string name="bluetooth_pin_values_hint">Üblecherweis 0000 an 1234</string>
  <!-- Bluetooth PIN hint text (below the text entry box). [CHAR LIMIT=30] -->
  <!-- Pairing dialog text to remind user to enter the PIN on the other device. [CHAR LIMIT=NONE] -->
  <string name="bluetooth_enter_pin_other_device">Et ka sinn datt s du dëse PIN och op deem aneren Apparat muss aginn.</string>
  <!-- Pairing dialog text to remind user to enter the passkey on the other device. [CHAR LIMIT=NONE] -->
  <string name="bluetooth_enter_passkey_other_device">Et ka sinn datt s du dës Passwuert och op deem aneren Apparat muss aginn.</string>
  <!-- Message for confirmation of passkey to complete pairing. [CHAR LIMIT=NONE] -->
  <string name="bluetooth_confirm_passkey_msg">Fir ze koppele mat:&lt;br&gt;&lt;b&gt;<xliff:g id="device_name">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;Kontrolléier datt dëst Passwuert ugewiese gëtt:&lt;br&gt;&lt;b&gt;<xliff:g id="passkey">%2$s</xliff:g>&lt;/b&gt;</string>
  <!-- Message when bluetooth incoming pairing request for (2.1 devices) dialog is showing -->
  <string name="bluetooth_incoming_pairing_msg">Vun:&lt;br&gt;&lt;b&gt;<xliff:g id="device_name">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;Mat dësem Apparat koppelen?</string>
  <!-- Message when bluetooth dialog when passkey or pin needs to be displayed. -->
  <string name="bluetooth_display_passkey_pin_msg">Gëff fir eng Koppelung mat <xliff:g id="bold1">&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> <xliff:g id="bold2">&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> an, an dréck duerno d\'Bestätegungstast.</string>
  <!-- Checkbox message in pairing dialogs.  [CHAR LIMIT=NONE] -->
  <!-- Title for BT error dialogs. -->
  <!-- Message for the error dialog when BT connecting operation fails generically. -->
  <!-- Bluetooth settings: The title of the preference (list item) that initiates a scan for devices -->
  <string name="bluetooth_preference_scan_title">Apparater sichen</string>
  <!-- Bluetooth settings: The title of the action button that initiates a search for nearby devices [CHAR LIMIT=20] -->
  <string name="bluetooth_search_for_devices">Opfrëschen</string>
  <!-- Bluetooth settings: The title of the action button while a search for nearby devices is in progress [CHAR LIMIT=20] -->
  <string name="bluetooth_searching_for_devices">Gëtt gesicht\u2026</string>
  <!-- Bluetooth settings: The sub heading for device settings. [CHAR LIMIT=30] -->
  <string name="bluetooth_preference_device_settings">Apparatastellungen</string>
  <!-- Bluetooth settings: Paired dialog title [CHAR LIMIT=40] -->
  <string name="bluetooth_preference_paired_dialog_title">Gekoppelt Apparater</string>
  <!-- Bluetooth settings: Name label [CHAR LIMIT=40] -->
  <string name="bluetooth_preference_paired_dialog_name_label">Numm</string>
  <!-- Bluetooth settings: Checkbox label for enable/disable internet connection.  [CHAR LIMIT=40] -->
  <string name="bluetooth_preference_paired_dialog_internet_option">Internetconnectioun</string>
  <!-- Bluetooth settings: Checkbox label for enable/disable keyboard connection.  [CHAR LIMIT=40] -->
  <string name="bluetooth_preference_paired_dialog_keyboard_option">Tastatur</string>
  <!-- Bluetooth settings: Checkbox label for enable/disable contacts connection.  [CHAR LIMIT=40] -->
  <string name="bluetooth_preference_paired_dialog_contacts_option">Kontakter an Uruffhistorique</string>
  <!-- Bluetooth settings: pairing dialog title.  [CHAR LIMIT=40] -->
  <string name="bluetooth_pairing_dialog_title">Mat dësem Apparat koppelen?</string>
  <!-- Bluetooth settings: share phone book title.  [CHAR LIMIT=40] -->
  <string name="bluetooth_pairing_dialog_sharing_phonebook_title">Adressbuch deelen?</string>
  <!-- Bluetooth settings: Message informing user that a bluetooth wants to access contant and call history.  [CHAR LIMIT=100] -->
  <string name="bluetooth_pairing_dialog_contants_request"><xliff:g id="device_name">%1$s</xliff:g> wëll op d\'Kontakter an den Uruffhistorique zougräifen.</string>
  <!-- Bluetooth settings: paring permission message.  [CHAR LIMIT=100] -->
  <string name="bluetooth_pairing_dialog_paring_request"><xliff:g id="device_name">%1$s</xliff:g> wëll mat Bluetooth koppelen. Bei aktiver Connectioun erméiglecht dat den Zougrëff op d\'Kontakter an op den Uruffhistorique.</string>
  <!-- Bluetooth settings: The sub heading for devices which have already been paired with this device. [CHAR LIMIT=40] -->
  <string name="bluetooth_preference_paired_devices">Gekoppelt Apparater</string>
  <!-- Bluetooth settings: The sub heading for available devices during and after scanning. [CHAR LIMIT=40] -->
  <string name="bluetooth_preference_found_devices">Disponibel Apparater</string>
  <!-- Bluetooth settings: The message displayed if no Bluetooth devices were found. [CHAR LIMIT=40] -->
  <string name="bluetooth_preference_no_found_devices">Keng Apparater disponibel</string>
  <!-- Bluetooth settings.  Context menu item for a device.  Action will connect to all profiles on the device. -->
  <string name="bluetooth_device_context_connect">Connectéieren</string>
  <!-- Bluetooth settings.  Context menu item for a device.  Action will disconnect from all profiles on the device. -->
  <string name="bluetooth_device_context_disconnect">Deconnectéieren</string>
  <!-- Bluetooth settings.  Context menu item for a device.  Action will first pair, and then connect to all profiles on the device. -->
  <string name="bluetooth_device_context_pair_connect">Koppelen a connectéieren</string>
  <!-- Bluetooth settings.  Context menu item for a device.  Action will remove pairing with the device. -->
  <string name="bluetooth_device_context_unpair">Entkoppelen</string>
  <!-- Bluetooth settings.  Context menu item for a device.  Action will disconnect and remove pairing with the device. -->
  <string name="bluetooth_device_context_disconnect_unpair">Deconnectéieren an entkoppelen</string>
  <!-- Bluetooth settings.  Context menu item for a device.  Action will take the user to another screen where they can choose exactly which profiles to connect to. -->
  <string name="bluetooth_device_context_connect_advanced">Optiounen\u2026</string>
  <!-- Bluetooth settings.  Menu option to Bluetooth advanced settings [CHAR LIMIT=20]-->
  <string name="bluetooth_menu_advanced">Erweidert</string>
  <!-- Bluetooth settings. Title of the advanced bluetooth settings screen [CHAR LIMIT=30]-->
  <string name="bluetooth_advanced_titlebar">Erweidert Bluetooth</string>
  <!-- Bluetooth settings. Text displayed when Bluetooth is off and device list is empty [CHAR LIMIT=50]-->
  <string name="bluetooth_empty_list_bluetooth_off">Wa Bluetooth un ass, kann däin Apparat mat Bluetooth-Apparater an der Géigend kommunikéieren.</string>
  <!-- Message to describe "BLE scan always available feature" when Bluetooth is off. The
      place-holders "LINK_BEGIN" and "LINK_END" must NOT be translated. They mark a link to bring
      the user to "scanning settings" screen. -->
  <!-- Bluetooth settings.  The title of the screen to pick which profiles to connect to on the device.  For example, headphones may have both A2DP and headset, this allows the user to choose which one he wants to connect to. -->
  <string name="bluetooth_connect_specific_profiles_title">Verbanne mat\u2026</string>
  <!-- Bluetooth settings.  Message for disconnecting from the A2DP profile. [CHAR LIMIT=80] -->
  <string name="bluetooth_disconnect_a2dp_profile"><xliff:g id="device_name">%1$s</xliff:g> gëtt vum Medien-Tounsystem deconnectéiert.</string>
  <!-- Bluetooth settings.  Message for disconnecting from the headset profile. [CHAR LIMIT=80] -->
  <string name="bluetooth_disconnect_headset_profile"><xliff:g id="device_name">%1$s</xliff:g> gëtt vum Fräispriech-Tounsystem deconnectéiert.</string>
  <!-- Bluetooth settings.  Message for disconnecting from the HID profile. [CHAR LIMIT=80] -->
  <string name="bluetooth_disconnect_hid_profile"><xliff:g id="device_name">%1$s</xliff:g> gëtt vum Agab-Tounsystem deconnectéiert.</string>
  <!-- Bluetooth settings.  Message for disconnecting from the PAN profile (user role). [CHAR LIMIT=80] -->
  <string name="bluetooth_disconnect_pan_user_profile">Internet-Zougrëff iwwer <xliff:g id="device_name">%1$s</xliff:g> gëtt deconnectéiert.</string>
  <!-- Bluetooth settings.  Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] -->
  <!-- Bluetooth settings.  Message for disconnecting from the PAN profile (NAP role). [CHAR LIMIT=80] -->
  <!-- Bluetooth settings.  Connection options screen.  The title of the screen. [CHAR LIMIT=40] -->
  <string name="bluetooth_device_advanced_title">Gekoppelte Bluetooth-Apparat</string>
  <!-- Bluetooth settings.  Connection options screen.  The title of the checkbox that controls whether the device is in "online" mode or "offline" mode.  This essentially is the checkbox that controls whether any checks / unchecks on a profile should be applied immediately, or next time the device is connected. -->
  <string name="bluetooth_device_advanced_online_mode_title">Connectéieren</string>
  <!-- Bluetooth settings.  Connection options screen.  The summary of the online mode checkbox.  This describes what the setting does in the context of the screen. -->
  <string name="bluetooth_device_advanced_online_mode_summary">Mat Bluetooth-Apparat verbannen</string>
  <!-- Bluetooth settings.  Connection options screen.  The title of the header that is above all of the profiles.
         When a user decides what Bluetooth capabilities to use with the device.  -->
  <string name="bluetooth_device_advanced_profile_header_title">Benotze fir</string>
  <!-- Bluetooth settings. Connection options screen. Title for option to rename the device. [CHAR LIMIT=30] -->
  <string name="bluetooth_device_advanced_rename_device">Ëmbenennen</string>
  <!-- Bluetooth settings. Connection options screen. Title for checkbox to enable incoming file transfers [CHAR LIMIT=30] -->
  <string name="bluetooth_device_advanced_enable_opp_title">Erakommend FIchiersiwwerdroungen erlaben</string>
  <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (user role). [CHAR LIMIT=25]-->
  <string name="bluetooth_pan_user_profile_summary_connected">Verbonne mat Apparat fir Internetzougrëff</string>
  <!-- Bluetooth settings. Connection options screen. The summary for the checkbox preference when PAN is connected (NAP role). [CHAR LIMIT=25]-->
  <string name="bluetooth_pan_nap_profile_summary_connected">Lokal Internetconnectioun fir den Apparat fräiginn</string>
  <!-- Bluetooth settings.  Dock Setting Title -->
  <string name="bluetooth_dock_settings">Dock-Astellungen</string>
  <!-- Bluetooth settings.  Dock Setting Dialog Title -->
  <string name="bluetooth_dock_settings_title">Dock fir Toun benotzen</string>
  <!-- Bluetooth settings.  Dock Setting Dialog - Checkbox selection 1: Use dock as speaker phone -->
  <string name="bluetooth_dock_settings_headset">Als Lautsprecher</string>
  <!-- Bluetooth settings.  Dock Setting Dialog - Checkbox selection 2: Use dock for media audio -->
  <string name="bluetooth_dock_settings_a2dp">Fir Musek a Medien</string>
  <!-- Bluetooth settings.  Dock Setting Dialog - Remember setting and don't ask user again -->
  <string name="bluetooth_dock_settings_remember">Astellunge verhalen</string>
  <!-- Wifi Assistant title.  [CHAR LIMIT=40] -->
  <string name="wifi_assistant_title">WLAN-Assistent</string>
  <!-- Wifi Display settings. The title of the screen. [CHAR LIMIT=40] -->
  <!-- Wifi Display settings. The title of a menu item to enable wireless display [CHAR LIMIT=40] -->
  <string name="wifi_display_enable_menu_item">Kabellose Schierm aktivéieren</string>
  <!-- Wifi Display settings. Text that appears when scanning for devices is finished and no nearby device was found [CHAR LIMIT=40]-->
  <string name="wifi_display_no_devices_found">Keng Apparater an der Géigend fonnt.</string>
  <!-- Wifi Display settings. The status summary for connecting devices. [CHAR LIMIT=40] -->
  <string name="wifi_display_status_connecting">Connectéieren</string>
  <!-- Wifi Display settings. The status summary for connected devices. [CHAR LIMIT=40] -->
  <string name="wifi_display_status_connected">Verbonnen</string>
  <!-- Wifi Display settings. The status summary for devices that's already in use. [CHAR LIMIT=40] -->
  <string name="wifi_display_status_in_use">Gëtt benotzt</string>
  <!-- Wifi Display settings. The status summary for devices that's not available. [CHAR LIMIT=40] -->
  <string name="wifi_display_status_not_available">Net disponibel</string>
  <!-- Wifi Display settings. Image description for device details button. This opens the screen to rename, unpair, etc. a single device. -->
  <string name="wifi_display_details">Schiermastellungen</string>
  <!-- Wifi Display settings. Options dialog.  The title of the dialog. [CHAR LIMIT=40] -->
  <string name="wifi_display_options_title">Optioune fir de kabellose Schierm</string>
  <!-- Wifi Display settings. Options dialog.  The forget button text. [CHAR LIMIT=20] -->
  <string name="wifi_display_options_forget">Vergiessen</string>
  <!-- Wifi Display settings. Options dialog.  The done button text. [CHAR LIMIT=20] -->
  <string name="wifi_display_options_done">Fäerdeg</string>
  <!-- Wifi Display settings. Options dialog.  The name label used when prompting the user to rename the display. [CHAR LIMIT=20] -->
  <string name="wifi_display_options_name">Numm</string>
  <!-- Wifi Display settings. The sub heading for wireless display certification options. [CHAR LIMIT=40] -->
  <!-- Wifi Display settings. The section title for wireless display session info. [CHAR LIMIT=40] -->
  <!-- Wifi Display settings. The checkbox title for enabling listen mode during certification process. [CHAR LIMIT=40] -->
  <!-- Wifi Display settings. The checkbox title for enabling autonomous GO during certification process. [CHAR LIMIT=40] -->
  <!-- Wifi Display settings. The button text for sending pause trigger during certification process. [CHAR LIMIT=40] -->
  <!-- Wifi Display settings. The button text for sending play (resume) trigger during certification process. [CHAR LIMIT=40] -->
  <!-- Wifi Display settings. The dropdown menu title for choosing WPS configuration during certification process. [CHAR LIMIT=40] -->
  <!-- Wifi Display settings. The dropdown menu title for choosing listen channel during certification process. [CHAR LIMIT=40] -->
  <!-- Wifi Display settings. The dropdown menu title for choosing operating channel during certification process. [CHAR LIMIT=40] -->
  <!-- Wifi 2.4GHz is used as an universal itendifier for 2.4GHz band -->
  <!-- Wifi Internal 5GHz as an universal itendifier for 5GHz band -->
  <!-- Link speed on Wifi Status screen -->
  <!-- Wifi Alert message when tapping on a preference for a config locked down by device owner. [CHAR LIMIT=200] -->
  <!-- NFC settings -->
  <!-- Used in the 1st-level settings screen to turn on NFC -->
  <string name="nfc_quick_toggle_title">NFC</string>
  <!-- Description of NFC in the 1st level settings screen, for a tablet. [CHAR LIMIT=NONE] -->
  <string name="nfc_quick_toggle_summary" product="tablet">Datenaustausch erlabe wann den Tablet en aneren Apparat beréiert</string>
  <!-- Description of NFC in the 1st level settings screen, for a phone. [CHAR LIMIT=NONE] -->
  <string name="nfc_quick_toggle_summary" product="default">Datenaustausch erlabe wann den Telefon en aneren Apparat beréiert</string>
  <!-- Used to enter the Android Beam sharing preferences screen. This phrase is a trademark. [CHAR LIMIT=32] -->
  <string name="android_beam_settings_title">Android Beam</string>
  <!-- Used to describe the on state of the Android Beam feature [CHAR LIMIT=NONE] -->
  <string name="android_beam_on_summary">Prett fir den App-Inhalt iwwer NFC z\'iwwerdroen</string>
  <!-- Used to describe the off state of the Android Beam feature [CHAR LIMIT=NONE] -->
  <string name="android_beam_off_summary">Aus</string>
  <!-- Used to describe the enabled state of the Android Beam feature when NFC, which it relies on, is turned off [CHAR LIMIT=NONE] -->
  <string name="android_beam_disabled_summary">Net disponibel well NFC ausgeschalt ass</string>
  <!-- Used in the Android Beam sharing preferences screen. This phrase is a trademark. [CHAR LIMIT=32] -->
  <string name="android_beam_label">Android Beam</string>
  <!-- Explanation of the Android Beam feature in the Android Beam settings panel. The use of "beam" here is as a verb and not considered trademarked. [CHAR LIMIT=NONE] -->
  <string name="android_beam_explained">Wann dës Funktioun un ass kanns du App-Inhalt un anere NFC-kapabel Apparater schécken andeem s déi zwéin Apparater uneneegehale ginn. Du kanns beispillsweis Internetsäiten, YouTube-Videoen, Kontakter a méi schécken.\n\nBréng einfach d\'Apparater beieneen (typescherweis Réck u Réck) an dréck dann de Schierm. D\'App leet selwer fest wat geschéckt gëtt.</string>
  <!-- Network service discovery settings -->
  <!-- Used in the 1st-level settings screen to turn on NSD -->
  <string name="nsd_quick_toggle_title">Netzwierkdéngschterkennung</string>
  <!-- Description of NFC in the 1st level settings screen. [CHAR LIMIT=NONE] -->
  <string name="nsd_quick_toggle_summary">Erlaabt Appen op aneren Apparater fir Appen op dësem Apparat z\'entdecken</string>
  <!-- Wi-Fi Settings -->
  <!-- Used in the 1st-level settings screen to turn on Wi-Fi -->
  <string name="wifi_quick_toggle_title">WLAN</string>
  <!-- Used in the 1st-level settings screen as the turn-on summary -->
  <string name="wifi_quick_toggle_summary">WLAN uschalten</string>
  <!-- Used in the 1st-level settings screen to go to the 2nd-level settings screen  [CHAR LIMIT=20]-->
  <string name="wifi_settings">WLAN</string>
  <!-- Title of the Wi-fi settings screen -->
  <string name="wifi_settings_category">WLAN-Astellungen</string>
  <!-- Title of the Wi-fi settings entry in the left top level menu -->
  <string name="wifi_settings_title">WLAN</string>
  <!-- Summary text of the Wi-fi settings screen -->
  <string name="wifi_settings_summary">WLAN-Zougankspunkter festleeën a geréieren</string>
  <!-- Used in the 1st-level settings screen to turn on Wi-Fi  [CHAR LIMIT=60] -->
  <string name="wifi_setup_wizard_title">WLAN-Netzwierk auswielen</string>
  <!-- Used by Account creation for turning on Wi-Fi  [CHAR LIMIT=60] -->
  <string name="wifi_select_network">WLAN auswielen</string>
  <!-- Summary text when turning Wi-Fi or bluetooth on -->
  <string name="wifi_starting">WLAN gëtt ugeschalt\u2026</string>
  <!-- Summary text when turning Wi-Fi or bluetooth off -->
  <string name="wifi_stopping">WLAN gëtt ausgeschalt\u2026</string>
  <!-- Summary text when Wi-Fi or bluetooth has error -->
  <string name="wifi_error">Feeler</string>
  <!-- Summary text when wifi SoftAP started failed due to no legal usable channel allowed in this region by regulatory -->
  <!-- Toast message when Wi-Fi or bluetooth is disallowed in airplane mode -->
  <string name="wifi_in_airplane_mode">Am Fligermodus</string>
  <!-- Checkbox title for option to notify user when open networks are nearby -->
  <string name="wifi_notify_open_networks">Netzwierknotifikatioun</string>
  <!-- Checkbox summary for option to notify user when open networks are nearby [CHAR LIMIT=60]-->
  <string name="wifi_notify_open_networks_summary">Notifiéieren, wann en ëffentlecht Netzwierk disponibel ass</string>
  <!-- Checkbox title for option to toggle poor network detection -->
  <string name="wifi_poor_network_detection">Schwaach Connectioune vermeiden</string>
  <!-- Checkbox summary for option to toggle poor network detection -->
  <!-- Checkbox summary for option to toggle poor network detection [CHAR LIMIT=60] -->
  <string name="wifi_avoid_poor_network_detection_summary">Just Netzwierker benotzen déi eng gutt Internetconnectioun hunn</string>
  <!-- Checkbox title for option to connect to open Wi-Fi automatically [CHAR LIMIT=40] -->
  <string name="wifi_automatically_connect_title">Oppe WLANen automatesch benotzen</string>
  <!-- Checkbox summary for option to connect to open Wi-Fi automatically  [CHAR LIMIT=100] -->
  <string name="wifi_automatically_connect_summary">E WLAN-Assistent zouloossen automatesch mat oppenen Netzwierker vun héijer Qualitéit ze connectéieren</string>
  <!-- Dialog title for option to select an app which connects to open Wi-Fi automatically [CHAR LIMIT=40] -->
  <string name="wifi_select_assistant_dialog_title">Assistent auswielen</string>
  <!-- Preference title for option to install certificates -->
  <string name="wifi_install_credentials">Zertifikater installéieren</string>
  <!-- Message to describe "Wi-Fi scan always available feature" when Wi-Fi is off. The
      place-holders "LINK_BEGIN" and "LINK_END" must NOT be translated. They mark a link to bring
      the user to "scanning settings" screen. -->
  <!-- Wifi scan always mode checkbox text -->
  <!-- Setting title for setting the wifi sleep policy. Do we keep Wi-Fi active when the screen turns off? -->
  <string name="wifi_setting_sleep_policy_title">WLAN am Schlofzoustand uloossen</string>
  <!-- Setting title for setting the wifi sleep policy. Do we keep Wi-Fi active when the screen turns off? [CHAR LIMIT=30] -->
  <string name="wifi_setting_on_during_sleep_title">WLAN am Schlofmodus un</string>
  <!-- Generic error message when the sleep policy could not be set. -->
  <string name="wifi_setting_sleep_policy_error">Et gouf e Problem beim Ännere vun der Astellung</string>
  <!-- Checkbox title for option to toggle suspend power optimizations [CHAR LIMIT=30] -->
  <string name="wifi_suspend_efficiency_title">Effizienz verbesseren</string>
  <!-- Checkbox title for option to toggle suspend power optimizations -->
  <string name="wifi_suspend_optimizations">WLAN-Optiméierung</string>
  <!-- Checkbox summary for option to toggle suspend power optimizations -->
  <string name="wifi_suspend_optimizations_summary">Akkubenotzung miniméiere wa WLAN un ass</string>
  <!-- Checkbox summary for option to toggle suspend power optimizations [CHAR LIMIT=30] -->
  <string name="wifi_limit_optimizations_summary">Akkubenotzung vum WLAN limittéieren</string>
  <!-- Checkbox title. Should we switch to using cellular data if Wi-Fi is still connected but the Wi-Fi network we're connected to no longer has Internet access (e.g., due to an outage)? -->
  <!-- Action bar text message to manually add a wifi network [CHAR LIMIT=20]-->
  <string name="wifi_add_network">Netzwierk dobäisetzen</string>
  <!-- Header for the list of wifi networks-->
  <string name="wifi_access_points">WLAN-Netzwierker</string>
  <!-- Menu option to do WPS Push Button [CHAR LIMIT=25]-->
  <string name="wifi_menu_wps_pbc">WPS-Push-Tast</string>
  <!-- Content description for menu button in Wifi setup. Not shown on the screen. [CHAR LIMIT=NONE] -->
  <string name="wifi_menu_more_options">Méi Optiounen</string>
  <!-- Menu option to do WPS Pin Entry [CHAR LIMIT=25]-->
  <string name="wifi_menu_wps_pin">WPS-PIN-Agab</string>
  <!-- Menu option to launch Wi-Fi Direct settings [CHAR LIMIT=20]-->
  <string name="wifi_menu_p2p">Wi\u2011Fi Direct</string>
  <!-- Menu option to scan Wi-Fi networks -->
  <string name="wifi_menu_scan">Sichen</string>
  <!-- Menu option to Wi-Fi advanced settings -->
  <string name="wifi_menu_advanced">Erweidert</string>
  <!-- Menu option to connect to a Wi-Fi network -->
  <string name="wifi_menu_connect">Mam Netzwierk verbannen</string>
  <!-- Menu option to remember a temporary Wi-Fi network -->
  <string name="wifi_menu_remember">Netzwierk verhalen</string>
  <!-- Menu option to delete a Wi-Fi network -->
  <string name="wifi_menu_forget">Netzwierk vergiessen</string>
  <!-- Menu option to modify a Wi-Fi network configuration -->
  <string name="wifi_menu_modify">Netzwierk änneren</string>
  <!-- Menu option to write a Wi-Fi configuration token to an NFC tag [CHAR_LIMIT=30]-->
  <string name="wifi_menu_write_to_nfc">Op den NFC-Tag schreiwen</string>
  <!-- Wi-Fi settings. text displayed when Wi-Fi is off and network list is empty [CHAR LIMIT=50]-->
  <string name="wifi_empty_list_wifi_off">Schalt WLAN u fir déi disponibel Netzwierker ze gesinn.</string>
  <!-- Wi-Fi settings. text displayed when Wi-Fi is on and network list is empty [CHAR LIMIT=50]-->
  <string name="wifi_empty_list_wifi_on">Sichen no WLAN-Netzwierker\u2026</string>
  <!-- Wifi Settings. text displayed when user has restriction DISALLOW_CONFIG_WIFI [CHAR LIMIT=NONE]-->
  <!-- Wi-Fi settings. title for setup other network button [CHAR LIMIT=35]-->
  <string name="wifi_other_network">En neit Netzwierk dobäisetzen</string>
  <!-- Wi-Fi settings. content description for more button [CHAR LIMIT=50]-->
  <string name="wifi_more">Méi</string>
  <!-- Wi-Fi settings. wps menu title [CHAR LIMIT=25]-->
  <string name="wifi_setup_wps">Automatesch Astellungen (WPS)</string>
  <!-- Dialog for Access Points -->
  <!-- Label to show/hide advanced options [CHAR LIMIT=40] -->
  <string name="wifi_show_advanced">Erweidert Optiounen</string>
  <!-- Title for the WPS setup dialog [CHAR LIMIT=50] -->
  <string name="wifi_wps_setup_title">Geschützt WLAN-Ariichtung (WPS)</string>
  <!-- Message in WPS dialog at start up [CHAR LIMIT=150] -->
  <string name="wifi_wps_setup_msg">WPS gëtt gestart\u2026</string>
  <!-- Message in WPS dialog for PBC after start up [CHAR LIMIT=150] -->
  <!-- Message in WPS dialog for PIN after start up [CHAR LIMIT=150] -->
  <string name="wifi_wps_onstart_pin">Gëff de PIN <xliff:g id="number">%1$s</xliff:g> op dengem WLAN-Router an. Et ka bis zu zwou Minutten dauere bis d\'Installatioun ofgeschloss ass.</string>
  <!-- Text displayed when WPS succeeds [CHAR LIMIT=150] -->
  <string name="wifi_wps_complete">WPS erfollegräich. Connectéiere mam Netzwierk\u2026</string>
  <!-- Text displayed when Wi-Fi is connected through WPS [CHAR LIMIT=150] -->
  <string name="wifi_wps_connected">Mam WLAN-Netzwierk <xliff:g id="network_name">%s</xliff:g> verbonnen</string>
  <!-- Text displayed when WPS setup is in progress [CHAR LIMIT=150] -->
  <string name="wifi_wps_in_progress">WPS leeft schonn an d\'Prozedur ka bis zu zwou Minutten daueren</string>
  <!-- Text displayed when WPS fails to start [CHAR LIMIT=150] -->
  <string name="wifi_wps_failed_generic">WPS feelgeschloen. Probéier an e puer Minutten nees.</string>
  <!-- Text displayed when WPS fails due to WEP [CHAR LIMIT=150] -->
  <string name="wifi_wps_failed_wep">D\'Sécherheetsastellung (WEP) vum kabellose Router gëtt net ënnerstëtzt</string>
  <!-- Text displayed when WPS fails to TKIP [CHAR LIMIT=150] -->
  <string name="wifi_wps_failed_tkip">D\'Sécherheetsastellung (TKIP) vum kabellose Router gëtt net ënnerstëtzt</string>
  <!-- Text displayed when WPS fails due to authentication issues [CHAR LIMIT=150] -->
  <string name="wifi_wps_failed_auth">Authentifizéierungsfeeler. Probéier nees.</string>
  <!-- Text displayed when WPS fails due to another session [CHAR LIMIT=150] -->
  <string name="wifi_wps_failed_overlap">Eng aner WPS-Sëtzung gouf detectéiert. Probéier an e puer Minutten nees.</string>
  <!-- Label for the SSID of the network -->
  <string name="wifi_ssid">Netzwierknumm</string>
  <!-- Hint for a text field to enter the SSID of a hidden wifi network. [CHAR LIMIT=35] -->
  <string name="wifi_ssid_hint">SSID aginn</string>
  <!-- Label for the security of the connection -->
  <string name="wifi_security">Sécherheet</string>
  <!-- Label for the signal strength of the connection -->
  <string name="wifi_signal">Signalstäerkt</string>
  <!-- Label for the status of the connection -->
  <string name="wifi_status">Status</string>
  <!-- Label for the link speed of the connection -->
  <string name="wifi_speed">Link-Vitess</string>
  <!-- Label for the frequency band of the connection -->
  <string name="wifi_frequency">Frequenz</string>
  <!-- Label for the IP address of the connection -->
  <string name="wifi_ip_address">IP-Adress</string>
  <!-- Hint text for the IP address -->
  <!-- Label for Passpoint network -->
  <!-- Content for Passpoint network -->
  <!-- Label for the EAP method of the network -->
  <string name="wifi_eap_method">EAP-Method</string>
  <!-- Label for the phase2 -->
  <string name="please_select_phase2">Phas 2 Authentifizéierung</string>
  <!-- Label for the EAP CA certificate of the network -->
  <string name="wifi_eap_ca_cert">CA-Zertifikat</string>
  <!-- Label for the EAP user certificate of the network -->
  <string name="wifi_eap_user_cert">Benotzerzertifikat</string>
  <!-- Label for the EAP identity of the network -->
  <string name="wifi_eap_identity">Identitéit</string>
  <!-- Label for the EAP anonymous identity of the network -->
  <string name="wifi_eap_anonymous">Anonym Identitéit</string>
  <!-- Label for the password of the secured network -->
  <string name="wifi_password">Passwuert</string>
  <!-- Label for the check box to show password -->
  <string name="wifi_show_password">Passwuert uweisen</string>
  <!-- Label for the RadioGroup to choose wifi ap band -->
  <!-- Label for the radio button to choose wifi ap 2.4 GHz band -->
  <!-- Label for the radio button to choose wifi ap 5GHz band -->
  <!-- Label for the spinner to show ip settings [CHAR LIMIT=25] -->
  <string name="wifi_ip_settings">IP-Astellungen</string>
  <!-- Hint for unchanged fields -->
  <string name="wifi_unchanged">(onverännert)</string>
  <!-- Hint for unspecified fields -->
  <string name="wifi_unspecified">(net uginn)</string>
  <!-- Substring of status line when Wi-Fi Protected Setup (WPS) is available and
         string is listed first [CHAR LIMIT=20]-->
  <string name="wifi_wps_available_first_item">WPS disponibel</string>
  <!-- Substring of wifi status when Wi-Fi Protected Setup (WPS) is available and
         string is listed after a wifi_secured_* string-->
  <string name="wifi_wps_available_second_item">\u0020(WPS disponibel)</string>
  <!-- Message in WriteWifiConfigToNfcDialog when prompted to enter network password [CHAR_LIMIT=40] -->
  <string name="wifi_wps_nfc_enter_password">Gëff däin Netzwierkpasswuert an</string>
  <string name="wifi_scan_always_turnon_message">Fir d\'Standuertgenauegkeet ze verbesseren a fir aner Zwecker wëll <xliff:g id="app_name">%1$s</xliff:g> no Netzwierker sichen, och wa WLAN aus ass.\n\nFir all d\'Appen déi Netzwierker siche wëllen erlaben?</string>
  <!-- Message informing the user how to turn off  [CHAR LIMIT=200] -->
  <string name="wifi_scan_always_turnoff_message">Fir dat ze desaktivéieren, géi op \"Erweidert\" am Iwwerlafmenü.</string>
  <string name="wifi_scan_always_confirm_allow">Erlaben</string>
  <string name="wifi_scan_always_confirm_deny">Verweigeren</string>
  <!-- Dialog label to sign in to a Hotspot. [CHAR LIMIT=50]-->
  <string name="wifi_hotspot_title">Alogge fir ze verbannen?</string>
  <!-- Dialog message to sign in to a Hotspot. [CHAR LIMIT=50]-->
  <string name="wifi_hotspot_message"><xliff:g id="app_name">%1$s</xliff:g> erfuerdert virum Verbanne mam Netzwierk däi Login.</string>
  <!-- Wifi settings button to connect in to a Hotspot. [CHAR LIMIT=50]-->
  <string name="wifi_hotspot_connect">VERBANNEN</string>
  <!-- Dialog text to tell the user that the selected network does not have Internet access. -->
  <!-- Button label to connect to a Wi-Fi network -->
  <string name="wifi_connect">Connectéieren</string>
  <!-- Failured notification for connect -->
  <string name="wifi_failed_connect_message">Connectioun mam Netzwierk feelgeschloen</string>
  <!-- Button label to delete a Wi-Fi network -->
  <string name="wifi_forget">Vergiessen</string>
  <!-- Failured notification for forget -->
  <string name="wifi_failed_forget_message">Konnt d\'Netzwierk net vergiessen</string>
  <!-- Button label to save a Wi-Fi network configuration -->
  <string name="wifi_save">Späicheren</string>
  <!-- Failured notification for save -->
  <string name="wifi_failed_save_message">Konnt d\'Netzwierk net späicheren</string>
  <!-- Button label to dismiss the dialog -->
  <string name="wifi_cancel">Ofbriechen</string>
  <!-- Button for skipping a step after having been warned of a potential concern [CHAR LIMIT=30] -->
  <string name="wifi_skip_anyway">Trotzdeem iwwersprangen</string>
  <!-- Button for going to the previous screen or step [CHAR LIMIT=20] -->
  <!-- Text warning about skipping Wi-Fi with a mobile connect (tablet) [CHAR LIMIT=NONE]-->
  <!-- Text warning about skipping Wi-Fi with a mobile connect (device) [CHAR LIMIT=NONE]-->
  <!-- Text warning about skipping Wi-Fi with a mobile connect (phone) [CHAR LIMIT=NONE]-->
  <!-- Text warning about skipping Wi-Fi without a mobile connect (tablet) [CHAR LIMIT=NONE] -->
  <!-- Text warning about skipping Wi-Fi without a mobile connect (device) [CHAR LIMIT=NONE] -->
  <!-- Text warning about skipping Wi-Fi without a mobile connect (phone) [CHAR LIMIT=NONE] -->
  <!-- Text alerting that Wi-Fi couldn't connect (tablet) [CHAR LIMIT=NONE] -->
  <string name="wifi_connect_failed_message" product="tablet">Den Tablet konnt net mam WLAN-Netzwierk connectéieren.</string>
  <!-- Text alerting that Wi-Fi couldn't connect (device) [CHAR LIMIT=NONE] -->
  <string name="wifi_connect_failed_message" product="device">Den Apparat konnt sech net mam WLAN-Netzwierk connectéieren.</string>
  <!-- Text alerting that Wi-Fi couldn't connect (phone) [CHAR LIMIT=NONE] -->
  <string name="wifi_connect_failed_message" product="default">Den Telefon konnt net mam WLAN-Netzwierk connectéieren.</string>
  <!-- Wi-Fi Advanced Settings -->
  <!-- Wi-Fi settings screen, Saved networks, settings section.  This is a header shown above Saved networks wifi settings. [CHAR LIMIT=30] -->
  <string name="wifi_saved_access_points_titlebar">Gespäichert Netzwierker</string>
  <!-- Wi-Fi settings screen, advanced, settings section.  This is a header shown above advanced wifi settings. [CHAR LIMIT=30] -->
  <string name="wifi_advanced_titlebar">Erweiderte WLAN</string>
  <!-- Wi-Fi settings screen, setting title for setting the band [CHAR LIMIT=50]-->
  <string name="wifi_setting_frequency_band_title">WLAN-Frequenzband</string>
  <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
  <string name="wifi_setting_frequency_band_summary">Frequenzberäich fir de Betrieb festleeën</string>
  <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
  <string name="wifi_setting_frequency_band_error">Et gouf e Problem beim festleeë vum Frequenzberäich.</string>
  <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's MAC address. -->
  <string name="wifi_advanced_mac_address_title">MAC-Adress</string>
  <!-- Title of the screen to adjust IP settings -->
  <!-- Wi-Fi settings screen, advanced, title of the item to show the Wi-Fi device's current IP address. -->
  <string name="wifi_advanced_ip_address_title">IP-Adress</string>
  <!-- Wifi saved access points.  Used as a label under the shortcut icon that goes to Wifi saved access points. [CHAR LIMIT=20] -->
  <string name="wifi_saved_access_points_label">Gespäichert Netzwierker</string>
  <!-- Wifi Advanced settings.  Used as a label under the shortcut icon that goes to Wifi advanced settings. [CHAR LIMIT=20] -->
  <string name="wifi_advanced_settings_label">IP-Astellungen</string>
  <!-- Menu item to save the IP settings -->
  <string name="wifi_ip_settings_menu_save">Späicheren</string>
  <!-- Menu ietm to cancel the IP settings -->
  <string name="wifi_ip_settings_menu_cancel">Ofbriechen</string>
  <!-- Error message if the IP address is not valid [CHAR LIMIT=50]-->
  <string name="wifi_ip_settings_invalid_ip_address">Gëff eng gëlteg IP-Adress an.</string>
  <!-- Error message if the gateway is not valid [CHAR LIMIT=50]-->
  <string name="wifi_ip_settings_invalid_gateway">Gëff eng gëlteg Gateway-Adress an.</string>
  <!-- Error message if the dns is not valid [CHAR LIMIT=50]-->
  <string name="wifi_ip_settings_invalid_dns">Gëff eng gëlteg DNS-Adress an.</string>
  <!-- Error message if the network prefix length is not valid [CHAR LIMIT=50]-->
  <string name="wifi_ip_settings_invalid_network_prefix_length">Gëff eng Prefixlängt vum Netzwierk tëscht 0 an 32 an.</string>
  <!-- Label for the DNS (first one) -->
  <string name="wifi_dns1">DNS 1</string>
  <!-- Hint text for DNS -->
  <!-- Label for the DNS (second one)-->
  <string name="wifi_dns2">DNS 2</string>
  <!-- Hint text for DNS -->
  <!-- Label for the gateway of the network -->
  <string name="wifi_gateway">Gateway</string>
  <!-- Hint text for the gateway -->
  <!-- Label for the network prefix of the network [CHAR LIMIT=25]-->
  <string name="wifi_network_prefix_length">Prefixlängt vum Netzwierk</string>
  <!-- Hint text for network prefix length -->
  <!-- Wi-Fi p2p / Wi-Fi Direct settings -->
  <!-- Used in the 1st-level settings screen to launch Wi-fi Direct settings [CHAR LIMIT=25] -->
  <string name="wifi_p2p_settings_title">Wi\u2011Fi Direct</string>
  <string name="wifi_p2p_device_info">Apparat-Informatioun</string>
  <string name="wifi_p2p_persist_network">Dës Connectioun verhalen</string>
  <!-- Menu option to discover peers-->
  <string name="wifi_p2p_menu_search">No Apparater sichen</string>
  <!-- Menu option when discovery is in progress [CHAR LIMIT=25] -->
  <string name="wifi_p2p_menu_searching">Gëtt gesicht\u2026</string>
  <!-- Menu option to Rename-->
  <string name="wifi_p2p_menu_rename">Apparat ëmbenennen</string>
  <!-- Title for available p2p devices -->
  <string name="wifi_p2p_peer_devices">Verfügbar Apparater</string>
  <!-- Title for remembered p2p groups -->
  <string name="wifi_p2p_remembered_groups">Gespäichert Gruppen</string>
  <!-- Toast text for a failed connection initiation -->
  <!-- Message text for failure to rename -->
  <string name="wifi_p2p_failed_rename_message">Ëmbenenne vum Apparat feelgeschloen.</string>
  <!-- Title for disconnect dialog -->
  <string name="wifi_p2p_disconnect_title">Deconnectéiert?</string>
  <!-- Message text for disconnection from one device-->
  <string name="wifi_p2p_disconnect_message">Wann s de dech deconnectéiers, gëtt deng Connectioun mat <xliff:g id="peer_name">%1$s</xliff:g> zougemaach.</string>
  <!-- Message text for disconnection from multiple devices-->
  <string name="wifi_p2p_disconnect_multiple_message">Wann s de dech deconnectéiers, gëtt deng Connectioun mat <xliff:g id="peer_name">%1$s</xliff:g> an <xliff:g id="peer_count">%2$s</xliff:g> aneren Apparater zougemaach.</string>
  <!-- Title for cancel connect dialog -->
  <string name="wifi_p2p_cancel_connect_title">Invitatioun ofbriechen?</string>
  <!-- Message text for disconnection from one device-->
  <string name="wifi_p2p_cancel_connect_message">Wëlls du d\'Invitatioun fir mam <xliff:g id="peer_name">%1$s</xliff:g> ze verbannen ofbriechen?</string>
  <!-- Message text for remembered group deletion-->
  <string name="wifi_p2p_delete_group_message">Dës Grupp vergiessen?</string>
  <!-- Wifi AP settings-->
  <!-- Label for Wifi tether checkbox. Toggles Access Point on/off -->
  <string name="wifi_tether_checkbox_text">Mobille WLAN-Zougankspunkt</string>
  <!-- Label for Wifi tether checkbox. Toggles Access Point on/off  [CHAR LIMIT=30] -->
  <string name="wifi_hotspot_checkbox_text">WLAN-Zougankspunkt</string>
  <!-- Label for Wifi tether checkbox summary. Toggles Access Point on/off  [CHAR LIMIT=60] -->
  <!-- Summary text when turning hotspot on -->
  <string name="wifi_tether_starting">Zougankspunkt gëtt aktivéiert\u2026</string>
  <!-- Summary text when turning hotspot off -->
  <string name="wifi_tether_stopping">Zougankspunkt gëtt desaktivéiert\u2026</string>
  <!-- Subtext for wifi tether checkbox on success -->
  <string name="wifi_tether_enabled_subtext">Mobillen Zougankspunkt <xliff:g id="network_ssid">%1$s</xliff:g> aktiv</string>
  <!-- Subtext for wifi tether checkbox on failure -->
  <string name="wifi_tether_failed_subtext">Feeler beim mobille WLAN-Zougankspunkt</string>
  <!-- Used to open the ssid and security dialog for Wifi Access Point -->
  <string name="wifi_tether_configure_ap_text">WLAN-Hostspot ariichten</string>
  <!-- Used to open the ssid and security dialog for Wifi Access Point.  [CHAR LIMIT=30]-->
  <string name="wifi_hotspot_configure_ap_text">Astellung vum WLAN-Zougankspunkt</string>
  <!-- Summary Used to open the ssid and security dialog for Wifi Access Point.  [CHAR LIMIT=60] -->
  <string name="wifi_hotspot_configure_ap_text_summary">AndroidAP WPA2 PSK portabele WLAN-Zougankspunkt</string>
  <!-- Subtext on configuration preference to indicate SSID and security chosen -->
  <string name="wifi_tether_configure_subtext"><xliff:g id="network_ssid">%1$s</xliff:g> <xliff:g id="network_security">%2$s</xliff:g> mobille WLAN-Zougankspunkt</string>
  <!-- Default access point SSID used for tethering -->
  <string name="wifi_tether_configure_ssid_default">AndroidHotspot</string>
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Wi-Fi Testing on the diagnostic screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Menu item for WifiManager disableNetwork API-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Menu item for WifiManager enableNetwork API-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Menu item for WifiManager disconnect API-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Menu item for WifiManager getConfiguredNetworks API-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Menu item for WifiManager getConnectionInfo API-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Menu item on Wifi information screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Menu item on Wifi information screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Button text on Wifi Status screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Label on Wifi Status screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Label on Wifi Status screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
        Label on Wifi Status screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Label on Wifi Status screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Label on Wifi Status screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Label on Wifi Status screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Label on Wifi Status screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Label on Wifi Status screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Label on Wifi Status screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Label on Wifi Status screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Label on Wifi Status screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Label on Wifi Status screen-->
  <!-- wifi state values-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary -->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Menu item on Wifi information screen-->
  <!-- Do not translate. Used for diagnostic screens, precise translation is not necessary
         Label on Wifi Configuration screen-->
  <!-- Wireless networks, item title to go into the WFC settings [CHAR LIMIT=30] -->
  <!-- WFC mode [CHAR LIMIT=30] -->
  <!-- WFC mode dialog [CHAR LIMIT=30] -->
  <!-- Wi-Fi Calling settings. Text displayed when Wi-Fi Calling is off -->
  <!-- Sound and alerts settings -->
  <!-- Main Settings screen setting option name to go into the display settings screen -->
  <string name="home_settings">Heem</string>
  <string name="display_settings_title">Usiicht</string>
  <!-- Sound settings screen heading -->
  <string name="sound_settings">Toun</string>
  <!-- Sound settings screen, setting option summary text -->
  <!-- Sound settings screen, volume title -->
  <string name="all_volume_title">Lautstäerkt</string>
  <!-- Sound settings screen, music effects title [CHAR LIMIT=30]-->
  <string name="musicfx_title">Musekeffekter</string>
  <!-- Sound settings screen, setting option name -->
  <string name="ring_volume_title">Schelltounlautstäerkt</string>
  <!-- Sound settings screen, setting option name checkbox -->
  <string name="vibrate_in_silent_title">Vibréiere wa roueg geschalt</string>
  <!-- Sound settings screen, setting option name -->
  <string name="notification_sound_title">Standard-Notifikatiounstoun</string>
  <!-- Sound settings screen, the title of the volume bar to adjust the incoming call volume -->
  <string name="incoming_call_volume_title">Schelltoun</string>
  <!-- Sound settings screen, the title of the volume bar to adjust the notification volume -->
  <string name="notification_volume_title">Notifikatioun</string>
  <!-- Sound settings screen, the caption of the checkbox for having the notification volume be
         the same as the incoming call volume. -->
  <string name="checkbox_notification_same_as_incoming_call">D\'Lautstäerkt vun den erakommenden Uriff fir Notifikatioune benotzen</string>
  <!-- Home settings screen, text indicating that a launcer does not support work profiles [CHAR LIMIT=100] -->
  <!-- Sound settings screen, setting option title-->
  <string name="notification_sound_dialog_title">Standard-Notifikatiounstoun</string>
  <!-- Sound settings screen, setting option name -->
  <string name="media_volume_title">Medien</string>
  <!-- Sound settings screen, setting option summary text -->
  <string name="media_volume_summary">Lautstäerkt fir Musek a Videoe setzen</string>
  <!-- Sound settings screen, alarm volume slider title -->
  <string name="alarm_volume_title">Wecker</string>
  <!-- Sound settings screen, dock settings summary-->
  <string name="dock_settings_summary">Tounastellunge fir den ugeschlossenen Dock</string>
  <!-- Sound settings screen, setting check box label -->
  <string name="dtmf_tone_enable_title">Wieltastentéin</string>
  <!-- Sound settings screen, setting check box label -->
  <string name="sound_effects_enable_title">Beréierungstéin</string>
  <!-- Sound settings screen, setting check box label -->
  <string name="lock_sounds_enable_title">Toun beim Späre vum Schierm</string>
  <!-- Sound settings screen, setting check box label -->
  <string name="haptic_feedback_enable_title">Beim Drécke vibréieren</string>
  <!-- Sound settings screen, setting option name checkbox to enable/disable audio recording features that improve audio recording in noisy environments -->
  <string name="audio_record_proc_title">Stéiergeräischënnerdréckung</string>
  <!-- Volume description for media volume -->
  <string name="volume_media_description">Musek, Video, Spiller an aner Medien</string>
  <!-- Volume description for ringtone and notification volume -->
  <string name="volume_ring_description">Schelltoun an Notifikatiounen</string>
  <!-- Volume description for notification volume -->
  <string name="volume_notification_description">Notifikatiounen</string>
  <!-- Volume description for alarm volume -->
  <string name="volume_alarm_description">Weckeren</string>
  <!-- Image description for ringer volume mute button. -->
  <string name="volume_ring_mute">Schelltoun an Notifikatioune rouegstellen</string>
  <!-- Image description for media volume mute button. -->
  <string name="volume_media_mute">Musek an aner Medie rouegstellen</string>
  <!-- Image description for notification volume mute button. -->
  <string name="volume_notification_mute">Notifikatioune rouegstellen</string>
  <!-- Image description for alarm volume mute button. -->
  <string name="volume_alarm_mute">Alarme rouegstellen</string>
  <!-- Dock settings title, top level -->
  <string name="dock_settings">Dock</string>
  <!-- Dock settings title -->
  <string name="dock_settings_title">Dock-Astellungen</string>
  <!-- Dock audio settings -->
  <string name="dock_audio_settings_title">Toun</string>
  <!-- Dock audio summary for docked to desk dock -->
  <string name="dock_audio_summary_desk">Astellunge fir den ugeschlossenen Schreifdësch-Dock</string>
  <!-- Dock audio summary for docked to car dock -->
  <string name="dock_audio_summary_car">Astellunge fir den ugeschlossenen Auto-Dock</string>
  <!-- Dock audio summary for undocked -->
  <string name="dock_audio_summary_none" product="tablet">Tablet net gedockt</string>
  <!-- Dock audio summary for undocked -->
  <string name="dock_audio_summary_none" product="default">Telefon net gedockt</string>
  <!-- Dock audio summary for docked to unknown -->
  <string name="dock_audio_summary_unknown">Astellunge fir den ugeschlossenen Dock</string>
  <!-- Dock not found dialog title -->
  <string name="dock_not_found_title">Dock net fonnt</string>
  <!-- Dock not found dialog text -->
  <string name="dock_not_found_text" product="tablet">Du muss den Tablet docken ier s de den Dock-Toun kanns astellen.</string>
  <!-- Dock not found dialog text -->
  <string name="dock_not_found_text" product="default">Du muss den Telefon docken ier s de den Dock-Toun kanns astellen.</string>
  <!-- Dock settings screen, dock events SFX setting check box label -->
  <string name="dock_sounds_enable_title">Toum beim uschléisse vun engem Dock</string>
  <!-- Dock settings screen, setting option summary text when check box is selected -->
  <string name="dock_sounds_enable_summary_on" product="tablet">En Toun ofspille wann den Tablet an en Dock gestallt oder erausgeholl gëtt</string>
  <!-- Dock settings screen, setting option summary text when check box is selected -->
  <string name="dock_sounds_enable_summary_on" product="default">En Toun ofspille wann den Telefon an en Dock gestallt oder erausgeholl gëtt</string>
  <!-- Sound settings screen, setting option summary text when check box is clear -->
  <!-- Sound settings screen, setting option summary text when check box is clear -->
  <!-- Account settings header. [CHAR LIMIT=30] -->
  <string name="account_settings">Konten</string>
  <!-- Header for items under the personal user [CHAR LIMIT=30] -->
  <string name="category_personal">Perséinlech</string>
  <!-- Header for items under the work user [CHAR LIMIT=30] -->
  <string name="category_work">Aarbecht</string>
  <!-- Content description for work profile accounts group [CHAR LIMIT=NONE] -->
  <!-- Content description for personal profile accounts group [CHAR LIMIT=NONE] -->
  <!-- Content description for work profile details page title [CHAR LIMIT=NONE] -->
  <!-- Content description for personal profile details page title [CHAR LIMIT=NONE] -->
  <!-- Main Settings screen, setting option name to go into search settings -->
  <string name="search_settings">Sichen</string>
  <!-- Main Settings screen, setting option summary to go into search settings -->
  <string name="search_settings_summary">Geréier d\'Sich-Astellungen an den Historique</string>
  <!-- Display settings -->
  <!-- Sound & display settings screen, section header for settings related to display -->
  <string name="display_settings">Usiicht</string>
  <!-- Sound & display settings screen, accelerometer-based rotation check box label -->
  <string name="accelerometer_title">Schierm automatesch rotéieren</string>
  <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
  <string name="accelerometer_summary_on" product="tablet">Automatesch d\'Orientéierung wiessele wann den Tablet rotéiert gëtt</string>
  <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is selected -->
  <string name="accelerometer_summary_on" product="default">Automatesch d\'Orientéierung wiessele wann den Telefon rotéiert gëtt</string>
  <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
  <string name="accelerometer_summary_off" product="tablet">Automatesch d\'Orientéierung wiessele wann den Tablet rotéiert gëtt</string>
  <!-- Sound & display settings screen, accelerometer-based rotation summary text when check box is clear -->
  <string name="accelerometer_summary_off" product="default">Automatesch d\'Orientéierung wiessele wann den Telefon rotéiert gëtt</string>
  <!-- Sound & display settings screen, setting option name to change brightness level -->
  <string name="brightness">Hellegkeetsniveau</string>
  <!-- Sound & display settings screen, setting option name to change brightness level [CHAR LIMIT=30] -->
  <string name="brightness_title">Hellegkeet</string>
  <!-- Sound & display settings screen, setting option summary to change brightness level -->
  <string name="brightness_summary">D\'Hellegkeet vum Schierm ajustéieren</string>
  <!-- Sound & display settings screen, setting option name to enable adaptive brightness [CHAR LIMIT=30] -->
  <string name="auto_brightness_title">Automatesch Hellegkeet</string>
  <!-- Sound & display settings screen, setting option summary to enable adaptive brightness [CHAR LIMIT=100] -->
  <string name="auto_brightness_summary">Den Hellegkeetsniveau fir déi disponibel Luucht optiméieren</string>
  <!-- Sound & display settings screen, setting option name to change the user interface theme [CHAR LIMIT=30] -->
  <!-- Sound & display settings screen, setting option summary to change the user interface theme [CHAR LIMIT=100] -->
  <!-- Sound & display settings screen, theme setting value to prefer a light-colored user interface [CHAR LIMIT=30] -->
  <!-- Sound & display settings screen, theme setting value to prefer a dark-colored user interface [CHAR LIMIT=30] -->
  <!-- Sound & display settings screen, theme setting value to automatically switch between a light- or dark-colored user interface [CHAR LIMIT=30] -->
  <string name="night_mode_auto">Automatesch</string>
  <!-- Sound & display settings screen, setting option name to change screen timeout -->
  <string name="screen_timeout">Rouzoustand</string>
  <!-- Sound & display settings screen, setting option name to change screen timeout [CHAR LIMIT=30] -->
  <string name="screen_timeout_title">Schierm schalt sech aus</string>
  <!-- Sound & display settings screen, setting option summary to change screen timeout -->
  <string name="screen_timeout_summary">No <xliff:g id="timeout_description">%1$s</xliff:g> Inaktivitéit</string>
  <!-- Wallpaper settings title [CHAR LIMIT=30] -->
  <string name="wallpaper_settings_title">Hannergrondbild</string>
  <!-- Wallpaper settings fragment title [CHAR LIMIT=30] -->
  <string name="wallpaper_settings_fragment_title">Hannergrondbild auswielen aus</string>
  <!-- Display settings screen, trigger for screen saver options -->
  <string name="screensaver_settings_title">Dagesdram</string>
  <!-- Display settings screen, summary fragment for screen saver options, activated when docked or asleep and charging -->
  <string name="screensaver_settings_summary_either_long">Wa gedockt oder am Rouzoustand beim Lueden</string>
  <!-- Dream settings screen, dialog option, activated when docked or asleep and charging -->
  <string name="screensaver_settings_summary_either_short">Béides</string>
  <!-- Display settings screen, summary fragment for screen saver options, activated when asleep and charging -->
  <string name="screensaver_settings_summary_sleep">Beim Oplueden</string>
  <!-- Display settings screen, summary fragment for screen saver options, activated when docked  -->
  <string name="screensaver_settings_summary_dock">Wa gedockt</string>
  <!-- Display settings screen, summary for screen saver options, screen saver is turned off -->
  <string name="screensaver_settings_summary_off">Aus</string>
  <!-- Dream settings screen, caption for when dreams are disabled -->
  <string name="screensaver_settings_disabled_prompt">Fir ze bestëmme wat geschitt wann den Telefon gedockt ass, an/oder schléift, schalt d\'Dagesdreem un.</string>
  <!-- Dream settings screen, action label, when to dream -->
  <string name="screensaver_settings_when_to_dream">Wéini den Dagesdram starten</string>
  <!-- Dream settings screen, button label to start dreaming -->
  <string name="screensaver_settings_dream_start">Elo starten</string>
  <!-- Dream settings screen, button label for settings for a specific screensaver -->
  <string name="screensaver_settings_button">Astellungen</string>
  <!-- Sound & display settings screen, setting option name to change whether the screen adjusts automatically based on lighting conditions -->
  <string name="automatic_brightness">Automatesch Hellegkeet</string>
  <!-- [CHAR LIMIT=40] Display settings screen, setting option name to change whether the device wakes up when a lift gesture is detected. -->
  <string name="lift_to_wake_title">Waakreg maache beim Ophiewen</string>
  <!-- [CHAR LIMIT=30] Display settings screen, setting option name to change whether the ambient display feature is enabled. -->
  <string name="doze_title">Ambiente Schierm</string>
  <!-- [CHAR LIMIT=NONE] Display settings screen, setting description for the ambient display feature. -->
  <string name="doze_summary">Schierm aktivéieren, wann s du den Apparat opgehiefs oder eng Notifikatioun empfänks</string>
  <!-- [CHAR LIMIT=30] Sound & display settings screen, setting option name to change font size -->
  <string name="title_font_size">Schrëftgréisst</string>
  <!-- Sound & display settings screen, setting option summary displaying the currently selected font size -->
  <!-- [CHAR LIMIT=40] Sound & display settings screen, title of dialog for picking font size -->
  <string name="dialog_title_font_size">Schrëftgréisst</string>
  <!-- SIM lock settings title  [CHAR LIMIT=40] -->
  <string name="sim_lock_settings">Astellunge fir d\'SIM-Kaartespär</string>
  <!-- Security & location settings screen, setting option name  [CHAR LIMIT=40] -->
  <string name="sim_lock_settings_category">SIM-Kaartespär setzen</string>
  <!-- Security & location settings screen, section heading for settings related to sim card locking  [CHAR LIMIT=40] -->
  <string name="sim_lock_settings_title">SIM-Kaartespär</string>
  <!-- SIM card lock settings screen, setting check box label  [CHAR LIMIT=40] -->
  <string name="sim_pin_toggle">SIM-Kaart spären</string>
  <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected  [CHAR LIMIT=40] -->
  <string name="sim_lock_on" product="tablet">PIN verlaange fir den Tablet benotzen ze kënnen</string>
  <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is selected  [CHAR LIMIT=40] -->
  <string name="sim_lock_on" product="default">PIN verlaange fir den Telefon benotzen ze kënnen</string>
  <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear  [CHAR LIMIT=40] -->
  <string name="sim_lock_off" product="tablet">PIN verlaange fir den Tablet benotzen ze kënnen</string>
  <!-- SIM card lock settings screen, setting option summary text when SIM lock check box is clear  [CHAR LIMIT=40] -->
  <string name="sim_lock_off" product="default">PIN verlaange fir den Telefon benotzen ze kënnen</string>
  <!-- SIM card lock settings screen, setting option name to change the SIM PIN  [CHAR LIMIT=40] -->
  <string name="sim_pin_change">SIM-PIN änneren</string>
  <!-- SIM card lock settings screen, SIM PIN dialog message instruction  [CHAR LIMIT=40] -->
  <string name="sim_enter_pin">SIM-PIN</string>
  <!-- SIM card lock settings screen, SIM PIN dialog message instruction  [CHAR LIMIT=40] -->
  <string name="sim_enable_sim_lock">SIM-Kaart spären</string>
  <!-- SIM card lock settings screen, SIM PIN dialog message instruction  [CHAR LIMIT=40] -->
  <string name="sim_disable_sim_lock">SIM-Kaart entspären</string>
  <!-- SIM card lock settings screen, SIM PIN dialog message instruction  [CHAR LIMIT=40] -->
  <string name="sim_enter_old">Al SIM-PIN</string>
  <!-- SIM card lock settings screen, SIM PIN dialog message instruction  [CHAR LIMIT=40] -->
  <string name="sim_enter_new">Nei SIM-PIN</string>
  <!-- SIM card lock settings screen, Re-type new PIN.  [CHAR LIMIT=40] -->
  <string name="sim_reenter_new">Neie PIN nees aginn</string>
  <!-- SIM card lock settings screen, SIM PIN dialog message instruction  [CHAR LIMIT=40] -->
  <string name="sim_change_pin">SIM-PIN</string>
  <!-- SIM card lock settings screen, SIM PIN dialog message when wrong PIN is entered  [CHAR LIMIT=40] -->
  <string name="sim_bad_pin">Inkorrekte PIN</string>
  <!-- SIM card lock settings screen, SIM PIN dialog message when PINs don't match  [CHAR LIMIT=40] -->
  <!-- SIM card lock settings screen, toast after not entering correct SIM PIN  [CHAR LIMIT=40] -->
  <!-- SIM card lock settings screen, SIM PIN dialog message when the entered PIN is correct [CHAR LIMIT=40] -->
  <string name="sim_change_succeeded">SIM-PIN erfollegräich geännert</string>
  <!-- SIM card lock settings screen, toast after not entering correct SIM PIN [CHAR LIMIT=40] -->
  <!-- SIM card lock settings screen, SIM PIN dialog button labels: [CHAR LIMIT=40] -->
  <string name="sim_enter_ok">OK</string>
  <!-- SIM card lock settings screen, SIM PIN dialog button labels: [CHAR LIMIT=40] -->
  <string name="sim_enter_cancel">Ofbriechen</string>
  <!-- Multiple SIMs found title.  [CHAR LIMIT=40] -->
  <string name="sim_multi_sims_title">Et gouf méi wéi eng SIM-Kaart fonnt</string>
  <!-- Multiple SIMs found summary.  [CHAR LIMIT=100] -->
  <!-- Title asking user if they wish to change the default sim for cellular data.  [CHAR LIMIT=30] -->
  <string name="sim_change_data_title">Date-SIM änneren?</string>
  <!-- Message confirming the user wishes to change the default data SIM from one to another.  [CHAR LIMIT=NONE] -->
  <!-- Title for the dialog asking to user to change the preferred SIM  [CHAR LIMIT=30] -->
  <string name="sim_preferred_title">Preferéiert SIM-Kaart änneren?</string>
  <!-- Message for the dialog asking to user to change the preferred SIM  [CHAR LIMIT=NONE] -->
  <!-- Instructions telling the user that they entered the wrong SIM PIN for the last time.
         Displayed in a dialog box.  [CHAR LIMIT=100] -->
  <string name="wrong_pin_code_pukked">Inkorrekte SIM-PIN-Code. Du muss elo däi Provider kontaktéiere fir däin Apparat z\'entspären.</string>
  <!-- Instructions telling the user that they entered the wrong SIM PIN while trying to unlock the keyguard.  Displayed in a dialog box.  [CHAR LIMIT=100] -->
  <plurals name="wrong_pin_code">
    <item quantity="one">Inkorrekte SIM-PIN-Code, du hues nach <xliff:g id="number">%d</xliff:g> Versuch iwwreg ier s de däi Provider kontaktéiere muss fir däin Apparat z\'entspären.</item>
    <item quantity="other">Inkorrekte SIM-PIN-Code, du hues nach <xliff:g id="number">%d</xliff:g> Versich iwwreg.</item>
  </plurals>
  <!-- Instructions telling the user that the operation to unlock the keyguard with SIM PIN failed. Displayed in one line in a large font.  [CHAR LIMIT=40] -->
  <string name="pin_failed">SIM-PIN-Operatioun feelgeschloen!</string>
  <!-- Advanced (used for diagnostics) device info activity title [CHAR LIMIT=40] -->
  <string name="device_info_settings" product="tablet">Tablet-Status</string>
  <!-- Advanced (used for diagnostics) device info activity title [CHAR LIMIT=40] -->
  <string name="device_info_settings" product="default">Telefonsstatus</string>
  <!-- About phone screen, list item title.  Takes the user to the screen for seeing and installing system updates. [CHAR LIMIT=40] -->
  <string name="system_update_settings_list_item_title">Systemaktualiséierungen</string>
  <!-- About phone screen, list item summary.  Takes the user to the screen for seeing and installing system updates. [CHAR LIMIT=40] -->
  <!-- About phone screen, status item label  [CHAR LIMIT=40] -->
  <string name="firmware_version">Android-Versioun</string>
  <!-- About phone screen, status item label  [CHAR LIMIT=60] -->
  <string name="security_patch">Niveau vum Sécherheetspatch vun Android</string>
  <!-- About phone screen, status item label  [CHAR LIMIT=40] -->
  <string name="model_number">Modellnummer</string>
  <!-- About phone screen, fcc equipment id label  [CHAR LIMIT=40] -->
  <string name="fcc_equipment_id">Apparat-ID</string>
  <!-- About phone screen,  setting option name  [CHAR LIMIT=40] -->
  <string name="baseband_version">Baseband-Versioun</string>
  <!-- About phone screen,  setting option name  [CHAR LIMIT=40] -->
  <string name="kernel_version">Kernel-Versioun</string>
  <!-- About phone screen,  setting option name  [CHAR LIMIT=40] -->
  <string name="build_number">Build-Nummer</string>
  <!-- About phone screen,  setting option name  [CHAR LIMIT=40] -->
  <string name="selinux_status">SELinux-Status</string>
  <!-- About phone screen, show when a value of some status item is unavailable. -->
  <string name="device_info_not_available">Net disponibel</string>
  <!-- About phone screen, phone status screen title -->
  <string name="device_status_activity_title">Status</string>
  <!-- About phone screen, title of the item to go into the Phone status screen -->
  <string name="device_status">Status</string>
  <!-- About tablet screen, summary of the item that takes you to tablet status screen -->
  <string name="device_status_summary" product="tablet">Status vum Akku, vum Netzwierk an aner Informatiounen</string>
  <!-- About phone screen, summary of the item to go into the phone status screen -->
  <string name="device_status_summary" product="default">Telefonsnummer, Signal, etc.</string>
  <!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
  <string name="storage_settings">Späicher</string>
  <!-- Main settings screen item's title to go into the storage & USB settings screen [CHAR LIMIT=25] -->
  <!-- Storage settings screen title -->
  <string name="storage_settings_title">Späicher-Astellungen</string>
  <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
  <string name="storage_settings_summary" product="nosdcard">USB-Späicher trennen an disponibel Plaz uweisen</string>
  <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
  <string name="storage_settings_summary" product="default">SD-Kaart trennen an disponibel Plaz uweisen</string>
  <!-- Do not translate. About phone, status item title -->
  <string name="status_imei">IMEI</string>
  <!-- Do not translate. About phone, status item title -->
  <string name="status_imei_sv">IMEI-SV</string>
  <!-- About tablet, status item title.  The Mobile Directory Number [CHAR LIMIT=30] -->
  <string name="status_number" product="tablet">MDN</string>
  <!-- About phone, status item title.  The phone number of the current device [CHAR LIMIT=30] -->
  <string name="status_number" product="default">Meng Telefonsnummer</string>
  <!-- About phone, status item title.  The phone MIN number of the current device.-->
  <string name="status_min_number">MIN</string>
  <!-- About phone, status item title.  The phone MSID number of the current device.-->
  <string name="status_msid_number">MSID</string>
  <!-- About phone, status item title.  The phone PRL Version of the current device.-->
  <string name="status_prl_version">PRL-Versioun</string>
  <!-- About phone, status item title.  The phone MEID number of the current LTE/CDMA device. [CHAR LIMIT=30] -->
  <string name="status_meid_number">MEID</string>
  <!-- About phone, status item title.  The ICCID of the current LTE device. [CHAR LIMIT=30] -->
  <string name="status_icc_id">ICCID</string>
  <!-- About phone, status item title for the type of data phone network we're connected to, for example 3G or Edge or GPRS -->
  <!-- About phone, status item title for the latest area info cell broadcast received (Brazil only). -->
  <string name="status_latest_area_info">Informatiounen zum Provider</string>
  <!-- About phone, status item title. The status of data access.  For example, the value may be "Connected" -->
  <!-- About phone, status item title. The status of whether we have service.  for example, the value may be "In service" -->
  <string name="status_service_state">Servicestatus</string>
  <!-- About phone, status item title. The  current cell tower signal strength -->
  <string name="status_signal_strength">Signalstäerkt</string>
  <!-- About phone, status item title, The status for roaming.  For example, the value might be "Not roaming" -->
  <string name="status_roaming">Roaming</string>
  <!-- About phone, status item title. The cell carrier that the user is connected to.  -->
  <string name="status_operator">Netzwierk</string>
  <!-- About phone, status item title.  The MAC address of the Wi-Fi network adapter. -->
  <string name="status_wifi_mac_address">WLAN-MAC-Adress</string>
  <!-- About phone, status item title.  The bluetooth adapter's hardware address-->
  <string name="status_bt_address">Bluetooth-Adress</string>
  <!-- About phone, status item title.  The hardware serial number. [CHAR LIMIT=30]-->
  <string name="status_serial_number">Seriennummer</string>
  <!-- About phone, status item value if the actual value is not available. -->
  <string name="status_unavailable">Net disponibel</string>
  <!-- About phone, status item title.  How long the device has been running since its last reboot. -->
  <string name="status_up_time">Betribszäit</string>
  <!-- About phone, status item title.  How much time the device has had its main CPU awake. -->
  <string name="status_awake_time">Aktivzäit</string>
  <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the phone's internal storage  -->
  <string name="internal_memory">Interne Späicher</string>
  <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the SD card [CHAR LIMIT=30] -->
  <string name="sd_memory" product="nosdcard">USB-Späicher</string>
  <!-- SD card & phone storage settings screen heading. This is displayed above items that pertain to the SD card -->
  <string name="sd_memory" product="default">SD-Kaart</string>
  <!-- SD card & phone storage settings title. The amount of free space for some storage partition.  For example, this is listed under both the "Internal phone storage" section and the "SD card" section. -->
  <string name="memory_available">Disponibel</string>
  <!-- SD card & phone storage settings title. The amount of free space for some storage partition when the volume is read-only. [CHAR LIMIT=64] -->
  <string name="memory_available_read_only">Disponibel (just liesbar)</string>
  <!-- SD card & phone storage settings screen heading.  The total amount of storage space for some storage partition.  For example, this is listed under both the "Internal phone storage" section and the "SD card" section -->
  <string name="memory_size">Totale Späicher</string>
  <!-- SD card & phone storage settings summary. Displayed when the total memory usage is being calculated. Will be replaced with a number like "12.3 GB" when finished calucating. [CHAR LIMIT=30] -->
  <string name="memory_calculating_size">Gëtt berechent\u2026</string>
  <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of applications installed. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
  <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of media on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
  <string name="memory_media_usage">Medien</string>
  <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of /sdcard/Download on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
  <string name="memory_downloads_usage">Downloads</string>
  <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of all pictures, videos in /sdcard/DCIM, /sdcard/Pictures folders on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
  <string name="memory_dcim_usage">Biller, Videoen</string>
  <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of audio files in /sdcard on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
  <string name="memory_music_usage">Audio (Musek, Schelltéin, Ofspilllëschten, etc.)</string>
  <!-- SD card & phone storage settings title. Displayed as a title when showing the total usage of misc files on the device. Below it will be a number like "123.4 MB" indicating used storage. [CHAR LIMIT=50] -->
  <!-- Storage item representing all cached data on device. [CHAR LIMIT=48] -->
  <string name="memory_media_cache_usage">Tëschegespäichert Daten</string>
  <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.  This will be done before the user phyiscally removes the SD card from the phone.  Kind of like the "Safely remove" on some operating systems.   [CHAR LIMIT=25] -->
  <string name="sd_eject" product="nosdcard">Gedeelte Späicher trennen</string>
  <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.  This will be done before the user phyiscally removes the SD card from the phone.  Kind of like the "Safely remove" on some operating systems.   -->
  <string name="sd_eject" product="default">SD-Kaart trennen</string>
  <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.  This will be done before the user phyiscally removes the SD card from the phone.  Kind of like the "Safely remove" on some operating systems.   [CHAR LIMIT=30] -->
  <string name="sd_eject_summary" product="nosdcard">Den internen USB-Späicher trennen</string>
  <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.  This will be done before the user phyiscally removes the SD card from the phone.  Kind of like the "Safely remove" on some operating systems.   -->
  <string name="sd_eject_summary" product="default">D\'SD-Kaart trenne sou datt se sécher kann erausgeholl ginn</string>
  <!-- SD card & phone storage settings item title for toggling PTP mode on and off.  When PTP mode is on the device will appear on the USB bus as a PTP camera device instead of an MTP music player.   -->
  <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted.  This version of the string can probably never come up on current hardware. [CHAR LIMIT=25] -->
  <string name="sd_insert_summary" product="nosdcard">USB-Späicher asetzen dee soll agebonne ginn</string>
  <!-- SD card & phone storage settings item summary that is displayed when no SD card is inserted -->
  <string name="sd_insert_summary" product="default">Eng SD-Kaart astzen déi soll agebonne ginn</string>
  <!-- Storage setting item that will mount USB storage if it unmounted. A user should never see this. [CHAR LIMIT=25] -->
  <string name="sd_mount" product="nosdcard">USB-Späicher abannen</string>
  <!-- SD card & phone storage settings item title that will result in the phone mounting the SD card. -->
  <string name="sd_mount" product="default">SD-Kaart abannen</string>
  <!-- Subtext for Mount USB storage in Storage settings. User should never see this since we use automount. -->
  <!-- Subtext for Mount SD Card in Storage settings. User should never see this since we use automount. -->
  <!-- SD card & phone storage settings item title that will result in the phone formatting the USB storage.   [CHAR LIMIT=25] -->
  <string name="sd_format" product="nosdcard">USB-Späicher läschen</string>
  <!-- SD card & phone storage settings item title that will result in the phone formatting the SD card.   [CHAR LIMIT=25] -->
  <string name="sd_format" product="default">SD-Kaart läschen</string>
  <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.   [CHAR LIMIT=80] -->
  <string name="sd_format_summary" product="nosdcard">Läscht all d\'Daten um internen USB-Späicher, wéi Musek a Fotoen</string>
  <!-- SD card & phone storage settings item title that will result in the phone unmounting the SD card.   [CHAR LIMIT=80] -->
  <string name="sd_format_summary" product="default">Läscht all d\'Daten op der SD-Kaart, wéi Musek a Fotoen</string>
  <!-- SD card status when it is mounted as read only. Will be appended to size, starts with an unbreakable space -->
  <!-- Title of dialog asking user to confirm before clearing all caches. [CHAR LIMIT=48] -->
  <string name="memory_clear_cache_title">Tëschegespäichert Date läschen?</string>
  <!-- Message of dialog asking user to confirm before clearing all caches. [CHAR LIMIT=48] -->
  <string name="memory_clear_cache_message">Heiduerch ginn déi tëschegespäichert Date fir all d\'Appe geläscht.</string>
  <!-- SD card & phone storage settings item summary that will result in the phone connected to PC and MTP/PTP enabled.   [CHAR LIMIT=80] -->
  <string name="mtp_ptp_mode_summary">D\'MTP- oder PTP-Funktioun ass aktiv</string>
  <!-- SD card eject confirmation dialog title   [CHAR LIMIT=25] -->
  <string name="dlg_confirm_unmount_title" product="nosdcard">USB-Späicher trennen?</string>
  <!-- SD card eject confirmation dialog title   -->
  <string name="dlg_confirm_unmount_title" product="default">SD-Kaart trennen?</string>
  <!-- SD card eject confirmation dialog  [CHAR LIMIT=NONE] -->
  <string name="dlg_confirm_unmount_text" product="nosdcard">Wann s du den USB-Späicher trenns, gi verschidden Appen déi s du benotz gestoppt a kéinten ophale mat funktionéiere bis du den USB-Späicher nees verbënns.</string>
  <!-- SD card eject confirmation dialog  -->
  <string name="dlg_confirm_unmount_text" product="default">Wann s du d\'SD-Kaart trenns, gi verschidden Appen déi s du benotz gestoppt a kéinten ophale mat funktionéiere bis du d\'SD-Kaart nees verbënns.</string>
  <!-- SD card eject error dialog title   [CHAR LIMIT=30] -->
  <!-- SD card eject error dialog title   -->
  <!-- SD card eject error dialog text   [CHAR LIMIT=NONE] -->
  <!-- SD card eject error dialog text   -->
  <!-- SD card unmount informative text   [CHAR LIMIT=NONE] -->
  <string name="unmount_inform_text" product="nosdcard">Den USB-Späicher gëtt getrennt.</string>
  <!-- SD card unmount informative text   [CHAR LIMIT=NONE] -->
  <string name="unmount_inform_text" product="default">D\'SD-Kaart gëtt getrennt.</string>
  <!-- SD card eject progress title   -->
  <string name="sd_ejecting_title">Trennen</string>
  <!-- SD card eject progress text   -->
  <string name="sd_ejecting_summary">Trennung leeft</string>
  <!-- Settings item title when storage is running low [CHAR LIMIT=32] -->
  <string name="storage_low_title">De Späicher huet geschwë keng Plaz méi</string>
  <!-- Settings item summary when storage is running low [CHAR LIMIT=NONE] -->
  <string name="storage_low_summary">E puer Systemfunktioune, wéi d\'Synchroniséierung, kéinten net richteg funktionéieren. Versich Plaz fräizemaachen andeem s de Appen oder Medieninhalter läschs oder se net méi offline disponibel mëss.</string>
  <!-- Storage setting.  Menu option for renaming a storage device [CHAR LIMIT=30]-->
  <string name="storage_menu_rename">Ëmbenennen</string>
  <!-- Storage setting.  Menu option for mounting a storage device [CHAR LIMIT=30]-->
  <!-- Storage setting.  Menu option for unmounting a storage device [CHAR LIMIT=30]-->
  <!-- Storage setting.  Menu option for erasing and formatting a storage device [CHAR LIMIT=30]-->
  <!-- Storage setting.  Menu option for erasing and formatting a storage device [CHAR LIMIT=30]-->
  <!-- Storage setting.  Menu option for erasing and formatting a storage device [CHAR LIMIT=30]-->
  <!-- Storage setting.  Menu option for migrating data to a storage device [CHAR LIMIT=30]-->
  <!-- Storage setting.  Menu option for forgetting a storage device [CHAR LIMIT=30]-->
  <string name="storage_menu_forget">Vergiessen</string>
  <!-- Storage setting.  Menu option for setting up a storage device [CHAR LIMIT=30]-->
  <!-- Storage setting.  Menu option for exploring a storage device [CHAR LIMIT=30]-->
  <!-- Storage setting.  Title for USB transfer settings [CHAR LIMIT=30]-->
  <string name="storage_title_usb">USB-Computer-Connectioun</string>
  <!-- Storage setting.  USB connection category [CHAR LIMIT=30]-->
  <string name="usb_connection_category">Connectéieren als</string>
  <!-- Storage setting.  Title for MTP checkbox [CHAR LIMIT=30]-->
  <string name="usb_mtp_title">Medienapparat (MTP)</string>
  <!-- Storage setting.  Summary for MTP checkbox [CHAR LIMIT=NONE]-->
  <string name="usb_mtp_summary">Erméiglecht d\'Iwwerdroung vu Mediefichieren op Windows- oder, mat Hëllef vun \"Android File Transfer\", Mac-Computeren (kuck www.android.com/filetransfer)</string>
  <!-- Storage setting.  Title for PTP checkbox [CHAR LIMIT=30]-->
  <string name="usb_ptp_title">Kamera (PTP)</string>
  <!-- Storage setting.  Summary for PTP checkbox [CHAR LIMIT=NONE]-->
  <!-- Storage setting.  Title for MIDI checkbox [CHAR LIMIT=30]-->
  <!-- Storage setting.  Summary for MIDI checkbox [CHAR LIMIT=NONE]-->
  <!-- Section header above list of other users storage [CHAR LIMIT=32] -->
  <string name="storage_other_users">Aner Benotzer</string>
  <!-- Section header above list of internal storage devices [CHAR LIMIT=30]-->
  <!-- Section header above list of external storage devices [CHAR LIMIT=30]-->
  <!-- Summary of a single storage volume, constrasting available and total storage space. [CHAR LIMIT=48]-->
  <!-- Summary of a single storage volume used space. [CHAR LIMIT=24] -->
  <!-- Summary of a single storage volume total space. [CHAR LIMIT=48]-->
  <!-- Summary of a single storage volume total space. [CHAR LIMIT=48]-->
  <!-- Toast informing that storage mount operation was successful. [CHAR LIMIT=64]-->
  <!-- Toast informing that storage unmount operation failed. [CHAR LIMIT=64]-->
  <!-- Toast informing that storage unmount operation was successful. [CHAR LIMIT=64]-->
  <!-- Toast informing that storage unmount operation failed. [CHAR LIMIT=64]-->
  <!-- Toast informing that storage format operation was successful. [CHAR LIMIT=64]-->
  <!-- Toast informing that storage format operation failed. [CHAR LIMIT=64]-->
  <!-- Title of dialog prompting user to rename a storage volume [CHAR LIMIT=32]-->
  <!-- Dialog body informing user about an unmounted storage device. [CHAR LIMIT=NONE]-->
  <!-- Dialog body informing user about an unmountable storage device. [CHAR LIMIT=NONE]-->
  <!-- Dialog body informing user about an unsupported storage device. [CHAR LIMIT=NONE]-->
  <!-- Body of dialog informing user about consequences of formatting an internal storage device [CHAR LIMIT=NONE]-->
  <!-- Body of dialog informing user about consequences of ejecting an internal storage device [CHAR LIMIT=NONE]-->
  <!-- Body of dialog informing user about consequences of forgetting an internal storage device [CHAR LIMIT=NONE]-->
  <!-- Title of dialog confirming that user wants to forget an internal storage device [CHAR LIMIT=32]-->
  <!-- Body of dialog confirming that user wants to forget an internal storage device [CHAR LIMIT=NONE]-->
  <!-- Item title describing storage used by apps [CHAR LIMIT=48]-->
  <string name="storage_detail_apps">Appen</string>
  <!-- Item title describing storage used by images [CHAR LIMIT=48]-->
  <!-- Item title describing storage used by videos [CHAR LIMIT=48]-->
  <!-- Item title describing storage used by audio [CHAR LIMIT=48]-->
  <string name="storage_detail_audio">Toun</string>
  <!-- Item title describing storage used by cached data [CHAR LIMIT=48]-->
  <string name="storage_detail_cached">Tëschegespäichert Daten</string>
  <!-- Item title describing storage used by other data [CHAR LIMIT=48]-->
  <!-- Item title that will launch a file explorer [CHAR LIMIT=48]-->
  <!-- Body of dialog informing user about other files on a storage device [CHAR LIMIT=NONE]-->
  <!-- Body of dialog informing user about other users on a storage device [CHAR LIMIT=NONE]-->
  <!-- Title of wizard step prompting user to setup a storage device [CHAR LIMIT=32] -->
  <!-- Title of wizard choice to use storage device as external storage [CHAR LIMIT=64] -->
  <!-- Summary of wizard choice to use storage device as external storage [CHAR LIMIT=NONE] -->
  <!-- Title of wizard choice to use storage device as internal storage [CHAR LIMIT=64] -->
  <!-- Summary of wizard choice to use storage device as internal storage [CHAR LIMIT=NONE] -->
  <!-- Title of wizard step prompting user to format a storage device [CHAR LIMIT=32] -->
  <!-- Body of wizard step prompting user to format a storage device [CHAR LIMIT=NONE] -->
  <!-- Title of wizard step prompting user to format a storage device [CHAR LIMIT=32] -->
  <!-- Body of wizard step prompting user to format a storage device [CHAR LIMIT=NONE] -->
  <!-- Next button text of wizard step prompting user to format a storage device [CHAR LIMIT=32] -->
  <!-- Title of wizard step showing formatting progress [CHAR LIMIT=32] -->
  <!-- Body of wizard step showing formatting progress [CHAR LIMIT=NONE] -->
  <!-- Title of wizard step prompting user to migrate data to new storage [CHAR LIMIT=32] -->
  <!-- Body of wizard step prompting user to migrate data to new storage [CHAR LIMIT=NONE] -->
  <!-- Title of wizard choice to migrate data right now [CHAR LIMIT=64] -->
  <!-- Title of wizard choice to migrate data at later time [CHAR LIMIT=NONE] -->
  <!-- Title of wizard step prompting user to start data migration [CHAR LIMIT=32] -->
  <!-- Body of wizard step providing details about data migration [CHAR LIMIT=NONE] -->
  <!-- Title of wizard button prompting user to start data migration [CHAR LIMIT=32] -->
  <string name="storage_wizard_migrate_confirm_next">Réckelen</string>
  <!-- Title of wizard step showing migration progress [CHAR LIMIT=32] -->
  <!-- Body of wizard step providing details about data migration [CHAR LIMIT=NONE] -->
  <!-- Title of wizard step indicating that storage is ready [CHAR LIMIT=32] -->
  <!-- Body of wizard step indicating that external storage is ready [CHAR LIMIT=NONE] -->
  <!-- Body of wizard step indicating that internal storage is ready [CHAR LIMIT=NONE] -->
  <!-- Title of wizard step prompting user to move an app [CHAR LIMIT=32] -->
  <!-- Body of wizard step prompting user to move an app [CHAR LIMIT=NONE] -->
  <!-- Title of wizard step showing app move progress [CHAR LIMIT=32] -->
  <!-- Body of wizard step showing app move progress [CHAR LIMIT=NONE] -->
  <!-- Title of wizard button offering to cancel move [CHAR LIMIT=32] -->
  <!-- Title of wizard step prompting user to start data migration [CHAR LIMIT=NONE] -->
  <!-- Phone info screen, section titles: -->
  <string name="battery_status_title">Akkustatus</string>
  <!-- Phone info screen, section titles: -->
  <string name="battery_level_title">Akkuniveau</string>
  <!-- APN Settings -->
  <!-- APN settings screen title -->
  <string name="apn_settings">APNen</string>
  <!-- Screen title after user selects APNs setting option -->
  <string name="apn_edit">Zougrëffspunkt änneren</string>
  <!-- Edit access point label summary text when no value has been set -->
  <string name="apn_not_set">Net gesat</string>
  <!-- Edit access point labels: A label the user can give to the APN to allow him to differentiate it from the others -->
  <string name="apn_name">Numm</string>
  <!-- Edit access point labels: The actual access point name-->
  <string name="apn_apn">APN</string>
  <!-- Edit access point labels: The addess of the proxy to use for this APN -->
  <string name="apn_http_proxy">Proxy</string>
  <!-- Edit access point labels: The port number of the proxy to use for this APN -->
  <string name="apn_http_port">Port</string>
  <!-- Edit access point labels: The username that will be used when conencting to this APN-->
  <string name="apn_user">Benotzernumm</string>
  <!-- Edit access point labels: The password that will be used when connecting to this APN -->
  <string name="apn_password">Passwuert</string>
  <!-- Edit access point labels: The server address to conenct to for this APN -->
  <string name="apn_server">Server</string>
  <!-- Edit access point labels: -->
  <string name="apn_mmsc">MMSC</string>
  <!-- Edit access point labels: The proxy to use for MMS (multimedia messages)-->
  <string name="apn_mms_proxy">MMS-Proxy</string>
  <!-- Edit access point labels: The port on the proxy used for MMS-->
  <string name="apn_mms_port">MMS-Port</string>
  <!-- Edit access point labels: -->
  <string name="apn_mcc">MCC</string>
  <!-- Edit access point labels: -->
  <string name="apn_mnc">MNC</string>
  <!-- Edit acces  point labels: Authenticaton type-->
  <string name="apn_auth_type">Authentifizéierungstyp</string>
  <!-- Authentication Typs: None -->
  <string name="apn_auth_type_none">Keen</string>
  <!-- Authentication Typs: PAP -->
  <string name="apn_auth_type_pap">PAP</string>
  <!-- Authentication Typs: CHAP -->
  <string name="apn_auth_type_chap">CHAP</string>
  <!-- Authentication Typs: PAP or CHAP -->
  <string name="apn_auth_type_pap_chap">PAP oder CHAP</string>
  <!-- Edit access point labels: The type of APN -->
  <string name="apn_type">APN-Typ</string>
  <!-- Edit access point labels: The protocol of the APN, e.g., "IPv4", "IPv6", or "IPv4/IPv6". -->
  <string name="apn_protocol">APN-Protokoll</string>
  <!-- Edit access point labels: The protocol of the APN when roaming, e.g., "IPv4", "IPv6", or "IPv4/IPv6". -->
  <string name="apn_roaming_protocol">APN-Roamingsprotokoll</string>
  <!-- Edit enable/disable of APN -->
  <string name="carrier_enabled">APN aktivéieren/desaktivéieren</string>
  <string name="carrier_enabled_summaryOn">APN aktivéiert</string>
  <string name="carrier_enabled_summaryOff">APD desaktivéiert</string>
  <!-- Edit Beaerer Info of APN -->
  <string name="bearer">Dréier</string>
  <!-- Edit Mvno Type Info of APN -->
  <string name="mvno_type">MVNO-Typ</string>
  <!-- Edit Mvno Match Data Info of APN -->
  <string name="mvno_match_data">MVNO-Wäert</string>
  <!-- Edit access point screen menu option to delete this APN -->
  <string name="menu_delete">APN läschen</string>
  <!-- APNs screen menu option to create a brand spanking new APN -->
  <string name="menu_new">Neien APN</string>
  <!-- Edit access point screen menu option to save the user's changes for this APN to the persistent storage -->
  <string name="menu_save">Späicheren</string>
  <!-- Edit access point screen menu option to discard the user's changes for this APN -->
  <string name="menu_cancel">Verwerfen</string>
  <!-- APN error dialog title -->
  <!-- APN error dialog messages: -->
  <!-- APN error dialog messages: -->
  <!-- APN error dialog messages: -->
  <string name="error_mcc_not3">D\'MCC-Feld muss 3 Zifferen hunn.</string>
  <!-- APN error dialog messages: -->
  <string name="error_mnc_not23">D\'MCC-Feld muss 2 oder 3 Zifferen hunn.</string>
  <!-- The message of dialog indicated restoring default APN settings in progress -->
  <string name="restore_default_apn">Standard-APN-Astellunge ginn erëmhiergestallt.</string>
  <!-- APNs screen menu option to reset default APN settings -->
  <string name="menu_restore">Op de Standard zrécksetzen</string>
  <!-- APNs screen toast message to inform reset default APN settings is completed -->
  <string name="restore_default_apn_completed">Standard-APN-Astellunge goufen erëmhiergestallt.</string>
  <!-- Reset Network -->
  <!-- SD card & phone storage settings screen, setting option name under Backup & Restore heading -->
  <!-- SD card & phone storage settings screen, message on screen after user selects Reset network settings [CHAR LIMIT=NONE] -->
  <!-- SD card & phone storage settings screen, button on screen after user selects Reset network settings -->
  <!-- SD card & phone storage settings screen, message on screen after user selects Reset settings button -->
  <!-- SD card & phone storage settings screen, button on screen after user selects Reset settings button -->
  <!-- Reset settings confirmation screen title [CHAR LIMIT=30] -->
  <string name="reset_network_confirm_title">Zrécksetzen?</string>
  <!-- Error message for users that aren't allowed to reset network settings [CHAR LIMIT=none] -->
  <!-- Reset settings complete toast text [CHAR LIMIT=75] -->
  <!-- Master Clear -->
  <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading [CHAR LIMIT=30] -->
  <string name="device_reset_title">Apparat zrécksetzen</string>
  <!-- SD card & phone storage settings screen, setting option name under Internal phone storage heading -->
  <string name="master_clear_title">Op d\'Wierksastellungen zrécksetzen</string>
  <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
  <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
  <!-- SD card & phone storage settings screen, instructions and list of current accounts.  The list of accounts follows this text[CHAR LIMIT=NONE] -->
  <string name="master_clear_accounts" product="default">\n\nDu bass momentan an dëse Konten ugemellt:\n</string>
  <!-- SD card & phone storage settings screen, notification if other users are present on the device [CHAR LIMIT=NONE] -->
  <string name="master_clear_other_users_present" product="default">\n\nOp dësem Apparat sinn aner Benotzer.\n</string>
  <!-- SD card & phone storage settings screen, list of items in user data storage (USB storage or SD card) that will be erased during this operation [CHAR LIMIT=NONE] -->
  <string name="master_clear_desc_also_erases_external"><li>Musek</li>\n<li>Fotoen</li>\n<li>Aner Benotzerdaten</li></string>
  <!-- SD card & phone storage settings screen, instructions about whether to also erase the external storage (SD card) when erasing the internal storage [CHAR LIMIT=NONE] -->
  <string name="master_clear_desc_erase_external_storage" product="nosdcard">\n\nFir d\'Musek, Biller an aner Benotzerdaten ze läsche muss den <b>USB-Späicher</b> geläscht ginn.</string>
  <!-- SD card & phone storage settings screen, instructions about whether to also erase the external storage (SD card) when erasing the internal storage [CHAR LIMIT=NONE] -->
  <string name="master_clear_desc_erase_external_storage" product="default">\n\nFir d\'Musek, Biller an aner Benotzerdaten ze läsche muss d\'<b>SD-Kaart</b> geläscht ginn.</string>
  <!-- SD card & phone storage settings screen, label for check box to erase USB storage [CHAR LIMIT=30] -->
  <string name="erase_external_storage" product="nosdcard">USB-Späicher läschen</string>
  <!-- SD card & phone storage settings screen, label for check box to erase SD card [CHAR LIMIT=30] -->
  <string name="erase_external_storage" product="default">SD-Kaart läschen</string>
  <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=NONE] -->
  <string name="erase_external_storage_description" product="nosdcard">All d\'Daten um internen USB-Späicher läschen, wéi Musek oder Fotoen</string>
  <!-- SD card & phone storage settings screen, description for check box to erase USB storage [CHAR LIMIT=NONE] -->
  <string name="erase_external_storage_description" product="default">All d\'Daten op der SD-Kaart läschen, wéi Musek oder Fotoen</string>
  <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
  <string name="master_clear_button_text" product="tablet">Tablet zrécksetzen</string>
  <!-- SD card & phone storage settings screen, button on screen after user selects Factory data reset -->
  <string name="master_clear_button_text" product="default">Telefon zrécksetzen</string>
  <!-- SD card & phone storage settings screen, message on screen after user selects Reset phone button -->
  <!-- SD card & phone storage settings screen, button on screen after user selects Reset phone button -->
  <string name="master_clear_final_button_text">Alles läschen</string>
  <!-- Master clear failed message -->
  <!-- Master clear confirmation screen title [CHAR LIMIT=30] -->
  <string name="master_clear_confirm_title">Zrécksetzen?</string>
  <!-- Error message for users that aren't allowed to factory reset [CHAR LIMIT=none] -->
  <string name="master_clear_not_available">D\'Zrécksetzen op d\'Wierksastellungen ass fir dëse Benotzer net disponibel</string>
  <!-- Master clear progress screen title [CHAR LIMIT=30] -->
  <string name="master_clear_progress_title">Läschen</string>
  <!-- Master clear progress screen text [CHAR LIMIT=75] -->
  <string name="master_clear_progress_text">Waart w.e.g...</string>
  <!-- Main settings screen, Call settings title for item to go into the call settings -->
  <string name="call_settings_title">Uruffastellungen</string>
  <!-- Main settings screen, Call settings summary for item to go into call settings -->
  <string name="call_settings_summary">Mailbox, Uruffweiderleedung, Uklappen an Uruffer-Kennung ariichten</string>
  <!-- TODO: Remove them once the same entries in SettingsLib is translated. -->
  <!-- Tethering controls, item title to go into the tethering settings -->
  <!-- Tethering controls, item title to go into the tethering settings when only USB tethering is available [CHAR LIMIT=25]-->
  <string name="tether_settings_title_usb">USB-Tethering</string>
  <!-- Tethering controls, item title to go into the tethering settings when only Wifi tethering is available [CHAR LIMIT=25]-->
  <string name="tether_settings_title_wifi">Mobillen Zougankspunkt</string>
  <!-- Tethering controls, item title to go into the tethering settings when only Bluetooth tethering is available [CHAR LIMIT=25]-->
  <string name="tether_settings_title_bluetooth">Bluetooth-Tethering</string>
  <!-- Tethering controls, item title to go into the tethering settings when USB and Bluetooth tethering are available [CHAR LIMIT=25]-->
  <string name="tether_settings_title_usb_bluetooth">Tethering</string>
  <!-- Tethering controls, item title to go into the tethering settings when USB, Bluetooth and Wifi tethering are available [CHAR LIMIT=25]-->
  <string name="tether_settings_title_all">Tethering a mobillen Zougankspunkt</string>
  <!-- USB Tethering options -->
  <string name="usb_title">USB</string>
  <string name="usb_tethering_button_text">USB-Tethering</string>
  <!-- USB available subtext - shown when USB is connected but not currently being tethered -->
  <string name="usb_tethering_available_subtext">USB connectéiert. Auswiele fir ze tetheren</string>
  <!-- USB tethered subtext - shown when USB is connected and being tethered -->
  <string name="usb_tethering_active_subtext">Ugebonnen</string>
  <!-- USB storage subtext - shown when tethering is disabled because USB storage is active -->
  <!-- USB unavailable subtext - shown when USB is not connected -->
  <string name="usb_tethering_unavailable_subtext">USB net verbonnen</string>
  <!-- USB unavailable subtext - shown when USB is not connected -->
  <string name="usb_tethering_turnon_subtext">Uschléisse fir unzeschalten</string>
  <!-- USB errored subtext - shown when USB is broken for some reason -->
  <string name="usb_tethering_errored_subtext">Feeler beim USB-Tethering</string>
  <!-- Bluetooth Tethering settings-->
  <!-- Label for bluetooth tether checkbox [CHAR LIMIT=25]-->
  <string name="bluetooth_tether_checkbox_text">Bluetooth-Tethering</string>
  <!-- Bluetooth available subtext - shown when Bluetooth tethering is turned on but it is not currently tethered to any devices [CHAR LIMIT=50]-->
  <!-- Bluetooth available subtext - shown when Bluetooth tethering is turned on but it is not currently tethered to any devices [CHAR LIMIT=50]-->
  <!-- Bluetooth connected subtext - shown when a device is tethered over Bluetooth [CHAR LIMIT=60]-->
  <!-- Bluetooth connected subtext - shown when a device is tethered over Bluetooth [CHAR LIMIT=60]-->
  <!-- Bluetooth connected subtext - shown when multiple devices are tethered over Bluetooth [CHAR LIMIT=60]-->
  <!-- Bluetooth connected subtext - shown when multiple devices are tethered over Bluetooth [CHAR LIMIT=60]-->
  <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
  <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
  <!-- Bluetooth tethering off subtext - shown when Bluetooth Tethering is turned off [CHAR LIMIT=50]-->
  <!-- Bluetooth errored subtext - shown when Bluetooth is broken for some reason [CHAR LIMIT=50]-->
  <string name="bluetooth_tethering_errored_subtext">Net ugebonnen</string>
  <!-- Bluetooth Tethering settings. Error message shown when trying to connect an 8th device [CHAR LIMIT=50]-->
  <!-- Bluetooth Tethering settings.  Message for untethering from a bluetooth device [CHAR LIMIT=50]-->
  <string name="bluetooth_untether_blank">Tethering fir <xliff:g id="device_name">%1$s</xliff:g> gëtt desaktivéiert.</string>
  <!-- Tethering help button - calls up a web view with general tethering info -->
  <string name="tethering_help_button_text">Hëllef</string>
  <!-- Wireless controls, item title to go into the network settings -->
  <!-- Mobile plan [CHAR LIMIT=35]-->
  <!-- SMS Application [CHAR LIMIT=35]-->
  <string name="sms_change_default_dialog_title" translatable="true">SMS-App änneren?</string>
  <string name="sms_change_default_dialog_text" translatable="true"><xliff:g id="new_app">%1$s</xliff:g> amplaz vu(n) <xliff:g id="current_app">%2$s</xliff:g> als deng SMS-App benotzen?</string>
  <string name="sms_change_default_no_previous_dialog_text" translatable="true"><xliff:g id="new_app">%s</xliff:g> als deng SMS-App benotzen?</string>
  <!-- Wifi Assistant change wi-fi assistant title.  [CHAR LIMIT=40] -->
  <string name="network_scorer_change_active_dialog_title">WLAN-Assistent änneren?</string>
  <!-- Wifi Assistant request message.  This message asks the user if it is okay for an app to become the Wifi Assistant instead of the current Wifi Assistant app. [CHAR LIMIT=100] -->
  <string name="network_scorer_change_active_dialog_text"><xliff:g id="new_app">%1$s</xliff:g> duerch <xliff:g id="current_app">%2$s</xliff:g> ersetze fir d\'Netzwierkconnectiounen ze geréieren?</string>
  <!-- Wifi Assistant request message.  This message asks the user if it is okay for an app to become the Wifi Assistant. [CHAR LIMIT=100] -->
  <string name="network_scorer_change_active_no_previous_dialog_text"><xliff:g id="new_app">%s</xliff:g> benotze fir d\'Netzwierkconnectiounen ze geréieren?</string>
  <!-- The SIM operator is not known [CHAR_ LIMIT=50]-->
  <string name="mobile_unknown_sim_operator" translatable="true">Onbekannte SIM-Provider</string>
  <!-- There is no mobile provisiong website for the operator which is the firat parameter [CHAR_ LIMIT=50]-->
  <string name="mobile_no_provisioning_url" translatable="true">%1$s huet keng bekannte Bereetstellungs-Websäit</string>
  <!-- Ask user to insert a SIM card [CHAR_ LIMIT=50]-->
  <string name="mobile_insert_sim_card" translatable="true">Setz w.e.g. eng SIM-Kaart an a start nei</string>
  <!-- Ask user to connect to the internet [CHAR_ LIMIT=50]-->
  <string name="mobile_connect_to_internet" translatable="true">Verbann dech w.e.g. mam Internet</string>
  <!-- Security & location settings screen, section header for settings relating to location -->
  <string name="location_title">Mäi Standuert</string>
  <!-- Title for managed profile preference category [CHAR_LIMIT=25] -->
  <string name="managed_profile_location_category">Aarbechtsprofil</string>
  <!-- [CHAR LIMIT=30] Title for managed profile location switch  -->
  <string name="managed_profile_location_switch_title">Standuert fir Aarbechtsprofil</string>
  <!-- [CHAR LIMIT=30] Text to show on managed profile location switch if MDM has locked down location access for managed profile-->
  <string name="managed_profile_location_switch_lockdown">Vun der Firma desaktivéiert</string>
  <!-- [CHAR LIMIT=30] Location settings screen, setting preference screen box label for location mode -->
  <string name="location_mode_title">Modus</string>
  <!-- [CHAR LIMIT=30] Location settings screen, high accuracy location mode -->
  <string name="location_mode_high_accuracy_title">Héich Genauegkeet</string>
  <!-- [CHAR LIMIT=30] Location settings screen, battery saving location mode -->
  <string name="location_mode_battery_saving_title">Akku spueren</string>
  <!-- [CHAR LIMIT=30] Location settings screen, device only location mode -->
  <string name="location_mode_sensors_only_title">Just Apparat</string>
  <!-- [CHAR LIMIT=30] Location settings screen, location off mode -->
  <string name="location_mode_location_off_title">Standuert aus</string>
  <!-- [CHAR LIMIT=30] Location settings screen, sub category for recent location requests -->
  <string name="location_category_recent_location_requests">Rezent Standuertufroen</string>
  <!-- Location settings screen, displayed when there's no recent app accessing location -->
  <string name="location_no_recent_apps">Kierzlech hu keng Appen Zougrëff op de Standuert ugefrot</string>
  <!-- [CHAR LIMIT=30] Location settings screen, sub category for location services -->
  <string name="location_category_location_services">Standuertservicer</string>
  <!-- [CHAR LIMIT=30] Location settings screen, recent location requests high battery use-->
  <string name="location_high_battery_use">Héijen Akkuverbrauch</string>
  <!-- [CHAR LIMIT=30] Location settings screen, recent location requests low battery use-->
  <string name="location_low_battery_use">Niddregen Akkuverbrauch</string>
  <!-- [CHAR LIMIT=30] Location mode screen, screen title -->
  <string name="location_mode_screen_title">Standuertmodus</string>
  <!-- [CHAR LIMIT=130] Location mode screen, description for high accuracy mode -->
  <!-- [CHAR LIMIT=130] Location mode screen, description for battery saving mode -->
  <!-- [CHAR LIMIT=130] Location mode screen, description for sensors only mode -->
  <!-- Help menu label [CHAR LIMIT=20] Location settings screen, overflow menu that takes the user
      to scanning settings activity -->
  <!-- [CHAR LIMIT=30] Wireless background scanning settings screen, screen title -->
  <!-- [CHAR LIMIT=130] Preference title for Wi-Fi always scanning -->
  <!-- Preference description text for Wi-Fi always scanning -->
  <!-- [CHAR LIMIT=130] Description text for Bluetooth always scanning -->
  <!-- Description text for Bluetooth always scanning -->
  <!-- [CHAR LIMIT=30] Security & location settings screen, setting check box label for Google location service (cell ID, wifi, etc.) -->
  <!-- [CHAR LIMIT=130] Security & location settings screen, setting summary for Google location service check box-->
  <!-- [CHAR LIMIT=130] Security & location settings screen, setting summary when Use wireless networks check box is selected, for wifi-only devices -->
  <string name="location_neighborhood_level_wifi">Standuert iwwer WLAN determinéiert</string>
  <!-- [CHAR LIMIT=30] Security & location settings screen, setting check box label for GPS satellites -->
  <string name="location_gps">GPS-Satellitten</string>
  <!-- [CHAR LIMIT=100] Security & location settings screen, setting check box summary for GPS satellites on a tablet -->
  <string name="location_street_level" product="tablet">Appe kënne GPS um Tablet benotze fir däi Standuert festzestellen</string>
  <!-- [CHAR LIMIT=100] Security & location settings screen, setting check box summary for GPS satellites on a phone -->
  <string name="location_street_level" product="default">Appe kënne GPS um Telefon benotze fir däi Standuert festzestellen</string>
  <!-- Security & location settings screen, setting check box label if Assisted GPS should be enabled -->
  <string name="assisted_gps">Assistéierte GPS benotzen</string>
  <!-- Security & location settings screen, setting summary when Assisted GPS check box is selected -->
  <string name="assisted_gps_enabled">GPS duerch de Server ënnerstëtzen (net auswiele fir d\'Netzwierkbenotzung ze reduzéieren)</string>
  <!-- Security & location settings screen, setting summary when Assisted GPS check box is clear -->
  <string name="assisted_gps_disabled">GPS duerch de Server ënnerstëtzen (net auswiele fir d\'GPS-Leeschtung ze verbesseren)</string>
  <!-- [CHAR_LIMIT=30] Security & location settings screen, setting check box label for Google search -->
  <string name="use_location_title">Standuert a Google-Sich</string>
  <!-- [CHAR_LIMIT=100] Security & location settings screen, setting check box summary for Google search -->
  <string name="use_location_summary">Mäi Standuert u Google schécke fir d\'Sichresultater an aner Servicer ze verbesseren</string>
  <!-- [CHAR LIMIT=45] Label for turning on/off location access completely. -->
  <string name="location_access_title">Zougrëff op mäi Standuert</string>
  <!-- [CHAR LIMIT=none] Description text for location access switch -->
  <string name="location_access_summary">Appen déi eng Berechtegung gefrot hu kënnen d\'Standuertinformatioune benotzen</string>
  <!-- [CHAR LIMIT=45] Section heading for location sources -->
  <string name="location_sources_heading">Standuertquellen</string>
  <!-- About -->
  <!-- Main settings screen, setting title for the user to go into the About phone screen -->
  <string name="about_settings" product="tablet">Iwwer den Tablet</string>
  <!-- Main settings screen, setting title for the user to go into the About phone screen -->
  <string name="about_settings" product="default">Iwwer den Telefon</string>
  <!-- Main settings screen, setting summary for the user to go into the About phone screen-->
  <string name="about_settings_summary">Kuck rechtlech Informatiounen, de Status an d\'Software-Versioun</string>
  <!-- About phone settings screen, setting option name to go to dialog that shows legal info -->
  <string name="legal_information">Legal Informatiounen</string>
  <!-- About phone settings screen, setting option name to see a list of contributors -->
  <string name="contributors_title">Mataarbechter</string>
  <!-- About phone settings screen, setting option name to show Manual [CHAR LIMIT=25] -->
  <!-- About phone settings screen, setting option name to show regulatory information [CHAR LIMIT=25] -->
  <string name="regulatory_information">Reguléierungsinformatiounen</string>
  <!-- Note: this may be replaced by a more-specific title of the activity that will get launched -->
  <!-- About phone settings screen, setting option name to see copyright-related info -->
  <string name="copyright_title">Auteursrecht</string>
  <!-- Note: this may be replaced by a more-specific title of the activity that will get launched -->
  <!-- About phone settings screen, setting option name to see licensing info -->
  <string name="license_title">Lizenz</string>
  <!-- Note: this may be replaced by a more-specific title of the activity that will get launched -->
  <!-- About phone settings screen, setting option name to see terms and conditions -->
  <string name="terms_title">Geschäftsbedéngungen</string>
  <!-- Note: this may be replaced by a more-specific title of the activity that will get launched -->
  <!-- About phone settings screen, setting option name to see licensing info for WebView component. [CHAR LIMIT=35] -->
  <string name="webview_license_title">System-WebView-Lizenz</string>
  <!-- About phone settings screen, setting option name to see wallpapers attributions -->
  <string name="wallpaper_attributions">Hannergrondbiller</string>
  <!-- About phone settings screen, setting option name to see wallpapers attributions values -->
  <string name="wallpaper_attributions_values">Source vun de Satellittebiller:\n©2014 CNES / Astrium, DigitalGlobe, Bluesky</string>
  <!-- Phone Manual -->
  <!-- About phone settings screen, Manual dialog message when manual cannot be loaded -->
  <!-- Title for actual Settings license activity. -->
  <!-- About phone settings, Legal information setting option name and title of dialog box holding license info -->
  <string name="settings_license_activity_title">Open-Source-Lizenzen</string>
  <!-- About phone settings screen, Open source license dialog message when licenses cannot be loaded -->
  <string name="settings_license_activity_unavailable">Et gëtt e Problem beim Luede vun de Lizenzen.</string>
  <!-- About phone settings screen, Open source license dialog title until license is fully loaded -->
  <string name="settings_license_activity_loading">Gëtt gelueden\u2026</string>
  <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
  <string name="settings_safetylegal_title">Sécherheetsinformatiounen</string>
  <!-- About phone settings, Safety Legal information setting option name and title of dialog box holding safety legal info -->
  <string name="settings_safetylegal_activity_title">Sécherheetsinformatiounen</string>
  <!-- About phone settings screen, Safety legal dialog message when data network is not connected -->
  <!-- About phone settings screen, Safety Legal dialog title until the link is fully loaded -->
  <string name="settings_safetylegal_activity_loading">Gëtt gelueden\u2026</string>
  <!-- Lock Pattern settings -->
  <!-- Header on first screen of choose password/PIN flow [CHAR LIMIT=30] -->
  <string name="lockpassword_choose_your_password_header">Wiel däi Passwuert aus</string>
  <!-- Header on first screen of choose pattern flow [CHAR LIMIT=30] -->
  <string name="lockpassword_choose_your_pattern_header">Wiel däi Muster aus</string>
  <!-- Header on first screen of choose password/PIN flow [CHAR LIMIT=30] -->
  <string name="lockpassword_choose_your_pin_header">Wiel däi PIN aus</string>
  <!-- Header on password confirm screen [CHAR LIMIT=30] -->
  <string name="lockpassword_confirm_your_password_header">Bestäteg däi Passwuert</string>
  <!-- Header on pattern confirm screen [CHAR LIMIT=30] -->
  <string name="lockpassword_confirm_your_pattern_header">Bestäteg däi Muster</string>
  <!-- Header on password confirm screen [CHAR LIMIT=30] -->
  <string name="lockpassword_confirm_your_pin_header">Bestäteg däi PIN</string>
  <!-- Header on password confirm screen if second password doesn't match the first. [CHAR LIMIT=30] -->
  <!-- Header on pin confirm screen if second pin doesn't match the first. [CHAR LIMIT=30]-->
  <!-- Header shown to ask the user to select an unlock method [CHAR LIMIT=30] -->
  <string name="lockpassword_choose_lock_generic_header">Selektioun entspären</string>
  <!-- Toast shown if setting password was successful -->
  <string name="lockpassword_password_set_toast">Passwuert gouf gesat</string>
  <!-- Toast shown if setting PIN was successful -->
  <string name="lockpassword_pin_set_toast">PIN gouf gesat</string>
  <!-- Toast shown if setting pattern was successful -->
  <string name="lockpassword_pattern_set_toast">Muster gouf gesat</string>
  <!-- Message to be used to explain the user that he needs to enter his pattern to continue a
         particular operation. [CHAR LIMIT=70]-->
  <!-- Message to be used to explain the user that he needs to enter his PIN to continue a
         particular operation. [CHAR LIMIT=70]-->
  <!-- Message to be used to explain the user that he needs to enter his password to continue a
         particular operation. [CHAR LIMIT=70]-->
  <!-- Security & location settings screen, change security method screen instruction if user
         enters incorrect PIN [CHAR LIMIT=30] -->
  <string name="lockpassword_invalid_pin">Falsche PIN</string>
  <!-- Security & location settings screen, change security method screen instruction if user
         enters incorrect password [CHAR LIMIT=30] -->
  <!-- Security & location settings screen, change unlock pattern screen instruction if user
         draws incorrect pattern [CHAR LIMIT=30] -->
  <!-- Lock Pattern settings -->
  <!-- Security & location settings screen, header -->
  <!-- Security & location settings screen, setting option name -->
  <string name="lockpattern_change_lock_pattern_label">Entspärmuster änneren</string>
  <!-- Security & location settings screen, change unlock pattern screen instruction when the user chooses "Change unlock pattern".  We first ask the user toe nter the current pattern, and this is the message seen -->
  <string name="lockpattern_change_lock_pin_label">Entspär-PIN änneren</string>
  <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen.  This si when they are supposed to draw a new unlock pattern (for example, if they are changing their unlock patterns)..-->
  <string name="lockpattern_recording_intro_header">Entspärmuster zeechnen</string>
  <!-- Security & location settings screen, change unlock pattern screen hint on bottom of screen.  We are telling them to press the menu button to see more options or help. -->
  <string name="lockpattern_recording_intro_footer">Menü drécke fir d\'Hëllef.</string>
  <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen while drawing pattern -->
  <string name="lockpattern_recording_inprogress">Fanger lassloosse wa fäerdeg</string>
  <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen if user doesn't connect enough dots -->
  <string name="lockpattern_recording_incorrect_too_short">Verbann mindestens <xliff:g id="number">%d</xliff:g> Punkten. Probéier nees.</string>
  <!-- Security & location settings screen, change unlock pattern screen message on top of screen after drawing pattern -->
  <string name="lockpattern_pattern_entered_header">Muster gespäichert</string>
  <!-- Security & location settings screen, change unlock pattern screen instruction on top of screen to confirm pattern -->
  <string name="lockpattern_need_to_confirm">Zeechen d\'Muster nees fir ze bestätegen</string>
  <string name="lockpattern_pattern_confirmed_header">Däin neit Entspärmuster</string>
  <!-- Security & location settings screen, change unlock pattern screen button, on bottom of screen.  After they draw a pattern and release their finger, we display the pattern so they remember.  When they are ready to draw it once again to confirm it, they press this button. -->
  <string name="lockpattern_confirm_button_text">Bestätegen</string>
  <!-- Security & location settings screen, change unlock pattern screen button, on bottom of screen.  After they draw a pattern and release their finger, we display the pattern so they remember.  If they are nto satisfied with this pattern, they click this button to redraw the pattern. -->
  <string name="lockpattern_restart_button_text">Nei zeechnen</string>
  <!-- Security & location settings screen, change unlock pattern screen button, on bottom of screen. If they are supposed to enter their current pattern before being able to draw another one, and they screw up, they hit this button to try again -->
  <string name="lockpattern_retry_button_text">Eidel maachen</string>
  <!-- Security & location settings screen, change unlock pattern screen button, on bottom of screen. Once they draw a new pattern and confirm it by drawing it again, they press this button to exit -->
  <string name="lockpattern_continue_button_text">Weider</string>
  <!-- Security & location settings screen, unlock screen activity title -->
  <string name="lockpattern_settings_title">Entspärmuster</string>
  <!-- Security & location settings screen, setting check box title if the unlock pattern MUST be drawn everytime they turn on the screen -->
  <string name="lockpattern_settings_enable_title">Muster verlaangen</string>
  <!-- Security & location settings screen, setting summary for the checkbox "Require pattern" -->
  <string name="lockpattern_settings_enable_summary">Fir z\'entspäre muss e Muster gezeechent ginn</string>
  <!-- Security & location settings screen, setting check box title. This setting controls whether a visible green line is drawn as the user moves his finger around while drawing the unlock pattern.  If checked, this line is drawn.  If unchecked, there is nothing drawn so the user does not reveal his pattern while he unlocks the phone.-->
  <string name="lockpattern_settings_enable_visible_pattern_title">Muster siichtbar maachen</string>
  <!-- Security & location settings screen, setting check box title. This setting controls whether tactile feedback will be produced when the user draws the pattern.-->
  <string name="lockpattern_settings_enable_tactile_feedback_title">Beim Drécke vibréieren</string>
  <!-- Security & location settings screen, setting check box title. This controls whether the device locks immediately when the power button is pressed. [CHAR LIMIT=28]-->
  <string name="lockpattern_settings_enable_power_button_instantly_locks">Uschaltknäppche späert direkt</string>
  <!-- Security & location settings screen, setting optional summary when a trust agent is enabled-->
  <string name="lockpattern_settings_power_button_instantly_locks_summary">Ausser wann duerch <xliff:g id="trust_agent_name">%1$s</xliff:g> am entspaarten Zoustand gehalen</string>
  <!-- Security & location settings screen, setting option name when user has never set an unlock pattern -->
  <string name="lockpattern_settings_choose_lock_pattern">Entspärmuster setzen</string>
  <!-- Security & location settings screen, setting option name when user has previously set an unlock pattern and wants to change to a new pattern -->
  <string name="lockpattern_settings_change_lock_pattern">Entspärmuster änneren</string>
  <!-- Security & location settings screen, the help instructions (an animation) caption -->
  <string name="lockpattern_settings_help_how_to_record">Wéi een Entspärmusteren zeechent</string>
  <!-- Security & location settings screen, confirm unlock pattern screen hint at the bottom after
         too many incorrect attempts [CHAR LIMIT=120]-->
  <!-- Displayed when user launches a widget configuration activity that was uninstalled -->
  <string name="activity_not_found">D\'App ass net op dengem Telefon installéiert.</string>
  <!-- Applications Settings -->
  <!-- Applications settings screen, setting option name for the user to go to the screen to manage installed applications  -->
  <string name="manageapplications_settings_title">Appe geréieren</string>
  <!-- Applications settings screen, setting option summary for the user to go to the screen to manage installed applications  -->
  <string name="manageapplications_settings_summary">Installéiert Appe geréieren a läschen</string>
  <!-- Applications settings title, on main settings screen. If clicked, the user is taken to a settings screen full of application settings-->
  <string name="applications_settings">Appen</string>
  <!-- Applications settings summary, on main settings screen. The summary for the "Applications" item on the main settings screen. Describes what settings are accessible from the "Applications" screen. -->
  <string name="applications_settings_summary">Appe geréieren, Tastekombinatioune fir Appe séier ze starte festleeën</string>
  <!-- Applications settings screen heading. The header for the Application settings screen. -->
  <string name="applications_settings_header">App-Astellungen</string>
  <!-- Applications settings screen, setting check box title. If checked, the system allows installation of applications that are downloaded from random places, such as web sites.  -->
  <string name="install_applications">Onbekannt Quellen</string>
  <!-- Applications settings screen, setting check box title. If checked, the system allows installation of applications that are downloaded from random places, such as web sites.  [CHAR LIMIT=30] -->
  <string name="install_applications_title">All App-Quellen erlaben</string>
  <!-- Applications settings screen, setting check box summary.  This is the summary for "Unknown sources" checkbox  [CHAR LIMIT=65] -->
  <string name="install_unknown_applications_title">Doduerch kënnen Appen aus anere Quellen installéiert ginn</string>
  <!-- Applications settings screen, setting check box summary.  This is the summary for "Unknown sources" checkbox  -->
  <string name="install_unknown_applications">Installatioun vun Appen aus onbekannte Quellen erlaben</string>
  <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
  <string name="install_all_warning" product="tablet">Däin Tablet an deng perséinlech Date si méi a Gefor attackéiert ze ginn duerch Appen aus onbekannte Quellen. Du stëmms zou datt s du eleng fir Schued un dengem Tablet oder Dateverloscht duerch dës Appe responsabel bass.</string>
  <!-- Applications settings screen, message text of alert that appears if user selects the "Unknown sources" check box -->
  <string name="install_all_warning" product="default">Däin Telefon an deng perséinlech Date si méi a Gefor attackéiert ze ginn duerch Appen aus onbekannte Quellen. Du stëmms zou datt s du eleng fir Schued un dengem Tablet oder Dateverloscht duerch dës Appe responsabel bass.</string>
  <!-- Applications settings screen, setting check box title. If checked, applications show more settings options. -->
  <string name="advanced_settings">Erweidert Astellungen</string>
  <!-- Applications settings screen, setting check box summary.  This is the summary for "Advanced settings" checkbox  -->
  <string name="advanced_settings_summary">Optioune fir Experten aktivéieren</string>
  <!-- Manage applications, individual application info screen title. For example, if they click on "Browser" in "Manage applications", the title of the next screen will be this -->
  <string name="application_info_label">App-Info</string>
  <!-- Manage applications, individual application info screen, section heading for stuff relating to an app's storage settings. -->
  <string name="storage_label">Späicher</string>
  <!-- Manage applications, individual application info screen,  heading for settings related to controlling whether this app is the default for some actions -->
  <!-- Manage applications, individual application info screen,  heading for settings related to controlling whether this app is the default for some actions *and* whether the app was given permission by the user to create widgets -->
  <string name="auto_launch_label_generic">Standartwäerter</string>
  <!-- Manage applications, individual application info screen,  heading for settings related to controlling application screen compatibility -->
  <string name="screen_compatibility_label">Schiermkompatibilitéit</string>
  <!-- Manage applications, individual application info screen, heading for settings related to the app's permissions. for example, it may list all the permissions the app has. -->
  <string name="permissions_label">Berechtegungen</string>
  <!-- Manage applications, Header name used for cache information -->
  <string name="cache_header_label">Tëschespäicher</string>
  <!-- Manage applications, text label for button -->
  <string name="clear_cache_btn_text">Tëschespäicher eidel maachen</string>
  <!-- Manage applications, label that appears next to the cache size -->
  <string name="cache_size_label">Tëschespäicher</string>
  <!-- Manage applications, Header name used for other controls -->
  <string name="controls_label">Steierelementer</string>
  <!-- Manage applications, text label for button to kill / force stop an application -->
  <string name="force_stop">Zoumaachen erzwéngen</string>
  <!-- Manage applications, individual application info screen,label under Storage heading.  The total storage space taken up by this app. -->
  <string name="total_size_label">Total</string>
  <!-- Manage applications, individual application info screen, label under Storage heading. The amount of space taken up by the application itself (for example, the java compield files and things like that) -->
  <string name="application_size_label">App</string>
  <!--  Manage applications, individual application info screen, label under Storage heading.  The amount of space taken up by the app's code on USB storage [CHARSIZE=40] -->
  <string name="external_code_size_label">USB-Späicher-App</string>
  <!-- Manage applications, individual application info screen, label under Storage heading.  The amount of sapce taken up by the app's data (for example, downloaded emails or something like that) -->
  <string name="data_size_label">Daten</string>
  <!--  Manage applications, individual application info screen, label under Storage heading.  The amount of space taken up by the app's data on USB storage [CHARSIZE=40] -->
  <string name="external_data_size_label" product="nosdcard">USB-Späicherdaten</string>
  <!--  Manage applications, individual application info screen, label under Storage heading.  The amount of space taken up by the app's data on the SD card [CHARSIZE=40] -->
  <string name="external_data_size_label" product="default">SD-Kaart</string>
  <!-- Manage applications, individual application info screen, button label under Storage heading. Button to remove the application from the system. -->
  <string name="uninstall_text">Desinstalléieren</string>
  <!-- Manage applications, individual application info screen, menu item to uninstall an application for all users. -->
  <string name="uninstall_all_users_text">Fir all d\'Benotzer desinstalléieren</string>
  <!-- [CHAR LIMIT=NONE] Manage applications, individual application info screen, button label under Storage heading. Button to install an application for the user. -->
  <string name="install_text">Installéieren</string>
  <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to disable an existing application. -->
  <string name="disable_text">Desaktivéieren</string>
  <!-- [CHAR LIMIT=25] Manage applications, individual application info screen, button label under Storage heading. Button to re-enable an existing application. -->
  <string name="enable_text">Aktivéieren</string>
  <!-- Manage applications, individual application info screen, button label under Storage heading. Button to clear all data associated with tis app (for exampel, remove all cached emails for an Email app) -->
  <string name="clear_user_data_text">Date läschen</string>
  <!-- Manage applications, restore updated system application to factory version -->
  <string name="app_factory_reset">Aktualiséierung läschen</string>
  <!-- Manage applications, individual application info screen, screen, message text under Launch by default heading. This is present if the app is set as a default for some actions. -->
  <!-- Manage applications, individual application info screen, screen, message text under Launch by default heading. This is present if the app was given user permission to create widgets. -->
  <!-- Manage applications, individual application screen, text under Launch by default heading if the app is NOT a default for actions -->
  <string name="auto_launch_disable_text">Kee Standard gesat.</string>
  <!-- Manage applications, individual application screen, button label under Launch by default heading.  This is used to clear any default actions that may be assigned to this app.  -->
  <string name="clear_activities">Als Standard läschen</string>
  <!-- Manage applications, individual application info screen, screen, message text under screen compatibility heading -->
  <string name="screen_compatibility_text">Dës App ass eventuell net fir däi Schierm ausgeluecht. Du kanns hei astelle wéi se sech un däi Schierm upasst.</string>
  <!-- Manage applications, individual application screen, checkbox to control asking for compatibility mode.  -->
  <string name="ask_compatibility">Beim Start froen</string>
  <!-- Manage applications, individual application screen, checkbox to control compatibility mode.  -->
  <string name="enable_compatibility">App skaléieren</string>
  <!-- TODO: Remove it once the same entry in SettingsLib is translated. -->
  <!-- Manage apps, individual app screen, substituted for the application's label when the app's label CAN NOT be determined.-->
  <string name="unknown">Onbekannt</string>
  <!-- [CHAR LIMIT=25] Manage applications screen, menu item.  Sorts all of the apps in the list alphabetically. -->
  <string name="sort_order_alpha">No Numm zortéieren</string>
  <!-- Manage applications screen, menu item. Sorts all of the apps in the list based on their file size.  This is used to uninstall when space is getting low. -->
  <string name="sort_order_size">No Gréisst zortéieren</string>
  <!-- [CHAR LIMIT=25] Manage applications screen, menu item.  Show running services. -->
  <string name="show_running_services">Lafend Servicer uweisen</string>
  <!-- [CHAR LIMIT=25] Manage applications screen, menu item.  Show background cached processes. -->
  <string name="show_background_processes">Tëschegespäichert Prozesser uweisen</string>
  <!-- [CHAR LIMIT=NONE] Advanced applications screen, preference title.  Choose the emergency application. -->
  <!-- [CHAR LIMIT=NONE] Manage applications screen, menu item.  Reset all of user's app preferences. -->
  <string name="reset_app_preferences">App-Preferenzen zrécksetzen</string>
  <!-- [CHAR LIMIT=NONE] Manage applications screen, menu item.  Title of dialog to confirm resetting user's app preferences. -->
  <string name="reset_app_preferences_title">App-Preferenzen zrécksetzen?</string>
  <!-- [CHAR LIMIT=NONE] Manage applications screen, menu item.  Body of dialog to confirm resetting user's app preferences. -->
  <string name="reset_app_preferences_desc">Heiduerch ginn all d\'Preferenzen zréckgesat fir:\n\n
        <li>Desaktivéiert Appen</li>\n
        <li>Desaktivéiert App-Notifikatiounen</li>\n
        <li>Standard Appe fir Aktiounen</li>\n
        <li>Hannergronddatenaschränkunge fir Appen</li>\n
        <li>Berechtegungsaschränkungen</li>\n\n
        Du verléiers keng App-Daten.</string>
  <!-- [CHAR LIMIT=25] Manage applications screen, menu item.  Confirmation button of dialog to confirm resetting user's app preferences. -->
  <string name="reset_app_preferences_button">Appen zrécksetzen</string>
  <!-- Manage applications screen, individual app screen, button label when the user wants to manage the space taken up by an app. -->
  <string name="manage_space_text">Plaz geréieren</string>
  <!-- Text for menu option in ManageApps screen to present various menu options -->
  <string name="filter">Filter</string>
  <!-- Title of dialog for presenting filter options -->
  <string name="filter_dlg_title">Filteroptiounen auswielen</string>
  <!-- Text for filter option in ManageApps screen to display all installed
    applications -->
  <string name="filter_apps_all">All</string>
  <!-- [CHAR LIMIT=NONE] Text for filter option in ManageApps screen to display disabled apps -->
  <string name="filter_apps_disabled">Desaktivéiert</string>
  <!-- Text for filter option in ManageApps screen to display third party
    applications only -->
  <string name="filter_apps_third_party">Erofgelueden</string>
  <!-- Text for filter option in ManageApps screen to display list of running
    packages only. -->
  <string name="filter_apps_running">Lafend</string>
  <!-- Text for filter option in ManageApps screen to display list of
    packages installed on sdcard. [CHAR LIMIT=30] -->
  <string name="filter_apps_onsdcard" product="nosdcard">USB-Späicher</string>
  <!-- Text for filter option in ManageApps screen to display list of
    packages installed on sdcard. -->
  <string name="filter_apps_onsdcard" product="default">Op der SD-Kaart</string>
  <!-- [CHAR LIMIT=25] Manage applications, text telling using an application is disabled. -->
  <string name="disabled">Desaktivéiert</string>
  <!-- [CHAR LIMIT=30] Manage applications, text telling using an application is not installed for the current user. The key part is that it's not installed. -->
  <string name="not_installed">Net fir Benotzer installéiert</string>
  <!-- [CHAR LIMIT=25] Text shown when there are no applications to display. -->
  <string name="no_applications">Keng Appen.</string>
  <!-- [CHAR LIMIT=15] Manage applications, label for chart showing internal storage use. -->
  <string name="internal_storage">Interne Späicher</string>
  <!-- [CHAR LIMIT=30] Title for internal device storage that is capitalized for placement as a phrase into another sentence -->
  <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
  <string name="sd_card_storage" product="nosdcard">USB-Späicher</string>
  <!-- [CHAR LIMIT=15] Manage applications, label for chart showing SD card storage use. -->
  <string name="sd_card_storage" product="default">SD-Kaartespäicher</string>
  <!-- Manage app screen, shown when the activity is busy recomputing the size of each app -->
  <string name="recompute_size">D\'Gréisst gëtt nei berechent\u2026</string>
  <!-- Manage applications, individual application screen, confirmation dialog title. Displays when user selects to "Clear data". -->
  <string name="clear_data_dlg_title">App-Date läschen?</string>
  <!-- Manage applications, individual application screen, confirmation dialog message. Displays when user selects to "Clear data". It warns the user of the consequences of clearing the data for an app. -->
  <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". Goes through with the clearing of the data. -->
  <string name="dlg_ok">OK</string>
  <!-- Manage applications, individual application screen, confirmation dialog button. Displays when user selects to "Clear data". -->
  <string name="dlg_cancel">Ofbriechen</string>
  <!-- Manage applications, individual application dialog box title. Shown when the user somehow got into a state where it wants to manage some app that isn't found. -->
  <!-- Manage applications, individual application dialog box message. Shown when the user somehow got into a state where it wants to manage some app that isn't found. -->
  <!-- Manage applications, individual application dialog box message. Shown when there was an error trying to clear the data. -->
  <!-- Manage applications, factory reset dialog title for system applications. -->
  <string name="app_factory_reset_dlg_title">Aktualiséierung läschen?</string>
  <!-- Manage applications, factory reset option dialog text for system applications. -->
  <string name="app_factory_reset_dlg_text">All d\'Updatë vun dëser Android-System-App ginn desinstalléiert.</string>
  <!-- Manage applications, title for dialog if clear data fails-->
  <string name="clear_failed_dlg_title">Date läschen</string>
  <!-- Manage applications, text for dialog if clear data fails-->
  <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. -->
  <string name="security_settings_desc" product="tablet">Dës App kann op dës Elementer vun dengem Tablet zougräifen:</string>
  <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading. This describes the permissions that the application has. -->
  <string name="security_settings_desc" product="default">Dës App kann op dës Elementer vun dengem Telefon zougräifen:</string>
  <!-- [CHAR_LIMIT=NONE] Manage applications, individual application info screen, text that appears under the "Permissions" heading.
         This describes the permissions that the application has.  It is used when multiple packages are contributing
         to the permissions and need to be listed here. -->
  <string name="security_settings_desc_multi" product="tablet">Dës App kann op dës Elementer vun dengem Tablet zougräifen.
Fir d\'Performance ze verbesseren an de Späicherverbrauch ze reduzéiere stinn e puer vun dëse Berechtegunge fir <xliff:g id="base_app_name">%1$s</xliff:g> zur Verfügung well s\'am selwechte Prozess leeft wéi <xliff:g id="additional_apps_list">%2$s</xliff:g>:</string>
  <!-- [CHAR_LIMIT=NONE] Manage applications, individual application info screen, text that appears under the "Permissions" heading.
         This describes the permissions that the application has.  It is used when multiple packages are contributing
         to the permissions and need to be listed here. -->
  <string name="security_settings_desc_multi" product="default">Dës App kann op dës Elementer vun dengem Telefon zougräifen.
Fir d\'Performance ze verbesseren an de Späicherverbrauch ze reduzéiere stinn e puer vun dëse Berechtegunge fir <xliff:g id="base_app_name">%1$s</xliff:g> zur Verfügung well s\'am selwechte Prozess leeft wéi <xliff:g id="additional_apps_list">%2$s</xliff:g>:</string>
  <!-- [CHAR_LIMIT=NONE] Format to put together two items in a list. -->
  <string name="join_two_items"><xliff:g id="first_item">%1$s</xliff:g> a(n) <xliff:g id="second_item">%2$s</xliff:g></string>
  <!-- [CHAR_LIMIT=NONE] Format to put the last item at the end of a series of 3 or more items in a list -->
  <string name="join_many_items_last"><xliff:g id="all_but_last_item">%1$s</xliff:g> a(n) <xliff:g id="last_item">%2$s</xliff:g></string>
  <!-- [CHAR_LIMIT=NONE] Format to put the first item at the start of a series of 3 or more items in a list -->
  <string name="join_many_items_first"><xliff:g id="first_item">%1$s</xliff:g>, <xliff:g id="all_but_first_and_last_item">%2$s</xliff:g></string>
  <!-- [CHAR_LIMIT=NONE] Format to put the middle items together in a series of 4 or more items in a list -->
  <string name="join_many_items_middle"><xliff:g id="added_item">%1$s</xliff:g>, <xliff:g id="rest_of_items">%2$s</xliff:g></string>
  <!-- Manage applications, individual application info screen, text that appears under the "Permissions" heading after the app has tried to send to a premium SMS. [CHAR LIMIT=50] -->
  <string name="security_settings_billing_desc">Fir dës App kéinte Fraisen ufalen:</string>
  <!-- Manage applications, text for permission to send to premium SMS short codes. [CHAR LIMIT=40] -->
  <string name="security_settings_premium_sms_desc">Premium-SMS schécken</string>
  <string name="computing_size">Gëtt berechent\u2026</string>
  <!-- String displayed when list is empty -->
  <!-- Manage applications, version string displayed in app snippet -->
  <string name="version_text">Versioun <xliff:g id="version_num">%1$s</xliff:g></string>
  <!-- Manage applications, text for Move button -->
  <string name="move_app">Réckelen</string>
  <!-- Manage applications, text for Move button to move app to internal storage -->
  <string name="move_app_to_internal" product="tablet">Op den Tablet réckelen</string>
  <!-- Manage applications, text for Move button to move app to internal storage -->
  <string name="move_app_to_internal" product="default">Op den Telefon réckelen</string>
  <!-- Manage applications, text for Move button  to move app to sdcard [CHAR LIMIT=25] -->
  <string name="move_app_to_sdcard" product="nosdcard">Op den USB-Späicher réckelen</string>
  <!-- Manage applications, text for Move button  to move app to sdcard -->
  <string name="move_app_to_sdcard" product="default">Op d\'SD-Kaart réckelen</string>
  <!-- Manage applications, title for dialog when killing persistent apps-->
  <!-- Manage applications, text for Move button when move is in progress -->
  <string name="moving">Gëtt geréckelt</string>
  <!-- Manage applications, text for move error messages -->
  <string name="insufficient_storage">Net genuch Späicherplaz.</string>
  <string name="app_forward_locked">D\'App ass kopéiergeschützt.</string>
  <string name="force_stop_dlg_title">Zoumaachen erzwéngen?</string>
  <!-- [CHAR LIMIT=200] Manage applications, text for dialog when killing persistent apps-->
  <string name="force_stop_dlg_text">Wann s du eng App stopps kéint se sech onerwënscht verhalen.</string>
  <!-- Manage applications, text for dialog when moving an app -->
  <!-- Manage applications, text for dialog moving an app -->
  <!-- Manage applications, application installation location title -->
  <string name="app_install_location_title">Preferréiert Installatiounsplaz</string>
  <!-- Manage applications. application installation location summary -->
  <string name="app_install_location_summary">Déi preferréiert Installatiounsplaz fir nei Appen änneren</string>
  <!-- [CHAR LIMIT=30] Manage applications, title for dialog when disabling apps -->
  <string name="app_disable_dlg_title">Agebauten App desaktivéieren?</string>
  <!-- [CHAR LIMIT=30] Manage applications, label for option to disable app -->
  <!-- [CHAR LIMIT=200] Manage applications, text for dialog when disabling apps -->
  <!-- [CHAR LIMIT=NONE] Manage applications, title for dialog when disabling updated apps -->
  <string name="app_special_disable_dlg_title">Date läschen an App desaktivéieren?</string>
  <!-- [CHAR LIMIT=NONE] Manage applications, text for dialog when disabling update apps -->
  <!-- [CHAR LIMIT=30] Manage applications, title for dialog when disabling notifications for an app -->
  <string name="app_disable_notifications_dlg_title">Notifikatiounen ausschalten?</string>
  <!-- [CHAR LIMIT=200] Manage applications, text for dialog when disabling notifications for an app -->
  <string name="app_disable_notifications_dlg_text">Wann s du d\'Notifikatioune fir dës App ausschalts kéints du wichteg Warnungen an Aktualiséierunge verpassen.</string>
  <!-- App Ops Settings -->
  <!-- [CHAR LIMIT=NONE] App ops settings title, on main settings screen. If clicked, the user is taken to a settings screen for app operations -->
  <string name="app_ops_settings">App-Virgäng</string>
  <!-- [CHAR LIMIT=NONE] Time label for an operation that is currently running. -->
  <string name="app_ops_running">Lafend</string>
  <!-- [CHAR LIMIT=NONE] Time label for an operation that has never executed. -->
  <string name="app_ops_never_used">(Ni benotzt)</string>
  <!-- [CHAR LIMIT=25] Text shown when there are no default Apps -->
  <!-- [CHAR LIMIT=25] Services settings screen, setting option name for the user to go to the screen to view app storage use -->
  <string name="storageuse_settings_title">Späicherbenotzung</string>
  <!-- Services settings screen, setting option summary for the user to go to the screen to app storage use -->
  <string name="storageuse_settings_summary">Kuck de Späicher dee vun den Appe benotzt gëtt</string>
  <!-- Services settings screen, setting option name for the user to go to the screen to view running services -->
  <string name="runningservices_settings_title">Lafend Servicer</string>
  <!-- Services settings screen, setting option summary for the user to go to the screen to view running services  -->
  <string name="runningservices_settings_summary">Kuck a steier d\'Servicer déi momentan lafen</string>
  <!-- Label for a service item when it is restarting -->
  <string name="service_restarting">Gëtt nei gestart</string>
  <!-- Label for a process item representing a background process -->
  <string name="cached">Tëschegespäichert Hannergrondprozesser</string>
  <!-- [CHAR LIMIT=25] Text shown when there are no services running -->
  <string name="no_running_services">Keng lafend Servicer.</string>
  <!-- Running services, description for a service in the started state -->
  <string name="service_started_by_app">Vun der App gestart.</string>
  <!-- Running services, description for a service in the started state -->
  <string name="service_client_name"><xliff:g id="client_name">%1$s</xliff:g></string>
  <!-- [CHAR LIMIT=10] Running services, summary of background processes -->
  <string name="service_background_processes"><xliff:g id="memory">%1$s</xliff:g> fräi</string>
  <!-- [CHAR LIMIT=10] Running services, summary of foreground processes -->
  <string name="service_foreground_processes"><xliff:g id="memory">%1$s</xliff:g> benotzt</string>
  <!-- [CHAR LIMIT=10] Running services, label for chart showing memory use. -->
  <string name="memory">RAM</string>
  <!-- Text to label a process entry with the process name. -->
  <string name="service_process_name"><xliff:g id="process">%1$s</xliff:g></string>
  <!-- TODO: Remove it once the same entry in SettingsLib is translated. -->
  <!-- [CHAR LIMIT=NONE] Label of a running process that represents another user -->
  <string name="running_process_item_user_label">Benotzer: <xliff:g id="user_name">%1$s</xliff:g></string>
  <!-- [CHAR LIMIT=NONE] Label of a running process that represents a removed -->
  <string name="running_process_item_removed_user_label">Benotzer geläscht</string>
  <!-- Descriptive text of a running process: singular process, singular service. -->
  <string name="running_processes_item_description_s_s"><xliff:g id="numprocess">%1$d</xliff:g>
        Prozess an <xliff:g id="numservices">%2$d</xliff:g> Service</string>
  <!-- Descriptive text of a running process: singular process, plural service. -->
  <string name="running_processes_item_description_s_p"><xliff:g id="numprocess">%1$d</xliff:g>
        Prozess a(n) <xliff:g id="numservices">%2$d</xliff:g> Servicer</string>
  <!-- Descriptive text of a running process: plural process, singular service. -->
  <string name="running_processes_item_description_p_s"><xliff:g id="numprocess">%1$d</xliff:g>
        Prozesser an <xliff:g id="numservices">%2$d</xliff:g> Service</string>
  <!-- Descriptive text of a running process: plural process, plural service. -->
  <string name="running_processes_item_description_p_p"><xliff:g id="numprocess">%1$d</xliff:g>
        Prozesser a(n) <xliff:g id="numservices">%2$d</xliff:g> Servicer</string>
  <!-- [CHAR LIMIT=NONE] Top title of the header of the running processes/services list. -->
  <string name="running_processes_header_title">Späicher vum Apparat</string>
  <!-- [CHAR LIMIT=NONE] Bottom test of the header leading in to the running
         processes/services list. -->
  <string name="running_processes_header_footer">App-RAM-Benotzung</string>
  <!-- [CHAR LIMIT=20] Running processes/services header: prefix for line showing RAM
         used by system. -->
  <string name="running_processes_header_system_prefix">System</string>
  <!-- [CHAR LIMIT=20] Running processes/services header: prefix for line showing RAM
         used by apps. -->
  <string name="running_processes_header_apps_prefix">Appen</string>
  <!-- [CHAR LIMIT=20] Running processes/services header: prefix for line showing RAM
         that is free. -->
  <string name="running_processes_header_free_prefix">Fräi</string>
  <!-- [CHAR LIMIT=20] Running processes/services header: prefix for line showing total RAM
         used by everything. -->
  <string name="running_processes_header_used_prefix">Benotzt</string>
  <!-- [CHAR LIMIT=20] Running processes/services header: prefix for line showing portion
         of free RAM that is used by cached apps. -->
  <string name="running_processes_header_cached_prefix">Am Tëschespäicher</string>
  <!-- [CHAR_LIMIT=20] Running processes/services header: formatter for RAM use amount. -->
  <string name="running_processes_header_ram"><xliff:g id="ram">%1$s</xliff:g> vum RAM</string>
  <!-- Details about an application's running services. -->
  <string name="runningservicedetails_settings_title">Lafend App</string>
  <!-- Message displayed when there are no active services in a process. -->
  <string name="no_services">Net aktiv</string>
  <!-- Title for list of services. -->
  <string name="runningservicedetails_services_title">Servicer</string>
  <!-- Title for list of services. -->
  <string name="runningservicedetails_processes_title">Prozesser</string>
  <!-- Running service details, stop a service that has started itself. -->
  <string name="service_stop">Stopp</string>
  <!-- Running service details, manage a service that is running for some other reason. -->
  <string name="service_manage">Astellungen</string>
  <!-- Running service details, default description for services that are started. -->
  <string name="service_stop_description">Dëse Service gouf vu senger App gestart. Wann s du e stopps kéint d\'App ofstierzen.</string>
  <!-- Running service details, description for running heavy-weight process. -->
  <!-- Running service details, description for background process. -->
  <!-- Running service details, default description for services that are managed. -->
  <string name="service_manage_description"><xliff:g id="client_name">%1$s</xliff:g>: gëtt grad benotzt. Dréck op \"Astellungen\" fir se ze steieren.</string>
  <!-- Description of the main process in the details. -->
  <string name="main_running_process_description">Haaptprozess gëtt benotzt.</string>
  <!-- Message that a process's service is in use. -->
  <string name="process_service_in_use_description">Service <xliff:g id="comp_name">%1$s</xliff:g> gëtt benotzt.</string>
  <!-- Message that a process's provider is in use. -->
  <string name="process_provider_in_use_description">Service <xliff:g id="comp_name">%1$s</xliff:g> gëtt benotzt.</string>
  <!-- Running service details, stop confirmation dialog title. Displays when user selects selects to stop a system service. -->
  <string name="runningservicedetails_stop_dlg_title">Systemservice stoppen?</string>
  <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
  <string name="runningservicedetails_stop_dlg_text" product="tablet">Wann s du dëse Service stopps kéinte verschidde Funktiounen um Tablet ophale mat funktionéiere bis de den Tablet ausschalts an nei uschalts.</string>
  <!-- Running service details, stop confirmation descriptive text. Displays when user selects selects to stop a system service. -->
  <string name="runningservicedetails_stop_dlg_text" product="default">Wann s du dëse Service stopps kéinte verschidde Funktiounen um Telefon ophale mat funktionéiere bis de den Telefon ausschalts an nei uschalts.</string>
  <!-- Language Settings -->
  <!-- Title of setting on main settings screen.  This item will take the user to the screen to tweak settings realted to locale and text -->
  <string name="language_settings">Sprooch an Agab</string>
  <!-- Title of Language and keyboard settings screen -->
  <string name="language_keyboard_settings_title">Sprooch an Agab</string>
  <!-- On Language & keyboard settings screen, heading. Inside the "Language & keyboard settings" screen, this is the header for settings that relate to language (select the system language, user dictionary for the language). -->
  <string name="language_settings_category">Sproochastellungen</string>
  <!-- On Language & keyboard settings screen, heading. Inside the "Language & keyboard settings" screen, this is the header for settings that relate to keyboard (enable/disable each keyboard, settings for each keyboard). -->
  <string name="keyboard_settings_category">Tastatur a Methode fir anzeginn</string>
  <!-- On Text & language settings screen, setting option name. title of the setting to take the user to a screen to select the locale. -->
  <string name="phone_language">Sprooch</string>
  <!-- On Text & language settings screen, setting option name. summary of the setting to take the user to a screen to select the locale. -->
  <!-- On Text & language settings screen, setting option name. title of the setting to enable autoreplace of entered text. auto replace is a feature that will automatically correct mistyped words. -->
  <string name="auto_replace">Automatesch ersetzen</string>
  <!-- On Text & language settings screen, setting summary.  This is the summary for the "Auto-replace" setting. -->
  <string name="auto_replace_summary">Falschgeschriwwe Wierder korrigéieren</string>
  <!-- On Text & language settings screen, setting option name.  title of the setting to enable autocapitalization of entered text.  for example, after the user finishes a sentence, the next letter he types will automatically be capitalizated. [CHAR LIMIT=25] -->
  <string name="auto_caps">Automatesch Groussschreiwung</string>
  <!-- On Text & language settings screen, setting summary. Summary for the Auto-cap setting. [CHAR LIMIT=100]-->
  <string name="auto_caps_summary">Éischte Buschtaf an all Saz groussschreiwen</string>
  <!-- On Text & language settings screen, setting option name. title of the setting to enable automatic punctuation of entered text.  for example, it will change an entered "youre" to "you're". -->
  <string name="auto_punctuate">Automatesch Zeechesetzung</string>
  <!-- On Text & language settings screen, category for physical keyboard text entry options. -->
  <string name="hardkeyboard_category">Astellunge fir physesche Tastaturen</string>
  <!-- On Text & language settings screen, setting summary for the Auto-punctuate setting. -->
  <string name="auto_punctuate_summary">Zweemol Espace drécke fir e \u0022.\u0022 anzefügen</string>
  <!-- On Security & location settings screen, setting check box name. Title of the checkbox to set whether password edit fields will show the most recent character typed and then hide it, or just hide it right away.  By hide, I mean mask it out. -->
  <string name="show_password">Passwierder siichtbar maachen</string>
  <!-- Warning message about security implications of enabling an input method, displayed as a dialog
         message when the user selects to enable an IME. -->
  <string name="ime_security_warning">Dës Method fir anzegi kéint an der Lag sinn all Text, deen s du agëss, inklusiv perséinlech Date wéi Passwierder a Kreditkaartennummeren, ze sammelen. D\'Method ass Deel vun der App <xliff:g id="ime_application_name">%1$s</xliff:g>. Dës Method fir anzegi benotzen?</string>
  <!-- Warning message about security implications of enabling a spell checker, displayed as a dialog
         message when the user selects to enable a spell checker. -->
  <string name="spellchecker_security_warning">Dësen Orthographiekorrekturprogramm kéint de ganzen Text, deen s du agëss, sammelen, inklusiv perséinlechen Date wéi Passwierder a Kreditkaartennummeren. E kënnt aus der App <xliff:g id="spellchecker_application_name">%1$s</xliff:g>. Dësen Orthographiekorrekturprogramm benotzen?</string>
  <!-- Image button description for spell checker quick settings. -->
  <string name="spellchecker_quick_settings">Astellungen</string>
  <!-- Image button description for spell checker language. -->
  <string name="spellchecker_language">Sprooch</string>
  <!-- Toast that settings for an application is failed to open. -->
  <string name="failed_to_open_app_settings_toast">Konnt d\'Astellunge fir <xliff:g id="spell_application_name">%1$s</xliff:g> net opmaachen</string>
  <!-- On Language & input settings screen, heading. Inside the "Language & input settings" screen, this is the header for settings that relate to mouse and trackpad devices. [CHAR LIMIT=40] -->
  <string name="pointer_settings_category">Maus/Trackpad</string>
  <!-- On Language & input settings screen, setting summary.  Setting for mouse pointer speed. [CHAR LIMIT=35] -->
  <string name="pointer_speed">Mausgeschwindegkeet</string>
  <!-- On Language & input settings screen, heading. Inside the "Language & input settings" screen, this is the header for settings that relate to game controller devices. [CHAR LIMIT=40] -->
  <string name="game_controller_settings_category">Spill-Controller</string>
  <!-- On Language & input settings screen, setting title.  Setting to redirect vibration to input devices. [CHAR LIMIT=35] -->
  <string name="vibrate_input_devices">Vibratioun benotzen</string>
  <!-- On Language & input settings screen, setting summary.  Setting to redirect vibration to input devices. [CHAR LIMIT=100] -->
  <string name="vibrate_input_devices_summary">Vibratioun op de Spillcontroller ëmleede wann ugeschloss.</string>
  <!-- Keyboard Layout Preference Dialog -->
  <!-- Title for the keyboard layout preference dialog. [CHAR LIMIT=35] -->
  <string name="keyboard_layout_dialog_title">Tastatur-Layout auswielen</string>
  <!-- Button to configure keyboard layouts.  [CHAR LIMIT=35] -->
  <string name="keyboard_layout_dialog_setup_button">Tastatur-Layouten astellen</string>
  <!-- Hint describing how to switch keyboard layouts using the keyboard.  [CHAR LIMIT=48] -->
  <string name="keyboard_layout_dialog_switch_hint">Dréck Steierung+Spacetast fir ze wiesselen</string>
  <!-- Label of the default keyboard layout.  [CHAR LIMIT=35] -->
  <string name="keyboard_layout_default_label">Standard</string>
  <!-- Keyboard Layout Picker -->
  <!-- Title for the keyboard layout picker activity. [CHAR LIMIT=35] -->
  <string name="keyboard_layout_picker_title">Tastaturlayouten</string>
  <!-- User dictionary settings -->
  <!-- User dictionary settings. The title of the list item to go into the Personal dictionary settings screen. [CHAR LIMIT=35] -->
  <string name="user_dict_settings_title">Perséinlechen Dictionnaire</string>
  <!-- User dictionary settings.  The summary of the list item to go into the Personal dictionary settings screen. -->
  <!-- User dictionary settings. The title of the menu item to add a new word to the user dictionary. -->
  <string name="user_dict_settings_add_menu_title">Dobäisetzen</string>
  <!-- User dictionary settings. The title of the dialog to add a new word to the user dictionary. [CHAR LIMIT=25] -->
  <string name="user_dict_settings_add_dialog_title">An den Dictionnaire setzen</string>
  <!-- User dictionary settings. The title of the screen to add/edit a new word to the user dictionary; it describes the phrase that will be added to the user dictionary. [CHAR LIMIT=25] -->
  <string name="user_dict_settings_add_screen_title">Saz</string>
  <!-- User dictionary settings. Text on the dialog button to pop more options for adding a word. [CHAR LIMIT=16] -->
  <string name="user_dict_settings_add_dialog_more_options">Méi Optiounen</string>
  <!-- User dictionary settings. Text on the dialog button mask advanced options. [CHAR LIMIT=15] -->
  <string name="user_dict_settings_add_dialog_less_options">Manner Optiounen</string>
  <!-- User dictionary settings. Text on the dialog button to confirm adding a word. [CHAR LIMIT=15] -->
  <string name="user_dict_settings_add_dialog_confirm">OK</string>
  <!-- User dictionary settings. Label to put before the word field (that's the word that will actually be added to the user dictionary when OK is pressed). [CHAR LIMIT=20] -->
  <string name="user_dict_settings_add_word_option_name">Wuert:</string>
  <!-- User dictionary settings. Label to put before the shortcut field (once a shortcut is registered, the user can type the shortcut and get the word it points to in the suggestions). [CHAR LIMIT=20] -->
  <string name="user_dict_settings_add_shortcut_option_name">Tastaturofkierzung:</string>
  <!-- User dictionary settings. Label to put before the language field. [CHAR LIMIT=20] -->
  <string name="user_dict_settings_add_locale_option_name">Sprooch:</string>
  <!-- User dictionary settings. Hint for the text field to type the word to add to the user dictionary. [CHAR LIMIT=35] -->
  <string name="user_dict_settings_add_word_hint">Gëff e Wuert an</string>
  <!-- User dictionary settings. Hint for the text field to type the optional shortcut to add to the user dictionary. [CHAR LIMIT=35] -->
  <string name="user_dict_settings_add_shortcut_hint">Optional Ofkierzung</string>
  <!-- User dictionary settings. The title of the dialog to edit an existing word in the user dictionary. -->
  <string name="user_dict_settings_edit_dialog_title">Wuert änneren</string>
  <!-- User dictionary settings. The title of the context menu item to edit the current word -->
  <string name="user_dict_settings_context_menu_edit_title">Änneren</string>
  <!-- User dictionary settings. The title of the context menu item to delete the current word -->
  <string name="user_dict_settings_context_menu_delete_title">Läschen</string>
  <!-- User dictionary settings. The text to show when there are no user-defined words in the dictionary  [CHAR LIMIT=200] -->
  <!-- User dictionary settings. The list item to choose to insert a word into the user dictionary for all languages -->
  <string name="user_dict_settings_all_languages">Fir all d\'Sproochen</string>
  <!-- User dictionary settings. The text to show for the option that shows the entire list of supported locales to choose one [CHAR LIMIT=30] -->
  <string name="user_dict_settings_more_languages">Méi Sproochen&#8230;</string>
  <!-- This is for diagnostics screen. The title of a screen with various items realted to launching screens that will giev the user info. For example, it contains "Phone information" and "Battery information" -->
  <string name="testing">Testen</string>
  <!-- In the Testing screen.  The item title of the activity that shows a bunch of phone-related information.  -->
  <string name="testing_phone_info" product="tablet">Tabletsinformatioun</string>
  <!-- In the Testing screen.  The item title of the activity that shows a bunch of phone-related information.  -->
  <string name="testing_phone_info" product="default">Telefonsinformatioun</string>
  <!-- Do not translate. In the Testing screen. The item title of the activity that shows a bunch of SIM-related operations.  -->
  <string name="testing_sim_toolkit">SIM-Geschirkëscht</string>
  <!-- Input methods Settings -->
  <string name="input_methods_settings_title">Textagab</string>
  <!-- Setting name for Input Method chooser -->
  <string name="input_method">Method fir anzeginn</string>
  <!-- Title for the option to press to choose the current keyboard, also known as input method [CHAR LIMIT=35] -->
  <string name="current_input_method">Aktuell Tastatur</string>
  <!-- Title for setting the visibility of input method selector [CHAR LIMIT=35] -->
  <string name="input_method_selector">Auswiel vun der Method fir anzeginn</string>
  <!-- An option to always show input method selector automatically when needed [CHAR LIMIT=25] -->
  <string name="input_method_selector_show_automatically_title">Automatesch</string>
  <!-- An option to always show input method selector [CHAR LIMIT=25] -->
  <string name="input_method_selector_always_show_title">Ëmmer uweisen</string>
  <!-- An option to always hide input method selector [CHAR LIMIT=25] -->
  <string name="input_method_selector_always_hide_title">Ëmmer verstoppen</string>
  <!-- Title for configuring input method settings [CHAR LIMIT=35] -->
  <string name="configure_input_method">Methode fir anzeginn astellen</string>
  <!-- Title for settings of each IME [CHAR LIMIT=25] -->
  <string name="input_method_settings">Astellungen</string>
  <!-- Spoken description for IME settings image button [CHAR LIMIT=NONE] -->
  <string name="input_method_settings_button">Astellungen</string>
  <!-- Title for settings of active input methods in each IME [CHAR LIMIT=35] -->
  <string name="active_input_method_subtypes">Aktiv Methode fir anzeginn</string>
  <!-- Title for settings whether or not the framework will select input methods in an IME based on the current system locale. [CHAR LIMIT=35] -->
  <string name="use_system_language_to_select_input_method_subtypes">Systemsprooch benotzen</string>
  <!-- Input Methods Settings localized format string for generating the appropriate "Foo settings" menu label for the Input Method named "Foo" [CHAR LIMIT=35] -->
  <string name="input_methods_settings_label_format"><xliff:g id="ime_name">%1$s</xliff:g>-Astellungen</string>
  <!-- Title for the settings of selecting active input methods of an IME [CHAR LIMIT=35] -->
  <string name="input_methods_and_subtype_enabler_title">Wiel déi aktiv Methode fir anzeginn</string>
  <!-- Summary for on-screen keyboard settings -->
  <string name="onscreen_keyboard_settings_summary">Astellunge fir d\'Schiermtastatur</string>
  <!-- Title for built-in keyboard settings -->
  <string name="builtin_keyboard_settings_title">Physesch Tastatur</string>
  <!-- Summary for built-in keyboard settings -->
  <string name="builtin_keyboard_settings_summary">Astellunge fir physesche Tastaturen</string>
  <!-- Development Settings.  the title for the item to take the user to Development settings.  Development settings are settings meant for application developers.  -->
  <string name="development_settings_title">Entwéckleroptiounen</string>
  <!-- Development Settings summary.  The summary of the item to take the user to Development settings.  Development settings are settings meant for application developers. -->
  <string name="development_settings_summary">Optioune fir d\'App-Entwécklung setzen</string>
  <!-- Setting checkbox title for Whether to enable USB debugging support on the phone. -->
  <!-- Error message for users that aren't allowed to modify developer options [CHAR LIMIT=none] -->
  <string name="development_settings_not_available">Entwéckleroptioune si fir dëse Benotzer net disponibel</string>
  <!-- Error message for users that aren't allowed to modify VPN settings [CHAR LIMIT=none] -->
  <string name="vpn_settings_not_available">VPN-Astellunge sinn net fir dëse Benotzer disponibel</string>
  <!-- Error message for users that aren't allowed to modify Tethering settings [CHAR LIMIT=none] -->
  <string name="tethering_settings_not_available">Tethering-Astellungen net fir dëse Benotzer disponibel</string>
  <!-- Error message for users that aren't allowed to modify Access Point Names settings [CHAR LIMIT=none] -->
  <string name="apn_settings_not_available">Astellunge vum Zougrëffspunkt sinn net fir dëse Benotzer disponibel</string>
  <string name="enable_adb">Feelersich iwwer USB</string>
  <!-- Setting checkbox summary for Whether to enable USB debugging support on the phone -->
  <string name="enable_adb_summary">Debug-Modus wann USB connectéiert ass</string>
  <!-- Setting title to revoke secure USB debugging authorizations -->
  <string name="clear_adb_keys">USB-Debugging-Erlaabnes zréckhuelen</string>
  <!-- [CHAR LIMIT=NONE] Setting checkbox title for Whether to include bug report item in power menu. -->
  <string name="bugreport_in_power">Ofkierzung fir Feelerberichter</string>
  <!-- [CHAR LIMIT=NONE] Setting checkbox summary for Whether to include bug report item in power -->
  <string name="bugreport_in_power_summary">Am Ausschaltmenü e Knäppchen uweise fir Feelerberichter ze schécken</string>
  <!-- Setting Checkbox title whether to keep the screen on when plugged in to a power source -->
  <string name="keep_screen_on">Waakreg bleiwen</string>
  <!-- setting Checkbox summary whether to keep the screen on when plugged in  -->
  <string name="keep_screen_on_summary">Schierm beim Oplueden ëmmer uloossen</string>
  <!-- Setting Checkbox title whether to enable bluetooth HCI snoop log -->
  <string name="bt_hci_snoop_log">Bluetooth-HCI-Snoop-Protokoll aktivéieren</string>
  <!-- setting Checkbox summary whether to capture all bluetooth HCI packets in a file -->
  <string name="bt_hci_snoop_log_summary">All d\'Bluetooth-HCI-Päck an engem Fichier erfaassen</string>
  <!-- setting Checkbox title whether to enable OEM unlock [CHAR_LIMIT=35] -->
  <string name="oem_unlock_enable">OEM-Entspärung</string>
  <!-- setting Checkbox summary whether to enable OEM unlock [CHAR_LIMIT=50] -->
  <string name="oem_unlock_enable_summary">Bootloader-Entspärung zouloossen</string>
  <!-- Confirmation dialog title to ensure user wishes to enable OEM unlock and disable theft protection features -->
  <string name="confirm_enable_oem_unlock_title">OEM-Entspärung erlaben?</string>
  <!-- Warning dialog message to confirm user wishes to enable OEM unlock and disable theft protection features -->
  <string name="confirm_enable_oem_unlock_text">Warnung: D\'Schutzfunktioune fir den Apparat funktionéieren net, soulaang dës Astellung aktivéiert ass.</string>
  <!-- UI debug setting: limit size of Android logger buffers -->
  <string name="select_logd_size_title">Gréisst vum Protokoll-Tëschespäicher</string>
  <!-- UI debug setting: limit size of Android logger buffers [CHAR LIMIT=59] -->
  <string name="select_logd_size_dialog_title">Gréisst vum Protokoll-Tëschespäicher auswielen</string>
  <!-- UI debug setting: select current app to mock location [CHAR LIMIT=50] -->
  <!-- UI debug setting: no mock location app has been set [CHAR LIMIT=50] -->
  <!-- UI debug setting: mock location app has been set [CHAR LIMIT=50] -->
  <!-- Setting Checkbox title whether to enable view attribute inspection -->
  <string name="debug_view_attributes">Inspektioun vun den Uweisattributer aktivéieren</string>
  <!-- Title of warning dialog about the implications of enabling USB debugging -->
  <!-- Preference category for networking debugging development settings. [CHAR LIMIT=50] -->
  <!-- Setting Checkbox title whether to show options for wireless display certification -->
  <string name="wifi_display_certification">Zertifizéierung vum kabellose Schierm</string>
  <!-- Setting Checkbox title whether to enable WiFi Verbose Logging. [CHAR LIMIT=40] -->
  <string name="wifi_verbose_logging">Detailéiert WLAN-Protokolléierung aktivéieren</string>
  <!-- Setting Checkbox title whether to enable WiFi Aggressive Handover. [CHAR LIMIT=40] -->
  <!-- Setting Checkbox title whether to enable WiFi Scanning in the presence of traffic. [CHAR LIMIT=80] -->
  <string name="wifi_allow_scan_with_traffic">WLAN-Roamingsich ëmmer erlaben</string>
  <!-- Setting Checkbox title whether to enable WiFi Scanning in the presence of traffic. [CHAR LIMIT=80] -->
  <!-- Setting Checkbox title whether to always keep cellular data active. [CHAR LIMIT=80] -->
  <!-- setting Checkbox summary whether to show options for wireless display certification  -->
  <string name="wifi_display_certification_summary">Optioune fir d\'Zertifizéierung vum kabellose Schierm uweisen</string>
  <!-- Setting Checkbox summary whether to enable Wifi verbose Logging [CHAR LIMIT=80] -->
  <string name="wifi_verbose_logging_summary">Niveau fir WLAN-Protokolléierung erhéijen, am WLAN-Picker pro SSID-RSSI uweisen</string>
  <!-- Setting Checkbox summary whether to enable Wifi aggressive handover [CHAR LIMIT=130] -->
  <!-- Setting Checkbox summary whether to always allow WiFi Roam Scans [CHAR LIMIT=130] -->
  <string name="wifi_allow_scan_with_traffic_summary">WLAN-Roamingsiche jee no Ëmfang vum Datentrafic an der Schnëttstell zouloossen bzw. net zouloossen</string>
  <!-- UI debug setting: limit size of Android logger buffers -->
  <string name="select_logd_size_title">Gréisst vum Protokoll-Tëschespäicher</string>
  <!-- UI debug setting: limit size of Android logger buffers [CHAR LIMIT=59] -->
  <string name="select_logd_size_dialog_title">Gréisst vum Protokoll-Tëschespäicher auswielen</string>
  <!-- UI debug setting: select USB configuration -->
  <!-- UI debug setting: limit size of Android logger buffers [CHAR LIMIT=59] -->
  <!-- Setting Checkbox title whether to allow mock locations -->
  <string name="allow_mock_location">Simuléiert Standuerter erlaben</string>
  <!-- setting Checkbox summary whether to allow mock locations  -->
  <string name="allow_mock_location_summary">Simuléiert Standuerter erlaben</string>
  <!-- Setting Checkbox title whether to enable view attribute inspection -->
  <string name="debug_view_attributes">Inspektioun vun den Uweisattributer aktivéieren</string>
  <!-- Title of warning dialog about the implications of enabling USB debugging -->
  <!-- Setting Checkbox summary whether to use DHCP client from Lollipop (Android 5.0) [CHAR LIMIT=130] -->
  <string name="adb_warning_title">USB-Debugging erlaben?</string>
  <!-- Warning text to user about the implications of enabling USB debugging -->
  <string name="adb_warning_message">USB-Debugging ass just fir Entwécklungszwecker geduecht. Benotz et fir Daten tëscht dengem Computer an dengem Apparat ze kopéieren, Appen ouni Notifikatioun op dengem Apparat z\'installéieren a Protokolldaten ze liesen.</string>
  <!-- Message of dialog confirming that user wants to revoke access to adb from all computers they have authorized -->
  <!-- Title of warning dialog about the implications of enabling developer settings -->
  <string name="dev_settings_warning_title">Entwécklungsoptiounen erlaben?</string>
  <!-- Warning text to user about the implications of enabling USB debugging -->
  <string name="dev_settings_warning_message">Dës Astellunge si just fir Entwécklungszwecker geduecht. Se kënnen den Apparat an d\'Appen déi drop sinn dozou bréngen ofzestierzen oder sech donieft ze behuelen.</string>
  <!-- Title of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=32] -->
  <string name="verify_apps_over_usb_title">Appen iwwer USB verifizéieren</string>
  <!-- Summary of checkbox setting to perform package verification on apps installed over USB/ADT/ADB [CHAR LIMIT=NONE] -->
  <string name="verify_apps_over_usb_summary">Appen déi iwwer ADB/ADT installéiert goufen ob béisaartegt Behuelen iwwerpréiwen.</string>
  <!-- Title of checkbox setting that protects external storage. [CHAR LIMIT=32] -->
  <string name="enforce_read_external_title" product="nosdcard">USB-Späicher schützen</string>
  <!-- Summary of checkbox setting that protects external storage. [CHAR LIMIT=64] -->
  <string name="enforce_read_external_summary" product="nosdcard">Appe mussen eng Berechtegung froe fir vum USB-Späicher ze liesen</string>
  <!-- Title of dialog confirming that user wants to protect external storage. [CHAR LIMIT=32] -->
  <string name="enforce_read_external_confirm_title" product="nosdcard">USB-Späicher schützen?</string>
  <!-- Message of dialog confirming that user wants to protect external storage. [CHAR LIMIT=NONE] -->
  <string name="enforce_read_external_confirm_message" product="nosdcard">Wann den USB-Späicher geschützt ass, mussen Appen eng Berechtegung ufroe fir d\'Date vum externe Späicher ze liesen.\n\n.Verschidden Appe kéinten doduerch net funktionéiere bis se vun hiren Entwéckler aktualiséiert ginn.</string>
  <!-- Title of checkbox setting that protects external storage. [CHAR LIMIT=32] -->
  <string name="enforce_read_external_title" product="default">SD-Kaart schützen</string>
  <!-- Summary of checkbox setting that protects external storage. [CHAR LIMIT=64] -->
  <string name="enforce_read_external_summary" product="default">Appe mussen eng Berechtegung ufroe fir d\'SD-Kaart ze liesen</string>
  <!-- Title of dialog confirming that user wants to protect external storage. [CHAR LIMIT=32] -->
  <string name="enforce_read_external_confirm_title" product="default">SD-Kaart schützen?</string>
  <!-- Message of dialog confirming that user wants to protect external storage. [CHAR LIMIT=NONE] -->
  <string name="enforce_read_external_confirm_message" product="default">Wann d\'SD-Kaart geschützt ass, mussen Appen eng Berechtegung ufroe fir d\'Date vum externe Späicher ze liesen.\n\n.Verschidden Appe kéinten doduerch net funktionéiere bis se vun hiren Entwéckler aktualiséiert ginn.</string>
  <!-- Title of checkbox setting that enables the terminal app. [CHAR LIMIT=32] -->
  <string name="enable_terminal_title">Lokalen Terminal</string>
  <!-- Summary of checkbox setting that enables the terminal app. [CHAR LIMIT=64] -->
  <string name="enable_terminal_summary">Terminal-App mat Zougrëff op déi lokal Shell aktivéieren</string>
  <!-- Title for the screen that lets the user choose a gadget to add to the home screen
         (or other screens that can host gadgets).  Note to translators: we're still determining
         the final name for Gadgets/Widgets, so please translate both for now. -->
  <string name="gadget_picker_title">Gadget auswielen</string>
  <!-- Title for the screen that lets the user choose a widget to add to the home screen
         (or other screens that can host widgets).  Note to translators: we're still determining
         the final name for Gadgets/Widgets, so please translate both for now. -->
  <string name="widget_picker_title">Widget auswielen</string>
  <!-- Title in dialog that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] -->
  <string name="allow_bind_app_widget_activity_allow_bind_title">Widget erstellen an Zougrëff erlaben?</string>
  <!-- Message in dialog that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] -->
  <string name="allow_bind_app_widget_activity_allow_bind">Nodeem s du de Widget erstallt hues kann <xliff:g id="widget_host_name">%1$s</xliff:g> op all d\'Daten zougräifen déi en uweist.</string>
  <!-- Text for checkbox that pops up when an app requests permission to bind a widget [CHAR LIMIT=NONE] -->
  <string name="allow_bind_app_widget_activity_always_allow_bind"><xliff:g id="widget_host_name">%1$s</xliff:g> ëmmer erlabe fir nei Widgeten z\'erstellen an op hir Daten zouzegräifen</string>
  <!-- Used to show an amount of time in the form "d days, h hours, m minutes, s seconds" in BatteryHistory -->
  <string name="battery_history_days"><xliff:g id="days">%1$d</xliff:g>d <xliff:g id="hours">%2$d</xliff:g>h <xliff:g id="minutes">%3$d</xliff:g>m <xliff:g id="seconds">%4$d</xliff:g>s</string>
  <!-- Used to show an amount of time in the form "h hours, m minutes, s seconds" in BatteryHistory -->
  <string name="battery_history_hours"><xliff:g id="hours">%1$d</xliff:g>h <xliff:g id="minutes">%2$d</xliff:g>m <xliff:g id="seconds">%3$d</xliff:g>s</string>
  <!-- Used to show an amount of time in the form "m minutes, s seconds" in BatteryHistory -->
  <string name="battery_history_minutes"><xliff:g id="minutes">%1$d</xliff:g>m <xliff:g id="seconds">%2$d</xliff:g>s</string>
  <!-- Used to show an amount of time in the form "s seconds" in BatteryHistory -->
  <string name="battery_history_seconds"><xliff:g id="seconds">%1$d</xliff:g>s</string>
  <!-- Used to show an amount of time in the form "d days, h hours, m minutes, s seconds" in BatteryHistory -->
  <string name="battery_history_days_no_seconds"><xliff:g id="days">%1$d</xliff:g>d <xliff:g id="hours">%2$d</xliff:g>h <xliff:g id="minutes">%3$d</xliff:g>m</string>
  <!-- Used to show an amount of time in the form "h hours, m minutes, s seconds" in BatteryHistory -->
  <string name="battery_history_hours_no_seconds"><xliff:g id="hours">%1$d</xliff:g>h <xliff:g id="minutes">%2$d</xliff:g>m</string>
  <!-- Used to show an amount of time in the form "m minutes, s seconds" in BatteryHistory -->
  <string name="battery_history_minutes_no_seconds"><xliff:g id="minutes">%1$d</xliff:g>m</string>
  <!-- XXX remove? Strings used for displaying usage statistics -->
  <string name="usage_stats_label">Benotzungsstatistiken</string>
  <!-- In the Testing screen. The item title of the activity that shows usage statistics.  -->
  <string name="testing_usage_stats">Benotzungsstatistiken</string>
  <!-- label for text to indicate sort options -->
  <string name="display_order_text">Zortéieren no:</string>
  <!-- label for application name -->
  <string name="app_name_label">App</string>
  <!-- label for last time used -->
  <string name="last_time_used_label">Fir d\'lescht benotzt</string>
  <!-- label for usage time -->
  <string name="usage_time_label">Benotzungszäit</string>
  <!-- Accessibility settings -->
  <!-- Settings title in main settings screen for accessibility settings -->
  <string name="accessibility_settings">Accessibilitéit</string>
  <!-- Settings title for accessibility settings screen -->
  <string name="accessibility_settings_title">Accessibilitéits-Astellungen</string>
  <!-- Title for the accessibility preference category of accessibility services. [CHAR LIMIT=25] -->
  <string name="accessibility_services_title">Servicer</string>
  <!-- Title for the accessibility preference category of system related preferences. [CHAR LIMIT=25] -->
  <string name="accessibility_system_title">System</string>
  <!-- Title for the accessibility preference category of display related preferences. [CHAR LIMIT=25] -->
  <string name="accessibility_display_title">Usiicht</string>
  <!-- Title for the accessibility preference screen to enable video captioning. [CHAR LIMIT=35] -->
  <string name="accessibility_captioning_title">Titelen</string>
  <!-- Title for the accessibility preference screen to enable screen magnification. [CHAR LIMIT=35] -->
  <string name="accessibility_screen_magnification_title">Vergréisserungsgesten</string>
  <!-- Summary for the accessibility preference screen to enable screen magnification. [CHAR LIMIT=none] -->
  <!-- Title for the preference to enable the global geture that turns on accessibility. [CHAR LIMIT=35] -->
  <string name="accessibility_global_gesture_preference_title">Accessibilitéitsofkierzung</string>
  <!-- Summary for the preference to enable the global geture that turns on accessibility (on state). [CHAR LIMIT=60] -->
  <string name="accessibility_global_gesture_preference_summary_on">Un</string>
  <!-- Summary for the preference screen to enable the global geture that turns on accessibility (off state). [CHAR LIMIT=35] -->
  <string name="accessibility_global_gesture_preference_summary_off">Aus</string>
  <!--  Description for the preference screen to enable the global geture taht turns on accessibility. [CHAR LIMIT=none] -->
  <string name="accessibility_global_gesture_preference_description">Wann s du dës Funktioun uschalts, kanns du an zwee Schrëtter d\'Accessibilitéitsfunktiounen aktivéieren:\n\n1. Schrëtt: Dréck an hal den Un-/Aus-Knäppche bis de en Toun héiers oder eng Vibratioun fills.\n\n2. Schrëtt: Dréck an hal zwee Fangere bis de eng Tounbestätegung héiers.\n\nWann den Apparat méi wéi ee Benotzer huet an dës Funktioun um Spärschierm benotzt gëtt, ginn um d\'Accessibilitéitsfunktiounen temporär aktivéiert bis den Apparat entspaart gëtt.</string>
  <!-- Title for the accessibility preference to enable large text. [CHAR LIMIT=35] -->
  <string name="accessibility_toggle_large_text_preference_title">Groussen Text</string>
  <!-- Title for the accessibility preference to high contrast text. [CHAR LIMIT=35] -->
  <string name="accessibility_toggle_high_text_contrast_preference_title">Héich-Kontrasträichen Text</string>
  <!-- Title for the accessibility preference to enable screen magnification. [CHAR LIMIT=35] -->
  <string name="accessibility_toggle_screen_magnification_preference_title">Schiermvergréisserung</string>
  <!-- Title for the accessibility preference to auto update screen magnification. [CHAR LIMIT=35] -->
  <string name="accessibility_toggle_screen_magnification_auto_update_preference_title">Schiermvergréisserung automatesch aktualiséieren</string>
  <!-- Summary for the accessibility preference to auto update screen magnification. [CHAR LIMIT=50] -->
  <string name="accessibility_toggle_screen_magnification_auto_update_preference_summary">Schiermvergréisserung beim App-Wiessel aktualiséieren</string>
  <!-- Title for the accessibility preference to power button to end a call. [CHAR LIMIT=35] -->
  <string name="accessibility_power_button_ends_call_prerefence_title">Uschaltknäppche schléisst Gespréicher of</string>
  <!-- Title for the accessibility preference to speak passwords. [CHAR LIMIT=35] -->
  <string name="accessibility_toggle_speak_password_preference_title">Passwierder virliesen</string>
  <!-- Title for accessibility preference to choose long-press delay i.e. timeout before it is detected. [CHAR LIMIT=35] -->
  <string name="accessibility_long_press_timeout_preference_title">Reaktiounszäit fir d\'Drécken an Unhalen</string>
  <!-- Title for the accessibility preference to configure display color inversion. [CHAR LIMIT=NONE] -->
  <string name="accessibility_display_inversion_preference_title">Faarwen invertéieren</string>
  <!-- Subtitle for the accessibility preference to configure display color inversion. [CHAR LIMIT=NONE] -->
  <string name="accessibility_display_inversion_preference_subtitle">(Experimentell) Kéint d\'Performanz beaflossen</string>
  <!-- Title for the accessibility preference to configure display color space correction. [CHAR LIMIT=NONE] -->
  <string name="accessibility_display_daltonizer_preference_title">Faarfkorrektur</string>
  <!-- Subtitle for the accessibility preference to configure display color space correction. [CHAR LIMIT=NONE] -->
  <string name="accessibility_display_daltonizer_preference_subtitle">Dës Funktioun as experimentell a kéint d\'Performanz beaflossen.</string>
  <!-- Title for the preference to show a tile for a particular feature in the Quick Settings pane. [CHAR LIMIT=NONE] -->
  <string name="enable_quick_setting">An de séieren Astellungen uweisen</string>
  <!-- Title for the preference to configure the type of color space correction to apply. [CHAR LIMIT=NONE] -->
  <string name="daltonizer_type">Korrekturmodus</string>
  <!-- Summary shown for color space correction preference when its value is overridden by another preference [CHAR LIMIT=35] -->
  <string name="daltonizer_type_overridden">Iwwerschriwwe vum <xliff:g id="title" example="Simulate color space">%1$s</xliff:g></string>
  <!-- Label for disabling color space adjustment [CHAR LIMIT=45] -->
  <string name="daltonizer_mode_disabled">Desaktivéiert</string>
  <!-- Label for converting display colors to grayscale, which simulates monochromacy (complete color blindness). [CHAR LIMIT=45] -->
  <string name="daltonizer_mode_monochromacy">Faarweblannheet</string>
  <!-- Label for deuteranomaly (red-green color blindness) [CHAR LIMIT=45] -->
  <string name="daltonizer_mode_deuteranomaly">Deuteranomalie (Schwächt bei Rout/Gréng)</string>
  <!-- Label for protanomaly (red-green color blindness) [CHAR LIMIT=45] -->
  <string name="daltonizer_mode_protanomaly">Protanomalie (Schwächt bei Rout/Gréng)</string>
  <!-- Label for tritanomaly (blue-yellow color blindness) [CHAR LIMIT=45] -->
  <string name="daltonizer_mode_tritanomaly">Tritanomalie (Schwächt bei Blo/Giel)</string>
  <!-- Title for accessibility menu item to lauch a settings activity. [CHAR LIMIT=15] -->
  <string name="accessibility_menu_item_settings">Astellungen</string>
  <!-- Summary for the enabled state of an accessibility feature. [CHAR LIMIT=10] -->
  <string name="accessibility_feature_state_on">Un</string>
  <!-- Summary for the disabled state of an accessibility feature. [CHAR LIMIT=10] -->
  <string name="accessibility_feature_state_off">Aus</string>
  <!-- Summary when an accessibility feature or ime is not permitted. [CHAR LIMIT=40] -->
  <string name="accessibility_feature_or_input_method_not_allowed">Net vun denger Organisatioun erlaabt</string>
  <!-- Title for the preference category containing the video caption preview. [CHAR LIMIT=35] -->
  <string name="captioning_preview_title">Virschau</string>
  <!-- Title for the preference catgeory containing standard video caption options. [CHAR LIMIT=35] -->
  <string name="captioning_standard_options_title">Standardoptiounen</string>
  <!-- Title for the preference to change video caption locale. [CHAR LIMIT=35] -->
  <string name="captioning_locale">Sprooch</string>
  <!-- Title for the preference to change video caption text size. [CHAR LIMIT=35] -->
  <string name="captioning_text_size">Textgréisst</string>
  <!-- Title for the preference category containing video caption property presets. [CHAR LIMIT=35] -->
  <string name="captioning_preset">Titelstil</string>
  <!-- Title for the preference catgeory containing custom video caption properties. [CHAR LIMIT=35] -->
  <string name="captioning_custom_options_title">Eegen Optiounen</string>
  <!-- Title for the preference to change video caption background color. [CHAR LIMIT=35] -->
  <string name="captioning_background_color">Hannergrondfaarf</string>
  <!-- Title for the preference to change video caption background opacity. [CHAR LIMIT=35] -->
  <string name="captioning_background_opacity">Hannergronddeckkraaft</string>
  <!-- Title for the preference to change video caption window color. [CHAR LIMIT=35] -->
  <string name="captioning_window_color">Faarf vun de Fënstertitelen</string>
  <!-- Title for the preference to change video caption window opacity. [CHAR LIMIT=35] -->
  <string name="captioning_window_opacity">Opacitéit vun de Fënstertitelen</string>
  <!-- Title for the preference to change video caption text color. [CHAR LIMIT=35] -->
  <string name="captioning_foreground_color">Textfaarf</string>
  <!-- Title for the preference to change video caption text opacity. [CHAR LIMIT=35] -->
  <string name="captioning_foreground_opacity">Textdeckkraaft</string>
  <!-- Title for the preference to change video caption edge color. [CHAR LIMIT=35] -->
  <string name="captioning_edge_color">Kantefaarf</string>
  <!-- Title for the preference to change video caption edge type. [CHAR LIMIT=35] -->
  <string name="captioning_edge_type">Kantentyp</string>
  <!-- Title for the preference to change video caption font family (ex. monospace, sans-serif). [CHAR LIMIT=35] -->
  <string name="captioning_typeface">Schrëftfamill</string>
  <!-- Sample text for previewing video caption preferences. [CHAR LIMIT=NONE] -->
  <string name="captioning_preview_text">Titele gesi sou aus</string>
  <!-- Sample characters for previewing video caption preferences. [CHAR LIMIT=2] -->
  <string name="captioning_preview_characters">Aa</string>
  <!-- Label for the default device locale. [CHAR LIMIT=35] -->
  <string name="locale_default">Standard</string>
  <!-- Label for color selection title in sim settings [CHAR LIMIT=35] -->
  <string name="color_title">Faarf</string>
  <!-- Label for default color. This lets the app pick the color. [CHAR LIMIT=35] -->
  <string name="color_unspecified">Standard</string>
  <!-- Label for no color (transparent). [CHAR LIMIT=35] -->
  <string name="color_none">Keen</string>
  <!-- Label for the color white. [CHAR LIMIT=35] -->
  <string name="color_white">Wäiss</string>
  <!-- Label for the color gray. [CHAR LIMIT=35] -->
  <string name="color_gray">Gro</string>
  <!-- Label for the color black. [CHAR LIMIT=35] -->
  <string name="color_black">Schwaarz</string>
  <!-- Label for the color red. [CHAR LIMIT=35] -->
  <string name="color_red">Rout</string>
  <!-- Label for the color green. [CHAR LIMIT=35] -->
  <string name="color_green">Gréng</string>
  <!-- Label for the color blue. [CHAR LIMIT=35] -->
  <string name="color_blue">Blo</string>
  <!-- Label for the color cyan. [CHAR LIMIT=35] -->
  <string name="color_cyan">Cyan</string>
  <!-- Label for the color yellow. [CHAR LIMIT=35] -->
  <string name="color_yellow">Giel</string>
  <!-- Label for the color magenta. [CHAR LIMIT=35] -->
  <string name="color_magenta">Magenta</string>
  <!-- Label for custom colors, formats as a HTML color. -->
  <!-- Title for a warning about security implications of enabling an accessibility
         service. [CHAR LIMIT=NONE] -->
  <string name="enable_service_title"><xliff:g id="service" example="TalkBack">%1$s</xliff:g> benotzen?</string>
  <!-- Title for the list of capabilities of an accessibility service. -->
  <string name="capabilities_list_title"><xliff:g id="service" example="TalkBack">%1$s</xliff:g> wëll:</string>
  <!-- Warning shown when user input has been blocked due to another app overlaying screen
         content. Since we don't know what the app is showing on top of the input target, we
         can't verify user consent. [CHAR LIMIT=NONE] -->
  <!-- Warning that the device data will not be encrypted with password or PIN if
        enabling an accessibility service and there is a secure lock setup. [CHAR LIMIT=NONE] -->
  <string name="enable_service_encryption_warning">Wann s du <xliff:g id="SERVICE">%1$s</xliff:g> aktivéiers, benotzt den Apparat net d\'Schiermspär, fir d\'Dateverschlësselung ze verbesseren.</string>
  <!-- Warning that the device data will not be encrypted with password or PIN if
         choosing a secure lock and there is an enabled accessibility service. [CHAR LIMIT=NONE] -->
  <!-- Message to the user to enter his pattern before enabling an accessibility service. [CHAR LIMIT=NONE] -->
  <string name="enable_service_pattern_reason">Well d\'Aktivéierung vu(n) <xliff:g id="service" example="TalkBack">%1$s</xliff:g> d\'Dateverschlësslung betrëfft, muss du däin Entspärmuster bestätegen.</string>
  <!-- Message to the user to enter his PIN before enabling an accessibility service. [CHAR LIMIT=NONE] -->
  <string name="enable_service_pin_reason">Well d\'Aktivéierung vu(n) <xliff:g id="service" example="TalkBack">%1$s</xliff:g> d\'Dateverschlësslung betrëfft, muss du däi PIN bestätegen.</string>
  <!-- Message to the user to enter his password before enabling an accessibility service. [CHAR LIMIT=NONE] -->
  <string name="enable_service_password_reason">Well d\'Aktivéierung vu(n) <xliff:g id="service" example="TalkBack">%1$s</xliff:g> d\'Dateverschlësslung betrëfft, muss du däi Passwuert bestätegen.</string>
  <!-- Title for the capability of an accessibility service to receive events and keys. -->
  <string name="capability_title_receiveAccessibilityEvents">Observéier deng Aktiounen</string>
  <!-- Description for the capability of an accessibility service to receive events and keys. -->
  <!-- Title for a warning about disabling an accessibility service. [CHAR LIMIT=NONE] -->
  <string name="disable_service_title"><xliff:g id="service" example="TalkBack">%1$s</xliff:g> stoppen?</string>
  <!-- Message for a warning about disabling accessibility service. [CHAR LIMIT=NONE] -->
  <string name="disable_service_message">Op OK drécke fir <xliff:g id="service" example="TalkBack">%1$s</xliff:g> ze stoppen.</string>
  <!-- Title for the prompt shown as a placeholder if no accessibility serivices are installed. [CHAR LIMIT=50] -->
  <string name="accessibility_no_services_installed">Keng Servicer installéiert</string>
  <!-- Default description for an accessibility serivice if the latter doesn't provide one. [CHAR LIMIT=NONE] -->
  <string name="accessibility_service_default_description">Keng Beschreiwung aginn.</string>
  <!-- Accessibility settings: button for lauching settings for an accessibility service -->
  <string name="settings_button">Astellungen</string>
  <!-- Printing settings -->
  <!-- Title in main settings screen for printing settings [CHAR LIMIT=15] -->
  <string name="print_settings">Drécken</string>
  <!-- Title for print service settings screen [CHAR LIMIT=25] -->
  <string name="print_settings_title">Dréckservice</string>
  <!-- Title for a warning message about security implications of enabling a print service,
         displayed as a dialog message when the user selects to enable a print service (tablet). [CHAR LIMIT=NONE] -->
  <string name="print_service_security_warning_title"><xliff:g id="service" example="My Print Service">%1$s</xliff:g> benotzen?</string>
  <!-- Summary for a warning message about security implications of enabling a print service,
         displayed as a dialog message when the user selects to enable a print service. [CHAR LIMIT=NONE] -->
  <string name="print_service_security_warning_summary">Däin Dokument kéint beim Wee un den Drécker iwwer een oder méi Servere geschéckt ginn.</string>
  <!-- Title for the prompt shown as a placeholder if no print serivices are installed. [CHAR LIMIT=50] -->
  <string name="print_no_services_installed">Keng Servicer installéiert</string>
  <!-- Title for the prompt shown as a placeholder if no printers are found while searching. [CHAR LIMIT=50] -->
  <string name="print_no_printers_found">Keen Drécker fonnt</string>
  <!-- Title for print menu item to launch a settings activity. [CHAR LIMIT=25] -->
  <string name="print_menu_item_settings">Astellungen</string>
  <!-- Title for print menu item to launch the add printers activity. [CHAR LIMIT=25] -->
  <string name="print_menu_item_add_printers">Drécker dobäisetzen</string>
  <!-- Summary for the enabled state of a print feature. [CHAR LIMIT=10] -->
  <string name="print_feature_state_on">Un</string>
  <!-- Summary for the disabled state of a print feature. [CHAR LIMIT=10] -->
  <string name="print_feature_state_off">Aus</string>
  <!-- Title of the action bar button to got to Play Store to download a print service. [CHAR LIMIT=25] -->
  <string name="print_menu_item_add_service">Service dobäisetzen</string>
  <!-- Title of the action bar button to got to add a printer. [CHAR LIMIT=25] -->
  <string name="print_menu_item_add_printer">Drécker dobäisetzen</string>
  <!-- Title for the search action bar menu item. [CHAR LIMIT=20] -->
  <string name="print_menu_item_search">Sichen</string>
  <!-- Title for the prompt if no printers are available and the system is searching for such. [CHAR LIMIT=50] -->
  <string name="print_searching_for_printers">Et gëtt no Drécker gesicht</string>
  <!-- Title for the prompt if no printers are available because the print service is disabled. [CHAR LIMIT=50] -->
  <string name="print_service_disabled">Service desaktivéiert</string>
  <!-- Title for the menu item to open the print jobs screen. [CHAR LIMIT=25] -->
  <string name="print_print_jobs">Drockopträg</string>
  <!-- Title for the print job settings screen. [CHAR LIMIT=25] -->
  <string name="print_print_job">Drockoptrag</string>
  <!-- Title for the button to restart a print job. [CHAR LIMIT=25] -->
  <string name="print_restart">Nei starten</string>
  <!-- Title for the button to cancel a print job. [CHAR LIMIT=25] -->
  <string name="print_cancel">Ofbriechen</string>
  <!-- Template for the summary of a print job. [CHAR LIMIT=25] -->
  <string name="print_job_summary"><xliff:g id="printer">%1$s</xliff:g>\n<xliff:g id="time">%2$s</xliff:g></string>
  <!-- Template for the label of the state for a ongoing print job. [CHAR LIMIT=25] -->
  <string name="print_printing_state_title_template"><xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g> gëtt gedréckt</string>
  <!-- Template for the label for a cancelling print job. [CHAR LIMIT=25] -->
  <string name="print_cancelling_state_title_template"><xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g> gëtt ofgebrach</string>
  <!-- Template for the label of the state for a failed print job. [CHAR LIMIT=25] -->
  <string name="print_failed_state_title_template">Dréckerfeeler <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
  <!-- Template for the label of the state for a blocked print job. [CHAR LIMIT=25] -->
  <string name="print_blocked_state_title_template">Drécker blockéiert <xliff:g id="print_job_name" example="foo.jpg">%1$s</xliff:g></string>
  <!-- Utterance to announce that the search box is shown. This is spoken to a blind user. [CHAR LIMIT=none] -->
  <string name="print_search_box_shown_utterance">Sichkëscht ugewisen</string>
  <!-- Utterance to announce that the search box is hidden. This is spoken to a blind user. [CHAR LIMIT=none] -->
  <string name="print_search_box_hidden_utterance">Sichkëscht verstoppt</string>
  <!-- App Fuel Gauge strings -->
  <!-- Activity title for App Fuel Gauge summary -->
  <string name="power_usage_summary_title">Akku</string>
  <!-- Activity title summary for App Fuel Gauge summary -->
  <string name="power_usage_summary">Wat huet den Akku gebraucht</string>
  <!-- Message to show when battery usage data is not available [CHAR LIMIT=30] -->
  <!-- Display the battery level and status [CHAR_LIMIT=60] -->
  <string name="power_usage_level_and_status"><xliff:g id="level">%1$s</xliff:g>
            - <xliff:g id="status">%2$s</xliff:g></string>
  <!-- Display time remaining until battery is discharged [CHAR_LIMIT=60] -->
  <string name="power_discharge_remaining"><xliff:g id="remain">%1$s</xliff:g> iwwreg</string>
  <!-- Display time remaining until battery is charged [CHAR_LIMIT=60] -->
  <string name="power_charge_remaining"><xliff:g id="until_charged">%1$s</xliff:g> fir opzelueden</string>
  <!-- [CHAR_LIMIT=40] Label for battery level chart when discharging with duration -->
  <string name="power_discharging_duration"><xliff:g id="level">%1$s</xliff:g>%%
            - ongeféier <xliff:g id="time">%2$s</xliff:g> iwwreg</string>
  <!-- [CHAR_LIMIT=40] Label for battery level chart when charging -->
  <string name="power_charging"><xliff:g id="level">%1$s</xliff:g> -
            <xliff:g id="state">%2$s</xliff:g></string>
  <!-- [CHAR_LIMIT=40] Label for battery level chart when charging with duration -->
  <string name="power_charging_duration"><xliff:g id="level">%1$s</xliff:g> -
            <xliff:g id="time">%2$s</xliff:g> fir opzelueden</string>
  <!-- [CHAR_LIMIT=40] Label for battery level chart when charging with duration -->
  <string name="power_charging_duration_ac"><xliff:g id="level">%1$s</xliff:g> -
            <xliff:g id="time">%2$s</xliff:g> fir iwwer Stroumkabel opzelueden</string>
  <!-- [CHAR_LIMIT=40] Label for battery level chart when charging with duration -->
  <string name="power_charging_duration_usb"><xliff:g id="level">%1$s</xliff:g> -
            <xliff:g id="time">%2$s</xliff:g> fir iwwer USB opzelueden</string>
  <!-- [CHAR_LIMIT=40] Label for battery level chart when charging with duration -->
  <string name="power_charging_duration_wireless"><xliff:g id="level">%1$s</xliff:g> -
            <xliff:g id="time">%2$s</xliff:g> fir ouni Kabel opzelueden</string>
  <!-- [CHAR_LIMIT=40] Label for list of apps using battery in power use UI -->
  <string name="power_usage_list_summary">Benotzung säit der leschter Luedung</string>
  <!-- Battery usage since unplugged -->
  <string name="battery_since_unplugged">Akkuverbrauch säit dem Trenne vun der Steckdous</string>
  <!-- Battery usage since user reset the stats -->
  <string name="battery_since_reset">Akkuverbrauch säit dem Zrécksetzen</string>
  <!-- Battery usage on battery duration -->
  <string name="battery_stats_on_battery"><xliff:g id="time">%1$s</xliff:g> um Akku</string>
  <!-- Battery usage duration -->
  <string name="battery_stats_duration"><xliff:g id="time">%1$s</xliff:g> säitdeem de Stecker eraus ass</string>
  <!-- [CHAR LIMIT=25] Label for battery stats charging state graph -->
  <string name="battery_stats_charging_label">Gëtt opgelueden</string>
  <!-- [CHAR LIMIT=25] Label for battery stats screen on state graph -->
  <string name="battery_stats_screen_on_label">Schierm un</string>
  <!-- [CHAR LIMIT=25] Label for battery stats gps on state graph -->
  <string name="battery_stats_gps_on_label">GPS un</string>
  <!-- [CHAR LIMIT=25] Label for battery stats camera on state graph -->
  <!-- [CHAR LIMIT=25] Label for battery stats flashlight on state graph -->
  <!-- [CHAR LIMIT=25] Label for battery stats wifi running state graph -->
  <string name="battery_stats_wifi_running_label">WLAN</string>
  <!-- [CHAR LIMIT=25] Label for battery stats wake lock state graph -->
  <string name="battery_stats_wake_lock_label">Waakreg</string>
  <!-- [CHAR LIMIT=25] Label for battery stats phone signal strength graph -->
  <!-- Battery usage during last unplugged period -->
  <string name="battery_stats_last_duration">@string/menu_stats_last_unplugged</string>
  <!-- CPU awake time title -->
  <string name="awake">Waakreg Zäit vum Apparat</string>
  <!-- Wifi on time -->
  <string name="wifi_on_time">WLAN-Aktivzäit</string>
  <!-- Bluetooth on time -->
  <string name="bluetooth_on_time">WLAN-Aktivzäit</string>
  <!-- Activity title for battery usage history details -->
  <string name="history_details_title">Detailer vum Historique</string>
  <!-- Activity title for battery usage details for an app. or power consumer -->
  <string name="details_title">Benotzungsdetailer</string>
  <!-- Subtitle for application/subsystem details -->
  <string name="details_subtitle">Benotzungsdetailer</string>
  <!-- Subtitle for possible options -->
  <string name="controls_subtitle">Energiebenotzung ajustéieren</string>
  <!-- Subtitle for list of packages -->
  <string name="packages_subtitle">Enthale Päck</string>
  <!-- Label for power consumed by the screen -->
  <string name="power_screen">Schierm</string>
  <!-- Label for power consumed by the flashlight -->
  <string name="power_flashlight">Täscheluucht</string>
  <!-- Label for power consumed by the camera -->
  <!-- Label for power consumed by Wi-Fi -->
  <string name="power_wifi">WLAN</string>
  <!-- Label for power consumed by Bluetooth -->
  <string name="power_bluetooth">Bluetooth</string>
  <!-- Label for power consumed by Cell idle -->
  <string name="power_cell">Mobilfunk-Standby</string>
  <!-- Label for power consumed by Calling -->
  <string name="power_phone">Telefonsgespréicher</string>
  <!-- Label for power consumed when Idle -->
  <string name="power_idle" product="tablet">Tablet am Leerlauf</string>
  <!-- Label for power consumed when Idle -->
  <string name="power_idle" product="default">Rouzoustand</string>
  <!-- Label for power that we aren't able to account for -->
  <string name="power_unaccounted">Verschiddenes</string>
  <!-- Label for power that we computed too much for -->
  <string name="power_overcounted">Ze héich berechent</string>
  <!-- Label for CPU usage time -->
  <string name="usage_type_cpu">CPU Insgesamt</string>
  <!-- Label for CPU usage in foreground -->
  <string name="usage_type_cpu_foreground">CPU-Virgrond</string>
  <!-- [CHAR LIMIT=25] Label for keeping device from sleeping -->
  <string name="usage_type_wake_lock">Aktiv loossen</string>
  <!-- Label for GPS usage time -->
  <string name="usage_type_gps">GPS</string>
  <!-- [CHAR LIMIT=25] Label for WIFI usage time -->
  <string name="usage_type_wifi_running">WLAN aktiv</string>
  <!-- Label for Phone usage time -->
  <string name="usage_type_phone" product="tablet">Tablet</string>
  <!-- Label for Phone usage time -->
  <string name="usage_type_phone" product="default">Telefon</string>
  <!-- Label for mobile network data sent [CHAR LIMIT=32] -->
  <!-- Label for mobile network data received [CHAR LIMIT=32] -->
  <!-- Label for mobile network radio active time [CHAR LIMIT=32] -->
  <!-- Label for Wi-Fi network data sent [CHAR LIMIT=32] -->
  <string name="usage_type_data_wifi_send">WLAN-Päck geschéckt</string>
  <!-- Label for Wi-Fi network data received [CHAR LIMIT=32] -->
  <string name="usage_type_data_wifi_recv">WLAN-Päck empfaangen</string>
  <!-- Label for Audio usage time -->
  <string name="usage_type_audio">Toun</string>
  <!-- Label for Video usage time -->
  <string name="usage_type_video">Video</string>
  <!-- Label for Camera usage time -->
  <!-- Label for Flashlight usage time -->
  <string name="usage_type_flashlight">Täscheluucht</string>
  <!-- Label for time that a feature has been on -->
  <string name="usage_type_on_time">Zäit un</string>
  <!-- Label for time that there was no cell coverage -->
  <string name="usage_type_no_coverage">Zäit ouni Signal</string>
  <!-- Label for the total power capacity of the device's battery -->
  <string name="usage_type_total_battery_capacity">Gesamt Akkukapazitéit</string>
  <!-- [CHAR_LIMIT=NONE] Label for amount of power use that was computed -->
  <string name="usage_type_computed_power">Berechente Stroumverbrauch</string>
  <!-- [CHAR_LIMIT=NONE] Label for amount of power use that was actually observed (though
         the change in battery level) -->
  <string name="usage_type_actual_power">Observéierte Stroumverbrauch</string>
  <!-- Label for force stop action -->
  <string name="battery_action_stop">Zoumaachen erzwéngen</string>
  <!-- Label for app details action -->
  <string name="battery_action_app_details">App-Info</string>
  <!-- Label for app settings action -->
  <string name="battery_action_app_settings">App-Astellungen</string>
  <!-- Label for display settings -->
  <string name="battery_action_display">Schiermastellungen</string>
  <!-- Label for wifi settings -->
  <string name="battery_action_wifi">WLAN-Astellungen</string>
  <!-- Label for bluetooth settings -->
  <string name="battery_action_bluetooth">Bluetooth-Astellungen</string>
  <!-- Description for voice call detail -->
  <string name="battery_desc_voice">Akkuverbrauch duerch Telefonsgespréicher</string>
  <!-- Description for standby detail -->
  <string name="battery_desc_standby" product="tablet">Akkuverbrauch wann den Tablet eidel leeft</string>
  <!-- Description for standby detail -->
  <string name="battery_desc_standby" product="default">Akkuverbrauch wann den Telefon eidel leeft</string>
  <!-- Description for cell radio detail -->
  <string name="battery_desc_radio">Akkuverbrauch duerch de Mobilfunk</string>
  <!-- Suggestion to switch to airplane mode to save power -->
  <string name="battery_sugg_radio">Wiessel op de Fligermodus fir Stroum ze spueren a Regiounen ouni Mobilfunkofdeckung</string>
  <!-- [CHAR_LIMIT=NONE] Description for power consumed by the flashlight -->
  <string name="battery_desc_flashlight">Akkuverbrauch duerch d\'Täscheluucht</string>
  <!-- [CHAR_LIMIT=NONE] Description for power consumed by the camera -->
  <!-- Description for power consumed by display -->
  <string name="battery_desc_display">Akkuverbrauch duerch de Schierm an d\'Hannergrondbeliichtung</string>
  <!-- Suggestion for reducing display power -->
  <string name="battery_sugg_display">Reduzéier d\'Schiermhellegkeet an/oder den Timeout vum Schierm</string>
  <!-- Description for wifi connectivity -->
  <string name="battery_desc_wifi">Akkuverbrauch duerch WLAN</string>
  <!-- Suggestion for wifi connectivity power drain -->
  <!-- Description for bluetooth power consumption detail -->
  <string name="battery_desc_bluetooth">Akkuverbrauch duerch Bluetooth</string>
  <!-- Suggestion for bluetooth -->
  <!-- Suggestion for bluetooth headset -->
  <string name="battery_sugg_bluetooth_headset">Versich dech mat engem anere Bluetooth-Apparat ze verbannen</string>
  <!-- [CHAR LIMIT=50] Description for power consumed by applications -->
  <string name="battery_desc_apps">Akkuverbrauch vun der App</string>
  <!-- Suggestion for exploring application info to stop or uninstall -->
  <string name="battery_sugg_apps_info">Stopp oder desinstalléiert d\'App</string>
  <!-- [CHAR LIMIT=100] Suggestion for getting apps to consume less power due to GPS-->
  <string name="battery_sugg_apps_gps">Akkuspuermodus auswielen</string>
  <!-- Suggestion for getting apps to consume less power -->
  <string name="battery_sugg_apps_settings">D\'App kéint Astellungen ubidde fir den Akkuverbrauch ze reduzéieren</string>
  <!-- [CHAR LIMIT=50] Description for power consumed by users -->
  <string name="battery_desc_users">Akkuverbrauch duerch de Benotzer</string>
  <!-- [CHAR LIMIT=50] Description for unaccounted power use -->
  <string name="battery_desc_unaccounted">Diverse Stroumverbrauch</string>
  <!-- [CHAR LIMIT=NONE] Description for unaccounted power use -->
  <string name="battery_msg_unaccounted">Den Akkuverbrauch ass just eng ongeféier Donnée, déi net all Quelle vun Akkuentluedung berücksichtegt. Den diverse Verbrauch bezitt sech op d\'Differenz tëscht dem ongeféiere Akkuverbrauch an der tatsächlecher Akkuentluedung.</string>
  <!-- [CHAR LIMIT=50] Description for over-counted power use -->
  <string name="battery_desc_overcounted">Ze héich berechente Stroumverbrauch</string>
  <!-- Representation of a mAh value. [CHAR LIMIT=NONE] -->
  <string name="mah"><xliff:g id="number" example="30">%d</xliff:g> mAh</string>
  <!-- Menu label for viewing battery usage since unplugged -->
  <string name="menu_stats_unplugged"><xliff:g id="unplugged">%1$s</xliff:g> säit dem Trenne vun der Steckdous</string>
  <!-- Menu label for viewing battery usage since unplugged -->
  <string name="menu_stats_last_unplugged">Säit dem leschten Eraushuelen aus dem Stecker fir <xliff:g id="unplugged">%1$s</xliff:g></string>
  <!-- Menu label for viewing battery usage total -->
  <string name="menu_stats_total">Gesamtverbrauch</string>
  <!-- Menu label for refreshing with latest usage numbers -->
  <string name="menu_stats_refresh">Opfrëschen</string>
  <!-- TODO: Remove it once the same entry in SettingsLib is translated. -->
  <!-- Label for kernel threads in battery usage -->
  <string name="process_kernel_label">Android OS</string>
  <!-- Label for mediaserver process in battery usage -->
  <string name="process_mediaserver_label">Medieserver</string>
  <!-- Label for dex2oat process in battery usage used for the optimization of one or more apps -->
  <!-- [CHAR_LIMIT=40] Battery saver: Label for feature, title + menu item -->
  <string name="battery_saver">Akkuschouner</string>
  <!-- [CHAR_LIMIT=40] Battery saver: Title for automatic entry option -->
  <string name="battery_saver_turn_on_automatically_title">Automatesch uschalten</string>
  <!-- [CHAR_LIMIT=40] Battery saver: Value for automatic entry option: Never -->
  <string name="battery_saver_turn_on_automatically_never">Ni</string>
  <!-- [CHAR_LIMIT=40] Battery saver: Value for automatic entry option: pct% battery -->
  <string name="battery_saver_turn_on_automatically_pct">bei %1$s Akku</string>
  <!-- Process Stats strings -->
  <!-- [CHAR LIMIT=NONE] Activity title for Process Stats summary -->
  <string name="process_stats_summary_title">Prozess-Statistiken</string>
  <!-- [CHAR LIMIT=NONE] Activity title summary for Process Stats summary -->
  <string name="process_stats_summary">Geekeg Statistiken iwwer déi lafend Prozesser</string>
  <!-- [CHAR LIMIT=NONE] Label for amount of memory use -->
  <string name="app_memory_use">Späicherbenotzung</string>
  <!-- [CHAR LIMIT=NONE] Label for process stats, duration of time the stats are over;
         timeDuration is a duration such as "1h 30m" -->
  <!-- [CHAR LIMIT=NONE] Label for process stats, duration of time the stats are over;
         timeDuration is a duration such as "1h 30m" -->
  <!-- [CHAR LIMIT=NONE] Label for process stats, text for stats type -->
  <string name="process_stats_type_background">Hannergrond</string>
  <!-- [CHAR LIMIT=NONE] Label for process stats, text for stats type -->
  <string name="process_stats_type_foreground">Virgrond</string>
  <!-- [CHAR LIMIT=NONE] Label for process stats, text for stats type -->
  <string name="process_stats_type_cached">Am Tëschespäicher</string>
  <!-- [CHAR LIMIT=NONE] Label OS "process" app -->
  <string name="process_stats_os_label">Android OS</string>
  <!-- [CHAR LIMIT=NONE] Name of OS "process" for all native processes -->
  <string name="process_stats_os_native">Nativ</string>
  <!-- [CHAR LIMIT=NONE] Name of OS "process" for all kernel memory -->
  <string name="process_stats_os_kernel">Kernel</string>
  <!-- [CHAR LIMIT=NONE] Name of OS "process" for all zram memory -->
  <!-- [CHAR LIMIT=NONE] Name of OS "process" for base memory needed for caches -->
  <!-- [CHAR LIMIT=NONE] Label for item showing details of average RAM use -->
  <!-- [CHAR LIMIT=NONE] Label for item showing details of average RAM use -->
  <!-- [CHAR LIMIT=NONE] Label for item showing percent of time spent running -->
  <string name="process_stats_run_time">Lafzäit</string>
  <!-- [CHAR LIMIT=NONE] Subtitle for process stats processes list -->
  <string name="processes_subtitle">Prozesser</string>
  <!-- [CHAR LIMIT=NONE] Subtitle for process stats services list -->
  <string name="services_subtitle">Servicer</string>
  <!-- [CHAR LIMIT=NONE] Menu for process stats to select duration of stats to show -->
  <string name="menu_proc_stats_duration">Dauer</string>
  <!-- [CHAR LIMIT=NONE] Activity title for process stats details on overall memory state -->
  <string name="mem_details_title">Späicherdetailer</string>
  <!-- [CHAR LIMIT=NONE] Subtitle for process stats memory state details for list of memory states -->
  <string name="mem_state_subtitle">Späicherzoustänn</string>
  <!-- [CHAR LIMIT=NONE] Subtitle for process stats memory state details for list of memory use -->
  <string name="mem_use_subtitle">Späicherbenotzung</string>
  <!-- [CHAR LIMIT=NONE] Type of memory use associated with the kernel -->
  <string name="mem_use_kernel_type">Kernel</string>
  <!-- [CHAR LIMIT=NONE] Type of memory use associated with native processes -->
  <string name="mem_use_native_type">Nativ</string>
  <!-- [CHAR LIMIT=NONE] Type of memory use associated with kernel caches -->
  <string name="mem_use_kernel_cache_type">Kernel-Tëschespäicheren</string>
  <!-- [CHAR LIMIT=NONE] Type of memory use associated with kernel zram swap -->
  <string name="mem_use_zram_type">ZRAM-Swap</string>
  <!-- [CHAR LIMIT=NONE] Type of memory use that is available/free -->
  <string name="mem_use_free_type">Fräi</string>
  <!-- [CHAR LIMIT=NONE] Total of all memory use -->
  <string name="mem_use_total">Total</string>
  <!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data -->
  <string name="menu_duration_3h">3 Stonnen</string>
  <!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data -->
  <string name="menu_duration_6h">6 Stonnen</string>
  <!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data -->
  <string name="menu_duration_12h">12 Stonnen</string>
  <!-- [CHAR LIMIT=NONE] Menu for process stats to show 3 hours of data -->
  <string name="menu_duration_1d">1 Dag</string>
  <!-- [CHAR LIMIT=NONE] Menu for manage apps to control whether system processes are shown -->
  <string name="menu_show_system">System uweisen</string>
  <!-- [CHAR LIMIT=NONE] Menu for manage apps to control whether system processes are hidden -->
  <!-- [CHAR LIMIT=NONE] Menu for process stats to control whether stats are shown
         as percentages-->
  <!-- [CHAR LIMIT=NONE] Menu for process stats to control whether computation should be based
        on Uss (Unique Set Size) instead of Pss (Proportional Set Size) -->
  <string name="menu_use_uss">Uss benotzen</string>
  <!-- [CHAR LIMIT=NONE] Menu for process stats to select which type of stats to show -->
  <string name="menu_proc_stats_type">Statistiktyp</string>
  <!-- [CHAR LIMIT=NONE] Menu for process stats to show information on background processes -->
  <string name="menu_proc_stats_type_background">Hannergrond</string>
  <!-- [CHAR LIMIT=NONE] Menu for process stats to show information on foreground processes -->
  <string name="menu_proc_stats_type_foreground">Virgrond</string>
  <!-- [CHAR LIMIT=NONE] Menu for process stats to show information on cached processes -->
  <string name="menu_proc_stats_type_cached">Am Tëschespäicher</string>
  <!-- Voice input/output settings -->
  <!-- Title of setting on main settings screen. This item will take the user to the screen to tweak settings related to speech functionality -->
  <string name="voice_input_output_settings">Stëmm-Agab an -Ausgab</string>
  <!-- Main voice input/output settings screen title -->
  <string name="voice_input_output_settings_title">Astellunge vun der Stëmm-Agab an -Ausgab</string>
  <!-- Title of voice search settings list item within voice input/output settings -->
  <string name="voice_search_settings_title">Stëmmsich</string>
  <!-- Title of keyboard settings list item within voice input/output settings -->
  <string name="keyboard_settings_title">Android-Tastatur</string>
  <!-- Title for the 'voice input' category of voice input/output settings -->
  <string name="voice_category">Sprooch</string>
  <!-- Voice input settings -->
  <!-- [CHAR_LIMIT=NONE] Name of the settings item to open the voice input settings. -->
  <string name="voice_input_settings">Astellunge fir d\'Sproochagab</string>
  <!-- [CHAR_LIMIT=NONE] Title of the screen of the voice input settings -->
  <string name="voice_input_settings_title">Stëmmagab</string>
  <!-- [CHAR LIMIT=50] The text for the settings section in which users select
         a voice interaction or recognition service to use. -->
  <string name="voice_service_preference_section_title">Servicer fir d\'Sproochagab</string>
  <!-- [CHAR LIMIT=NONE] The summary text for the voice service preference that is
         a full voice interaction service.  This is something that provides interactive
         voice control of applications; for example you can tell it commands to have it
         launch and let you interact with applications through your voice. -->
  <string name="voice_interactor_preference_summary">Vollstänneg Sproochinteraktiounsservicer an Erkennung vu Schlësselwierder</string>
  <!-- [CHAR LIMIT=NONE] The summary text for the voice service preference that is
         a simple voice recognition service.  This is something that only provides simple
         speech to text conversions that applications can use when they want to allow you
         to provide text to them through your voice (instead of with a keyboard). -->
  <string name="voice_recognizer_preference_summary">Einfach Sprooch-an-Text-Ëmwandlung</string>
  <!-- [CHAR_LIMIT=NONE] Warning message about security implications of enabling a
         voice interaction service, displayed as a dialog
         message when the user selects to enable a service. -->
  <string name="voice_interaction_security_warning">Dëse Sproochagabservice ka Sproochagaben all Moment iwwerwaachen an Appen, déi Sproochbefehler ënnerstëtzen, fir dech steieren. E gëtt vun der App <xliff:g id="VOICE_INPUT_SERVICE_APP_NAME">%s</xliff:g> bereetgestallt. Wëlls du dëse Service aktivéieren?</string>
  <!-- Text-To-Speech (TTS) settings -->
  <!-- Name of the TTS package as listed by the package manager. -->
  <string name="tts_settings">Astellunge vun der Sproochausgab</string>
  <!-- TTS option item name in the main settings screen -->
  <string name="tts_settings_title">Sproochausgab</string>
  <!-- On main TTS Settings screen, title for toggle used to force use of default TTS settings -->
  <string name="use_default_tts_settings_title">Ëmmer meng Astellunge benotzen</string>
  <!-- On main TTS Settings screen, summary for toggle used to force use of default TTS settings -->
  <string name="use_default_tts_settings_summary">D\'Standardastellungen hei drënner iwwerschreiwen d\'App-Astellungen</string>
  <!-- On main TTS Settings screen, section header for default TTS settings -->
  <string name="tts_default_settings_section">Standardastellungen</string>
  <!-- On main TTS Settings screen, in default settings section, setting default synthesis engine for synthesized voice -->
  <string name="tts_default_synth_title">Standard-Moteur</string>
  <!-- On main TTS Settings screen, summary for default synthesis engine for synthesized voice -->
  <!-- On main TTS Settings screen, in default settings section, setting default speech rate for synthesized voice -->
  <string name="tts_default_rate_title">Virliesvitess</string>
  <!-- On main TTS Settings screen, summary for default speech rate for synthesized voice -->
  <string name="tts_default_rate_summary">Vitess mat där den Text virgelies gëtt</string>
  <!-- On main TTS Settings screen, in default settings section, setting default pitch for synthesized voice -->
  <string name="tts_default_pitch_title">Tounlag</string>
  <!-- On main TTS Settings screen, summary for default pitch for synthesized voice -->
  <string name="tts_default_pitch_summary">Beaflosst de Klang vum geschwatenen Text</string>
  <!-- On main TTS Settings screen, in default settings section, setting default language for synthesized voice -->
  <string name="tts_default_lang_title">Sprooch</string>
  <!-- Entry in the TTS engine language/locale picker, when selected will try to default to the system language [CHAR LIMIT=50] -->
  <string name="tts_lang_use_system">Systemsprooch benotzen</string>
  <!-- On main TTS Settings screen, language summary if it can't default to system language [CHAR LIMIT=50] -->
  <string name="tts_lang_not_selected">Sprooch net ausgewielt</string>
  <!-- On main TTS Settings screen, summary for default language for synthesized voice -->
  <string name="tts_default_lang_summary">Definéiert déi Sprooch-spezifesch Stëmm fir geschwatenen Text</string>
  <!-- On main TTS Settings screen, triggers playback of an example of speech synthesis -->
  <string name="tts_play_example_title">E Beispill lauschteren</string>
  <!-- On main TTS Settings screen, summary for triggering playback of an example of speech synthesis -->
  <string name="tts_play_example_summary">Demonstratioun vun der Sproochsynthees virspillen</string>
  <!-- On main TTS Settings screen, click to install required speech synthesis data -->
  <string name="tts_install_data_title">Sproochendaten installéieren</string>
  <!-- On main TTS Settings screen, summary for click to install required speech synthesis data -->
  <string name="tts_install_data_summary">Installéier d\'Stëmmdaten déi fir d\'Sproochsynthees néideg sinn</string>
  <!-- On main TTS Settings screen, summary for when required speech synthesis data alrady installed on SD card -->
  <string name="tts_data_installed_summary">D\'Stëmmen déi fir d\'Sproochsynthees néideg si goufe schonn installéiert</string>
  <!-- Text spoken by the TTS engine when TTS settings (other than language) have been changed -->
  <string name="tts_settings_changed_demo">Deng Astellunge goufe geännert. Dëst ass e Beispill wéi se kléngen.</string>
  <!-- Error screen when a selected TTS engine can't run because it's missing components -->
  <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
  <string name="tts_engine_error_config">Astellen</string>
  <!-- Button text for error screen when a selected TTS engine can't run because it's missing components -->
  <string name="tts_engine_error_reselect">En anere Moteur auswielen</string>
  <!-- Warning message about security implications of enabling a TTS engine, displayed as a dialog
         message when the user selects to enable an engine. -->
  <string name="tts_engine_security_warning">D\'Sproochsyntheesmodul kéint de ganzen Text dee geschwat gëtt, inklusiv perséinlechen Date wéi Passwierder a Kreditkaartennummeren, sammelen. Et kënnt aus der <xliff:g id="tts_plugin_engine_name">%s</xliff:g>-App. Dëst Sproochsyntheesmodul aktivéieren?</string>
  <!-- Warning message about required internet conectivity for TTS synthesis, displayed as a dialog
         message when the user selects to play an example for network only locale and there's no internet connectivity. -->
  <string name="tts_engine_network_required">Dës Sprooch brauch eng aktiv Netzwierkconnectioun fir d\'Sproochausgab.</string>
  <!-- Text spoken by the TTS engine as an example if the engine doesn't provide sample text [CHAR LIMIT=100] -->
  <string name="tts_default_sample_string">Dëst ass e Beispill vu Sproochsynthees</string>
  <!-- On main TTS Settings screen, title of a field explaining current TTS engine status for
         current default language [CHAR LIMIT=50] -->
  <string name="tts_status_title">Status vun der Standardsprooch</string>
  <!-- On main TTS Settings screen, current TTS engine status for the current default language,
         selected language is fully supported by the engine [CHAR LIMIT=150]-->
  <string name="tts_status_ok"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> gëtt voll ënnerstëtzt</string>
  <!-- On main TTS Settings screen, current TTS engine status for the current default language,
         selected language is supported by the engine only if there's a working network connection [CHAR LIMIT=150] -->
  <string name="tts_status_requires_network"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> brauch eng Netzwierkconnectioun</string>
  <!-- On main TTS Settings screen, current TTS engine status for the current default language,
         selected language is not supported by the engine [CHAR LIMIT=150] -->
  <string name="tts_status_not_supported"><xliff:g id="locale" example="English (United States)">%1$s</xliff:g> gëtt net ënnerstëtzt</string>
  <!-- On main TTS Settings screen, current TTS engine status for the current default language,
         tts engine is queried for status [CHAR LIMIT=150] -->
  <string name="tts_status_checking">Gëtt gepréift...</string>
  <!-- On main TTS Settings screen, text for divider under which all TTS engines are listed -->
  <string name="tts_engines_section">Moteuren</string>
  <!-- On main TTS Settings screen, text preceded by the TTS engine name, clicking this button will launch the engine settings -->
  <string name="tts_engine_name_settings"><xliff:g id="tts_plugin_engine_name">%s</xliff:g>-Astellungen</string>
  <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine can be used by the user -->
  <string name="tts_engine_name_is_enabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> ass aktivéiert</string>
  <!-- On main TTS Settings screen, text preceded by the TTS engine name to indicate the engine cannot be used by the user -->
  <string name="tts_engine_name_is_disabled_summary"><xliff:g id="tts_plugin_engine_name">%s</xliff:g> ass desaktivéiert</string>
  <!-- On the main TTS settings screen, text for a divider under which
         the engine specific settings and the "engine install data" option
         are listed [CHAR LIMIT=30]-->
  <string name="tts_engine_settings_section">Moteursastellungen</string>
  <!-- Title for a preference in the main TTS settings screen, which
         launches the settings screen for a given TTS engine when clicked
         [CHAR LIMIT=30]-->
  <string name="tts_engine_settings_title">Astellunge fir <xliff:g id="tts_engine_name">%s</xliff:g></string>
  <!-- On Pico TTS Settings screen, text to mark the section for the various languages and voices that are available -->
  <string name="pico_languages_and_voices">Sproochen a Stëmmen</string>
  <!-- On Pico TTS Settings screen, text to mark a voice as installed -->
  <string name="pico_installed">Installéiert</string>
  <!-- On Pico TTS Settings screen, text to mark a voice as not installed -->
  <string name="pico_not_installed">Net installéiert</string>
  <!-- On Pico TTS Settings screen, summary text to indicate that a voice is female -->
  <string name="pico_voice_summary_female">Weiblech</string>
  <!-- On Pico TTS Settings screen, summary text to indicate that a voice is male -->
  <string name="pico_voice_summary_male">Männlech</string>
  <!-- [CHAR LIMIT=33] Notification title that appears when the installation of a new TTS engine completed -->
  <string name="tts_notif_engine_install_title">Sproochsyntheesmodul installéiert</string>
  <!-- [CHAR LIMIT=30] Notification message that appears after the user has installed a new TTS engine,
         to warn the user that this engine cannot be used before the checkbox for that engine
         in TTS settings is checked. -->
  <string name="tts_notif_engine_install_message">Neit Modul virun der Benotzung aktivéieren.</string>
  <!-- [CHAR LIMIT=150] Text for screen readers / accessibility programs for
         the image that launches the TTS engine settings when clicked. -->
  <string name="tts_engine_settings_button">Astellunge vun der Sichmaschinn starten</string>
  <!-- [CHAR LIMIT=50] The text for the settings section that users to set a
         preferred text to speech engine -->
  <string name="tts_engine_preference_section_title">Preferéiert Maschinn</string>
  <!-- [CHAR LIMIT=50] Title of the settings section that displays general preferences
         that are applicable to all engines, such as the speech rate -->
  <string name="tts_general_section_title">Allgemeng</string>
  <!-- Power Control Widget -->
  <string name="gadget_title">Energiesteierung</string>
  <string name="gadget_toggle_wifi">WLAN-Astellunge ginn aktualiséiert</string>
  <string name="gadget_toggle_bluetooth">Bluetooth-Astellunge ginn aktualiséiert</string>
  <!-- Template for gadget toggle button description. Populated examples are "Wi-Fi off" or "Wi-Fi turning on". -->
  <string name="gadget_state_template"><xliff:g name="feature" example="Wi\u2011Fi">%1$s</xliff:g> <xliff:g name="state" example="off">%2$s</xliff:g></string>
  <!-- Gadget value used to describe on state. -->
  <string name="gadget_state_on">un</string>
  <!-- Gadget value used to describe off state. -->
  <string name="gadget_state_off">aus</string>
  <!-- Gadget value used to describe turning on state. -->
  <string name="gadget_state_turning_on">gëtt ugeschalt</string>
  <!-- Gadget value used to describe turning off state. -->
  <string name="gadget_state_turning_off">gëtt ausgeschalt</string>
  <!-- Spoken description for the Wi-Fi power control gadget. -->
  <string name="gadget_wifi">WLAN</string>
  <!-- Spoken description for the Bluetooth power control gadget. -->
  <string name="gadget_bluetooth">Bluetooth</string>
  <!-- Spoken description for the Location power control gadget. -->
  <string name="gadget_location">Standuert</string>
  <!-- Spoken description for the data synchronization gadget. -->
  <string name="gadget_sync">Sync</string>
  <!-- Template for brightness gadget toggle button description. -->
  <string name="gadget_brightness_template">Hellegkeet <xliff:g name="state" example="half">%1$s</xliff:g></string>
  <!-- Brightness gadget value used to describe automatic brightness state. -->
  <string name="gadget_brightness_state_auto">auto</string>
  <!-- Brightness gadget value used to describe maximum brightness state. -->
  <string name="gadget_brightness_state_full">voll</string>
  <!-- Brightness gadget value used to describe half brightness state. -->
  <string name="gadget_brightness_state_half">hallef</string>
  <!-- Brightness gadget value used to describe minimum brightness state. -->
  <string name="gadget_brightness_state_off">aus</string>
  <!-- Title of preference to enter the VPN settings activity -->
  <string name="vpn_settings_title">VPN</string>
  <!-- Title of preference group for credential storage settings [CHAR LIMIT=30] -->
  <string name="credentials_title">Umeldungsdatespäicher</string>
  <!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] -->
  <string name="credentials_install" product="nosdcard">Aus dem Späicher installéieren</string>
  <!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] -->
  <string name="credentials_install" product="default">Vun der SD-Kaart installéieren</string>
  <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] -->
  <string name="credentials_install_summary" product="nosdcard">Zerfitikater aus dem Späicher installéieren</string>
  <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] -->
  <string name="credentials_install_summary" product="default">Zerfitikater vun der SD-Kaart installéieren</string>
  <!-- Title of preference to reset credential storage [CHAR LIMIT=30] -->
  <string name="credentials_reset">Zouganksdate läschen</string>
  <!-- Summary of preference to reset credential storage [CHAR LIMIT=NONE] -->
  <string name="credentials_reset_summary">All d\'Zertifikater läschen</string>
  <!-- Title of preference to display trusted credentials (aka CA certificates) [CHAR LIMIT=30] -->
  <string name="trusted_credentials">Vertrauenswierdeg Zouganksdaten</string>
  <!-- Summary of preference to display trusted credentials (aka CA certificates) [CHAR LIMIT=NONE] -->
  <string name="trusted_credentials_summary">Vertrauenswierdeg CA-Zertifikater uweisen</string>
  <!-- Title of preference group for advance security settings [CHAR LIMIT=30] -->
  <string name="advanced_security_title">Erweidert</string>
  <!-- Title of preference of what type of credential storage this device has: hardware or software [CHAR LIMIT=30] -->
  <string name="credential_storage_type">Späichertyp</string>
  <!-- Summary text for preference showing what type of credential storage this device has when it is stored in a hardware-backed storage (as opposed to "software only") [CHAR LIMIT=NONE] -->
  <string name="credential_storage_type_hardware">Hardware-gestützt</string>
  <!-- Summary text for preference showing what type of credential storage this device has when it is stored in software only (as opposed to "hardware-backed") [CHAR LIMIT=NONE] -->
  <string name="credential_storage_type_software">Just Software</string>
  <!-- Error message for users that aren't allowed to see or modify credentials [CHAR LIMIT=none] -->
  <string name="credentials_settings_not_available">Zouganksdate fir dëse Benotzer sinn net disponibel</string>
  <!-- Title of dialog to enable credential storage [CHAR LIMIT=30] -->
  <!-- Description of dialog to enable credential storage [CHAR LIMIT=NONE] -->
  <string name="credentials_unlock_hint">Gëff d\'Passuwert fir den Umeldungsinformatiounsspäicher an.</string>
  <!-- Description of the input box for the old password [CHAR LIMIT=30] -->
  <string name="credentials_old_password">Aktuellt Passwuert:</string>
  <!-- Description of dialog to reset credential storage [CHAR LIMIT=NONE] -->
  <string name="credentials_reset_hint">All d\'Inhalter läschen?</string>
  <string name="credentials_password_too_short">D\'Passwuert muss mindestens 8 Zeechen hunn.</string>
  <!-- Error message [CHAR LIMIT=NONE] -->
  <string name="credentials_wrong_password">Inkorrekt Passwuert.</string>
  <!-- Error message [CHAR LIMIT=NONE] -->
  <string name="credentials_reset_warning">Ongëltegt Passwuert. Du hues nach ee Versuch ier den Zouganksdatespäicher geläscht gëtt.</string>
  <!-- Error message [CHAR LIMIT=NONE] -->
  <string name="credentials_reset_warning_plural">Ongëltegt Passwuert. Du hues nach <xliff:g id="number" example="5">%1$d</xliff:g> Versich ier den Zouganksdatespäicher geläscht gëtt.</string>
  <!-- Toast message [CHAR LIMIT=30] -->
  <string name="credentials_erased">Den Zouganksdatespäicher gouf geläscht.</string>
  <!-- Toast message [CHAR LIMIT=30] when credential storage containing private keys and certificates could not be erased (opposite of string credentials_erased) -->
  <!-- Toast message [CHAR LIMIT=30] -->
  <string name="credentials_enabled">Zouganksdatespäicher aktivéiert.</string>
  <!-- Description of dialog to explain that a lock screen password is required to use credential storage [CHAR LIMIT=NONE] -->
  <string name="credentials_configure_lock_screen_hint">Du muss e PIN oder e Passwuert fir de Spärschierm setzen ier s de den Umeldungsdatespäicher benotze kanns.</string>
  <!-- Title of Usage Access preference item [CHAR LIMIT=30] -->
  <string name="usage_access_title">Appe mat Benotzungszougrëff</string>
  <!-- Sound settings screen, setting check box label -->
  <string name="emergency_tone_title">Noutfalltoun</string>
  <!-- Sound settings screen, setting option summary text -->
  <string name="emergency_tone_summary">Definéier d\'Behuele wann en Noutruff ofgesat gëtt</string>
  <!-- Backup and reset Settings screen -->
  <!-- Backup and reset settings menu title -->
  <string name="privacy_settings">Sécheren an zrécksetzen</string>
  <!-- Privacy settings activity title -->
  <string name="privacy_settings_title">Sécheren an zrécksetzen</string>
  <!-- Backup section title -->
  <string name="backup_section_title">Sécheren an erëmhierstellen</string>
  <!-- Personal data section title -->
  <string name="personal_data_section_title">Perséinlech Daten</string>
  <!-- Backup data menu title -->
  <string name="backup_data_title">Meng Date sécheren</string>
  <!-- Summary text of the "back up data" setting -->
  <string name="backup_data_summary">App-Daten, WLAN-Passwierder an aner Astellungen op de Google-Servere sécheren</string>
  <!-- Configure backup account options menu title [CHAR LIMIT=25]-->
  <string name="backup_configure_account_title">Backup-Kont</string>
  <!-- Auto-restore menu title [CHAR LIMIT=30] -->
  <string name="include_app_data_title">App-Daten aschléissen</string>
  <!-- Auto-restore menu title -->
  <string name="auto_restore_title">Automatesch Erëmhierstellung</string>
  <!-- Summary text of the "automatic restore" setting -->
  <string name="auto_restore_summary">Wann eng App nei installéiert gëtt, déi geséchert Daten an Astellunge recuperéieren</string>
  <!-- Title of the preference informing the user about the backup service being inactive [CHAR LIMIT=50]-->
  <string name="backup_inactive_title">De Sécherungsservice ass net aktiv.</string>
  <!-- Default summary text of the "Configure backup account" setting [CHAR LIMIT=80]-->
  <string name="backup_configure_account_default_summary">Kee Kont späichert momentan geséchert Daten</string>
  <!-- Local (desktop) backup password menu title [CHAR LIMIT=25] -->
  <string name="local_backup_password_title">Desktop-Sécherungs-Passwuert</string>
  <!-- Summary text of the "local backup password" setting when the user has not supplied a password -->
  <!-- Summary text of the "local backup password" setting when the user has already supplied a password -->
  <string name="local_backup_password_summary_change">Dréck fir d\'Passwuert fir d\'Desktop-Backupen z\'änneren oder ze läschen</string>
  <!-- Toast message shown when the user successfully sets a new local backup password [CHAR LIMIT=80] -->
  <string name="local_backup_password_toast_success">Kee Backup-Passwuert definéiert</string>
  <!-- Toast message shown when setting a new local backup password fails due to the user not correctly typing the password again for confirmation [CHAR LIMIT=80] -->
  <!-- Toast message shown when setting a new local backup password fails due to the user not supplying the correct existing password. The phrasing here is deliberately quite general. [CHAR LIMIT=80] -->
  <string name="local_backup_password_toast_validation_failure">Feeler beim setze vum Sécherungspasswuert</string>
  <!-- Dialog title for confirmation to erase backup data from server -->
  <!-- Dialog title for confirmation to erase backup data from server -->
  <string name="backup_erase_dialog_message">D\'Sécherung vun App-Daten, WLAN-Passwierder an aner Astellunge stoppen an all d\'Kopien op de Google-Servere läschen?</string>
  <!-- Dialog title for confirmation to erase full backup data from server -->
  <!-- Summary for explanation of what full app data backup means. Manufacturers may wish to overlay this resource with their own text  -->
  <!-- Device admin settings screen -->
  <!-- Device admin settings activity title -->
  <string name="device_admin_settings_title">Apparatverwaltungsastellungen</string>
  <!-- Label for screen showing the active device policy -->
  <string name="active_device_admin_msg">Administrateur vum Apparat</string>
  <!-- Label for button to remove the active device admin -->
  <string name="remove_device_admin">Desaktivéieren</string>
  <!-- Label for screen showing to select device policy -->
  <string name="select_device_admin_msg">Administrateure vum Apparat</string>
  <!-- Message when there are no available device admins to display -->
  <string name="no_device_admins">Keng Apparatverwalter disponibel</string>
  <!-- Message displayed when the device admin can only be disabled by deleting the work profile [CHAR_LIMIT=120] -->
  <string name="managed_profile_device_admin_info">Fir den Zougrëff vu(n) <xliff:g id="app_name">%1$s</xliff:g> ze stoppen, läsch den Aarbechtsprofil ënner Astellungen &gt; Konten</string>
  <!-- Title for personal device admins on the list [CHAR_LIMIT=25] -->
  <string name="personal_device_admin_title">Perséinlech</string>
  <!-- Title for managed device admins on the list [CHAR_LIMIT=25] -->
  <string name="managed_device_admin_title">Aarbecht</string>
  <!-- Message when there are no available trust agents to display -->
  <string name="no_trust_agents">Keng disponibel Vertrauensagenten</string>
  <!-- Label for screen showing to add device policy -->
  <string name="add_device_admin_msg">Apparatverwalter aktivéieren?</string>
  <!-- Label for button to set the active device admin -->
  <string name="add_device_admin">Aktivéieren</string>
  <!-- Device admin add activity title -->
  <string name="device_admin_add_title">Administrateur vum Apparat</string>
  <!-- Device admin warning message about policies an admin can use -->
  <string name="device_admin_warning">Wann dësen Apparatverwalter aktivéiert gëtt, kann d\'App <xliff:g id="app_name">%1$s</xliff:g> dës Operatiounen duerchféieren:</string>
  <!-- Device admin warning message about policies an admin can use -->
  <string name="device_admin_status">Dëse Verwalter ass aktiv an erlaabt der App <xliff:g id="app_name">%1$s</xliff:g> dës Operatiounen duerchzeféieren:</string>
  <!-- Title for screen to set a profile owner [CHAR LIMIT=40] -->
  <string name="profile_owner_add_title">Profil-Manager aktivéieren?</string>
  <!-- Warning when trying to add a profile owner admin after setup has completed. [CHAR LIMIT=none] -->
  <!-- Name to assign to a Network Access Point that was saved without a name -->
  <string name="untitled_apn">Ouni Titel</string>
  <string name="sound_category_sound_title">Allgemeng</string>
  <string name="notification_log_title">Notifikatiounsprotokoll</string>
  <!-- Category title for phone call's ringtone and vibration settings in the Sound Setting.
         [CHAR LIMIT=40] -->
  <string name="sound_category_call_ringtone_vibrate_title">Schelltoun a Vibratioun</string>
  <!-- Category title for system-wide notification and feedback settings in the Sound Setting.
         [CHAR LIMIT=40] -->
  <string name="sound_category_system_title">System</string>
  <!-- Wifi Setup For Setup Wizard with XL screen -->
  <!-- Title shown in Wifi Setup Wizard with XL screen -->
  <string name="wifi_setup_title">WLAN-Ariichtung</string>
  <!-- Title shown in Wifi Setup Wizard with XL screen when
         a user is configuring password for a network.
         The argument should be the name of the network.
         [CHAR LIMIT=50] -->
  <string name="wifi_setup_title_editing_network">Mam WLAN-Netzwierk <xliff:g id="network_name" example="Happy Mobile">%s</xliff:g> verbannen</string>
  <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
         the device is connecting a network the user specified.
         The argument should be the name of the network.
         [CHAR LIMIT=50] -->
  <string name="wifi_setup_title_connecting_network">Verbanne mam WLAN-Netzwierk <xliff:g id="network_name" example="Happy Mobile">%s</xliff:g></string>
  <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
         the device successfully connected to a network the user specified.
         The argument should be the name of the network.
         [CHAR LIMIT=50] -->
  <string name="wifi_setup_title_connected_network">Verbonne mam WLAN-Netzwierk <xliff:g id="network_name" example="Happy Mobile">%s</xliff:g></string>
  <!-- Title shown in Wifi Setup For Setup Wizard with XL screen when
         a user is adding a network.
         [CHAR LIMIT=50] -->
  <string name="wifi_setup_title_add_network">En Netzwierk dobäisetzen</string>
  <!-- Text message shown when Wifi is not connected.
         Used in Wifi Setup For Setup Wizard with XL screen. -->
  <string name="wifi_setup_not_connected">Net connectéiert</string>
  <!-- Button message shown on the button adding manual setting.
         Used in Wifi Setup For Setup Wizard with XL screen. -->
  <string name="wifi_setup_add_network">Netzwierk dobäisetzen</string>
  <!-- Button message shown on the button refreshing a list of network.
         Used in Wifi Setup For Setup Wizard with XL screen. -->
  <string name="wifi_setup_refresh_list">Lëscht opfrëschen</string>
  <!-- Button message shown on the button enabling users skip Wifi Setup.
         Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=10] -->
  <string name="wifi_setup_skip">Iwwersprangen</string>
  <!-- Button message shown on the button enabling users go the next step.
         Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=10] -->
  <string name="wifi_setup_next">Weider</string>
  <!-- Button label to go back to previous screen. Used in SetupWizard for
      XLarge screen [CHAR LIMIT=10] -->
  <string name="wifi_setup_back">Zréck</string>
  <!-- Button label to show detailed dialog for a selected Wi-Fi settings.
         Used in SetupWizard for XLarge screen [CHAR LIMIT=20] -->
  <string name="wifi_setup_detail">Netzwierkdetailer</string>
  <!-- Button label to connect to a Wi-Fi network.
         Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
  <string name="wifi_setup_connect">Connectéieren</string>
  <!-- Button label to delete a Wi-Fi network.
         Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
  <string name="wifi_setup_forget">Vergiessen</string>
  <!-- Button label to save a Wi-Fi network configuration.
         Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
  <string name="wifi_setup_save">Späicheren</string>
  <!-- Button label to dismiss the dialog.
         Used in SetupWizard for XLarge screen [CHAR LIMIT=10] -->
  <string name="wifi_setup_cancel">Ofbriechen</string>
  <!-- The message shown above available networks when the device is scanning
         available networks [CHAR LIMIT=35] -->
  <string name="wifi_setup_status_scanning">Netzwierker gi gesicht\u2026</string>
  <!-- Message shown above available network when there's no connected network.
         Used in Wifi Setup For Setup Wizard with XL screen. -->
  <string name="wifi_setup_status_select_network">Op en Netzwierk drécke fir domat ze verbannen</string>
  <!-- Message shown above available networks when a user clicked one of available
         networks and the UI is showing one possible existing network.
         Used in Wifi Setup. -->
  <string name="wifi_setup_status_existing_network">Mat engem existéierenden Netzwierk verbannen</string>
  <!-- Message shown above available networks when a user clicked one of available
         networks and the network doesn't require configuration (e.g. password)
         Used in Wifi Setup with XL screen. [CHAR LIMIT=35] -->
  <string name="wifi_setup_status_unsecured_network">Mat engem onsécheren Netzwierk verbannen</string>
  <!-- Message shown above available networks when a user clicked one of available
         networks and the UI is prompting the user to edit the network configuration
         if needed. Used in Wifi Setup with XL screen. [CHAR LIMIT=35] -->
  <string name="wifi_setup_status_edit_network">Netzwierkkonfiguratioun aginn</string>
  <!-- The message shown above available networks when a user clicked "Add network"
         button. Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
  <string name="wifi_setup_status_new_network">Mat neiem Netzwierk verbannen</string>
  <!-- The message shown above available networks when a user clicked one of available
         networks or created another profile and he/she is waiting for the connection
         is established.
         Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
  <string name="wifi_setup_status_connecting">Connectioun gëtt hiergestallt\u2026</string>
  <!-- The message shown above available networks when connection is established,
         letting a user to proceed to the next step of the SetupWizard.
         Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
  <string name="wifi_setup_status_proceed_to_next">Weider bei den nächste Schrëtt</string>
  <!-- The message shown above available networks when a user clicked a network secured by
         EAP. We don't allow the user to connect it.
         Used in Wifi Setup For Setup Wizard with XL screen. [CHAR LIMIT=35] -->
  <!-- Message shown when users select EAP in Wi-Fi settings for SetupWizard,
         saying EAP can't be configured in SetupWizard flow.
         [CHAR LIMIT=NONE] -->
  <!-- Message shown when the device is connecting a network [CHAR LIMIT=NONE] -->
  <string name="wifi_setup_description_connecting">D\'Connectioun kann e puer Minutten daueren\u2026</string>
  <!-- Message shown when the device is connected to a network [CHAR LIMIT=NONE] -->
  <string name="wifi_setup_description_connected">Dréck <b>Weider</b> fir mat der Installatioun weiderzemaachen.\n\nDréck <b>Zréck</b> fir dech mat engem anere WLAN-Netzwierk ze verbannen.</string>
  <!-- Do not translate. This is a stub which will be removed soon. -->
  <!-- Content description of the enabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
  <string name="accessibility_sync_enabled">Synchroniséierung aktivéiert</string>
  <!-- Content description of the disabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
  <string name="accessibility_sync_disabled">Synchroniséierung desaktivéiert</string>
  <!-- Content description of the in progress sync icon for accessibility. [CHAR LIMIT=NONE] -->
  <string name="accessibility_sync_in_progress">Synchroniséieren elo</string>
  <!-- Content description of the disabled sync icon for accessibility. [CHAR LIMIT=NONE] -->
  <string name="accessibility_sync_error">Feeler bei der Synchroniséierung.</string>
  <!-- Image description for the sync failed icon. -->
  <string name="sync_failed">Synchroniséierung feelgeschloen</string>
  <!-- Animation description for the sync active icon. -->
  <string name="sync_active">Synchroniséierung aktiv</string>
  <!-- Account specific sync settings title [CHAR LIMIT=35] -->
  <string name="account_sync_settings_title">Sync</string>
  <!-- Message when sync is currently failing [CHAR LIMIT=100] -->
  <string name="sync_is_failing">D\'Synchroniséierung huet momentan Problemer. Et geet geschwë weider.</string>
  <!-- Button label to add an account [CHAR LIMIT=20] -->
  <string name="add_account_label">Kont dobäisetzen</string>
  <!-- Label for the state of the work profile [CHAR LIMIT=80] -->
  <!-- Button label to remove the work profile [CHAR LIMIT=35] -->
  <string name="remove_managed_profile_label">Aarbechtsprofil läschen</string>
  <!-- Data synchronization settings screen, title of setting that controls whether background data should be used [CHAR LIMIT=30] -->
  <string name="background_data">Hannergronddaten</string>
  <!-- Data synchronization settings screen, summary of setting that controls whether background data should be used [CHAR LIMIT=60] -->
  <string name="background_data_summary">Appe kënnen zu all Moment Date synchroniséieren, schécken an empfänken</string>
  <!-- Data synchronization settings screen, title of dialog that confirms the user's unchecking of background data [CHAR LIMIT=20] -->
  <string name="background_data_dialog_title">Hannergronddaten desaktivéieren?</string>
  <!-- Data synchronization settings screen, message of dialog that confirms the user's unchecking of background data [CHAR LIMIT=200] -->
  <string name="background_data_dialog_message">Duerch d\'Desaktivéiere vun den Hannergronddate gëtt d\'Akkulafzäit verbessert an d\'Datebenotzung reduzéiert. Verschidden Appe kéinte weiderhin am Hannergrond d\'Dateconnectioun benotzen.</string>
  <!-- Title for a checkbox that enables data synchronization in the account and sync screen [CHAR LIMIT=35] -->
  <string name="sync_automatically">App-Daten automatesch synchroniséieren</string>
  <!-- Sync status messages on Accounts & Synchronization settings -->
  <!-- Sync status shown when sync is enabled [CHAR LIMIT=25] -->
  <string name="sync_enabled">Sync ass UN</string>
  <!-- Sync status shown when sync is disabled [CHAR LIMIT=25] -->
  <string name="sync_disabled">Sync ass AUS</string>
  <!-- Sync status shown when last sync resulted in an error [CHAR LIMIT=25] -->
  <string name="sync_error">Sync-Feeler</string>
  <!-- Last synced date/time for accounts that synced [CHAR LIMIT=none] -->
  <string name="last_synced"><xliff:g id="last_sync_time">%1$s</xliff:g> fir d\'lescht synchroniséiert</string>
  <!-- Sync status shown when sync is disabled [CHAR LIMIT=30] -->
  <string name="sync_in_progress">Synchroniséieren elo\u2026</string>
  <!-- Data synchronization settings screen, setting option name -->
  <string name="settings_backup">Astellunge sécheren</string>
  <!-- Data synchronization settings screen, setting option summary text when check box is selected -->
  <string name="settings_backup_summary">Meng Astellunge sécheren</string>
  <!-- Data synchronization settings screen, menu option -->
  <string name="sync_menu_sync_now">Elo synchroniséieren</string>
  <!-- Data synchronization settings screen, menu option -->
  <string name="sync_menu_sync_cancel">Synchroniséierung ofbriechen</string>
  <!-- Data synchronization settings screen, summary of a sync provider (for example, Gmail) when autosync is off and the user wants to do a one-time sync. -->
  <string name="sync_one_time_sync">Drécke fir elo ze synchroniséieren<xliff:g id="last_sync_time">\n%1$s</xliff:g></string>
  <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Gmail should be synced.  Should use "Gmail" to refer to this app.-->
  <string name="sync_gmail">Gmail</string>
  <!-- Data synchronization settings screen, checkbox setting option name. Controls whether Calendar shoudl be synced. -->
  <string name="sync_calendar">Kalenner</string>
  <!-- Data synchronization settings screen, checkbox setting option name -->
  <string name="sync_contacts">Kontakter</string>
  <!-- Message introducing the user to Google Sync. -->
  <string name="sync_plug"><font fgcolor="#ffffffff">Wëllkomm bei Google Sync!</font>
    \nEng Google-Approche fir Daten ze synchroniséieren an Zougrëff op Kontakter, Terminer a méi z\'erlabe vun egal wou s de bass.</string>
  <!-- Header title for those settings relating to application syncing. -->
  <string name="header_application_sync_settings">App-Sync-Astellungen</string>
  <!-- Header for data and synchronization -->
  <string name="header_data_and_synchronization">Daten a Synchroniséierung</string>
  <!-- Preference item that lets the user change password -->
  <string name="preference_change_password_title">Passwuert änneren</string>
  <!-- Header that appears at the top of Account Settings screen -->
  <string name="header_account_settings">Kontenastellungen</string>
  <!-- Button label to remove current account -->
  <string name="remove_account_label">Kont läschen</string>
  <!-- Title shown in AddAccount -->
  <string name="header_add_an_account">E Kont dobäisetzen</string>
  <!-- Button shown when this activity is run from SetupWizard -->
  <string name="finish_button_label">Ofschléissen</string>
  <!-- Title of remove message for remove account dialog -->
  <string name="really_remove_account_title">Kont läschen?</string>
  <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
  <string name="really_remove_account_message" product="tablet">Duerch d\'Läsche vun dësem Kont ginn all seng Messagen, Kontakter an aner Date vum Tablet geläscht!</string>
  <!-- Remove account message in dialog [CHAR LIMIT=NONE] -->
  <string name="really_remove_account_message" product="default">Duerch d\'Läsche vun dësem Kont ginn all seng Messagen, Kontakter an aner Date vum Telefon geläscht!</string>
  <!-- This is shown if the autheticator for a given account fails to remove it. [CHAR LIMIT=NONE] -->
  <!-- What to show in messaging that refers to this provider, e.g. AccountSyncSettings -->
  <string name="provider_label">Push-Abonnementer</string>
  <!-- Formatter in AccountSyncSettings for each application we wish to synchronize, e.g. "Sync Calendar" -->
  <string name="sync_item_title"><xliff:g id="authority" example="Calendar">%s</xliff:g></string>
  <!-- Title of dialog shown when you can't manually sync an item because it's disabled -->
  <!-- Messaage shown in dialog when you can't manually sync -->
  <string name="cant_sync_dialog_message">D\'Synchroniséierung vun dësem Element ass momentan desaktivéiert. Schalt virleefeg d\'Hannergronddaten an déi automatesch Synchroniséierung u fir dës Astellung z\'änneren.</string>
  <string name="wimax_settings">4G</string>
  <string name="status_wimax_mac_address">4G MAC-Adress</string>
  <!-- This is displayed to the user when the device needs to be decrypted -->
  <string name="enter_password">Gëff däi Passwuert an, fir Android ze starten</string>
  <!-- Informational text on the pin entry screen prompting the user for their pin -->
  <string name="enter_pin">Gëff däi PIN an, fir Android ze starten</string>
  <!-- Informational text on the pattern entry screen prompting the user for their pattern -->
  <string name="enter_pattern">Zeechen däi Muster, fir Android ze starten</string>
  <!-- Message shown when user enters wrong pattern -->
  <string name="cryptkeeper_wrong_pattern">Falscht Muster</string>
  <!-- Message shown when user enters wrong password -->
  <string name="cryptkeeper_wrong_password">Falscht Passwuert</string>
  <!-- Message shown when user enters wrong PIN -->
  <string name="cryptkeeper_wrong_pin">Falsche PIN</string>
  <!-- Shown when a password has been entered, and we're checking it -->
  <string name="checking_decryption">Iwwerpréiwung\u2026</string>
  <!-- Shown when password is correct, and we're starting Android -->
  <string name="starting_android">Android gëtt gestart</string>
  <!-- the following are for Settings Storage screen -->
  <!-- Menu item/button 'delete' -->
  <string name="delete">Läschen</string>
  <!-- Misc files [CHAR LIMIT=25] -->
  <string name="misc_files">Verschidde Fichieren</string>
  <!-- number of misc files selected [CHAR LIMIT=40] -->
  <string name="misc_files_selected_count"><xliff:g id="number" example="3">%1$d</xliff:g> vu(n) <xliff:g id="total" example="15">%2$d</xliff:g> ausgewielt</string>
  <!-- number of bytes represented by the selected misc files [CHAR LIMIT=40] -->
  <string name="misc_files_selected_count_bytes"><xliff:g id="number" example="3.25MB">%1$s</xliff:g> vu(n) <xliff:g id="total" example="15.25MB">%2$s</xliff:g></string>
  <!--  action to select all [CHAR LIMIT=30] -->
  <string name="select_all">All auswielen</string>
  <!-- HDCP checking title, used for debug purposes only. [CHAR LIMIT=25] -->
  <string name="hdcp_checking_title">HDCP-Iwwerpréiwung</string>
  <!-- HDCP checking dialog title, used for debug purposes only. [CHAR LIMIT=25] -->
  <string name="hdcp_checking_dialog_title">HDCP-Kontrollverhalen definéieren</string>
  <!-- Preference category for app debugging development settings. [CHAR LIMIT=50] -->
  <string name="debug_debugging_category">Debugging</string>
  <!-- UI debug setting: select current app to debug [CHAR LIMIT=50] -->
  <string name="debug_app">Debug-App auswielen</string>
  <!-- UI debug setting: no debug app has been set [CHAR LIMIT=50] -->
  <string name="debug_app_not_set">Keng Debug-Applikatioun gesat</string>
  <!-- UI debug setting: debug app has been set [CHAR LIMIT=50] -->
  <string name="debug_app_set">Debugging-Applikatioun: <xliff:g id="app_name">%1$s</xliff:g></string>
  <!-- UI debug setting: title for app picker dialog [CHAR LIMIT=50] -->
  <string name="select_application">App auswielen</string>
  <!-- UI debug setting: label for app picker to select no applicatiojn [CHAR LIMIT=50] -->
  <string name="no_application">Näischt</string>
  <!-- UI debug setting: wait for debugger to attach to debugging process? [CHAR LIMIT=50] -->
  <string name="wait_for_debugger">Op den Debugger waarden</string>
  <!-- UI debug setting: wait for debugger to attach to debugging process summary [CHAR LIMIT=500] -->
  <string name="wait_for_debugger_summary">App waart virum Start dorop datt den Debugger ugebonnen ass</string>
  <!-- Preference category for input debugging development settings. [CHAR LIMIT=25] -->
  <string name="debug_input_category">Agank</string>
  <!-- Preference category for drawing debugging development settings. [CHAR LIMIT=25] -->
  <string name="debug_drawing_category">Zeechnen</string>
  <!-- Preference category for hardware accelerated drawing debugging development settings. [CHAR LIMIT=50] -->
  <string name="debug_hw_drawing_category">Hardwarebeschleunegt Renderen</string>
  <!-- Preference category for media development settings. [CHAR LIMIT=50] -->
  <string name="media_category">Medien</string>
  <!-- Preference category for monitoring debugging development settings. [CHAR LIMIT=25] -->
  <string name="debug_monitoring_category">Iwwerwaachung</string>
  <!-- UI debug setting: always enable strict mode? [CHAR LIMIT=25] -->
  <string name="strict_mode">Strikte Modus aktivéiert</string>
  <!-- UI debug setting: show strict mode summary [CHAR LIMIT=50] -->
  <string name="strict_mode_summary">Schierm opliichte loosse wann Appe laangwiereg Operatiounen um Haaptprozess ausféieren</string>
  <!-- UI debug setting: show pointer location? [CHAR LIMIT=25] -->
  <string name="pointer_location">Cursorpositioun</string>
  <!-- UI debug setting: show pointer location summary [CHAR LIMIT=50] -->
  <string name="pointer_location_summary">Overlay mat aktuellen Daten zu Drockaktiounen</string>
  <!-- UI debug setting: show touches? [CHAR LIMIT=25] -->
  <string name="show_touches">Beréierungen uweisen</string>
  <!-- UI debug setting: show touches location summary [CHAR LIMIT=50] -->
  <string name="show_touches_summary">Visuelle Feedback fir Beréierungen uweisen</string>
  <!-- UI debug setting: show where surface updates happen? [CHAR LIMIT=25] -->
  <string name="show_screen_updates">Flächenaktualiséierungen uweisen</string>
  <!-- UI debug setting: show surface updates summary [CHAR LIMIT=50] -->
  <string name="show_screen_updates_summary">Ganz Fënsterflächen opliichte loosse wa s\'aktualiséiert ginn</string>
  <!-- UI debug setting: show where window updates happen with GPU rendering? [CHAR LIMIT=25] -->
  <string name="show_hw_screen_updates">GPU-Aktualiséierungen uweisen</string>
  <!-- UI debug setting: show GPU rendering screen updates summary [CHAR LIMIT=50] -->
  <string name="show_hw_screen_updates_summary">Fënsterdeeler opliichte loosse wa se vun der GPU gezeechent ginn</string>
  <!-- UI debug setting: show when hardware layers get updated [CHAR LIMIT=25] -->
  <string name="show_hw_layers_updates">Hardware-Layer-Aktualiséierungen uweisen</string>
  <!-- UI debug setting: show hardware layers updates summary [CHAR LIMIT=50] -->
  <string name="show_hw_layers_updates_summary">Hardware-Layere gréng opliichte loosse wa s\'aktualiséiert ginn</string>
  <!-- UI debug setting: show the amount of overdraw in apps using the GPU [CHAR LIMIT=25] -->
  <string name="debug_hw_overdraw">GPU-Iwwerblendung debuggen</string>
  <!-- UI debug setting: disable use of overlays? [CHAR LIMIT=25] -->
  <string name="disable_overlays">HW-Overlays desaktivéieren</string>
  <!-- UI debug setting: disable use of overlays summary [CHAR LIMIT=50] -->
  <string name="disable_overlays_summary">Fir d\'Schiermzesummestellung ëmmer d\'GPU benotzen</string>
  <!-- UI debug setting: simulate color space anomalies. [CHAR LIMIT=25] -->
  <string name="simulate_color_space">Faarfraum simuléieren</string>
  <!-- UI debug setting: enable various types of OpenGL traces [CHAR LIMIT=25] -->
  <string name="enable_opengl_traces_title">OpenGL-Spuren aktivéieren</string>
  <!-- UI debug setting: disable USB audio routing title [CHAR LIMIT=32] -->
  <string name="usb_audio_disable_routing">USB-Tounëmleedung desaktivéieren</string>
  <!-- UI debug setting: disable USB audio routing summary [CHAR LIMIT=50] -->
  <string name="usb_audio_disable_routing_summary">Autom. Routing un extern USB-Toungeräter desaktivéieren</string>
  <!-- UI debug setting: show layout bounds information [CHAR LIMIT=25] -->
  <string name="debug_layout">Layout-Grenzen uweisen</string>
  <!-- UI debug setting: show layout bounds information summary [CHAR LIMIT=50] -->
  <string name="debug_layout_summary">Clip-Begrenzungen, Ränner, etc. uweisen</string>
  <!-- UI debug setting: force right to left layout [CHAR LIMIT=37] -->
  <string name="force_rtl_layout_all_locales">RTL-Layout erzwéngen</string>
  <!-- UI debug setting: force right to left layout summary [CHAR LIMIT=100] -->
  <string name="force_rtl_layout_all_locales_summary">RTL-Bildschiermlayout fir all d\'Sproochen erzwéngen</string>
  <!-- UI debug setting: show how CPU is being used? [CHAR LIMIT=25] -->
  <string name="show_cpu_usage">CPU-Benotzung uweisen</string>
  <!-- UI debug setting: show cpu usage summary [CHAR LIMIT=50] -->
  <string name="show_cpu_usage_summary">Schierm-Iwwerlagerung mat aktueller CPU-Belaaschtung</string>
  <!-- UI debug setting: force hardware acceleration to render apps [CHAR LIMIT=25] -->
  <string name="force_hw_ui">GPU-Renderen erzwéngen</string>
  <!-- UI debug setting: force hardware acceleration summary [CHAR LIMIT=50] -->
  <string name="force_hw_ui_summary">GPU-Rendere fir d\'2D-Zeechnung erzwéngen</string>
  <!-- UI debug setting: force anti-aliasing to render apps [CHAR LIMIT=25] -->
  <string name="force_msaa">4x MSAA forcéieren</string>
  <!-- UI debug setting: force anti-aliasing summary [CHAR LIMIT=50] -->
  <string name="force_msaa_summary">4x MSAA an OpenGL ES 2.0 Appen aktivéieren</string>
  <!-- UI debug setting: show when non-rectangular clip operations are used [CHAR LIMIT=100] -->
  <string name="show_non_rect_clip">Net-rechteckeg Clip-Operatiounen debuggen</string>
  <!-- UI debug setting: profile time taken by hardware acceleration to render apps [CHAR LIMIT=25] -->
  <string name="track_frame_time">GPU-Rendering profiléieren</string>
  <!-- UI debug setting: scaling factor for window animations [CHAR LIMIT=25] -->
  <string name="window_animation_scale_title">Skaléierung vun de Fënsteranimatiounen</string>
  <!-- UI debug setting: scaling factor for transition animations [CHAR LIMIT=25] -->
  <string name="transition_animation_scale_title">Skaléierung vun den Transitiounen</string>
  <!-- UI debug setting: scaling factor for all Animator-based animations [CHAR LIMIT=25] -->
  <string name="animator_duration_scale_title">Skaléierung vun der Animateurszäit</string>
  <!-- UI debug setting: simulate secondary display devices using overlays [CHAR LIMIT=25] -->
  <string name="overlay_display_devices_title">Zweete Schierm simuléieren</string>
  <!-- UI debug setting: enable/disable debug multi-window ui [CHAR LIMIT=25] -->
  <!-- setting Checkbox summary whether to enable debug multi-window ui [CHAR_LIMIT=50] -->
  <!-- Warning dialog message to confirm user wishes to enable experimental multi-window mode feature -->
  <!-- Preference category for application debugging development settings. [CHAR LIMIT=25] -->
  <string name="debug_applications_category">Appen</string>
  <!-- UI debug setting: immediately destroy activities? [CHAR LIMIT=25] -->
  <!-- UI debug setting: immediately destroy activities summary [CHAR LIMIT=50] -->
  <string name="immediately_destroy_activities_summary">All Aktivitéit zerstéiere soubal de Benotzer se verléisst</string>
  <!-- UI debug setting: limit number of running background processes [CHAR LIMIT=25] -->
  <string name="app_process_limit_title">Limitt fir Hannergrondprozesser</string>
  <!-- UI debug setting: show all ANRs? [CHAR LIMIT=25] -->
  <string name="show_all_anrs">All blockéiert Appen uweisen</string>
  <!-- UI debug setting: show all ANRs summary [CHAR LIMIT=50] -->
  <string name="show_all_anrs_summary">Fënster \"App äntwert net\" fir Hannergrondappen uweisen</string>
  <!-- Activity title for network data usage summary. [CHAR LIMIT=25] -->
  <string name="data_usage_summary_title">Dateverbrauch</string>
  <!-- Activity title for Appk data usage summary. [CHAR LIMIT=25] -->
  <string name="data_usage_app_summary_title">App-Datebenotzung</string>
  <!-- Message about carrier data accounting.  [CHAR LIMIT=100] -->
  <string name="data_usage_accounting">De Provider berechent d\'Datebenotzung eventuell anescht als den Apparat.</string>
  <!-- Title for app usage. [CHAR LIMIT=40] -->
  <string name="data_usage_app">App-Benotzung</string>
  <!-- Title for app usage. [CHAR LIMIT=40] -->
  <string name="data_usage_app_info_label">APP-INFO</string>
  <!-- Title for cellular data usage. [CHAR LIMIT=40] -->
  <!-- Title for setting data limit. [CHAR LIMIT=40] -->
  <string name="data_usage_data_limit">Datelimitt setzen</string>
  <!-- Title for option to pick visible time range from a list available usage periods. [CHAR LIMIT=25] -->
  <string name="data_usage_cycle">Dateverbauchzyklus</string>
  <!-- Title for application data usage separator in data usage list. [CHAR LIMIT=25] -->
  <string name="data_usage_app_items_header_text">App-Benotzung</string>
  <!-- Title for menu option to enable mobile data when roaming. [CHAR LIMIT=26] -->
  <string name="data_usage_menu_roaming">Dateroaming</string>
  <!-- Title for menu option to restrict background data usage. [CHAR LIMIT=26] -->
  <string name="data_usage_menu_restrict_background">Hannergronddaten aschränken</string>
  <!-- Title for menu option to allow background data usage. [CHAR LIMIT=26] -->
  <string name="data_usage_menu_allow_background">Hannergronddaten erlaben</string>
  <!-- Title for menu option to show 4G mobile data usage separate from other mobile data usage. [CHAR LIMIT=26] -->
  <string name="data_usage_menu_split_4g">4G-Verbrauch trennen</string>
  <!-- Title for menu option to show Wi-Fi data usage. [CHAR LIMIT=26] -->
  <string name="data_usage_menu_show_wifi">WLAN uweisen</string>
  <!-- Title for menu option to hide Wi-Fi data usage. [CHAR LIMIT=26] -->
  <string name="data_usage_menu_hide_wifi">WLAN verstoppen</string>
  <!-- Title for menu option to show Ethernet data usage. [CHAR LIMIT=26] -->
  <string name="data_usage_menu_show_ethernet">Ethernet-Benotzung uweisen</string>
  <!-- Title for menu option to hide Ethernet data usage. [CHAR LIMIT=26] -->
  <string name="data_usage_menu_hide_ethernet">Ethernet-Benotzung ausblenden</string>
  <!-- Title for menu option to configure metered networks. [CHAR LIMIT=26] -->
  <string name="data_usage_menu_metered">Netzwierkaschränkungen</string>
  <!-- Title for menu option to enable global auto-sync of account data -->
  <string name="data_usage_menu_auto_sync">Daten automatesch synchroniséieren</string>
  <!-- Title for menu option to show details for all SIM cards. [CHAR LIMIT=26] -->
  <string name="data_usage_menu_sim_cards">SIM-Kaarten</string>
  <!-- Title for menu option to show details for all cellular networks. [CHAR LIMIT=26] -->
  <!-- Summary String for Cellular data enable toggle. [CHAR LIMIT=33] -->
  <!--  Title for menu option to enable global auto-sync of personal account data [CHAR LIMIT=30] -->
  <string name="account_settings_menu_auto_sync">Daten automatesch synchroniséieren</string>
  <!--  Title for menu option to enable global auto-sync of personal account data [CHAR LIMIT=30] -->
  <string name="account_settings_menu_auto_sync_personal">Perséinlech Daten automatesch synchroniséieren</string>
  <!--  Title for menu option to enable global auto-sync of work account data [CHAR LIMIT=30] -->
  <string name="account_settings_menu_auto_sync_work">Aarbechtsdaten automatesch synchroniséieren</string>
  <!-- Title for option to change data usage cycle day. [CHAR LIMIT=32] -->
  <string name="data_usage_change_cycle">Zyklus änneren\u2026</string>
  <!-- Body of dialog prompting user to change numerical day of month that data usage cycle should reset. [CHAR LIMIT=64] -->
  <string name="data_usage_pick_cycle_day">Dag am Mount op deem de Verbrauchszyklus soll zréckgesat ginn:</string>
  <!-- Label shown when no applications used data during selected time period. [CHAR LIMIT=48] -->
  <string name="data_usage_empty">Keng Appen hunn an dëser Period Date verbraucht.</string>
  <!-- Label for data usage occuring while application in foreground. [CHAR LIMIT=48] -->
  <string name="data_usage_label_foreground">Virgrond</string>
  <!-- Label for data usage occuring while application in background. [CHAR LIMIT=48] -->
  <string name="data_usage_label_background">Hannergrond</string>
  <!-- Label for application which has its data usage restricted. [CHAR LIMIT=16] -->
  <string name="data_usage_app_restricted">ageschränkt</string>
  <!-- Body of dialog shown to request confirmation that mobile data will be disabled. [CHAR LIMIT=NONE] -->
  <!-- Checkbox label that will disable mobile network data connection when user-defined limit is reached. [CHAR LIMIT=26] -->
  <!-- Checkbox label that will disable 4G network data connection when user-defined limit is reached. [CHAR LIMIT=26] -->
  <string name="data_usage_disable_4g_limit">4G-Datelimitt ariichten</string>
  <!-- Checkbox label that will disable 2G-3G network data connection when user-defined limit is reached. [CHAR LIMIT=26] -->
  <string name="data_usage_disable_3g_limit">2G/3G-Datelimitt ariichten</string>
  <!-- Checkbox label that will disable Wi-Fi network data connection when user-defined limit is reached. [CHAR LIMIT=26] -->
  <string name="data_usage_disable_wifi_limit">WLAN-Datelimitt ariichten</string>
  <!-- Tab title for showing Wi-Fi data usage. [CHAR LIMIT=10] -->
  <string name="data_usage_tab_wifi">WLAN</string>
  <!-- Tab title for showing Ethernet data usage. [CHAR LIMIT=10] -->
  <string name="data_usage_tab_ethernet">Ethernet</string>
  <!-- Tab title for showing combined mobile data usage. [CHAR LIMIT=20] -->
  <!-- Tab title for showing 4G data usage. [CHAR LIMIT=10] -->
  <string name="data_usage_tab_4g">4G</string>
  <!-- Tab title for showing 2G and 3G data usage. [CHAR LIMIT=10] -->
  <string name="data_usage_tab_3g">2G-3G</string>
  <!-- Title shown when current operation applies to mobile networks. [CHAR LIMIT=20] -->
  <!-- Title shown when current operation applies to no networks. [CHAR LIMIT=20] -->
  <string name="data_usage_list_none">Keen</string>
  <!-- Toggle switch title for enabling all mobile data network connections. [CHAR LIMIT=32] -->
  <!-- Toggle switch title for enabling 2G and 3G data network connections. [CHAR LIMIT=32] -->
  <string name="data_usage_enable_3g">2G-3G Daten</string>
  <!-- Toggle switch title for enabling 4G data network connection. [CHAR LIMIT=32] -->
  <string name="data_usage_enable_4g">4G Daten</string>
  <!-- Data Usage Foreground label.  [CHAR LIMIT=40] -->
  <string name="data_usage_forground_label">Virgrond:</string>
  <!-- Data Usage Background label.  [CHAR LIMIT=40] -->
  <string name="data_usage_background_label">Hannergrond:</string>
  <!-- Button title for launching application-specific data usage settings. [CHAR LIMIT=32] -->
  <string name="data_usage_app_settings">App-Astellungen</string>
  <!-- Checkbox label that restricts background data usage of a specific application. [CHAR LIMIT=40] -->
  <string name="data_usage_app_restrict_background">App-Hannergronddaten aschränken</string>
  <!-- Summary message for checkbox that restricts background data usage of a specific application. [CHAR LIMIT=64] -->
  <!-- Summary message for checkbox that restricts background data usage of a specific application when no networks have been limited. [CHAR LIMIT=84] -->
  <!-- Title of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=48] -->
  <string name="data_usage_app_restrict_dialog_title">Hannergronddaten aschränken?</string>
  <!-- Body of dialog shown when user restricts background data usage of a specific application. [CHAR LIMIT=NONE] -->
  <!-- Body of dialog shown when user attempts to restrict background data before a network data limit has been set. [CHAR LIMIT=NONE] -->
  <!--  Title of dialog shown when user enables global auto sync [CHAR LIMIT=32] -->
  <string name="data_usage_auto_sync_on_dialog_title">Automatesch Datesynchroniséierung uschalten?</string>
  <!--  Body of dialog shown when user enables global auto sync, for tablet [CHAR LIMIT=none] -->
  <string name="data_usage_auto_sync_on_dialog" product="tablet">All d\'Ännerungen déi s du iwwer Internet un dengem Kont virhëls, ginn automatesch op den Tablet kopéiert.\n\nVerschidde Konte kéinten och automatesch all d\'Ännerunge vum Tablet op den Internet kopéieren. E Google-Kont funktionéiert op dës Manéier.</string>
  <!--  Body of dialog shown when user enables global auto sync [CHAR LIMIT=none] -->
  <string name="data_usage_auto_sync_on_dialog" product="default">All d\'Ännerungen déi s du iwwer Internet un dengem Kont virhëls, ginn automatesch op den Telefon kopéiert.\n\nVerschidde Konte kéinten och automatesch all d\'Ännerunge vum Telefon op den Internet kopéieren. E Google-Kont funktionéiert op dës Manéier.</string>
  <!--  Title of dialog shown when user disables global auto sync [CHAR LIMIT=32] -->
  <string name="data_usage_auto_sync_off_dialog_title">Automatesch Datesynchroniséierung ausschalten?</string>
  <!--  Body of dialog shown when user disables global auto sync [CHAR LIMIT=none] -->
  <!-- Title of dialog for editing data usage cycle reset date. [CHAR LIMIT=48] -->
  <string name="data_usage_cycle_editor_title">Zrécksetzungsdatum fir de Benotzungszyklus</string>
  <!-- Subtitle of dialog for editing data usage cycle reset date. [CHAR LIMIT=32] -->
  <string name="data_usage_cycle_editor_subtitle">Dag vun all Mount:</string>
  <!-- Positive button title for data usage cycle editor, confirming that changes should be saved. [CHAR LIMIT=32] -->
  <string name="data_usage_cycle_editor_positive">Setzen</string>
  <!-- Title of dialog for editing data usage warning in bytes. [CHAR LIMIT=48] -->
  <string name="data_usage_warning_editor_title">Warnung bei Datebenotzung setzen</string>
  <!-- Title of dialog for editing data usage limit in bytes. [CHAR LIMIT=48] -->
  <string name="data_usage_limit_editor_title">Datelimitt setzen</string>
  <!-- Title of dialog shown before user limits data usage. [CHAR LIMIT=48] -->
  <string name="data_usage_limit_dialog_title">Datebenotzung limittéieren</string>
  <!-- Body of dialog shown before user limits mobile data usage. [CHAR LIMIT=NONE] -->
  <!-- Body of dialog shown before user limits mobile data usage. [CHAR LIMIT=NONE] -->
  <!-- Title of dialog shown before user restricts background data usage. [CHAR LIMIT=48] -->
  <string name="data_usage_restrict_background_title">Hannergronddaten aschränken?</string>
  <!-- Body of dialog shown before user restricts background data usage. [CHAR LIMIT=NONE] -->
  <!-- Body of dialog shown before user restricts background data usage. This is for multiuser tablets. [CHAR LIMIT=NONE] -->
  <!-- Body of dialog shown before user restricts background data usage. This is for multiuser phones. [CHAR LIMIT=NONE] -->
  <!-- Label displaying current network data usage warning threshold. [CHAR LIMIT=18] -->
  <string name="data_usage_sweep_warning"><font size="21"><xliff:g id="number" example="128">^1</xliff:g></font> <font size="9"><xliff:g id="unit" example="KB">^2</xliff:g></font>\n<font size="12">Warnung</font></string>
  <!-- Label displaying current network data usage limit threshold. [CHAR LIMIT=18] -->
  <string name="data_usage_sweep_limit"><font size="21"><xliff:g id="number" example="128">^1</xliff:g></font> <font size="9"><xliff:g id="unit" example="KB">^2</xliff:g></font>\n<font size="12">Limitt</font></string>
  <!-- TODO: Remove it once the same entry in SettingsLib is translated. -->
  <!-- Title of data usage item that represents all uninstalled applications. [CHAR LIMIT=48] -->
  <string name="data_usage_uninstalled_apps">Geläscht Appen</string>
  <!-- TODO: Remove it once the same entry in SettingsLib is translated. -->
  <!-- Title of data usage item that represents all uninstalled applications or removed users. [CHAR LIMIT=48] -->
  <string name="data_usage_uninstalled_apps_users">Geläscht Appen a Benotzer</string>
  <!-- Combination of total network bytes sent and received by an application. [CHAR LIMIT=NONE] -->
  <string name="data_usage_received_sent"><xliff:g id="received" example="128KB">%1$s</xliff:g> empfaangen, <xliff:g id="sent" example="1.3GB">%2$s</xliff:g> geschéckt</string>
  <!-- Label displaying total network data transferred during a specific time period. [CHAR LIMIT=64] -->
  <string name="data_usage_total_during_range"><xliff:g id="range" example="Jul 1 - Jul 31">%2$s</xliff:g>: iwwer <xliff:g id="total" example="128KB">%1$s</xliff:g> benotzt.</string>
  <!-- Label displaying total network data transferred during a specific time period, including a disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] -->
  <!-- Label displaying total network data transferred during a specific time period, including a disclaimer that contrasts device versus carrier reporting. [CHAR LIMIT=80] -->
  <!-- Dialog title for selecting metered networks. [CHAR LIMIT=25] -->
  <string name="data_usage_metered_title">Netzwierkaschränkungen</string>
  <!-- Dialog body for selecting paid networks. [CHAR LIMIT=NONE] -->
  <!-- Header for list of mobile networks. [CHAR LIMIT=32] -->
  <!-- Header for list of Wi-Fi networks. [CHAR LIMIT=32] -->
  <string name="data_usage_metered_wifi">Bezuelt WLAN-Netzwierker</string>
  <!-- Body text prompting user to enable Wi-Fi to configure metered networks. [CHAR LIMIT=64] -->
  <string name="data_usage_metered_wifi_disabled">Fir bezuelt Netzwierker auszewielen, schalt WLAN un.</string>
  <!-- Disclaimer string for data usage measured by device. [CHAR LIMIT=80] -->
  <string name="data_usage_disclaimer">De Provider berechent d\'Datebenotzung eventuell anescht als den Apparat.</string>
  <!-- Button at the bottom of the CryptKeeper screen to make an emergency call. -->
  <string name="cryptkeeper_emergency_call">Noutruff</string>
  <!-- Button at the bottom of the CryptKeeper screen that lets the user return to a call -->
  <string name="cryptkeeper_return_to_call">Zréck bei d\'Gespréich</string>
  <!-- Input label for the name of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_name">Numm</string>
  <!-- Input label for the type of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_type">Typ</string>
  <!-- Input label for the server address of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_server">Serveradress</string>
  <!-- Checkbox label to enable PPP encryption for a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_mppe">PPP-Verschlësselung (MPPE)</string>
  <!-- Input label for the L2TP secret of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_l2tp_secret">L2TP-Geheimnis</string>
  <!-- Input label for the IPSec identifier of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_ipsec_identifier">IPSec-ID</string>
  <!-- Input label for the IPSec pre-shared key of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_ipsec_secret">Virinstalléierten IPSec-Schlëssel</string>
  <!-- Selection label for the IPSec user certificate of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_ipsec_user_cert">IPSec-Benotzerzertifikat</string>
  <!-- Selection label for the IPSec CA certificate of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_ipsec_ca_cert">IPSec-CA-Zertifikat</string>
  <!-- Selection label for the IPSec server certificate of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_ipsec_server_cert">IPSec-Serverzertifikat</string>
  <!-- Checkbox label to show advanced options of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_show_options">Erweidert Optiounen uweisen</string>
  <!-- Input label for the DNS search domains of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_search_domains">DNS-Sichdomains</string>
  <!-- Input label for the DNS servers of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_dns_servers">DNS-Serveren (z. B. 8.8.8.8)</string>
  <!-- Input label for the forwarding routes of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_routes">Weiderleedungs-Routen (z. B. 10.0.0.0/8)</string>
  <!-- Input label for the username of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_username">Benotzernumm</string>
  <!-- Input label for the password of a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_password">Passwuert</string>
  <!-- Checkbox label to save the username and the password in a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_save_login">Konteninformatioun späicheren</string>
  <!-- Hint for not using an optional feature in a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_not_used">(net benotzt)</string>
  <!-- Option to not use a CA certificate to verify the VPN server. [CHAR LIMIT=40] -->
  <!-- Option to use the server certificate received from the VPN server. [CHAR LIMIT=40] -->
  <string name="vpn_no_server_cert">(vum Server empfaangen)</string>
  <!-- Button label to cancel changing a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_cancel">Ofbriechen</string>
  <!-- Button label to finish editing a VPN profile. [CHAR LIMIT=40] -->
  <!-- Button label to save a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_save">Späicheren</string>
  <!-- Button label to connect to a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_connect">Connectéieren</string>
  <!-- Dialog title to edit a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_edit">VPN-Profil änneren</string>
  <!-- Button label to forget a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_forget">Vergiessen</string>
  <!-- Dialog title to connect to a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_connect_to">Mat <xliff:g id="profile" example="School">%s</xliff:g> verbannen</string>
  <!-- Dialog message body to disconnect from a VPN profile. -->
  <!-- Button label to disconnect from a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_disconnect">Deconnectéieren</string>
  <!-- Field label to show the version number for a VPN app. [CHAR LIMIT=40] -->
  <!-- Preference title for VPN settings. [CHAR LIMIT=40] -->
  <string name="vpn_title">VPN</string>
  <!-- Preference title to create a new VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_create">VPN-Profil dobäisetzen</string>
  <!-- Menu item to edit a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_menu_edit">Profil änneren</string>
  <!-- Menu item to delete a VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_menu_delete">Profil läschen</string>
  <!-- Menu item to select always-on VPN profile. [CHAR LIMIT=40] -->
  <string name="vpn_menu_lockdown">Stänneg aktive VPN</string>
  <!-- Summary describing the always-on VPN feature. [CHAR LIMIT=NONE] -->
  <string name="vpn_lockdown_summary">Wiel e VPN-Profil mat deem eng permanent Connectioun soll bestoen. Netzwierktraffic gëtt just erlaabt wann eng Connectioun mat dësem VPN besteet.</string>
  <!-- List item indicating that no always-on VPN is selected. [CHAR LIMIT=64] -->
  <string name="vpn_lockdown_none">Keen</string>
  <!-- Error indicating that the selected VPN doesn't meet requirements. [CHAR LIMIT=NONE] -->
  <string name="vpn_lockdown_config_error">Fir de permanent aktive VPN gëtt eng IP-Adress fir Server a fir DNS gebraucht.</string>
  <!-- Toast message when there is no network connection to start VPN. [CHAR LIMIT=100] -->
  <string name="vpn_no_network">Et besteet keng Netzwierkconnectioun. Probéier méi spéit nees.</string>
  <!-- Toast message when a certificate is missing. [CHAR LIMIT=100] -->
  <string name="vpn_missing_cert">En Zertifikat feelt. Änner w.e.g. de Profil.</string>
  <!-- Tab label for built-in system CA certificates. -->
  <string name="trusted_credentials_system_tab">System</string>
  <!-- Tab label for user added CA certificates. -->
  <string name="trusted_credentials_user_tab">Benotzer</string>
  <!-- Button label for disabling a system CA certificate. -->
  <string name="trusted_credentials_disable_label">Desaktivéieren</string>
  <!-- Button label for enabling a system CA certificate. -->
  <string name="trusted_credentials_enable_label">Aktivéieren</string>
  <!-- Button label for removing a user CA certificate. -->
  <string name="trusted_credentials_remove_label">Ewechhuelen</string>
  <!-- Alert dialog confirmation when enabling a system CA certificate. -->
  <string name="trusted_credentials_enable_confirmation">Den CA-Zertifikat vum System aktivéieren?</string>
  <!-- Alert dialog confirmation when disabling a system CA certificate. -->
  <string name="trusted_credentials_disable_confirmation">Den CA-Zertifikat vum System desaktivéieren?</string>
  <!-- Alert dialog confirmation when removing a user CA certificate. -->
  <string name="trusted_credentials_remove_confirmation">D\'CA-Zertifikat vum Benotzer dauerhaft läschen?</string>
  <!--  Title for spell checker settings -->
  <string name="spellcheckers_settings_title">Spellchecker</string>
  <!-- Prompt for the user to enter their current full-backup password -->
  <string name="current_backup_pw_prompt">Gëff däin aktuellt Sécherungspasswuert hei an</string>
  <!-- Prompt for the user to enter a new full-backup password -->
  <string name="new_backup_pw_prompt">Gëff hei en neit Passwuert fir vollstänneg Sécherungen an</string>
  <!-- Prompt for the user to confirm the new full-backup password by re-entering it -->
  <string name="confirm_new_backup_pw_prompt">Gëff däin neit Passwuert fir vollstänneg Sécherungen hei nees an</string>
  <!-- Button label for setting the user's new full-backup password -->
  <string name="backup_pw_set_button_text">Backup-Passwuert setzen</string>
  <!-- Button label for cancelling the new-password operation and retaining the user's previous full-backup password -->
  <string name="backup_pw_cancel_button_text">Ofbriechen</string>
  <!-- A menu item in "About phone" that allows the user to update the phone with settings
    from their cell phone carrier. The use of the string is similar to the string
    "system_update_settings_list_item_title" in this project. [CHAR LIMIT=25] -->
  <string name="additional_system_update_settings_list_item_title">Zousätzlech Systemaktualiséierungen</string>
  <!-- These statuses are displayed when a device was built with SE Android supoprt.
    These are displayed by the settings app in the about section. -->
  <string name="selinux_status_disabled">Desaktivéiert</string>
  <string name="selinux_status_permissive">Moderat</string>
  <string name="selinux_status_enforcing">Strikt</string>
  <!-- Notification of installed CA Certs -->
  <!-- Shows up when there is a user SSL CA Cert installed on the
         device.  Indicates to the user that SSL traffic can be intercepted.  [CHAR LIMIT=NONE] -->
  <string name="ssl_ca_cert_warning">D\'Netzwierk kéint iwwerwaacht sinn</string>
  <!-- Button to close the SSL CA cert warning dialog box, meaning the user is done reading.  [CHAR LIMIT=NONE] -->
  <string name="done_button">Fäerdeg</string>
  <!-- Title of Dialog warning users of SSL monitoring. [CHAR LIMIT=NONE] -->
  <string name="ssl_ca_cert_dialog_title">Netzwierk-Iwwerwaachung</string>
  <!-- Text of message to show to users whose administrator has installed a SSL CA Cert.  [CHAR LIMIT=NONE] -->
  <string name="ssl_ca_cert_info_message">Dësen Apparat gëtt geréiert vun:\n<xliff:g id="managing_domain">%s</xliff:g>\n\nDäin Administrateur kann deng Netzwierkaktivitéit iwwerwaachen, inklusiv E-Mailen, Appen, a séchere Websäiten.\n\nKontaktéier däin Administrateur fir méi Informatiounen.</string>
  <!-- Text of warning to show to users that have a SSL CA Cert installed.  [CHAR LIMIT=NONE] -->
  <string name="ssl_ca_cert_warning_message">Eng drëtt Partei kann deng Netzwierkaktivitéiten, inklusiv Emailen, Appen, a séchere Websäiten iwwerwaachen.\n\nVertrauenswierdeg Umeldungsdaten déi um Apparat installéiert sinn erméiglechen dat.</string>
  <!-- Label on button that will take the user to the Trusted Credentials settings page.  [CHAR LIMIT=NONE]-->
  <string name="ssl_ca_cert_settings_button">Vertrauenswierdeg Zouganksdaten iwwerpréiwen</string>
  <!-- User settings -->
  <!-- User settings screen title [CHAR LIMIT=25] -->
  <string name="user_settings_title">Benotzer</string>
  <!-- User settings header for list of users and profiles [CHAR LIMIT=40] -->
  <string name="user_list_title">Benotzer a Profiller</string>
  <!-- User settings add user or restricted profile menu [CHAR LIMIT=35] -->
  <string name="user_add_user_or_profile_menu">Benotzer oder Profil dobäisetzen</string>
  <!-- User settings add user menu [CHAR LIMIT=35] -->
  <string name="user_add_user_menu">Benotzer dobäisetzen</string>
  <!-- User settings summary for a restricted profile [CHAR LIMIT=50] -->
  <string name="user_summary_restricted_profile">Ageschränkte Profil</string>
  <!-- User settings warning that restricted profile needs a screen lock [CHAR LIMIT=NONE] -->
  <!-- User settings dialog button to set screen lock [CHAR LIMIT=25] -->
  <string name="user_set_lock_button">Spär setzen</string>
  <!-- User summary to indicate that user is currently not set up [CHAR LIMIT=100] -->
  <string name="user_summary_not_set_up">Net agestallt</string>
  <!-- User summary to indicate that restricted profile is currently not set up [CHAR LIMIT=100] -->
  <string name="user_summary_restricted_not_set_up">Net agestallt - Ageschränkte Profil</string>
  <!-- User summary to indicate that a work profile is currently not set up [CHAR LIMIT=100] -->
  <string name="user_summary_managed_profile_not_set_up">Net agestall - Aarbechtprofil</string>
  <!-- User information string to represent the owner of the device [CHAR LIMIT=25] -->
  <string name="user_owner">Besëtzer</string>
  <!-- User settings title for current user entry "You" user. [CHAR LIMIT=30] -->
  <string name="user_you">Du (<xliff:g id="name" example="Name">%s</xliff:g>)</string>
  <!-- Title for the preference to enter the nickname of the userto display in the user switcher [CHAR LIMIT=25]-->
  <string name="user_nickname">Spëtznumm</string>
  <!-- Title for add user type dialog [CHAR LIMIT=45] -->
  <string name="user_add_user_type_title">Dobäisetzen</string>
  <!-- Summary for add user action, when it's disabled [CHAR LIMIT=100] -->
  <!-- Summary for add user entry in the choice dialog [CHAR LIMIT=none] -->
  <string name="user_add_user_item_summary">Benotzer hunn hir eegen Appen an hiren eegenen Inhalt</string>
  <!-- Summary for add restricted profile entry in the choice dialog [CHAR LIMIT=none] -->
  <string name="user_add_profile_item_summary">Du kanns den Zougrëff op Appen an op den Inhalt vun dengem Kont aschränken</string>
  <!-- Button text for adding a regular user [CHAR LIMIT=25] -->
  <string name="user_add_user_item_title">Benotzer</string>
  <!-- Button text for adding a restricted profile [CHAR LIMIT=25] -->
  <string name="user_add_profile_item_title">Ageschränkte Profil</string>
  <!-- Title for add user confirmation dialog [CHAR LIMIT=30] -->
  <string name="user_add_user_title">Neie Benotzer dobäisetzen?</string>
  <!-- Message for add user confirmation dialog - long version. [CHAR LIMIT=none] -->
  <!-- Message for add user confirmation dialog - short version. [CHAR LIMIT=none] -->
  <string name="user_add_user_message_short">Wann s du en neie Benotzer dobäisetz, muss déi Persoun hiren Espace amenagéieren.\n\nAll Benotzer kann Appe fir all aner Benotzer aktualiséieren. </string>
  <!-- Title of dialog to setup a new user [CHAR LIMIT=30] -->
  <string name="user_setup_dialog_title">Benotzer elo astellen?</string>
  <!-- Message in dialog to setup a new user after creation [CHAR LIMIT=none] -->
  <string name="user_setup_dialog_message">Stell sécher datt de Benotzer disponibel ass fir den Tablet ze huelen a säin Espace anzeriichten</string>
  <!-- Message in dialog to setup a new restricted profile after creation [CHAR LIMIT=none] -->
  <string name="user_setup_profile_dialog_message">Profil elo astellen?</string>
  <!-- Button text to setup the new user now [CHAR LIMIT=25] -->
  <string name="user_setup_button_setup_now">Elo astellen</string>
  <!-- Button text to setup the new user later [CHAR LIMIT=25] -->
  <string name="user_setup_button_setup_later">Net elo</string>
  <!-- Message to secondary users that only owner can manage users [CHAR LIMIT=none] -->
  <!-- Message to secondary users that only owner can manage users [CHAR LIMIT=none] -->
  <!-- Message to limited users that they cannot add accounts [CHAR LIMIT=100] -->
  <string name="user_cannot_add_accounts_message">Ageschränkt Profiller kënne keng Konten dobäisetzen</string>
  <!-- User details remove user menu [CHAR LIMIT=20] -->
  <string name="user_remove_user_menu"><xliff:g id="user_name">%1$s</xliff:g> vun dësem Apparat läschen</string>
  <!-- User menu to allow creating new users from lockscreen [CHAR LIMIT=30] -->
  <string name="user_add_on_lockscreen_menu">Benotzer dobäisetze wann den Apparat gespaart ass</string>
  <!-- User details new user name [CHAR LIMIT=30] -->
  <string name="user_new_user_name">Neie Benotzer</string>
  <!-- User details new restricted profile name [CHAR LIMIT=30] -->
  <string name="user_new_profile_name">Neie Profil</string>
  <!-- User (self) removal confirmation title [CHAR LIMIT=30] -->
  <string name="user_confirm_remove_self_title">Dech selwer läschen?</string>
  <!-- User removal confirmation title [CHAR LIMIT=25] -->
  <string name="user_confirm_remove_title">Dëse Benotzer läschen?</string>
  <!-- Profile removal confirmation title [CHAR LIMIT=25] -->
  <string name="user_profile_confirm_remove_title">Dëse Profil läschen?</string>
  <!-- Work profile removal confirmation title [CHAR LIMIT=25] -->
  <string name="work_profile_confirm_remove_title">Dësen Aarbechtsprofil läschen?</string>
  <!-- User (self) removal confirmation message [CHAR LIMIT=none] -->
  <!-- User (self) removal confirmation message [CHAR LIMIT=none] -->
  <!-- User removal confirmation message [CHAR LIMIT=none] -->
  <string name="user_confirm_remove_message">All Appen an Date gi geläscht.</string>
  <!-- Work profile removal confirmation message [CHAR LIMIT=none] -->
  <!-- User profile removal confirmation message [CHAR LIMIT=none] -->
  <string name="user_profile_confirm_remove_message">All Appen an Date gi geläscht.</string>
  <!-- Setting label to show that a new user is being added [CHAR LIMIT=30] -->
  <string name="user_adding_new_user">Neie Benotzer gëtt dobäigesat\u2026</string>
  <!-- Spoken content description for delete icon beside a user [CHAR LIMIT=none] -->
  <string name="user_delete_user_description">Benotzer läschen</string>
  <!-- Delete button text [CHAR LIMIT=25] -->
  <string name="user_delete_button">Läschen</string>
  <!-- TODO: Remove it once the same entry in SettingsLib is translated. -->
  <!-- Title for Guest user [CHAR LIMIT=35] -->
  <string name="user_guest">Gaascht</string>
  <!-- Label for item to exit guest mode [CHAR LIMIT=35] -->
  <string name="user_exit_guest_title">Gaascht läschen</string>
  <!-- Title of dialog to user to confirm exiting guest. [CHAR LIMIT=50] -->
  <string name="user_exit_guest_confirm_title">Gaascht läschen?</string>
  <!-- Message to user to confirm exiting guest. [CHAR LIMIT=none] -->
  <string name="user_exit_guest_confirm_message">All d\'Appen an Daten an dëser Sëtzung gi geläscht.</string>
  <!-- Label for button in confirmation dialog when exiting guest session [CHAR LIMIT=35] -->
  <string name="user_exit_guest_dialog_remove">Läschen</string>
  <!-- Title of preference to enable calling[CHAR LIMIT=40] -->
  <!-- Title of preference to enable calling and SMS [CHAR LIMIT=45] -->
  <!-- Title of preference to remove the user [CHAR LIMIT=35] -->
  <string name="user_remove_user">Benotzer läschen</string>
  <!-- Title for confirmation of turning on calls [CHAR LIMIT=40] -->
  <!-- Message for confirmation of turning on calls [CHAR LIMIT=none] -->
  <string name="user_enable_calling_confirm_message">Uruffhistorique gëtt mat dësem Benotzer gedeelt.</string>
  <!-- Title for confirmation of turning on calls and SMS [CHAR LIMIT=45] -->
  <!-- Message for confirmation of turning on calls and SMS [CHAR LIMIT=none] -->
  <string name="user_enable_calling_and_sms_confirm_message">Uruff- an SMS-Historique gëtt mat dësem Benotzer gedeelt.</string>
  <!-- Application Restrictions screen title [CHAR LIMIT=45] -->
  <string name="application_restrictions">Appen an Inhalter erlaben</string>
  <!-- Applications with restrictions header [CHAR LIMIT=45] -->
  <string name="apps_with_restrictions_header">Appe mat Aschränkungen</string>
  <!-- Applicaitons with restrictions - settings button [CHAR LIMIT=30] -->
  <string name="apps_with_restrictions_settings_button">Astellunge fir d\'App opklappen</string>
  <!-- Home application selection - uninstall button [CHAR LIMIT=80] -->
  <string name="home_app_uninstall_button">Dës App desinstalléieren</string>
  <!-- Message to user that Home Settings will be hidden because there is now only one available home application -->
  <string name="only_one_home_message">D\'Startastellunge gi verstoppt bis eng nei Start-App installéiert gëtt.</string>
  <!-- Warning message when changing a global setting for a tablet.[CHAR LIMIT=none] -->
  <string name="global_change_warning" product="tablet">Dës Astellung betrëfft all d\'Benotzer op dësem Tablet.</string>
  <!-- Warning message when changing a global setting for a phone.[CHAR LIMIT=none] -->
  <string name="global_change_warning" product="default">Dës Astellung betrëfft all d\'Benotzer op dësem Telefon.</string>
  <!-- Warning message title for global locale change [CHAR LIMIT=40] -->
  <string name="global_locale_change_title">Sprooch änneren</string>
  <!-- Warning message title for global font change [CHAR LIMIT=40] -->
  <string name="global_font_change_title">Schrëftgréisst änneren</string>
  <!-- NFC payment settings -->
  <string name="nfc_payment_settings_title">Drécken a bezuelen</string>
  <!-- Caption for button linking to a page explaining how Tap and Pay works-->
  <!-- String shown when there are no NFC payment applications installed -->
  <!-- Header text that can be clicked on to change the default payment app -->
  <!-- Summary text that is shown when no default app is set -->
  <string name="nfc_payment_default_not_set">Net gesat</string>
  <!-- String indicating the label of the default payment app and a description of its state; eg Google Wallet - MasterCard 1234 -->
  <!-- Header for what to do when the open app supports TapPay: use the default set app, or the open app -->
  <!-- Always use the default app (independent of what app is open) -->
  <!-- If open app supports TapPay, use that app instead of the default -->
  <!-- Header for a dialog asking the user which payment app to use -->
  <!-- Header for text explaning how to pay at a payment terminal in a store -->
  <!-- Content for text explaning how to pay at a payment terminal in a store -->
  <!-- Button the user can click to indicate he understood and dismiss the screen -->
  <!-- NFC More... title.  [CHAR LIMIT=40] -->
  <string name="nfc_more_title">Méi...</string>
  <!-- Label for the dialog that is shown when the user is asked to set a
         preferred payment application -->
  <string name="nfc_payment_set_default_label">Als deng Preferenz setzen?</string>
  <!-- Restrictions settings -->
  <!-- Restriction settings title [CHAR LIMIT=35] -->
  <string name="restriction_settings_title">Aschränkungen</string>
  <!-- Restrictions screen - reset menu to reset to unrestricted [CHAR LIMIT=25] -->
  <string name="restriction_menu_reset">Aschränkungen ophiewen</string>
  <!-- Restrictions screen - menu label to change restrictions pin [CHAR LIMIT=25] -->
  <string name="restriction_menu_change_pin">PIN änneren</string>
  <!-- Label for are-notifications-enabled checkbox in app details [CHAR LIMIT=20] -->
  <string name="app_notifications_switch_label">Notifikatiounen uweisen</string>
  <!--  Help URLs for some screens. Not specified here. Specified in product overlays -->
  <!-- Help menu label [CHAR LIMIT=20] -->
  <string name="help_label">Hëllef a Feedback</string>
  <!-- Help URI, Default [DO NOT TRANSLATE] -->
  <!-- Help URI, Dashboard [DO NOT TRANSLATE] -->
  <!-- Help URI, Android beam [DO NOT TRANSLATE] -->
  <!-- Help URI, Display [DO NOT TRANSLATE] -->
  <!-- Help URI, Wallpaper [DO NOT TRANSLATE] -->
  <!-- Help URI, Interruptions [DO NOT TRANSLATE] -->
  <!-- Help URI, Other sounds [DO NOT TRANSLATE] -->
  <!-- Help URI, Notifications [DO NOT TRANSLATE] -->
  <!-- Help URI, Apps [DO NOT TRANSLATE] -->
  <!-- Help URI, Storage [DO NOT TRANSLATE] -->
  <!-- Help URI, Accessibility [DO NOT TRANSLATE] -->
  <!-- Help URI, Printing [DO NOT TRANSLATE] -->
  <!-- Help URI, About phone [DO NOT TRANSLATE] -->
  <!-- Help URL, WiFi [DO NOT TRANSLATE] -->
  <!-- Help URL, Bluetooth [DO NOT TRANSLATE] -->
  <!-- Help URL, Data usage [DO NOT TRANSLATE] -->
  <!-- Help URL, More [DO NOT TRANSLATE] -->
  <!-- Help URL, Vpn [DO NOT TRANSLATE] -->
  <!-- Help URL, Sound [DO NOT TRANSLATE] -->
  <!-- Help URL, Battery [DO NOT TRANSLATE] -->
  <!-- Help URL, Accounts [DO NOT TRANSLATE] -->
  <!-- Help URL, Choose lockscreen [DO NOT TRANSLATE] -->
  <!-- Help URL, Backup & reset [DO NOT TRANSLATE] -->
  <!-- Help URL, Tethering [DO NOT TRANSLATE] -->
  <!-- Help URL, Dreams [DO NOT TRANSLATE] -->
  <!-- Help URL, User settings [DO NOT TRANSLATE] -->
  <!-- Help URL, Location access [DO NOT TRANSLATE] -->
  <!-- Help URL, Security settings [DO NOT TRANSLATE] -->
  <!-- Help URL, Tap & pay [DO NOT TRANSLATE] -->
  <!-- Help URL, Remote display [DO NOT TRANSLATE] -->
  <!-- Help URL, Fingerprint [DO NOT TRANSLATE] -->
  <!-- User account title [CHAR LIMIT=30] -->
  <string name="user_account_title">Kont fir den Inhalt</string>
  <!-- User picture title [CHAR LIMIT=30] -->
  <string name="user_picture_title">Foto-ID</string>
  <!-- Extreme threats title.  [CHAR LIMIT=30] -->
  <string name="extreme_threats_title">Extrem Bedroungen</string>
  <!-- Extreme threats summary.  [CHAR LIMIT=62] -->
  <string name="extreme_threats_summary">Warnunge fir extrem Gefore fir Liewen an Eegentum emfänken</string>
  <!-- Severe threats title.  [CHAR LIMIT=30] -->
  <string name="severe_threats_title">Grav Bedroungen</string>
  <!-- Extreme threats summary.  [CHAR LIMIT=60] -->
  <string name="severe_threats_summary">Warnunge fir schwéier Gefore fir Liewen an Eegentum emfänken</string>
  <!-- Amber alerts title.  [CHAR LIMIT=30] -->
  <string name="amber_alerts_title">AMBER-Warnungen</string>
  <!-- Amber alerts summary.  [CHAR LIMIT=60] -->
  <string name="amber_alerts_summary">Berichter iwwer Entféierunge vu Kanner emfänken</string>
  <!-- repeat title.  Allows the user to set how oftem to repeat alert reminders.
         For example, they may have alerts just once or every 2 or 15 minutes.  [CHAR LIMIT=30] -->
  <string name="repeat_title">Widderhuelen</string>
  <!-- Call Manager enable settings title.  [CHAR LIMIT=50] -->
  <string name="call_manager_enable_title">Uruffverwalter aktivéieren</string>
  <!-- Call Manager enable settings summary.  [CHAR LIMIT=80] -->
  <string name="call_manager_enable_summary">Dësem Service erlaaben, ze geréiere wéi d\'Uriff gemaach ginn.</string>
  <!-- Call Manager settings title.  [CHAR LIMIT=50] -->
  <string name="call_manager_title">Uruffverwalter</string>
  <!-- Call Manager settings summary.  [CHAR LIMIT=50] -->
  <string name="call_manager_summary"><xliff:g id="app">%1$s</xliff:g></string>
  <!-- Cell Broadcast settings title.  [CHAR LIMIT=50] -->
  <string name="cell_broadcast_settings">Noutruff-Iwwerdroungen</string>
  <!-- Network operators settings title.  [CHAR LIMIT=50] -->
  <string name="network_operators_settings">Netzwierkprovideren</string>
  <!-- Access point names title.  [CHAR LIMIT=50] -->
  <string name="access_point_names">Nimm vun den Zougrëffspunkten</string>
  <!-- Enhaced 4G LTE Mode title.  [CHAR LIMIT=50] -->
  <string name="enhanced_4g_lte_mode_title">Erweiderte 4G-LTE-Modus</string>
  <!-- Enhaced 4G LTE Mode summary.  [CHAR LIMIT=100] -->
  <string name="enhanced_4g_lte_mode_summary">LTE-Date benotze fir d\'Stëmm- an Datekommunikatioun z\'erweideren (Recommendéiert)</string>
  <!-- Preferred network type title.  [CHAR LIMIT=50] -->
  <string name="preferred_network_type_title">Preferéierten Netzwierktyp</string>
  <!-- Preferred network type summary.  [CHAR LIMIT=100] -->
  <string name="preferred_network_type_summary">LTE (recommandéiert)</string>
  <!-- Work SIM title.  [CHAR LIMIT=50] -->
  <string name="work_sim_title">Aarbechts-SIM</string>
  <!-- User app limits screen title [CHAR LIMIT=35] -->
  <string name="user_restrictions_title">Zougrëff op Appen an Inhalter</string>
  <!-- User limits screen, user name rename text [CHAR LIMIT=15] -->
  <string name="user_rename">ËMBENENNEN</string>
  <!-- Preference label for custom restrictions [CHAR LIMIT=35] -->
  <string name="app_restrictions_custom_label">App-Restriktioune setzen</string>
  <!-- Summary for app entries that are controlled by another entry [CHAR LIMIT=none] -->
  <string name="user_restrictions_controlled_by">Kontrolléiert vu(n) <xliff:g id="app">%1$s</xliff:g></string>
  <!-- Summary text for apps that are allowed to access accounts from the primary user [CHAR LIMIT=none] -->
  <string name="app_sees_restricted_accounts">Dës App kann op deng Konten zougräifen</string>
  <!-- Summary for a case when app entries that are controlled by another entry and app can access user accounts [CHAR LIMIT=none] -->
  <!-- Restrictions title for configuring wifi and mobile [CHAR LIMIT=35] -->
  <!-- Restrictions summary for configuring wifi and mobile [CHAR LIMIT=100] -->
  <!-- Restrictions title for changing bluetooth configuration [CHAR LIMIT=35] -->
  <string name="restriction_bluetooth_config_title">Bluetooth</string>
  <!-- Restrictions summary for changing bluetooth configuration [CHAR LIMIT=100] -->
  <string name="restriction_bluetooth_config_summary">Ännerungen un de Bluetooth-Koppelungen an Astellungen erlaben</string>
  <!-- Restrictions title for allowing NFC transfers [CHAR LIMIT=35] -->
  <string name="restriction_nfc_enable_title">NFC</string>
  <!-- Restrictions summary for allowing NFC transfers (tablet) [CHAR LIMIT=100] -->
  <string name="restriction_nfc_enable_summary_config">Datenaustausch erlaben, wann dësen <xliff:g id="device_name">%1$s</xliff:g> en aneren NFC-Apparat beréiert</string>
  <!-- Restrictions summary for allowing NFC transfers (tablet) [CHAR LIMIT=100] -->
  <string name="restriction_nfc_enable_summary" product="tablet">Datenaustausch erlabe wann den Tablet en aneren Apparat beréiert</string>
  <!-- Restrictions summary for allowing NFC transfers (phone) [CHAR LIMIT=100] -->
  <string name="restriction_nfc_enable_summary" product="default">Datenaustausch erlabe wann den Telefon en aneren Apparat beréiert</string>
  <!-- Restrictions title for allowing location sharing [CHAR LIMIT=35] -->
  <string name="restriction_location_enable_title">Standuert</string>
  <!-- Restrictions summary for allowing location sharing [CHAR LIMIT=100] -->
  <string name="restriction_location_enable_summary">Appen erlaben d\'Standuertinformatioun ze benotzen</string>
  <!-- Wizard back button label [CHAR LIMIT=25] -->
  <string name="wizard_back">Zréck</string>
  <!-- Wizard next button label [CHAR LIMIT=25] -->
  <string name="wizard_next">Weider</string>
  <!-- Wizard next button label [CHAR LIMIT=25] -->
  <string name="wizard_finish">Ofschléissen</string>
  <!-- An option in a photo selection dialog, if there is no photo yet [CHAR LIMIT=50] -->
  <string name="user_image_take_photo" msgid="7496128293167402354">Foto maachen</string>
  <!-- An option in a photo selection dialog, if there is no photo yet [CHAR LIMIT=50] -->
  <string name="user_image_choose_photo" msgid="3746334626214970837">Foto aus der Galerie auswielen</string>
  <!-- Accessibility message for the photo selector which is a button/popup with the current photo [CHAR LIMIT=50] -->
  <string name="user_image_photo_selector">Foto auswielen</string>
  <!-- Text to display in regulatory info screen (from device overlay). -->
  <!-- Title for SIM card settings during Setup Wizard.  [CHAR LIMIT=40] -->
  <string name="sim_setup_wizard_title">SIM-Kaarten</string>
  <!-- Title for SIM settings title settings during Setup Wizard.  [CHAR LIMIT=40] -->
  <string name="sim_settings_title">SIM-Kaarten</string>
  <!-- Summary for SIM settings title settings during Setup Wizard.  [CHAR LIMIT=40] -->
  <string name="sim_settings_summary"><xliff:g id="sim_name">%1$s</xliff:g> - <xliff:g id="sim_number">%2$s</xliff:g></string>
  <!-- Message that SIM cards have changed.  [CHAR LIMIT=40] -->
  <string name="sim_cards_changed_message">D\'SIM-Kaarte goufe gewiesselt</string>
  <!-- Message smmary that SIM cards have changed.  [CHAR LIMIT=60] -->
  <string name="sim_cards_changed_message_summary">Dréck fir Aktivitéiten ze definéieren</string>
  <!-- Message that Cellular data is unavailable.  [CHAR LIMIT=40] -->
  <!-- Message summary that Cellular data is unavailable.  [CHAR LIMIT=60] -->
  <string name="sim_cellular_data_unavailable_summary">Drécke fir eng Date-SIM auszewielen</string>
  <!-- Checkbox to always use for calls.  [CHAR LIMIT=40] -->
  <string name="sim_calls_always_use">Dës SIM ëmmer fir Uriff benotzen</string>
  <!-- Message for selecting sim for data in settings.  [CHAR LIMIT=40] -->
  <string name="select_sim_for_data">SIM-Kaart fir d\'Daten auswielen</string>
  <!-- Message for switching data SIM; switching takes a while -->
  <string name="data_switch_started">Date-SIM gëtt gewiesselt. Dat ka bis 1 Minutt daueren...</string>
  <!-- Message for selecting sim for call in settings.  [CHAR LIMIT=40] -->
  <string name="select_sim_for_calls">Uruffe mat</string>
  <!-- Title for selecting a SIM card.  [CHAR LIMIT=40] -->
  <string name="sim_select_card">SIM-Kaart auswielen</string>
  <!-- Label for a numbered SIM card.  [CHAR LIMIT=40] -->
  <string name="sim_card_number_title">SIM <xliff:g id="card_number">%1$d</xliff:g></string>
  <!-- Name label of Sim card that is empty.  [CHAR LIMIT=40] -->
  <string name="sim_slot_empty">SIM eidel</string>
  <!-- Name label of Sim Editor.  [CHAR LIMIT=40] -->
  <string name="sim_editor_name">SIM-Numm</string>
  <!-- Hint for SIM name in sim name editor dialog.  [CHAR LIMIT=40] -->
  <string name="sim_name_hint">Numm vun der SIM-Kaart aginn</string>
  <!-- Title label of Sim Editor.  [CHAR LIMIT=40] -->
  <string name="sim_editor_title">SIM-Plaz %1$d</string>
  <!-- Carrier label of Sim Editor.  [CHAR LIMIT=40] -->
  <string name="sim_editor_carrier">Provider</string>
  <!-- Number label of Sim Editor.  [CHAR LIMIT=40] -->
  <string name="sim_editor_number">Nummer</string>
  <!-- Color label of Sim Editor.  [CHAR LIMIT=40] -->
  <string name="sim_editor_color">SIM-Faarf</string>
  <!-- Select label Title of Sim Editor.  [CHAR LIMIT=40] -->
  <string name="sim_card_select_title">SIM-Kaart auswielen</string>
  <!-- Orange label.  [CHAR LIMIT=40] -->
  <string name="color_orange">Orange</string>
  <!-- Purple label.  [CHAR LIMIT=40] -->
  <string name="color_purple">Mof</string>
  <!-- Message informing the user that no SIM card is inserted  [CHAR LIMIT=60] -->
  <string name="sim_no_inserted_msg">Keng SIM-Kaarten agesat</string>
  <!-- SIM status title  [CHAR LIMIT=40] -->
  <string name="sim_status_title">SIM-Status</string>
  <!-- Title for call back. [CHAR LIMIT=60] -->
  <string name="sim_call_back_title">Vun der Standard-SIM zréckruffen</string>
  <!-- Title for outgoing back. [CHAR LIMIT=60] -->
  <string name="sim_outgoing_call_title">SIM fir erausgoend Uriff</string>
  <!-- Title for other call settings. [CHAR LIMIT=60] -->
  <string name="sim_other_call_settings">Aner Uruff-Astellungen</string>
  <!-- Preferred Network offload title.  [CHAR LIMIT=25] -->
  <string name="preferred_network_offload_title">Preferréiert Netzwierk entlaaschten</string>
  <!-- Preferred Network offload Header.  [CHAR LIMIT=25] -->
  <string name="preferred_network_offload_header">Netzwierknumm net iwwerdroen</string>
  <!-- Preferred Network offload Footer.  [CHAR LIMIT=100] -->
  <string name="preferred_network_offload_footer">Bei desaktivéierter Iwwerdroung vum Netzwierknumm kënnen Drëttpersounen net op Netzwierkinformatiounen zougräifen.</string>
  <!-- Preferred Network offload Popup.  [CHAR LIMIT=100] -->
  <string name="preferred_network_offload_popup">Bei desaktivéierter Iwwerdroung vum Netzwierknumm ass eng automatesch Connectioun net méiglech.</string>
  <!-- Summary text describing signal strength to the user.  [CHAR LIMIT=60] -->
  <string name="sim_signal_strength"><xliff:g id="dbm">%1$d</xliff:g> dBm <xliff:g id="asu">%2$d</xliff:g> asu</string>
  <!-- Title for SIM card notification.  [CHAR LIMIT=40] -->
  <string name="sim_notification_title">SIM-Kaarte goufe geännert.</string>
  <!-- Message under title informing the user to touch to go to SIM Cards in Settings.  [CHAR LIMIT=40] -->
  <string name="sim_notification_summary">Drécke fir anzestellen</string>
  <!-- This is a divider in the SIM cards preferences that is the header of various settings where the user chooses which SIM to use for phone calls, data, and SMS messages [CHAR LIMIT=50] -->
  <string name="sim_pref_divider">Preferéiert SIM fir</string>
  <!-- When a user chooses this "Ask first" preference for the SIM to use for phone calls, they'll be prompted to choose a SIM every time they initiate a call [CHAR LIMIT=50] -->
  <string name="sim_calls_ask_first_prefs_title">All Kéier froen</string>
  <!-- When a SIM preference hasn't been selected yet, this string is displayed as the pref summary until the user chooses a SIM subscription from the preference list [CHAR LIMIT=50] -->
  <string name="sim_selection_required_pref">Auswiel néideg</string>
  <!--Dashboard strings-->
  <!-- Text to describe the dashboard fragment title [CHAR LIMIT=16] -->
  <string name="dashboard_title">Astellungen</string>
  <!-- Search strings -->
  <!-- Text to describe the search results fragment title [CHAR LIMIT=16] -->
  <string name="search_results_title">Astellungen</string>
  <!-- Text used as a search hint into the search box -->
  <string name="search_menu">Astellunge sichen</string>
  <!-- Text used as a search hint into the search box -->
  <string name="query_hint_text">Astellunge sichen</string>
  <!-- Text used to identify the search query suggestions / recent searches -->
  <string name="search_recents_queries_label">Rezent Sichbegrëffer</string>
  <!-- Text used to identify the search results -->
  <string name="search_results_label">Resultater</string>
  <!--Search Keywords [CHAR LIMIT=NONE]-->
  <string name="keywords_wifi">wlan wifi wi-fi netzwierk connectioun</string>
  <string name="keywords_more_default_sms_app">textmessage sms messagen mms</string>
  <string name="keywords_home">iwwersiicht launcher startsäit</string>
  <string name="keywords_display">schierm bildschierm touchscreen</string>
  <string name="keywords_display_brightness_level">display schierm dimmen touchscreen touchschierm akku batterie</string>
  <string name="keywords_display_auto_brightness">display schierm dimmen touchscreen touchschierm akku batterie</string>
  <!-- Search keywords for display light/dark theme: dark theme, night mode, dim screen, invert brightness [CHAR LIMIT=NONE] -->
  <string name="keywords_display_font_size">textgréisst</string>
  <string name="keywords_storage">späicher plaz apparat benotzung</string>
  <string name="keywords_battery">stroum verbrauch stroumverbrauch oplueden akku akkuverbrauch</string>
  <string name="keywords_spell_checker">rechtschreiwung schreifweis dictionnaire spellchecker autokorrektur orthographie</string>
  <string name="keywords_voice_input">sproocherkennung agab sprooch fräispriechfunktioun erkennung offensiv wuert toun historique bluetooth headset </string>
  <string name="keywords_text_to_speech_output">bewäerten sprooch standard schwätzen tts accessibilitéit lieser blann</string>
  <string name="keywords_date_and_time">auer datum zäit</string>
  <string name="keywords_factory_data_reset">läschen ewechhuelen zrécksetzen erëmhierstellung daten</string>
  <string name="keywords_printing">drécker drocker</string>
  <string name="keywords_sounds_and_notifications">lautsprecher signaltoun toun</string>
  <string name="keywords_app">ram</string>
  <string name="keywords_location">standuert plaz standuertbericht gps</string>
  <string name="keywords_location_mode">genauegkeet gps</string>
  <string name="keywords_accounts">kont konten</string>
  <string name="keywords_users">aschränkung aschränken ageschränkt</string>
  <string name="keywords_keyboard_and_ime">text korrektur verbesserung textkorrektur textverbesserung korrigéieren verbesseren toun vibréieren vibratioun automatesch sprooch beweegung virschloen vischlag design beleidegend wuert aginn smiley emoji international</string>
  <!-- Search keywords for different screen unlock modes : slide to unlock, password, pattern and PIN [CHAR LIMIT=none] -->
  <string name="keywords_lockscreen">wëschen passwuert muster pin</string>
  <!-- NFC Wi-Fi pairing/setup strings-->
  <!-- Write NFC tag for Wi-Fi pairing/setup title [CHAR_LIMIT=30]-->
  <string name="setup_wifi_nfc_tag">WLAN-NFC-Tag astellen</string>
  <!-- Text for button to confirm writing tag -->
  <string name="write_tag">Schreiwen</string>
  <!-- Text to inform the user to tap a tag to complete the setup process -->
  <string name="status_awaiting_tap">En Tag beréiere fir ze schreiwen...</string>
  <!-- Text to inform the user that the network key entered was incorrect -->
  <string name="status_invalid_password">Ongëltegt Passwuert, probéier nees.</string>
  <!-- Text displayed when tag successfully writen -->
  <string name="status_write_success">Erfolleg!</string>
  <!-- Text displayed in error cases (failure to write to tag) -->
  <string name="status_failed_to_write">Konnt d\'Daten net op den NFC-Tag schreiwen. Probéier en aneren Tag, wann de Problem weider besteet</string>
  <!-- Text displayed when tag is not writable -->
  <string name="status_tag_not_writable">NFC-Tag ass net beschreifbar. Benotz w.e.g. en aneren Tag.</string>
  <!-- Option title for the default sound, context based on screen -->
  <string name="default_sound">Standard-Toun</string>
  <!-- Sounds and Notification -->
  <!-- Sound & notification: Settings header. [CHAR LIMIT=30] -->
  <string name="notification_settings">Toun an Notifikatiounen</string>
  <!-- Sound & notification > Sound section: Title for the option managing media volume. [CHAR LIMIT=30] -->
  <string name="media_volume_option_title">Medielautstäerkt</string>
  <!-- Sound & notification > Sound section: Title for the option managing alarm volume. [CHAR LIMIT=30] -->
  <string name="alarm_volume_option_title">Weckerlautstäerkt</string>
  <!-- Sound & notification > Sound section: Title for the option managing ringer volume. [CHAR LIMIT=30] -->
  <string name="ring_volume_option_title">Schelltounlautstäerkt</string>
  <!-- Sound & notification > Sound section: Title for the option managing notification volume. [CHAR LIMIT=30] -->
  <string name="notification_volume_option_title">Notifikatiounslautstäerkt</string>
  <!-- Sound & notification > Sound section: Title for the Interruptions option and associated settings page. [CHAR LIMIT=30] -->
  <!-- Sound & notification > Sound section: Title for the Priority interruptions option and associated settings page. [CHAR LIMIT=30] -->
  <!-- Sound & notification > Sound section: Title for the zen mode automation option and associated settings page. [CHAR LIMIT=30] -->
  <!-- Sound & notification > Sound section: Zen mode option: Important interruptions [CHAR LIMIT=60] -->
  <string name="zen_mode_option_important_interruptions">Just wichteg</string>
  <!-- Sound & notification > Sound section: Zen mode option: Alarms only [CHAR LIMIT=60] -->
  <!-- Sound & notification > Sound section: Zen mode option: No interruptions [CHAR LIMIT=60] -->
  <!-- Sound & notification > Sound section: Zen mode combined summary + condition line [CHAR LIMIT=60] -->
  <!-- Sound & notification > Sound section: Title for the option defining the phone ringtone. [CHAR LIMIT=30] -->
  <string name="ringtone_title">Schelltoun</string>
  <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] -->
  <string name="notification_ringtone_title">Standard Notifikatiouns-Schelltoun</string>
  <!-- Sound & notification > Sound section: Title for the option managing whether or not to vibrate when ringing. [CHAR LIMIT=30] -->
  <string name="vibrate_when_ringing_title">Och bei Uriff vibréieren</string>
  <!-- Sound & notification: Notification section header [CHAR LIMIT=30] -->
  <string name="notification_section_header">Notifikatioun</string>
  <!-- Sound & notification: Advanced section header [CHAR LIMIT=30] -->
  <string name="advanced_section_header">Erweidert</string>
  <!-- Sound & notification > Notification section: Title for the pulse notification light option. [CHAR LIMIT=30] -->
  <string name="notification_pulse_title">Notifikatiounsluucht pulséieren</string>
  <!-- Sound & notification > Notification section: Title for the option controlling notifications on the lockscreen. [CHAR LIMIT=30] -->
  <string name="lock_screen_notifications_title">Wann den Apparat gespaart ass</string>
  <!-- Sound & notification > Notification section: Value for lockscreen notifications:  all information will be
         shown in notifications shown on a secure lock screen
         [CHAR LIMIT=50] -->
  <string name="lock_screen_notifications_summary_show">All Notifikatiounsinhalt uweisen</string>
  <!-- Sound & notification > Notification section: Value for lockscreen notifications: sensitive information will be
         hidden or redacted from notifications shown on a secure lock screen
         [CHAR LIMIT=50] -->
  <string name="lock_screen_notifications_summary_hide">Sensibelen Notifikatiounsinhalt verstoppen</string>
  <!-- Sound & notification > Notification section: Value for lockscreen notifications: notifications will not appear on a secure lock screen
         [CHAR LIMIT=50] -->
  <!-- Security > Choose PIN/PW/Pattern > Notification redaction interstitial: Message asking the user how they want their notifications to appear when the device is locked [CHAR LIMIT=NONE] -->
  <string name="lock_screen_notifications_interstitial_message">Wéi sollen Notifikatiounen ugewise ginn, wann däin Apparat gespaart ass?</string>
  <!-- Security > Choose PIN/PW/Pattern > Notification redaction interstitial: Title for the screen asking the user how they want their notifications to appear when the device is locked [CHAR LIMIT=30] -->
  <string name="lock_screen_notifications_interstitial_title">Notifikatiounen</string>
  <!-- Sound & notification > Notification section: Title for the option managing notifications per application. [CHAR LIMIT=30] -->
  <string name="app_notifications_title">App-Notifikatiounen</string>
  <!-- Sound & notification > Sound section: Title for the other sounds option and associated settings page. [CHAR LIMIT=30] -->
  <string name="other_sound_settings">Aner Téin</string>
  <!-- Sound & notification > Other sounds: Title for the option enabling touch sounds for dial pad tones. [CHAR LIMIT=30] -->
  <string name="dial_pad_tones_title">Wieltastentéin</string>
  <!-- Sound & notification > Other sounds: Title for the option enabling touch sounds for screen locking sounds. [CHAR LIMIT=30] -->
  <string name="screen_locking_sounds_title">Téin beim Späre vum Schierm</string>
  <!-- Sound & notification > Other sounds: Title for the option enabling charging sounds. [CHAR LIMIT=30] -->
  <string name="charging_sounds_title">Téin beim Oplueden</string>
  <!-- Sound & notification > Other sounds: Title for the option enabling docking sounds. [CHAR LIMIT=30] -->
  <string name="docking_sounds_title">Téin beim Docken</string>
  <!-- Sound & notification > Other sounds: Title for the option enabling touch sounds. [CHAR LIMIT=30] -->
  <string name="touch_sounds_title">Beréierungstéin</string>
  <!-- Sound & notification > Other sounds: Title for the option enabling haptic feedback on touch. [CHAR LIMIT=30] -->
  <string name="vibrate_on_touch_title">Beim Drécke vibréieren</string>
  <!-- Sound & notification > Other sounds: Title for the option enabling dock audio media. [CHAR LIMIT=50] -->
  <string name="dock_audio_media_title">Dock-Lautsprecher spillt</string>
  <!-- Sound & notification > Other sounds: Value for the dock audio media with value 0: disabled. [CHAR LIMIT=30] -->
  <string name="dock_audio_media_disabled">All d\'Téin</string>
  <!-- Sound & notification > Other sounds: Value for the dock audio media with value 1: enabled. [CHAR LIMIT=30] -->
  <string name="dock_audio_media_enabled">Just Medientéin</string>
  <!-- Sound & notification > Other sounds: Value for the emergency tone option with value 0: silent. [CHAR LIMIT=30] -->
  <string name="emergency_tone_silent">Roueg</string>
  <!-- Sound & notification > Other sounds: Value for the emergency tone option with value 1: alert. [CHAR LIMIT=30] -->
  <string name="emergency_tone_alert">Warnung</string>
  <!-- Sound & notification > Other sounds: Value for the emergency tone option with value 2: vibrate. [CHAR LIMIT=30] -->
  <string name="emergency_tone_vibrate">Vibréieren</string>
  <!-- Sound & notification > Advanced section: Title for managing notification listeners option. [CHAR LIMIT=30] -->
  <string name="manage_notification_access_title">Notifikatiounszougrëff</string>
  <!-- Summary of preference to manage notification listeners, when none are enabled -->
  <string name="manage_notification_access_summary_zero">Appe kënnen d\'Notifikatioune net liesen</string>
  <!-- Summary of preference to manage notification listeners, when one or more are enabled
         and are therefore able to read the user's notifications -->
  <plurals name="manage_notification_access_summary_nonzero">
    <item quantity="one">%d App kann Notifikatioune liesen</item>
    <item quantity="other">%d Appe kënnen Notifikatioune liesen</item>
  </plurals>
  <!-- String to show in the list of notification listeners, when none is installed -->
  <!-- Title for a warning message about security implications of enabling a notification
          listener, displayed as a dialog message. [CHAR LIMIT=NONE] -->
  <!-- Summary for a warning message about security implications of enabling a notification
          listener, displayed as a dialog message. [CHAR LIMIT=NONE] -->
  <!-- Sound & notification > Advanced section: Title for managing Do Not Disturb access option. [CHAR LIMIT=40] -->
  <!-- Sound & notification > Do Not Disturb access > Text to display when the list is empty. [CHAR LIMIT=NONE] -->
  <!-- [CHAR LIMIT=NONE] Text when loading app list in notification settings -->
  <string name="loading_notification_apps">Appe gi gelueden...</string>
  <!-- [CHAR LIMIT=NONE] App notification settings: Block option title -->
  <!-- [CHAR LIMIT=NONE] App notification settings: Block option description-->
  <string name="app_notification_block_summary">Ni Notifikatioune vun dëser App uweisen</string>
  <!-- [CHAR LIMIT=NONE] App notification settings: Priority option title -->
  <!-- [CHAR LIMIT=NONE] App notification settings: Priority option description-->
  <!-- [CHAR LIMIT=NONE] App notification settings: Peekable option title -->
  <!-- [CHAR LIMIT=NONE] App notification settings: Peekable option description-->
  <!-- [CHAR LIMIT=NONE] App notification settings: Sensitive option title -->
  <!-- [CHAR LIMIT=NONE] App notification settings: Sensitive option description-->
  <!-- [CHAR LIMIT=20] Notification settings: App notifications row summary when banned -->
  <string name="app_notification_row_banned">Blockéiert</string>
  <!-- [CHAR LIMIT=40] Notification settings: App notifications row summary when high priority -->
  <string name="app_notification_row_priority">Prioritéit</string>
  <!-- [CHAR LIMIT=20] Notification settings: App notifications row summary when sensitive -->
  <string name="app_notification_row_sensitive">Sensibel</string>
  <!-- [CHAR LIMIT=20] Notification settings: App notifications dialog dismiss button caption -->
  <string name="app_notifications_dialog_done">Fäerdeg</string>
  <!-- [CHAR LIMIT=40] Zen mode settings: Rule name option and edit dialog title -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Rule name hint text -->
  <!-- [CHAR LIMIT=100] Zen mode settings: Warning text for invalid zen rule names -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Add rule menu option name -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Delete rule menu option name -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Delete rule dialog confirmation message -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Delete rule dialog button caption -->
  <string name="zen_mode_delete_rule_button">Läschen</string>
  <!-- [CHAR LIMIT=40] Zen mode settings: External rule type -->
  <!-- [CHAR LIMIT=40] Zen mode settings: External rule type name if unknown -->
  <string name="zen_mode_rule_type_unknown">Onbekannt</string>
  <!-- [CHAR LIMIT=40] Zen mode settings: Configure external rule -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Schedule rule type name -->
  <!-- [CHAR LIMIT=NONE] Zen mode settings: Schedule rule toast hint when enabled -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Event rule type name -->
  <!-- [CHAR LIMIT=NONE] Zen mode settings: Event rule toast hint when enabled -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Event-based rule calendar option title -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Event-based rule summary fragment: During events for -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Event-based rule summary fragment: any calendar -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Event-based rule summary fragment: Where reply is -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Event-based rule calendar option value for any calendar -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Event-based rule reply option title -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Event-based rule reply option value: Yes, Maybe, or Not replied -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Event-based rule reply option value: Yes or Maybe -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Event-based rule reply option value: Yes -->
  <string name="zen_mode_event_rule_reply_yes">Jo</string>
  <!-- [CHAR LIMIT=40] Zen mode settings: Text to display if rule isn't found -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Rule summary template (when enabled) -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Time-based rule days option title -->
  <string name="zen_mode_schedule_rule_days">Deeg</string>
  <!-- [CHAR LIMIT=40] Zen mode settings: Downtime days option value, no days set -->
  <string name="zen_mode_schedule_rule_days_none">Ouni</string>
  <!-- [CHAR LIMIT=40] Zen mode settings: Downtime days option value, all days set -->
  <!-- [CHAR LIMIT=40] General divider text when concatenating multiple items in a text summary -->
  <string name="summary_divider_text">,\u0020</string>
  <!-- [CHAR LIMIT=40] General template for a symbolic start - end range in a text summary -->
  <!-- [CHAR LIMIT=40] General template for a verbal start to end range in a text summary -->
  <!-- [CHAR LIMIT=20] Zen mode settings: Calls option -->
  <string name="zen_mode_calls">Uriff</string>
  <!-- [CHAR LIMIT=20] Zen mode settings: Messages option -->
  <string name="zen_mode_messages">Messagen</string>
  <!-- [CHAR LIMIT=50] Zen mode settings: Selected messages summary -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Calls or messages option value: From anyone -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Calls or messages option value: From contacts only -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Calls or messages option value: From starred contacts only -->
  <!-- [CHAR LIMIT=40] Zen mode settings: Calls or messages option value: None -->
  <string name="zen_mode_from_none">Ouni</string>
  <!-- [CHAR LIMIT=50] Zen mode settings: Alarms option -->
  <string name="zen_mode_alarms">Weckeren</string>
  <!-- [CHAR LIMIT=50] Zen mode settings: Reminders option -->
  <!-- [CHAR LIMIT=50] Zen mode settings: Events option -->
  <!-- [CHAR LIMIT=50] Zen mode settings: Selected callers summary -->
  <!-- [CHAR LIMIT=50] Zen mode settings: Repeat callers option -->
  <!-- [CHAR LIMIT=200] Zen mode settings: Repeat callers option summary -->
  <!-- [CHAR LIMIT=20] Zen mode settings: When option -->
  <string name="zen_mode_when">Automatesch uschalten</string>
  <!-- [CHAR LIMIT=20] Zen mode settings: When option value: Never -->
  <string name="zen_mode_when_never">Ni</string>
  <!-- [CHAR LIMIT=20] Zen mode settings: When option value: Every night -->
  <string name="zen_mode_when_every_night">All Nuecht</string>
  <!-- [CHAR LIMIT=20] Zen mode settings: When option value: Weeknights -->
  <string name="zen_mode_when_weeknights">Wochennuechten</string>
  <!-- [CHAR LIMIT=20] Zen mode settings: Start time option -->
  <string name="zen_mode_start_time">Startzäit</string>
  <!-- [CHAR LIMIT=20] Zen mode settings: End time option -->
  <string name="zen_mode_end_time">Schlusszäit</string>
  <!-- [CHAR LIMIT=60] Zen mode settings: End time option: Summary text value format when end time = next day -->
  <!-- [CHAR LIMIT=NONE] Zen mode summary spoken when changing mode by voice: switch to alarms only forever. -->
  <!-- [CHAR LIMIT=NONE] Zen mode summary spoken when changing mode by voice: switch to alarms only for < 60 minutes. -->
  <!-- [CHAR LIMIT=NONE] Zen mode summary spoken when changing mode by voice: switch to alarms only for N hours. -->
  <!-- [CHAR LIMIT=NONE] Zen mode summary spoken when changing mode by voice: switch to alarms only until a specific time. -->
  <!-- [CHAR LIMIT=NONE] Zen mode summary spoken when changing mode by voice: Turn on all notifications. -->
  <!-- [CHAR LIMIT=20] Notifications settings: Apps section header -->
  <string name="notification_settings_apps_title">App-Notifikatiounen</string>
  <!-- [CHAR LIMIT=NONE] Content description for per-app notification
         settings button -->
  <string name="notification_app_settings_button">Notifikatiounsastellungen</string>
  <!-- [CHAR LIMIT=35] Feedback on the device -->
  <string name="device_feedback">Feedback iwwer dësen Apparat schécken</string>
  <!-- Full package name of OEM preferred device feedback reporter [DO NOT TRANSLATE] -->
  <!-- PIN entry dialog title for entering the administrator PIN [CHAR LIMIT=none] -->
  <string name="restr_pin_enter_admin_pin">Administrateur-PIN aginn</string>
  <!-- Switch On/Off  -->
  <string name="switch_on_text">Un</string>
  <string name="switch_off_text">Aus</string>
  <!-- [CHAR LIMIT=28] Screen pinning title -->
  <string name="screen_pinning_title">Schiermfixéierung</string>
  <!-- [CHAR LIMIT=300] Screen pinning description -->
  <string name="screen_pinning_description">Wann dës Astellung aktivéiert ass, kanns du d\'Usiicht vum aktuelle Schierm fixéieren.\n\nSou benotz du d\'Schiermfixéierung:\n\n1. Préif no, ob d\'Schiermfixéierung aktivéiert ass.\n\n2. Maach de Schierm op deen s du fixéiere wëlls.\n\n3. Dréck op \"Iwwersicht\".\n\n4. Wësch no uewen an dréck op d\'Spéngel.</string>
  <!-- [CHAR LIMIT=60] Unlock setting for screen pinning -->
  <string name="screen_pinning_unlock_pattern">En Entspärmuster froe fir e Schierm fräizeginn</string>
  <!-- [CHAR LIMIT=60] Unlock setting for screen pinning -->
  <string name="screen_pinning_unlock_pin">E PIN froe fir e Schierm fräizeginn</string>
  <!-- [CHAR LIMIT=60] Unlock setting for screen pinning -->
  <string name="screen_pinning_unlock_password">E Passwuert froe fir e Schierm fräizeginn</string>
  <!-- [CHAR LIMIT=60] Unlock setting for screen pinning -->
  <string name="screen_pinning_unlock_none">Apparat beim Ofschloss spären</string>
  <!-- TODO: Remove it once the same entry in SettingsLib is translated. -->
  <!-- Title for a work profile. [CHAR LIMIT=25] -->
  <string name="managed_user_title">Aarbechtsprofil</string>
  <!-- Opening string on the dialog that prompts the user to confirm that they really want to delete their existing work profile. The administration app icon and name appear after the final colon. [CHAR LIMIT=NONE] -->
  <!-- Summary for work profile accounts group. [CHAR LIMIT=25] -->
  <!-- Summary Title for saying that the preference is experimental and will evolve over time due to User feedback. [CHAR LIMIT=NONE] -->
  <string name="experimental_preference">(Experimentell)</string>
  <!-- [CHAR LIMIT=45] Auto-rotate setting title -->
  <string name="display_auto_rotate_title">Wann den Apparat rotéiert ass</string>
  <!-- [CHAR LIMIT=70] Rotate when screen is turned option -->
  <string name="display_auto_rotate_rotate">Inhalt vum Schierm rotéieren</string>
  <!-- [CHAR LIMIT=70] Keep the screen in portrait when rotated -->
  <string name="display_auto_rotate_stay_in_portrait">Am Héichformat bleiwen</string>
  <!-- [CHAR LIMIT=70] Keep the screen in landscape when rotated -->
  <string name="display_auto_rotate_stay_in_landscape">Am Breetformat bleiwen</string>
  <!-- [CHAR LIMIT=70] Don't rotate when screen is turned option -->
  <string name="display_auto_rotate_stay_in_current">An der aktueller Orientéierung bleiwen</string>
  <!-- Title and summary for SIM Status -->
  <!-- Title for IMEI preference [CHAR LIMIT=30] -->
  <string name="imei_information_title">IMEI-Informatiounen</string>
  <!-- Encryption interstitial title. This screen asks the user whether the device will ask for a PIN / pattern / password before the device starts up. [CHAR LIMIT=30] -->
  <!-- Encryption interstitial button to continue with the shown setting.  Appears on screen that asks the user to opt in/out of encrypting device with a pin/pattern/password. [CHAR LIMIT=NONE] -->
  <string name="encryption_continue_button">Weider</string>
  <!-- Message shown on encryption interstitial to ask the user whether or not they want to use a PIN to encrypt the device. [CHAR LIMIT=NONE] -->
  <!-- Message shown on encryption interstitial to ask the user whether or not they want to use a pattern to encrypt the device. [CHAR LIMIT=NONE] -->
  <!-- Message shown on encryption interstitial to ask the user whether or not they want to use a password to encrypt the device. [CHAR LIMIT=NONE] -->
  <!-- Message shown on encryption interstitial to ask the user whether or not they want to use a PIN to encrypt the device while setting up fingerprint unlock. [CHAR LIMIT=NONE] -->
  <!-- Message shown on encryption interstitial to ask the user whether or not they want to use a pattern to encrypt the device while setting up fingerprint unlock. [CHAR LIMIT=NONE] -->
  <!-- Message shown on encryption interstitial to ask the user whether or not they want to use a password to encrypt the device while setting up fingerprint unlock. [CHAR LIMIT=NONE] -->
  <!-- Radio button text that require a PIN to start device [CHAR LIMIT=NONE] -->
  <string name="encrypt_require_pin">PIN verlaangen, fir den Apparat ze starten</string>
  <!-- Radio button text that require a pattern to start device [CHAR LIMIT=NONE] -->
  <string name="encrypt_require_pattern">Muster verlaangen, fir den Apparat ze starten</string>
  <!-- Radio button text that require a password to start device [CHAR LIMIT=NONE] -->
  <string name="encrypt_require_password">Passwuert verlaangen, fir den Apparat ze starten</string>
  <!-- Radio button text that doesn't require a PIN to decrypt [CHAR LIMIT=NONE] -->
  <string name="encrypt_dont_require_pin">Nee Merci</string>
  <!-- Radio button text that doesn't require a pattern to decrypt [CHAR LIMIT=NONE] -->
  <string name="encrypt_dont_require_pattern">Nee Merci</string>
  <!-- Radio button text that doesn't require a password to decrypt [CHAR LIMIT=NONE] -->
  <string name="encrypt_dont_require_password">Nee Merci</string>
  <!-- Title for encryption dialog that disables TalkBack. [CHAR_LIMIT=25] -->
  <string name="encrypt_talkback_dialog_require_pin">PIN verlaangen?</string>
  <!-- Title for encryption dialog that disables TalkBack. [CHAR_LIMIT=25] -->
  <string name="encrypt_talkback_dialog_require_pattern">Muster verlaangen?</string>
  <!-- Title for encryption dialog that disables TalkBack. [CHAR_LIMIT=25] -->
  <string name="encrypt_talkback_dialog_require_password">Passwuert verlaangen?</string>
  <!-- Message for encryption dialog telling the user that Talkback and other accessibility services will be disabled. -->
  <!-- Message for encryption dialog telling the user that Talkback and other accessibility services will be disabled. -->
  <!-- Message for encryption dialog telling the user that Talkback and other accessibility services will be disabled. -->
  <!-- Title and summary for SIM Status -->
  <string name="imei_information_title">IMEI-Informatiounen</string>
  <string name="imei_information_summary">Informatiounen zur relativer IMEI</string>
  <string name="slot_number">(Plaz: <xliff:g id="slot_num">%1$d</xliff:g>)</string>
  <!-- New strings needed for App Info 2 -->
  <!-- Preference label for app default launch settings [CHAR LIMIT=35]-->
  <!-- Summary for app storage preference [CHAR LIMIT=15] -->
  <!-- Category name for App Launch -->
  <!-- Summary for app storage preference -->
  <!-- Internal storage label -->
  <!-- External storage label -->
  <!-- Summary describing internal storage for applications [CHAR LIMIT=25] -->
  <!-- Summary describing external storage for applications [CHAR LIMIT=25] -->
  <!-- Title for data usage screen when entered from app info [CHAR LIMIT=30] -->
  <string name="app_data_usage">App-Datebenotzung</string>
  <!-- Summary for data usage preference [CHAR LIMIT=15] -->
  <!-- Title of storage preference to control where app is stored -->
  <!-- Title of button to change storage [CHAR LIMIT=25] -->
  <!-- Title of dialog to change storage [CHAR LIMIT=25] -->
  <!-- Label for notification settings for an specific app [CHAR LIMIT=40] -->
  <string name="notifications_label">Notifikatiounen</string>
  <!-- App notification summary with notifications enabled [CHAR LIMIT=40] -->
  <!-- App notification summary with notifications disabled [CHAR LIMIT=40] -->
  <string name="notifications_disabled">Blockéieren</string>
  <!-- App notification summary with notifications sensitive [CHAR LIMIT=40] -->
  <!-- App notification summary with notifications priority [CHAR LIMIT=40] -->
  <string name="notifications_priority">Prioritéit</string>
  <!-- App notification summary with notification peeking disabled [CHAR LIMIT=40] -->
  <!-- App notification summary with 2 items [CHAR LIMIT=15] -->
  <!-- App notification summary with 3 items [CHAR LIMIT=15] -->
  <!-- Permissions preference summary [CHAR LIMIT=40] -->
  <!-- Runtime permissions preference summary [CHAR LIMIT=40] -->
  <!-- Runtime permissions preference summary.  Number of additional permissions granted. [CHAR LIMIT=40] -->
  <!-- Runtime permissions preference summary, shown when the app has no permissions granted. [CHAR LIMIT=40] -->
  <!-- Runtime permissions preference summary, shown when the app requests no permissions. [CHAR LIMIT=40] -->
  <!-- Launch defaults preference summary with some set [CHAR LIMIT=40] -->
  <!-- Launch defaults preference summary with none set [CHAR LIMIT=40] -->
  <!-- Label for showing all apps in list [CHAR LIMIT=30] -->
  <!-- Label for showing enabled apps in list [CHAR LIMIT=30] -->
  <!-- Label for showing personal apps in list [CHAR LIMIT=30] -->
  <string name="filter_personal_apps">Perséinlech</string>
  <!-- Label for showing work apps in list [CHAR LIMIT=30] -->
  <string name="filter_work_apps">Aarbecht</string>
  <!-- Label for showing apps with blocked notifications in list [CHAR LIMIT=30] -->
  <string name="filter_notif_blocked_apps">Blockéiert</string>
  <!-- Label for showing apps with priority notifications in list [CHAR LIMIT=30] -->
  <string name="filter_notif_priority_apps">Prioritéit</string>
  <!-- Label for showing apps with sensitive notifications in list [CHAR LIMIT=30] -->
  <!-- Label for showing apps with peeking disabled in list [CHAR LIMIT=30] -->
  <!-- Label for showing apps with domain URLs (data URI with http or https) in list [CHAR LIMIT=30] -->
  <!-- Summary for a trust agent that was disabled by the device policy [LIMIT=NONE] -->
  <string name="trust_agent_disabled_device_admin">Duerch den Administrateur desaktivéiert</string>
  <!-- Title for advanced application management settings [CHAR LIMIT=30] -->
  <string name="advanced_apps">Erweidert</string>
  <!-- Title for application configuration settings [CHAR LIMIT=30] -->
  <!-- Warning toast shown when data usage screen can't find specified app -->
  <!-- Title for profile selection dialog [CHAR LIMIT=30] -->
  <!-- Label for list that shows all permissions -->
  <!-- Summary of permissions currently granted to apps [CHAR LIMIT=45] -->
  <!-- Summary of number of apps currently granted a single permission [CHAR
        LIMIT=45] -->
  <!-- Label for tap to wake setting [CHAR LIMIT=30] -->
  <!-- Summary for take to wake setting [CHAR LIMIT=90] -->
  <!-- Label for the Domain URLs list that shows domain urls per App [CHAR LIMIT=30] -->
  <!-- Summary for an App that dont open any domain URLs [CHAR LIMIT=45] -->
  <!-- Summary of number of App that can open one and only one domain URLs [CHAR LIMIT=45] -->
  <!-- Summary of number of App that can open several domain URLs [CHAR LIMIT=45] -->
  <!-- Description of settings item that leads to list of all apps with Domain URLs [CHAR LIMIT=NONE] -->
  <!-- Explanation that the app that will ALWAYS be launched to open web links to domains that it understands -->
  <!-- Explanation that the user will be asked whether to launch the app to open web links to domains that it understands -->
  <string name="app_link_open_ask">All Kéier froen</string>
  <!-- Explanation that the app that will NEVER be launched to open web links to domains that it understands -->
  <!-- Fingerprint hint message when finger was not recognized.-->
  <!-- Title for Default Apps settings [CHAR LIMIT=30] -->
  <!-- Title for Assist and voice input settings [CHAR LIMIT=30] -->
  <!-- Title for Default Assist settings [CHAR LIMIT=30] -->
  <!-- Summary for No Default Assist settings [CHAR LIMIT=45] -->
  <string name="default_assist_none">Ouni</string>
  <!-- Title for Choose Assist dialog [CHAR LIMIT=35] -->
  <!-- [CHAR_LIMIT=45] Title of the security warning dialog for setting an assitant -->
  <!-- [CHAR_LIMIT=NONE] Warning message about security implications of setting an assistant,
         displayed as a dialog message when the user selects an assistant. -->
  <!-- Label for the button to acknowledge assistant security implications. [CHAR LIMIT=30] -->
  <!-- Label for the button to bail out assistant security implications. [CHAR LIMIT=30] -->
  <!-- Title for Choose voice input dialog [CHAR LIMIT=30] -->
  <!-- Title for Default Browser settings [CHAR LIMIT=30] -->
  <!-- Summary for No Default Browser settings [CHAR LIMIT=45] -->
  <!--  Title for Default Phone app settings [CHAR LIMIT=30] -->
  <!-- Label of default app for current setting [CHAR LIMIT=40] -->
  <!-- Title of app storage screen [CHAR LIMIT=30] -->
  <!-- Title of usage access screen [CHAR LIMIT=30] -->
  <!-- Label for setting which controls whether app has usage access [CHAR LIMIT=45] -->
  <!-- Link to the apps page for app usage settings [CHAR LIMIT=45] -->
  <!-- Description of the usage access setting [CHAR LIMIT=NONE] -->
  <!-- Title for screen showing recent memory usage of device [CHAR LIMIT=30]-->
  <!-- Title for screen showing recent memory usage of specific app [CHAR LIMIT=30]-->
  <string name="memory_details_title">Späicherdetailer</string>
  <!-- Description of app always running [CHAR LIMIT=45] -->
  <!-- Description of app sometimes running [CHAR LIMIT=45] -->
  <!-- Description of app rarely running [CHAR LIMIT=45] -->
  <!-- Maximum memory usage key [CHAR LIMIT=25] -->
  <!-- Average memory usage key [CHAR LIMIT=25] -->
  <!-- Maximum memory used by an app [CHAR LIMIT=25] -->
  <!-- Average memory used by an app [CHAR LIMIT=25] -->
  <!-- Formatting for memory description [CHAR LIMIT=25] -->
  <!-- Label for process [CHAR LIMIT=25] -->
  <!-- Label for list to control apps that ignore battery saving restrictions [CHAR LIMIT=27]-->
  <!-- Filter for apps allowed to use a lot of power [CHAR LIMIT=25] -->
  <!-- Summary of app allowed to use a lot of power [CHAR LIMIT=60] -->
  <!-- Summary of app not allowed to use a lot of power [CHAR LIMIT=60] -->
  <!-- Summary of app which doesn't have a battery optimization setting [CHAR LIMIT=60] -->
  <!-- Description of high power switch [CHAR LIMIT=NONE] -->
  <!-- Description of number of apps with high power turned on [CHAR LIMIT=NONE] -->
  <!-- Title of prompt dialog app can invoke to turn off optimization [CHAR LIMIT=NONE] -->
  <!-- Body text of prompt dialog app can invoke to turn off optimization [CHAR LIMIT=NONE] -->
  <!-- Summary of power usage for an app [CHAR LIMIT=NONE] -->
  <!-- Summary for app with no battery usage [CHAR LIMIT=NONE] -->
  <!-- Link to an apps notification settings [CHAR LIMIT=50] -->
  <string name="app_notification_preferences">App-Astellungen</string>
  <!-- Turn on settings for system ui tuner [CHAR LIMIT=40] -->
  <!-- Label for button that leads to more permissions [CHAR LIMIT=40] -->
  <!-- Description of how many more permissions to view on next page [CHAR LIMIT=30] -->
  <!-- Title of one of the choices in a dialog (with title defined in usb_use) that lets the user
         select what the USB connection for this device should be used for. This choice
         is for charging only. -->
  <string name="usb_use_charging_only">Gëtt opgelueden</string>
  <!-- Decription of one of the choices in a dialog (with title defined in usb_use) that lets the
         user select what the USB connection for this device should be used for. This choice
         is for charging only. -->
  <!-- Title of one of the choices in a dialog (with title defined in usb_use) that lets the user
         select what the USB connection for this device should be used for. This choice
         is for powering the other device only. -->
  <!-- Decription of one of the choices in a dialog (with title defined in usb_use) that lets the
         user select what the USB connection for this device should be used for. This choice
         is for powering the other device only. -->
  <!-- Title of one of the choices in a dialog (with title defined in usb_use) that lets the user
         select what the USB connection for this device should be used for. This choice
         is for transferring files via MTP. -->
  <!-- Description of one of the choices in a dialog (with title defined in usb_use) that lets the user
         select what the USB connection for this device should be used for. This choice
         is for transferring files via MTP. -->
  <!-- Title of one of the choices in a dialog (with title defined in usb_use) that lets the user
         select what the USB connection for this device should be used for. This choice
         is for transferring photos via PTP. -->
  <!-- Description of one of the choices in a dialog (with title defined in usb_use) that lets the user
         select what the USB connection for this device should be used for. This choice
         is for transferring photos via PTP. -->
  <!-- Title of one of the choices in a dialog (with title defined in usb_use) that lets the user
         select what the USB connection for this device should be used for. This choice
         is for entering MIDI mode. -->
  <!-- Description of one of the choices in a dialog (with title defined in usb_use) that lets the user
         select what the USB connection for this device should be used for. This choice
         is for entering MIDI mode. -->
  <!-- The title used in a dialog which lets the user select what the USB connection
         for this device should be used for. Choices are usb_use_charging_only,
         usb_use_file_transfer, use_use_photo_transfer, and usb_use_MIDI -->
  <!-- Settings item title for inactive apps [CHAR LIMIT=35] -->
  <!-- Settings item summary for inactive app [CHAR LIMIT=100] -->
  <!-- Settings item summary for active app [CHAR LIMIT=100] -->
  <!-- Title for the "context" preference to determine whether assist can access the data currently displayed on-screen [CHAR LIMIT=40] -->
  <!-- Summary for the "context" preference to determine whether assist can access the data currently displayed on-screen [CHAR LIMIT=NONE] -->
  <!-- Title for the "screenshot" preference to determine whether assist can access the screenshot of your screen [CHAR LIMIT=40] -->
  <!-- Summary for the "screenshot" preference to determine whether assist can access the screenshot of your screen [CHAR LIMIT=NONE] -->
  <!-- Footer text in the manage assist screen. [CHAR LIMIT=NONE] -->
  <!-- Label for average memory use section [CHAR LIMIT=30] -->
  <!-- Label for maximum memory use section [CHAR LIMIT=30] -->
  <!-- Label for app list of memory use [CHAR LIMIT=30] -->
  <!-- Label for app list of memory use [CHAR LIMIT=30] -->
  <string name="app_list_memory_use">App-Benotzung</string>
  <!-- Label for details about an app's memory use [CHAR LIMIT=30] -->
  <!-- Summary for how much memory an app has used [CHAR LIMIT=NONE] -->
  <!-- Summary for no memory use for an app [CHAR LIMIT=NONE] -->
  <!-- Menu item for Sorting list by average memory use [CHAR LIMIT=NONE]-->
  <!-- Menu item for Sorting list by maximum memory use [CHAR LIMIT=NONE] -->
  <!-- Label for the current performance of the device [CHAR LIMIT=25] -->
  <!-- Label for total memory of device [CHAR LIMIT=25] -->
  <!-- Label for average memory usage of device [CHAR LIMIT=25] -->
  <!-- Label for free memory of device [CHAR LIMIT=25] -->
  <string name="free_memory">Fräi</string>
  <!-- Label for button that leads to list of apps and their memory usage [CHAR LIMIT=40]-->
  <!-- Description of number of apps using memory [CHAR LIMIT=NONE] -->
  <!-- Label for frequency that the app is runnig (e.g. always, sometimes, etc.) [CHAR LIMIT=25] -->
  <string name="running_frequency">Frequenz</string>
  <!-- Label for maximum amount of memory app has used [CHAR LIMIT=25] -->
  <!-- Summary of data item when no data usage [CHAR LIMIT=40] -->
  <!-- Zen mode access settings - title for warning dialog when enabling access [CHAR LIMIT=NONE] -->
  <!-- Zen mode access settings - summary for warning dialog when enabling access [CHAR LIMIT=NONE] -->
  <!-- Ignore battery optimizations on label [CHAR LIMIT=30] -->
  <!-- Ignore battery optimizations off label [CHAR LIMIT=30] -->
  <!-- Ignore battery optimizations on description [CHAR LIMIT=NONE] -->
  <!-- Ignore battery optimizations off description [CHAR LIMIT=NONE] -->
  <!-- Ignore battery optimizations dialog title [CHAR LIMIT=NONE] -->
  <!-- Label for None item in AppListPreference [CHAR LIMIT=40] -->
  <string name="app_list_preference_none">Ouni</string>
  <!-- Warning message about disabling usage access on profile owner [CHAR LIMIT=NONE] -->
  <!-- Number of characters used for lock screen text [CHAR LIMIT=NONE] -->
  <!-- System Alert Window settings -->
  <!-- Title of Draw Overlay preference item [CHAR LIMIT=55] -->
  <!-- Title of draw overlay screen [CHAR LIMIT=30] -->
  <!-- Settings title in main settings screen for SYSTEM_ALERT_WINDOW [CHAR LIMIT=45] -->
  <!-- Title for the apps with SYSTEM_ALERT_WINDOW permission/privilege [CHAR LIMIT=20] -->
  <string name="system_alert_window_apps_title">Appen</string>
  <!-- Title for the apps that are allowed to draw on top of other apps [CHAR LIMIT=60] -->
  <!-- Label for setting which controls whether app can draw overlays [CHAR LIMIT=45] -->
  <!-- Link to the apps page for SYSTEM_ALERT_WINDOW settings [CHAR LIMIT=45] -->
  <!-- Description of allowing overlay setting [CHAR LIMIT=NONE] -->
  <!-- Keyword for SYSTEM_ALERT_WINDOW -->
  <!-- Main settings screen item's title to go into the overlay settings screen [CHAR LIMIT=30] -->
  <!-- Summary of number of apps currently can draw overlays [CHAR LIMIT=60] -->
  <!-- Label for showing apps that can draw overlays [CHAR LIMIT=45] -->
  <!-- Summary of app allowed to draw overlay [CHAR LIMIT=60] -->
  <string name="system_alert_window_on">Jo</string>
  <!-- Summary of app not allowed to draw overlay [CHAR LIMIT=60] -->
  <string name="system_alert_window_off">Nee</string>
  <!-- Write Settings settings -->
  <!-- Settings title in main settings screen for WRITE_SETTINGS [CHAR LIMIT=30] -->
  <!-- Keyword for WRITE_SETTINGS -->
  <!-- Summary of number of apps currently can draw overlays [CHAR LIMIT=60] -->
  <!-- Label for showing apps that can write system settings [CHAR LIMIT=45] -->
  <!-- Title for the apps that are allowed to write system settings [CHAR LIMIT=60] -->
  <!-- Main settings screen item's title to go into the write system settings screen [CHAR LIMIT=30] -->
  <!-- Link to the apps page for WRITE_SETTINGS settings [CHAR LIMIT=52] -->
  <!-- Label for setting which controls whether app can write system settings [CHAR LIMIT=45] -->
  <!-- Description of the write system settings [CHAR LIMIT=NONE] -->
  <!-- Summary of app allowed to write system settings [CHAR LIMIT=45] -->
  <string name="write_settings_on">Jo</string>
  <!-- Summary of app not allowed to write system settings [CHAR LIMIT=45] -->
  <string name="write_settings_off">Nee</string>
  <!-- Title of setting that controls gesture to open camera [CHAR LIMIT=40] -->
  <!-- Description of setting that controls gesture to open camera [CHAR LIMIT=NONE] -->
  <!-- Title of setting that controls gesture to open camera by double tapping the power button [CHAR LIMIT=40] -->
  <!-- Description of setting that controls gesture to open camera by double tapping the power button [CHAR LIMIT=NONE] -->
  <!-- Name of each color mode for the display. [CHAR LIMIT=40] -->
  <!-- Description of each color mode for the display. [CHAR LIMIT=NONE] -->
  <!-- Name of feature to change color setting for the display [CHAR LIMIT=60] -->
  <!-- Description of feature to change color setting for the display [CHAR LIMIT=NONE] -->
  <!-- Name of the setting to change the display's color temperature -->
  <!-- Description of the setting to change the display's color temperature -->
  <!-- Toast message letting the user know the color temperature setting is not immediate -->
</resources>