summaryrefslogtreecommitdiffstats
path: root/core/res/res/values-rm/strings.xml
blob: 637e4b115e2f539cc1a442a4a03e8a6925ca6216 (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
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
/* //device/apps/common/assets/res/any/strings.xml
**
** Copyright 2006, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
**     http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
 -->

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="byteShort" msgid="8340973892742019101">"B"</string>
    <string name="kilobyteShort" msgid="5973789783504771878">"KB"</string>
    <string name="megabyteShort" msgid="6355851576770428922">"MB"</string>
    <string name="gigabyteShort" msgid="3259882455212193214">"GB"</string>
    <string name="terabyteShort" msgid="231613018159186962">"TB"</string>
    <string name="petabyteShort" msgid="5637816680144990219">"PB"</string>
    <!-- no translation found for fileSizeSuffix (9164292791500531949) -->
    <skip />
    <!-- no translation found for untitled (4638956954852782576) -->
    <skip />
    <string name="ellipsis" msgid="7899829516048813237">"…"</string>
    <!-- no translation found for ellipsis_two_dots (1228078994866030736) -->
    <skip />
    <string name="emptyPhoneNumber" msgid="7694063042079676517">"(Nagin numer da telefon)"</string>
    <string name="unknownName" msgid="2277556546742746522">"(Nunenconuschent)"</string>
    <string name="defaultVoiceMailAlphaTag" msgid="2660020990097733077">"Mailbox"</string>
    <string name="defaultMsisdnAlphaTag" msgid="2850889754919584674">"MSISDN1"</string>
    <string name="mmiError" msgid="5154499457739052907">"Problem da connexiun u code MMI nunvalid."</string>
    <string name="mmiFdnError" msgid="5224398216385316471">"L\'operaziun è reservada per Voss numers autorisads"</string>
    <string name="serviceEnabled" msgid="8147278346414714315">"Il servetsch è vegnì activà."</string>
    <string name="serviceEnabledFor" msgid="6856228140453471041">"Quest servetsch è vegnì activà per:"</string>
    <string name="serviceDisabled" msgid="1937553226592516411">"Quest servetsch è vegnì deactivà."</string>
    <string name="serviceRegistered" msgid="6275019082598102493">"Registraziun reussida."</string>
    <string name="serviceErased" msgid="1288584695297200972">"Stizzà cun success."</string>
    <string name="passwordIncorrect" msgid="7612208839450128715">"Il pled-clav è nuncorrect."</string>
    <string name="mmiComplete" msgid="8232527495411698359">"MMI terminà."</string>
    <!-- no translation found for badPin (9015277645546710014) -->
    <skip />
    <!-- no translation found for badPuk (5487257647081132201) -->
    <skip />
    <!-- no translation found for mismatchPin (609379054496863419) -->
    <skip />
    <string name="invalidPin" msgid="3850018445187475377">"Endatai in code PIN che cuntegna 4 fin 8 cifras."</string>
    <!-- no translation found for invalidPuk (8761456210898036513) -->
    <skip />
    <string name="needPuk" msgid="919668385956251611">"Vossa carta SIM è bloccada cun in PUK. Endatai il PUK per debloccar ella."</string>
    <string name="needPuk2" msgid="4526033371987193070">"Endatai il PUK2 per debloccar la carta SIM."</string>
    <!-- no translation found for imei (2625429890869005782) -->
    <skip />
    <!-- no translation found for meid (4841221237681254195) -->
    <skip />
    <string name="ClipMmi" msgid="6952821216480289285">"Numer dal telefonader (entrant)"</string>
    <string name="ClirMmi" msgid="7784673673446833091">"ID dal telefonader per cloms sortints"</string>
    <string name="CfMmi" msgid="5123218989141573515">"Renviament da clom"</string>
    <string name="CwMmi" msgid="9129678056795016867">"Clom spetgant"</string>
    <string name="BaMmi" msgid="455193067926770581">"Bloccada da cloms"</string>
    <string name="PwdMmi" msgid="7043715687905254199">"Midar il pled-clav"</string>
    <string name="PinMmi" msgid="3113117780361190304">"Modificaziun dal code PIN"</string>
    <string name="CnipMmi" msgid="3110534680557857162">"Preschentaziun dal numer dal telefonader"</string>
    <string name="CnirMmi" msgid="3062102121430548731">"Numer da telefon cun restricziun"</string>
    <string name="ThreeWCMmi" msgid="9051047170321190368">"Conferenza da telefon en trais"</string>
    <string name="RuacMmi" msgid="7827887459138308886">"Refusar ils cloms nungiavischads"</string>
    <string name="CndMmi" msgid="3116446237081575808">"Transmissiun dal numer da telefon"</string>
    <string name="DndMmi" msgid="1265478932418334331">"Per plaschair betg disturbar"</string>
    <string name="CLIRDefaultOnNextCallOn" msgid="429415409145781923">"La ID dal telefonader è normalmain limitada. Proxim clom: limitada."</string>
    <string name="CLIRDefaultOnNextCallOff" msgid="3092918006077864624">"La ID dal telefonader è normalmain limitada. Proxim clom: betg limitada."</string>
    <string name="CLIRDefaultOffNextCallOn" msgid="6179425182856418465">"La ID dal telefonader n\'è betg limitada tenor configuraziun predefinida. Proxim clom: limitada."</string>
    <string name="CLIRDefaultOffNextCallOff" msgid="2567998633124408552">"La ID dal telefonader n\'è betg limitada tenor configuraziun predefinida. Proxim clom: betg limitada."</string>
    <string name="serviceNotProvisioned" msgid="8614830180508686666">"Quest servetsch na vegn betg sustegnì."</string>
    <!-- no translation found for CLIRPermanent (3377371145926835671) -->
    <skip />
    <string name="RestrictedChangedTitle" msgid="5592189398956187498">"L\'access limità è vegnì modifitgà."</string>
    <string name="RestrictedOnData" msgid="8653794784690065540">"Il servetsch da datas è bloccà."</string>
    <string name="RestrictedOnEmergency" msgid="6581163779072833665">"Il servetsch da cloms d\'urgenza è bloccà."</string>
    <string name="RestrictedOnNormal" msgid="4953867011389750673">"Il servetsch vocal è bloccà."</string>
    <!-- no translation found for RestrictedOnAllVoice (3396963652108151260) -->
    <skip />
    <string name="RestrictedOnSms" msgid="8314352327461638897">"Il servetsch SMS è bloccà."</string>
    <!-- no translation found for RestrictedOnVoiceData (996636487106171320) -->
    <skip />
    <string name="RestrictedOnVoiceSms" msgid="1888588152792023873">"Ils servetschs vocals/dad SMS èn bloccads."</string>
    <!-- no translation found for RestrictedOnAll (5643028264466092821) -->
    <skip />
    <string name="serviceClassVoice" msgid="1258393812335258019">"Vusch"</string>
    <string name="serviceClassData" msgid="872456782077937893">"Datas"</string>
    <string name="serviceClassFAX" msgid="5566624998840486475">"FAX"</string>
    <string name="serviceClassSMS" msgid="2015460373701527489">"SMS"</string>
    <string name="serviceClassDataAsync" msgid="4523454783498551468">"Asincron"</string>
    <string name="serviceClassDataSync" msgid="7530000519646054776">"Sincron"</string>
    <string name="serviceClassPacket" msgid="6991006557993423453">"Pachet"</string>
    <string name="serviceClassPAD" msgid="3235259085648271037">"PAD"</string>
    <string name="roamingText0" msgid="7170335472198694945">"Indicatur da roaming activà"</string>
    <string name="roamingText1" msgid="5314861519752538922">"Indicatur da roaming deactivà"</string>
    <string name="roamingText2" msgid="8969929049081268115">"Indicatur da roaming sbrinzlant"</string>
    <string name="roamingText3" msgid="5148255027043943317">"Ordaifer la zona da rait"</string>
    <string name="roamingText4" msgid="8808456682550796530">"Dador il bajetg"</string>
    <string name="roamingText5" msgid="7604063252850354350">"Roaming - Sistem preferì"</string>
    <string name="roamingText6" msgid="2059440825782871513">"Roaming - Sistem disponibel"</string>
    <string name="roamingText7" msgid="7112078724097233605">"Roaming - Partenari d\'allianza"</string>
    <string name="roamingText8" msgid="5989569778604089291">"partenari premium roaming"</string>
    <string name="roamingText9" msgid="7969296811355152491">"Roaming - Tut ils servetschs disponibels"</string>
    <string name="roamingText10" msgid="3992906999815316417">"Roaming - Servetschs parzialmain disponibels"</string>
    <string name="roamingText11" msgid="4154476854426920970">"Bandiera da roaming activada"</string>
    <string name="roamingText12" msgid="1189071119992726320">"Bandiera da roaming deactivada"</string>
    <string name="roamingTextSearching" msgid="8360141885972279963">"Tschertgar servetschs disponibels"</string>
    <string name="cfTemplateNotForwarded" msgid="1683685883841272560">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: betg transferì"</string>
    <string name="cfTemplateForwarded" msgid="1302922117498590521">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: <xliff:g id="DIALING_NUMBER">{1}</xliff:g>"</string>
    <string name="cfTemplateForwardedTime" msgid="9206251736527085256">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g><xliff:g id="DIALING_NUMBER">{1}</xliff:g> suenter <xliff:g id="TIME_DELAY">{2}</xliff:g> secundas."</string>
    <string name="cfTemplateRegistered" msgid="5073237827620166285">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: Betg renvià"</string>
    <string name="cfTemplateRegisteredTime" msgid="6781621964320635172">"<xliff:g id="BEARER_SERVICE_CODE">{0}</xliff:g>: betg transferì"</string>
    <string name="fcComplete" msgid="3118848230966886575">"Code da servetsch terminà"</string>
    <string name="fcError" msgid="3327560126588500777">"Problem da connexiun u code da funcziun nunvalid"</string>
    <string name="httpErrorOk" msgid="1191919378083472204">"OK"</string>
    <!-- no translation found for httpError (7956392511146698522) -->
    <skip />
    <!-- no translation found for httpErrorLookup (4711687456111963163) -->
    <skip />
    <!-- no translation found for httpErrorUnsupportedAuthScheme (6299980280442076799) -->
    <skip />
    <!-- no translation found for httpErrorAuth (1435065629438044534) -->
    <skip />
    <string name="httpErrorProxyAuth" msgid="1788207010559081331">"L\'autentificaziun cun agid dad in proxy server n\'è betg reussida."</string>
    <!-- no translation found for httpErrorConnect (8714273236364640549) -->
    <skip />
    <!-- no translation found for httpErrorIO (2340558197489302188) -->
    <skip />
    <string name="httpErrorTimeout" msgid="4743403703762883954">"Surpassà il temp cun connectar al server."</string>
    <string name="httpErrorRedirectLoop" msgid="8679596090392779516">"Questa pagina cuntegna memia blers renviaments da server."</string>
    <!-- no translation found for httpErrorUnsupportedScheme (5015730812906192208) -->
    <skip />
    <!-- no translation found for httpErrorFailedSslHandshake (96549606000658641) -->
    <skip />
    <!-- no translation found for httpErrorBadUrl (3636929722728881972) -->
    <skip />
    <!-- no translation found for httpErrorFile (2170788515052558676) -->
    <skip />
    <!-- no translation found for httpErrorFileNotFound (6203856612042655084) -->
    <skip />
    <string name="httpErrorTooManyRequests" msgid="1235396927087188253">"Actualmain vegnan memia bleras dumondas elavuradas. Empruvai pli tard anc ina giada."</string>
    <!-- no translation found for notification_title (8967710025036163822) -->
    <skip />
    <string name="contentServiceSync" msgid="8353523060269335667">"Sincronisar"</string>
    <string name="contentServiceSyncNotificationTitle" msgid="397743349191901458">"Sincronisar"</string>
    <string name="contentServiceTooManyDeletesNotificationDesc" msgid="8100981435080696431">"Memia blers cuntegns stizzads (<xliff:g id="CONTENT_TYPE">%s</xliff:g>)."</string>
    <!-- no translation found for low_memory (6494019234102154896) -->
    <skip />
    <!-- no translation found for low_memory (3475999286680000541) -->
    <skip />
    <string name="me" msgid="6545696007631404292">"Jau"</string>
    <!-- no translation found for power_dialog (8545351420865202853) -->
    <skip />
    <string name="power_dialog" product="default" msgid="1319919075463988638">"Opziuns dal telefon"</string>
    <string name="silent_mode" msgid="7167703389802618663">"Modus silenzius"</string>
    <string name="turn_on_radio" msgid="3912793092339962371">"Activar il modus senza fil"</string>
    <string name="turn_off_radio" msgid="8198784949987062346">"Deactivar il modus senza fil"</string>
    <string name="screen_lock" msgid="799094655496098153">"Bloccaziun dal visur"</string>
    <string name="power_off" msgid="4266614107412865048">"Serrar"</string>
    <!-- no translation found for silent_mode_silent (319298163018473078) -->
    <skip />
    <!-- no translation found for silent_mode_vibrate (7072043388581551395) -->
    <skip />
    <!-- no translation found for silent_mode_ring (8592241816194074353) -->
    <skip />
    <string name="shutdown_progress" msgid="2281079257329981203">"Vegn serrà..."</string>
    <!-- no translation found for shutdown_confirm (3385745179555731470) -->
    <skip />
    <!-- no translation found for shutdown_confirm (649792175242821353) -->
    <skip />
    <!-- no translation found for shutdown_confirm_question (2906544768881136183) -->
    <skip />
    <string name="recent_tasks_title" msgid="3691764623638127888">"Utilisà sco ultim"</string>
    <!-- no translation found for no_recent_tasks (8794906658732193473) -->
    <skip />
    <!-- no translation found for global_actions (408477140088053665) -->
    <skip />
    <string name="global_actions" product="default" msgid="2406416831541615258">"Opziuns dal telefon"</string>
    <string name="global_action_lock" msgid="2844945191792119712">"Bloccaziun dal visur"</string>
    <string name="global_action_power_off" msgid="4471879440839879722">"Metter ord funcziun"</string>
    <string name="global_action_toggle_silent_mode" msgid="8219525344246810925">"Modus silenzius"</string>
    <string name="global_action_silent_mode_on_status" msgid="3289841937003758806">"Il tun è deactivà."</string>
    <string name="global_action_silent_mode_off_status" msgid="1506046579177066419">"Il tun è activà."</string>
    <string name="global_actions_toggle_airplane_mode" msgid="5884330306926307456">"Modus d\'aviun"</string>
    <string name="global_actions_airplane_mode_on_status" msgid="2719557982608919750">"Il modus d\'aviun è activà"</string>
    <string name="global_actions_airplane_mode_off_status" msgid="5075070442854490296">"Il modus d\'aviun è deactivà."</string>
    <!-- no translation found for status_bar_notification_info_overflow (5301981741705354993) -->
    <skip />
    <string name="safeMode" msgid="2788228061547930246">"Modus segirà"</string>
    <string name="android_system_label" msgid="6577375335728551336">"Sistem Android"</string>
    <string name="permgrouplab_costMoney" msgid="5429808217861460401">"Servetschs che custan"</string>
    <!-- no translation found for permgroupdesc_costMoney (3293301903409869495) -->
    <skip />
    <string name="permgrouplab_messages" msgid="7521249148445456662">"Voss messadis"</string>
    <!-- no translation found for permgroupdesc_messages (7821999071003699236) -->
    <skip />
    <string name="permgrouplab_personalInfo" msgid="3519163141070533474">"Vossas infurmaziuns persunalas"</string>
    <!-- no translation found for permgroupdesc_personalInfo (6975389054186265786) -->
    <skip />
    <string name="permgroupdesc_personalInfo" product="default" msgid="5488050357388806068">"Acceder directamain als contacts ed al chalender memorisà sin il telefonin."</string>
    <string name="permgrouplab_location" msgid="635149742436692049">"Vossa posiziun"</string>
    <!-- no translation found for permgroupdesc_location (5704679763124170100) -->
    <skip />
    <string name="permgrouplab_network" msgid="5808983377727109831">"Communicaziun rait"</string>
    <!-- no translation found for permgroupdesc_network (4478299413241861987) -->
    <skip />
    <string name="permgrouplab_accounts" msgid="3359646291125325519">"Voss contos"</string>
    <string name="permgroupdesc_accounts" msgid="4948732641827091312">"Access als contos disponibels"</string>
    <string name="permgrouplab_hardwareControls" msgid="7998214968791599326">"Cumonds da la hardware"</string>
    <string name="permgroupdesc_hardwareControls" msgid="4357057861225462702">"Permetta d\'acceder directamain a la hardware da l\'apparat."</string>
    <string name="permgrouplab_phoneCalls" msgid="9067173988325865923">"Cloms"</string>
    <string name="permgroupdesc_phoneCalls" msgid="7489701620446183770">"\"Survegliar, registrar ed elavurar cloms da telefon.\""</string>
    <string name="permgrouplab_systemTools" msgid="4652191644082714048">"Utensils da sistem"</string>
    <string name="permgroupdesc_systemTools" msgid="8162102602190734305">"Access e controlla sin nivel datiers al sistem."</string>
    <string name="permgrouplab_developmentTools" msgid="3446164584710596513">"Utensils per sviluppaders"</string>
    <!-- no translation found for permgroupdesc_developmentTools (7058828032358142018) -->
    <skip />
    <string name="permgrouplab_storage" msgid="1971118770546336966">"Memoria"</string>
    <!-- no translation found for permgroupdesc_storage (7442318502446874999) -->
    <skip />
    <string name="permgroupdesc_storage" product="default" msgid="9203302214915355774">"Access a la carta SD."</string>
    <string name="permlab_statusBar" msgid="7417192629601890791">"deactivar u modifitgar la trav da status"</string>
    <!-- no translation found for permdesc_statusBar (8434669549504290975) -->
    <skip />
    <string name="permlab_statusBarService" msgid="7247281911387931485">"trav da status"</string>
    <!-- no translation found for permdesc_statusBarService (716113660795976060) -->
    <skip />
    <string name="permlab_expandStatusBar" msgid="1148198785937489264">"expander/reducir la trav da status"</string>
    <!-- no translation found for permdesc_expandStatusBar (6917549437129401132) -->
    <skip />
    <string name="permlab_processOutgoingCalls" msgid="1136262550878335980">"interceptar cloms sortints"</string>
    <!-- no translation found for permdesc_processOutgoingCalls (1152111671618301044) -->
    <skip />
    <string name="permlab_receiveSms" msgid="2697628268086208535">"retschaiver SMS"</string>
    <!-- no translation found for permdesc_receiveSms (8107887121893611793) -->
    <skip />
    <string name="permlab_receiveMms" msgid="8894700916188083287">"retschaiver MMS"</string>
    <!-- no translation found for permdesc_receiveMms (1424805308566612086) -->
    <skip />
    <!-- no translation found for permlab_receiveEmergencyBroadcast (1803477660846288089) -->
    <skip />
    <!-- no translation found for permdesc_receiveEmergencyBroadcast (848524070262431974) -->
    <skip />
    <string name="permlab_sendSms" msgid="5600830612147671529">"trametter messadis SMS"</string>
    <!-- no translation found for permdesc_sendSms (906546667507626156) -->
    <skip />
    <!-- no translation found for permlab_sendSmsNoConfirmation (4781483105951730228) -->
    <skip />
    <!-- no translation found for permdesc_sendSmsNoConfirmation (3437759207020400204) -->
    <skip />
    <string name="permlab_readSms" msgid="4085333708122372256">"leger SMS u MMS"</string>
    <!-- no translation found for permdesc_readSms (2341692916884515613) -->
    <skip />
    <!-- no translation found for permdesc_readSms (5653850482025875493) -->
    <skip />
    <string name="permlab_writeSms" msgid="6881122575154940744">"modifitgar SMS u MMS"</string>
    <!-- no translation found for permdesc_writeSms (5160413947794501538) -->
    <skip />
    <!-- no translation found for permdesc_writeSms (7268668709052328567) -->
    <skip />
    <string name="permlab_receiveWapPush" msgid="8258226427716551388">"retschaiver messadis WAP"</string>
    <!-- no translation found for permdesc_receiveWapPush (7983455145335316872) -->
    <skip />
    <!-- no translation found for permlab_getTasks (6466095396623933906) -->
    <skip />
    <!-- no translation found for permdesc_getTasks (6608159250520381359) -->
    <skip />
    <!-- no translation found for permlab_reorderTasks (2018575526934422779) -->
    <skip />
    <!-- no translation found for permdesc_reorderTasks (4175137612205663399) -->
    <skip />
    <!-- no translation found for permlab_removeTasks (6821513401870377403) -->
    <skip />
    <!-- no translation found for permdesc_removeTasks (1394714352062635493) -->
    <skip />
    <!-- no translation found for permlab_setScreenCompatibility (6975387118861842061) -->
    <skip />
    <!-- no translation found for permdesc_setScreenCompatibility (692043618693917374) -->
    <skip />
    <!-- no translation found for permlab_setDebugApp (3022107198686584052) -->
    <skip />
    <!-- no translation found for permdesc_setDebugApp (4474512416299013256) -->
    <skip />
    <string name="permlab_changeConfiguration" msgid="8214475779521218295">"modifitgar ils parameters da la UI"</string>
    <!-- no translation found for permdesc_changeConfiguration (4372223873154296076) -->
    <skip />
    <string name="permlab_enableCarMode" msgid="5684504058192921098">"activar il modus dad auto"</string>
    <!-- no translation found for permdesc_enableCarMode (4853187425751419467) -->
    <skip />
    <string name="permlab_killBackgroundProcesses" msgid="8373714752793061963">"interrumper ils process en il fund davos"</string>
    <!-- no translation found for permdesc_killBackgroundProcesses (931129103262126617) -->
    <skip />
    <!-- no translation found for permlab_forceStopPackages (2329627428832067700) -->
    <skip />
    <!-- no translation found for permdesc_forceStopPackages (5253157296183940812) -->
    <skip />
    <!-- no translation found for permlab_forceBack (652935204072584616) -->
    <skip />
    <!-- no translation found for permdesc_forceBack (3892295830419513623) -->
    <skip />
    <string name="permlab_dump" msgid="1681799862438954752">"verifitgar il status intern dal sistem"</string>
    <!-- no translation found for permdesc_dump (1778299088692290329) -->
    <skip />
    <!-- no translation found for permlab_retrieve_window_content (8022588608994589938) -->
    <skip />
    <!-- no translation found for permdesc_retrieve_window_content (3193269069469700265) -->
    <skip />
    <string name="permlab_shutdown" msgid="7185747824038909016">"serrar parzialmain"</string>
    <string name="permdesc_shutdown" msgid="7046500838746291775">"Metta l\'administratur dad activitads en in stadi da pausa. El na vegn betg serrà dal tut."</string>
    <string name="permlab_stopAppSwitches" msgid="4138608610717425573">"evitar il midar tranter applicaziuns"</string>
    <!-- no translation found for permdesc_stopAppSwitches (8262195802582255021) -->
    <skip />
    <!-- no translation found for permlab_runSetActivityWatcher (892239094867182656) -->
    <skip />
    <!-- no translation found for permdesc_runSetActivityWatcher (6003603162578577406) -->
    <skip />
    <string name="permlab_broadcastPackageRemoved" msgid="2576333434893532475">"trametter in broadcast senza pachet"</string>
    <!-- no translation found for permdesc_broadcastPackageRemoved (6621901216207931089) -->
    <skip />
    <string name="permlab_broadcastSmsReceived" msgid="5689095009030336593">"trametter in broadcast retschavì per SMS"</string>
    <!-- no translation found for permdesc_broadcastSmsReceived (4152037720034365492) -->
    <skip />
    <string name="permlab_broadcastWapPush" msgid="3145347413028582371">"trametter in broadcast retschavì da WAP-PUSH"</string>
    <!-- no translation found for permdesc_broadcastWapPush (4783402525039442729) -->
    <skip />
    <string name="permlab_setProcessLimit" msgid="2451873664363662666">"limitar il dumber maximal da process exequids"</string>
    <!-- no translation found for permdesc_setProcessLimit (7318061314040879542) -->
    <skip />
    <!-- no translation found for permlab_setAlwaysFinish (238828158465736054) -->
    <skip />
    <!-- no translation found for permdesc_setAlwaysFinish (7471310652868841499) -->
    <skip />
    <string name="permlab_batteryStats" msgid="7863923071360031652">"modifitgar las datas da l\'accu"</string>
    <!-- no translation found for permdesc_batteryStats (6835186932305744068) -->
    <skip />
    <string name="permlab_backup" msgid="470013022865453920">"controllar las copias da segirezza e la restauraziun dal sistem"</string>
    <!-- no translation found for permdesc_backup (6912230525140589891) -->
    <skip />
    <!-- no translation found for permlab_confirm_full_backup (5557071325804469102) -->
    <skip />
    <!-- no translation found for permdesc_confirm_full_backup (1748762171637699562) -->
    <skip />
    <string name="permlab_internalSystemWindow" msgid="2148563628140193231">"mussar fanestras betg autorisadas"</string>
    <!-- no translation found for permdesc_internalSystemWindow (7458387759461466397) -->
    <skip />
    <string name="permlab_systemAlertWindow" msgid="3372321942941168324">"mussar avertiments dal sistem"</string>
    <!-- no translation found for permdesc_systemAlertWindow (8507863469978066409) -->
    <skip />
    <string name="permlab_setAnimationScale" msgid="2805103241153907174">"modifitgar la sveltezza globala da las animaziuns"</string>
    <!-- no translation found for permdesc_setAnimationScale (7690063428924343571) -->
    <skip />
    <!-- no translation found for permlab_manageAppTokens (1286505717050121370) -->
    <skip />
    <!-- no translation found for permdesc_manageAppTokens (8043431713014395671) -->
    <skip />
    <string name="permlab_injectEvents" msgid="1378746584023586600">"smatgar tastas e tastas da controlla"</string>
    <!-- no translation found for permdesc_injectEvents (206352565599968632) -->
    <skip />
    <!-- no translation found for permdesc_injectEvents (653128057572326253) -->
    <skip />
    <string name="permlab_readInputState" msgid="469428900041249234">"registrar endataziuns sur la tastatura ed acziuns"</string>
    <!-- no translation found for permdesc_readInputState (8387754901688728043) -->
    <skip />
    <string name="permlab_bindInputMethod" msgid="3360064620230515776">"associar cun ina metoda d\'endataziun"</string>
    <!-- no translation found for permdesc_bindInputMethod (3250440322807286331) -->
    <skip />
    <!-- no translation found for permlab_bindTextService (7358378401915287938) -->
    <skip />
    <!-- no translation found for permdesc_bindTextService (8151968910973998670) -->
    <skip />
    <!-- no translation found for permlab_bindVpnService (4708596021161473255) -->
    <skip />
    <!-- no translation found for permdesc_bindVpnService (2067845564581693905) -->
    <skip />
    <string name="permlab_bindWallpaper" msgid="8716400279937856462">"sa fixar vid in fund davos"</string>
    <!-- no translation found for permdesc_bindWallpaper (7108428692595491668) -->
    <skip />
    <!-- no translation found for permlab_bindRemoteViews (5697987759897367099) -->
    <skip />
    <!-- no translation found for permdesc_bindRemoteViews (4717987810137692572) -->
    <skip />
    <string name="permlab_bindDeviceAdmin" msgid="8704986163711455010">"interacziun cun in administratur dad apparats"</string>
    <!-- no translation found for permdesc_bindDeviceAdmin (569715419543907930) -->
    <skip />
    <string name="permlab_setOrientation" msgid="3365947717163866844">"midar l\'orientaziun dal visur"</string>
    <!-- no translation found for permdesc_setOrientation (3046126619316671476) -->
    <skip />
    <!-- no translation found for permlab_setPointerSpeed (9175371613322562934) -->
    <skip />
    <!-- no translation found for permdesc_setPointerSpeed (6866563234274104233) -->
    <skip />
    <!-- no translation found for permlab_setKeyboardLayout (4778731703600909340) -->
    <skip />
    <!-- no translation found for permdesc_setKeyboardLayout (8480016771134175879) -->
    <skip />
    <!-- no translation found for permlab_signalPersistentProcesses (4539002991947376659) -->
    <skip />
    <!-- no translation found for permdesc_signalPersistentProcesses (4896992079182649141) -->
    <skip />
    <!-- no translation found for permlab_persistentActivity (8841113627955563938) -->
    <skip />
    <!-- no translation found for permdesc_persistentActivity (4909910271316074418) -->
    <skip />
    <!-- no translation found for permlab_deletePackages (184385129537705938) -->
    <skip />
    <!-- no translation found for permdesc_deletePackages (7411480275167205081) -->
    <skip />
    <!-- no translation found for permlab_clearAppUserData (274109191845842756) -->
    <skip />
    <!-- no translation found for permdesc_clearAppUserData (4625323684125459488) -->
    <skip />
    <!-- no translation found for permlab_deleteCacheFiles (3128665571837408675) -->
    <skip />
    <!-- no translation found for permdesc_deleteCacheFiles (3812998599006730196) -->
    <skip />
    <!-- no translation found for permlab_getPackageSize (7472921768357981986) -->
    <skip />
    <!-- no translation found for permdesc_getPackageSize (3921068154420738296) -->
    <skip />
    <!-- no translation found for permlab_installPackages (2199128482820306924) -->
    <skip />
    <!-- no translation found for permdesc_installPackages (5628530972548071284) -->
    <skip />
    <!-- no translation found for permlab_clearAppCache (7487279391723526815) -->
    <skip />
    <!-- no translation found for permdesc_clearAppCache (3523396284474042284) -->
    <skip />
    <!-- no translation found for permdesc_clearAppCache (5067988373366292186) -->
    <skip />
    <!-- no translation found for permlab_movePackage (3289890271645921411) -->
    <skip />
    <!-- no translation found for permdesc_movePackage (319562217778244524) -->
    <skip />
    <!-- no translation found for permlab_readLogs (6615778543198967614) -->
    <skip />
    <!-- no translation found for permdesc_readLogs (82061313293455151) -->
    <skip />
    <!-- no translation found for permdesc_readLogs (2063438140241560443) -->
    <skip />
    <!-- no translation found for permlab_anyCodecForPlayback (715805555823881818) -->
    <skip />
    <!-- no translation found for permdesc_anyCodecForPlayback (8283912488433189010) -->
    <skip />
    <string name="permlab_diagnostic" msgid="8076743953908000342">"leger/scriver en resursas che appartegnan a diagnostics"</string>
    <!-- no translation found for permdesc_diagnostic (6608295692002452283) -->
    <skip />
    <!-- no translation found for permlab_changeComponentState (6335576775711095931) -->
    <skip />
    <!-- no translation found for permdesc_changeComponentState (8887435740982237294) -->
    <skip />
    <!-- no translation found for permdesc_changeComponentState (1827232484416505615) -->
    <skip />
    <!-- no translation found for permlab_grantRevokePermissions (4627315351093508795) -->
    <skip />
    <!-- no translation found for permdesc_grantRevokePermissions (4088642654085850662) -->
    <skip />
    <!-- no translation found for permlab_setPreferredApplications (8463181628695396391) -->
    <skip />
    <!-- no translation found for permdesc_setPreferredApplications (4973986762241783712) -->
    <skip />
    <string name="permlab_writeSettings" msgid="1365523497395143704">"modifitgar parameters generals dal sistem"</string>
    <!-- no translation found for permdesc_writeSettings (7775723441558907181) -->
    <skip />
    <string name="permlab_writeSecureSettings" msgid="204676251876718288">"modifitgar ils parameters da segirezza dal sistem"</string>
    <!-- no translation found for permdesc_writeSecureSettings (8159535613020137391) -->
    <skip />
    <string name="permlab_writeGservices" msgid="2149426664226152185">"modifitgar Google Services Map"</string>
    <!-- no translation found for permdesc_writeGservices (1287309437638380229) -->
    <skip />
    <string name="permlab_receiveBootCompleted" msgid="7776779842866993377">"aviar automaticamain suenter ch\'il sistem è avià"</string>
    <!-- no translation found for permdesc_receiveBootCompleted (7390304664116880704) -->
    <skip />
    <!-- no translation found for permdesc_receiveBootCompleted (513950589102617504) -->
    <skip />
    <string name="permlab_broadcastSticky" msgid="7919126372606881614">"trametter in broadcast permanent"</string>
    <!-- no translation found for permdesc_broadcastSticky (1181582512022829259) -->
    <skip />
    <!-- no translation found for permdesc_broadcastSticky (3287869131621514325) -->
    <skip />
    <string name="permlab_readContacts" msgid="6219652189510218240">"leger las datas da contact"</string>
    <!-- no translation found for permdesc_readContacts (4028657556924039119) -->
    <skip />
    <!-- no translation found for permdesc_readContacts (2032222056456498547) -->
    <skip />
    <string name="permlab_writeContacts" msgid="644616215860933284">"scriver datas da contact"</string>
    <!-- no translation found for permdesc_writeContacts (988969759110632978) -->
    <skip />
    <!-- no translation found for permdesc_writeContacts (5075164818647934067) -->
    <skip />
    <!-- no translation found for permlab_readCallLog (3478133184624102739) -->
    <skip />
    <!-- no translation found for permdesc_readCallLog (3995157599976515002) -->
    <skip />
    <!-- no translation found for permdesc_readCallLog (3452017559804750758) -->
    <skip />
    <!-- no translation found for permlab_writeCallLog (8552045664743499354) -->
    <skip />
    <!-- no translation found for permdesc_writeCallLog (6661806062274119245) -->
    <skip />
    <!-- no translation found for permdesc_writeCallLog (683941736352787842) -->
    <skip />
    <!-- no translation found for permlab_readProfile (6824681438529842282) -->
    <skip />
    <!-- no translation found for permdesc_readProfile (94520753797630679) -->
    <skip />
    <!-- no translation found for permlab_writeProfile (4679878325177177400) -->
    <skip />
    <!-- no translation found for permdesc_writeProfile (4637366723793045603) -->
    <skip />
    <!-- no translation found for permlab_readSocialStream (1268920956152419170) -->
    <skip />
    <!-- no translation found for permdesc_readSocialStream (3419050808547335320) -->
    <skip />
    <!-- no translation found for permlab_writeSocialStream (3504179222493235645) -->
    <skip />
    <!-- no translation found for permdesc_writeSocialStream (3496277176955721451) -->
    <skip />
    <!-- no translation found for permlab_readCalendar (5972727560257612398) -->
    <skip />
    <!-- no translation found for permdesc_readCalendar (2338414551004122687) -->
    <skip />
    <!-- no translation found for permdesc_readCalendar (5693933067751827753) -->
    <skip />
    <!-- no translation found for permlab_writeCalendar (8438874755193825647) -->
    <skip />
    <!-- no translation found for permdesc_writeCalendar (2243771395254848873) -->
    <skip />
    <string name="permlab_accessMockLocation" msgid="8688334974036823330">"creaziun da funtaunas da posiziun fictivas per motivs da test"</string>
    <!-- no translation found for permdesc_accessMockLocation (7577931556422993949) -->
    <skip />
    <string name="permlab_accessLocationExtraCommands" msgid="2836308076720553837">"access als cumonds supplementars da purschiders da posiziuns geograficas"</string>
    <!-- no translation found for permdesc_accessLocationExtraCommands (6737736970602176133) -->
    <skip />
    <string name="permlab_installLocationProvider" msgid="6578101199825193873">"permetter l\'installaziun d\'in purschider da servetschs da localisaziun"</string>
    <!-- no translation found for permdesc_installLocationProvider (1742577679350078373) -->
    <skip />
    <string name="permlab_accessFineLocation" msgid="8116127007541369477">"posiziun exacta (GPS)"</string>
    <!-- no translation found for permdesc_accessFineLocation (5326423948268164934) -->
    <skip />
    <!-- no translation found for permdesc_accessFineLocation (7130267914433890869) -->
    <skip />
    <string name="permlab_accessCoarseLocation" msgid="4642255009181975828">"Posiziun geografica approximativa (sin basa da la rait)"</string>
    <!-- no translation found for permdesc_accessCoarseLocation (5460726396318105483) -->
    <skip />
    <!-- no translation found for permdesc_accessCoarseLocation (8900795778057579522) -->
    <skip />
    <string name="permlab_accessSurfaceFlinger" msgid="2363969641792388947">"access a SurfaceFlinger"</string>
    <!-- no translation found for permdesc_accessSurfaceFlinger (1041619516733293551) -->
    <skip />
    <string name="permlab_readFrameBuffer" msgid="6690504248178498136">"leger il paraculp da frame"</string>
    <!-- no translation found for permdesc_readFrameBuffer (4937405521809454680) -->
    <skip />
    <string name="permlab_modifyAudioSettings" msgid="6095859937069146086">"modifitgar Voss parameters audio"</string>
    <!-- no translation found for permdesc_modifyAudioSettings (7343951185408396919) -->
    <skip />
    <string name="permlab_recordAudio" msgid="3876049771427466323">"registrar audio"</string>
    <!-- no translation found for permdesc_recordAudio (2387462233976248635) -->
    <skip />
    <string name="permlab_camera" msgid="3616391919559751192">"fotografar e registrar videos"</string>
    <!-- no translation found for permdesc_camera (1507407407002492176) -->
    <skip />
    <!-- no translation found for permlab_brick (2961292205764488304) -->
    <skip />
    <string name="permlab_brick" product="default" msgid="8337817093326370537">"deactivar permanentamain il telefonin"</string>
    <!-- no translation found for permdesc_brick (4334818808001699530) -->
    <skip />
    <!-- no translation found for permdesc_brick (5788903297627283099) -->
    <skip />
    <!-- no translation found for permlab_reboot (3436634972561795002) -->
    <skip />
    <string name="permlab_reboot" product="default" msgid="2898560872462638242">"sfurzar il telefonin da reaviar"</string>
    <!-- no translation found for permdesc_reboot (8172056180063700741) -->
    <skip />
    <!-- no translation found for permdesc_reboot (5326008124289989969) -->
    <skip />
    <string name="permlab_mount_unmount_filesystems" msgid="1761023272170956541">"montar e demontar sistems da datotecas"</string>
    <!-- no translation found for permdesc_mount_unmount_filesystems (1829290701658992347) -->
    <skip />
    <string name="permlab_mount_format_filesystems" msgid="5523285143576718981">"formataziun da la memoria externa"</string>
    <!-- no translation found for permdesc_mount_format_filesystems (8784268246779198627) -->
    <skip />
    <!-- no translation found for permlab_asec_access (3411338632002193846) -->
    <skip />
    <!-- no translation found for permdesc_asec_access (3094563844593878548) -->
    <skip />
    <!-- no translation found for permlab_asec_create (6414757234789336327) -->
    <skip />
    <!-- no translation found for permdesc_asec_create (4558869273585856876) -->
    <skip />
    <!-- no translation found for permlab_asec_destroy (526928328301618022) -->
    <skip />
    <!-- no translation found for permdesc_asec_destroy (7218749286145526537) -->
    <skip />
    <!-- no translation found for permlab_asec_mount_unmount (8877998101944999386) -->
    <skip />
    <!-- no translation found for permdesc_asec_mount_unmount (3451360114902490929) -->
    <skip />
    <!-- no translation found for permlab_asec_rename (7496633954080472417) -->
    <skip />
    <!-- no translation found for permdesc_asec_rename (1794757588472127675) -->
    <skip />
    <string name="permlab_vibrate" msgid="7768356019980849603">"controllar la vibraziun"</string>
    <!-- no translation found for permdesc_vibrate (6284989245902300945) -->
    <skip />
    <string name="permlab_flashlight" msgid="2155920810121984215">"controllar la glischina"</string>
    <!-- no translation found for permdesc_flashlight (6522284794568368310) -->
    <skip />
    <!-- no translation found for permlab_manageUsb (1113453430645402723) -->
    <skip />
    <!-- no translation found for permdesc_manageUsb (7776155430218239833) -->
    <skip />
    <!-- no translation found for permlab_accessMtp (4953468676795917042) -->
    <skip />
    <!-- no translation found for permdesc_accessMtp (6532961200486791570) -->
    <skip />
    <string name="permlab_hardware_test" msgid="4148290860400659146">"testar la hardware"</string>
    <!-- no translation found for permdesc_hardware_test (6597964191208016605) -->
    <skip />
    <string name="permlab_callPhone" msgid="3925836347681847954">"telefonar directamain a numers da telefon"</string>
    <!-- no translation found for permdesc_callPhone (6396463004110544744) -->
    <skip />
    <string name="permlab_callPrivileged" msgid="4198349211108497879">"telefonar directamain a mintga numer"</string>
    <!-- no translation found for permdesc_callPrivileged (1689024901509996810) -->
    <skip />
    <!-- no translation found for permlab_performCdmaProvisioning (4842576994144604821) -->
    <skip />
    <string name="permlab_performCdmaProvisioning" product="default" msgid="5604848095315421425">"aviar directamain la configuraziun dal telefonin CDMA"</string>
    <!-- no translation found for permdesc_performCdmaProvisioning (1994193538802314186) -->
    <skip />
    <string name="permlab_locationUpdates" msgid="7785408253364335740">"controllar ils avis ad actualisaziuns da la posiziun geografica"</string>
    <!-- no translation found for permdesc_locationUpdates (1120741557891438876) -->
    <skip />
    <string name="permlab_checkinProperties" msgid="7855259461268734914">"access a las caracteristicas check-in"</string>
    <!-- no translation found for permdesc_checkinProperties (4024526968630194128) -->
    <skip />
    <string name="permlab_bindGadget" msgid="776905339015863471">"tscherner ils widgets"</string>
    <!-- no translation found for permdesc_bindGadget (8261326938599049290) -->
    <skip />
    <string name="permlab_modifyPhoneState" msgid="8423923777659292228">"modifitgar il status dal telefon"</string>
    <!-- no translation found for permdesc_modifyPhoneState (1029877529007686732) -->
    <skip />
    <string name="permlab_readPhoneState" msgid="2326172951448691631">"leger il status e l\'identitad dal telefon"</string>
    <!-- no translation found for permdesc_readPhoneState (5127767618743602782) -->
    <skip />
    <!-- no translation found for permlab_wakeLock (1531731435011495015) -->
    <skip />
    <string name="permlab_wakeLock" product="default" msgid="573480187941496130">"evitar ch\'il telefon midia en il modus stand-by"</string>
    <!-- no translation found for permdesc_wakeLock (7311319824400447868) -->
    <skip />
    <!-- no translation found for permdesc_wakeLock (8559100677372928754) -->
    <skip />
    <!-- no translation found for permlab_devicePower (2787034722616350417) -->
    <skip />
    <string name="permlab_devicePower" product="default" msgid="4928622470980943206">"metter en/ord funcziun l\'apparat"</string>
    <!-- no translation found for permdesc_devicePower (6689862878984631831) -->
    <skip />
    <!-- no translation found for permdesc_devicePower (6037057348463131032) -->
    <skip />
    <string name="permlab_factoryTest" msgid="3715225492696416187">"exequir en il modus da test da fabrica"</string>
    <!-- no translation found for permdesc_factoryTest (3952059318359653091) -->
    <skip />
    <string name="permdesc_factoryTest" product="default" msgid="8136644990319244802">"Permetta d\'exequir sco test da fabrica datiers al nivel dal sistem cun autorisar l\'access a la hardware dal telefonin. Questa funcziunalitad è mo disponibla sch\'il telefonin sa chatta en il modus da test da fabrica."</string>
    <string name="permlab_setWallpaper" msgid="6627192333373465143">"definir la culissa"</string>
    <!-- no translation found for permdesc_setWallpaper (7373447920977624745) -->
    <skip />
    <string name="permlab_setWallpaperHints" msgid="3600721069353106851">"definir ils indicaturs da grondezza per il fund davos"</string>
    <!-- no translation found for permdesc_setWallpaperHints (8235784384223730091) -->
    <skip />
    <string name="permlab_masterClear" msgid="2315750423139697397">"reinizialisar il sistem cun ses parameters originals"</string>
    <!-- no translation found for permdesc_masterClear (3665380492633910226) -->
    <skip />
    <string name="permlab_setTime" msgid="2021614829591775646">"drizzar l\'ura"</string>
    <!-- no translation found for permdesc_setTime (1896341438151152881) -->
    <skip />
    <!-- no translation found for permdesc_setTime (1855702730738020) -->
    <skip />
    <string name="permlab_setTimeZone" msgid="2945079801013077340">"definir la zona d\'urari"</string>
    <!-- no translation found for permdesc_setTimeZone (1676983712315827645) -->
    <skip />
    <!-- no translation found for permdesc_setTimeZone (4499943488436633398) -->
    <skip />
    <string name="permlab_accountManagerService" msgid="4829262349691386986">"agir sco administratur da contos"</string>
    <!-- no translation found for permdesc_accountManagerService (1948455552333615954) -->
    <skip />
    <string name="permlab_getAccounts" msgid="4549918644233460103">"tschertgar contos enconuschents"</string>
    <!-- no translation found for permdesc_getAccounts (3238360555257773358) -->
    <skip />
    <!-- no translation found for permdesc_getAccounts (2735689364629830348) -->
    <skip />
    <string name="permlab_authenticateAccounts" msgid="3940505577982882450">"agir sco autentificatur da contos"</string>
    <!-- no translation found for permdesc_authenticateAccounts (5472124296908977260) -->
    <skip />
    <string name="permlab_manageAccounts" msgid="4440380488312204365">"administrar la glista da contos"</string>
    <!-- no translation found for permdesc_manageAccounts (8698295625488292506) -->
    <skip />
    <string name="permlab_useCredentials" msgid="6401886092818819856">"utilisar las infurmaziuns dad autentificaziun dad in conto"</string>
    <!-- no translation found for permdesc_useCredentials (7984227147403346422) -->
    <skip />
    <string name="permlab_accessNetworkState" msgid="6865575199464405769">"mussar il status da la rait"</string>
    <!-- no translation found for permdesc_accessNetworkState (479772796952547198) -->
    <skip />
    <string name="permlab_createNetworkSockets" msgid="9121633680349549585">"access cumplet a l\'internet"</string>
    <!-- no translation found for permdesc_createNetworkSockets (5963922297444265950) -->
    <skip />
    <!-- no translation found for permlab_writeApnSettings (505660159675751896) -->
    <skip />
    <!-- no translation found for permdesc_writeApnSettings (5333798886412714193) -->
    <skip />
    <string name="permlab_changeNetworkState" msgid="958884291454327309">"modifitgar la connectivitad da la rait"</string>
    <!-- no translation found for permdesc_changeNetworkState (6789123912476416214) -->
    <skip />
    <!-- no translation found for permlab_changeTetherState (5952584964373017960) -->
    <skip />
    <!-- no translation found for permdesc_changeTetherState (1524441344412319780) -->
    <skip />
    <string name="permlab_changeBackgroundDataSetting" msgid="1400666012671648741">"modifitgar il parameter d\'utilisaziun da datas dal fund davos"</string>
    <!-- no translation found for permdesc_changeBackgroundDataSetting (5347729578468744379) -->
    <skip />
    <string name="permlab_accessWifiState" msgid="8100926650211034400">"mussar il status WLAN"</string>
    <!-- no translation found for permdesc_accessWifiState (7770452658226256831) -->
    <skip />
    <string name="permlab_changeWifiState" msgid="7280632711057112137">"modifitgar il status WLAN"</string>
    <!-- no translation found for permdesc_changeWifiState (7399961004537946240) -->
    <skip />
    <string name="permlab_changeWifiMulticastState" msgid="1368253871483254784">"permetter la recepziun da multicast WLAN"</string>
    <!-- no translation found for permdesc_changeWifiMulticastState (7633598524564320817) -->
    <skip />
    <!-- no translation found for permlab_bluetoothAdmin (3606576270792236062) -->
    <skip />
    <!-- no translation found for permdesc_bluetoothAdmin (6921177471748882137) -->
    <skip />
    <!-- no translation found for permdesc_bluetoothAdmin (8931682159331542137) -->
    <skip />
    <!-- no translation found for permlab_accessWimaxState (1232061307208861588) -->
    <skip />
    <!-- no translation found for permdesc_accessWimaxState (5914958077555177749) -->
    <skip />
    <!-- no translation found for permlab_changeWimaxState (2405042267131496579) -->
    <skip />
    <!-- no translation found for permdesc_changeWimaxState (3328853825006455912) -->
    <skip />
    <string name="permlab_bluetooth" msgid="8361038707857018732">"stabilir connexiuns bluetooth"</string>
    <!-- no translation found for permdesc_bluetooth (7007851048416363446) -->
    <skip />
    <!-- no translation found for permdesc_bluetooth (31846362767164948) -->
    <skip />
    <!-- no translation found for permlab_nfc (4423351274757876953) -->
    <skip />
    <!-- no translation found for permdesc_nfc (7120611819401789907) -->
    <skip />
    <string name="permlab_disableKeyguard" msgid="4977406164311535092">"deactivar la bloccaziun da la tastatura"</string>
    <!-- no translation found for permdesc_disableKeyguard (6231611286892232626) -->
    <skip />
    <string name="permlab_readSyncSettings" msgid="6201810008230503052">"leger ils parameters da sincronisaziun"</string>
    <!-- no translation found for permdesc_readSyncSettings (5464056785274229278) -->
    <skip />
    <string name="permlab_writeSyncSettings" msgid="6297138566442486462">"scriver configuraziuns da sincronisaziun"</string>
    <!-- no translation found for permdesc_writeSyncSettings (1466056564502117130) -->
    <skip />
    <string name="permlab_readSyncStats" msgid="7396577451360202448">"leger las statisticas da sincronisaziun"</string>
    <!-- no translation found for permdesc_readSyncStats (3801971839939951678) -->
    <skip />
    <string name="permlab_subscribedFeedsRead" msgid="4756609637053353318">"leger feeds abunads"</string>
    <!-- no translation found for permdesc_subscribedFeedsRead (5557058907906144505) -->
    <skip />
    <string name="permlab_subscribedFeedsWrite" msgid="9015246325408209296">"scriver feeds abunads"</string>
    <!-- no translation found for permdesc_subscribedFeedsWrite (6928930188826089413) -->
    <skip />
    <!-- no translation found for permlab_readDictionary (8410247960433376352) -->
    <skip />
    <!-- no translation found for permdesc_readDictionary (8977815988329283705) -->
    <skip />
    <!-- no translation found for permlab_writeDictionary (2296383164914812772) -->
    <skip />
    <!-- no translation found for permdesc_writeDictionary (8185385716255065291) -->
    <skip />
    <!-- no translation found for permlab_sdcardRead (4086221374639183281) -->
    <skip />
    <!-- no translation found for permlab_sdcardRead (8537875151845139539) -->
    <skip />
    <!-- no translation found for permdesc_sdcardRead (1055302898999352339) -->
    <skip />
    <!-- no translation found for permdesc_sdcardRead (7947792373570683542) -->
    <skip />
    <!-- no translation found for permlab_sdcardWrite (85430876310764752) -->
    <skip />
    <string name="permlab_sdcardWrite" product="default" msgid="8079403759001777291">"modifitgar/stizzar cuntegns da la carta SD"</string>
    <!-- no translation found for permdesc_sdcardWrite (6175406299445710888) -->
    <skip />
    <!-- no translation found for permdesc_sdcardWrite (4337417790936632090) -->
    <skip />
    <!-- no translation found for permlab_mediaStorageWrite (6859839199706879015) -->
    <skip />
    <!-- no translation found for permdesc_mediaStorageWrite (8189160597698529185) -->
    <skip />
    <string name="permlab_cache_filesystem" msgid="5656487264819669824">"access al sistem da datotecas da cache"</string>
    <!-- no translation found for permdesc_cache_filesystem (5578967642265550955) -->
    <skip />
    <!-- no translation found for permlab_use_sip (5986952362795870502) -->
    <skip />
    <!-- no translation found for permdesc_use_sip (4717632000062674294) -->
    <skip />
    <!-- no translation found for permlab_readNetworkUsageHistory (7862593283611493232) -->
    <skip />
    <!-- no translation found for permdesc_readNetworkUsageHistory (7689060749819126472) -->
    <skip />
    <!-- no translation found for permlab_manageNetworkPolicy (2562053592339859990) -->
    <skip />
    <!-- no translation found for permdesc_manageNetworkPolicy (7537586771559370668) -->
    <skip />
    <!-- no translation found for permlab_modifyNetworkAccounting (5088217309088729650) -->
    <skip />
    <!-- no translation found for permdesc_modifyNetworkAccounting (5443412866746198123) -->
    <skip />
    <!-- no translation found for policylab_limitPassword (4497420728857585791) -->
    <skip />
    <!-- no translation found for policydesc_limitPassword (3252114203919510394) -->
    <skip />
    <!-- no translation found for policylab_watchLogin (914130646942199503) -->
    <skip />
    <!-- no translation found for policydesc_watchLogin (3215729294215070072) -->
    <skip />
    <!-- no translation found for policydesc_watchLogin (5712323091846761073) -->
    <skip />
    <!-- no translation found for policylab_resetPassword (2620077191242688955) -->
    <skip />
    <!-- no translation found for policydesc_resetPassword (605963962301904458) -->
    <skip />
    <!-- no translation found for policylab_forceLock (2274085384704248431) -->
    <skip />
    <!-- no translation found for policydesc_forceLock (1141797588403827138) -->
    <skip />
    <string name="policylab_wipeData" msgid="3910545446758639713">"Stizzar tut las datas"</string>
    <!-- no translation found for policydesc_wipeData (4306184096067756876) -->
    <skip />
    <!-- no translation found for policydesc_wipeData (5096895604574188391) -->
    <skip />
    <string name="policylab_setGlobalProxy" msgid="2784828293747791446">"Definir il proxy global da l\'apparat"</string>
    <string name="policydesc_setGlobalProxy" msgid="6387497466660154931">"Definir il proxy global da l\'apparat che duai vegnir utilisà sche la directiva è activada. Mo l\'emprim administratur dad apparats definescha il vair proxy global."</string>
    <!-- no translation found for policylab_expirePassword (885279151847254056) -->
    <skip />
    <!-- no translation found for policydesc_expirePassword (1729725226314691591) -->
    <skip />
    <!-- no translation found for policylab_encryptedStorage (8901326199909132915) -->
    <skip />
    <!-- no translation found for policydesc_encryptedStorage (2637732115325316992) -->
    <skip />
    <!-- no translation found for policylab_disableCamera (6395301023152297826) -->
    <skip />
    <!-- no translation found for policydesc_disableCamera (2306349042834754597) -->
    <skip />
  <string-array name="phoneTypes">
    <item msgid="8901098336658710359">"Privat"</item>
    <item msgid="869923650527136615">"Telefonin"</item>
    <item msgid="7897544654242874543">"Lavur"</item>
    <item msgid="1103601433382158155">"Fax (lavur)"</item>
    <item msgid="1735177144948329370">"Fax (privat)"</item>
    <item msgid="603878674477207394">"Pager"</item>
    <item msgid="1650824275177931637">"Auter"</item>
    <item msgid="9192514806975898961">"Persunalisà"</item>
  </string-array>
  <string-array name="emailAddressTypes">
    <item msgid="8073994352956129127">"Privat"</item>
    <item msgid="7084237356602625604">"Lavur"</item>
    <item msgid="1112044410659011023">"Auter"</item>
    <item msgid="2374913952870110618">"Persunalisà"</item>
  </string-array>
  <string-array name="postalAddressTypes">
    <item msgid="6880257626740047286">"Privat"</item>
    <item msgid="5629153956045109251">"Lavur"</item>
    <item msgid="4966604264500343469">"Auter"</item>
    <item msgid="4932682847595299369">"Persunalisà"</item>
  </string-array>
  <string-array name="imAddressTypes">
    <item msgid="1738585194601476694">"Privat"</item>
    <item msgid="1359644565647383708">"Lavur"</item>
    <item msgid="7868549401053615677">"Auter"</item>
    <item msgid="3145118944639869809">"Persunalisà"</item>
  </string-array>
  <string-array name="organizationTypes">
    <item msgid="7546335612189115615">"Lavur"</item>
    <item msgid="4378074129049520373">"Auter"</item>
    <item msgid="3455047468583965104">"Persunalisà"</item>
  </string-array>
  <string-array name="imProtocols">
    <item msgid="8595261363518459565">"AIM"</item>
    <item msgid="7390473628275490700">"Windows Live"</item>
    <item msgid="7882877134931458217">"Yahoo"</item>
    <item msgid="5035376313200585242">"Skype"</item>
    <item msgid="7532363178459444943">"QQ"</item>
    <item msgid="3713441034299660749">"Google Talk"</item>
    <item msgid="2506857312718630823">"ICQ"</item>
    <item msgid="1648797903785279353">"Jabber"</item>
  </string-array>
    <string name="phoneTypeCustom" msgid="1644738059053355820">"Persunalisà"</string>
    <string name="phoneTypeHome" msgid="2570923463033985887">"Privat"</string>
    <string name="phoneTypeMobile" msgid="6501463557754751037">"Telefonin"</string>
    <string name="phoneTypeWork" msgid="8863939667059911633">"Lavur"</string>
    <string name="phoneTypeFaxWork" msgid="3517792160008890912">"Fax (lavur)"</string>
    <string name="phoneTypeFaxHome" msgid="2067265972322971467">"Fax (privat)"</string>
    <string name="phoneTypePager" msgid="7582359955394921732">"Pager"</string>
    <string name="phoneTypeOther" msgid="1544425847868765990">"Auter"</string>
    <string name="phoneTypeCallback" msgid="2712175203065678206">"Clom enavos"</string>
    <string name="phoneTypeCar" msgid="8738360689616716982">"Auto"</string>
    <string name="phoneTypeCompanyMain" msgid="540434356461478916">"Firma (numer principal)"</string>
    <string name="phoneTypeIsdn" msgid="8022453193171370337">"ISDN"</string>
    <string name="phoneTypeMain" msgid="6766137010628326916">"Numer principal"</string>
    <string name="phoneTypeOtherFax" msgid="8587657145072446565">"Ulteriur numer da fax"</string>
    <string name="phoneTypeRadio" msgid="4093738079908667513">"Radio"</string>
    <string name="phoneTypeTelex" msgid="3367879952476250512">"Telex"</string>
    <string name="phoneTypeTtyTdd" msgid="8606514378585000044">"TTY/TDD"</string>
    <string name="phoneTypeWorkMobile" msgid="1311426989184065709">"Telefonin (fatschenta)"</string>
    <string name="phoneTypeWorkPager" msgid="649938731231157056">"Pager (fatschenta)"</string>
    <string name="phoneTypeAssistant" msgid="5596772636128562884">"Segund numer"</string>
    <string name="phoneTypeMms" msgid="7254492275502768992">"MMS"</string>
    <!-- no translation found for eventTypeCustom (7837586198458073404) -->
    <skip />
    <string name="eventTypeBirthday" msgid="2813379844211390740">"Anniversari"</string>
    <string name="eventTypeAnniversary" msgid="3876779744518284000">"Anniversari"</string>
    <!-- no translation found for eventTypeOther (7388178939010143077) -->
    <skip />
    <string name="emailTypeCustom" msgid="8525960257804213846">"Persunalisà"</string>
    <string name="emailTypeHome" msgid="449227236140433919">"Privat"</string>
    <string name="emailTypeWork" msgid="3548058059601149973">"Lavur"</string>
    <string name="emailTypeOther" msgid="2923008695272639549">"Auter"</string>
    <string name="emailTypeMobile" msgid="119919005321166205">"Telefonin"</string>
    <string name="postalTypeCustom" msgid="8903206903060479902">"Persunalisà"</string>
    <string name="postalTypeHome" msgid="8165756977184483097">"Privat"</string>
    <string name="postalTypeWork" msgid="5268172772387694495">"Da fatschenta"</string>
    <string name="postalTypeOther" msgid="2726111966623584341">"Auter"</string>
    <string name="imTypeCustom" msgid="2074028755527826046">"Persunalisà"</string>
    <string name="imTypeHome" msgid="6241181032954263892">"Privat"</string>
    <string name="imTypeWork" msgid="1371489290242433090">"Lavur"</string>
    <string name="imTypeOther" msgid="5377007495735915478">"Auter"</string>
    <string name="imProtocolCustom" msgid="6919453836618749992">"Persunalisà"</string>
    <string name="imProtocolAim" msgid="7050360612368383417">"AIM"</string>
    <string name="imProtocolMsn" msgid="144556545420769442">"Windows Live"</string>
    <string name="imProtocolYahoo" msgid="8271439408469021273">"Yahoo"</string>
    <string name="imProtocolSkype" msgid="9019296744622832951">"Skype"</string>
    <string name="imProtocolQq" msgid="8887484379494111884">"QQ"</string>
    <string name="imProtocolGoogleTalk" msgid="3808393979157698766">"Google Talk"</string>
    <string name="imProtocolIcq" msgid="1574870433606517315">"ICQ"</string>
    <string name="imProtocolJabber" msgid="2279917630875771722">"Jabber"</string>
    <string name="imProtocolNetMeeting" msgid="8287625655986827971">"NetMeeting"</string>
    <string name="orgTypeWork" msgid="29268870505363872">"Lavur"</string>
    <string name="orgTypeOther" msgid="3951781131570124082">"Auter"</string>
    <string name="orgTypeCustom" msgid="225523415372088322">"Persunalisà"</string>
    <!-- no translation found for relationTypeCustom (3542403679827297300) -->
    <skip />
    <!-- no translation found for relationTypeAssistant (6274334825195379076) -->
    <skip />
    <!-- no translation found for relationTypeBrother (8757913506784067713) -->
    <skip />
    <!-- no translation found for relationTypeChild (1890746277276881626) -->
    <skip />
    <!-- no translation found for relationTypeDomesticPartner (6904807112121122133) -->
    <skip />
    <!-- no translation found for relationTypeFather (5228034687082050725) -->
    <skip />
    <!-- no translation found for relationTypeFriend (7313106762483391262) -->
    <skip />
    <!-- no translation found for relationTypeManager (6365677861610137895) -->
    <skip />
    <!-- no translation found for relationTypeMother (4578571352962758304) -->
    <skip />
    <!-- no translation found for relationTypeParent (4755635567562925226) -->
    <skip />
    <!-- no translation found for relationTypePartner (7266490285120262781) -->
    <skip />
    <!-- no translation found for relationTypeReferredBy (101573059844135524) -->
    <skip />
    <!-- no translation found for relationTypeRelative (1799819930085610271) -->
    <skip />
    <!-- no translation found for relationTypeSister (1735983554479076481) -->
    <skip />
    <!-- no translation found for relationTypeSpouse (394136939428698117) -->
    <skip />
    <!-- no translation found for sipAddressTypeCustom (2473580593111590945) -->
    <skip />
    <!-- no translation found for sipAddressTypeHome (6093598181069359295) -->
    <skip />
    <!-- no translation found for sipAddressTypeWork (6920725730797099047) -->
    <skip />
    <!-- no translation found for sipAddressTypeOther (4408436162950119849) -->
    <skip />
    <!-- no translation found for keyguard_password_enter_pin_code (3037685796058495017) -->
    <skip />
    <!-- no translation found for keyguard_password_enter_puk_code (4800725266925845333) -->
    <skip />
    <!-- no translation found for keyguard_password_enter_puk_prompt (1341112146710087048) -->
    <skip />
    <!-- no translation found for keyguard_password_enter_pin_prompt (8027680321614196258) -->
    <skip />
    <!-- no translation found for keyguard_password_entry_touch_hint (7858547464982981384) -->
    <skip />
    <!-- no translation found for keyguard_password_enter_password_code (1054721668279049780) -->
    <skip />
    <!-- no translation found for keyguard_password_enter_pin_password_code (6391755146112503443) -->
    <skip />
    <!-- no translation found for keyguard_password_wrong_pin_code (2422225591006134936) -->
    <skip />
    <string name="keyguard_label_text" msgid="861796461028298424">"Smatgai per debloccar sin la tasta Menu e lura sin 0."</string>
    <string name="emergency_call_dialog_number_for_display" msgid="696192103195090970">"Numer d\'urgenza"</string>
    <!-- no translation found for lockscreen_carrier_default (8963839242565653192) -->
    <skip />
    <string name="lockscreen_screen_locked" msgid="7288443074806832904">"Visur bloccà."</string>
    <string name="lockscreen_instructions_when_pattern_enabled" msgid="46154051614126049">"Smatgai la tasta Menu per debloccar il telefonin u telefonar sin in numer d\'urgenza."</string>
    <string name="lockscreen_instructions_when_pattern_disabled" msgid="686260028797158364">"Smatgar la tasta da menu per debloccar."</string>
    <string name="lockscreen_pattern_instructions" msgid="7478703254964810302">"Dissegnai il schema per debloccar il telefon"</string>
    <string name="lockscreen_emergency_call" msgid="5347633784401285225">"Numer d\'urgenza"</string>
    <string name="lockscreen_return_to_call" msgid="5244259785500040021">"Enavos al clom"</string>
    <string name="lockscreen_pattern_correct" msgid="9039008650362261237">"Correct!"</string>
    <!-- no translation found for lockscreen_pattern_wrong (4317955014948108794) -->
    <skip />
    <!-- no translation found for lockscreen_password_wrong (5737815393253165301) -->
    <skip />
    <!-- no translation found for faceunlock_multiple_failures (754137583022792429) -->
    <skip />
    <!-- no translation found for lockscreen_plugged_in (8057762828355572315) -->
    <skip />
    <string name="lockscreen_charged" msgid="4938930459620989972">"Chargià"</string>
    <!-- no translation found for lockscreen_battery_short (4477264849386850266) -->
    <skip />
    <string name="lockscreen_low_battery" msgid="1482873981919249740">"Connectai Voss chargiader."</string>
    <string name="lockscreen_missing_sim_message_short" msgid="7381499217732227295">"Nagina carta SIM."</string>
    <!-- no translation found for lockscreen_missing_sim_message (151659196095791474) -->
    <skip />
    <string name="lockscreen_missing_sim_message" product="default" msgid="2186920585695169078">"En il telefon na sa chatta nagina carta SIM."</string>
    <!-- no translation found for lockscreen_missing_sim_instructions (5372787138023272615) -->
    <skip />
    <!-- no translation found for lockscreen_missing_sim_instructions_long (3526573099019319472) -->
    <skip />
    <!-- no translation found for lockscreen_permanent_disabled_sim_instructions (910904643433151371) -->
    <skip />
    <!-- no translation found for lockscreen_transport_prev_description (201594905152746886) -->
    <skip />
    <!-- no translation found for lockscreen_transport_next_description (6089297650481292363) -->
    <skip />
    <!-- no translation found for lockscreen_transport_pause_description (7659088786780128001) -->
    <skip />
    <!-- no translation found for lockscreen_transport_play_description (5888422938351019426) -->
    <skip />
    <!-- no translation found for lockscreen_transport_stop_description (4562318378766987601) -->
    <skip />
    <string name="emergency_calls_only" msgid="6733978304386365407">"Mo cloms d\'urgenza"</string>
    <string name="lockscreen_network_locked_message" msgid="143389224986028501">"Rait bloccada"</string>
    <!-- no translation found for lockscreen_sim_puk_locked_message (7441797339976230) -->
    <skip />
    <!-- no translation found for lockscreen_sim_puk_locked_instructions (8127916255245181063) -->
    <skip />
    <string name="lockscreen_sim_locked_message" msgid="8066660129206001039">"La carta SIM è bloccada."</string>
    <string name="lockscreen_sim_unlock_progress_dialog_message" msgid="595323214052881264">"Debloccar la carta SIM..."</string>
    <!-- no translation found for lockscreen_too_many_failed_attempts_dialog_message (6481623830344107222) -->
    <skip />
    <!-- no translation found for lockscreen_too_many_failed_password_attempts_dialog_message (2725973286239344555) -->
    <skip />
    <!-- no translation found for lockscreen_too_many_failed_pin_attempts_dialog_message (6216672706545696955) -->
    <skip />
    <!-- no translation found for lockscreen_failed_attempts_almost_glogin (9191611984625460820) -->
    <skip />
    <!-- no translation found for lockscreen_failed_attempts_almost_glogin (2590227559763762751) -->
    <skip />
    <!-- no translation found for lockscreen_failed_attempts_almost_at_wipe (6128106399745755604) -->
    <skip />
    <!-- no translation found for lockscreen_failed_attempts_almost_at_wipe (8603565142156826565) -->
    <skip />
    <!-- no translation found for lockscreen_failed_attempts_now_wiping (280873516493934365) -->
    <skip />
    <!-- no translation found for lockscreen_failed_attempts_now_wiping (3025504721764922246) -->
    <skip />
    <string name="lockscreen_too_many_failed_attempts_countdown" msgid="6251480343394389665">"Empruvar anc ina giada en <xliff:g id="NUMBER">%d</xliff:g> secundas."</string>
    <string name="lockscreen_forgot_pattern_button_text" msgid="2626999449610695930">"Emblidà il schema?"</string>
    <string name="lockscreen_glogin_forgot_pattern" msgid="2588521501166032747">"Debloccaziun dal conto"</string>
    <!-- no translation found for lockscreen_glogin_too_many_attempts (2751368605287288808) -->
    <skip />
    <!-- no translation found for lockscreen_glogin_instructions (3931816256100707784) -->
    <skip />
    <string name="lockscreen_glogin_username_hint" msgid="8846881424106484447">"Num d\'utilisader (e-mail)"</string>
    <string name="lockscreen_glogin_password_hint" msgid="5958028383954738528">"Pled-clav"</string>
    <string name="lockscreen_glogin_submit_button" msgid="7130893694795786300">"S\'annunziar"</string>
    <string name="lockscreen_glogin_invalid_input" msgid="1364051473347485908">"Num d\'utilisader u pled-clav nunvalid."</string>
    <!-- no translation found for lockscreen_glogin_account_recovery_hint (1696924763690379073) -->
    <skip />
    <!-- no translation found for lockscreen_glogin_checking_password (7114627351286933867) -->
    <skip />
    <string name="lockscreen_unlock_label" msgid="737440483220667054">"Debloccar"</string>
    <string name="lockscreen_sound_on_label" msgid="9068877576513425970">"Tun activà"</string>
    <string name="lockscreen_sound_off_label" msgid="996822825154319026">"Tun deactivà"</string>
    <!-- no translation found for lockscreen_access_pattern_start (3941045502933142847) -->
    <skip />
    <!-- no translation found for lockscreen_access_pattern_cleared (5583479721001639579) -->
    <skip />
    <!-- no translation found for lockscreen_access_pattern_cell_added (6756031208359292487) -->
    <skip />
    <!-- no translation found for lockscreen_access_pattern_detected (4988730895554057058) -->
    <skip />
    <string name="password_keyboard_label_symbol_key" msgid="992280756256536042">"?123"</string>
    <string name="password_keyboard_label_alpha_key" msgid="8001096175167485649">"ABC"</string>
    <string name="password_keyboard_label_alt_key" msgid="1284820942620288678">"ALT"</string>
    <!-- no translation found for hour_ampm (4584338083529355982) -->
    <skip />
    <!-- no translation found for hour_cap_ampm (2083465992940444366) -->
    <skip />
    <string name="factorytest_failed" msgid="5410270329114212041">"Il test da fabrica n\'è betg reussì"</string>
    <string name="factorytest_not_system" msgid="4435201656767276723">"L\'acziun FACTORY_TEST vegn mo sustegnida per pachets installads en /system/app."</string>
    <string name="factorytest_no_action" msgid="872991874799998561">"Betg chattà in pachet che porscha l\'acziun FACTORY_TEST."</string>
    <string name="factorytest_reboot" msgid="6320168203050791643">"Reaviar il sistem"</string>
    <!-- no translation found for js_dialog_title (1987483977834603872) -->
    <skip />
    <string name="js_dialog_title_default" msgid="6961903213729667573">"JavaScript"</string>
    <!-- no translation found for js_dialog_before_unload (730366588032430474) -->
    <skip />
    <string name="save_password_label" msgid="6860261758665825069">"Confermar"</string>
    <!-- no translation found for double_tap_toast (4595046515400268881) -->
    <skip />
    <!-- no translation found for autofill_this_form (4616758841157816676) -->
    <skip />
    <!-- no translation found for setup_autofill (7103495070180590814) -->
    <skip />
    <!-- no translation found for autofill_address_name_separator (6350145154779706772) -->
    <skip />
    <!-- no translation found for autofill_address_summary_name_format (3268041054899214945) -->
    <skip />
    <!-- no translation found for autofill_address_summary_separator (7483307893170324129) -->
    <skip />
    <!-- no translation found for autofill_address_summary_format (4874459455786827344) -->
    <skip />
    <!-- no translation found for autofill_province (2231806553863422300) -->
    <skip />
    <!-- no translation found for autofill_postal_code (4696430407689377108) -->
    <skip />
    <!-- no translation found for autofill_state (6988894195520044613) -->
    <skip />
    <!-- no translation found for autofill_zip_code (8697544592627322946) -->
    <skip />
    <!-- no translation found for autofill_county (237073771020362891) -->
    <skip />
    <!-- no translation found for autofill_island (4020100875984667025) -->
    <skip />
    <!-- no translation found for autofill_district (8400735073392267672) -->
    <skip />
    <!-- no translation found for autofill_department (5343279462564453309) -->
    <skip />
    <!-- no translation found for autofill_prefecture (2028499485065800419) -->
    <skip />
    <!-- no translation found for autofill_parish (8202206105468820057) -->
    <skip />
    <!-- no translation found for autofill_area (3547409050889952423) -->
    <skip />
    <!-- no translation found for autofill_emirate (2893880978835698818) -->
    <skip />
    <string name="permlab_readHistoryBookmarks" msgid="1284843728203412135">"leger la cronologia ed ils segnapaginas dal navigatur"</string>
    <!-- no translation found for permdesc_readHistoryBookmarks (4577476392604595921) -->
    <skip />
    <string name="permlab_writeHistoryBookmarks" msgid="9009434109836280374">"scriver en la cronologia ed en ils segnapaginas dal navigatur"</string>
    <!-- no translation found for permdesc_writeHistoryBookmarks (1757103804824209530) -->
    <skip />
    <!-- no translation found for permdesc_writeHistoryBookmarks (6693764355720719197) -->
    <skip />
    <!-- no translation found for permlab_setAlarm (5924401328803615165) -->
    <skip />
    <!-- no translation found for permdesc_setAlarm (316392039157473848) -->
    <skip />
    <!-- no translation found for permlab_addVoicemail (5525660026090959044) -->
    <skip />
    <!-- no translation found for permdesc_addVoicemail (6604508651428252437) -->
    <skip />
    <!-- no translation found for permlab_writeGeolocationPermissions (5962224158955273932) -->
    <skip />
    <!-- no translation found for permdesc_writeGeolocationPermissions (1083743234522638747) -->
    <skip />
    <!-- no translation found for permlab_packageVerificationAgent (5568139100645829117) -->
    <skip />
    <!-- no translation found for permdesc_packageVerificationAgent (8437590190990843381) -->
    <skip />
    <!-- no translation found for permlab_bindPackageVerifier (4187786793360326654) -->
    <skip />
    <!-- no translation found for permdesc_bindPackageVerifier (3180741773233862126) -->
    <skip />
    <!-- no translation found for permlab_serialPort (546083327654631076) -->
    <skip />
    <!-- no translation found for permdesc_serialPort (2991639985224598193) -->
    <skip />
    <!-- no translation found for permlab_accessContentProvidersExternally (5077774297943409285) -->
    <skip />
    <!-- no translation found for permdesc_accessContentProvidersExternally (4544346486697853685) -->
    <skip />
    <!-- no translation found for permlab_updateLock (3527558366616680889) -->
    <skip />
    <!-- no translation found for permdesc_updateLock (1655625832166778492) -->
    <skip />
    <string name="save_password_message" msgid="767344687139195790">"Vulais Vus ch\'il navigatur memorisescha quest pled-clav?"</string>
    <string name="save_password_notnow" msgid="6389675316706699758">"Betg ussa"</string>
    <string name="save_password_remember" msgid="6491879678996749466">"Memorisar"</string>
    <string name="save_password_never" msgid="8274330296785855105">"Mai"</string>
    <!-- no translation found for open_permission_deny (7374036708316629800) -->
    <skip />
    <string name="text_copied" msgid="4985729524670131385">"Il text è vegnì copià en l\'archiv provisoric."</string>
    <string name="more_item_label" msgid="4650918923083320495">"Dapli"</string>
    <string name="prepend_shortcut_label" msgid="2572214461676015642">"Menu+"</string>
    <string name="menu_space_shortcut_label" msgid="2410328639272162537">"spazi"</string>
    <string name="menu_enter_shortcut_label" msgid="2743362785111309668">"enter"</string>
    <string name="menu_delete_shortcut_label" msgid="3658178007202748164">"stizzar"</string>
    <string name="search_go" msgid="8298016669822141719">"Tschertgar"</string>
    <!-- no translation found for searchview_description_search (6749826639098512120) -->
    <skip />
    <!-- no translation found for searchview_description_query (5911778593125355124) -->
    <skip />
    <!-- no translation found for searchview_description_clear (1330281990951833033) -->
    <skip />
    <!-- no translation found for searchview_description_submit (2688450133297983542) -->
    <skip />
    <!-- no translation found for searchview_description_voice (2453203695674994440) -->
    <skip />
    <string name="oneMonthDurationPast" msgid="7396384508953779925">"Avant 1 mais"</string>
    <string name="beforeOneMonthDurationPast" msgid="909134546836499826">"Avant dapli ch\'in mais"</string>
  <plurals name="num_seconds_ago">
    <item quantity="one" msgid="4869870056547896011">"Avant 1 secunda"</item>
    <item quantity="other" msgid="3903706804349556379">"Avant <xliff:g id="COUNT">%d</xliff:g> secundas"</item>
  </plurals>
  <plurals name="num_minutes_ago">
    <item quantity="one" msgid="3306787433088810191">"Avant 1 minuta"</item>
    <item quantity="other" msgid="2176942008915455116">"Avant <xliff:g id="COUNT">%d</xliff:g> minutas"</item>
  </plurals>
  <plurals name="num_hours_ago">
    <item quantity="one" msgid="9150797944610821849">"Avant 1 ura"</item>
    <item quantity="other" msgid="2467273239587587569">"Avant <xliff:g id="COUNT">%d</xliff:g> uras"</item>
  </plurals>
  <plurals name="last_num_days">
    <item quantity="other" msgid="3069992808164318268">"Ultims <xliff:g id="COUNT">%d</xliff:g> dis"</item>
  </plurals>
    <string name="last_month" msgid="3959346739979055432">"L\'ultim mais"</string>
    <string name="older" msgid="5211975022815554840">"Pli vegl"</string>
  <plurals name="num_days_ago">
    <item quantity="one" msgid="861358534398115820">"ier"</item>
    <item quantity="other" msgid="2479586466153314633">"Avant <xliff:g id="COUNT">%d</xliff:g> dis"</item>
  </plurals>
  <plurals name="in_num_seconds">
    <item quantity="one" msgid="2729745560954905102">"en 1 secunda"</item>
    <item quantity="other" msgid="1241926116443974687">"en <xliff:g id="COUNT">%d</xliff:g> secundas"</item>
  </plurals>
  <plurals name="in_num_minutes">
    <item quantity="one" msgid="8793095251325200395">"en 1 minuta"</item>
    <item quantity="other" msgid="3330713936399448749">"en <xliff:g id="COUNT">%d</xliff:g> minutas"</item>
  </plurals>
  <plurals name="in_num_hours">
    <item quantity="one" msgid="7164353342477769999">"en 1 ura"</item>
    <item quantity="other" msgid="547290677353727389">"en <xliff:g id="COUNT">%d</xliff:g> uras"</item>
  </plurals>
  <plurals name="in_num_days">
    <item quantity="one" msgid="5413088743009839518">"damaun"</item>
    <item quantity="other" msgid="5109449375100953247">"en <xliff:g id="COUNT">%d</xliff:g> dis"</item>
  </plurals>
  <plurals name="abbrev_num_seconds_ago">
    <item quantity="one" msgid="1849036840200069118">"avant 1 secunda"</item>
    <item quantity="other" msgid="3699169366650930415">"avant <xliff:g id="COUNT">%d</xliff:g> secundas"</item>
  </plurals>
  <plurals name="abbrev_num_minutes_ago">
    <item quantity="one" msgid="6361490147113871545">"avant 1 minuta"</item>
    <item quantity="other" msgid="851164968597150710">"avant <xliff:g id="COUNT">%d</xliff:g> minutas"</item>
  </plurals>
  <plurals name="abbrev_num_hours_ago">
    <item quantity="one" msgid="4796212039724722116">"avant 1 ura"</item>
    <item quantity="other" msgid="6889970745748538901">"Avant <xliff:g id="COUNT">%d</xliff:g> uras"</item>
  </plurals>
  <plurals name="abbrev_num_days_ago">
    <item quantity="one" msgid="8463161711492680309">"ier"</item>
    <item quantity="other" msgid="3453342639616481191">"Avant <xliff:g id="COUNT">%d</xliff:g> dis"</item>
  </plurals>
  <plurals name="abbrev_in_num_seconds">
    <item quantity="one" msgid="5842225370795066299">"en 1 secunda"</item>
    <item quantity="other" msgid="5495880108825805108">"en <xliff:g id="COUNT">%d</xliff:g> secundas"</item>
  </plurals>
  <plurals name="abbrev_in_num_minutes">
    <item quantity="one" msgid="562786149928284878">"en 1 minuta"</item>
    <item quantity="other" msgid="4216113292706568726">"en <xliff:g id="COUNT">%d</xliff:g> minutas"</item>
  </plurals>
  <plurals name="abbrev_in_num_hours">
    <item quantity="one" msgid="3274708118124045246">"en 1 ura"</item>
    <item quantity="other" msgid="3705373766798013406">"en <xliff:g id="COUNT">%d</xliff:g> uras"</item>
  </plurals>
  <plurals name="abbrev_in_num_days">
    <item quantity="one" msgid="2178576254385739855">"damaun"</item>
    <item quantity="other" msgid="2973062968038355991">"en <xliff:g id="COUNT">%d</xliff:g> dis"</item>
  </plurals>
    <string name="preposition_for_date" msgid="9093949757757445117">"il(s) <xliff:g id="DATE">%s</xliff:g>"</string>
    <string name="preposition_for_time" msgid="5506831244263083793">"las <xliff:g id="TIME">%s</xliff:g>"</string>
    <string name="preposition_for_year" msgid="5040395640711867177">"l\'onn <xliff:g id="YEAR">%s</xliff:g>"</string>
    <string name="day" msgid="8144195776058119424">"di"</string>
    <string name="days" msgid="4774547661021344602">"dis"</string>
    <string name="hour" msgid="2126771916426189481">"ura"</string>
    <string name="hours" msgid="894424005266852993">"Uras"</string>
    <string name="minute" msgid="9148878657703769868">"min"</string>
    <string name="minutes" msgid="5646001005827034509">"minutas"</string>
    <string name="second" msgid="3184235808021478">"sec"</string>
    <string name="seconds" msgid="3161515347216589235">"s"</string>
    <string name="week" msgid="5617961537173061583">"emna"</string>
    <string name="weeks" msgid="6509623834583944518">"emnas"</string>
    <string name="year" msgid="4001118221013892076">"onn"</string>
    <string name="years" msgid="6881577717993213522">"onns"</string>
    <!-- no translation found for VideoView_error_title (3534509135438353077) -->
    <skip />
    <!-- no translation found for VideoView_error_text_invalid_progressive_playback (3186670335938670444) -->
    <skip />
    <!-- no translation found for VideoView_error_text_unknown (3450439155187810085) -->
    <skip />
    <string name="VideoView_error_button" msgid="2822238215100679592">"OK"</string>
    <string name="relative_time" msgid="1818557177829411417">"\"<xliff:g id="DATE">%1$s</xliff:g>, <xliff:g id="TIME">%2$s</xliff:g>\""</string>
    <string name="noon" msgid="7245353528818587908">"mezdi"</string>
    <string name="Noon" msgid="3342127745230013127">"Mezdi"</string>
    <string name="midnight" msgid="7166259508850457595">"mesanotg"</string>
    <string name="Midnight" msgid="5630806906897892201">"Mesanotg"</string>
    <string name="elapsed_time_short_format_mm_ss" msgid="4431555943828711473">"<xliff:g id="MINUTES">%1$02d</xliff:g>:<xliff:g id="SECONDS">%2$02d</xliff:g>"</string>
    <string name="elapsed_time_short_format_h_mm_ss" msgid="1846071997616654124">"<xliff:g id="HOURS">%1$d</xliff:g>:<xliff:g id="MINUTES">%2$02d</xliff:g>:<xliff:g id="SECONDS">%3$02d</xliff:g>"</string>
    <string name="selectAll" msgid="6876518925844129331">"Tscherner tut"</string>
    <string name="cut" msgid="3092569408438626261">"Tagliar ora"</string>
    <string name="copy" msgid="2681946229533511987">"Copiar"</string>
    <string name="paste" msgid="5629880836805036433">"Encollar"</string>
    <!-- no translation found for replace (5781686059063148930) -->
    <skip />
    <!-- no translation found for delete (6098684844021697789) -->
    <skip />
    <string name="copyUrl" msgid="2538211579596067402">"Copiar l\'URL"</string>
    <!-- no translation found for selectTextMode (1018691815143165326) -->
    <skip />
    <string name="textSelectionCABTitle" msgid="5236850394370820357">"Selecziun da text"</string>
    <!-- no translation found for addToDictionary (9090375111134433012) -->
    <skip />
    <!-- no translation found for deleteText (7070985395199629156) -->
    <skip />
    <string name="inputMethod" msgid="1653630062304567879">"Metoda d\'endataziun"</string>
    <string name="editTextMenuTitle" msgid="4909135564941815494">"Acziuns da text"</string>
    <string name="low_internal_storage_view_title" msgid="1399732408701697546">"Pauca capacitad da memorisar"</string>
    <!-- no translation found for low_internal_storage_view_text (4231085657068852042) -->
    <skip />
    <string name="low_internal_storage_view_text" product="default" msgid="635106544616378836">"Mo pli pauca capacitad da memorisar."</string>
    <string name="ok" msgid="5970060430562524910">"OK"</string>
    <string name="cancel" msgid="6442560571259935130">"Interrumper"</string>
    <string name="yes" msgid="5362982303337969312">"OK"</string>
    <string name="no" msgid="5141531044935541497">"Interrumper"</string>
    <string name="dialog_alert_title" msgid="2049658708609043103">"Attenziun"</string>
    <!-- no translation found for loading (7933681260296021180) -->
    <skip />
    <string name="capital_on" msgid="1544682755514494298">"ACTIVÀ"</string>
    <string name="capital_off" msgid="6815870386972805832">"DEACTIVÀ"</string>
    <string name="whichApplication" msgid="4533185947064773386">"Cumplettar l\'acziun cun"</string>
    <string name="alwaysUse" msgid="4583018368000610438">"Utilisar questa applicaziun sco standard per questa acziun."</string>
    <!-- no translation found for clearDefaultHintMsg (3252584689512077257) -->
    <skip />
    <!-- no translation found for chooseActivity (7486876147751803333) -->
    <skip />
    <!-- no translation found for chooseUsbActivity (6894748416073583509) -->
    <skip />
    <!-- no translation found for noApplications (2991814273936504689) -->
    <skip />
    <string name="aerr_title" msgid="1905800560317137752"></string>
    <!-- no translation found for aerr_application (932628488013092776) -->
    <skip />
    <!-- no translation found for aerr_process (4507058997035697579) -->
    <skip />
    <string name="anr_title" msgid="4351948481459135709"></string>
    <!-- no translation found for anr_activity_application (1904477189057199066) -->
    <skip />
    <!-- no translation found for anr_activity_process (5776209883299089767) -->
    <skip />
    <!-- no translation found for anr_application_process (8941757607340481057) -->
    <skip />
    <!-- no translation found for anr_process (6513209874880517125) -->
    <skip />
    <!-- no translation found for force_close (8346072094521265605) -->
    <skip />
    <string name="report" msgid="4060218260984795706">"Rapport"</string>
    <string name="wait" msgid="7147118217226317732">"Spetgar"</string>
    <!-- no translation found for webpage_unresponsive (3272758351138122503) -->
    <skip />
    <!-- no translation found for launch_warning_title (1547997780506713581) -->
    <skip />
    <!-- no translation found for launch_warning_replace (6202498949970281412) -->
    <skip />
    <!-- no translation found for launch_warning_original (188102023021668683) -->
    <skip />
    <!-- no translation found for screen_compat_mode_scale (3202955667675944499) -->
    <skip />
    <!-- no translation found for screen_compat_mode_show (4013878876486655892) -->
    <skip />
    <!-- no translation found for screen_compat_mode_hint (1064524084543304459) -->
    <skip />
    <!-- no translation found for smv_application (3307209192155442829) -->
    <skip />
    <string name="smv_process" msgid="5120397012047462446">"Il process <xliff:g id="PROCESS">%1$s</xliff:g> ha violà sia atgna directiva StrictMode."</string>
    <!-- no translation found for android_upgrading_title (1584192285441405746) -->
    <skip />
    <!-- no translation found for android_upgrading_apk (7904042682111526169) -->
    <skip />
    <!-- no translation found for android_upgrading_starting_apps (451464516346926713) -->
    <skip />
    <!-- no translation found for android_upgrading_complete (1405954754112999229) -->
    <skip />
    <string name="heavy_weight_notification" msgid="9087063985776626166">"<xliff:g id="APP">%1$s</xliff:g> vegn exequida"</string>
    <!-- no translation found for heavy_weight_notification_detail (1721681741617898865) -->
    <skip />
    <!-- no translation found for heavy_weight_switcher_title (7153167085403298169) -->
    <skip />
    <!-- no translation found for heavy_weight_switcher_text (7022631924534406403) -->
    <skip />
    <string name="old_app_action" msgid="493129172238566282">"Turnar a <xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
    <!-- no translation found for old_app_description (2082094275580358049) -->
    <skip />
    <string name="new_app_action" msgid="5472756926945440706">"Aviar <xliff:g id="OLD_APP">%1$s</xliff:g>"</string>
    <!-- no translation found for new_app_description (1932143598371537340) -->
    <skip />
    <!-- no translation found for sendText (5209874571959469142) -->
    <skip />
    <string name="volume_ringtone" msgid="6885421406845734650">"Volumen dal tun da scalin"</string>
    <string name="volume_music" msgid="5421651157138628171">"Volumen da medias"</string>
    <string name="volume_music_hint_playing_through_bluetooth" msgid="9165984379394601533">"Reproducir tras bluetooth"</string>
    <!-- no translation found for volume_music_hint_silent_ringtone_selected (8310739960973156272) -->
    <skip />
    <string name="volume_call" msgid="3941680041282788711">"Volumen dals cloms entrants"</string>
    <string name="volume_bluetooth_call" msgid="2002891926351151534">"Volumen da cloms entrants da bluetooth"</string>
    <string name="volume_alarm" msgid="1985191616042689100">"Volumen dal svegliarin"</string>
    <string name="volume_notification" msgid="2422265656744276715">"Volumen dals avis"</string>
    <string name="volume_unknown" msgid="1400219669770445902">"Volumen"</string>
    <!-- no translation found for volume_icon_description_bluetooth (6538894177255964340) -->
    <skip />
    <!-- no translation found for volume_icon_description_ringer (3326003847006162496) -->
    <skip />
    <!-- no translation found for volume_icon_description_incall (8890073218154543397) -->
    <skip />
    <!-- no translation found for volume_icon_description_media (4217311719665194215) -->
    <skip />
    <!-- no translation found for volume_icon_description_notification (7044986546477282274) -->
    <skip />
    <string name="ringtone_default" msgid="3789758980357696936">"Tun da scalin predefinì"</string>
    <string name="ringtone_default_with_actual" msgid="8129563480895990372">"Tun da scalin predefinì (<xliff:g id="ACTUAL_RINGTONE">%1$s</xliff:g>)"</string>
    <string name="ringtone_silent" msgid="4440324407807468713">"Silenzius"</string>
    <string name="ringtone_picker_title" msgid="3515143939175119094">"Tuns da scalin"</string>
    <string name="ringtone_unknown" msgid="5477919988701784788">"Tun da scalin nunenconuschent"</string>
  <plurals name="wifi_available">
    <item quantity="one" msgid="6654123987418168693">"Rait WLAN disponibla"</item>
    <item quantity="other" msgid="4192424489168397386">"Raits WLAN disponiblas"</item>
  </plurals>
  <plurals name="wifi_available_detailed">
    <item quantity="one" msgid="1634101450343277345">"Rait WLAN averta disponibla"</item>
    <item quantity="other" msgid="7915895323644292768">"Raits WLAN avertas disponiblas"</item>
  </plurals>
    <!-- no translation found for wifi_available_sign_in (4029489716605255386) -->
    <skip />
    <!-- no translation found for wifi_available_sign_in_detailed (6797764740339907572) -->
    <skip />
    <!-- no translation found for wifi_watchdog_network_disabled (7904214231651546347) -->
    <skip />
    <!-- no translation found for wifi_watchdog_network_disabled_detailed (5548780776418332675) -->
    <skip />
    <!-- no translation found for wifi_p2p_dialog_title (97611782659324517) -->
    <skip />
    <!-- no translation found for wifi_p2p_turnon_message (2909250942299627244) -->
    <skip />
    <!-- no translation found for wifi_p2p_failed_message (3763669677935623084) -->
    <skip />
    <!-- no translation found for wifi_p2p_enabled_notification_title (2068321881673734886) -->
    <skip />
    <!-- no translation found for wifi_p2p_enabled_notification_message (1638949953993894335) -->
    <skip />
    <!-- no translation found for accept (1645267259272829559) -->
    <skip />
    <!-- no translation found for decline (2112225451706137894) -->
    <skip />
    <!-- no translation found for wifi_p2p_invitation_sent_title (1318975185112070734) -->
    <skip />
    <!-- no translation found for wifi_p2p_invitation_to_connect_title (4958803948658533637) -->
    <skip />
    <!-- no translation found for wifi_p2p_from_message (570389174731951769) -->
    <skip />
    <!-- no translation found for wifi_p2p_to_message (248968974522044099) -->
    <skip />
    <!-- no translation found for wifi_p2p_enter_pin_message (5920929550367828970) -->
    <skip />
    <!-- no translation found for wifi_p2p_show_pin_message (8530563323880921094) -->
    <skip />
    <string name="select_character" msgid="3365550120617701745">"Inserir in caracter"</string>
    <!-- no translation found for sms_control_default_app_name (3058577482636640465) -->
    <skip />
    <string name="sms_control_title" msgid="7296612781128917719">"Trametter messadis SMS"</string>
    <!-- no translation found for sms_control_message (4073755190243093924) -->
    <skip />
    <string name="sms_control_yes" msgid="2532062172402615953">"OK"</string>
    <string name="sms_control_no" msgid="1715320703137199869">"Interrumper"</string>
    <!-- no translation found for sim_removed_title (6227712319223226185) -->
    <skip />
    <!-- no translation found for sim_removed_message (2333164559970958645) -->
    <skip />
    <!-- no translation found for sim_done_button (827949989369963775) -->
    <skip />
    <!-- no translation found for sim_added_title (3719670512889674693) -->
    <skip />
    <!-- no translation found for sim_added_message (6599945301141050216) -->
    <skip />
    <!-- no translation found for sim_restart_button (4722407842815232347) -->
    <skip />
    <!-- no translation found for time_picker_dialog_title (8349362623068819295) -->
    <skip />
    <!-- no translation found for date_picker_dialog_title (5879450659453782278) -->
    <skip />
    <string name="date_time_set" msgid="5777075614321087758">"Definir"</string>
    <!-- no translation found for date_time_done (2507683751759308828) -->
    <skip />
    <string name="default_permission_group" msgid="2690160991405646128">"Standard"</string>
    <!-- no translation found for perms_new_perm_prefix (8257740710754301407) -->
    <skip />
    <string name="no_permissions" msgid="7283357728219338112">"Naginas permissiuns obligatoricas"</string>
    <string name="perms_hide" msgid="7283915391320676226"><b>"Zuppentar"</b></string>
    <string name="perms_show_all" msgid="2671791163933091180"><b>"Mussar tut"</b></string>
    <!-- no translation found for usb_storage_activity_title (4465055157209648641) -->
    <skip />
    <string name="usb_storage_title" msgid="5901459041398751495">"Connectà cun agid d\'in cabel USB"</string>
    <!-- no translation found for usb_storage_message (3308538094316477839) -->
    <skip />
    <!-- no translation found for usb_storage_message (805351000446037811) -->
    <skip />
    <string name="usb_storage_button_mount" msgid="1052259930369508235">"Activar la memoria USB"</string>
    <!-- no translation found for usb_storage_error_message (3017045217365540658) -->
    <skip />
    <!-- no translation found for usb_storage_error_message (2876018512716970313) -->
    <skip />
    <string name="usb_storage_notification_title" msgid="8175892554757216525">"Connectà cun in cabel USB"</string>
    <!-- no translation found for usb_storage_notification_message (939822783828183763) -->
    <skip />
    <string name="usb_storage_stop_notification_title" msgid="2336058396663516017">"Deactivar la memoria USB"</string>
    <!-- no translation found for usb_storage_stop_notification_message (1656852098555623822) -->
    <skip />
    <string name="usb_storage_stop_title" msgid="660129851708775853">"La memoria USB vegn gest utilisada"</string>
    <!-- no translation found for usb_storage_stop_message (4264025280777219521) -->
    <skip />
    <!-- no translation found for usb_storage_stop_message (8043969782460613114) -->
    <skip />
    <string name="usb_storage_stop_button_mount" msgid="7060218034900696029">"Deactivar l\'apparat periferic da memoria USB"</string>
    <!-- no translation found for usb_storage_stop_error_message (1970374898263063836) -->
    <skip />
    <string name="dlg_confirm_kill_storage_users_title" msgid="963039033470478697">"Activar la memoria USB"</string>
    <!-- no translation found for dlg_confirm_kill_storage_users_text (5100428757107469454) -->
    <skip />
    <!-- no translation found for dlg_error_title (7323658469626514207) -->
    <skip />
    <string name="dlg_ok" msgid="7376953167039865701">"OK"</string>
    <!-- no translation found for usb_mtp_notification_title (3699913097391550394) -->
    <skip />
    <!-- no translation found for usb_ptp_notification_title (1960817192216064833) -->
    <skip />
    <!-- no translation found for usb_cd_installer_notification_title (6774712827892090754) -->
    <skip />
    <!-- no translation found for usb_accessory_notification_title (7848236974087653666) -->
    <skip />
    <!-- no translation found for usb_notification_message (2290859399983720271) -->
    <skip />
    <!-- no translation found for extmedia_format_title (9020092196061007262) -->
    <skip />
    <!-- no translation found for extmedia_format_title (3648415921526526069) -->
    <skip />
    <!-- no translation found for extmedia_format_message (3934016853425761078) -->
    <skip />
    <!-- no translation found for extmedia_format_message (14131895027543830) -->
    <skip />
    <string name="extmedia_format_button_format" msgid="4131064560127478695">"Format"</string>
    <string name="adb_active_notification_title" msgid="6729044778949189918">"Debugging USB connectà"</string>
    <!-- no translation found for adb_active_notification_message (1016654627626476142) -->
    <skip />
    <!-- no translation found for select_input_method (4653387336791222978) -->
    <skip />
    <!-- no translation found for configure_input_methods (9091652157722495116) -->
    <skip />
    <!-- no translation found for use_physical_keyboard (6203112478095117625) -->
    <skip />
    <!-- no translation found for hardware (7517821086888990278) -->
    <skip />
    <string name="fast_scroll_alphabet" msgid="5433275485499039199">" ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
    <string name="fast_scroll_numeric_alphabet" msgid="4030170524595123610">" 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ"</string>
    <string name="candidates_style" msgid="4333913089637062257"><u>"candidats"</u></string>
    <!-- no translation found for ext_media_checking_notification_title (3449816005351468560) -->
    <skip />
    <string name="ext_media_checking_notification_title" product="default" msgid="5457603418970994050">"Preparaziun da la carta SD"</string>
    <string name="ext_media_checking_notification_message" msgid="8287319882926737053">"Tschertgar errurs"</string>
    <!-- no translation found for ext_media_nofs_notification_title (7788040745686229307) -->
    <skip />
    <string name="ext_media_nofs_notification_title" product="default" msgid="780477838241212997">"Carta SD vida"</string>
    <!-- no translation found for ext_media_nofs_notification_message (7840121067427269500) -->
    <skip />
    <!-- no translation found for ext_media_nofs_notification_message (8641065641786923604) -->
    <skip />
    <!-- no translation found for ext_media_unmountable_notification_title (2090046769532713563) -->
    <skip />
    <string name="ext_media_unmountable_notification_title" product="default" msgid="6410723906019100189">"Carta SD donnegiada"</string>
    <!-- no translation found for ext_media_unmountable_notification_message (1795917578395333280) -->
    <skip />
    <!-- no translation found for ext_media_unmountable_notification_message (1753898567525568253) -->
    <skip />
    <!-- no translation found for ext_media_badremoval_notification_title (1661683031330951073) -->
    <skip />
    <string name="ext_media_badremoval_notification_title" product="default" msgid="6872152882604407837">"Allontanà la carta SD nunspetgadamain"</string>
    <!-- no translation found for ext_media_badremoval_notification_message (4329848819865594241) -->
    <skip />
    <string name="ext_media_badremoval_notification_message" product="default" msgid="7260183293747448241">"Demontar la carta SD avant che retrair ella per evitar ina sperdita da datas."</string>
    <!-- no translation found for ext_media_safe_unmount_notification_title (3967973893270360230) -->
    <skip />
    <string name="ext_media_safe_unmount_notification_title" product="default" msgid="6729801130790616200">"La carta SD po vegnir allontanada a moda segira"</string>
    <!-- no translation found for ext_media_safe_unmount_notification_message (6142195361606493530) -->
    <skip />
    <string name="ext_media_safe_unmount_notification_message" product="default" msgid="568841278138377604">"La carta SD po vegnir retratga a moda segira."</string>
    <!-- no translation found for ext_media_nomedia_notification_title (4486377230140227651) -->
    <skip />
    <string name="ext_media_nomedia_notification_title" product="default" msgid="8902518030404381318">"Allontanà la carta SD"</string>
    <!-- no translation found for ext_media_nomedia_notification_message (6921126162580574143) -->
    <skip />
    <string name="ext_media_nomedia_notification_message" product="default" msgid="3870120652983659641">"Allontanà la carta SD. Inseri ina nova."</string>
    <!-- no translation found for activity_list_empty (1675388330786841066) -->
    <skip />
    <string name="permlab_pkgUsageStats" msgid="8787352074326748892">"actualisar las datas statisticas da la cumponenta"</string>
    <!-- no translation found for permdesc_pkgUsageStats (1106612424254277630) -->
    <skip />
    <!-- no translation found for permlab_copyProtectedData (4341036311211406692) -->
    <skip />
    <!-- no translation found for permdesc_copyProtectedData (4390697124288317831) -->
    <skip />
    <!-- no translation found for tutorial_double_tap_to_zoom_message_short (4070433208160063538) -->
    <skip />
    <!-- no translation found for gadget_host_error_inflating (4882004314906466162) -->
    <skip />
    <string name="ime_action_go" msgid="8320845651737369027">"Dai"</string>
    <string name="ime_action_search" msgid="658110271822807811">"Tschertgar"</string>
    <string name="ime_action_send" msgid="2316166556349314424">"Trametter"</string>
    <string name="ime_action_next" msgid="3138843904009813834">"Vinavant"</string>
    <string name="ime_action_done" msgid="8971516117910934605">"Finì"</string>
    <!-- no translation found for ime_action_previous (1443550039250105948) -->
    <skip />
    <string name="ime_action_default" msgid="2840921885558045721">"Exequir"</string>
    <string name="dial_number_using" msgid="5789176425167573586">"Cumponer il numer"\n"cun utilisar <xliff:g id="NUMBER">%s</xliff:g>"</string>
    <string name="create_contact_using" msgid="4947405226788104538">"Agiuntar in contact"\n"cun il numer <xliff:g id="NUMBER">%s</xliff:g>"</string>
    <!-- no translation found for grant_credentials_permission_message_header (2106103817937859662) -->
    <skip />
    <string name="grant_credentials_permission_message_footer" msgid="3125211343379376561">"Vulais Vus autorisar questa dumonda?"</string>
    <!-- no translation found for grant_permissions_header_text (6874497408201826708) -->
    <skip />
    <string name="allow" msgid="7225948811296386551">"Permetter"</string>
    <string name="deny" msgid="2081879885755434506">"Refusar"</string>
    <!-- no translation found for permission_request_notification_title (6486759795926237907) -->
    <skip />
    <!-- no translation found for permission_request_notification_with_subtitle (8530393139639560189) -->
    <skip />
    <string name="input_method_binding_label" msgid="1283557179944992649">"Metoda d\'endataziun"</string>
    <string name="sync_binding_label" msgid="3687969138375092423">"Sincronisar"</string>
    <string name="accessibility_binding_label" msgid="4148120742096474641">"Agids d\'access"</string>
    <string name="wallpaper_binding_label" msgid="1240087844304687662">"Fund davos"</string>
    <string name="chooser_wallpaper" msgid="7873476199295190279">"Midar il fund davos"</string>
    <!-- no translation found for vpn_title (19615213552042827) -->
    <skip />
    <!-- no translation found for vpn_title_long (6400714798049252294) -->
    <skip />
    <!-- no translation found for vpn_text (3011306607126450322) -->
    <skip />
    <!-- no translation found for vpn_text_long (6407351006249174473) -->
    <skip />
    <string name="upload_file" msgid="2897957172366730416">"Tscherner ina datoteca"</string>
    <string name="no_file_chosen" msgid="6363648562170759465">"Nagina datoteca tschernida"</string>
    <string name="reset" msgid="2448168080964209908">"Reinizialisar"</string>
    <string name="submit" msgid="1602335572089911941">"Trametter"</string>
    <string name="car_mode_disable_notification_title" msgid="3164768212003864316">"Modus dad auto activà"</string>
    <!-- no translation found for car_mode_disable_notification_message (8035230537563503262) -->
    <skip />
    <string name="tethered_notification_title" msgid="3146694234398202601">"Tethering u hotspot activ"</string>
    <!-- no translation found for tethered_notification_message (6857031760103062982) -->
    <skip />
    <string name="back_button_label" msgid="2300470004503343439">"Enavos"</string>
    <string name="next_button_label" msgid="1080555104677992408">"Vinavant"</string>
    <string name="skip_button_label" msgid="1275362299471631819">"Sursiglir"</string>
    <string name="throttle_warning_notification_title" msgid="4890894267454867276">"Grond diever da datas mobilas"</string>
    <!-- no translation found for throttle_warning_notification_message (3340822228599337743) -->
    <skip />
    <string name="throttled_notification_title" msgid="6269541897729781332">"Surpassà la limita da datas mobilas"</string>
    <!-- no translation found for throttled_notification_message (5443457321354907181) -->
    <skip />
    <!-- no translation found for no_matches (8129421908915840737) -->
    <skip />
    <!-- no translation found for find_on_page (1946799233822820384) -->
    <skip />
    <!-- no translation found for matches_found:one (8167147081136579439) -->
    <!-- no translation found for matches_found:other (4641872797067609177) -->
    <!-- no translation found for action_mode_done (7217581640461922289) -->
    <skip />
    <!-- no translation found for progress_unmounting (3923810448507612746) -->
    <skip />
    <!-- no translation found for progress_unmounting (1327894998409537190) -->
    <skip />
    <!-- no translation found for progress_erasing (4521573321524340058) -->
    <skip />
    <!-- no translation found for progress_erasing (6596988875507043042) -->
    <skip />
    <!-- no translation found for format_error (6299769563624776948) -->
    <skip />
    <!-- no translation found for format_error (7315248696644510935) -->
    <skip />
    <!-- no translation found for media_bad_removal (7960864061016603281) -->
    <skip />
    <!-- no translation found for media_checking (418188720009569693) -->
    <skip />
    <!-- no translation found for media_checking (7334762503904827481) -->
    <skip />
    <!-- no translation found for media_removed (7001526905057952097) -->
    <skip />
    <!-- no translation found for media_shared (5830814349250834225) -->
    <skip />
    <!-- no translation found for media_shared (5706130568133540435) -->
    <skip />
    <!-- no translation found for media_unknown_state (729192782197290385) -->
    <skip />
    <!-- no translation found for share (1778686618230011964) -->
    <skip />
    <!-- no translation found for find (4808270900322985960) -->
    <skip />
    <!-- no translation found for websearch (4337157977400211589) -->
    <skip />
    <!-- no translation found for gpsNotifTicker (5622683912616496172) -->
    <skip />
    <!-- no translation found for gpsNotifTitle (5446858717157416839) -->
    <skip />
    <!-- no translation found for gpsNotifMessage (1374718023224000702) -->
    <skip />
    <!-- no translation found for gpsVerifYes (2346566072867213563) -->
    <skip />
    <!-- no translation found for gpsVerifNo (1146564937346454865) -->
    <skip />
    <!-- no translation found for sync_too_many_deletes (5296321850662746890) -->
    <skip />
    <!-- no translation found for sync_too_many_deletes_desc (496551671008694245) -->
    <skip />
    <!-- no translation found for sync_really_delete (2572600103122596243) -->
    <skip />
    <!-- no translation found for sync_undo_deletes (2941317360600338602) -->
    <skip />
    <!-- no translation found for sync_do_nothing (3743764740430821845) -->
    <skip />
    <!-- no translation found for choose_account_label (5655203089746423927) -->
    <skip />
    <!-- no translation found for add_account_label (2935267344849993553) -->
    <skip />
    <!-- no translation found for choose_account_text (6303348737197849675) -->
    <skip />
    <!-- no translation found for add_account_button_label (3611982894853435874) -->
    <skip />
    <!-- no translation found for number_picker_increment_button (2412072272832284313) -->
    <skip />
    <!-- no translation found for number_picker_decrement_button (476050778386779067) -->
    <skip />
    <!-- no translation found for number_picker_increment_scroll_mode (3073101067441638428) -->
    <skip />
    <!-- no translation found for number_picker_increment_scroll_action (9101473045891835490) -->
    <skip />
    <!-- no translation found for time_picker_increment_minute_button (8865885114028614321) -->
    <skip />
    <!-- no translation found for time_picker_decrement_minute_button (6246834937080684791) -->
    <skip />
    <!-- no translation found for time_picker_increment_hour_button (3652056055810223139) -->
    <skip />
    <!-- no translation found for time_picker_decrement_hour_button (1377479863429214792) -->
    <skip />
    <!-- no translation found for time_picker_increment_set_pm_button (4147590696151230863) -->
    <skip />
    <!-- no translation found for time_picker_decrement_set_am_button (8302140353539486752) -->
    <skip />
    <!-- no translation found for date_picker_increment_month_button (5369998479067934110) -->
    <skip />
    <!-- no translation found for date_picker_decrement_month_button (1832698995541726019) -->
    <skip />
    <!-- no translation found for date_picker_increment_day_button (7130465412308173903) -->
    <skip />
    <!-- no translation found for date_picker_decrement_day_button (4131881521818750031) -->
    <skip />
    <!-- no translation found for date_picker_increment_year_button (6318697384310808899) -->
    <skip />
    <!-- no translation found for date_picker_decrement_year_button (4482021813491121717) -->
    <skip />
    <!-- no translation found for keyboardview_keycode_alt (4856868820040051939) -->
    <skip />
    <!-- no translation found for keyboardview_keycode_cancel (1203984017245783244) -->
    <skip />
    <!-- no translation found for keyboardview_keycode_delete (3337914833206635744) -->
    <skip />
    <!-- no translation found for keyboardview_keycode_done (1992571118466679775) -->
    <skip />
    <!-- no translation found for keyboardview_keycode_mode_change (4547387741906537519) -->
    <skip />
    <!-- no translation found for keyboardview_keycode_shift (2270748814315147690) -->
    <skip />
    <!-- no translation found for keyboardview_keycode_enter (2985864015076059467) -->
    <skip />
    <!-- no translation found for activitychooserview_choose_application (2125168057199941199) -->
    <skip />
    <!-- no translation found for shareactionprovider_share_with (806688056141131819) -->
    <skip />
    <!-- no translation found for shareactionprovider_share_with_application (5627411384638389738) -->
    <skip />
    <!-- no translation found for content_description_sliding_handle (415975056159262248) -->
    <skip />
    <!-- no translation found for description_direction_up (7169032478259485180) -->
    <skip />
    <!-- no translation found for description_direction_down (5087739728639014595) -->
    <skip />
    <!-- no translation found for description_direction_left (7207478719805562165) -->
    <skip />
    <!-- no translation found for description_direction_right (8034433242579600980) -->
    <skip />
    <!-- no translation found for description_target_unlock (2228524900439801453) -->
    <skip />
    <!-- no translation found for description_target_camera (969071997552486814) -->
    <skip />
    <!-- no translation found for description_target_silent (893551287746522182) -->
    <skip />
    <!-- no translation found for description_target_soundon (30052466675500172) -->
    <skip />
    <!-- no translation found for description_target_search (3091587249776033139) -->
    <skip />
    <!-- no translation found for description_target_unlock_tablet (3833195335629795055) -->
    <skip />
    <!-- no translation found for keyboard_headset_required_to_hear_password (7011927352267668657) -->
    <skip />
    <!-- no translation found for keyboard_password_character_no_headset (2859873770886153678) -->
    <skip />
    <!-- no translation found for action_bar_home_description (5293600496601490216) -->
    <skip />
    <!-- no translation found for action_bar_up_description (2237496562952152589) -->
    <skip />
    <!-- no translation found for action_menu_overflow_description (2295659037509008453) -->
    <skip />
    <!-- no translation found for storage_internal (4891916833657929263) -->
    <skip />
    <!-- no translation found for storage_sd_card (3282948861378286745) -->
    <skip />
    <!-- no translation found for storage_usb (3017954059538517278) -->
    <skip />
    <!-- no translation found for extract_edit_menu_button (8940478730496610137) -->
    <skip />
    <!-- no translation found for data_usage_warning_title (1955638862122232342) -->
    <skip />
    <!-- no translation found for data_usage_warning_body (2814673551471969954) -->
    <skip />
    <!-- no translation found for data_usage_3g_limit_title (7093334419518706686) -->
    <skip />
    <!-- no translation found for data_usage_4g_limit_title (7636489436819470761) -->
    <skip />
    <!-- no translation found for data_usage_mobile_limit_title (7869402519391631884) -->
    <skip />
    <!-- no translation found for data_usage_wifi_limit_title (8992154736441284865) -->
    <skip />
    <!-- no translation found for data_usage_limit_body (3317964706973601386) -->
    <skip />
    <!-- no translation found for data_usage_3g_limit_snoozed_title (7026739121138005231) -->
    <skip />
    <!-- no translation found for data_usage_4g_limit_snoozed_title (1106562779311209039) -->
    <skip />
    <!-- no translation found for data_usage_mobile_limit_snoozed_title (279240572165412168) -->
    <skip />
    <!-- no translation found for data_usage_wifi_limit_snoozed_title (8743856006384825974) -->
    <skip />
    <!-- no translation found for data_usage_limit_snoozed_body (7035490278298441767) -->
    <skip />
    <!-- no translation found for data_usage_restricted_title (5965157361036321914) -->
    <skip />
    <!-- no translation found for data_usage_restricted_body (6741521330997452990) -->
    <skip />
    <!-- no translation found for ssl_certificate (6510040486049237639) -->
    <skip />
    <!-- no translation found for ssl_certificate_is_valid (6825263250774569373) -->
    <skip />
    <!-- no translation found for issued_to (454239480274921032) -->
    <skip />
    <!-- no translation found for common_name (2233209299434172646) -->
    <skip />
    <!-- no translation found for org_name (6973561190762085236) -->
    <skip />
    <!-- no translation found for org_unit (7265981890422070383) -->
    <skip />
    <!-- no translation found for issued_by (2647584988057481566) -->
    <skip />
    <!-- no translation found for validity_period (8818886137545983110) -->
    <skip />
    <!-- no translation found for issued_on (5895017404361397232) -->
    <skip />
    <!-- no translation found for expires_on (3676242949915959821) -->
    <skip />
    <!-- no translation found for serial_number (758814067660862493) -->
    <skip />
    <!-- no translation found for fingerprints (4516019619850763049) -->
    <skip />
    <!-- no translation found for sha256_fingerprint (4391271286477279263) -->
    <skip />
    <!-- no translation found for sha1_fingerprint (7930330235269404581) -->
    <skip />
    <!-- no translation found for activity_chooser_view_see_all (4292569383976636200) -->
    <skip />
    <!-- no translation found for activity_chooser_view_dialog_title_default (4710013864974040615) -->
    <skip />
    <!-- no translation found for share_action_provider_share_with (5247684435979149216) -->
    <skip />
    <!-- no translation found for status_bar_device_locked (3092703448690669768) -->
    <skip />
    <!-- no translation found for list_delimeter (3975117572185494152) -->
    <skip />
    <!-- no translation found for sending (3245653681008218030) -->
    <skip />
    <!-- no translation found for launchBrowserDefault (2057951947297614725) -->
    <skip />
    <!-- no translation found for SetupCallDefault (5834948469253758575) -->
    <skip />
</resources>