summaryrefslogtreecommitdiffstats
path: root/res/values-ta-rIN/strings.xml
blob: 1b31fee72a6435fc9e61902032e738395c71b402 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
<?xml version="1.0" encoding="UTF-8"?>
<!--  Copyright (C) 2007 The Android Open Source Project

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

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

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

<resources xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <string name="yes" msgid="4676390750360727396">"ஆம்"</string>
    <string name="no" msgid="6731231425810196216">"வேண்டாம்"</string>
    <string name="create" msgid="3578857613172647409">"உருவாக்கு"</string>
    <string name="allow" msgid="3349662621170855910">"அனுமதி"</string>
    <string name="deny" msgid="6947806159746484865">"நிராகரி"</string>
    <string name="dlg_close" msgid="7471087791340790015">"மூடு"</string>
    <string name="dlg_switch" msgid="6243971420240639064">"மாறு"</string>
    <string name="device_info_default" msgid="7847265875578739287">"அறியப்படாத"</string>
    <plurals name="show_dev_countdown" formatted="false" msgid="7201398282729229649">
      <item quantity="other">டெவெலப்பராவதற்கு இப்போது <xliff:g id="STEP_COUNT_1">%1$d</xliff:g> படிகளே உள்ளன.</item>
      <item quantity="one">டெவெலப்பராவதற்கு இப்போது <xliff:g id="STEP_COUNT_0">%1$d</xliff:g> படியே உள்ளது.</item>
    </plurals>
    <string name="show_dev_on" msgid="1110711554982716293">"இப்போது டெவெலப்பராகிவிட்டீர்கள்!"</string>
    <string name="show_dev_already" msgid="2151632240145446227">"தேவையில்லை, நீங்கள் ஏற்கனவே ஒரு டெவெலப்பர்."</string>
    <string name="header_category_wireless_networks" msgid="5110914332313954940">"வயர்லெஸ் &amp; நெட்வொர்க்குகள்"</string>
    <string name="header_category_connections" msgid="6471513040815680662">"இணைப்புகள்"</string>
    <string name="header_category_device" msgid="4544026001618307754">"சாதனம்"</string>
    <string name="header_category_personal" msgid="3310195187905720823">"தனிப்பட்டவை"</string>
    <string name="header_category_access" msgid="7580499097416970962">"அணுகல்"</string>
    <string name="header_category_system" msgid="2816866961183068977">"முறைமை"</string>
    <string name="turn_on_radio" msgid="8706561489788373676">"ரேடியோவை இயக்கு"</string>
    <string name="turn_off_radio" msgid="1820294552893884115">"ரேடியோவை முடக்கு"</string>
    <string name="sms_over_ims_on" msgid="5085290395865632925">"IMS மூலம் SMS ஐ இயக்கு"</string>
    <string name="sms_over_ims_off" msgid="8354792045992793959">"IMS மூலமாக SMS ஐ முடக்கு"</string>
    <string name="ims_reg_required_on" msgid="3885152087309614653">"IMS பதிவுசெய்தல் தேவை என்பதை இயக்கு"</string>
    <string name="ims_reg_required_off" msgid="1720570343422743943">"IMS பதிவு தேவை முடக்கப்பட்டது"</string>
    <string name="volte_provisioned_flag_on" msgid="6023503159480902956">"VoLTE ஒதுக்கீட்டுக் கொடியை இயக்கவும்"</string>
    <string name="volte_provisioned_flag_off" msgid="6168612015904744405">"VoLTE ஒதுக்கீட்டுக் கொடியை முடக்கவும்"</string>
    <string name="lte_ram_dump_on" msgid="8568568019520172177">"lte ram ஐக் காலியாக்குவதை இயக்கு"</string>
    <string name="lte_ram_dump_off" msgid="2514507918652378283">"lte ram ஐக் காலியாக்குவதை முடக்கு"</string>
    <string name="radioInfo_menu_viewADN" msgid="8743377494429930831">"சிம் முகவரி புத்தகத்தைக் காட்டு"</string>
    <string name="radioInfo_menu_viewFDN" msgid="7934301566925610318">"நிலையான அழைப்பு எண்களைக் காட்டு"</string>
    <string name="radioInfo_menu_viewSDN" msgid="7130280686244955669">"சேவை அழைப்பு எண்களைக் காட்டு"</string>
    <string name="radioInfo_menu_getPDP" msgid="560610293888406317">"PDP பட்டியலைப் பெறு"</string>
    <string name="radioInfo_service_in" msgid="1915416319177520020">"சேவையில்"</string>
    <string name="radioInfo_service_out" msgid="5238736759641916278">"சேவை இல்லை"</string>
    <string name="radioInfo_service_emergency" msgid="2485604591272668370">"அவசர அழைப்புகள் மட்டும்"</string>
    <string name="radioInfo_service_off" msgid="1434084741785525415">"ரேடியோ முடக்கத்தில்"</string>
    <string name="radioInfo_roaming_in" msgid="9045363884600341051">"ரோமிங்"</string>
    <string name="radioInfo_roaming_not" msgid="2851853244069662307">"ரோமிங் இல்லை"</string>
    <string name="radioInfo_phone_idle" msgid="7489244938838742820">"செயலின்றி"</string>
    <string name="radioInfo_phone_ringing" msgid="4883724645684297895">"அழைக்கிறது"</string>
    <string name="radioInfo_phone_offhook" msgid="4174402846862780998">"அழைப்பு செயல்நிலையில் உள்ளது"</string>
    <string name="radioInfo_data_disconnected" msgid="1959735267890719418">"தொடர்பு துண்டிக்கப்பட்டது"</string>
    <string name="radioInfo_data_connecting" msgid="8404571440697917823">"இணைக்கிறது"</string>
    <string name="radioInfo_data_connected" msgid="7074301157399238697">"இணைக்கப்பட்டது"</string>
    <string name="radioInfo_data_suspended" msgid="5315325487890334196">"இடைநீக்கப்பட்டது"</string>
    <string name="radioInfo_unknown" msgid="737385314432468266">"அறியப்படாத"</string>
    <string name="radioInfo_display_packets" msgid="8654359809877290639">"pkts"</string>
    <string name="radioInfo_display_bytes" msgid="4018206969492931883">"பைட்கள்"</string>
    <string name="radioInfo_display_dbm" msgid="3621221793699882781">"dBm"</string>
    <string name="radioInfo_display_asu" msgid="1422248392727818082">"asu"</string>
    <string name="radioInfo_lac" msgid="8415219164758307156">"LAC"</string>
    <string name="radioInfo_cid" msgid="4362599198392643138">"CID"</string>
    <string name="sdcard_unmount" product="nosdcard" msgid="6325292633327972272">"USB சேமிப்பிடத்தை அகற்று"</string>
    <string name="sdcard_unmount" product="default" msgid="3364184561355611897">"SD கார்டை அகற்று"</string>
    <string name="sdcard_format" product="nosdcard" msgid="6285310523155166716">"USB சேமிப்பிடத்தை அழி"</string>
    <string name="sdcard_format" product="default" msgid="6713185532039187532">"SD கார்டை அழி"</string>
    <string name="small_font" msgid="2295331917424072635">"சிறிய"</string>
    <string name="medium_font" msgid="2068475425515133701">"நடுத்தரம்"</string>
    <string name="large_font" msgid="599055175160971446">"பெரிய"</string>
    <string name="font_size_save" msgid="3450855718056759095">"சரி"</string>
    <string name="sdcard_setting" product="nosdcard" msgid="8281011784066476192">"USB சேமிப்பிடம்"</string>
    <string name="sdcard_setting" product="default" msgid="5922637503871474866">"SD கார்டு"</string>
    <string name="battery_info_status_unknown" msgid="196130600938058547">"அறியப்படாத"</string>
    <string name="battery_info_status_charging" msgid="1705179948350365604">"சார்ஜ் ஏற்றப்படுகிறது"</string>
    <string name="battery_info_status_charging_ac" msgid="2909861890674399949">"AC மூலம் சார்ஜாகிறது"</string>
    <string name="battery_info_status_charging_usb" msgid="2207489369680923929">"USB மூலம் சார்ஜாகிறது"</string>
    <string name="battery_info_status_charging_wireless" msgid="3574032603735446573">"வயர்லெஸில் சார்ஜாகிறது"</string>
    <string name="battery_info_status_discharging" msgid="310932812698268588">"சார்ஜ் செய்யப்படவில்லை"</string>
    <string name="battery_info_status_not_charging" msgid="2820070506621483576">"சார்ஜ் ஏறவில்லை"</string>
    <string name="battery_info_status_full" msgid="2824614753861462808">"முழுமை"</string>
    <string name="bluetooth" msgid="5549625000628014477">"புளூடூத்"</string>
    <string name="bluetooth_is_discoverable" msgid="8373421452106840526">"அருகிலுள்ள எல்லா புளூடூத் சாதனங்களையும் காட்டும் (<xliff:g id="DISCOVERABLE_TIME_PERIOD">%1$s</xliff:g>)"</string>
    <string name="bluetooth_is_discoverable_always" msgid="2849387702249327748">"அருகிலுள்ள எல்லா புளூடூத் சாதனங்களையும் காட்டும்"</string>
    <string name="bluetooth_not_visible_to_other_devices" msgid="9120274591523391910">"பிற புளூடூத் சாதனங்கள் கண்டறியப்படவில்லை"</string>
    <string name="bluetooth_only_visible_to_paired_devices" msgid="2049983392373296028">"இணைந்த சாதனங்களுக்கு மட்டுமே தெரியும்"</string>
    <string name="bluetooth_visibility_timeout" msgid="8002247464357005429">"தெரிவுநிலையின் காலஅளவு"</string>
    <string name="bluetooth_lock_voice_dialing" msgid="3139322992062086225">"குரல் அழைப்பைப் பூட்டு"</string>
    <string name="bluetooth_lock_voice_dialing_summary" msgid="4741338867496787042">"திரைப் பூட்டப்பட்டிருக்கும்போது புளூடூத் டயலரைப் பயன்படுத்துவதைத் தடு"</string>
    <string name="bluetooth_devices" msgid="1886018064039454227">"புளூடூத் சாதனங்கள்"</string>
    <string name="bluetooth_device_name" msgid="8415828355207423800">"சாதனத்தின் பெயர்"</string>
    <string name="bluetooth_device_details" msgid="4594773497930028085">"சாதன அமைப்பு"</string>
    <string name="bluetooth_profile_details" msgid="6823621790324933337">"சுயவிவர அமைப்பு"</string>
    <string name="bluetooth_name_not_set" msgid="2653752006416027426">"பெயர் அமைக்கப்படவில்லை, கணக்குப் பெயரைப் பயன்படுத்துகிறது"</string>
    <string name="bluetooth_scan_for_devices" msgid="9214184305566815727">"சாதனங்களுக்கு ஸ்கேன் செய்"</string>
    <string name="bluetooth_rename_device" msgid="4352483834491958740">"சாதனத்தை மறுபெயரிடுக"</string>
    <string name="bluetooth_rename_button" msgid="1648028693822994566">"மறுபெயரிடு"</string>
    <string name="bluetooth_disconnect_title" msgid="6026705382020027966">"துண்டிக்கவா?"</string>
    <string name="bluetooth_disconnect_all_profiles" msgid="9148530542956217908">"இது, பின்வருவதுடனான உங்கள் இணைப்பைத் துண்டிக்கும்:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;"</string>
    <string name="bluetooth_empty_list_user_restricted" msgid="603521233563983689">"புளுடூத் அமைப்புகளை மாற்ற உங்களுக்கு அனுமதியில்லை."</string>
    <string name="bluetooth_is_visible_message" msgid="6222396240776971862">"புளூடூத் அமைப்புகள் இயக்கப்பட்டிருக்கும்போது, அருகிலுள்ள சாதனங்களுக்கு <xliff:g id="DEVICE_NAME">%1$s</xliff:g> தெரியும்."</string>
    <string name="bluetooth_is_disconnect_question" msgid="5334933802445256306">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> ஐ துண்டிக்கவா?"</string>
    <string name="bluetooth_broadcasting" msgid="16583128958125247">"அலைபரப்புதல்"</string>
    <string name="bluetooth_disable_profile_title" msgid="5916643979709342557">"சுயவிவரத்தை முடக்கவா?"</string>
    <string name="bluetooth_disable_profile_message" msgid="2895844842011809904">"இது, பின்வருவதை முடக்கும்:&lt;br&gt;&lt;b&gt;<xliff:g id="PROFILE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;இதிலிருந்து:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%2$s</xliff:g>&lt;/b&gt;"</string>
    <string name="bluetooth_unknown" msgid="644716244548801421"></string>
    <string name="bluetooth_device" msgid="5291950341750186887">"பெயரிடப்படாத புளூடூத் சாதனம்"</string>
    <string name="progress_scanning" msgid="192587958424295789">"தேடுகிறது"</string>
    <string name="bluetooth_no_devices_found" msgid="1085232930277181436">"புளூடூத் சாதனங்கள் எதுவும் அருகில் கண்டறியப்படவில்லை."</string>
    <string name="bluetooth_notif_ticker" msgid="4726721390078512173">"புளூடூத் இணைப்பிற்கான கோரிக்கை"</string>
    <string name="bluetooth_notif_title" msgid="2485175521845371514">"இணைப்பிற்கான கோரிக்கை"</string>
    <string name="bluetooth_notif_message" msgid="5300852675110479862">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> உடன் இணைவதற்குத் தொடவும்."</string>
    <string name="bluetooth_show_received_files" msgid="5164787486105868895">"பெற்ற கோப்புகளைக் காட்டு"</string>
    <string name="device_picker" msgid="4978696506172252813">"புளூடூத் சாதனத்தைத் தேர்வுசெய்க"</string>
    <string name="bluetooth_permission_request" msgid="1523129741266262748">"புளூடூத் அனுமதி கோரிக்கை"</string>
    <string name="bluetooth_ask_enablement" msgid="1712443355224737143">"ஒரு பயன்பாடு சாதனத்தின் புளுடூதை இயக்க நினைக்கிறது."</string>
    <string name="bluetooth_ask_discovery" product="tablet" msgid="786921566047356213">"உங்கள் டேப்லெட்டை பிற புளூடூத் சாதனங்களுக்கு <xliff:g id="TIMEOUT">%1$d</xliff:g> வினாடிகள் தெரியும்படி வைத்திருக்க பயன்பாடு விரும்புகிறது."</string>
    <string name="bluetooth_ask_discovery" product="default" msgid="5510358858113713272">"உங்கள் தொலைபேசியைப் பிற புளூடூத் சாதனங்களுக்கு <xliff:g id="TIMEOUT">%1$d</xliff:g> வினாடிகள் தெரியும்படி வைத்திருக்க பயன்பாடு விரும்புகிறது."</string>
    <string name="bluetooth_ask_lasting_discovery" product="tablet" msgid="8863617309580598607">"உங்கள் டேப்லெட்டைப் பிற புளூடூத் சாதனங்களுக்குத் தெரியும்படி வைக்க பயன்பாடு விரும்புகிறது. பின்னர் நீங்கள் இதை புளூடூத் அமைப்புகளில் மாற்றிக்கொள்ளலாம்."</string>
    <string name="bluetooth_ask_lasting_discovery" product="default" msgid="6487606808683607975">"உங்கள் தொலைபேசியைப் பிற புளூடூத் சாதனங்களுக்குத் தெரியும்படி வைத்திருக்க பயன்பாடு விரும்புகிறது. பின்னர் நீங்கள் இதை புளூடூத் அமைப்புகளில் மாற்றிக்கொள்ளலாம்."</string>
    <string name="bluetooth_ask_start_broadcast" product="default" msgid="3535628155254187911">"அருகிலுள்ள பிற சாதனங்களுடன் தொடர்புகொள்வதற்கு புளூடூத் அலைபரப்பை இயக்கத்தில் வைக்க <xliff:g id="APP_NAME">%1$s</xliff:g> விரும்புகிறது. நீங்கள் இதை புளூடூத் அமைப்புகளில் பின்னர் மாற்றிக்கொள்ளலாம்."</string>
    <string name="bluetooth_ask_enablement_and_start_broadcast" product="default" msgid="8810858601242763295">"அருகிலுள்ள பிற சாதனங்களுடன் தொடர்புகொள்வதற்கு புளூடூத் மற்றும் புளூடூத் அலைபரப்பை இயக்கத்தில் வைக்க <xliff:g id="APP_NAME">%1$s</xliff:g> விரும்புகிறது. நீங்கள் இதை புளூடூத் அமைப்புகளில் பின்னர் மாற்றிக்கொள்ளலாம்."</string>
    <string name="bluetooth_broadcasting_explaination" product="default" msgid="4249322115655011799">"இந்த அம்சம் இயக்கப்பட்டவுடன், அருகிலுள்ள பிற சாதனங்களுடன் உங்கள் தொலைபேசி தொடர்புகொள்ள முடியும்.\n\nகுறைந்த ஆற்றல் உள்ள புளூடூத் சமிக்ஞைகளை அலைபரப்பு பயன்படுத்துகிறது."</string>
    <string name="bluetooth_ask_enablement_and_discovery" product="tablet" msgid="3346529092809011149">"புளூடூத்தை இயக்கத்தில் வைத்து உங்கள் டேப்லெட்டைப் பிற சாதனங்களுக்கு <xliff:g id="TIMEOUT">%1$d</xliff:g> வினாடிகள் தெரியும்படி வைத்திருக்க பயன்பாடு விரும்புகிறது."</string>
    <string name="bluetooth_ask_enablement_and_discovery" product="default" msgid="4724094889807196118">"புளூடூத்தை இயக்கத்தில் வைத்து உங்கள் தொலைபேசியைப் பிற சாதனங்களுக்கு <xliff:g id="TIMEOUT">%1$d</xliff:g> வினாடிகள் தெரியும்படி வைத்திருக்க பயன்பாடு விரும்புகிறது."</string>
    <string name="bluetooth_ask_enablement_and_lasting_discovery" product="tablet" msgid="989613204829097159">"புளூடூத் ஐ இயக்கி, உங்கள் டேப்லெட்டைப் பிற சாதனங்களுக்குத் தெரியும்படி வைக்க பயன்பாடு விரும்புகிறது. பின்னர் நீங்கள் இதை புளூடூத் அமைப்புகளில் மாற்றிக்கொள்ளலாம்."</string>
    <string name="bluetooth_ask_enablement_and_lasting_discovery" product="default" msgid="6671615712909139801">"புளூடூத்தை இயக்கத்தில் வைத்து உங்கள் தொலைபேசியை பிற சாதனங்களுக்குத் தெரியும்படி வைத்திருக்க பயன்பாடு விரும்புகிறது. நீங்கள் இதை புளூடூத் அமைப்புகளில் பின்னர் மாற்றிக்கொள்ளலாம்."</string>
    <string name="bluetooth_turning_on" msgid="4850574877288036646">"புளூடூத் ஐ இயக்குகிறது…"</string>
    <string name="bluetooth_turning_off" msgid="2337747302892025192">"புளூடூத் ஐ முடக்குகிறது…"</string>
    <string name="bluetooth_auto_connect" msgid="40711424456733571">"தானாக இணைத்தல்"</string>
    <string name="bluetooth_connection_permission_request" msgid="4747918249032890077">"புளூடூத் இணைப்பு கோரிக்கை"</string>
    <string name="bluetooth_connection_notif_message" msgid="3687933246423942977">"\"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>\" உடன் இணைக்கத் தொடவும்."</string>
    <string name="bluetooth_connection_dialog_text" msgid="8455427559949998023">"\"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>\" உடன் இணைக்கவா?"</string>
    <string name="bluetooth_phonebook_request" msgid="3951420080540915279">"தொலைபேசி புத்தகத்திற்கான அணுகல் கோரிக்கை"</string>
    <string name="bluetooth_pb_acceptance_dialog_text" msgid="6555508756987053866">"%1$s உங்கள் தொடர்புகளையும், அழைப்பு வரலாற்றையும் அணுக விரும்புகிறது. %2$s க்கு அணுகலை வழங்கவா?"</string>
    <string name="bluetooth_remember_choice" msgid="6919682671787049800">"மீண்டும் கேட்காதே"</string>
    <string name="bluetooth_pb_remember_choice" msgid="3622898084442402071">"மீண்டும் கேட்காதே"</string>
    <string name="bluetooth_map_request" msgid="4595727689513143902">"செய்திக்கான அணுகல் கோரிக்கை"</string>
    <string name="bluetooth_map_acceptance_dialog_text" msgid="8712508202081143737">"உங்கள் செய்திகளை %1$s அணுக விரும்புகிறது. %2$s க்கு அணுகலை வழங்கவா?"</string>
    <string name="bluetooth_sap_request" msgid="2669762224045354417">"SIM அணுகல் கோரிக்கை"</string>
    <string name="bluetooth_sap_acceptance_dialog_text" msgid="4414253873553608690">"<xliff:g id="DEVICE_NAME_0">%1$s</xliff:g> உங்கள் சிம் கார்டை அணுக விரும்புகிறது. சிம் கார்டிற்கு அணுகல் வழங்குவது இணைப்பின் போது, உங்கள் சாதனத்தின் தரவு இணைப்பை முடக்கும். <xliff:g id="DEVICE_NAME_1">%2$s?</xliff:g>க்கு அணுகல் வழங்கவும்"</string>
    <string name="date_and_time" msgid="9062980487860757694">"தேதி &amp; நேரம்"</string>
    <string name="choose_timezone" msgid="1362834506479536274">"நேரமண்டலத்தைத் தேர்வுசெய்க"</string>
    <string name="display_preview_label" msgid="1127597250917274792">"மாதிரிக்காட்சி:"</string>
    <string name="display_font_size_label" msgid="8941851418397475389">"எழுத்துரு அளவு:"</string>
    <!-- no translation found for intent_sender_data_label (6332324780477289261) -->
    <skip />
    <string name="intent_sender_sendbroadcast_text" msgid="1415735148895872715">"<xliff:g id="BROADCAST">broadcast</xliff:g> ஐ அனுப்பு"</string>
    <string name="intent_sender_action_label" msgid="616458370005452389">"<xliff:g id="ACTION">Action</xliff:g>:"</string>
    <string name="intent_sender_startactivity_text" msgid="5080516029580421895">"<xliff:g id="ACTIVITY">activity</xliff:g> ஐத் தொடங்கு"</string>
    <string name="intent_sender_resource_label" msgid="6963659726895482829">"<xliff:g id="RESOURCE">Resource</xliff:g>:"</string>
    <string name="intent_sender_account_label" msgid="465210404475603404">"கணக்கு:"</string>
    <string name="proxy_settings_title" msgid="9049437837600320881">"ப்ராக்ஸி"</string>
    <string name="proxy_clear_text" msgid="5555400754952012657">"அழி"</string>
    <string name="proxy_port_label" msgid="5655276502233453400">"ப்ராக்ஸி போர்ட்"</string>
    <string name="proxy_exclusionlist_label" msgid="7700491504623418701">"இவற்றின் ப்ராக்ஸியைத் தவிர்"</string>
    <string name="proxy_exclusionlist_hint" msgid="6084099226687226948">"example.com,mycomp.test.com,localhost"</string>
    <string name="proxy_defaultView_text" msgid="6387985519141433291">"இயல்புநிலைகளை மீட்டெடு"</string>
    <string name="proxy_action_text" msgid="2957063145357903951">"முடிந்தது"</string>
    <string name="proxy_hostname_label" msgid="8490171412999373362">"ப்ராக்ஸியின் ஹோஸ்ட்பெயர்"</string>
    <string name="proxy_hostname_hint" msgid="2076157057003936176">"proxy.example.com"</string>
    <string name="proxy_error" msgid="8926675299638611451">"கவனத்திற்கு"</string>
    <string name="proxy_error_dismiss" msgid="4993171795485460060">"சரி"</string>
    <string name="proxy_error_invalid_host" msgid="6865850167802455230">"நீங்கள் உள்ளிட்ட ஹோஸ்ட்பெயர் தவறானது."</string>
    <string name="proxy_error_invalid_exclusion_list" msgid="678527645450894773">"நீங்கள் உள்ளிட்ட விலக்கல் பட்டியல் முறையாக வடிவமைக்கப்படவில்லை. விலக்கப்பட்ட களங்களின் காற்புள்ளியால் பிரிக்கப்பட்ட பட்டியலை உள்ளிடவும்."</string>
    <string name="proxy_error_empty_port" msgid="5539106187558215246">"நீங்கள் போர்ட் புலத்தை நிரப்ப வேண்டும்."</string>
    <string name="proxy_error_empty_host_set_port" msgid="2451694104858226781">"ஹோஸ்ட் புலம் வெறுமையாக இருந்தால் போர்ட்டின் புலம் வெறுமையாக இருக்க வேண்டும்."</string>
    <string name="proxy_error_invalid_port" msgid="5988270202074492710">"நீங்கள் உள்ளிட்ட போர்ட் தவறானது."</string>
    <string name="proxy_warning_limited_support" msgid="7229337138062837422">"HTTP ப்ராக்ஸியை உலாவி பயன்படுத்தும் ஆனால் பிற பயன்பாடுகள் பயன்படுத்தாமல் போகலாம்."</string>
    <string name="proxy_url_title" msgid="7185282894936042359">"PAC URL: "</string>
    <string name="radio_info_signal_location_label" msgid="16475158265551708">"இருப்பிடம்:"</string>
    <string name="radio_info_neighboring_location_label" msgid="2385625674055934880">"அருகிலுள்ள CID:"</string>
    <string name="radio_info_cellinfo_label" msgid="1300937728020622362">"கைபேசியின் தகவல்:"</string>
    <string name="radio_info_dcrtinfo_label" msgid="6802395441317448068">"DcRtInfo:"</string>
    <string name="radio_info_data_attempts_label" msgid="1731106244577323381">"தரவு முயற்சிகள்:"</string>
    <string name="radio_info_gprs_service_label" msgid="2331818110375395364">"GPRS சேவை:"</string>
    <string name="radio_info_roaming_label" msgid="6141505430275138647">"ரோமிங்:"</string>
    <string name="radio_info_imei_label" msgid="1220524224732944192">"IMEI:"</string>
    <string name="radio_info_call_redirect_label" msgid="1654674226961476872">"அழைப்பைத் திசைதிருப்பு:"</string>
    <string name="radio_info_ppp_resets_label" msgid="3241667824729310546">"துவக்கத்திலிருந்து PPP மீட்டமைவின் எண்ணிக்கை:"</string>
    <string name="radio_info_gsm_disconnects_label" msgid="1683069665736339820">"GSM தொடர்பு துண்டிப்புகள்:"</string>
    <string name="radio_info_current_network_label" msgid="3256402602440102610">"செயலில் உள்ள நெட்வொர்க்:"</string>
    <string name="radio_info_data_successes_label" msgid="4417894113689054945">"தரவு வெற்றிகள்:"</string>
    <string name="radio_info_ppp_received_label" msgid="3345184342444878849">"PPP பெறப்பட்டது:"</string>
    <string name="radio_info_gsm_service_label" msgid="2082332114596916985">"GSM சேவை:"</string>
    <string name="radio_info_signal_strength_label" msgid="1931937920896925766">"சிக்னலின் வலிமை:"</string>
    <string name="radio_info_call_status_label" msgid="4896238900685510883">"அழைப்பு நிலை:"</string>
    <string name="radio_info_ppp_sent_label" msgid="5009102250704375687">"PPP அனுப்பப்பட்டது:"</string>
    <string name="radio_info_radio_resets_label" msgid="9211343458143291617">"ரேடியோ மீட்டமைவுகள்:"</string>
    <string name="radio_info_message_waiting_label" msgid="6981842420058672207">"காத்திருக்கும் செய்தி:"</string>
    <string name="radio_info_phone_number_label" msgid="7192944627907412169">"மொபைல் எண்:"</string>
    <string name="radio_info_band_mode_label" msgid="441469694142042022">"ரேடியோ பேண்டைத் தேர்ந்தெடுக்கவும்"</string>
    <string name="radio_info_network_type_label" msgid="3706382548257257987">"நெட்வொர்க்கின் வகை:"</string>
    <string name="radio_info_set_perferred_label" msgid="9039200405863503267">"விருப்பமான நெட்வொர்க் வகையை அமை:"</string>
    <string name="radio_info_ping_ipaddr" msgid="498747917793263530">"IpAddr ஐப் பிங் செய்:"</string>
    <string name="radio_info_ping_hostname" msgid="3054888474808217853">"ஹோஸ்ட்பெயரை(www.google.com) பிங் செய்:"</string>
    <string name="radio_info_http_client_test" msgid="5733604021077701555">"HTTP கிளையன்ட் சோதனை:"</string>
    <string name="ping_test_label" msgid="7255376471490860631">"பிங் சோதனையை இயக்கு"</string>
    <string name="radio_info_smsc_label" msgid="6399460520126501354">"SMSC:"</string>
    <string name="radio_info_smsc_update_label" msgid="7258686760358791539">"புதுப்பி"</string>
    <string name="radio_info_smsc_refresh_label" msgid="6902302130315125102">"புதுப்பி"</string>
    <string name="radio_info_toggle_dns_check_label" msgid="8292252930563286858">"DNS சரிபார்ப்பை மாற்று"</string>
    <string name="oem_radio_info_label" msgid="6163141792477958941">"OEM சார்ந்த தகவல்/அமைப்பு"</string>
    <string name="band_mode_title" msgid="954174198903776205">"GSM/UMTS அலைவரிசையை அமை"</string>
    <string name="band_mode_loading" msgid="548764766363847336">"கற்றைப் பட்டியலை ஏற்றுகிறது…"</string>
    <string name="band_mode_set" msgid="5730560180249458484">"அமை"</string>
    <string name="band_mode_failed" msgid="1495968863884716379">"தோல்வி"</string>
    <string name="band_mode_succeeded" msgid="2701016190055887575">"வெற்றி"</string>
    <string name="sdcard_changes_instructions" msgid="4482324130377280131">"USB கேபிள் மீண்டும் இணைக்கப்படும்போது மாற்றங்கள் பயன்படுத்தப்படும்."</string>
    <string name="sdcard_settings_screen_mass_storage_text" msgid="3741220147296482474">"USB பெரும் சேமிப்பகத்தை இயக்கு"</string>
    <string name="sdcard_settings_total_bytes_label" msgid="9184160745785062144">"மொத்த பைட்கள்:"</string>
    <string name="sdcard_settings_not_present_status" product="nosdcard" msgid="1636218515775929394">"USB சேமிப்பிடம் பொருத்தப்படவில்லை."</string>
    <string name="sdcard_settings_not_present_status" product="default" msgid="2048419626134861599">"SD கார்டு இல்லை."</string>
    <string name="sdcard_settings_available_bytes_label" msgid="763232429899373001">"கிடைக்கும் பைட்டுகள்:"</string>
    <string name="sdcard_settings_mass_storage_status" product="nosdcard" msgid="7993410985895217054">"USB சேமிப்பிடமானது பெரும் சேமிப்பகச் சாதனமாகப் பயன்படுத்தப்படுகிறது."</string>
    <string name="sdcard_settings_mass_storage_status" product="default" msgid="2742075324087038036">"SD கார்டானது பெரும் சேமிப்பகச் சாதனமாகப் பயன்படுத்தப்படுகிறது."</string>
    <string name="sdcard_settings_unmounted_status" product="nosdcard" msgid="5128923500235719226">"USB சேமிப்பிடத்தைத் தற்போது பாதுகாப்பாக அகற்றலாம்."</string>
    <string name="sdcard_settings_unmounted_status" product="default" msgid="666233604712540408">"SD கார்டைத் தற்போது பாதுகாப்பாக அகற்றலாம்."</string>
    <string name="sdcard_settings_bad_removal_status" product="nosdcard" msgid="7761390725880773697">"USB சேமிப்பிடம் பயன்பாட்டில் இருக்கும்போதே அகற்றப்பட்டது!"</string>
    <string name="sdcard_settings_bad_removal_status" product="default" msgid="5145797653495907970">"பயன்பாட்டில் இருக்கும்போதே SD கார்டு அகற்றப்பட்டது!"</string>
    <string name="sdcard_settings_used_bytes_label" msgid="8820289486001170836">"பயன்படுத்திய பைட்கள்:"</string>
    <string name="sdcard_settings_scanning_status" product="nosdcard" msgid="7503429447676219564">"மீடியாவுக்காக USB சேமிப்பிடத்தை ஸ்கேன் செய்கிறது…"</string>
    <string name="sdcard_settings_scanning_status" product="default" msgid="2763464949274455656">"மீடியாவுக்காக SD கார்டை ஸ்கேன் செய்கிறது…"</string>
    <string name="sdcard_settings_read_only_status" product="nosdcard" msgid="3624143937437417788">"USB சேமிப்பிடமானது படிக்க மட்டும் முறையில் பொருத்தப்பட்டுள்ளது."</string>
    <string name="sdcard_settings_read_only_status" product="default" msgid="4518291824764698112">"SD கார்டு படிக்க மட்டும் முறையில் பொருத்தப்பட்டுள்ளது."</string>
    <string name="skip_label" msgid="47510779345218297">"தவிர்"</string>
    <string name="next_label" msgid="4693520878012668114">"அடுத்து"</string>
    <string name="language_picker_title" msgid="5349877711342869319">"மொழி"</string>
    <string name="activity_picker_label" msgid="6295660302548177109">"செயல்பாட்டைத் தேர்வுசெய்யவும்"</string>
    <string name="device_info_label" msgid="6551553813651711205">"சாதனத் தகவல்"</string>
    <string name="display_label" msgid="8074070940506840792">"திரை"</string>
    <string name="phone_info_label" product="tablet" msgid="7820855350955963628">"டேப்லெட்டின் தகவல்"</string>
    <string name="phone_info_label" product="default" msgid="2127552523124277664">"மொபைலின் தகவல்"</string>
    <string name="sd_card_settings_label" product="nosdcard" msgid="8101475181301178428">"USB சேமிப்பிடம்"</string>
    <string name="sd_card_settings_label" product="default" msgid="5743100901106177102">"SD கார்டு"</string>
    <string name="proxy_settings_label" msgid="3271174136184391743">"ப்ராக்ஸி அமைப்பு"</string>
    <string name="cancel" msgid="6859253417269739139">"ரத்துசெய்"</string>
    <string name="okay" msgid="1997666393121016642">"சரி"</string>
    <string name="forget" msgid="1400428660472591263">"மறந்துவிடு"</string>
    <string name="save" msgid="879993180139353333">"சேமி"</string>
    <string name="done" msgid="6942539184162713160">"முடிந்தது"</string>
    <string name="settings_label" msgid="1626402585530130914">"அமைப்பு"</string>
    <string name="settings_label_launcher" msgid="8344735489639482340">"அமைப்பு"</string>
    <string name="settings_shortcut" msgid="3936651951364030415">"அமைப்பு"</string>
    <string name="airplane_mode" msgid="8837269988154128601">"விமானப் பயன்முறை"</string>
    <string name="radio_controls_title" msgid="3447085191369779032">"மேலும்"</string>
    <string name="wireless_networks_settings_title" msgid="3643009077742794212">"வயர்லெஸ் &amp; நெட்வொர்க்குகள்"</string>
    <string name="radio_controls_summary" msgid="2837395036275123133">"வைஃபை, புளுடூத், விமானப் பயன்முறை, செல்லுலார் நெட்வொர்க்குகள் &amp; VPNகளை நிர்வகிக்கவும்"</string>
    <string name="cellular_data_title" msgid="2525947635539415202">"செல்லுலார் தரவு"</string>
    <string name="calls_title" msgid="3544471959217176768">"அழைப்புகள்"</string>
    <string name="sms_messages_title" msgid="1778636286080572535">"SMS செய்திகள்"</string>
    <string name="cellular_data_summary" msgid="4575500999626276446">"செல்லுலார் நெட்வொர்க் வழியாக தரவுப் பயன்பாட்டை அனுமதி"</string>
    <string name="allow_data_usage_title" msgid="2238205944729213062">"ரோமிங்கின் போது தரவுப் பயன்பாட்டை அனுமதி"</string>
    <string name="roaming" msgid="3596055926335478572">"தரவு ரோமிங்"</string>
    <string name="roaming_enable" msgid="3737380951525303961">"ரோமிங்கின்போது தரவு சேவைகளுடன் இணை"</string>
    <string name="roaming_disable" msgid="1295279574370898378">"ரோமிங்கின் போது தரவு சேவைகளுடன் இணை"</string>
    <string name="roaming_reenable_message" msgid="9141007271031717369">"உங்களுடைய உள்ளூர் நெட்வொர்க்கில் தரவு ரோமிங்கை முடக்கியுள்ளதால் உங்கள் தரவு இணைப்பை இழந்துவிட்டீர்கள்."</string>
    <string name="roaming_turn_it_on_button" msgid="4387601818162120589">"இதை இயக்கவும்"</string>
    <string name="roaming_warning" msgid="7625933694709170887">"நீங்கள் தரவு ரோமிங்கை அனுமதிக்கும்போது, குறிப்பிட்ட ரோமிங் கட்டணங்கள் உங்களுக்கு விதிக்கப்படலாம்!"</string>
    <string name="roaming_warning_multiuser" product="tablet" msgid="6458990250829214777">"நீங்கள் தரவு ரோமிங்கை அனுமதிக்கும்போது, குறிப்பிட்ட ரோமிங் கட்டணங்கள் உங்களுக்கு விதிக்கப்படலாம்!\n\nஅமைப்பானது, டேப்லெட்டில் உள்ள அனைவரையும் பாதிக்கும்."</string>
    <string name="roaming_warning_multiuser" product="default" msgid="6368421100292355440">"நீங்கள் தரவு ரோமிங்கை அனுமதிக்கும்போது, குறிப்பிட்ட ரோமிங் கட்டணங்கள் உங்களுக்கு விதிக்கப்படலாம்!\n\nஅமைப்பானது, தொலைபேசியில் உள்ள அனைவரையும் பாதிக்கும்."</string>
    <string name="roaming_reenable_title" msgid="6068100976707316772">"தரவு ரோமிங்கை அனுமதிக்கவா?"</string>
    <string name="networks" msgid="6333316876545927039">"ஆபரேட்டர் தேர்வு"</string>
    <string name="sum_carrier_select" msgid="3616956422251879163">"நெட்வொர்க் ஆபரேட்டரைத் தேர்வுசெய்யவும்"</string>
    <string name="date_and_time_settings_title" msgid="3350640463596716780">"தேதி &amp; நேரம்"</string>
    <string name="date_and_time_settings_title_setup_wizard" msgid="2391530758339384324">"தேதி மற்றும் நேரத்தை அமை"</string>
    <string name="date_and_time_settings_summary" msgid="7095318986757583584">"தேதி, நேரம், நேரமண்டலம் &amp; வடிவமைப்புகளை அமை"</string>
    <string name="date_time_auto" msgid="7076906458515908345">"தானியங்கு தேதி &amp; நேரம்"</string>
    <string name="date_time_auto_summaryOn" msgid="4609619490075140381">"நெட்வொர்க் வழங்கும் நேரத்தைப் பயன்படுத்து"</string>
    <string name="date_time_auto_summaryOff" msgid="8698762649061882791">"நெட்வொர்க் வழங்கும் நேரத்தைப் பயன்படுத்து"</string>
    <string name="zone_auto" msgid="334783869352026648">"தானியங்கு நேர மண்டலம்"</string>
    <string name="zone_auto_summaryOn" msgid="6142830927278458314">"நெட்வொர்க் வழங்கும் நேர மண்டலத்தைப் பயன்படுத்து"</string>
    <string name="zone_auto_summaryOff" msgid="2597745783162041390">"நெட்வொர்க் வழங்கும் நேர மண்டலத்தைப் பயன்படுத்து"</string>
    <string name="date_time_24hour_title" msgid="3203537578602803850">"24 மணிநேர வடிவம்"</string>
    <string name="date_time_24hour" msgid="1193032284921000063">"24-மணிநேர வடிவமைப்பில்"</string>
    <string name="date_time_set_time_title" msgid="6296795651349047016">"நேரம்"</string>
    <string name="date_time_set_time" msgid="5716856602742530696">"நேரத்தை அமை"</string>
    <string name="date_time_set_timezone_title" msgid="3047322337368233197">"நேர மண்டலம்"</string>
    <string name="date_time_set_timezone" msgid="5045627174274377814">"நேரமண்டலத்தை அமை"</string>
    <string name="date_time_set_date_title" msgid="6928286765325608604">"தேதி"</string>
    <string name="date_time_set_date" msgid="7021491668550232105">"தேதியை அமை"</string>
    <string name="zone_list_menu_sort_alphabetically" msgid="5683377702671088588">"அகர வரிசைப்படி வரிசைப்படுத்து"</string>
    <string name="zone_list_menu_sort_by_timezone" msgid="2720190443744884114">"நேர மண்டலத்தின்படி வரிசைப்படுத்து"</string>
    <string name="date_picker_title" msgid="1338210036394128512">"தேதி"</string>
    <string name="time_picker_title" msgid="483460752287255019">"நேரம்"</string>
    <string name="lock_after_timeout" msgid="4590337686681194648">"தானாகவே பூட்டு"</string>
    <string name="lock_after_timeout_summary" msgid="6128431871360905631">"உறக்கநிலைக்குச் சென்ற பிறகு <xliff:g id="TIMEOUT_STRING">%1$s</xliff:g>"</string>
    <string name="lock_immediately_summary_with_exception" msgid="9119632173886172690">"<xliff:g id="TRUST_AGENT_NAME">%1$s</xliff:g> ஆல் திறக்கப்பட்டிருக்கும் சூழல்கள் தவிர, பிற சூழல்களில் உடனடியாக உறக்கத்திற்குச் செல்லும்"</string>
    <string name="lock_after_timeout_summary_with_exception" msgid="5579064842797188409">"<xliff:g id="TRUST_AGENT_NAME">%2$s</xliff:g> பயன்படுத்தாத போது, <xliff:g id="TIMEOUT_STRING">%1$s</xliff:g>க்குப் பின் உறக்கநிலையில் வை"</string>
    <string name="show_owner_info_on_lockscreen_label" msgid="5074906168357568434">"பூட்டுத் திரையில் உரிமையாளர் தகவலைக் காட்டு"</string>
    <string name="owner_info_settings_title" msgid="5530285568897386122">"பூட்டுத் திரை செய்தி"</string>
    <string name="security_enable_widgets_title" msgid="2754833397070967846">"விட்ஜெட்களை இயக்கு"</string>
    <string name="security_enable_widgets_disabled_summary" msgid="1557090442377855233">"நிர்வாகியால் முடக்கப்பட்டது"</string>
    <string name="owner_info_settings_summary" msgid="7472393443779227052">"ஏதுமில்லை"</string>
    <string name="owner_info_settings_status" msgid="120407527726476378">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="COUNT_1">%2$d</xliff:g>"</string>
    <string name="owner_info_settings_edit_text_hint" msgid="7591869574491036360">"எ.கா., ஜோவின் அண்ட்ராய்டு."</string>
    <string name="user_info_settings_title" msgid="1195015434996724736">"பயனர் தகவல்"</string>
    <string name="show_profile_info_on_lockscreen_label" msgid="2741208907263877990">"பூட்டு திரையில் சுயவிவரத் தகவலைக் காட்டு"</string>
    <string name="profile_info_settings_title" msgid="3518603215935346604">"சுயவிவரத் தகவல்"</string>
    <string name="Accounts_settings_title" msgid="1643879107901699406">"கணக்குகள்"</string>
    <string name="location_settings_title" msgid="1369675479310751735">"இருப்பிடம்"</string>
    <string name="account_settings_title" msgid="626177544686329806">"கணக்குகள்"</string>
    <string name="security_settings_title" msgid="7945465324818485460">"பாதுகாப்பு"</string>
    <string name="security_settings_summary" msgid="967393342537986570">"எனது இருப்பிடம், திரை திற, சிம் கார்டு பூட்டு, நற்சான்று சேமிப்பிட பூட்டு ஆகியவற்றை அமைக்கவும்"</string>
    <string name="cdma_security_settings_summary" msgid="6068799952798901542">"எனது இருப்பிடம், திரையைத் திற, நற்சான்று சேமிப்பிடப் பூட்டு ஆகியவற்றை அமைக்கவும்"</string>
    <string name="security_passwords_title" msgid="2930627259125138363">"கடவுச்சொற்கள்"</string>
    <string name="security_settings_fingerprint_preference_title" msgid="2488725232406204350">"கைரேகை"</string>
    <string name="fingerprint_manage_category_title" msgid="8293801041700001681">"கைரேகைகளை நிர்வகிக்கவும்"</string>
    <string name="fingerprint_usage_category_title" msgid="8438526918999536619">"இதற்குப் பயன்படுத்து:"</string>
    <string name="fingerprint_add_title" msgid="1926752654454033904">"கைரேகையைச் சேர்"</string>
    <string name="fingerprint_enable_keyguard_toggle_title" msgid="5078060939636911795">"திரைப் பூட்டு"</string>
    <plurals name="security_settings_fingerprint_preference_summary" formatted="false" msgid="624961700033979880">
      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> கைரேகைகளின் அமைவு</item>
      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> கைரேகையின் அமைவு</item>
    </plurals>
    <string name="security_settings_fingerprint_preference_summary_none" msgid="1507739327565151923"></string>
    <string name="security_settings_fingerprint_enroll_onboard_title" msgid="4735546436672054254">"கைரேகையை அமைக்கவும்"</string>
    <string name="security_settings_fingerprint_enroll_onboard_message" msgid="2655449737443418341">"திரையைத் திறக்க அல்லது பர்ச்சேஸ்களை உறுதிப்படுத்த, உங்கள் கைரேகையைப் பயன்படுத்த, நீங்கள் செய்ய வேண்டியது:"</string>
    <string name="security_settings_fingerprint_enroll_onboard_message_1" msgid="2799884038398627882">"பின்புலத் திரைப் பூட்டு முறையை அமைக்கவும்"</string>
    <string name="security_settings_fingerprint_enroll_onboard_message_2" msgid="4158160658182631304">"கைரேகையைச் சேர்க்கவும்"</string>
    <string name="security_settings_fingerprint_enroll_introduction_title" msgid="3201556857492526098">"கைரேகை மூலம் திறக்கலாம்"</string>
    <string name="security_settings_fingerprint_enroll_introduction_message" msgid="9193978734907066950">"மொபைலைத் திறக்க, வாங்குதல்களை அங்கீகரிக்க அல்லது பயன்பாடுகளில் உள்நுழைய, கைரேகை உணர்வியைத் தொட்டால் போதும். மொபைலில் சேர்க்கப்பட்ட எந்தக் கைரேகையைப் பயன்படுத்தியும் மேலே குறிப்பிட்ட செயல்களைச் செய்ய முடியும். எனவே யாரைச் சேர்க்கிறீர்கள் என்பதில் கவனமாக இருக்கவும்."</string>
    <string name="security_settings_fingerprint_enroll_introduction_message_warning" msgid="7173290350577831813">"குறிப்பு: கைரேகையானது வலிமையான வடிவம் அல்லது பின்னை விட பாதுகாப்பு குறைந்தது."</string>
    <string name="security_settings_fingerprint_enroll_introduction_risk_link_text" msgid="9129531466157620977">"மேலும் அறிக"</string>
    <string name="security_settings_fingerprint_enroll_introduction_cancel" msgid="3199351118385606526">"ரத்துசெய்"</string>
    <string name="security_settings_fingerprint_enroll_introduction_continue" msgid="7472492858148162530">"தொடரவும்"</string>
    <string name="security_settings_fingerprint_enroll_find_sensor_title" msgid="5877265753699187149">"உணர்வியைக் கண்டறிக"</string>
    <string name="security_settings_fingerprint_enroll_find_sensor_message" msgid="1959655161889313661">"உங்கள் ஃபோனின் பின்புறம் இருக்கும் கைரேகை உணர்வியைக் கண்டறியுங்கள்"</string>
    <string name="security_settings_fingerprint_enroll_find_sensor_content_description" msgid="2058830032070449160">"சாதனத்தில் கைரேகை உணர்வி அமைந்துள்ள இடத்தின் விளக்கப்படம்"</string>
    <string name="security_settings_fingerprint_enroll_dialog_name_label" msgid="7086763077909041106">"பெயர்"</string>
    <string name="security_settings_fingerprint_enroll_dialog_ok" msgid="4150384963879569750">"சரி"</string>
    <string name="security_settings_fingerprint_enroll_dialog_delete" msgid="4114615413240707936">"நீக்கு"</string>
    <string name="security_settings_fingerprint_enroll_start_title" msgid="9192567284554495805">"தொடங்கலாம்!"</string>
    <string name="security_settings_fingerprint_enroll_start_message" msgid="3909929328942564524">"விரலை உணர்வியில் வைத்து, அதிர்வை உணர்ந்த பின்னர் விரலை எடுக்கவும்"</string>
    <string name="security_settings_fingerprint_enroll_repeat_title" msgid="4327640138658832625">"அருமை! அதையே மீண்டும் செய்யவும்"</string>
    <string name="security_settings_fingerprint_enroll_repeat_message" msgid="4232813847507193627">"கைரேகையின் வெவ்வேறு பகுதிகளைச் சேர்க்க, விரலை சற்று நகர்த்தவும்"</string>
    <string name="security_settings_fingerprint_enroll_finish_title" msgid="4798692662828257300">"கைரேகை சேர்க்கப்பட்டது!"</string>
    <string name="security_settings_fingerprint_enroll_finish_message" msgid="835496875787664316">"இந்த ஐகானைப் பார்க்கும்போதெல்லாம், அடையாளப்படுத்தலுக்காக அல்லது வாங்குதலை அங்கீகரிக்க, நீங்கள் கைரேகையைப் பயன்படுத்தலாம்."</string>
    <string name="setup_fingerprint_enroll_finish_message" msgid="7234264291957984004">"சாதனத்தைச் செயல்படச் செய்து, அதைத் திறக்க, கைரேகை உணர்வியைத் தொட்டால் போதும்."</string>
    <string name="setup_fingerprint_enroll_finish_message_secondary" msgid="7280546429133276374">"இந்த ஐகானைப் பார்க்கும்போதெல்லாம், உங்கள் கைரேகையைப் பயன்படுத்தலாம்."</string>
    <string name="setup_fingerprint_enroll_enrolling_skip_title" msgid="6808422329107426923">"கைரேகை அமைவைத் தவிர்க்கவா?"</string>
    <string name="setup_fingerprint_enroll_enrolling_skip_message" msgid="274849306857859783">"கைரேகையை மட்டும் பயன்படுத்தி மொபைலைத் திறக்கும் முறையைத் தேர்வுசெய்துள்ளீர்கள். இப்போது தவிர்த்தால், இதைப் பின்னர் அமைக்க வேண்டியிருக்கும். அமைவுக்குத் தோராயமாக ஒரு நிமிடம் மட்டுமே எடுக்கும்."</string>
    <string name="security_settings_fingerprint_enroll_setup_screen_lock" msgid="1195743489835505376">"திரைப் பூட்டை அமை"</string>
    <string name="security_settings_fingerprint_enroll_done" msgid="4014607378328187567">"முடிந்தது"</string>
    <string name="security_settings_fingerprint_enroll_touch_dialog_title" msgid="1863561601428695160">"அச்சச்சோ, அது உணர்வி இல்லை"</string>
    <string name="security_settings_fingerprint_enroll_touch_dialog_message" msgid="5053971232594165142">"சாதனத்தின் கைரேகை உணர்வியைப் பயன்படுத்தவும்."</string>
    <string name="security_settings_fingerprint_enroll_error_dialog_title" msgid="3618021988442639280">"பதிவுசெய்ய முடியவில்லை"</string>
    <string name="security_settings_fingerprint_enroll_error_timeout_dialog_message" msgid="2942551158278899627">"கைரேகையைப் பதிவுசெய்வதற்கான நேரம் முடிந்தது. மீண்டும் முயற்சிக்கவும்."</string>
    <string name="security_settings_fingerprint_enroll_error_generic_dialog_message" msgid="3624760637222239293">"கைரேகையைப் பதிவுசெய்ய முடியவில்லை. மீண்டும் முயற்சிக்கவும் அல்லது வேறு விரலைப் பயன்படுத்தவும்."</string>
    <string name="fingerprint_enroll_button_add" msgid="6317978977419045463">"மற்றொன்றைச் சேர்"</string>
    <string name="fingerprint_enroll_button_next" msgid="6247009337616342759">"அடுத்து"</string>
    <string name="security_settings_fingerprint_enroll_disclaimer" msgid="2624905914239271751">"மொபைலைத் திறக்க மட்டுமில்லாமல், பர்ச்சேஸ்களை உறுதிப்படுத்தவும் பயன்பாட்டை அணுகவும் கைரேகையைப் பயன்படுத்தலாம். "<annotation id="url">"மேலும் அறிக"</annotation></string>
    <string name="security_settings_fingerprint_enroll_disclaimer_lockscreen_disabled" msgid="4504501581228672208">"திரைப் பூட்டு விருப்பம் முடக்கப்பட்டது. இருப்பினும் பர்ச்சேஸ்களை உறுதிப்படுத்தவும் பயன்பாட்டை அணுகவும் கைரேகையைப் பயன்படுத்தலாம். "<annotation id="url">"மேலும் அறிக"</annotation></string>
    <string name="security_settings_fingerprint_enroll_lift_touch_again" msgid="1888772560642539718">"விரலை எடுத்துவிட்டு, மீண்டும் உணர்வியைத் தொடவும்"</string>
    <string name="fingerprint_add_max" msgid="1020927549936895822">"<xliff:g id="COUNT">%d</xliff:g> கைரேகைகள் வரை சேர்க்கலாம்"</string>
    <string name="fingerprint_last_delete_title" msgid="6410310101247028988">"எல்லா கைரேகைகளையும் அகற்றவா?"</string>
    <string name="fingerprint_last_delete_message" msgid="8318926239554839722">"கைரேகைகளை அகற்றிவிட்டால், அவற்றைப் பயன்படுத்தி மொபைலைத் திறக்க முடியாது, வாங்குதல்களை அங்கீகரிக்க முடியாது அல்லது பயன்பாடுகளில் உள்நுழைய முடியாது."</string>
    <string name="fingerprint_last_delete_confirm" msgid="2634726361059274289">"ஆம், அகற்று"</string>
    <string name="confirm_fingerprint_icon_content_description" msgid="5255544532157079096">"தொடர, உங்கள் கைரேகையைப் பயன்படுத்தவும்."</string>
    <string name="crypt_keeper_settings_title" msgid="4219233835490520414">"முறைமையாக்கம்"</string>
    <string name="crypt_keeper_encrypt_title" product="tablet" msgid="1060273569887301457">"டேப்லெட்டை முறைமையாக்கு"</string>
    <string name="crypt_keeper_encrypt_title" product="default" msgid="1878996487755806122">"மொபைலை முறைமையாக்கு"</string>
    <string name="crypt_keeper_encrypted_summary" msgid="1868233637888132906">"முறைமையாக்கப்பட்டது"</string>
    <string name="crypt_keeper_desc" product="tablet" msgid="503014594435731275">"உங்கள் கணக்குகள், அமைப்புகள், பதிவிறக்கிய பயன்பாடுகள் மற்றும் அவற்றின் தரவு, மீடியா மற்றும் பிற கோப்புகள் என அனைத்தையும் குறியாக்கலாம். உங்கள் டேப்லெட்டைக் குறியாக்கிய பிறகு, திரைப்பூட்டை (அதாவது வடிவம் அல்லது பின் அல்லது கடவுச்சொல்) அமைத்திருந்தால், ஒவ்வொரு முறையும் டேப்லெட்டை இயக்கும்போது குறிநீக்குவதற்கு திரையைத் திறக்க வேண்டும். உங்களின் எல்லா தரவையும் அழித்து, ஆரம்ப நிலைக்கு மீட்டமைப்பதே குறிநீக்குவதற்கான மற்றொரு வழியாகும்.\n\nகுறியாக்குவதற்கு ஒரு மணிநேரம் அல்லது அதற்கு மேல் ஆகலாம். சார்ஜ் செய்த பேட்டரியுடன் தொடங்கி, செயல் முடியும் வரை சார்ஜ் ஆகும் நிலையிலேயே வைக்கவும். செயலில் குறுக்கிட்டால், உங்கள் தரவில் சிலவற்றை அல்லது மொத்தத்தையும் இழப்பீர்கள்."</string>
    <string name="crypt_keeper_desc" product="default" msgid="2579929266645543631">"உங்கள் கணக்குகள், அமைப்புகள், பதிவிறக்கிய பயன்பாடுகள் மற்றும் அவற்றின் தரவு, மீடியா மற்றும் பிற கோப்புகள் என அனைத்தையும் குறியாக்கலாம். உங்கள் மொபைலைக் குறியாக்கிய பிறகு, திரைப்பூட்டை (அதாவது வடிவம் அல்லது பின் அல்லது கடவுச்சொல்) அமைத்திருந்தால், ஒவ்வொரு முறையும் மொபைலை இயக்கும்போது குறிநீக்குவதற்கு திரையைத் திறக்க வேண்டும். உங்களின் எல்லா தரவையும் அழித்து, ஆரம்ப நிலைக்கு மீட்டமைப்பதே குறிநீக்குவதற்கான மற்றொரு வழியாகும்.\n\nகுறியாக்குவதற்கு ஒரு மணிநேரம் அல்லது அதற்கு மேல் ஆகலாம். சார்ஜ் செய்த பேட்டரியுடன் தொடங்கி, செயல் முடியும் வரை சார்ஜ் ஆகும் நிலையிலேயே வைக்கவும். செயலில் குறுக்கிட்டால், உங்கள் தரவில் சிலவற்றை அல்லது மொத்தத்தையும் இழப்பீர்கள்."</string>
    <string name="crypt_keeper_button_text" product="tablet" msgid="1189623490604750854">"டேப்லெட்டை முறைமையாக்கு"</string>
    <string name="crypt_keeper_button_text" product="default" msgid="2008346408473255519">"மொபைலை முறைமையாக்கு"</string>
    <string name="crypt_keeper_low_charge_text" msgid="2029407131227814893">"உங்கள் பேட்டரியை சார்ஜ் செய்து மீண்டும் முயற்சிக்கவும்."</string>
    <string name="crypt_keeper_unplugged_text" msgid="4785376766063053901">"உங்கள் சார்ஜரை செருகி, மீண்டும் முயற்சிக்கவும்."</string>
    <string name="crypt_keeper_dialog_need_password_title" msgid="4058971800557767">"திரைப் பூட்டு பின் அல்லது கடவுச்சொல் இல்லை"</string>
    <string name="crypt_keeper_dialog_need_password_message" msgid="4071395977297369642">"முறைமையாக்கத்தைத் தொடங்குவதற்கு முன் பூட்டு திரைக்கான பின் அல்லது கடவுச்சொல்லை அமைக்க வேண்டும்."</string>
    <string name="crypt_keeper_confirm_title" msgid="5100339496381875522">"முறைமையாக்கவா?"</string>
    <string name="crypt_keeper_final_desc" product="tablet" msgid="517662068757620756">"முறைமையாக்கச் செயல்முறையானது திரும்பப்பெற முடியாததாகும், நீங்கள் அதில் குறுக்கிட்டால், தரவை இழக்க நேரிடும். முறைமையாக்கம் செய்ய ஒரு மணிநேரம் அல்லது அதற்கு அதிகமான நேரம் எடுக்கும், அப்போது டேப்லெட் பலமுறை மீண்டும் தொடங்கலாம்."</string>
    <string name="crypt_keeper_final_desc" product="default" msgid="287503113671320916">"முறைமையாக்கச் செயல்முறையானது திரும்பப்பெற முடியாததாகும், நீங்கள் அதில் குறுக்கிட்டால், தரவை இழக்க நேரிடும். முறைமையாக்கம் செய்ய ஒரு மணிநேரம் அல்லது அதற்கு அதிகமான நேரம் எடுக்கும், அப்போது தொலைபேசி பலமுறை மீண்டும் தொடங்கலாம்."</string>
    <string name="crypt_keeper_setup_title" msgid="1783951453124244969">"முறைமையாக்கம் செய்யப்படுகிறது"</string>
    <string name="crypt_keeper_setup_description" product="tablet" msgid="6689952371032099350">"உங்கள் டேப்லெட் முறைமையாக்கம் செய்யப்படுகிறது, காத்திருக்கவும். <xliff:g id="PERCENT">^1</xliff:g>% முடிந்தது."</string>
    <string name="crypt_keeper_setup_description" product="default" msgid="951918761585534875">"உங்கள் மொபைல் முறைமையாக்கம் செய்யப்படுகிறது, காத்திருக்கவும். <xliff:g id="PERCENT">^1</xliff:g>% முடிந்தது."</string>
    <string name="crypt_keeper_setup_time_remaining" product="tablet" msgid="1655047311546745695">"டேப்லெட் குறியாக்கப்படும் வரை காத்திருக்கவும். மீதமுள்ள நேரம்: <xliff:g id="DURATION">^1</xliff:g>"</string>
    <string name="crypt_keeper_setup_time_remaining" product="default" msgid="1862964662304683072">"ஃபோன் குறியாக்கப்படும் வரை காத்திருக்கவும். மீதமுள்ள நேரம்: <xliff:g id="DURATION">^1</xliff:g>"</string>
    <string name="crypt_keeper_force_power_cycle" product="tablet" msgid="556504311511212648">"டேப்லெட்டைத் திறக்க, அதை முடக்கி, பின் இயக்கவும்."</string>
    <string name="crypt_keeper_force_power_cycle" product="default" msgid="1794353635603020327">"மொபைலைத் திறக்க, அதை முடக்கி, பின் இயக்கவும்."</string>
    <string name="crypt_keeper_warn_wipe" msgid="2738374897337991667">"எச்சரிக்கை: சாதனத்தைத் திறப்பதற்கான <xliff:g id="COUNT">^1</xliff:g> முயற்சிகளும் தோல்வி அடைந்தால், சாதனத்தின் தரவு அழிக்கப்படும்!"</string>
    <string name="crypt_keeper_enter_password" msgid="2223340178473871064">"உங்கள் கடவுச்சொல்லை உள்ளிடவும்"</string>
    <string name="crypt_keeper_failed_title" msgid="7133499413023075961">"முறைமையாக்கம் தோல்வி"</string>
    <string name="crypt_keeper_failed_summary" product="tablet" msgid="8219375738445017266">"முறைமையாக்கத்தில் குறுக்கீடு ஏற்பட்டது, இதனால் நிறைவுசெய்ய முடியாது. இதன் விளைவாக, உங்கள் டேப்லெட்டில் உள்ள தரவை இனிமேல் அணுக முடியாது. \n\nஉங்கள் டேப்லெட்டைத் தொடர்ந்து பயன்படுத்த ஆரம்பநிலை மீட்டமைவைச் செயல்படுத்த வேண்டும். மீட்டமைவிற்குப் பிறகு உங்கள் டேப்லெட்டை அமைக்கும்போது, உங்கள் Google கணக்கில் காப்புப் பிரதியெடுக்கப்பட்ட எந்தத் தரவையும் மீட்டமைப்பதற்கான வாய்ப்பைப் பெறுவீர்கள்."</string>
    <string name="crypt_keeper_failed_summary" product="default" msgid="3270131542549577953">"முறைமையாக்கத்தில் குறுக்கீடு ஏற்பட்டது, மேலும் நிறைவுசெய்ய முடியாது. இதன் விளைவாக உங்கள் தொலைபேசியில் உள்ள தரவை இனிமேல் அணுக முடியாது. \n\nஉங்கள் தொலைபேசியைப் பயன்படுத்தி மீண்டும் தொடங்குவதற்கு ஆரம்பநிலை மீட்டமைவைச் செயல்படுத்த வேண்டும். மீட்டமைவிற்குப் பிறகு உங்கள் தொலைபேசியை அமைக்கும்போது, உங்கள் Google கணக்கில் காப்புப் பிரதியெடுக்கப்பட்ட எந்தத் தரவையும் மீட்டமைப்பதற்கான வாய்ப்பைப் பெறுவீர்கள்."</string>
    <string name="crypt_keeper_data_corrupt_title" msgid="8759119849089795751">"குறிவிலக்கம் தோல்வி"</string>
    <string name="crypt_keeper_data_corrupt_summary" product="tablet" msgid="840107296925798402">"சரியான கடவுச்சொல்லை உள்ளிட்டீர்கள், ஆனால் எதிர்பாராதவிதமாக உங்கள் தரவு சிதைந்துவிட்டது. \n\nடேப்லெட்டை மீண்டும் பயன்படுத்த, ஆரம்பநிலை மீட்டமைவைச் செயல்படுத்தவும். மீட்டமைத்த பின் டேப்லெட்டை அமைக்கும் போது, உங்கள் Google கணக்கில் காப்புப் பிரதி எடுக்கப்பட்ட எந்தத் தரவையும் நீங்கள் மீட்டெடுக்க முடியும்."</string>
    <string name="crypt_keeper_data_corrupt_summary" product="default" msgid="8843311420059663824">"சரியான கடவுச்சொல்லை உள்ளிட்டீர்கள், ஆனால் எதிர்பாராதவிதமாக உங்கள் தரவு சிதைந்துவிட்டது. \n\nமொபைலை மீண்டும் பயன்படுத்த, ஆரம்பநிலை மீட்டமைவைச் செயல்படுத்தவும். மீட்டமைத்த பின் மொபைலை அமைக்கும் போது, Google கணக்கில் காப்புப் பிரதி எடுக்கப்பட்ட எந்தத் தரவையும் நீங்கள் மீட்டெடுக்க முடியும்."</string>
    <string name="crypt_keeper_switch_input_method" msgid="4168332125223483198">"உள்ளீட்டு முறையை மாற்று"</string>
    <string name="lock_settings_picker_title" msgid="1095755849152582712">"திரைப் பூட்டைத் தேர்வுசெய்யவும்"</string>
    <string name="lock_settings_picker_fingerprint_message" msgid="4755230324778371292">"மாற்றுத் திரைப் பூட்டு முறையைத் தேர்வுசெய்க"</string>
    <string name="unlock_set_unlock_launch_picker_title" msgid="2084576942666016993">"திரைப் பூட்டு"</string>
    <string name="unlock_set_unlock_launch_picker_change_title" msgid="5045866882028324941">"பூட்டுத் திரையை மாற்றவும்"</string>
    <string name="unlock_set_unlock_launch_picker_change_summary" msgid="2790960639554590668">"வடிவம், பின் அல்லது கடவுச்சொல் பாதுகாப்பை மாற்றவும் அல்லது முடக்கவும்."</string>
    <string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"திரையைப் பூட்டுவதற்கான முறையைத் தேர்வுசெய்யவும்"</string>
    <string name="unlock_set_unlock_off_title" msgid="7117155352183088342">"ஏதுமில்லை"</string>
    <string name="unlock_set_unlock_off_summary" msgid="94361581669110415"></string>
    <string name="unlock_set_unlock_none_title" msgid="5679243878975864640">"ஸ்வைப்"</string>
    <string name="unlock_set_unlock_none_summary" msgid="8914673583104628191">"பாதுகாப்பு இல்லை"</string>
    <string name="unlock_set_unlock_pattern_title" msgid="2912067603917311700">"வடிவம்"</string>
    <string name="unlock_set_unlock_pattern_summary" msgid="7062696666227725593">"மிதமான பாதுகாப்பு"</string>
    <string name="unlock_set_unlock_pin_title" msgid="5846029709462329515">"பின்"</string>
    <string name="unlock_set_unlock_pin_summary" msgid="907878650556383388">"மிதமானது முதல் அதிக பாதுகாப்பு"</string>
    <string name="unlock_set_unlock_password_title" msgid="8775603825675090937">"கடவுச்சொல்"</string>
    <string name="unlock_set_unlock_password_summary" msgid="8856220848940929546">"அதிகப் பாதுகாப்பு"</string>
    <string name="current_screen_lock" msgid="4104091715420072219">"தற்போதைய திரைப் பூட்டு"</string>
    <string name="unlock_set_unlock_disabled_summary" msgid="2120729867788851674">"நிர்வாகியால் முடக்கப்படும், முறைமையாக்கக் கொள்கை அல்லது நற்சான்றுக்கான சேமிப்பிடம்"</string>
    <string name="unlock_set_unlock_mode_off" msgid="5881952274566013651">"ஏதுமில்லை"</string>
    <string name="unlock_set_unlock_mode_none" msgid="8467360084676871617">"ஸ்வைப்"</string>
    <string name="unlock_set_unlock_mode_pattern" msgid="7837270780919299289">"வடிவம்"</string>
    <string name="unlock_set_unlock_mode_pin" msgid="3541326261341386690">"பின்"</string>
    <string name="unlock_set_unlock_mode_password" msgid="1203938057264146610">"கடவுச்சொல்"</string>
    <string name="unlock_setup_wizard_fingerprint_details" msgid="7893457665921363009">"திரைப் பூட்டு அமைத்ததும், அமைப்புகள் &gt; பாதுகாப்பு என்பதற்குச் சென்று கைரேகையை அமைக்கலாம்."</string>
    <string name="unlock_disable_lock_title" msgid="1427036227416979120">"திரைப் பூட்டை முடக்கு"</string>
    <string name="unlock_disable_frp_warning_title" msgid="264008934468492550">"சாதனப் பாதுகாப்பை அகற்றவா?"</string>
    <string name="unlock_disable_frp_warning_content_pattern" msgid="8869767290771023461">"வடிவம் இல்லாமல் சாதனப் பாதுகாப்பு அம்சங்கள் செயல்படாது."</string>
    <string name="unlock_disable_frp_warning_content_pattern_fingerprint" msgid="8212242533942400457">"வடிவம் இல்லாமல் சாதனப் பாதுகாப்பு அம்சங்கள் செயல்படாது.<xliff:g id="EMPTY_LINE">

</xliff:g>ஏற்கனவே சேமித்த கைரேகைகளும் இந்தச் சாதனத்திலிருந்து அகற்றப்படும். எனவே அவற்றின் மூலம் உங்களால் மொபைலைத் திறக்க முடியாது, வாங்குதல்களை அங்கீகரிக்க முடியாது அல்லது பயன்பாடுகளில் உள்நுழைய முடியாது.\""</string>
    <string name="unlock_disable_frp_warning_content_pin" msgid="586996206210265131">"பின் இல்லாமல் சாதனப் பாதுகாப்பு அம்சங்கள் செயல்படாது."</string>
    <string name="unlock_disable_frp_warning_content_pin_fingerprint" msgid="875669051899437197">"பின் இல்லாமல் சாதனப் பாதுகாப்பு அம்சங்கள் செயல்படாது.<xliff:g id="EMPTY_LINE">

</xliff:g>ஏற்கனவே சேமித்த கைரேகைகளும் இந்தச் சாதனத்திலிருந்து அகற்றப்படும். எனவே அவற்றின் மூலம் உங்களால் மொபைலைத் திறக்க முடியாது, வாங்குதல்களை அங்கீகரிக்க முடியாது அல்லது பயன்பாடுகளில் உள்நுழைய முடியாது.\""</string>
    <string name="unlock_disable_frp_warning_content_password" msgid="5420612686852555537">"கடவுச்சொல் இல்லாமல் சாதனப் பாதுகாப்பு அம்சங்கள் செயல்படாது."</string>
    <string name="unlock_disable_frp_warning_content_password_fingerprint" msgid="2228159168587170445">"கடவுச்சொல் இல்லாமல் சாதனப் பாதுகாப்பு அம்சங்கள் செயல்படாது.<xliff:g id="EMPTY_LINE">

</xliff:g>ஏற்கனவே சேமித்த கைரேகைகளும் இந்தச் சாதனத்திலிருந்து அகற்றப்படும். எனவே அவற்றின் மூலம் உங்களால் மொபைலைத் திறக்க முடியாது, வாங்குதல்களை அங்கீகரிக்க முடியாது அல்லது பயன்பாடுகளில் உள்நுழைய முடியாது.\""</string>
    <string name="unlock_disable_frp_warning_content_unknown" msgid="1550718040483548220">"திரைப் பூட்டு இல்லாமல் சாதனப் பாதுகாப்பு அம்சங்கள் செயல்படாது."</string>
    <string name="unlock_disable_frp_warning_content_unknown_fingerprint" msgid="6363091330281670692">"திரைப் பூட்டு இல்லாமல் சாதனப் பாதுகாப்பு அம்சங்கள் செயல்படாது.<xliff:g id="EMPTY_LINE">

</xliff:g>ஏற்கனவே சேமித்த கைரேகைகளும் இந்தச் சாதனத்திலிருந்து அகற்றப்படும். எனவே அவற்றின் மூலம் உங்களால் மொபைலைத் திறக்க முடியாது, வாங்குதல்களை அங்கீகரிக்க முடியாது அல்லது பயன்பாடுகளில் உள்நுழைய முடியாது.\""</string>
    <string name="unlock_disable_frp_warning_ok" msgid="7075138677177748705">"ஆம், அகற்று"</string>
    <string name="unlock_change_lock_pattern_title" msgid="2044092014872741130">"திறப்பதற்கான வடிவத்தை மாற்று"</string>
    <string name="unlock_change_lock_pin_title" msgid="806629901095938484">"திறக்கும் பின்னை மாற்று"</string>
    <string name="unlock_change_lock_password_title" msgid="5606298470358768865">"திறப்பதற்கான கடவுச்சொல்லை மாற்று"</string>
    <string name="lockpassword_password_too_short" msgid="7328975683669256660">"கடவுச்சொல்லில் கண்டிப்பாக குறைந்தது %d எழுத்துக்குறிகளாவது இருக்க வேண்டும்"</string>
    <string name="lockpassword_pin_too_short" msgid="1677649103470518953">"பின்னில் குறைந்தது %d இலக்கங்கள் இருக்க வேண்டும்"</string>
    <string name="lockpassword_press_continue" msgid="122706614386757182">"முடிந்தததும் தொடர்க என்பதைத் தொடவும்"</string>
    <string name="lockpassword_continue_label" msgid="4602203784934526940">"தொடர்க"</string>
    <string name="lockpassword_password_too_long" msgid="7016906583950201704">"கடவுச்சொல்லானது <xliff:g id="NUMBER">%d</xliff:g> எழுத்துக்குறிகளுக்கும் குறைவாகவே இருக்க வேண்டும்."</string>
    <string name="lockpassword_pin_too_long" msgid="6419879099090294052">"பின் ஆனது <xliff:g id="NUMBER">%d</xliff:g> இலக்கங்களுக்கும் குறைவாகவே இருக்க வேண்டும்."</string>
    <string name="lockpassword_pin_contains_non_digits" msgid="1079053457942945709">"பின்னில் 0-9 வரையிலான இலக்கங்கள் மட்டுமே இருக்க வேண்டும்."</string>
    <string name="lockpassword_pin_recently_used" msgid="214840704635573454">"சாதன நிர்வாகி சமீபத்திய பின் ஐப் பயன்படுத்துவதை அனுமதிக்கமாட்டார்."</string>
    <string name="lockpassword_illegal_character" msgid="8742901630116866738">"கடவுச்சொல்லில் முறையற்ற எழுத்துக்குறி உள்ளது."</string>
    <string name="lockpassword_password_requires_alpha" msgid="5203836082520634764">"கடவுச்சொல்லில் குறைந்தது ஒரு எழுத்து இருக்க வேண்டும்."</string>
    <string name="lockpassword_password_requires_digit" msgid="3958033271435659825">"கடவுச்சொல் குறைந்தது ஒரு இலக்கம் இருக்க வேண்டும்."</string>
    <string name="lockpassword_password_requires_symbol" msgid="7226621405629726899">"கடவுச்சொல்லில் குறைந்தது ஒரு எழுத்துக்குறி இருக்க வேண்டும்."</string>
    <plurals name="lockpassword_password_requires_letters" formatted="false" msgid="5677371623980347934">
      <item quantity="other">கடவுச்சொல்லில் குறைந்தது %d எழுத்துகள் இருக்க வேண்டும்.</item>
      <item quantity="one">கடவுச்சொல்லில் குறைந்தது 1 எழுத்து இருக்க வேண்டும்.</item>
    </plurals>
    <plurals name="lockpassword_password_requires_lowercase" formatted="false" msgid="5396846200894553640">
      <item quantity="other">கடவுச்சொல்லில் குறைந்தது %d சிற்றெழுத்துகள் இருக்க வேண்டும்.</item>
      <item quantity="one">கடவுச்சொல்லில் குறைந்தது 1 சிற்றெழுத்து இருக்க வேண்டும்.</item>
    </plurals>
    <plurals name="lockpassword_password_requires_uppercase" formatted="false" msgid="2483949715040341677">
      <item quantity="other">கடவுச்சொல்லில் குறைந்தது %d பேரெழுத்துகள் இருக்க வேண்டும்.</item>
      <item quantity="one">கடவுச்சொல்லில் குறைந்தது 1 பேரெழுத்து இருக்க வேண்டும்.</item>
    </plurals>
    <plurals name="lockpassword_password_requires_numeric" formatted="false" msgid="9156410893744210033">
      <item quantity="other">கடவுச்சொல்லில் குறைந்தது %d எண் இலக்கங்கள் இருக்க வேண்டும்.</item>
      <item quantity="one">கடவுச்சொல்லில் குறைந்தது 1 எண் இலக்கம் இருக்க வேண்டும்.</item>
    </plurals>
    <plurals name="lockpassword_password_requires_symbols" formatted="false" msgid="5384442837439742233">
      <item quantity="other">கடவுச்சொல்லில் குறைந்தது %d சிறப்பு குறியீடுகள் இருக்க வேண்டும்.</item>
      <item quantity="one">கடவுச்சொல்லில் குறைந்தது 1 சிறப்பு குறியீடு இருக்க வேண்டும்.</item>
    </plurals>
    <plurals name="lockpassword_password_requires_nonletter" formatted="false" msgid="4175064976268466293">
      <item quantity="other">கடவுச்சொல்லில் குறைந்தது %d எழுத்து அல்லாத குறிகள் இருக்க வேண்டும்.</item>
      <item quantity="one">கடவுச்சொல்லில் குறைந்தது 1 எழுத்து அல்லாத குறி இருக்க வேண்டும்.</item>
    </plurals>
    <string name="lockpassword_password_recently_used" msgid="4687102591995446860">"சாதன நிர்வாகி சமீபத்திய கடவுச்சொல்லைப் பயன்படுத்துவதை அனுமதிக்கமாட்டார்."</string>
    <string name="lockpassword_pin_no_sequential_digits" msgid="6830610582179569631">"இலக்கங்களை ஏறுவரிசைப்படுத்துவது, இறக்குவரிசைப்படுத்துவது அல்லது மீண்டும் வரிசைப்படுத்துவது தடுக்கப்பட்டுள்ளது"</string>
    <string name="lockpassword_ok_label" msgid="313822574062553672">"சரி"</string>
    <string name="lockpassword_cancel_label" msgid="8818529276331121899">"ரத்துசெய்"</string>
    <string name="lockpattern_tutorial_cancel_label" msgid="6431583477570493261">"ரத்துசெய்"</string>
    <string name="lockpattern_tutorial_continue_label" msgid="3559793618653400434">"அடுத்து"</string>
    <string name="lock_setup" msgid="3355847066343753943">"அமைக்கப்பட்டது."</string>
    <string name="device_admin_title" msgid="3562216873644263804">"சாதன நிர்வாகம்"</string>
    <string name="manage_device_admin" msgid="5059296715271077278">"சாதன நிர்வாகிகள்"</string>
    <string name="manage_device_admin_summary" msgid="7672709110988761075">"சாதன நிர்வாகிகளைக் காட்டு அல்லது செயலிழக்கச் செய்"</string>
    <string name="manage_trust_agents" msgid="4629279457536987768">"நம்பகமான ஏஜென்ட்கள்"</string>
    <string name="disabled_because_no_backup_security" msgid="6877660253409580377">"பயன்படுத்த, முதலில் திரைப்பூட்டை அமைக்கவும்"</string>
    <string name="manage_trust_agents_summary" msgid="6804319935640148441">"நம்பகமான ஏஜென்ட்களைக் காட்டு அல்லது முடக்கு"</string>
    <string name="bluetooth_quick_toggle_title" msgid="1037056952714061893">"புளூடூத்"</string>
    <string name="bluetooth_quick_toggle_summary" msgid="5293641680139873341">"புளூடூத்தை இயக்கு"</string>
    <string name="bluetooth_settings" msgid="1810521656168174329">"புளூடூத்"</string>
    <string name="bluetooth_settings_title" msgid="1908745291161353016">"புளூடூத்"</string>
    <string name="bluetooth_settings_summary" msgid="2091062709530570462">"இணைப்புகளை நிர்வகித்து, சாதனப் பெயரையும், கண்டறியப்படும் தன்மையையும் அமைக்கவும்"</string>
    <string name="bluetooth_pairing_request" msgid="2605098826364694673">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> உடன் இணைக்கவா?"</string>
    <string name="bluetooth_pairing_key_msg" msgid="418124944140102021">"புளூடூத் இணைப்புக் குறியீடு"</string>
    <string name="bluetooth_enter_passkey_msg" msgid="6813273136442138444">"இணைத்தல் குறியீட்டை உள்ளிட்டு, திரும்பு அல்லது என்டரை அழுத்தவும்"</string>
    <string name="bluetooth_enable_alphanumeric_pin" msgid="7222713483058171357">"பின்னில் எழுத்துகள் அல்லது எழுத்துக்குறிகள் உள்ளன"</string>
    <string name="bluetooth_pin_values_hint" msgid="3815897557875873646">"பொதுவாக 0000 அல்லது 1234"</string>
    <string name="bluetooth_pin_values_hint_16_digits" msgid="7849359451584101077">"16 இலக்கங்கள் இருக்க வேண்டும்"</string>
    <string name="bluetooth_enter_pin_other_device" msgid="4637977124526813470">"பின்னை வேறொரு சாதனத்திலும் உள்ளிட வேண்டியிருக்கலாம்."</string>
    <string name="bluetooth_enter_passkey_other_device" msgid="2798719004030279602">"நீங்கள் இந்தக் கடவுச்சொல்லை வேறொரு சாதனத்திலும் உள்ளிட வேண்டியிருக்கலாம்."</string>
    <string name="bluetooth_confirm_passkey_msg" msgid="3708312912841950052">"பின்வருவதுடன் இணைக்கவும்:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;இது, இந்தக் கடவுச்சொல்லைக் காட்டுகிறது என்பதை உறுதிப்படுத்தவும்:&lt;br&gt;&lt;b&gt;<xliff:g id="PASSKEY">%2$s</xliff:g>&lt;/b&gt;"</string>
    <string name="bluetooth_incoming_pairing_msg" msgid="1615930853859551491">"பின்வருவதில் இருந்து:&lt;br&gt;&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;இந்தச் சாதனத்தை இணைக்கவா?"</string>
    <string name="bluetooth_display_passkey_pin_msg" msgid="2796550001376088433">"இதனுடன் இணைக்க:<xliff:g id="BOLD1_0">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="DEVICE_NAME">%1$s</xliff:g><xliff:g id="END_BOLD1">&lt;/b&gt;&lt;br&gt;&lt;br&gt;</xliff:g>இதை உள்ளிடவும்:<xliff:g id="BOLD2_1">&lt;br&gt;&lt;b&gt;</xliff:g><xliff:g id="PASSKEY">%2$s</xliff:g><xliff:g id="END_BOLD2">&lt;/b&gt;</xliff:g>, Return அல்லது Enter ஐ அழுத்தவும்."</string>
    <string name="bluetooth_pairing_shares_phonebook" msgid="2277931851483023208">"தொடர்புகளையும் அழைப்பு வரலாற்றையும் அணுக, <xliff:g id="DEVICE_NAME">%1$s</xliff:g>ஐ அனுமதி"</string>
    <string name="bluetooth_error_title" msgid="6850384073923533096"></string>
    <string name="bluetooth_connecting_error_message" msgid="1397388344342081090">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> உடன் இணைக்க முடியவில்லை."</string>
    <string name="bluetooth_preference_scan_title" msgid="2277464653118896016">"சாதனங்களுக்கு ஸ்கேன் செய்"</string>
    <string name="bluetooth_search_for_devices" msgid="2754007356491461674">"புதுப்பி"</string>
    <string name="bluetooth_searching_for_devices" msgid="9203739709307871727">"தேடுகிறது..."</string>
    <string name="bluetooth_preference_device_settings" msgid="907776049862799122">"சாதன அமைப்பு"</string>
    <string name="bluetooth_preference_paired_dialog_title" msgid="8875124878198774180">"இணைந்த சாதனம்"</string>
    <string name="bluetooth_preference_paired_dialog_name_label" msgid="8111146086595617285">"பெயர்"</string>
    <string name="bluetooth_preference_paired_dialog_internet_option" msgid="7112953286863428412">"இணைய இணைப்பு"</string>
    <string name="bluetooth_preference_paired_dialog_keyboard_option" msgid="2271954176947879628">"விசைப்பலகை"</string>
    <string name="bluetooth_preference_paired_dialog_contacts_option" msgid="7747163316331917594">"தொடர்புகளும் அழைப்பு வரலாறும்"</string>
    <string name="bluetooth_pairing_dialog_title" msgid="1417255032435317301">"இந்தச் சாதனத்துடன் இணைக்கவா?"</string>
    <string name="bluetooth_pairing_dialog_sharing_phonebook_title" msgid="7664141669886358618">"ஃபோன் புத்தகத்தைப் பகிரவா?"</string>
    <string name="bluetooth_pairing_dialog_contants_request" msgid="5531109163573611348">"தொடர்புகளையும் அழைப்பு வரலாற்றையும் <xliff:g id="DEVICE_NAME">%1$s</xliff:g> அணுக விழைகிறது."</string>
    <string name="bluetooth_pairing_dialog_paring_request" msgid="8451248193517851958">"புளுடூத்துடன் <xliff:g id="DEVICE_NAME">%1$s</xliff:g> இணைய விருக்கிறது. இணைக்கும் போது, உங்கள் தொடர்புகளையும் அழைப்பு வரலாற்றையும் இது அணுகும்."</string>
    <string name="bluetooth_preference_paired_devices" msgid="1970524193086791964">"இணைக்கப்பட்ட சாதனங்கள்"</string>
    <string name="bluetooth_preference_found_devices" msgid="1647983835063249680">"கிடைக்கும் சாதனங்கள்"</string>
    <string name="bluetooth_preference_no_found_devices" msgid="7594339669961811591">"சாதனங்கள் இல்லை"</string>
    <string name="bluetooth_device_context_connect" msgid="3997659895003244941">"இணை"</string>
    <string name="bluetooth_device_context_disconnect" msgid="8220072022970148683">"துண்டி"</string>
    <string name="bluetooth_device_context_pair_connect" msgid="7611522504813927727">"ஜோடி சேர்த்து &amp; இணை"</string>
    <string name="bluetooth_device_context_unpair" msgid="662992425948536144">"இணைப்பை அகற்று"</string>
    <string name="bluetooth_device_context_disconnect_unpair" msgid="7644014238070043798">"தொடர்பைத் துண்டி &amp; இணைப்பை அகற்று"</string>
    <string name="bluetooth_device_context_connect_advanced" msgid="2643129703569788771">"விருப்பங்கள்..."</string>
    <string name="bluetooth_menu_advanced" msgid="8572178316357220524">"மேம்பட்டவை"</string>
    <string name="bluetooth_advanced_titlebar" msgid="2142159726881547669">"மேம்பட்ட புளூடூத்"</string>
    <string name="bluetooth_empty_list_bluetooth_off" msgid="6351930724051893423">"புளூடூத் இயக்கத்தில் இருக்கும்போது, உங்கள் சாதனம் அருகிலுள்ள பிற புளூடூத் சாதனங்களைத் தொடர்புகொள்ளலாம்."</string>
    <string name="ble_scan_notify_text" msgid="1295915006005700650">"இருப்பிடத்தைத் துல்லியமாக அறிவதை மேம்படுத்த, முறைமையின் பயன்பாடுகளும் சேவைகளும் புளூடூத் முடக்கத்தில் இருக்கும் போதும் புளூடூத் சாதனங்களைக் கண்டறியும். இதை <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>ஸ்கேன் செய்தல் அமைப்புகளில்<xliff:g id="LINK_END_1">LINK_END</xliff:g> மாற்றலாம்."</string>
    <string name="bluetooth_connect_specific_profiles_title" msgid="6952214406025825164">"இதனுடன் இணை..."</string>
    <string name="bluetooth_disconnect_a2dp_profile" msgid="3524648279150937177">"மீடியா ஆடியோவிலிருந்து <xliff:g id="DEVICE_NAME">%1$s</xliff:g> துண்டிக்கப்படும்."</string>
    <string name="bluetooth_disconnect_headset_profile" msgid="8635908811168780720">"ஹாண்ட்ஸ்ஃப்ரீ ஆடியோவிலிருந்து <xliff:g id="DEVICE_NAME">%1$s</xliff:g> இன் தொடர்பு துண்டிக்கப்படும்."</string>
    <string name="bluetooth_disconnect_hid_profile" msgid="3282295189719352075">"உள்ளீட்டுச் சாதனத்திலிருந்து <xliff:g id="DEVICE_NAME">%1$s</xliff:g> துண்டிக்கப்படும்."</string>
    <string name="bluetooth_disconnect_pan_user_profile" msgid="8037627994382458698">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> வழியாக இணையத்தை அணுகுவது துண்டிக்கப்படும்."</string>
    <string name="bluetooth_disconnect_pan_nap_profile" product="tablet" msgid="1262792320446274407">"இந்த டேப்லெட்டின் இணைய இணைப்பைப் பகிர்தலில் இருந்து <xliff:g id="DEVICE_NAME">%1$s</xliff:g> துண்டிக்கப்படும்."</string>
    <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5700332050175684571">"இந்த மொபைலின் இணைய இணைப்பைப் பகிர்வதிலிருந்து <xliff:g id="DEVICE_NAME">%1$s</xliff:g> துண்டிக்கப்படும்."</string>
    <string name="bluetooth_device_advanced_title" msgid="6066342531927499308">"இணைந்த புளூடூத் சாதனம்"</string>
    <string name="bluetooth_device_advanced_online_mode_title" msgid="3689050071425683114">"இணை"</string>
    <string name="bluetooth_device_advanced_online_mode_summary" msgid="1204424107263248336">"புளூடூத் சாதனத்துடன் இணை"</string>
    <string name="bluetooth_device_advanced_profile_header_title" msgid="102745381968579605">"இதற்குப் பயன்படுத்து"</string>
    <string name="bluetooth_device_advanced_rename_device" msgid="5148578059584955791">"மறுபெயரிடு"</string>
    <string name="bluetooth_device_advanced_enable_opp_title" msgid="8222550640371627365">"உள்வரும் கோப்பு இடமாற்றங்களை அனுமதி"</string>
    <string name="bluetooth_pan_user_profile_summary_connected" msgid="4602294638909590612">"இணைய அணுகலுக்காகச் சாதனம் இணைக்கப்பட்டது"</string>
    <string name="bluetooth_pan_nap_profile_summary_connected" msgid="1561383706411975199">"சாதனத்துடன் அக இணைய இணைப்பைப் பகிர்கிறது"</string>
    <string name="bluetooth_dock_settings" msgid="3218335822716052885">"டாக் அமைப்பு"</string>
    <string name="bluetooth_dock_settings_title" msgid="5543069893044375188">"ஆடியோவிற்கு டாக்கைப் பயன்படுத்துக"</string>
    <string name="bluetooth_dock_settings_headset" msgid="1001821426078644650">"ஸ்பீக்கர் ஃபோனாக"</string>
    <string name="bluetooth_dock_settings_a2dp" msgid="8791004998846630574">"இசை மற்றும் மீடியாவிற்காக"</string>
    <string name="bluetooth_dock_settings_remember" msgid="5551459057010609115">"அமைப்புகளை நினைவில்கொள்"</string>
    <string name="wifi_assistant_title" msgid="2553267316621598101">"வைஃபை அசிஸ்டண்ட்"</string>
    <string name="wifi_display_settings_title" msgid="8740852850033480136">"அனுப்புதல்"</string>
    <string name="wifi_display_enable_menu_item" msgid="4883036464138167674">"வயர்லெஸ் காட்சியை இயக்கு"</string>
    <string name="wifi_display_no_devices_found" msgid="1382012407154143453">"அருகில் சாதனங்கள் எதுவுமில்லை."</string>
    <string name="wifi_display_status_connecting" msgid="5688608834000748607">"இணைக்கிறது"</string>
    <string name="wifi_display_status_connected" msgid="8364125226376985558">"இணைக்கப்பட்டன"</string>
    <string name="wifi_display_status_in_use" msgid="8556830875615434792">"பயன்பாட்டில் உள்ளன"</string>
    <string name="wifi_display_status_not_available" msgid="5714978725794210102">"கிடைக்கவில்லை"</string>
    <string name="wifi_display_details" msgid="7791118209992162698">"காட்சி அமைப்பு"</string>
    <string name="wifi_display_options_title" msgid="5740656401635054838">"வயர்லெஸ் காட்சி விருப்பத்தேர்வு"</string>
    <string name="wifi_display_options_forget" msgid="9119048225398894580">"நீக்கு"</string>
    <string name="wifi_display_options_done" msgid="5703116500357822557">"முடிந்தது"</string>
    <string name="wifi_display_options_name" msgid="4756080222307467898">"பெயர்"</string>
    <string name="wifi_band_24ghz" msgid="852929254171856911">"2.4 GHz"</string>
    <string name="wifi_band_5ghz" msgid="6433822023268515117">"5 GHz"</string>
    <string name="link_speed" msgid="8896664974117585555">"%1$d Mbps"</string>
    <string name="wifi_alert_lockdown_by_device_owner" msgid="8459738223049002970">"உங்கள் சாதனத்தை நிர்வகிக்கும் <xliff:g id="APP_NAME">%1$s</xliff:g>, இந்த வைஃபை நெட்வொர்க்கை மாற்றுவதை அல்லது நீக்குவதை அனுமதிக்கவில்லை. மேலும் தகவலுக்கு, நிர்வாகியைத் தொடர்புகொள்ளவும்."</string>
    <string name="nfc_quick_toggle_title" msgid="6769159366307299004">"NFC"</string>
    <string name="nfc_quick_toggle_summary" product="tablet" msgid="8302974395787498915">"டேப்லெட்டானது வேறொரு சாதனத்தைத் தொடும்போது தரவு பரிமாற்றத்தை அனுமதி"</string>
    <string name="nfc_quick_toggle_summary" product="default" msgid="5237208142892767592">"மொபைலானது வேறொரு சாதனத்தைத் தொடும்போது தரவு பரிமாற்றத்தை அனுமதிக்கவும்"</string>
    <string name="android_beam_settings_title" msgid="7832812974600338649">"Android பீம்"</string>
    <string name="android_beam_on_summary" msgid="3618057099355636830">"NFC வழியாகப் பயன்பாட்டின் உள்ளடக்கத்தைப் பரிமாற்றுவதை அனுமதிக்கும்"</string>
    <string name="android_beam_off_summary" msgid="4663095428454779138">"முடக்கப்பட்டுள்ளது"</string>
    <string name="android_beam_disabled_summary" msgid="1737782116894793393">"NFC முடக்கப்பட்டுள்ளதால் கிடைக்கவில்லை"</string>
    <string name="android_beam_label" msgid="6257036050366775040">"Android பீம்"</string>
    <string name="android_beam_explained" msgid="6981652347448777459">"இந்த அம்சம் இயக்கப்பட்டிருக்கும்போது, சாதனங்களை ஒன்றாகச் சேர்த்து வைத்திருப்பதன்மூலம் பயன்பாட்டு உள்ளடக்கத்தை மற்றொரு NFC-திறன் வாய்ந்த சாதனத்துடன் பகிரலாம். எடுத்துக்காட்டாக, நீங்கள் உலாவிப் பக்கங்கள், YouTube வீடியோக்கள், நபர்களின் தொடர்புகள், மேலும் பலவற்றைப் பகிரலாம்.\n\nசாதனங்களை ஒன்றாகக் கொண்டுவரவும் (அவற்றின் பின்பக்கம் சேர்ந்தாற்போல) பிறகு உங்கள் திரையைத் தொடவும். எது பகிரப்படுகிறது என்பதைப் பயன்பாடு தீர்மானிக்கும்."</string>
    <string name="nsd_quick_toggle_title" msgid="3125572815278848258">"நெட்வொர்க் சேவையின் கண்டுபிடிப்பு"</string>
    <string name="nsd_quick_toggle_summary" msgid="155692215972781276">"சாதனத்தில் உள்ள பயன்பாடுகளைக் கண்டுபிடிக்க, பிற சாதனங்களில் உள்ள பயன்பாடுகளை அனுமதி"</string>
    <string name="wifi_quick_toggle_title" msgid="8850161330437693895">"வைஃபை"</string>
    <string name="wifi_quick_toggle_summary" msgid="2696547080481267642">"வைஃபையை இயக்கு"</string>
    <string name="wifi_settings" msgid="29722149822540994">"வைஃபை"</string>
    <string name="wifi_settings_category" msgid="8719175790520448014">"வைஃபை அமைப்பு"</string>
    <string name="wifi_settings_title" msgid="3103415012485692233">"வைஃபை"</string>
    <string name="wifi_settings_summary" msgid="668767638556052820">"வயர்லெஸ் ஆக்சஸ் பாயிண்ட்களை அமைத்து &amp; நிர்வகிக்கவும்"</string>
    <string name="wifi_setup_wizard_title" msgid="7873622558088429710">"வைஃபையைத் தேர்ந்தெடு"</string>
    <string name="wifi_select_network" msgid="4210954938345463209">"வைஃபையைத் தேர்ந்தெடு"</string>
    <string name="wifi_starting" msgid="6732377932749942954">"வைஃபையை இயக்குகிறது…"</string>
    <string name="wifi_stopping" msgid="8952524572499500804">"வைஃபையை முடக்குகிறது…"</string>
    <string name="wifi_error" msgid="3207971103917128179">"பிழை"</string>
    <string name="wifi_sap_no_channel_error" msgid="3108445199311817111">"இந்த நாட்டில் 5 GHz அலைவரிசை இல்லை"</string>
    <string name="wifi_in_airplane_mode" msgid="8652520421778203796">"விமானப் பயன்முறையில்"</string>
    <string name="wifi_notify_open_networks" msgid="3755768188029653293">"நெட்வொர்க் அறிவிப்பு"</string>
    <string name="wifi_notify_open_networks_summary" msgid="3716818008370391253">"பொதுவான நெட்வொர்க் கிடைக்கும் போது அறிவி"</string>
    <string name="wifi_poor_network_detection" msgid="4925789238170207169">"வேகம் குறைந்த இணைப்புகளைத் தவிர்"</string>
    <string name="wifi_poor_network_detection_summary" msgid="2784135142239546291">"சிறப்பான இணைய இணைப்பைப் பெறும் வரை வைஃபை நெட்வொர்க்கைப் பயன்படுத்தாதே"</string>
    <string name="wifi_avoid_poor_network_detection_summary" msgid="4674423884870027498">"நல்ல இணைய இணைப்பு கொண்ட நெட்வொர்க்குகளை மட்டும் பயன்படுத்து"</string>
    <string name="wifi_automatically_connect_title" msgid="7950640291510621742">"பொது வைஃபையைத் தானாக பயன்படுத்து"</string>
    <string name="wifi_automatically_connect_summary" msgid="6722194413023965902">"உயர் தரமான பொது வைஃபை நெட்வொர்க்குகள் கண்டறியப்படும்போது, தானாக அவற்றுடன் இணைப்பதற்கு வைஃபை அசிஸ்டண்ட்டை அனுமதி"</string>
    <string name="wifi_select_assistant_dialog_title" msgid="4014645210955009439">"அசிஸ்டண்ட்டைத் தேர்வுசெய்க"</string>
    <string name="wifi_install_credentials" msgid="3551143317298272860">"சான்றிதழ்களை நிறுவு"</string>
    <string name="wifi_scan_notify_text" msgid="5593805423071186757">"இருப்பிடத்தைத் துல்லியமாக அறிவதை மேம்படுத்த, முறைமையின் பயன்பாடுகளும் சேவைகளும் வைஃபை முடக்கத்தில் இருக்கும் போதும் வைஃபை நெட்வொர்க்குகளை ஸ்கேன் செய்யும். இதை <xliff:g id="LINK_BEGIN_0">LINK_BEGIN</xliff:g>ஸ்கேன் செய்தல் அமைப்புகளில்<xliff:g id="LINK_END_1">LINK_END</xliff:g> மாற்ற முடியும்."</string>
    <string name="wifi_scan_notify_remember_choice" msgid="7104867814641144485">"மீண்டும் காட்டாதே"</string>
    <string name="wifi_setting_sleep_policy_title" msgid="5149574280392680092">"உறக்கநிலையில் Wi-Fi இயக்கு"</string>
    <string name="wifi_setting_on_during_sleep_title" msgid="8308975500029751565">"உறக்கத்தின் போது வைஃபையை இயக்குதல்"</string>
    <string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"அமைப்பை மாற்றுவதில் சிக்கல் ஏற்பட்டது"</string>
    <string name="wifi_suspend_efficiency_title" msgid="2338325886934703895">"மேம்பட்ட செயல்திறன்"</string>
    <string name="wifi_suspend_optimizations" msgid="1220174276403689487">"வைஃபையை மேம்படுத்துதல்"</string>
    <string name="wifi_suspend_optimizations_summary" msgid="4151428966089116856">"வைஃபையை இயக்கத்தில் இருக்கும்போது பேட்டரி பயன்பாட்டைக் குறை"</string>
    <string name="wifi_limit_optimizations_summary" msgid="9000801068363468950">"வைஃபை இன் பேட்டரி பயன்பாட்டை வரம்பிடு"</string>
    <string name="wifi_switch_away_when_unvalidated" msgid="1410499115509796174">"வைஃபையில் இணைய அணுகல் இல்லை எனில், செல்லுலார் தரவிற்கு மாறவும்."</string>
    <string name="wifi_add_network" msgid="6234851776910938957">"நெட்வொர்க்கைச் சேர்"</string>
    <string name="wifi_access_points" msgid="7053990007031968609">"வைஃபை நெட்வொர்க்குகள்"</string>
    <string name="wifi_menu_wps_pbc" msgid="2668564692207863017">"WPS புஷ் பொத்தான்"</string>
    <string name="wifi_menu_more_options" msgid="2448097861752719396">"மேலும் விருப்பங்கள்"</string>
    <string name="wifi_menu_wps_pin" msgid="6426448256268695933">"WPS Pin உள்ளீடு"</string>
    <string name="wifi_menu_p2p" msgid="7619851399250896797">"வைஃபை டைரக்ட்"</string>
    <string name="wifi_menu_scan" msgid="1470911530412095868">"ஸ்கேன் செய்"</string>
    <string name="wifi_menu_advanced" msgid="7522252991919573664">"மேம்பட்டவை"</string>
    <string name="wifi_menu_connect" msgid="4996220309848349408">"நெட்வொர்க்குடன் இணை"</string>
    <string name="wifi_menu_remember" msgid="8814185749388713796">"நெட்வொர்க்கை நினைவில்கொள்"</string>
    <string name="wifi_menu_forget" msgid="8736964302477327114">"நெட்வொர்க்கை நீக்கு"</string>
    <string name="wifi_menu_modify" msgid="2068554918652440105">"நெட்வொர்க்கை மாற்று"</string>
    <string name="wifi_menu_write_to_nfc" msgid="7692881642188240324">"NFC குறியில் எழுது"</string>
    <string name="wifi_empty_list_wifi_off" msgid="8056223875951079463">"கிடைக்கும் நெட்வொர்க்குகளைப் பார்க்க, வைஃபையை இயக்கவும்."</string>
    <string name="wifi_empty_list_wifi_on" msgid="8746108031587976356">"வைஃபை நெட்வொர்க்கைத் தேடுகிறது…"</string>
    <string name="wifi_empty_list_user_restricted" msgid="7322372065475939129">"வைஃபை நெட்வொர்க்கை மாற்றுவதற்கான அனுமதி உங்களுக்கு இல்லை."</string>
    <string name="wifi_other_network" msgid="1484433183857764750">"வேறொரு நெட்வொர்க்கைச் சேர்"</string>
    <string name="wifi_more" msgid="3195296805089107950">"மேலும்"</string>
    <string name="wifi_setup_wps" msgid="8128702488486283957">"தானியங்கு அமைவு (WPS)"</string>
    <string name="wifi_show_advanced" msgid="3409422789616520979">"மேம்பட்ட விருப்பங்கள்"</string>
    <string name="wifi_wps_setup_title" msgid="8207552222481570175">"வைஃபை பாதுகாக்கப்பட்ட அமைவு"</string>
    <string name="wifi_wps_setup_msg" msgid="315174329121275092">"WPS ஐத் தொடங்குகிறது…"</string>
    <string name="wifi_wps_onstart_pbc" msgid="817003360936932340">"உங்கள் ரூட்டரில் உள்ள வைஃபை பாதுகாப்பு அமைப்பு பொத்தானை அழுத்தவும். இது \"WPS\" என அழைக்கப்படும் அல்லது இந்தச் சின்னத்துடன் குறிக்கப்பட்டிருக்கும்:"</string>
    <string name="wifi_wps_onstart_pin" msgid="223344506445335358">"உங்கள் வைஃபை ரூட்டரில் pin <xliff:g id="NUMBER">%1$s</xliff:g> ஐ உள்ளிடவும். அமைவு முடிய இரண்டு நிமிடங்கள் வரை ஆகலாம்."</string>
    <string name="wifi_wps_complete" msgid="2388138550456729134">"WPS வெற்றியானது. நெட்வொர்க்குடன் இணைக்கிறது…"</string>
    <string name="wifi_wps_connected" msgid="7153432445748931183">"வைஃபை நெட்வொர்க் <xliff:g id="NETWORK_NAME">%s</xliff:g> உடன் இணைக்கப்பட்டது"</string>
    <string name="wifi_wps_in_progress" msgid="3372311348221357944">"WPS ஏற்கனவே செயலில் உள்ளது, நிறைவடைவதற்கு இரண்டு நிமிடங்கள் வரை எடுக்கலாம்"</string>
    <string name="wifi_wps_failed_generic" msgid="5668775022238832527">"WPS தோல்வியடைந்தது. சில நிமிடங்களுக்குப் பிறகு மீண்டும் முயற்சிக்கவும்."</string>
    <string name="wifi_wps_failed_wep" msgid="2702820087105284461">"வயர்லெஸ் ரூட்டர் பாதுகாப்பு அமைப்பு (WEP) ஆதரிக்கப்படவில்லை"</string>
    <string name="wifi_wps_failed_tkip" msgid="4282401586860713349">"வயர்லெஸ் ரூட்டர் பாதுகாப்பு அமைப்பு (TKIP) ஆதரிக்கப்படவில்லை"</string>
    <string name="wifi_wps_failed_auth" msgid="1174614355181181958">"அங்கீகரிப்பு தோல்வியானது. மீண்டும் முயற்சிக்கவும்."</string>
    <string name="wifi_wps_failed_overlap" msgid="5159533685596844778">"இன்னொரு WPS அமர்வு கண்டறியப்பட்டது. சில நிமிடங்களுக்குப் பிறகு மீண்டும் முயற்சிக்கவும்."</string>
    <string name="wifi_ssid" msgid="5519636102673067319">"நெட்வொர்க் பெயர்"</string>
    <string name="wifi_ssid_hint" msgid="897593601067321355">"SSID ஐ உள்ளிடவும்"</string>
    <string name="wifi_security" msgid="6603611185592956936">"பாதுகாப்பு"</string>
    <string name="wifi_signal" msgid="5514120261628065287">"சிக்னலின் வலிமை"</string>
    <string name="wifi_status" msgid="4824568012414605414">"நிலை"</string>
    <string name="wifi_speed" msgid="3526198708812322037">"இணைப்பு வேகம்"</string>
    <string name="wifi_frequency" msgid="7791090119577812214">"காலஇடைவெளி"</string>
    <string name="wifi_ip_address" msgid="1440054061044402918">"IP முகவரி"</string>
    <string name="passpoint_label" msgid="6381371313076009926">"இதன் வழியாகச் சேமிக்கப்பட்டது"</string>
    <string name="passpoint_content" msgid="8447207162397870483">"<xliff:g id="NAME">%1$s</xliff:g> நற்சான்றிதழ்"</string>
    <string name="wifi_eap_method" msgid="8529436133640730382">"EAP முறை"</string>
    <string name="please_select_phase2" msgid="5231074529772044898">"2 ஆம் நிலை அங்கீகரிப்பு"</string>
    <string name="wifi_eap_ca_cert" msgid="3521574865488892851">"CA சான்றிதழ்"</string>
    <string name="wifi_eap_user_cert" msgid="1291089413368160789">"பயனர் சான்றிதழ்"</string>
    <string name="wifi_eap_identity" msgid="4359453783379679103">"அடையாளம்"</string>
    <string name="wifi_eap_anonymous" msgid="2989469344116577955">"அநாமதேய அடையாளம்"</string>
    <string name="wifi_password" msgid="5948219759936151048">"கடவுச்சொல்"</string>
    <string name="wifi_show_password" msgid="6461249871236968884">"கடவுச்சொல்லைக் காட்டு"</string>
    <string name="wifi_ap_band_config" msgid="1611826705989117930">"AP அலைவரிசையைத் தேர்ந்தெடுக்கவும்"</string>
    <string name="wifi_ap_choose_2G" msgid="8724267386885036210">"2.4 GHz அலைவரிசை"</string>
    <string name="wifi_ap_choose_5G" msgid="8137061170937978040">"5 GHz அலைவரிசை"</string>
    <string name="wifi_ip_settings" msgid="3359331401377059481">"IP அமைப்பு"</string>
    <string name="wifi_unchanged" msgid="3410422020930397102">"(மாற்றப்படவில்லை)"</string>
    <string name="wifi_unspecified" msgid="5431501214192991253">"(குறிப்பிடப்படாதது)"</string>
    <string name="wifi_wps_available_first_item" msgid="4422547079984583502">"WPS கிடைக்கிறது"</string>
    <string name="wifi_wps_available_second_item" msgid="8427520131718215301">" (WPS கிடைக்கிறது)"</string>
    <string name="wifi_wps_nfc_enter_password" msgid="2288214226916117159">"நெட்வொர்க் கடவுச்சொல்லை உள்ளிடவும்"</string>
    <string name="wifi_scan_always_turnon_message" msgid="203123538572122989">"இருப்பிடத்தைத் துல்லியமாக அறிவதற்கு மேம்படுத்த மற்றும் பிற காரணங்களுக்காக, வைஃபை முடக்கத்தில் இருக்கும்போதும் நெட்வொர்க்கை ஸ்கேன் செய்வதை இயக்கத்தில் வைக்க <xliff:g id="APP_NAME">%1$s</xliff:g> விரும்புகிறது.\n\nஸ்கேன் செய்ய விரும்பும் எல்லா பயன்பாடுகளுக்கும் இதை அனுமதிக்கவா?"</string>
    <string name="wifi_scan_always_turnoff_message" msgid="5538901671131941043">"இதனை முடக்க, கூடுதல் உருப்படி மெனுவில் மேம்பட்டவை என்பதற்குச் செல்லவும்."</string>
    <string name="wifi_scan_always_confirm_allow" msgid="5355973075896817232">"அனுமதி"</string>
    <string name="wifi_scan_always_confirm_deny" msgid="4463982053823520710">"நிராகரி"</string>
    <string name="wifi_hotspot_title" msgid="7726205804813286950">"இணைப்பதற்காக உள்நுழையவா?"</string>
    <string name="wifi_hotspot_message" msgid="3673833421453455747">"நெட்வொர்க்குடன் இணைக்கும் முன், <xliff:g id="APP_NAME">%1$s</xliff:g> க்கு நீங்கள் ஆன்லைனில் இருக்க வேண்டும்."</string>
    <string name="wifi_hotspot_connect" msgid="5065506390164939225">"இணை"</string>
    <string name="no_internet_access_text" msgid="7133561752896706392">"இந்த நெட்வொர்க்கில் இணைய அணுகல் இல்லை. இணைந்திருக்கவா?"</string>
    <string name="no_internet_access_remember" msgid="4697314331614625075">"இந்த நெட்வொர்க்கை மீண்டும் உறுதிப்படுத்தக் கேட்காதே"</string>
    <string name="wifi_connect" msgid="1076622875777072845">"இணை"</string>
    <string name="wifi_failed_connect_message" msgid="8491902558970292871">"நெட்வொர்க்குடன் இணைக்க முடியவில்லை"</string>
    <string name="wifi_forget" msgid="8168174695608386644">"மறந்துவிடு"</string>
    <string name="wifi_failed_forget_message" msgid="1348172929201654986">"நெட்வொர்க்கை நீக்குவதில் தோல்வி"</string>
    <string name="wifi_save" msgid="3331121567988522826">"சேமி"</string>
    <string name="wifi_failed_save_message" msgid="6650004874143815692">"நெட்வொர்க்கைச் சேமிப்பதில் தோல்வி"</string>
    <string name="wifi_cancel" msgid="6763568902542968964">"ரத்துசெய்"</string>
    <string name="wifi_skip_anyway" msgid="6965361454438011190">"பரவாயில்லை தவிர்"</string>
    <string name="wifi_dont_skip" msgid="1677493161164629163">"தவிர்க்க வேண்டாம்"</string>
    <string name="wifi_skipped_message" product="tablet" msgid="6761689889733331124">"எச்சரிக்கை: வைஃபை அமைப்பதைத் தவிர்த்தால், தொடக்க இறக்கங்கள் மற்றும் புதுப்பிப்புகளுக்காக உங்கள் டேப்லெட் செல்லுலார் தரவை மட்டுமே பயன்படுத்தும். ஏற்படக்கூடிய தரவுக் கட்டணங்களைத் தவிர்க்க, வைஃபையுடன் இணைக்கவும்."</string>
    <string name="wifi_skipped_message" product="device" msgid="1385490367826852775">"எச்சரிக்கை: வைஃபை அமைப்பதைத் தவிர்த்தால், தொடக்க இறக்கங்கள் மற்றும் புதுப்பிப்புகளுக்காக உங்கள் சாதனம் செல்லுலார் தரவை மட்டுமே பயன்படுத்தும். ஏற்படக்கூடிய தரவுக் கட்டணங்களைத் தவிர்க்க, வைஃபையுடன் இணைக்கவும்."</string>
    <string name="wifi_skipped_message" product="default" msgid="6084295135297772350">"எச்சரிக்கை: வைஃபை அமைப்பதைத் தவிர்த்தால், தொடக்க இறக்கங்கள் மற்றும் புதுப்பிப்புகளுக்காக உங்கள் மொபைல் செல்லுலார் தரவை மட்டுமே பயன்படுத்தும். ஏற்படக்கூடிய தரவுக் கட்டணங்களைத் தவிர்க்க, வைஃபையுடன் இணைக்கவும்."</string>
    <string name="wifi_and_mobile_skipped_message" product="tablet" msgid="6324917391996718760">"வைஃபையைப் பயன்படுத்தவில்லை எனில்:\n\n"<li>"டேப்லெட்டில் இணைய இணைப்பு இருக்காது."</li>\n\n<li>"இணையத்துடன் இணைக்கப்படும் வரை மென்பொருள் புதுப்பிப்புகள் கிடைக்காது."</li>\n\n<li>"சாதனப் பாதுகாப்பு அம்சங்களை இந்த நேரத்தில் இயக்க முடியாது."</li></string>
    <string name="wifi_and_mobile_skipped_message" product="device" msgid="1110629752293998468">"வைஃபையைப் பயன்படுத்தவில்லை எனில்:\n\n"<li>"சாதனத்தில் இணைய இணைப்பு இருக்காது."</li>\n\n<li>"இணையத்துடன் இணைக்கப்படும் வரை மென்பொருள் புதுப்பிப்புகள் கிடைக்காது."</li>\n\n<li>"சாதனப் பாதுகாப்பு அம்சங்களை இந்த நேரத்தில் இயக்க முடியாது."</li></string>
    <string name="wifi_and_mobile_skipped_message" product="default" msgid="8271524692702309267">"வைஃபையைப் பயன்படுத்தவில்லை எனில்:\n\n"<li>"மொபைலில் இணைய இணைப்பு இருக்காது."</li>\n\n<li>"இணையத்துடன் இணைக்கப்படும் வரை மென்பொருள் புதுப்பிப்புகள் கிடைக்காது."</li>\n\n<li>"சாதனப் பாதுகாப்பு அம்சங்களை இந்த நேரத்தில் இயக்க முடியாது."</li></string>
    <string name="wifi_connect_failed_message" product="tablet" msgid="4474691090681670156">"வைஃபை நெட்வொர்க்குடன் டேப்லெட்டை இணைக்க முடியவில்லை."</string>
    <string name="wifi_connect_failed_message" product="device" msgid="8870885845666880869">"வைஃபை நெட்வொர்க்குடன் சாதனத்தை இணைக்க முடியவில்லை."</string>
    <string name="wifi_connect_failed_message" product="default" msgid="2185803140161396572">"வைஃபை நெட்வொர்க்குடன் தொலைபேசியை இணைக்க முடியவில்லை."</string>
    <string name="wifi_saved_access_points_titlebar" msgid="2996149477240134064">"சேமித்த நெட்வொர்க்குகள்"</string>
    <string name="wifi_advanced_titlebar" msgid="4485841401774142908">"மேம்பட்ட வைஃபை"</string>
    <string name="wifi_setting_frequency_band_title" msgid="3655327399028584656">"வைஃபை அதிர்வெண் கற்றை"</string>
    <string name="wifi_setting_frequency_band_summary" msgid="3250740757118009784">"செயற்பாட்டின் அலைக்கற்றை அளவைக் குறிப்பிடு"</string>
    <string name="wifi_setting_frequency_band_error" msgid="837281974489794378">"அதிர்வெண் கற்றையை அமைப்பதில் சிக்கல்."</string>
    <string name="wifi_advanced_mac_address_title" msgid="6571335466330978393">"MAC முகவரி"</string>
    <string name="wifi_advanced_ip_address_title" msgid="6215297094363164846">"IP முகவரி"</string>
    <string name="wifi_saved_access_points_label" msgid="2013409399392285262">"சேமித்த நெட்வொர்க்குகள்"</string>
    <string name="wifi_advanced_settings_label" msgid="3654366894867838338">"IP அமைப்பு"</string>
    <string name="wifi_ip_settings_menu_save" msgid="7296724066102908366">"சேமி"</string>
    <string name="wifi_ip_settings_menu_cancel" msgid="6582567330136502340">"ரத்துசெய்"</string>
    <string name="wifi_ip_settings_invalid_ip_address" msgid="2513142355364274970">"சரியான IP முகவரியை உள்ளிடவும்."</string>
    <string name="wifi_ip_settings_invalid_gateway" msgid="8164264988361096450">"சரியான கேட்வே முகவரியை உள்ளிடவும்."</string>
    <string name="wifi_ip_settings_invalid_dns" msgid="8744583948328391047">"சரியான DNS முகவரியை உள்ளிடவும்."</string>
    <string name="wifi_ip_settings_invalid_network_prefix_length" msgid="40470058023181052">"0 மற்றும் 32 க்கு இடையிலான நெட்வொர்க் முன் நீளத்தை உள்ளிடவும்."</string>
    <string name="wifi_dns1" msgid="7344118050720080045">"DNS 1"</string>
    <string name="wifi_dns2" msgid="1368601006824882659">"DNS 2"</string>
    <string name="wifi_gateway" msgid="163914742461092086">"கேட்வே"</string>
    <string name="wifi_network_prefix_length" msgid="3028785234245085998">"நெட்வொர்க் முன்னொட்டு நீளம்"</string>
    <string name="wifi_p2p_settings_title" msgid="5444461191435291082">"வைஃபை Direct"</string>
    <string name="wifi_p2p_device_info" msgid="3191876744469364173">"சாதனத் தகவல்"</string>
    <string name="wifi_p2p_persist_network" msgid="1646424791818168590">"இந்த இணைப்பை நினைவில்கொள்"</string>
    <string name="wifi_p2p_menu_search" msgid="3436429984738771974">"சாதனங்களைத் தேடு"</string>
    <string name="wifi_p2p_menu_searching" msgid="2396704492143633876">"தேடுகிறது..."</string>
    <string name="wifi_p2p_menu_rename" msgid="8448896306960060415">"சாதனத்திற்கு மறுபெயரிடு"</string>
    <string name="wifi_p2p_peer_devices" msgid="299526878463303432">"பியர் சாதனங்கள்"</string>
    <string name="wifi_p2p_remembered_groups" msgid="3847022927914068230">"நினைவிலிருக்கும் குழுக்கள்"</string>
    <string name="wifi_p2p_failed_connect_message" msgid="8491862096448192157">"இணைக்க முடியவில்லை."</string>
    <string name="wifi_p2p_failed_rename_message" msgid="2562182284946936380">"சாதனத்திற்கு மறுபெயரிடுவதில் தோல்வி."</string>
    <string name="wifi_p2p_disconnect_title" msgid="3216846049677448420">"தொடர்பைத் துண்டிக்கவா?"</string>
    <string name="wifi_p2p_disconnect_message" msgid="8227342771610125771">"இணைப்பைத் துண்டித்தால், <xliff:g id="PEER_NAME">%1$s</xliff:g> உடனான உங்கள் இணைப்பு முடிந்துவிடும்."</string>
    <string name="wifi_p2p_disconnect_multiple_message" msgid="3283805371034883105">"நீங்கள் தொடர்பைத் துண்டித்தால், <xliff:g id="PEER_NAME">%1$s</xliff:g> மற்றும் <xliff:g id="PEER_COUNT">%2$s</xliff:g> சாதனங்கள் உடனான உங்கள் இணைப்பு துண்டிக்கப்படும்."</string>
    <string name="wifi_p2p_cancel_connect_title" msgid="255267538099324413">"அழைப்பை ரத்துசெய்யவா?"</string>
    <string name="wifi_p2p_cancel_connect_message" msgid="7477756213423749402">"<xliff:g id="PEER_NAME">%1$s</xliff:g> உடன் இணைப்பதற்கான அழைப்பை ரத்துசெய்ய விரும்புகிறீர்களா?"</string>
    <string name="wifi_p2p_delete_group_message" msgid="834559380069647086">"இந்தக் குழுவை மறக்கவா?"</string>
    <string name="wifi_tether_checkbox_text" msgid="1847167643625779136">"போர்ட்டபில் வைஃபை ஹாட்ஸ்பாட்"</string>
    <string name="wifi_hotspot_checkbox_text" msgid="7763495093333664887">"வைஃபை ஹாட்ஸ்பாட்"</string>
    <string name="wifi_hotspot_checkbox_text_summary" msgid="3800646230853724318">"வைஃபை நெட்வொர்க்கை வழங்க செல்லுலார் இணைப்பைப் பயன்படுத்து"</string>
    <string name="wifi_tether_starting" msgid="1322237938998639724">"ஹாட்ஸ்பாட்டை இயக்குகிறது…"</string>
    <string name="wifi_tether_stopping" msgid="4835852171686388107">"ஹாட்ஸ்பாட்டை முடக்குகிறது…"</string>
    <string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"போர்ட்டபிள் ஹாட்ஸ்பாட் <xliff:g id="NETWORK_SSID">%1$s</xliff:g> செயலில் உள்ளது"</string>
    <string name="wifi_tether_failed_subtext" msgid="1484941858530919002">"போர்ட்டபில் வைஃபை ஹாட்ஸ்பாட் பிழை"</string>
    <string name="wifi_tether_configure_ap_text" msgid="7974681394041609308">"வைஃபை ஹாட்ஸ்பாட்டை அமை"</string>
    <string name="wifi_hotspot_configure_ap_text" msgid="5478614731464220432">"வைஃபை ஹாட்ஸ்பாட் அமைவு"</string>
    <string name="wifi_hotspot_configure_ap_text_summary" msgid="5618031116920832182">"AndroidAP WPA2 PSK கையடக்க வைஃபை ஹாட்ஸ்பாட்"</string>
    <string name="wifi_tether_configure_subtext" msgid="7957547035983257748">"<xliff:g id="NETWORK_SSID">%1$s</xliff:g> <xliff:g id="NETWORK_SECURITY">%2$s</xliff:g> போர்ட்டபில் வைஃபை ஹாட்ஸ்பாட்"</string>
    <string name="wifi_tether_configure_ssid_default" msgid="8467525402622138547">"AndroidHotspot"</string>
    <string name="wifi_calling_settings_title" msgid="4102921303993404577">"வைஃபை அழைப்பு"</string>
    <string name="wifi_calling_mode_title" msgid="2164073796253284289">"அழைப்புக்கான முன்னுரிமை"</string>
    <string name="wifi_calling_mode_dialog_title" msgid="8149690312199253909">"வைஃபை அழைப்புப் பயன்முறை"</string>
  <string-array name="wifi_calling_mode_choices">
    <item msgid="2124257075906188844">"வைஃபைக்கு முன்னுரிமை"</item>
    <item msgid="5267397515594230396">"செல்லுலாருக்கு முன்னுரிமை"</item>
  </string-array>
  <string-array name="wifi_calling_mode_values">
    <item msgid="4799585830102342375">"2"</item>
    <item msgid="1171822231056612021">"1"</item>
  </string-array>
    <string name="wifi_calling_off_explanation" msgid="2597566001655908391">"வைஃபை அழைப்பு இயக்கத்தில் இருக்கும் போது, முன்னுரிமை மற்றும் வலிமையாக இருக்கிற சிக்னலைப் பொறுத்து வைஃபை நெட்வொர்க்குகள் அல்லது மொபைல் நிறுவன நெட்வொர்க்குக்கு அழைப்புகளை உங்கள் ஃபோன் திசைதிருப்பும். இந்த அம்சத்தை இயக்குவதற்கு முன், கட்டணங்கள் மற்றும் பிற விவரங்கள் குறித்து உங்கள் மொபைல் நிறுவனத்திடமிருந்து தெரிந்துகொள்ளவும்."</string>
    <string name="home_settings" msgid="212375129455718176">"முகப்பு"</string>
    <string name="display_settings_title" msgid="1708697328627382561">"தோற்றம்"</string>
    <string name="sound_settings" msgid="5534671337768745343">"ஒலி"</string>
    <string name="ringtone_summary" msgid="2630023412632683493"></string>
    <string name="all_volume_title" msgid="4296957391257836961">"ஒலியளவுகள்"</string>
    <string name="musicfx_title" msgid="3415566786340790345">"இசை விளைவுகள்"</string>
    <string name="ring_volume_title" msgid="7938706566797464165">"அழைப்பின் ஒலியளவு"</string>
    <string name="vibrate_in_silent_title" msgid="3897968069156767036">"அமைதியாக இருக்கும்போது அதிர்வடை"</string>
    <string name="notification_sound_title" msgid="5137483249425507572">"இயல்புநிலை அறிவிப்பிற்கான ஒலி"</string>
    <string name="incoming_call_volume_title" msgid="8073714801365904099">"ரிங்டோன்"</string>
    <string name="notification_volume_title" msgid="2012640760341080408">"அறிவிப்புகள்"</string>
    <string name="checkbox_notification_same_as_incoming_call" msgid="1073644356290338921">"அறிவிப்புகளுக்கு, உள்வரும் அழைப்பின் ஒலியளவைப் பயன்படுத்து"</string>
    <string name="home_work_profile_not_supported" msgid="7457951997970419085">"பணி சுயவிவரங்களை ஆதரிக்காது"</string>
    <string name="notification_sound_dialog_title" msgid="3805140135741385667">"இயல்புநிலை அறிவிப்பிற்கான ஒலி"</string>
    <string name="media_volume_title" msgid="3576565767317118106">"மீடியா"</string>
    <string name="media_volume_summary" msgid="5363248930648849974">"இசை மற்றும் வீடியோக்களுக்கான ஒலியளவை அமை"</string>
    <string name="alarm_volume_title" msgid="2285597478377758706">"அலாரம்"</string>
    <string name="dock_settings_summary" msgid="455802113668982481">"இணைக்கப்பட்ட டாக்கிற்கான ஆடியோ அமைப்பு"</string>
    <string name="dtmf_tone_enable_title" msgid="8533399267725365088">"டயல்பேடு தொடுதலுக்கான டோன்கள்"</string>
    <string name="sound_effects_enable_title" msgid="1171590821131077296">"ஒலிகளைத் தொடவும்"</string>
    <string name="lock_sounds_enable_title" msgid="450098505659399520">"திரைப் பூட்டின் ஒலி"</string>
    <string name="haptic_feedback_enable_title" msgid="2438293710530828760">"தொடும்போது அதிர்வடை"</string>
    <string name="audio_record_proc_title" msgid="4271091199976457534">"இரைச்சலை நீக்குதல்"</string>
    <string name="volume_media_description" msgid="7949355934788807863">"இசை, வீடியோ, கேம்கள், &amp; பிற மீடியா"</string>
    <string name="volume_ring_description" msgid="5936851631698298989">"ரிங்டோன் &amp; அறிவிப்புகள்"</string>
    <string name="volume_notification_description" msgid="5810902320215328321">"அறிவிப்புகள்"</string>
    <string name="volume_alarm_description" msgid="8322615148532654841">"அலாரங்கள்"</string>
    <string name="volume_ring_mute" msgid="3018992671608737202">"ரிங்டோன் &amp; அறிவிப்புகளை ஒலியடக்கு"</string>
    <string name="volume_media_mute" msgid="3399059928695998166">"இசை &amp; பிற மீடியாவை ஒலியடக்கு"</string>
    <string name="volume_notification_mute" msgid="7955193480006444159">"அறிவிப்புகளை ஒலியடக்கு"</string>
    <string name="volume_alarm_mute" msgid="4452239420351035936">"அலாரங்களை ஒலியடக்கு"</string>
    <string name="dock_settings" msgid="1820107306693002541">"டாக்"</string>
    <string name="dock_settings_title" msgid="9161438664257429372">"டாக் அமைப்பு"</string>
    <string name="dock_audio_settings_title" msgid="3324750259959570305">"ஆடியோ"</string>
    <string name="dock_audio_summary_desk" msgid="6487784412371139335">"இணைக்கப்பட்ட டெஸ்க்டாப் டாக்கிற்கான அமைப்பு"</string>
    <string name="dock_audio_summary_car" msgid="6740897586006248450">"காரில் இணைக்கப்பட்ட மொபைல் வைக்கும் கருவியின் அமைப்பு"</string>
    <string name="dock_audio_summary_none" product="tablet" msgid="8215337394914283607">"டேப்லெட் காரில் இணைக்கப்படவில்லை"</string>
    <string name="dock_audio_summary_none" product="default" msgid="289909253741048784">"மொபைல் டாக் செய்யப்படவில்லை"</string>
    <string name="dock_audio_summary_unknown" msgid="4465059868974255693">"இணைக்கப்பட்ட மொபைல் வைக்கும் கருவியின் அமைப்பு"</string>
    <string name="dock_not_found_title" msgid="3290961741828952424">"மொபைல் வைக்கும் கருவி கண்டறியப்படவில்லை"</string>
    <string name="dock_not_found_text" product="tablet" msgid="8405432495282299143">"டாக் ஆடியோவை அமைப்பதற்கு முன், நீங்கள் டேப்லெட்டை டாக் செய்ய வேண்டும்."</string>
    <string name="dock_not_found_text" product="default" msgid="1460497923342627801">"டாக் ஆடியோவை அமைப்பதற்கு முன், நீங்கள் தொலைபேசியை டாக் செய்ய வேண்டும்."</string>
    <string name="dock_sounds_enable_title" msgid="885839627097024110">"டாக்கைச் செருகுவதற்கான ஒலி"</string>
    <string name="dock_sounds_enable_summary_on" product="tablet" msgid="838102386448981339">"டாக்கிலிருந்து மொபைலைச் செருகும்போது அல்லது அகற்றும்போது ஒலியை இயக்கு"</string>
    <string name="dock_sounds_enable_summary_on" product="default" msgid="8491180514199743771">"மொபைல் வைக்கும் கருவியில் மொபைலைச் செருகும்போது அல்லது அதிலிருந்து அகற்றும்போது ஒலியெழுப்பு"</string>
    <string name="dock_sounds_enable_summary_off" product="tablet" msgid="4308252722466813560">"டாக்கிலிருந்து டேப்லெட்டைச் செருகும்போது அல்லது அகற்றும்போது ஒலியை இயக்க வேண்டாம்"</string>
    <string name="dock_sounds_enable_summary_off" product="default" msgid="2034927992716667672">"மொபைல் வைக்கும் கருவியில் மொபைலைச் செருகும்போது அல்லது அதிலிருந்து அகற்றும்போது ஒலி எழுப்பாதே"</string>
    <string name="account_settings" msgid="6403589284618783461">"கணக்குகள்"</string>
    <string name="category_personal" msgid="1299663247844969448">"தனிப்பட்டவை"</string>
    <string name="category_work" msgid="8699184680584175622">"பணியிடம்"</string>
    <string name="accessibility_category_work" msgid="4339262969083355720">"பணி சுயவிவரக் கணக்குகள் - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
    <string name="accessibility_category_personal" msgid="1263518850905945594">"தனிப்பட்ட சுயவிவரக் கணக்குகள்"</string>
    <string name="accessibility_work_account_title" msgid="1231830766637939527">"பணி கணக்கு - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
    <string name="accessibility_personal_account_title" msgid="2169071663029067826">"தனிப்பட்ட கணக்கு - <xliff:g id="MANAGED_BY">%s</xliff:g>"</string>
    <string name="search_settings" msgid="1910951467596035063">"தேடு"</string>
    <string name="search_settings_summary" msgid="9205656546570654169">"தேடல் அமைப்பு மற்றும் வரலாற்றை நிர்வகிக்கவும்"</string>
    <string name="display_settings" msgid="7965901687241669598">"தோற்றம்"</string>
    <string name="accelerometer_title" msgid="7854608399547349157">"திரையைத் தானாகச் சுழற்று"</string>
    <string name="accelerometer_summary_on" product="tablet" msgid="429982132339828942">"டேப்லெட்டைச் சுழற்றும்போது திசையமைவையும் தானாக மாற்று"</string>
    <string name="accelerometer_summary_on" product="default" msgid="1133737282813048021">"மொபைலைச் சுழற்றும்போது திசையமைவைத் தானாக மாற்று"</string>
    <string name="accelerometer_summary_off" product="tablet" msgid="4781734213242521682">"டேப்லெட்டைச் சுழற்றும்போது திசையமைவையும் தானாக மாற்று"</string>
    <string name="accelerometer_summary_off" product="default" msgid="5485489363715740761">"மொபைலைச் சுழற்றும்போது திசையமைவைத் தானாக மாற்று"</string>
    <string name="brightness" msgid="8480105032417444275">"ஒளிர்வு நிலை"</string>
    <string name="brightness_title" msgid="5746272622112982836">"ஒளிர்வு"</string>
    <string name="brightness_summary" msgid="838917350127550703">"திரையின் ஒளிர்வைச் சரிசெய்யவும்"</string>
    <string name="auto_brightness_title" msgid="6341042882350279391">"ஒளிர்வைத் தானாகச் சரிசெய்தல்"</string>
    <string name="auto_brightness_summary" msgid="1799041158760605375">"கிடைக்கும் ஒளிக்கேற்ப ஒளிர்வை சரிசெய்"</string>
    <string name="night_mode_title" msgid="6928425617491943384">"தீம்"</string>
    <string name="night_mode_summary" msgid="9196605054622017193">"%s"</string>
    <string name="night_mode_no" msgid="7682792841791457238">"வெளிர்"</string>
    <string name="night_mode_yes" msgid="4847655033618591567">"அடர்"</string>
    <string name="night_mode_auto" msgid="7508348175804304327">"தானியங்கு"</string>
    <string name="screen_timeout" msgid="4351334843529712571">"உறக்கநிலையிலிரு"</string>
    <string name="screen_timeout_title" msgid="5130038655092628247">"திரை முடக்கப்படும்"</string>
    <string name="screen_timeout_summary" msgid="327761329263064327">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> செயல்படாமல் இருப்பின்"</string>
    <string name="wallpaper_settings_title" msgid="5449180116365824625">"வால்பேப்பர்"</string>
    <string name="wallpaper_settings_fragment_title" msgid="519078346877860129">"வால்பேப்பர் தேர்வு"</string>
    <string name="screensaver_settings_title" msgid="3349790120327233241">"பகல்கனா"</string>
    <string name="screensaver_settings_summary_either_long" msgid="2458481525925378465">"உறக்கநிலையில், சார்ஜாகும் போது"</string>
    <string name="screensaver_settings_summary_either_short" msgid="6140527286137331478">"இவற்றில் ஒன்று"</string>
    <string name="screensaver_settings_summary_sleep" msgid="9086186698140423493">"சார்ஜ் செய்யப்படும்போது"</string>
    <string name="screensaver_settings_summary_dock" msgid="2072657401664633283">"டாக் செய்யப்பட்டிருக்கும்போது"</string>
    <string name="screensaver_settings_summary_off" msgid="2481581696365146473">"முடக்கத்தில்"</string>
    <string name="screensaver_settings_disabled_prompt" msgid="3857507943322777651">"மொபைலானது உறக்கநிலையில், நிகழ்வுகளைக் கட்டுப்படுத்த பகல்கனாவை இயக்கு."</string>
    <string name="screensaver_settings_when_to_dream" msgid="8352267826043957746">"எப்போது பகல்கனாவிற்கு மாறலாம்"</string>
    <string name="screensaver_settings_dream_start" msgid="4998187847985120168">"இப்போது தொடங்கு"</string>
    <string name="screensaver_settings_button" msgid="7292214707625717013">"அமைப்பு"</string>
    <string name="automatic_brightness" msgid="5014143533884135461">"தானாக ஒளிர்வைச் சரிசெய்தல்"</string>
    <string name="lift_to_wake_title" msgid="4555378006856277635">"விரலை எடுக்கும் போது இயங்கு"</string>
    <string name="doze_title" msgid="2259176504273878294">"சூழல்சார் திரை"</string>
    <string name="doze_summary" msgid="7128970177894383698">"சாதனத்தை எடுக்கும் போது அல்லது அறிவிப்புகளைப் பெறும் போது திரையை இயக்கு"</string>
    <string name="title_font_size" msgid="4405544325522105222">"எழுத்துரு அளவு"</string>
    <string name="dialog_title_font_size" msgid="2231507851258955038">"எழுத்துரு அளவு"</string>
    <string name="sim_lock_settings" msgid="3392331196873564292">"சிம் கார்டின் பூட்டு அமைப்பு"</string>
    <string name="sim_lock_settings_category" msgid="5136244267576697004">"சிம் கார்டின் பூட்டை அமை"</string>
    <string name="sim_lock_settings_title" msgid="9018585580955414596">"சிம் கார்டு பூட்டு"</string>
    <string name="sim_pin_toggle" msgid="1742123478029451888">"சிம் கார்டைப் பூட்டு"</string>
    <string name="sim_lock_on" product="tablet" msgid="5058355081270397764">"டேப்லெட்டைப் பயன்படுத்த பின் தேவை"</string>
    <string name="sim_lock_on" product="default" msgid="2503536505568814324">"மொபைலைப் பயன்படுத்த பின் தேவை"</string>
    <string name="sim_lock_off" product="tablet" msgid="2813800553917012356">"டேப்லெட்டைப் பயன்படுத்த பின் தேவை"</string>
    <string name="sim_lock_off" product="default" msgid="258981978215428916">"மொபைலைப் பயன்படுத்த பின் தேவை"</string>
    <string name="sim_pin_change" msgid="6311414184279932368">"சிம்மின் பின்னை மாற்று"</string>
    <string name="sim_enter_pin" msgid="6608715137008508432">"சிம் பின்"</string>
    <string name="sim_enable_sim_lock" msgid="4517742794997166918">"சிம் கார்டைப் பூட்டு"</string>
    <string name="sim_disable_sim_lock" msgid="7664729528754784824">"சிம் கார்டை தடைநீக்கு"</string>
    <string name="sim_enter_old" msgid="6074196344494634348">"பழைய சிம் பின்"</string>
    <string name="sim_enter_new" msgid="8742727032729243562">"புதிய சிம் பின்"</string>
    <string name="sim_reenter_new" msgid="6523819386793546888">"புதிய பின்னை மீண்டும் உள்ளிடவும்"</string>
    <string name="sim_change_pin" msgid="7328607264898359112">"சிம் பின்"</string>
    <string name="sim_bad_pin" msgid="2345230873496357977">"தவறான பின்"</string>
    <string name="sim_pins_dont_match" msgid="1695021563878890574">"பின்கள் பொருந்தவில்லை"</string>
    <string name="sim_change_failed" msgid="3602072380172511475">"பின்னை மாற்ற முடியவில்லை.\nதவறான பின்னாக இருக்கலாம்."</string>
    <string name="sim_change_succeeded" msgid="8556135413096489627">"சிம் பின் வெற்றிகரமாக மாற்றப்பட்டது"</string>
    <string name="sim_lock_failed" msgid="2489611099235575984">"சிம் கார்டின் பூட்டு நிலையை மாற்ற முடியவில்லை.\nதவறான பின்னாக இருக்கலாம்."</string>
    <string name="sim_enter_ok" msgid="6475946836899218919">"சரி"</string>
    <string name="sim_enter_cancel" msgid="6240422158517208036">"ரத்துசெய்"</string>
    <string name="sim_multi_sims_title" msgid="9159427879911231239">"பல SIMகள் உள்ளன"</string>
    <string name="sim_multi_sims_summary" msgid="7018740080801483990">"செல்லுலார் தரவிற்கான சிம் ஐத் தேர்வுசெய்யவும்."</string>
    <string name="sim_change_data_title" msgid="294357201685244532">"தரவு சிம்மினை மாற்றவா?"</string>
    <string name="sim_change_data_message" msgid="1313940695939674633">"செல்லுலார் தரவிற்கு, <xliff:g id="OLD_SIM">%2$s</xliff:g>க்குப் பதிலாக <xliff:g id="NEW_SIM">%1$s</xliff:g>ஐப் பயன்படுத்தவா?"</string>
    <string name="sim_preferred_title" msgid="5567909634636045268">"விருப்ப சிம் கார்டை மாற்றவா?"</string>
    <string name="sim_preferred_message" msgid="301251431163650167">"உங்கள் சாதனத்தில் <xliff:g id="NEW_SIM">%1$s</xliff:g> சிம் மட்டுமே உள்ளது. செல்லுலார் தரவு, அழைப்புகள் மற்றும் SMS செய்திகளுக்கு இந்தச் சிம்மைப் பயன்படுத்தவா?"</string>
    <string name="wrong_pin_code_pukked" msgid="4003655226832658066">"சிம் பின் குறியீடு தவறானது, உங்கள் சாதனத்தைத் திறக்க, உங்கள் மொபைல் நிறுவனத்தைத் தொடர்புகொள்ள வேண்டும்."</string>
    <plurals name="wrong_pin_code" formatted="false" msgid="1582398808893048097">
      <item quantity="other">சிம்மின் பின் குறியீடு தவறானது, உங்களிடம் <xliff:g id="NUMBER_1">%d</xliff:g> முயற்சிகள் மீதமுள்ளன.</item>
      <item quantity="one">சிம்மின் பின் குறியீடு தவறானது, மேலும் <xliff:g id="NUMBER_0">%d</xliff:g> முயற்சிக்குப் பின்னர், சாதனத்தைத் திறக்க, கண்டிப்பாக உங்கள் மொபைல் நிறுவனத்தைத் தொடர்புகொள்ள வேண்டும்.</item>
    </plurals>
    <string name="pin_failed" msgid="1848423634948587645">"சிம் பின் செயல்பாடு தோல்வி!"</string>
    <string name="device_info_settings" product="tablet" msgid="1119755927536987178">"டேப்லெட் நிலை"</string>
    <string name="device_info_settings" product="default" msgid="475872867864762157">"மொபைலின் நிலை"</string>
    <string name="system_update_settings_list_item_title" msgid="3342887311059985961">"புதிய பதிப்பு"</string>
    <string name="system_update_settings_list_item_summary" msgid="3853057315907710747"></string>
    <string name="firmware_version" msgid="4801135784886859972">"Android பதிப்பு"</string>
    <string name="security_patch" msgid="8438384045870296634">"Android பாதுகாப்பின் இணைப்புநிரல் நிலை"</string>
    <string name="model_number" msgid="3765737700545384794">"மாடல் எண்"</string>
    <string name="fcc_equipment_id" msgid="149114368246356737">"உபகரணத்தின் ஐடி"</string>
    <string name="baseband_version" msgid="1848990160763524801">"பேஸ்பேண்ட் பதிப்பு"</string>
    <string name="kernel_version" msgid="9192574954196167602">"கர்னல் பதிப்பு"</string>
    <string name="build_number" msgid="3075795840572241758">"பதிப்பு எண்"</string>
    <string name="selinux_status" msgid="6212165375172061672">"SELinux நிலை"</string>
    <string name="device_info_not_available" msgid="8062521887156825182">"கிடைக்கவில்லை"</string>
    <string name="device_status_activity_title" msgid="1411201799384697904">"நிலை"</string>
    <string name="device_status" msgid="607405385799807324">"நிலை"</string>
    <string name="device_status_summary" product="tablet" msgid="3292717754497039686">"பேட்டரி, நெட்வொர்க் மற்றும் பிற தகவல் ஆகியவற்றின் நிலை"</string>
    <string name="device_status_summary" product="default" msgid="2599162787451519618">"மொபைல் எண், சிக்னல், மேலும் பல"</string>
    <string name="storage_settings" msgid="4211799979832404953">"சேமிப்பிடம்"</string>
    <string name="storage_usb_settings" msgid="642612065405691122">"சேமிப்பிடம் &amp; USB"</string>
    <string name="storage_settings_title" msgid="8746016738388094064">"சேமிப்பிட அமைப்பு"</string>
    <string name="storage_settings_summary" product="nosdcard" msgid="3543813623294870759">"USB சேமிப்பிடத்தை அகற்று, கிடைக்கும் சேமிப்பிடத்தைக் காட்டு"</string>
    <string name="storage_settings_summary" product="default" msgid="9176693537325988610">"SD கார்டை அகற்றவும், கிடைக்கும் சேமிப்பிடத்தைக் காட்டவும்"</string>
    <string name="status_number" product="tablet" msgid="1138837891091222272">"MDN"</string>
    <string name="status_number" product="default" msgid="5123197324870153205">"எனது மொபைல் எண்"</string>
    <string name="status_min_number" msgid="3519504522179420597">"MIN"</string>
    <string name="status_msid_number" msgid="909010114445780530">"MSID"</string>
    <string name="status_prl_version" msgid="1007470446618081441">"PRL பதிப்பு"</string>
    <string name="status_meid_number" msgid="1751442889111731088">"MEID"</string>
    <string name="status_icc_id" msgid="943368755577172747">"ICCID"</string>
    <string name="status_network_type" msgid="952552009117455166">"செல்லுலார் நெட்வொர்க் வகை"</string>
    <string name="status_latest_area_info" msgid="7222470836568238054">"ஆபரேட்டர் தகவல்"</string>
    <string name="status_data_state" msgid="4578972321533789767">"செல்லுலார் நெட்வொர்க் நிலை"</string>
    <string name="status_service_state" msgid="2323931627519429503">"சேவையின் நிலை"</string>
    <string name="status_signal_strength" msgid="3732655254188304547">"சிக்னலின் வலிமை"</string>
    <string name="status_roaming" msgid="2638800467430913403">"ரோமிங்"</string>
    <string name="status_operator" msgid="2274875196954742087">"நெட்வொர்க்"</string>
    <string name="status_wifi_mac_address" msgid="2202206684020765378">"வைஃபை MAC முகவரி"</string>
    <string name="status_bt_address" msgid="4195174192087439720">"புளூடூத் முகவரி"</string>
    <string name="status_serial_number" msgid="2257111183374628137">"வரிசை எண்"</string>
    <string name="status_unavailable" msgid="7862009036663793314">"கிடைக்கவில்லை"</string>
    <string name="status_up_time" msgid="7294859476816760399">"இயங்கிய நேரம்"</string>
    <string name="status_awake_time" msgid="2393949909051183652">"விழிப்பு நேரம்"</string>
    <string name="internal_memory" msgid="9129595691484260784">"அகச் சேமிப்பிடம்"</string>
    <string name="sd_memory" product="nosdcard" msgid="2510246194083052841">"USB சேமிப்பிடம்"</string>
    <string name="sd_memory" product="default" msgid="151871913888051515">"SD கார்டு"</string>
    <string name="memory_available" msgid="5052397223077021181">"மீதமுள்ளது"</string>
    <string name="memory_available_read_only" msgid="6497534390167920206">"கிடைக்கிறது (படிக்க மட்டும்)"</string>
    <string name="memory_size" msgid="6629067715017232195">"மொத்த இடம்"</string>
    <string name="memory_calculating_size" msgid="2188358544203768588">"கணக்கிடுகிறது..."</string>
    <string name="memory_apps_usage" msgid="5128673488173839077">"பயன்பாடுகள் &amp; பயன்பாட்டுத் தரவு"</string>
    <string name="memory_media_usage" msgid="3738830697707880405">"மீடியா"</string>
    <string name="memory_downloads_usage" msgid="3755173051677533027">"பதிவிறக்கங்கள்"</string>
    <string name="memory_dcim_usage" msgid="558887013613822577">"படங்கள், வீடியோக்கள்"</string>
    <string name="memory_music_usage" msgid="1363785144783011606">"ஆடியோ (இசை, ரிங்டோன்கள், பாட்காஸ்ட்கள், மேலும் பல)"</string>
    <string name="memory_media_misc_usage" msgid="6094866738586451683">"பிற கோப்புகள்"</string>
    <string name="memory_media_cache_usage" msgid="6704293333141177910">"தற்காலிகத் தரவு"</string>
    <string name="sd_eject" product="nosdcard" msgid="4988563376492400073">"பகிர்ந்த சேமிப்பிடத்தை அகற்று"</string>
    <string name="sd_eject" product="default" msgid="6915293408836853020">"SD கார்டை அகற்று"</string>
    <string name="sd_eject_summary" product="nosdcard" msgid="5009296896648072891">"அக USB சேமிப்பிடத்தை அகற்று"</string>
    <string name="sd_eject_summary" product="default" msgid="3300599435073550246">"SD கார்டை நீக்கியப் பிறகு இதைப் பாதுகாப்பாக அகற்றவும்"</string>
    <string name="sd_insert_summary" product="nosdcard" msgid="5264016886409577313">"பொருத்துவதற்கு USB சேமிப்பிடத்தைச் செருகவும்"</string>
    <string name="sd_insert_summary" product="default" msgid="2048640010381803841">"பொருத்துவதற்கு SD கார்டைச் செருகவும்"</string>
    <string name="sd_mount" product="nosdcard" msgid="8966695015677343116">"USB சேமிப்பிடத்தைப் பொருத்து"</string>
    <string name="sd_mount" product="default" msgid="5940523765187704135">"SD கார்டைப் பொருத்து"</string>
    <string name="sd_mount_summary" product="nosdcard" msgid="4673411327373419641"></string>
    <string name="sd_mount_summary" product="default" msgid="4673411327373419641"></string>
    <string name="sd_format" product="nosdcard" msgid="2148179271623099054">"USB சேமிப்பிடத்தை அழி"</string>
    <string name="sd_format" product="default" msgid="2576054280507119870">"SD கார்டை அழி"</string>
    <string name="sd_format_summary" product="nosdcard" msgid="6331905044907914603">"இசை மற்றும் படங்கள் போன்ற அக USB சேமிப்பிடத்தில் உள்ள எல்லா தரவையும் அழிக்கும்"</string>
    <string name="sd_format_summary" product="default" msgid="212703692181793109">"இசை மற்றும் படங்கள் போன்ற SD கார்டில் உள்ள எல்லா தரவையும் அழிக்கிறது"</string>
    <string name="memory_clear_cache_title" msgid="5423840272171286191">"தற்காலிகத் தரவை அழிக்கவா?"</string>
    <string name="memory_clear_cache_message" msgid="4550262490807415948">"இது, எல்லா பயன்பாடுகளின் தற்காலிகச் சேமிப்பு தரவை அழிக்கும்."</string>
    <string name="mtp_ptp_mode_summary" msgid="3710436114807789270">"MTP அல்லது PTP செயல்பாடு இயக்கத்தில் உள்ளது"</string>
    <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="3077285629197874055">"USB சேமிப்பிடத்தை அகற்றவா?"</string>
    <string name="dlg_confirm_unmount_title" product="default" msgid="3634502237262534381">"SD கார்டை அகற்றவா?"</string>
    <string name="dlg_confirm_unmount_text" product="nosdcard" msgid="4322636662873269018">"USB சேமிப்பிடத்தை அகற்றிவிட்டால், நீங்கள் பயன்படுத்துகின்ற சில பயன்பாடுகள் நின்றுவிடும், மேலும் நீங்கள் USB சேமிப்பிடத்தை மீண்டும் செருகும்வரை அவை கிடைக்காமல் இருக்கலாம்."</string>
    <string name="dlg_confirm_unmount_text" product="default" msgid="6998379994779187692">"SD கார்டை அகற்றினால், நீங்கள் பயன்படுத்தும் சில பயன்பாடுகள் நின்றுவிடும், மேலும் SD கார்டை மீண்டும் செருகும் வரை அவை பயன்படுத்த கிடைக்காமல் இருக்கலாம்."</string>
    <string name="dlg_error_unmount_title" product="nosdcard" msgid="4642742385125426529"></string>
    <string name="dlg_error_unmount_title" product="default" msgid="4642742385125426529"></string>
    <string name="dlg_error_unmount_text" product="nosdcard" msgid="9191518889746166147">"USB கார்டை அகற்ற முடியவில்லை. பிறகு முயற்சிக்கவும்."</string>
    <string name="dlg_error_unmount_text" product="default" msgid="3500976899159848422">"SD கார்டை அகற்ற முடியவில்லை. பிறகு முயற்சிக்கவும்."</string>
    <string name="unmount_inform_text" product="nosdcard" msgid="7120241136790744265">"USB சேமிப்பிடம் அகற்றப்படும்."</string>
    <string name="unmount_inform_text" product="default" msgid="1904212716075458402">"SD கார்டு அகற்றப்படும்."</string>
    <string name="sd_ejecting_title" msgid="8824572198034365468">"அகற்றுகிறது"</string>
    <string name="sd_ejecting_summary" msgid="2028753069184908491">"அகற்றுதல் செயலில் உள்ளது"</string>
    <string name="storage_low_title" msgid="1388569749716225155">"சேமிப்பிடம் குறைகிறது"</string>
    <string name="storage_low_summary" msgid="7737465774892563129">"ஒத்திசைத்தல் போன்ற அமைப்பின் சில செயல்பாடுகள் வேலைசெய்யாமல் போகலாம். பயன்பாடுகள் அல்லது மீடியா உள்ளடக்கம் போன்ற உருப்படிகளை நீக்குதல் அல்லது அகற்றுவதன் மூலம் சேமிப்பிடத்தை காலியாக்க முயற்சிக்கவும்."</string>
    <string name="storage_menu_rename" msgid="7141058657592615390">"மறுபெயரிடு"</string>
    <string name="storage_menu_mount" msgid="1014683672493425425">"பொருத்து"</string>
    <string name="storage_menu_unmount" msgid="681485356885955898">"வெளியேற்று"</string>
    <string name="storage_menu_format" msgid="7690626079653152152">"மீட்டமை"</string>
    <string name="storage_menu_format_public" msgid="7464714208010125682">"கையடக்கச் சேமிப்பகமாக மீட்டமை"</string>
    <string name="storage_menu_format_private" msgid="546017531835902096">"அகச் சேமிப்பகமாக மீட்டமை"</string>
    <string name="storage_menu_migrate" msgid="3969621494238154294">"தரவை நகர்த்து"</string>
    <string name="storage_menu_forget" msgid="6305824238997983426">"அகற்று"</string>
    <string name="storage_menu_set_up" msgid="4263294929451685366">"அமை"</string>
    <string name="storage_menu_explore" msgid="4637496051816521560">"உலாவு"</string>
    <string name="storage_title_usb" msgid="679612779321689418">"USB கணினி இணைப்பு"</string>
    <string name="usb_connection_category" msgid="7805945595165422882">"இவ்வாறு இணை"</string>
    <string name="usb_mtp_title" msgid="3399663424394065964">"மீடியா சாதனம் (MTP)"</string>
    <string name="usb_mtp_summary" msgid="4617321473211391236">"நீங்கள் Windows இல் மீடியா கோப்புகளை இடமாற்றவும் அல்லது Mac இல் Android கோப்பின் இடமாற்றத்தைப் பயன்படுத்தவும் அனுமதிக்கிறது (www.android.com/filetransfer ஐப் பார்க்கவும்)"</string>
    <string name="usb_ptp_title" msgid="3852760810622389620">"கேமரா (PTP)"</string>
    <string name="usb_ptp_summary" msgid="7406889433172511530">"கேமரா மென்பொருளைப் பயன்படுத்தி நீங்கள் படங்களை அனுப்பவும், மேலும் MTP ஆதரிக்காத கணினிகளில் எந்தக் கோப்புகளையும் பரிமாற்றவும் உதவுகிறது."</string>
    <string name="usb_midi_title" msgid="3069990264258413994">"MIDI"</string>
    <string name="usb_midi_summary" msgid="539169474810956358">"MIDI இயக்கப்பட்ட பயன்பாடுகள், USB மூலம் MIDI மென்பொருளைப் பயன்படுத்தி கணினியில் செயல்பட அனுமதிக்கும்."</string>
    <string name="storage_other_users" msgid="808708845102611856">"பிற பயனர்கள்"</string>
    <string name="storage_internal_title" msgid="690771193137801021">"சாதனச் சேமிப்பகம்"</string>
    <string name="storage_external_title" msgid="3433462910096848696">"கையடக்கச் சேமிப்பகம்"</string>
    <string name="storage_volume_summary" msgid="7023441974367853372">"பயன்படுத்தியது: <xliff:g id="USED">%1$s</xliff:g>/<xliff:g id="TOTAL">%2$s</xliff:g>"</string>
    <string name="storage_size_large" msgid="5691585991420946254">"<xliff:g id="NUMBER">^1</xliff:g>"<small><small>" <xliff:g id="UNIT">^2</xliff:g>"</small></small>""</string>
    <string name="storage_volume_used" msgid="1303803057698959872">"பயன்படுத்தியது: <xliff:g id="TOTAL">%1$s</xliff:g>"</string>
    <string name="storage_volume_used_total" msgid="6113121714019000244">"மொத்தம் பயன்படுத்தியது: <xliff:g id="TOTAL">%1$s</xliff:g>"</string>
    <string name="storage_mount_success" msgid="687641090137253647">"<xliff:g id="NAME">%1$s</xliff:g> பொருத்தப்பட்டது"</string>
    <string name="storage_mount_failure" msgid="1042621107954547316">"<xliff:g id="NAME">%1$s</xliff:g>ஐப் பொருத்த முடியவில்லை"</string>
    <string name="storage_unmount_success" msgid="5737203344673441677">"<xliff:g id="NAME">%1$s</xliff:g> பாதுகாப்பாக வெளியேற்றப்பட்டது"</string>
    <string name="storage_unmount_failure" msgid="5758387106579519489">"<xliff:g id="NAME">%1$s</xliff:g>ஐப் பாதுகாப்பாக வெளியேற்ற முடியவில்லை"</string>
    <string name="storage_format_success" msgid="3023144070597190555">"<xliff:g id="NAME">%1$s</xliff:g> மீட்டமைக்கப்பட்டது"</string>
    <string name="storage_format_failure" msgid="6032640952779735766">"<xliff:g id="NAME">%1$s</xliff:g>ஐ மீட்டமைக்க முடியவில்லை"</string>
    <string name="storage_rename_title" msgid="8242663969839491485">"சேமிப்பகத்திற்கு மறுபெயரிடவும்"</string>
    <string name="storage_dialog_unmounted" msgid="6403320870103261477">"<xliff:g id="NAME_0">^1</xliff:g> பாதுகாப்பாக வெளியேற்றப்பட்டது, ஆனால் இன்னும் கிடைக்கிறது. \n\n<xliff:g id="NAME_1">^1</xliff:g>ஐப் பயன்படுத்த, முதலில் அதைச் செருக வேண்டும்."</string>
    <string name="storage_dialog_unmountable" msgid="3732209361668282254">"<xliff:g id="NAME_0">^1</xliff:g> சிதைந்துள்ளது. \n\n<xliff:g id="NAME_1">^1</xliff:g>ஐப் பயன்படுத்த, முதலில் அதை அமைக்க வேண்டும்."</string>
    <string name="storage_dialog_unsupported" msgid="4503128224360482228">"சாதனம் <xliff:g id="NAME_0">^1</xliff:g>ஐ ஆதரிக்காது. \n\nசாதனத்தில் <xliff:g id="NAME_1">^1</xliff:g>ஐப் பயன்படுத்த, முதலில் அதை அமைக்க வேண்டும்."</string>
    <string name="storage_internal_format_details" msgid="4018647158382548820">"மீட்டமைவுக்குப் பிறகு, <xliff:g id="NAME_0">^1</xliff:g>ஐ மற்ற சாதனங்களில் பயன்படுத்தலாம். \n\n<xliff:g id="NAME_1">^1</xliff:g> இல் உள்ள எல்லா தரவும் அழிக்கப்படும். அதனால் முதலில் காப்புப் பிரதி எடுத்துக்கொள்ளவும். \n\n"<b>"படங்கள் &amp; மற்ற மீடியாவைக் காப்புப் பிரதி எடுத்தல்"</b>" \nமீடியா கோப்புகளை சாதனத்தின் மாற்று சேமிப்பகத்திற்கு நகர்த்தவும் அல்லது USB கேபிளைப் பயன்படுத்தி கணினிக்கு மாற்றவும். \n\n"<b>"பயன்பாடுகளின் காப்புப் பிரதி"</b>" \n<xliff:g id="NAME_6">^1</xliff:g> இல் சேமிக்கப்பட்ட எல்லா பயன்பாடுகளும் நிறுவல்நீக்கப்பட்டு அவற்றின் தரவு அழிக்கப்படும். இந்தப் பயன்பாடுகளை வைத்திருக்க, சாதனத்தின் மாற்று சேமிப்பகத்திற்கு அவற்றை நகர்த்தவும்."</string>
    <string name="storage_internal_unmount_details" msgid="3582802571684490057"><b>"<xliff:g id="NAME_0">^1</xliff:g>ஐ வெளியேற்றும்போது, அதில் சேமித்த பயன்பாடுகள் வேலை செய்யாததுடன், அதில் சேமித்திருந்த மீடியா கோப்புகள் மீண்டும் அதைச் செருகும் வரை கிடைக்காது."</b>" \n\nஇந்தச் சாதனத்தில் மட்டும் வேலை செய்யுமாறு <xliff:g id="NAME_1">^1</xliff:g> மீட்டமைக்கப்பட்டதால் பிற சாதனங்களில் அது வேலை செய்யாது."</string>
    <string name="storage_internal_forget_details" msgid="9028875424669047327">"<xliff:g id="NAME">^1</xliff:g> இல் உள்ள பயன்பாடுகள், படங்கள் அல்லது தரவைப் பயன்படுத்த, அதை மீண்டும் செருகவும். \n\nசாதனம் இல்லையெனில், இந்தச் சேமிப்பகத்தை அகற்றிவிடவும். \n\nஅவ்வாறு அகற்றினால், அதிலுள்ள தரவு இனி கிடைக்காது. \n\nபயன்பாடுகளை மீண்டும் நிறுவிக்கொள்ளலாம், எனினும் அவற்றின் தரவு மீண்டும் கிடைக்காது."</string>
    <string name="storage_internal_forget_confirm_title" msgid="1370847944388479245">"<xliff:g id="NAME">^1</xliff:g>ஐ அகற்றவா?"</string>
    <string name="storage_internal_forget_confirm" msgid="1148446041396902905">"<xliff:g id="NAME">^1</xliff:g> இல் சேமிக்கப்பட்ட அனைத்து பயன்பாடுகள், படங்கள் மற்றும் தரவு ஆகியவற்றை நிரந்தரமாக இழப்பீர்கள்."</string>
    <string name="storage_detail_apps" msgid="6141154016753507490">"பயன்பாடுகள்"</string>
    <string name="storage_detail_images" msgid="6950678857740634769">"படங்கள்"</string>
    <string name="storage_detail_videos" msgid="2919743464827110953">"வீடியோக்கள்"</string>
    <string name="storage_detail_audio" msgid="1197685141676483213">"ஆடியோ"</string>
    <string name="storage_detail_cached" msgid="8547136365247818567">"தற்காலிகத் தரவு"</string>
    <string name="storage_detail_other" msgid="8404938385075638238">"பிற"</string>
    <string name="storage_detail_explore" msgid="7911344011431568294">"<xliff:g id="NAME">^1</xliff:g> இல் உலாவு"</string>
    <string name="storage_detail_dialog_other" msgid="4894289482062047165">"பிற கோப்புகள் என்பதில் பயன்பாடுகள் சேமித்த, பகிர்ந்த கோப்புகள், இணையம் அல்லது புளூடூத்திலிருந்து இறக்கிய கோப்புகள், Android கோப்புகள் மற்றும் பலவும் அடங்கும்.\n\n<xliff:g id="NAME">^1</xliff:g> இன் உள்ளடக்கங்கள் முழுவதையும் பார்க்க, உலாவு என்பதைத் தொடவும்."</string>
    <string name="storage_detail_dialog_user" msgid="1675756743326079688">"சேமிப்பகத்தில் <xliff:g id="SIZE">^2</xliff:g> அளவைப் பயன்படுத்தும் படங்கள், இசை, திரைப்படங்கள், பயன்பாடுகள் அல்லது பிற தரவு போன்றவற்றை <xliff:g id="USER_0">^1</xliff:g> சேமித்து வைத்திருக்கலாம். \n\nவிவரங்களைப் பார்க்க, <xliff:g id="USER_1">^1</xliff:g>க்கு மாறவும்."</string>
    <string name="storage_wizard_init_title" msgid="5085400514028585772">"<xliff:g id="NAME">^1</xliff:g>ஐ அமைக்கவும்"</string>
    <string name="storage_wizard_init_external_title" msgid="4867326438945303598">"கையடக்க சேமிப்பகமாகப் பயன்படுத்தவும்"</string>
    <string name="storage_wizard_init_external_summary" msgid="7476105886344565074">"சாதனங்களுக்கிடையே படங்களையும் பிற மீடியாவையும் நகர்த்தலாம்."</string>
    <string name="storage_wizard_init_internal_title" msgid="9100613534261408519">"அகச் சேமிப்பகமாகப் பயன்படுத்தவும்"</string>
    <string name="storage_wizard_init_internal_summary" msgid="6240417501036216410">"பயன்பாடுகளும் படங்களும் உள்ளிட்ட எதையேனும் இந்தச் சாதனத்தில் மட்டும் சேமிக்க, மற்ற சாதனங்களில் அது வேலை செய்வதிலிருந்து தடுக்க, மீட்டமைவு தேவைப்படும்."</string>
    <string name="storage_wizard_format_confirm_title" msgid="2814021794538252546">"அகச் சேமிப்பகமாக மீட்டமை"</string>
    <string name="storage_wizard_format_confirm_body" msgid="4401758710076806509">"<xliff:g id="NAME_0">^1</xliff:g>ஐப் பாதுகாப்பானதாக்க, அதை மீட்டமைக்க வேண்டும். \n\nமீட்டமைத்த பிறகு, <xliff:g id="NAME_1">^1</xliff:g> இந்தச் சாதனத்தில் மட்டுமே வேலைசெய்யும். \n\n"<b>"மீட்டமைவு, <xliff:g id="NAME_2">^1</xliff:g> இல் தற்போது சேமிக்கப்பட்டுள்ள எல்லா தரவையும் அழிக்கும்."</b>" தரவு இழப்பைத் தவிர்க்க, காப்புப் பிரதி எடுக்கவும்."</string>
    <string name="storage_wizard_format_confirm_public_title" msgid="4905690038882041566">"கையடக்க சேமிப்பகமாக மீட்டமைத்தல்"</string>
    <string name="storage_wizard_format_confirm_public_body" msgid="1516932692920060272">"இதற்கு <xliff:g id="NAME_0">^1</xliff:g>ஐ மீட்டமைக்க வேண்டும். \n\n"<b>"மீட்டமைப்பதால், <xliff:g id="NAME_1">^1</xliff:g> இல் தற்போது உள்ள எல்லா தரவும் அழிக்கப்படும்."</b>" தரவு இழப்பைத் தடுக்க, அதனை காப்புப் பிரதி எடுத்துக்கொள்ளவும்."</string>
    <string name="storage_wizard_format_confirm_next" msgid="2774557300531702572">"அழி &amp; மீட்டமை"</string>
    <string name="storage_wizard_format_progress_title" msgid="6487352396450582292">"<xliff:g id="NAME">^1</xliff:g> வடிவமைக்கப்படுகிறது"</string>
    <string name="storage_wizard_format_progress_body" msgid="4445041233802828430">"<xliff:g id="NAME">^1</xliff:g>ஐ மீட்டமைக்கும்போது, அதை அகற்ற வேண்டாம்."</string>
    <string name="storage_wizard_migrate_title" msgid="1363078147938160407">"புதிய சேமிப்பகத்திற்கு நகர்த்துக"</string>
    <string name="storage_wizard_migrate_body" msgid="890751699549542345">"படங்கள், கோப்புகள் மற்றும் சில பயன்பாடுகளை புதிய <xliff:g id="NAME">^1</xliff:g>க்கு நகர்த்தலாம். \n\nநகர்த்துவதற்கு <xliff:g id="TIME">^2</xliff:g> ஆகும், மேலும் அகச் சேமிப்பகத்தில் <xliff:g id="SIZE">^3</xliff:g> இடத்தைக் காலிசெய்யும். இந்தச் செயல்பாட்டின் போது, சில பயன்பாடுகள் இயங்காது."</string>
    <string name="storage_wizard_migrate_now" msgid="4523444323744239143">"இப்போதே நகர்த்தவும்"</string>
    <string name="storage_wizard_migrate_later" msgid="3173482328116026253">"பிறகு நகர்த்தவும்"</string>
    <string name="storage_wizard_migrate_confirm_title" msgid="8564833529613286965">"தரவை நகர்த்தவும்"</string>
    <string name="storage_wizard_migrate_confirm_body" msgid="4212060581792135962"><b>"நகர்த்துவதற்கு <xliff:g id="TIME">^1</xliff:g> ஆகலாம். இதனால் <xliff:g id="NAME">^3</xliff:g> இல் <xliff:g id="SIZE">^2</xliff:g> அளவு சேமிப்பகம் கிடைக்கும்."</b></string>
    <string name="storage_wizard_migrate_confirm_next" msgid="5509475628423823202">"நகர்த்து"</string>
    <string name="storage_wizard_migrate_progress_title" msgid="1665479429044202868">"தரவு நகர்த்தப்படுகிறது…"</string>
    <string name="storage_wizard_migrate_details" msgid="3709728824651136227">"நகர்த்தும்போது: \n• <xliff:g id="NAME">^1</xliff:g>ஐ அகற்ற வேண்டாம். \n• சில பயன்பாடுகள் சரியாக வேலை செய்யாது. \n• சாதனம் சார்ஜ் செய்யப்பட்டிருக்க வேண்டும்."</string>
    <string name="storage_wizard_ready_title" msgid="5381632402953258267">"<xliff:g id="NAME">^1</xliff:g> தயார்"</string>
    <string name="storage_wizard_ready_external_body" msgid="2879508114260597474">"<xliff:g id="NAME">^1</xliff:g> படங்களையும் பிற மீடியாவையும் பயன்படுத்த, தயாராக உள்ளது."</string>
    <string name="storage_wizard_ready_internal_body" msgid="122532674037860197">"புதிய <xliff:g id="NAME">^1</xliff:g> வேலை செய்கிறது. \n\nசாதனத்திற்கு படங்கள், கோப்புகள், பயன்பாட்டுத் தரவை நகர்த்த, அமைப்புகள் &gt; சேமிப்பகம் என்பதற்குச் செல்லவும்."</string>
    <string name="storage_wizard_move_confirm_title" msgid="292782012677890250">"<xliff:g id="APP">^1</xliff:g>ஐ நகர்த்தவும்"</string>
    <string name="storage_wizard_move_confirm_body" msgid="5176432115206478941">"<xliff:g id="APP">^1</xliff:g>ஐயும் அதன் தரவையும் <xliff:g id="NAME_0">^2</xliff:g>க்கு நகர்த்த ஒருசில வினாடிகள் மட்டுமே எடுக்கும். நகர்த்தப்படும்போது பயன்பாட்டைப் பயன்படுத்த முடியாது. \n\nநகர்த்தும்போது <xliff:g id="NAME_1">^2</xliff:g>ஐ அகற்ற வேண்டாம்."</string>
    <string name="storage_wizard_move_progress_title" msgid="4443920302548035674">"<xliff:g id="APP">^1</xliff:g> நகர்த்தப்படுகிறது…"</string>
    <string name="storage_wizard_move_progress_body" msgid="7802577486578105609">"நகர்த்தும்போது <xliff:g id="NAME">^1</xliff:g>ஐ அகற்ற வேண்டாம். \n\nநகர்த்தி முடிக்கும்வரை, சாதனத்தில் <xliff:g id="APP">^2</xliff:g> பயன்பாடு கிடைக்காது."</string>
    <string name="storage_wizard_move_progress_cancel" msgid="542047237524588792">"நகர்த்துவதை ரத்துசெய்"</string>
    <string name="storage_wizard_slow_body" msgid="8010127667184768025">"இந்த <xliff:g id="NAME_0">^1</xliff:g> வேகம் குறைவானது போல் தெரிகிறது. \n\nநீங்கள் தொடரலாம், இந்த இடத்திற்கு நகர்த்தப்பட்ட பயன்பாடுகள் தடங்கல்களுடன் இயங்கலாம் மற்றும் தரவைப் பரிமாற்றுவதற்கு அதிக நேரம் எடுக்கலாம். \n\nசிறந்த செயல்திறனுக்கு, வேகமான <xliff:g id="NAME_1">^1</xliff:g>ஐப் பயன்படுத்தவும்."</string>
    <string name="battery_status_title" msgid="9159414319574976203">"பேட்டரி நிலை"</string>
    <string name="battery_level_title" msgid="2965679202786873272">"பேட்டரி நிலை"</string>
    <string name="apn_settings" msgid="3743170484827528406">"APNகள்"</string>
    <string name="apn_edit" msgid="1354715499708424718">"ஆக்சஸ் பாயிண்ட்டைத் திருத்து"</string>
    <string name="apn_not_set" msgid="4974192007399968164">"அமைக்கப்படவில்லை"</string>
    <string name="apn_name" msgid="4115580098369824123">"பெயர்"</string>
    <string name="apn_apn" msgid="2479425126733513353">"APN"</string>
    <string name="apn_http_proxy" msgid="1826885957243696354">"ப்ராக்ஸி"</string>
    <string name="apn_http_port" msgid="3763259523984976226">"போர்ட்"</string>
    <string name="apn_user" msgid="455637547356117761">"பயனர்பெயர்"</string>
    <string name="apn_password" msgid="5412301994998250968">"கடவுச்சொல்"</string>
    <string name="apn_server" msgid="2436185314756372858">"சேவையகம்"</string>
    <string name="apn_mmsc" msgid="3670124402105585737">"MMSC"</string>
    <string name="apn_mms_proxy" msgid="5374082621073999275">"MMS ப்ராக்ஸி"</string>
    <string name="apn_mms_port" msgid="4074188088199243040">"MMS போர்ட்"</string>
    <string name="apn_mcc" msgid="4258628382260674636">"MCC"</string>
    <string name="apn_mnc" msgid="8629374076888809874">"MNC"</string>
    <string name="apn_auth_type" msgid="6167205395676037015">"அங்கீகரிப்பு வகை"</string>
    <string name="apn_auth_type_none" msgid="5069592676845549926">"ஏதுமில்லை"</string>
    <string name="apn_auth_type_pap" msgid="1666934536996033383">"PAP"</string>
    <string name="apn_auth_type_chap" msgid="3369626283789068360">"CHAP"</string>
    <string name="apn_auth_type_pap_chap" msgid="9102343063036134541">"PAP அல்லது CHAP"</string>
    <string name="apn_type" msgid="469613123902220544">"APN வகை"</string>
    <string name="apn_protocol" msgid="3272222921649348640">"APN நெறிமுறை"</string>
    <string name="apn_roaming_protocol" msgid="3386954381510788422">"APN ரோமிங் நெறிமுறை"</string>
    <string name="carrier_enabled" msgid="407655861175280806">"APN ஐ இயக்கு/முடக்கு"</string>
    <string name="carrier_enabled_summaryOn" msgid="6338915271908057531">"APN இயக்கப்பட்டது"</string>
    <string name="carrier_enabled_summaryOff" msgid="4300790190221203756">"APN முடக்கப்பட்டது"</string>
    <string name="bearer" msgid="594270280031923558">"பியரர்"</string>
    <string name="mvno_type" msgid="2543253857818336421">"MVNO வகை"</string>
    <string name="mvno_match_data" msgid="4560671695220540466">"MVNO மதிப்பு"</string>
    <string name="menu_delete" msgid="6981294422841124659">"APN ஐ நீக்கு"</string>
    <string name="menu_new" msgid="3014205883303921729">"புதிய APN"</string>
    <string name="menu_save" msgid="8109345640668285399">"சேமி"</string>
    <string name="menu_cancel" msgid="2194502410474697474">"நிராகரி"</string>
    <string name="error_title" msgid="7631322303341024692"></string>
    <string name="error_name_empty" msgid="5508155943840201232">"பெயர் புலம் வெறுமையாக இருக்கக்கூடாது."</string>
    <string name="error_apn_empty" msgid="4932211013600863642">"APN வெறுமையாக இருக்கக்கூடாது."</string>
    <string name="error_mcc_not3" msgid="4560171714156251661">"MCC புலத்தில் 3 இலக்கங்களாவது இருக்க வேண்டும்."</string>
    <string name="error_mnc_not23" msgid="8418177072458379439">"MNC புலம் கண்டிப்பாக 2 அல்லது 3 இலக்கங்களில் இருக்க வேண்டும்."</string>
    <string name="restore_default_apn" msgid="8178010218751639581">"இயல்புநிலை APN அமைப்புகளை மீட்டமைக்கிறது."</string>
    <string name="menu_restore" msgid="8260067415075573273">"இயல்புநிலைக்கு மீட்டமை"</string>
    <string name="restore_default_apn_completed" msgid="2824775307377604897">"இயல்புநிலை APN அமைப்புகளை மீட்டமைப்பது முடிந்தது."</string>
    <string name="reset_network_title" msgid="4557113742173895074">"நெட்வொர்க் அமைப்புகள் மீட்டமைப்பு"</string>
    <string name="reset_network_desc" msgid="581668983587311282">"பின்வருபவை உட்பட எல்லா நெட்வொர்க் அமைப்புகளும் மீட்டமைக்கப்படும்:\n\n"<li>"வைஃபை"</li>\n<li>"செல்லுலார் தரவு"</li>\n<li>"புளூடூத்"</li></string>
    <string name="reset_network_button_text" msgid="2035676527471089853">"அமைப்புகளை மீட்டமை"</string>
    <string name="reset_network_final_desc" msgid="6388371121099245116">"எல்லா நெட்வொர்க் அமைப்புகளையும் மீட்டமைக்கவா? இதைச் செயல்தவிர்க்க முடியாது!"</string>
    <string name="reset_network_final_button_text" msgid="1797434793741744635">"அமைப்புகளை மீட்டமை"</string>
    <string name="reset_network_confirm_title" msgid="1759888886976962773">"மீட்டமைக்கவா?"</string>
    <string name="network_reset_not_available" msgid="7188610385577164676">"நெட்வொர்க் அமைப்புகளை மீட்டமைக்க, இந்தப் பயனருக்கு அனுமதியில்லை"</string>
    <string name="reset_network_complete_toast" msgid="787829973559541880">"நெட்வொர்க் அமைப்புகள் மீட்டமைக்கப்பட்டன"</string>
    <string name="device_reset_title" msgid="2384019005638768076">"சாதனத்தை மீட்டமை"</string>
    <string name="master_clear_title" msgid="5907939616087039756">"தரவின் ஆரம்பநிலை மீட்டமைப்பு"</string>
    <string name="master_clear_desc" product="tablet" msgid="9146059417023157222">"இது, உங்கள் டேப்லெடின் "<b>"அகச் சேமிப்பிடத்தில்"</b>" உள்ள எல்லா தரவையும் அழித்துவிடும், இவற்றில் உள்ளடங்குவன:\n\n"<li>"உங்கள் Google கணக்கு"</li>\n<li>"அமைப்பு மற்றும் பயன்பாட்டுத் தரவு, மற்றும் அமைப்புகள்"</li>\n<li>"பதிவிறக்கப்பட்ட பயன்பாடுகள்"</li></string>
    <string name="master_clear_desc" product="default" msgid="4800386183314202571">"இது, உங்கள் மொபைலின் "<b>"அகச் சேமிப்பிடத்தில்"</b>" உள்ள பின்வரும் எல்லா தரவையும் அழித்துவிடும்:\n\n"<li>"உங்கள் Google கணக்கு"</li>\n<li>"கணினி, பயன்பாட்டுத் தரவு மற்றும் அமைப்புகள்"</li>\n<li>"பதிவிறக்கிய பயன்பாடுகள்"</li></string>
    <string name="master_clear_accounts" product="default" msgid="6412857499147999073">\n\n"தற்போது, பின்வரும் கணக்குகளில் உள்நுழைந்துள்ளீர்கள்:\n"</string>
    <string name="master_clear_other_users_present" product="default" msgid="5161423070702470742">\n\n"இந்தச் சாதனத்தில் பிற பயனர்கள் உள்ளனர்.\n"</string>
    <string name="master_clear_desc_also_erases_external" msgid="1903185203791274237"><li>"இசை"</li>\n<li>"படங்கள்"</li>\n<li>"பிற பயனர் தரவு"</li></string>
    <string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="7744115866662613411">\n\n"இசை, படங்கள் மற்றும் பிற பயனர் தரவை அழிப்பதற்கு, "<b>"USB சேமிப்பிடத்தை"</b>" அழிக்க வேண்டியிருக்கும்."</string>
    <string name="master_clear_desc_erase_external_storage" product="default" msgid="4801026652617377093">\n\n"இசை, படங்கள் மற்றும் பிற பயனர் தரவை அழிக்க "<b>"SD கார்டு"</b>" அழிக்கப்பட வேண்டும்."</string>
    <string name="erase_external_storage" product="nosdcard" msgid="969364037450286809">"USB சேமிப்பிடத்தை அழி"</string>
    <string name="erase_external_storage" product="default" msgid="1397239046334307625">"SD கார்டை அழி"</string>
    <string name="erase_external_storage_description" product="nosdcard" msgid="4728558173931599429">"இசை அல்லது படங்கள் போன்று அக USB சேமிப்பிடத்தில் உள்ள எல்லா தரவையும் அழி"</string>
    <string name="erase_external_storage_description" product="default" msgid="1737638779582964966">"இசை அல்லது படங்கள் போன்று SD கார்டில் உள்ள எல்லா தரவையும் அழி"</string>
    <string name="master_clear_button_text" product="tablet" msgid="3130786116528304116">"டேப்லெட்டை மீட்டமை"</string>
    <string name="master_clear_button_text" product="default" msgid="7550632653343157971">"மொபைலை மீட்டமை"</string>
    <string name="master_clear_final_desc" msgid="7318683914280403086">"உங்களின் தனிப்பட்ட தகவல், பதிவிறக்கிய பயன்பாடுகள் எல்லாவற்றையும் அழிக்கவா? இதைச் செயல்தவிர்க்க முடியாது!"</string>
    <string name="master_clear_final_button_text" msgid="5390908019019242910">"எல்லாவற்றையும் அழி"</string>
    <string name="master_clear_failed" msgid="2503230016394586353">"System Clear சேவை இல்லை என்பதால் மீட்டமைவைச் செயற்படுத்தப்படவில்லை."</string>
    <string name="master_clear_confirm_title" msgid="7572642091599403668">"மீட்டமைக்கவா?"</string>
    <string name="master_clear_not_available" msgid="1000370707967468909">"இவருக்கு ஆரம்பநிலை மீட்டமைவு இல்லை"</string>
    <string name="master_clear_progress_title" msgid="5194793778701994634">"அழிக்கிறது"</string>
    <string name="master_clear_progress_text" msgid="6559096229480527510">"காத்திருக்கவும்..."</string>
    <string name="call_settings_title" msgid="5188713413939232801">"அழைப்பு அமைப்பு"</string>
    <string name="call_settings_summary" msgid="7291195704801002886">"குரல் அஞ்சல், அழைப்புப் பகிர்வு, அழைப்பு காத்திருப்பு, அழைப்பாளர் ஐடி போன்றவற்றை அமைக்கவும்"</string>
    <string name="tether_settings_title_usb" msgid="6688416425801386511">"USB டெதெரிங்"</string>
    <string name="tether_settings_title_wifi" msgid="3277144155960302049">"போர்ட்டபிள் ஹாட்ஸ்பாட்"</string>
    <string name="tether_settings_title_bluetooth" msgid="355855408317564420">"புளூடூத் டெதெரிங்"</string>
    <string name="tether_settings_title_usb_bluetooth" msgid="5355828977109785001">"டெதெரிங்"</string>
    <string name="tether_settings_title_all" msgid="8356136101061143841">"டெதெரிங் &amp; போர்டபிள் ஹாட்ஸ்பாட்"</string>
    <string name="usb_title" msgid="7483344855356312510">"USB"</string>
    <string name="usb_tethering_button_text" msgid="585829947108007917">"USB டெதெரிங்"</string>
    <string name="usb_tethering_available_subtext" msgid="156779271296152605">"USB இணைக்கப்பட்டது, இணைக்க தேர்வுசெய்க"</string>
    <string name="usb_tethering_active_subtext" msgid="8916210851136467042">"இணைக்கப்பட்டது"</string>
    <string name="usb_tethering_storage_active_subtext" msgid="8427089411146908205">"USB சேமிப்பிடம் பயன்பாட்டில் இருக்கும்போது இணைப்பை அகற்ற முடியாது"</string>
    <string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB இணைக்கப்படவில்லை"</string>
    <string name="usb_tethering_turnon_subtext" msgid="4748616058219273033">"இயக்க இணைக்கவும்"</string>
    <string name="usb_tethering_errored_subtext" msgid="1377574819427841992">"USB டெதெரிங் பிழை"</string>
    <string name="bluetooth_tether_checkbox_text" msgid="2379175828878753652">"புளூடூத் டெதெரிங்"</string>
    <string name="bluetooth_tethering_available_subtext" product="tablet" msgid="4328374808439440517">"இந்த டேப்லெட்டின் இணைய இணைப்பைப் பகிரும்"</string>
    <string name="bluetooth_tethering_available_subtext" product="default" msgid="7451579908917710359">"மொபைல்யின் இணைய இணைப்பைப் பகிரும்"</string>
    <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="7296104766087335891">"இந்த டேப்லெட்டின் இணைய இணைப்பை 1 சாதனத்துடன் பகிர்கிறது"</string>
    <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="2785474869740805972">"இந்த மொபைலின் இணைய இணைப்பை 1 சாதனத்துடன் பகிர்கிறது"</string>
    <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="7345108029216525495">"இந்த டேப்லெட்டின் இணைய இணைப்பை <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> சாதனங்களுடன் பகிர்கிறது"</string>
    <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="2992288063706153665">"மொபைலின் இணைய இணைப்பை <xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g> சாதனங்களுடன் பகிரும்"</string>
    <string name="bluetooth_tethering_off_subtext_config" msgid="6630416508030836214">"<xliff:g id="DEVICE_NAME">%1$d</xliff:g> இன் இணைய இணைப்பைப் பகிர்கிறது"</string>
    <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="3737828501935728137">"இந்த டேப்லெட்டின் இணைய இணைப்பு பகிரப்படவில்லை"</string>
    <string name="bluetooth_tethering_off_subtext" product="default" msgid="9099562374002272901">"இந்த மொபைலின் இணைய இணைப்பு பகிரப்படவில்லை"</string>
    <string name="bluetooth_tethering_errored_subtext" msgid="4926566308991142264">"இணைக்கப்படவில்லை"</string>
    <string name="bluetooth_tethering_overflow_error" msgid="2135590598511178690">"<xliff:g id="MAXCONNECTION">%1$d</xliff:g> சாதனங்களுக்கு மேல் இணைக்க முடியாது."</string>
    <string name="bluetooth_untether_blank" msgid="2871192409329334813">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g> இன் இணைப்புமுறை நீக்கப்படும்."</string>
    <string name="tethering_help_button_text" msgid="656117495547173630">"உதவி"</string>
    <string name="network_settings_title" msgid="4871233236744292831">"செல்லுலார் நெட்வொர்க்குகள்"</string>
    <string name="manage_mobile_plan_title" msgid="7630170375010107744">"மொபைல் திட்டம்"</string>
    <string name="sms_application_title" msgid="4903928270533250448">"SMS பயன்பாடு"</string>
    <string name="sms_change_default_dialog_title" msgid="1958688831875804286">"SMS பயன்பாட்டை மாற்றவா?"</string>
    <string name="sms_change_default_dialog_text" msgid="1522783933230274787">"<xliff:g id="CURRENT_APP">%2$s</xliff:g> க்குப் பதிலாக <xliff:g id="NEW_APP">%1$s</xliff:g> ஐ உங்கள் SMS பயன்பாடாகப் பயன்படுத்தவா?"</string>
    <string name="sms_change_default_no_previous_dialog_text" msgid="602683880284921998">"<xliff:g id="NEW_APP">%s</xliff:g> ஐ உங்கள் SMS பயன்பாடாகப் பயன்படுத்தவா?"</string>
    <string name="network_scorer_change_active_dialog_title" msgid="3776301550387574975">"வைஃபை அசிஸ்டண்டை மாற்றவா?"</string>
    <string name="network_scorer_change_active_dialog_text" msgid="8035173880322990715">"நெட்வொர்க் இணைப்புகளை நிர்வகிக்க, <xliff:g id="CURRENT_APP">%2$s</xliff:g>க்குப் பதிலாக <xliff:g id="NEW_APP">%1$s</xliff:g>ஐப் பயன்படுத்தவா?"</string>
    <string name="network_scorer_change_active_no_previous_dialog_text" msgid="7444620909047611601">"நெட்வொர்க் இணைப்புகளை நிர்வகிக்க <xliff:g id="NEW_APP">%s</xliff:g>ஐப் பயன்படுத்தவா?"</string>
    <string name="mobile_unknown_sim_operator" msgid="2156912373230276157">"அறியப்படாத சிம் மொபைல் நிறுவனம்"</string>
    <string name="mobile_no_provisioning_url" msgid="2399426808423775711">"%1$s இடம் அறிந்த வழங்குதல் இணையதளம் இல்லை"</string>
    <string name="mobile_insert_sim_card" msgid="9052590985784056395">"சிம் கார்டைச் செருகி மீண்டும் தொடங்கவும்"</string>
    <string name="mobile_connect_to_internet" msgid="1733894125065249639">"இணையத்துடன் இணைக்கவும்"</string>
    <string name="location_title" msgid="1029961368397484576">"எனது இருப்பிடம்"</string>
    <string name="managed_profile_location_category" msgid="6992546457880004735">"பணி சுயவிவரம்"</string>
    <string name="managed_profile_location_switch_title" msgid="6712332547063039683">"பணி சுயவிவரத்திற்கான இருப்பிடம்"</string>
    <string name="managed_profile_location_switch_lockdown" msgid="3851708343340350369">"உங்கள் நிறுவனம் முடக்கியுள்ளது"</string>
    <string name="location_mode_title" msgid="3982009713118421689">"பயன்முறை"</string>
    <string name="location_mode_high_accuracy_title" msgid="8241802585110932849">"அதிக துல்லியத்தன்மை"</string>
    <string name="location_mode_battery_saving_title" msgid="711273645208158637">"பேட்டரி சேமிப்பு"</string>
    <string name="location_mode_sensors_only_title" msgid="3040366132175435160">"சாதனம் மட்டும்"</string>
    <string name="location_mode_location_off_title" msgid="2829713015012529465">"இருப்பிடம் முடக்கத்தில்"</string>
    <string name="location_category_recent_location_requests" msgid="1938721350424447421">"சமீபத்திய இருப்பிட கோரிக்கைகள்"</string>
    <string name="location_no_recent_apps" msgid="2800907699722178041">"எந்தப் பயன்பாடுகளும் சமீபத்தில் இருப்பிடத்தைக் கோரவில்லை"</string>
    <string name="location_category_location_services" msgid="7437150886946685979">"இருப்பிடச் சேவைகள்"</string>
    <string name="location_high_battery_use" msgid="517199943258508020">"அதிகப் பேட்டரி பயன்பாடு"</string>
    <string name="location_low_battery_use" msgid="8602232529541903596">"குறைவான பேட்டரி பயன்பாடு"</string>
    <string name="location_mode_screen_title" msgid="4528716772270246542">"இருப்பிடப் பயன்முறை"</string>
    <string name="location_mode_high_accuracy_description" msgid="5703350404315028607">"இருப்பிடத்தைக் கண்டறிவதற்கு GPS, வைஃபை, புளூடூத் அல்லது செல்லுலார் நெட்வொர்க்குகளைப் பயன்படுத்தும்"</string>
    <string name="location_mode_battery_saving_description" msgid="8361848607963121770">"இருப்பிடத்தைக் கண்டறிவதற்கு வைஃபை, புளூடூத் அல்லது செல்லுலார் நெட்வொர்க்குகளைப் பயன்படுத்தும்"</string>
    <string name="location_mode_sensors_only_description" msgid="788127681455735699">"இருப்பிடத்தைக் கண்டறிய, GPSஐப் பயன்படுத்தவும்"</string>
    <string name="location_menu_scanning" msgid="8536245838478802959">"ஸ்கேன் செய்தல்"</string>
    <string name="location_scanning_screen_title" msgid="4408076862929611554">"ஸ்கேன் செய்தல்"</string>
    <string name="location_scanning_wifi_always_scanning_title" msgid="6216705505621183645">"வைஃபை ஸ்கேன் செய்தல்"</string>
    <string name="location_scanning_wifi_always_scanning_description" msgid="8036382029606868081">"முறைமையின் பயன்பாடுகளும் சேவைகளும் எந்த நேரத்திலும் வைஃபை நெட்வொர்க்குகளைக் கண்டறிய அனுமதிப்பதன் மூலம், இருப்பிட அறிதலை மேம்படுத்தவும்."</string>
    <string name="location_scanning_bluetooth_always_scanning_title" msgid="5444989508204520019">"புளூடூத் ஸ்கேன் செய்தல்"</string>
    <string name="location_scanning_bluetooth_always_scanning_description" msgid="8602726521250591852">"முறைமையின் பயன்பாடுகளும் சேவைகளும் எந்த நேரத்திலும் புளூடூத் சாதனங்களைக் கண்டறிய அனுமதிப்பதன் மூலம், இருப்பிட அறிதலை மேம்படுத்தவும்."</string>
    <string name="location_network_based" msgid="6010456018401296590">"வைஃபை &amp; செல்லுலார் நெட்வொர்க் இடம்"</string>
    <string name="location_neighborhood_level" msgid="5141318121229984788">"உங்கள் இருப்பிடத்தை விரைவாகக் கணிக்கும் வகையில் பயன்பாடுகள், Google இன் இருப்பிடச் சேவையைப் பயன்படுத்தலாம். அநாமதேய இருப்பிடத் தரவு சேகரிக்கப்பட்டு Google க்கு அனுப்பப்படும்."</string>
    <string name="location_neighborhood_level_wifi" msgid="4234820941954812210">"வைஃபை மூலம் இருப்பிடம் கண்டறியப்பட்டது"</string>
    <string name="location_gps" msgid="8392461023569708478">"GPS சாட்டிலைட்டுகள்"</string>
    <string name="location_street_level" product="tablet" msgid="1669562198260860802">"உங்கள் இருப்பிடத்தைக் குறிப்பதற்காக, பயன்பாடுகள் உங்கள் டேப்லெட்டில் GPS ஐப் பயன்படுத்தும்"</string>
    <string name="location_street_level" product="default" msgid="4617445745492014203">"உங்கள் இருப்பிடத்தைக் குறிப்பதற்காக, பயன்பாடுகள் உங்கள் தொலைபேசியில் GPS ஐப் பயன்படுத்தும்"</string>
    <string name="assisted_gps" msgid="4649317129586736885">"துணை GPS ஐப் பயன்படுத்து"</string>
    <string name="assisted_gps_enabled" msgid="8751899609589792803">"GPS க்கு உதவ, சேவையகத்தைப் பயன்படுத்து (நெட்வொர்க் பயன்பாட்டைக் குறைக்க, தேர்வுநீக்கு)"</string>
    <string name="assisted_gps_disabled" msgid="6982698333968010748">"GPS க்கு உதவ, சேவையகத்தைப் பயன்படுத்து (GPS செயல்திறனை மேம்படுத்த தேர்வுநீக்கு)"</string>
    <string name="use_location_title" msgid="5206937465504979977">"இருப்பிடம் &amp; Google தேடல்"</string>
    <string name="use_location_summary" msgid="3978805802386162520">"தேடல் முடிவுகள் மற்றும் பிற சேவைகளை மேம்படுத்துவதற்காக Google உங்கள் இருப்பிடத்தைப் பயன்படுத்தும்"</string>
    <string name="location_access_title" msgid="7064108942964081243">"எனது இருப்பிடத்திற்கான அணுகல்"</string>
    <string name="location_access_summary" msgid="69031404093194341">"உங்கள் அனுமதியைக் கேட்ட பயன்பாடுகள் உங்களின் இருப்பிடத் தகவலைப் பயன்படுத்தும்"</string>
    <string name="location_sources_heading" msgid="1278732419851088319">"இருப்பிட ஆதாரங்கள்"</string>
    <string name="about_settings" product="tablet" msgid="593457295516533765">"டேப்லெட் அறிமுகம்"</string>
    <string name="about_settings" product="default" msgid="1743378368185371685">"மொபைல் அறிமுகம்"</string>
    <string name="about_settings_summary" msgid="3371517697156165959">"சட்டத் தகவல், நிலை மற்றும் மென்பொருள் பதிப்பைக் காட்டு"</string>
    <string name="legal_information" msgid="5769301644270604095">"சட்டத் தகவல்"</string>
    <string name="contributors_title" msgid="5917703088825286504">"பங்களிப்பாளர்கள்"</string>
    <string name="manual" msgid="3025943393642974445">"கைமுறை"</string>
    <string name="regulatory_information" msgid="5695464367088752150">"ஒழுங்குமுறைத் தகவல்"</string>
    <string name="copyright_title" msgid="865906688917260647">"பதிப்புரிமை"</string>
    <string name="license_title" msgid="1990487604356037871">"உரிமம்"</string>
    <string name="terms_title" msgid="7697580845616764642">"விதிமுறைகளும் நிபந்தனைகளும்"</string>
    <string name="webview_license_title" msgid="2813507464175738967">"சிஸ்டம் WebView உரிமம்"</string>
    <string name="wallpaper_attributions" msgid="3645880512943433928">"வால்பேப்பர்கள்"</string>
    <string name="wallpaper_attributions_values" msgid="2996183537914690469">"செயற்கை கோள் படங்களை வழங்குபவர்கள்:\n©2014 CNES / Astrium, DigitalGlobe, Bluesky"</string>
    <string name="settings_manual_activity_title" msgid="8133150693616006051">"கைமுறை"</string>
    <string name="settings_manual_activity_unavailable" msgid="4752403782883814898">"கைமுறைச் செயலாக்கத்தை ஏற்றுவதில் சிக்கல்."</string>
    <string name="settings_license_activity_title" msgid="7553683406244228650">"ஓப்பன் சோர்ஸ் உரிமங்கள்"</string>
    <string name="settings_license_activity_unavailable" msgid="4210539215951487627">"உரிமங்களை ஏற்றுவதில் சிக்கல் உள்ளது."</string>
    <string name="settings_license_activity_loading" msgid="3337535809093591740">"ஏற்றுகிறது..."</string>
    <string name="settings_safetylegal_title" msgid="1289483965535937431">"பாதுகாப்பு தகவல்"</string>
    <string name="settings_safetylegal_activity_title" msgid="6901214628496951727">"பாதுகாப்பு தகவல்"</string>
    <string name="settings_safetylegal_activity_unreachable" msgid="250674109915859456">"உங்களுக்குத் தரவு இணைப்பு இல்லை. இப்போது இந்தத் தகவலைப் பார்க்க இணையத்துடன் இணைக்கப்பட்ட எந்தக் கணினியிலிருந்தும் %s க்குச் செல்லவும்."</string>
    <string name="settings_safetylegal_activity_loading" msgid="8059022597639516348">"ஏற்றுகிறது..."</string>
    <string name="lockpassword_choose_your_password_header" msgid="8624900666929394990">"உங்கள் கடவுச்சொல்லைத் தேர்வுசெய்க"</string>
    <string name="lockpassword_choose_your_pattern_header" msgid="6949761069941694050">"உங்கள் வடிவத்தைத் தேர்வுசெய்யவும்"</string>
    <string name="lockpassword_choose_your_pin_header" msgid="7598849519816138302">"உங்கள் பின் ஐத் தேர்வுசெய்யவும்"</string>
    <string name="lockpassword_confirm_your_password_header" msgid="6308478184889846633">"உங்கள் கடவுச்சொல்லை உறுதிப்படுத்தவும்"</string>
    <string name="lockpassword_confirm_your_pattern_header" msgid="7543433733032330821">"உங்கள் வடிவத்தை உறுதிப்படுத்தவும்"</string>
    <string name="lockpassword_confirm_your_pin_header" msgid="49038294648213197">"உங்கள் பின்னை உறுதிசெய்யவும்"</string>
    <string name="lockpassword_confirm_passwords_dont_match" msgid="5140892109439191415">"கடவுச்சொற்கள் பொருந்தவில்லை"</string>
    <string name="lockpassword_confirm_pins_dont_match" msgid="7226244811505606217">"பின்கள் பொருந்தவில்லை"</string>
    <string name="lockpassword_choose_lock_generic_header" msgid="3811438094903786145">"திறப்பதற்கான தேர்வு"</string>
    <string name="lockpassword_password_set_toast" msgid="4875050283108629383">"கடவுச்சொல் அமைக்கப்பட்டது"</string>
    <string name="lockpassword_pin_set_toast" msgid="6011826444725291475">"பின் அமைக்கப்பட்டது"</string>
    <string name="lockpassword_pattern_set_toast" msgid="6867259621331406236">"வடிவம் அமைக்கப்பட்டது"</string>
    <string name="lockpassword_confirm_your_pattern_generic" msgid="7050256155547273836">"தொடர, சாதனத்தின் திறப்பு வடிவத்தைப் பயன்படுத்தவும்."</string>
    <string name="lockpassword_confirm_your_pin_generic" msgid="1072670959803859869">"தொடர, சாதனத்தின் பின்னை உள்ளிடவும்."</string>
    <string name="lockpassword_confirm_your_password_generic" msgid="1022239625083264596">"தொடர, சாதனக் கடவுச்சொல்லை உள்ளிடவும்."</string>
    <string name="lockpassword_invalid_pin" msgid="15588049067548470">"தவறான பின்"</string>
    <string name="lockpassword_invalid_password" msgid="4038507398784975200">"தவறான கடவுச்சொல்"</string>
    <string name="lockpattern_need_to_unlock_wrong" msgid="1745247595356012176">"தவறான வடிவம்"</string>
    <string name="lock_settings_title" msgid="4213839087748988686">"சாதனப் பாதுகாப்பு"</string>
    <string name="lockpattern_change_lock_pattern_label" msgid="5679630792003440352">"திறக்கும் வடிவத்தை மாற்று"</string>
    <string name="lockpattern_change_lock_pin_label" msgid="266707138486731661">"திறப்பதற்கான பின்னை மாற்று"</string>
    <string name="lockpattern_recording_intro_header" msgid="308287052221942814">"திறப்பதற்கான வடிவத்தை வரைக"</string>
    <string name="lockpattern_recording_intro_footer" msgid="1118579101409152113">"உதவிக்கு மெனுவை அழுத்தவும்."</string>
    <string name="lockpattern_recording_inprogress" msgid="6667844062721656773">"முடிந்ததும் விரலை எடுக்கவும்"</string>
    <string name="lockpattern_recording_incorrect_too_short" msgid="1348234155120957561">"குறைந்தது <xliff:g id="NUMBER">%d</xliff:g> புள்ளிகளை இணைக்கவும். மீண்டும் முயற்சிக்கவும்."</string>
    <string name="lockpattern_pattern_entered_header" msgid="4316818983675591604">"வடிவம் பதிவுசெய்யப்பட்டது"</string>
    <string name="lockpattern_need_to_confirm" msgid="8054853451639221265">"உறுதிப்படுத்துவதற்கு வடிவத்தை மீண்டும் வரையவும்"</string>
    <string name="lockpattern_pattern_confirmed_header" msgid="8455614172231880211">"திறப்பதற்கான புதிய வடிவம்"</string>
    <string name="lockpattern_confirm_button_text" msgid="1128204343957002841">"உறுதிசெய்க"</string>
    <string name="lockpattern_restart_button_text" msgid="3337574403350953926">"மீண்டும் வரைக"</string>
    <string name="lockpattern_retry_button_text" msgid="3480423193273588166">"அழி"</string>
    <string name="lockpattern_continue_button_text" msgid="4723771754714471410">"தொடர்க"</string>
    <string name="lockpattern_settings_title" msgid="3207750489460466680">"திறப்பதற்கான வடிவம்"</string>
    <string name="lockpattern_settings_enable_title" msgid="6920616873671115281">"வடிவம் தேவை"</string>
    <string name="lockpattern_settings_enable_summary" msgid="1165707416664252167">"திரையைத் திறப்பதற்கான வடிவத்தை வரைய வேண்டும்"</string>
    <string name="lockpattern_settings_enable_visible_pattern_title" msgid="2615606088906120711">"வடிவத்தைக் காணும்படி செய்"</string>
    <string name="lockpattern_settings_enable_tactile_feedback_title" msgid="8898518337442601027">"தொடும்போது அதிர்வடை"</string>
    <string name="lockpattern_settings_enable_power_button_instantly_locks" msgid="5735444062633666327">"பவர் பொத்தான் உடனே பூட்டும்"</string>
    <string name="lockpattern_settings_power_button_instantly_locks_summary" msgid="8196258755143711694">"<xliff:g id="TRUST_AGENT_NAME">%1$s</xliff:g> பயன்படுத்தாத போது"</string>
    <string name="lockpattern_settings_choose_lock_pattern" msgid="1652352830005653447">"திறப்பதற்கான வடிவத்தை அமை"</string>
    <string name="lockpattern_settings_change_lock_pattern" msgid="1123908306116495545">"திறப்பதற்கான வடிவத்தை மாற்று"</string>
    <string name="lockpattern_settings_help_how_to_record" msgid="2614673439060830433">"திறப்பதற்கான வடிவத்தை எப்படி வரைவது"</string>
    <string name="lockpattern_too_many_failed_confirmation_attempts" msgid="6909161623701848863">"பல தவறான முயற்சிகள். <xliff:g id="NUMBER">%d</xliff:g> வினாடிகளில் மீண்டும் முயற்சிக்கவும்."</string>
    <string name="activity_not_found" msgid="5551664692991605325">"உங்கள் தொலைபேசியில் பயன்பாடு நிறுவப்படவில்லை."</string>
    <string name="manageapplications_settings_title" msgid="7041951105633616745">"பயன்பாடுகளை நிர்வகி"</string>
    <string name="manageapplications_settings_summary" msgid="1794401500935451259">"நிறுவப்பட்ட பயன்பாடுகளை நிர்வகி மற்றும் அகற்று"</string>
    <string name="applications_settings" msgid="1721442176406964682">"பயன்பாடுகள்"</string>
    <string name="applications_settings_summary" msgid="6683465446264515367">"அமைப்புகளை நிர்வகிக்கும், விரைவு துவக்கத்திற்கான குறுக்குவழிகளை அமைக்கும்"</string>
    <string name="applications_settings_header" msgid="1014813055054356646">"பயன்பாட்டு அமைப்பு"</string>
    <string name="install_applications" msgid="4872012136210802181">"அறியப்படாத மூலங்கள்"</string>
    <string name="install_applications_title" msgid="4987712352256508946">"எல்லா பயன்பாட்டு ஆதாரங்களையும் அனுமதி"</string>
    <string name="install_unknown_applications_title" msgid="663831043139080992">"Google Play தவிர பிற ஆதாரங்களின் பயன்பாடுகளை நிறுவ அனுமதிக்கிறது"</string>
    <string name="install_unknown_applications" msgid="176855644862942064">"அறியப்படாத ஆதாரங்களிலிருந்து பயன்பாடுகளின் நிறுவலை அனுமதி"</string>
    <string name="install_all_warning" product="tablet" msgid="3263360446508268880">"அறியப்படாத ஆதாரங்களிலிருந்து பெறப்படும் பயன்பாடுகள் மூலமாக உங்கள் டேப்லெட் மற்றும் தனிப்பட்ட தரவு பாதிக்கப்படலாம். இந்தப் பயன்பாடுகளைப் பயன்படுத்துவதன் மூலம், உங்கள் டேப்லெட்டிற்கு ஏற்படும் பாதிப்பிற்கு அல்லது தரவு இழப்பிற்கு நீங்கள்தான் பொறுப்பு என்பதை ஏற்கிறீர்கள்."</string>
    <string name="install_all_warning" product="default" msgid="8113734576826384682">"உங்கள் மொபைல் மற்றும் தனிப்பட்ட தரவு ஆகியவை அறியப்படாத மூலங்களிலிருந்து பெற்ற பயன்பாடுகளால் தாக்குதலுக்கு உள்ளாகக்கூடியவையாக இருக்கின்றன. இந்தப் பயன்பாடுகளைப் பயன்படுத்தியதன் விளைவாக உங்கள் மொபைல் பாதிக்கப்பட்டால் அல்லது தரவை இழந்தால் அதற்கு நீங்கள் மட்டும்தான் பொறுப்பு என்பதை ஒப்புக்கொள்கிறீர்கள்."</string>
    <string name="advanced_settings" msgid="1777249286757067969">"மேம்பட்ட அமைப்பு"</string>
    <string name="advanced_settings_summary" msgid="4016682978071086747">"மேலும் அமைப்பு விருப்பங்களை இயக்கு"</string>
    <string name="application_info_label" msgid="5736524913065714880">"பயன்பாட்டுத் தகவல்"</string>
    <string name="storage_label" msgid="8700867073480107253">"சேமிப்பிடம்"</string>
    <string name="auto_launch_label" msgid="2669236885531442195">"இயல்பாகத் திற"</string>
    <string name="auto_launch_label_generic" msgid="3230569852551968694">"இயல்புநிலைகள்"</string>
    <string name="screen_compatibility_label" msgid="663250687205465394">"திரை இணக்கம்"</string>
    <string name="permissions_label" msgid="2605296874922726203">"அனுமதிகள்"</string>
    <string name="cache_header_label" msgid="1877197634162461830">"தற்காலிகச் சேமிப்பு"</string>
    <string name="clear_cache_btn_text" msgid="5756314834291116325">"தற்காலிகச் சேமிப்பை அழி"</string>
    <string name="cache_size_label" msgid="7505481393108282913">"தற்காலிகச் சேமிப்பு"</string>
    <string name="controls_label" msgid="7611113077086853799">"கட்டுப்பாடுகள்"</string>
    <string name="force_stop" msgid="7435006169872876756">"உடனே நிறுத்து"</string>
    <string name="total_size_label" msgid="1048676419552557254">"மொத்தம்"</string>
    <string name="application_size_label" msgid="8494609207373874267">"பயன்பாடு"</string>
    <string name="external_code_size_label" msgid="3459343140355961335">"USB சேமிப்பிட பயன்பாடு"</string>
    <string name="data_size_label" msgid="8679376373625710107">"தரவு"</string>
    <string name="external_data_size_label" product="nosdcard" msgid="7533821466482000453">"USB சேமிப்பிட தரவு"</string>
    <string name="external_data_size_label" product="default" msgid="626414192825329708">"SD கார்டு"</string>
    <string name="uninstall_text" msgid="3644892466144802466">"நிறுவல் நீக்குதல்"</string>
    <string name="uninstall_all_users_text" msgid="851857393177950340">"அனைவருக்கும் நிறுவல் நீக்கு"</string>
    <string name="install_text" msgid="884360662922471113">"நிறுவு"</string>
    <string name="disable_text" msgid="6544054052049395202">"முடக்கு"</string>
    <string name="enable_text" msgid="9217362512327828987">"இயக்கு"</string>
    <string name="clear_user_data_text" msgid="5597622864770098388">"தரவை அழி"</string>
    <string name="app_factory_reset" msgid="6635744722502563022">"புதுப்பிப்புகளை நிறுவல் நீக்கு"</string>
    <string name="auto_launch_enable_text" msgid="4275746249511874845">"சில செயல்பாடுகளுக்கு இந்தப் பயன்பாட்டை இயல்பாகத் தொடங்க தேர்வுசெய்துள்ளீர்கள்."</string>
    <string name="always_allow_bind_appwidgets_text" msgid="566822577792032925">"விட்ஜெட்களை உருவாக்கவும், அவற்றின் தரவை அணுகவும் இந்தப் பயன்பாட்டை அனுமதிக்க தேர்வுசெய்துள்ளீர்கள்."</string>
    <string name="auto_launch_disable_text" msgid="7800385822185540166">"இயல்பு அமைப்பு இல்லை."</string>
    <string name="clear_activities" msgid="7408923511535174430">"இயல்புகளை அழி"</string>
    <string name="screen_compatibility_text" msgid="1616155457673106022">"இந்தப் பயன்பாடு உங்கள் திரைக்காக வடிவமைக்கபட்டதில்லை. உங்கள் திரைக்கு ஏற்ப நீங்கள் சரிசெய்துகொள்ளலாம்."</string>
    <string name="ask_compatibility" msgid="7225195569089607846">"தொடங்கப்படும்போது கேள்"</string>
    <string name="enable_compatibility" msgid="5806819252068617811">"பயன்பாட்டின் அளவு"</string>
    <string name="unknown" msgid="1592123443519355854">"அறியப்படாத"</string>
    <string name="sort_order_alpha" msgid="1410278099123670628">"பெயரின்படி வரிசைப்படுத்து"</string>
    <string name="sort_order_size" msgid="7024513286636502362">"அளவின்படி வரிசைப்படுத்து"</string>
    <string name="show_running_services" msgid="5736278767975544570">"இயங்கும் சேவைகளைக் காட்டு"</string>
    <string name="show_background_processes" msgid="2009840211972293429">"தற்காலிகச் சேமிப்பின் செயல்முறைகளைக் காட்டு"</string>
    <string name="default_emergency_app" msgid="1951760659640369980">"அவசரப் பயன்பாடு"</string>
    <string name="reset_app_preferences" msgid="1321050641018356925">"பயன்பாட்டு அமைப்பை மீட்டமை"</string>
    <string name="reset_app_preferences_title" msgid="6093179367325336662">"அமைப்பை மீட்டமைக்கவா?"</string>
    <string name="reset_app_preferences_desc" msgid="4822447731869201512">"இது, பின்வருபவற்றின் எல்லா விருப்பத்தேர்வுகளையும் மீட்டமைக்கும்:\n\n "<li>"முடக்கப்பட்ட பயன்பாடுகள்"</li>\n" "<li>"முடக்கப்பட்ட பயன்பாட்டின் அறிவிப்புகள்"</li>\n" "<li>"செயல்பாடுகளுக்கான இயல்புநிலைப் பயன்பாடுகள்"</li>\n" "<li>"பயன்பாடுகளுக்கான பின்புலத் தரவின் வரையறைகள்"</li>\n" "<li>"ஏதேனும் அனுமதி வரையறைகள்"</li>\n\n" எந்தப் பயன்பாட்டுத் தரவையும் இழக்கமாட்டீர்கள்."</string>
    <string name="reset_app_preferences_button" msgid="2559089511841281242">"பயன்பாடுகளை மீட்டமை"</string>
    <string name="manage_space_text" msgid="8852711522447794676">"காலி இடத்தை நிர்வகி"</string>
    <string name="filter" msgid="2018011724373033887">"வடிகட்டு"</string>
    <string name="filter_dlg_title" msgid="8693024463731076091">"வடிப்பான் விருப்பங்களைத் தேர்வுசெய்யவும்"</string>
    <string name="filter_apps_all" msgid="5142129378749391876">"எல்லாம்"</string>
    <string name="filter_apps_disabled" msgid="5364447573326472890">"முடக்கப்பட்டது"</string>
    <string name="filter_apps_third_party" msgid="7786348047690140979">"பதிவிறக்கப்பட்டது"</string>
    <string name="filter_apps_running" msgid="7767071454371350486">"இயங்குகிறது"</string>
    <string name="filter_apps_onsdcard" product="nosdcard" msgid="4843063154701023349">"USB சேமிப்பகம்"</string>
    <string name="filter_apps_onsdcard" product="default" msgid="1477351142334784771">"SD கார்டில் உள்ளவை"</string>
    <string name="disabled" msgid="9206776641295849915">"முடக்கப்பட்டது"</string>
    <string name="not_installed" msgid="2797554494953450291">"இவருக்கு நிறுவப்படவில்லை"</string>
    <string name="no_applications" msgid="7336588977497084921">"பயன்பாடுகள் இல்லை."</string>
    <string name="internal_storage" msgid="1584700623164275282">"அகச் சேமிப்பிடம்"</string>
    <string name="internal_storage_sentence" msgid="889098931914857143">"அகச் சேமிப்பகம்"</string>
    <string name="sd_card_storage" product="nosdcard" msgid="2673203150465132465">"USB சேமிப்பிடம்"</string>
    <string name="sd_card_storage" product="default" msgid="7623513618171928235">"SD கார்டின் சேமிப்பிடம்"</string>
    <string name="recompute_size" msgid="7722567982831691718">"அளவை மீண்டும் கணக்கிடுகிறது…"</string>
    <string name="clear_data_dlg_title" msgid="5605258400134511197">"பயன்பாட்டுத் தரவை நீக்கவா?"</string>
    <string name="clear_data_dlg_text" msgid="3951297329833822490">"பயன்பாட்டின் எல்லா தகவலும் நிரந்தரமாக நீக்கப்படும். இதில் எல்லா கோப்புகளும், அமைப்புகளும், கணக்குகளும், தரவுத்தளங்களும், மேலும் பலவும் அடங்கும்."</string>
    <string name="dlg_ok" msgid="2402639055725653590">"சரி"</string>
    <string name="dlg_cancel" msgid="1674753358972975911">"ரத்துசெய்"</string>
    <string name="app_not_found_dlg_title" msgid="3127123411738434964"></string>
    <string name="app_not_found_dlg_text" msgid="4893589904687340011">"நிறுவிய பயன்பாடுகளின் பட்டியலில் பயன்பாடு இல்லை."</string>
    <string name="clear_data_failed" msgid="7214074331627422248">"பயன்பாட்டுத் தரவை அழிக்க முடியவில்லை."</string>
    <string name="app_factory_reset_dlg_title" msgid="7441012826373143593">"புதுப்பிப்புகளை நிறுவல் நீக்கவா?"</string>
    <string name="app_factory_reset_dlg_text" msgid="6371247225487725860">"இந்த Android அமைப்பின் பயன்பாட்டிற்கான எல்லா புதுப்பிப்புகளும் நிறுவல் நீக்கப்படும்."</string>
    <string name="clear_failed_dlg_title" msgid="2387060805294783175">"தரவை அழி"</string>
    <string name="clear_failed_dlg_text" msgid="5464475937929941008">"பயன்பாட்டிற்கான தரவை அழிக்க முடியவில்லை."</string>
    <string name="security_settings_desc" product="tablet" msgid="1292421279262430109">"உங்கள் டேப்லெடில் பின்வருவனவற்றை இந்தப் பயன்பாடு அணுகலாம்:"</string>
    <string name="security_settings_desc" product="default" msgid="61749028818785244">"உங்கள் மொபைலில் பின்வருவனவற்றை இந்தப் பயன்பாடு அணுகலாம்:"</string>
    <string name="security_settings_desc_multi" product="tablet" msgid="7300932212437084403">"இந்தப் பயன்பாடு உங்கள் டேப்லெட்டில் பின்வருபவற்றை அணுகலாம். செயல்திறனை மேம்படுத்த, நினைவகப் பயன்பாட்டைக் குறைக்க, இந்த அனுமதிகளில் சில <xliff:g id="BASE_APP_NAME">%1$s</xliff:g> க்கு கிடைக்கும், ஏனெனில் இவற்றை <xliff:g id="ADDITIONAL_APPS_LIST">%2$s</xliff:g> போலவே இதுவும் அதே செயல்முறைகளில் இயங்குகிறது:"</string>
    <string name="security_settings_desc_multi" product="default" msgid="6610268420793984752">"இந்தப் பயன்பாடு உங்கள் தொலைபேசியில், பின்வருபவற்றை அணுகலாம். செயல்திறனை மேம்படுத்த, நினைவகப் பயன்பாட்டைக் குறைக்க, இந்த அனுமதிகளில் சில <xliff:g id="BASE_APP_NAME">%1$s</xliff:g> க்கு கிடைக்கும், ஏனெனில் <xliff:g id="ADDITIONAL_APPS_LIST">%2$s</xliff:g> போலவே அதே செயல்முறைகளில் இது இயங்குகிறது:"</string>
    <string name="join_two_items" msgid="1336880355987539064">"<xliff:g id="FIRST_ITEM">%1$s</xliff:g> மற்றும் <xliff:g id="SECOND_ITEM">%2$s</xliff:g>"</string>
    <string name="join_many_items_last" msgid="5925635036718502724">"<xliff:g id="ALL_BUT_LAST_ITEM">%1$s</xliff:g> மற்றும் <xliff:g id="LAST_ITEM_0">%2$s</xliff:g>"</string>
    <string name="join_many_items_first" msgid="4333907712038448660">"<xliff:g id="FIRST_ITEM">%1$s</xliff:g>, <xliff:g id="ALL_BUT_FIRST_AND_LAST_ITEM">%2$s</xliff:g>"</string>
    <string name="join_many_items_middle" msgid="7556692394478220814">"<xliff:g id="ADDED_ITEM">%1$s</xliff:g>, <xliff:g id="REST_OF_ITEMS">%2$s</xliff:g>"</string>
    <string name="security_settings_billing_desc" msgid="8061019011821282358">"இந்தப் பயன்பாடு உங்களுக்குக் கட்டணம் விதிக்கலாம்:"</string>
    <string name="security_settings_premium_sms_desc" msgid="8734171334263713717">"பிரீமியம் SMS ஐ அனுப்பு"</string>
    <string name="computing_size" msgid="1599186977475211186">"கணக்கிடுகிறது..."</string>
    <string name="invalid_size_value" msgid="1582744272718752951">"பேக்கேஜ் அளவைக் கணக்கிட முடியவில்லை."</string>
    <string name="empty_list_msg" msgid="3552095537348807772">"நீங்கள் மூன்றாம் தரப்பு பயன்பாடுகள் எதையும் நிறுவவில்லை."</string>
    <string name="version_text" msgid="9189073826278676425">"<xliff:g id="VERSION_NUM">%1$s</xliff:g> பதிப்பு"</string>
    <string name="move_app" msgid="5042838441401731346">"நகர்த்து"</string>
    <string name="move_app_to_internal" product="tablet" msgid="2299714147283854957">"டேப்லெட்டிற்கு நகர்த்து"</string>
    <string name="move_app_to_internal" product="default" msgid="3895430471913858185">"மொபைலுக்கு நகர்த்து"</string>
    <string name="move_app_to_sdcard" product="nosdcard" msgid="4350451696315265420">"USB சேமிப்பிடத்திற்கு நகர்த்து"</string>
    <string name="move_app_to_sdcard" product="default" msgid="1143379049903056407">"SD கார்டுக்கு நகர்த்து"</string>
    <string name="moving" msgid="6431016143218876491">"நகர்த்துகிறது"</string>
    <string name="insufficient_storage" msgid="481763122991093080">"போதுமான சேமிப்பிடம் இல்லை."</string>
    <string name="does_not_exist" msgid="1501243985586067053">"பயன்பாடு இல்லை."</string>
    <string name="app_forward_locked" msgid="6331564656683790866">"பயன்பாட்டை நகலெடுக்க முடியாது."</string>
    <string name="invalid_location" msgid="4354595459063675191">"இருப்பிட நிறுவல் தவறானது."</string>
    <string name="system_package" msgid="1352722848400644991">"வெளிப்புற மீடியாவில் முறைமை புதுப்பிப்புகளை நிறுவ முடியாது."</string>
    <string name="force_stop_dlg_title" msgid="977530651470711366">"உடனே நிறுத்தவா?"</string>
    <string name="force_stop_dlg_text" msgid="7208364204467835578">"பயன்பாட்டை உடனே நிறுத்தினால், அது தவறாகச் செயல்படலாம்."</string>
    <string name="move_app_failed_dlg_title" msgid="1282561064082384192"></string>
    <string name="move_app_failed_dlg_text" msgid="187885379493011720">"பயன்பாட்டை நகர்த்த முடியவில்லை. <xliff:g id="REASON">%1$s</xliff:g>"</string>
    <string name="app_install_location_title" msgid="2068975150026852168">"தேர்வுசெய்த நிறுவல் இருப்பிடம்"</string>
    <string name="app_install_location_summary" msgid="5155453752692959098">"புதிய பயன்பாடுகளுக்கான பரிந்துரைக்கப்பட்ட நிறுவல் இடங்களை மாற்றவும்"</string>
    <string name="app_disable_dlg_title" msgid="3916469657537695436">"உள்ளமைக்கப்பட்டுள்ள பயன்பாட்டை முடக்கவா?"</string>
    <string name="app_disable_dlg_positive" msgid="7375627244201714263">"பயன்பாட்டை முடக்கு"</string>
    <string name="app_disable_dlg_text" msgid="7824930380425568584">"இந்தப் பயன்பாட்டை முடக்கினால், பிற பயன்பாடுகள் சரியாகச் செயல்படாமல் போகலாம்."</string>
    <string name="app_special_disable_dlg_title" msgid="2690148680327142674">"தரவை நீக்கிவிட்டு பயன்பாட்டை முடக்கவா?"</string>
    <string name="app_special_disable_dlg_text" msgid="1007112763234313018">"இந்தப் பயன்பாட்டை முடக்கினால், பிற பயன்பாடுகள் சரியாகச் செயல்படாமல் போகலாம். உங்கள் தரவும் நீக்கப்படும்."</string>
    <string name="app_disable_notifications_dlg_title" msgid="7669264654851761857">"அறிவிப்புகளை முடக்கவா?"</string>
    <string name="app_disable_notifications_dlg_text" msgid="5088484670924769845">"பயன்பாட்டிற்கான அறிவிப்புகளை முடக்கினால், முக்கிய விழிப்பூட்டல்கள் மற்றும் புதுப்பிப்புகளை நீங்கள் தவற விடலாம்."</string>
    <string name="app_ops_settings" msgid="5108481883575527511">"பயன்பாட்டின் செயல்பாடுகள்"</string>
    <string name="app_ops_running" msgid="7706949900637284122">"இயங்குகிறது"</string>
    <string name="app_ops_never_used" msgid="9114608022906887802">"(ஒருபோதும் பயன்படுத்தவில்லை)"</string>
    <string name="no_default_apps" msgid="2915315663141025400">"இயல்பு பயன்பாடுகள் இல்லை."</string>
    <string name="storageuse_settings_title" msgid="5657014373502630403">"சேமிப்பிடத்தின் பயன்பாடு"</string>
    <string name="storageuse_settings_summary" msgid="3748286507165697834">"பயன்பாடுகள் பயன்படுத்திய சேமிப்பிடத்தைக் காட்டு"</string>
    <string name="runningservices_settings_title" msgid="8097287939865165213">"இயங்கும் சேவைகள்"</string>
    <string name="runningservices_settings_summary" msgid="854608995821032748">"தற்போது இயக்கத்தில் இருக்கும் சேவைகளைப் பார்த்து கட்டுப்படுத்து"</string>
    <string name="service_restarting" msgid="2242747937372354306">"மீண்டும் தொடங்குகிறது"</string>
    <string name="cached" msgid="1059590879740175019">"தற்காலிகச் சேமிப்பின் பின்புலச் செயல்முறை"</string>
    <string name="no_running_services" msgid="2059536495597645347">"எதுவும் இயக்கத்தில் இல்லை."</string>
    <string name="service_started_by_app" msgid="818675099014723551">"பயன்பாட்டால் தொடங்கப்பட்டது."</string>
    <!-- no translation found for service_client_name (4037193625611815517) -->
    <skip />
    <string name="service_background_processes" msgid="6844156253576174488">"<xliff:g id="MEMORY">%1$s</xliff:g> மீதமுள்ளது"</string>
    <string name="service_foreground_processes" msgid="7583975676795574276">"பயன்படுத்தியது <xliff:g id="MEMORY">%1$s</xliff:g>"</string>
    <string name="memory" msgid="6609961111091483458">"RAM"</string>
    <!-- no translation found for service_process_name (4098932168654826656) -->
    <skip />
    <string name="running_process_item_user_label" msgid="3129887865552025943">"பயனர்: <xliff:g id="USER_NAME">%1$s</xliff:g>"</string>
    <string name="running_process_item_removed_user_label" msgid="8250168004291472959">"அகற்றப்பட்ட பயனர்"</string>
    <string name="running_processes_item_description_s_s" msgid="5790575965282023145">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> செயல்முறை, <xliff:g id="NUMSERVICES">%2$d</xliff:g> சேவை"</string>
    <string name="running_processes_item_description_s_p" msgid="8019860457123222953">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> செயல்முறை, <xliff:g id="NUMSERVICES">%2$d</xliff:g> சேவை"</string>
    <string name="running_processes_item_description_p_s" msgid="744424668287252915">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> செயல்முறைகள், <xliff:g id="NUMSERVICES">%2$d</xliff:g> சேவை"</string>
    <string name="running_processes_item_description_p_p" msgid="1607384595790852782">"<xliff:g id="NUMPROCESS">%1$d</xliff:g> செயல்முறைகள், <xliff:g id="NUMSERVICES">%2$d</xliff:g> சேவை"</string>
    <string name="running_processes_header_title" msgid="6588371727640789560">"சாதன நினைவகம்"</string>
    <string name="running_processes_header_footer" msgid="723908176275428442">"பயன்பாட்டின் RAM பயன்பாடு"</string>
    <string name="running_processes_header_system_prefix" msgid="6104153299581682047">"முறைமை"</string>
    <string name="running_processes_header_apps_prefix" msgid="5787594452716832727">"பயன்பாடுகள்"</string>
    <string name="running_processes_header_free_prefix" msgid="4620613031737078415">"காலி"</string>
    <string name="running_processes_header_used_prefix" msgid="5924288703085123978">"பயன்படுத்தப்பட்டது"</string>
    <string name="running_processes_header_cached_prefix" msgid="7950853188089434987">"தற்காலிகச் சேமிப்பு"</string>
    <string name="running_processes_header_ram" msgid="996092388884426817">"<xliff:g id="RAM_0">%1$s</xliff:g> / RAM"</string>
    <string name="runningservicedetails_settings_title" msgid="3224004818524731568">"பயன்பாட்டை இயக்குகிறது"</string>
    <string name="no_services" msgid="7133900764462288263">"செயலில் இல்லை"</string>
    <string name="runningservicedetails_services_title" msgid="391168243725357375">"சேவைகள்"</string>
    <string name="runningservicedetails_processes_title" msgid="928115582044655268">"செயல்கள்"</string>
    <string name="service_stop" msgid="6369807553277527248">"நிறுத்து"</string>
    <string name="service_manage" msgid="1876642087421959194">"அமைப்பு"</string>
    <string name="service_stop_description" msgid="9146619928198961643">"இந்தப் பயன்பாடு ஏற்கனவே இதன் பயன்பாட்டால் தொடங்கப்பட்டது. இதை நிறுத்துவதால் பயன்பாடு தோல்வியடையலாம்."</string>
    <string name="heavy_weight_stop_description" msgid="6050413065144035971">"பயன்பாட்டைப் பாதுகாப்பாக நிறுத்த முடியாது. இதை நிறுத்தினால், நீங்கள் நடப்பு செயல்கள் சிலவற்றை இழக்க நேரிடலாம்."</string>
    <string name="background_process_stop_description" msgid="3834163804031287685">"இது பழைய பயன்பாட்டு செயல்முறையாகும், மீண்டும் தேவைப்பட்டால் வழங்குவதற்காக இன்னமும் தொடர்ந்து செயல்படுத்தப்படுகிறது. பொதுவாக அதை நிறுத்துவதற்கு எந்தக் காரணமும் இல்லை."</string>
    <string name="service_manage_description" msgid="7050092269951613102">"<xliff:g id="CLIENT_NAME">%1$s</xliff:g>: தற்போது பயன்பாட்டில் உள்ளது. அதைக் கட்டுப்படுத்த அமைப்புகளைத் தொடவும்."</string>
    <string name="main_running_process_description" msgid="1130702347066340890">"முக்கிய செயல்முறை பயன்பாட்டில் உள்ளது."</string>
    <string name="process_service_in_use_description" msgid="8993335064403217080">"<xliff:g id="COMP_NAME">%1$s</xliff:g> இன் சேவை பயன்பாட்டில் உள்ளது."</string>
    <string name="process_provider_in_use_description" msgid="5586603325677678940">"<xliff:g id="COMP_NAME">%1$s</xliff:g> இன் வழங்குநர் பயன்பாட்டில் உள்ளது."</string>
    <string name="runningservicedetails_stop_dlg_title" msgid="4253292537154337233">"அமைப்பின் சேவையை நிறுத்தவா?"</string>
    <string name="runningservicedetails_stop_dlg_text" product="tablet" msgid="3371302398335665793">"இந்தச் சேவையை நீங்கள் நிறுத்தினால், உங்கள் டேப்லெட்டை முடக்கி மீண்டும் இயக்கும் வரை அதன் சில அம்சங்கள் சரியாக வேலைசெய்வதை நிறுத்திவிடும்."</string>
    <string name="runningservicedetails_stop_dlg_text" product="default" msgid="3920243762189484756">"இந்தச் சேவையை நீங்கள் நிறுத்தினால், உங்கள் மொபைலை ஸ்விட்ச் ஆஃப் செய்து ஸ்டார்ட் செய்யும் வரை அதன் அம்சங்களில் சில வேலைசெய்யாமல் போகலாம்."</string>
    <string name="language_settings" msgid="5292716747264442359">"மொழி &amp; உள்ளீடு"</string>
    <string name="language_keyboard_settings_title" msgid="243220021717425813">"மொழி &amp; உள்ளீடு"</string>
    <string name="language_settings_category" msgid="2288258489940617043">"மொழி அமைப்பு"</string>
    <string name="keyboard_settings_category" msgid="8275523930352487827">"விசைப்பலகை &amp; உள்ளீட்டு முறைகள்"</string>
    <string name="phone_language" msgid="8870144109924299673">"மொழி"</string>
    <string name="phone_language_summary" msgid="3871309445655554211"></string>
    <string name="auto_replace" msgid="6199184757891937822">"தானாக மாற்றியமை"</string>
    <string name="auto_replace_summary" msgid="370288728200084466">"தவறாக உள்ளிட்ட வார்த்தைகளைச் சரிசெய்"</string>
    <string name="auto_caps" msgid="6379232078052591265">"தன்னியக்க பேரெழுத்தாக்கல்"</string>
    <string name="auto_caps_summary" msgid="6358102538315261466">"வாக்கியங்களில் முதல் எழுத்தைப் பேரெழுத்தாக அமை"</string>
    <string name="auto_punctuate" msgid="4595367243950425833">"தன்னியக்க நிறுத்தற்குறியிடுதல்"</string>
    <string name="hardkeyboard_category" msgid="5957168411305769899">"கைமுறை விசைப்பலகை அமைப்பு"</string>
    <string name="auto_punctuate_summary" msgid="4372126865670574837">"\".\" ஐச் செருக Space விசையை இருமுறை அழுத்தவும்"</string>
    <string name="show_password" msgid="3001113966880559611">"கடவுச்சொற்களைக் காட்டு"</string>
    <string name="ime_security_warning" msgid="4135828934735934248">"இந்த உள்ளீட்டு முறையானது, கடவுச்சொற்கள் மற்றும் கிரெடிட் கார்டு எண்கள் போன்ற தனிப்பட்ட தகவல் உள்பட நீங்கள் உள்ளிடும் எல்லா உரையையும் சேகரிக்கக்கூடும். இது <xliff:g id="IME_APPLICATION_NAME">%1$s</xliff:g> பயன்பாட்டிலிருந்து வந்துள்ளது. இந்த உள்ளீட்டு முறையைப் பயன்படுத்தவா?"</string>
    <string name="spellchecker_security_warning" msgid="9060897418527708922">"கடவுச்சொற்கள் மற்றும் கிரெடிட் கார்டு எண்கள் போன்ற தனிப்பட்ட தரவு உள்பட நீங்கள் உள்ளிடும் எல்லா உரையையும் இந்த பிழைத்திருத்தி சேகரிக்கலாம். இது <xliff:g id="SPELLCHECKER_APPLICATION_NAME">%1$s</xliff:g> பயன்பாட்டிலிருந்து வந்ததாகும். பிழைத்திருத்தியைப் பயன்படுத்தவா?"</string>
    <string name="spellchecker_quick_settings" msgid="246728645150092058">"அமைப்பு"</string>
    <string name="spellchecker_language" msgid="6041050114690541437">"மொழி"</string>
    <string name="failed_to_open_app_settings_toast" msgid="1251067459298072462">"<xliff:g id="SPELL_APPLICATION_NAME">%1$s</xliff:g> க்கான அமைப்புகளைத் திறப்பதில் தோல்வி"</string>
    <string name="pointer_settings_category" msgid="8183819795164034286">"மவுஸ்/டிராக்பேட்"</string>
    <string name="pointer_speed" msgid="1221342330217861616">"குறிப்பான் வேகம்"</string>
    <string name="game_controller_settings_category" msgid="8794508575329923718">"கேம் கன்ட்ரோலர்"</string>
    <string name="vibrate_input_devices" msgid="2599591466928793082">"அதிர்வியைப் பயன்படுத்து"</string>
    <string name="vibrate_input_devices_summary" msgid="4595570516865299153">"இணைக்கப்பட்டவுடன் அதிர்வியை கேம் கட்டிப்பாட்டிற்குத் திசைதிருப்பு."</string>
    <string name="keyboard_layout_dialog_title" msgid="8030087214949381372">"விசைப்பலகைத் தளவமைப்பைத் தேர்வுசெய்யவும்"</string>
    <string name="keyboard_layout_dialog_setup_button" msgid="8514583747236476384">"விசைப்பலகைத் தளவமைப்புகளை அமை"</string>
    <string name="keyboard_layout_dialog_switch_hint" msgid="3889961090676293795">"மாறுவதற்கு Control-Spacebar ஐ அழுத்தவும்"</string>
    <string name="keyboard_layout_default_label" msgid="2952672513543482165">"இயல்புநிலை"</string>
    <string name="keyboard_layout_picker_title" msgid="556081931972771610">"விசைப்பலகைத் தளவமைப்புகள்"</string>
    <string name="user_dict_settings_title" msgid="3427169369758733521">"தனிப்பட்ட அகராதி"</string>
    <string name="user_dict_settings_summary" msgid="7965571192902870454"></string>
    <string name="user_dict_settings_add_menu_title" msgid="4056762757149923551">"சேர்"</string>
    <string name="user_dict_settings_add_dialog_title" msgid="4702613990174126482">"அகராதியில் சேர்"</string>
    <string name="user_dict_settings_add_screen_title" msgid="742580720124344291">"சொற்றொடர்"</string>
    <string name="user_dict_settings_add_dialog_more_options" msgid="8848798370746019825">"மேலும் விருப்பங்கள்"</string>
    <string name="user_dict_settings_add_dialog_less_options" msgid="2441785268726036101">"குறைவான விருப்பங்கள்"</string>
    <string name="user_dict_settings_add_dialog_confirm" msgid="6225823625332416144">"சரி"</string>
    <string name="user_dict_settings_add_word_option_name" msgid="7868879174905963135">"வார்த்தை:"</string>
    <string name="user_dict_settings_add_shortcut_option_name" msgid="660089258866063925">"குறுக்குவழி:"</string>
    <string name="user_dict_settings_add_locale_option_name" msgid="5696358317061318532">"மொழி:"</string>
    <string name="user_dict_settings_add_word_hint" msgid="5725254076556821247">"வார்த்தையை உள்ளிடவும்"</string>
    <string name="user_dict_settings_add_shortcut_hint" msgid="7333763456561873445">"விருப்பமான குறுக்குவழி"</string>
    <string name="user_dict_settings_edit_dialog_title" msgid="8967476444840548674">"வார்த்தையைத் திருத்து"</string>
    <string name="user_dict_settings_context_menu_edit_title" msgid="2210564879320004837">"திருத்து"</string>
    <string name="user_dict_settings_context_menu_delete_title" msgid="9140703913776549054">"நீக்கு"</string>
    <string name="user_dict_settings_empty_text" msgid="996593969349827966">"பயனர் அகராதியில் உங்களுக்கு எந்த வார்த்தைகளும் இல்லை. சேர் (+) என்ற பொத்தானைத் தொடுவதன் மூலம் வார்த்தையைச் சேர்க்கவும்."</string>
    <string name="user_dict_settings_all_languages" msgid="6742000040975959247">"எல்லா மொழிகளுக்கும்"</string>
    <string name="user_dict_settings_more_languages" msgid="7316375944684977910">"மேலும் மொழிகள்..."</string>
    <string name="testing" msgid="6584352735303604146">"சோதனை"</string>
    <string name="testing_phone_info" product="tablet" msgid="193561832258534798">"டேப்லெட் தகவல்"</string>
    <string name="testing_phone_info" product="default" msgid="8656693364332840056">"மொபைலில் தகவல்"</string>
    <string name="input_methods_settings_title" msgid="6800066636850553887">"உரை உள்ளீடு"</string>
    <string name="input_method" msgid="5434026103176856164">"உள்ளீட்டு முறை"</string>
    <string name="current_input_method" msgid="2636466029213488159">"நடப்பு விசைப்பலகை"</string>
    <string name="input_method_selector" msgid="4311213129681430709">"உள்ளீட்டு முறை தேர்ந்தெடுப்பான்"</string>
    <string name="input_method_selector_show_automatically_title" msgid="1001612945471546158">"தானியங்கு"</string>
    <string name="input_method_selector_always_show_title" msgid="3891824124222371634">"எப்போதும் காட்டு"</string>
    <string name="input_method_selector_always_hide_title" msgid="7699647095118680424">"எப்போதும் மறை"</string>
    <string name="configure_input_method" msgid="1317429869771850228">"உள்ளீட்டு முறைகளை அமை"</string>
    <string name="input_method_settings" msgid="5801295625486269553">"அமைப்பு"</string>
    <string name="input_method_settings_button" msgid="6778344383871619368">"அமைப்பு"</string>
    <string name="active_input_method_subtypes" msgid="3596398805424733238">"செயலில் உள்ள உள்ளீட்டு முறைகள்"</string>
    <string name="use_system_language_to_select_input_method_subtypes" msgid="3346751753141428573">"அமைப்பின் மொழியில்"</string>
    <string name="input_methods_settings_label_format" msgid="6002887604815693322">"<xliff:g id="IME_NAME">%1$s</xliff:g> அமைப்பு"</string>
    <string name="input_methods_and_subtype_enabler_title" msgid="4421813273170250462">"செயலில் உள்ள உள்ளீட்டு முறைகளைத் தேர்வுசெய்க"</string>
    <string name="onscreen_keyboard_settings_summary" msgid="5841558383556238653">"திரை விசைப்பலகை அமைப்பு"</string>
    <string name="builtin_keyboard_settings_title" msgid="7688732909551116798">"கைமுறை விசைப்பலகை"</string>
    <string name="builtin_keyboard_settings_summary" msgid="2392531685358035899">"கைமுறை விசைப்பலகை அமைப்பு"</string>
    <string name="development_settings_title" msgid="215179176067683667">"டெவெலப்பர் விருப்பங்கள்"</string>
    <string name="development_settings_summary" msgid="1815795401632854041">"பயன்பாட்டின் மேம்பாட்டிற்காக விருப்பங்களை அமை"</string>
    <string name="development_settings_not_available" msgid="4308569041701535607">"இவருக்கு, டெவெலப்பர் விருப்பங்கள் இல்லை"</string>
    <string name="vpn_settings_not_available" msgid="956841430176985598">"இவரால் VPN அமைப்புகளை மாற்ற முடியாது"</string>
    <string name="tethering_settings_not_available" msgid="6765770438438291012">"இவரால் இணைப்புமுறை அமைப்புகளை மாற்ற முடியாது"</string>
    <string name="apn_settings_not_available" msgid="7873729032165324000">"இவரால் ஆக்சஸ் பாயிண்ட் நேம் அமைப்புகளை மாற்ற முடியாது"</string>
    <string name="enable_adb" msgid="7982306934419797485">"USB பிழைத்திருத்தம்"</string>
    <string name="enable_adb_summary" msgid="4881186971746056635">"USB இணைக்கப்பட்டிருக்கும்போது பிழைத்திருத்தப் பயன்முறையை அமை"</string>
    <string name="clear_adb_keys" msgid="4038889221503122743">"USB பிழைத்திருத்த அங்கீகரிப்புகளைப் பெறு"</string>
    <string name="bugreport_in_power" msgid="7923901846375587241">"பிழைப் புகாருக்கான குறுக்குவழி"</string>
    <string name="bugreport_in_power_summary" msgid="1778455732762984579">"பிழை அறிக்கையைப் பெற பவர் மெனுவில் விருப்பத்தைக் காட்டு"</string>
    <string name="keep_screen_on" msgid="1146389631208760344">"செயலில் வைத்திரு"</string>
    <string name="keep_screen_on_summary" msgid="2173114350754293009">"சார்ஜ் ஏறும்போது திரை எப்போதும் உறக்கநிலைக்குச் செல்லாது"</string>
    <string name="bt_hci_snoop_log" msgid="3340699311158865670">"புளூடூத் HCI ஸ்னுப் பதிவை இயக்கு"</string>
    <string name="bt_hci_snoop_log_summary" msgid="730247028210113851">"கோப்பில் உள்ள எல்லா புளூடூத் HCI தொகுதிகளையும் படமெடு"</string>
    <string name="oem_unlock_enable" msgid="6040763321967327691">"OEM திறத்தல்"</string>
    <string name="oem_unlock_enable_summary" msgid="4720281828891618376">"பூட்லோடரைத் திறக்க அனுமதி"</string>
    <string name="confirm_enable_oem_unlock_title" msgid="4802157344812385674">"OEM திறத்தலை அனுமதிக்கவா?"</string>
    <string name="confirm_enable_oem_unlock_text" msgid="5517144575601647022">"எச்சரிக்கை: இந்த அமைப்பு இயக்கப்பட்டிருக்கும்போது, சாதன பாதுகாப்பு அம்சங்கள் இந்தச் சாதனத்தில் இயங்காது."</string>
    <string name="select_logd_size_title" msgid="7433137108348553508">"லாகர் பஃபர் அளவுகள்"</string>
    <string name="select_logd_size_dialog_title" msgid="1206769310236476760">"லாக் பஃபர் ஒன்றிற்கு லாகர் அளவுகளைத் தேர்வுசெய்க"</string>
    <string name="mock_location_app" msgid="7966220972812881854">"போலி இருப்பிடப் பயன்பாட்டைத் தேர்ந்தெடு"</string>
    <string name="mock_location_app_not_set" msgid="809543285495344223">"போலி இருப்பிடப் பயன்பாடு அமைக்கப்படவில்லை"</string>
    <string name="mock_location_app_set" msgid="8966420655295102685">"போலி இருப்பிடப் பயன்பாடு: <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
    <string name="debug_view_attributes" msgid="6485448367803310384">"காட்சி பண்புக்கூறு சோதனையை இயக்கு"</string>
    <string name="debug_networking_category" msgid="7044075693643009662">"நெட்வொர்க்கிங்"</string>
    <string name="wifi_display_certification" msgid="8611569543791307533">"வயர்லெஸ் காட்சிக்கான சான்றிதழ்"</string>
    <string name="wifi_verbose_logging" msgid="4203729756047242344">"வைஃபை அதிவிவர நுழைவை இயக்கு"</string>
    <string name="wifi_aggressive_handover" msgid="9194078645887480917">"ஒத்துழைக்காத வைஃபையிலிருந்து செல்லுலாருக்கு மாறு"</string>
    <string name="wifi_allow_scan_with_traffic" msgid="3601853081178265786">"எப்போதும் வைஃபை ரோமிங் ஸ்கேன்களை அனுமதி"</string>
    <string name="legacy_dhcp_client" msgid="694426978909127287">"அதிகாரப்பூர்வ DHCP க்ளையன்ட்டைப் பயன்படுத்து"</string>
    <string name="mobile_data_always_on" msgid="7745605759775320362">"செல்லுலார் தரவு எப்போதும் இயக்கத்தில்"</string>
    <string name="wifi_display_certification_summary" msgid="1155182309166746973">"வயர்லெஸ் காட்சி சான்றுக்கான விருப்பங்களைக் காட்டு"</string>
    <string name="wifi_verbose_logging_summary" msgid="6615071616111731958">"Wifi நுழைவு அளவை அதிகரித்து, வைஃபை தேர்வியில் ஒவ்வொன்றிற்கும் SSID RSSI ஐ காட்டுக"</string>
    <string name="wifi_aggressive_handover_summary" msgid="6328455667642570371">"இயக்கப்பட்டதும், வைஃபை சிக்னல் குறையும் போது, வைஃபை முழுமையாக ஒத்துழைக்காமல் இருப்பதால் செல்லுலாரின் தரவு இணைப்புக்கு மாறும்"</string>
    <string name="wifi_allow_scan_with_traffic_summary" msgid="2575101424972686310">"இடைமுகத்தில் உள்ள ட்ராஃபிக் தரவின் அளவைப் பொறுத்து வைஃபை ரோமிங் ஸ்கேன்களை அனுமதி/அனுமதிக்காதே"</string>
    <string name="select_logd_size_title" msgid="7433137108348553508">"லாகர் பஃபர் அளவுகள்"</string>
    <string name="select_logd_size_dialog_title" msgid="1206769310236476760">"லாக் பஃபர் ஒன்றிற்கு லாகர் அளவுகளைத் தேர்வுசெய்க"</string>
    <string name="select_usb_configuration_title" msgid="2649938511506971843">"USB உள்ளமைவைத் தேர்ந்தெடுக்கவும்"</string>
    <string name="select_usb_configuration_dialog_title" msgid="6385564442851599963">"USB உள்ளமைவைத் தேர்ந்தெடுக்கவும்"</string>
    <string name="allow_mock_location" msgid="2787962564578664888">"போலி இருப்பிடங்களை அனுமதி"</string>
    <string name="allow_mock_location_summary" msgid="317615105156345626">"போலி இருப்பிடங்களை அனுமதி"</string>
    <string name="debug_view_attributes" msgid="6485448367803310384">"காட்சி பண்புக்கூறு சோதனையை இயக்கு"</string>
    <string name="legacy_dhcp_client_summary" msgid="163383566317652040">"புதிய Android DHCP க்ளையன்ட்டிற்குப் பதிலாக, Lollipop இலிருந்து DHCP க்ளையன்ட்டைப் பயன்படுத்தவும்."</string>
    <string name="mobile_data_always_on_summary" msgid="8149773901431697910">"வைஃபை இயங்கும் போதும் (வேகமான நெட்வொர்க் மாற்றத்திற்கு), மொபைல் தரவை எப்போதும் இயக்கத்தில் வைக்கும்."</string>
    <string name="adb_warning_title" msgid="6234463310896563253">"USB பிழைத்திருத்தத்தை அனுமதிக்கவா?"</string>
    <string name="adb_warning_message" msgid="7316799925425402244">"USB பிழைத்திருத்தம் மேம்படுத்தல் நோக்கங்களுக்காக மட்டுமே. அதை உங்கள் கணினி மற்றும் சாதனத்திற்கு இடையில் தரவை நகலெடுக்கவும், அறிவிப்பு இல்லாமல் உங்கள் சாதனத்தில் பயன்பாடுகளை நிறுவவும், பதிவு தரவைப் படிக்கவும் பயன்படுத்தவும்."</string>
    <string name="adb_keys_warning_message" msgid="5659849457135841625">"நீங்கள் ஏற்கனவே அனுமதித்த எல்லா கணினிகளிலிருந்தும் USB பிழைத்திருத்தத்திற்கான அணுகலைத் திரும்பப்பெற வேண்டுமா?"</string>
    <string name="dev_settings_warning_title" msgid="7244607768088540165">"மேம்பட்ட அமைப்புகளை அனுமதிக்கவா?"</string>
    <string name="dev_settings_warning_message" msgid="2298337781139097964">"இந்த அமைப்பு மேம்பட்டப் பயன்பாட்டிற்காக மட்டுமே. உங்கள் சாதனம் மற்றும் அதில் உள்ள பயன்பாடுகளைச் சிதைக்கும் அல்லது தவறாகச் செயல்படும் வகையில் பாதிப்பை ஏற்படுத்தும்."</string>
    <string name="verify_apps_over_usb_title" msgid="4177086489869041953">"USB பயன்பாடுகளை சரிபார்"</string>
    <string name="verify_apps_over_usb_summary" msgid="9164096969924529200">"தீங்கு விளைவிக்கும் செயல்பாட்டை அறிய ADB/ADT மூலம் நிறுவப்பட்டப் பயன்பாடுகளைச் சரிபார்."</string>
    <string name="enforce_read_external_title" product="nosdcard" msgid="7733257271454664956">"USB சேமிப்பிடத்தைப் பாதுகாப்புடன் வை"</string>
    <string name="enforce_read_external_summary" product="nosdcard" msgid="1798088409346660567">"பயன்பாடுகள் USB சேமிப்பிடத்தைப் படிப்பதற்கான அனுமதியைக் கோர வேண்டும்"</string>
    <string name="enforce_read_external_confirm_title" product="nosdcard" msgid="2112813067171502209">"USB சேமிப்பிடத்தைப் பாதுகாப்புடன் வைக்கவா?"</string>
    <string name="enforce_read_external_confirm_message" product="nosdcard" msgid="605444326545922054">"USB சேமிப்பிடம் பாதுகாப்புடன் இருக்கும்போது, வெளிப்புறச் சேமிப்பிடத்திலிருந்து தரவைப் படிப்பதற்கான அனுமதியைப் பயன்பாடுகள் கோர வேண்டும்.\n\nசில பயன்பாடுகள், அவற்றின் டெவெலப்பர்களால் புதுப்பிக்கப்படும் வரை வேலைசெய்யாமல் போகலாம்."</string>
    <string name="enforce_read_external_title" product="default" msgid="2226662853797940829">"SD கார்டைப் பாதுகாப்புடன் வை"</string>
    <string name="enforce_read_external_summary" product="default" msgid="2750027486786530064">"பயன்பாடுகள் SD கார்டைப் படிப்பதற்கான அனுமதியைக் கோர வேண்டும்"</string>
    <string name="enforce_read_external_confirm_title" product="default" msgid="273220585729800783">"SD கார்டைப் பாதுகாக்கவா?"</string>
    <string name="enforce_read_external_confirm_message" product="default" msgid="3858482712337574407">"SD கார்டு பாதுகாப்புடன் இருக்கும்போது, வெளிப்புறச் சேமிப்பிடத்திலிருந்து தரவைப் படிப்பதற்கான அனுமதியைப் பயன்பாடுகள் கோர வேண்டும்.\n\nசில பயன்பாடுகள், அவற்றின் டெவெலப்பர்களால் புதுப்பிக்கப்படும் வரை வேலைசெய்யாமல் போகலாம்."</string>
    <string name="enable_terminal_title" msgid="95572094356054120">"அக முனையம்"</string>
    <string name="enable_terminal_summary" msgid="67667852659359206">"அக ஷெல் அணுகலை வழங்கும் இறுதிப் பயன்பாட்டை இயக்கு"</string>
    <string name="gadget_picker_title" msgid="98374951396755811">"கேஜெட்டைத் தேர்வுசெய்க"</string>
    <string name="widget_picker_title" msgid="9130684134213467557">"விட்ஜெட்டைத் தேர்வுசெய்யவும்"</string>
    <string name="allow_bind_app_widget_activity_allow_bind_title" msgid="2538303018392590627">"விட்ஜெட்டை உருவாக்கி, அணுகலை அனுமதிக்கவா?"</string>
    <string name="allow_bind_app_widget_activity_allow_bind" msgid="1584388129273282080">"விட்ஜெட்டை உருவாக்கியவுடன், இது காண்பிக்கும் எல்லா தரவையும் <xliff:g id="WIDGET_HOST_NAME">%1$s</xliff:g> அணுக முடியும்."</string>
    <string name="allow_bind_app_widget_activity_always_allow_bind" msgid="7037503685859688034">"விட்ஜெட்களை உருவாக்கவும், அவற்றின் தரவை அணுகவும் எப்போதும் <xliff:g id="WIDGET_HOST_NAME">%1$s</xliff:g> ஐ அனுமதி"</string>
    <string name="battery_history_days" msgid="7110262897769622564">"<xliff:g id="DAYS">%1$d</xliff:g>நா <xliff:g id="HOURS">%2$d</xliff:g>ம.நே. <xliff:g id="MINUTES">%3$d</xliff:g>நி <xliff:g id="SECONDS">%4$d</xliff:g>வி"</string>
    <string name="battery_history_hours" msgid="7525170329826274999">"<xliff:g id="HOURS">%1$d</xliff:g>ம.நே. <xliff:g id="MINUTES">%2$d</xliff:g>நி <xliff:g id="SECONDS">%3$d</xliff:g>வி"</string>
    <string name="battery_history_minutes" msgid="1467775596084148610">"<xliff:g id="MINUTES">%1$d</xliff:g>நி <xliff:g id="SECONDS">%2$d</xliff:g>வி"</string>
    <string name="battery_history_seconds" msgid="4283492130945761685">"<xliff:g id="SECONDS">%1$d</xliff:g> வினாடிகள்"</string>
    <string name="battery_history_days_no_seconds" msgid="703063770554334710">"<xliff:g id="DAYS">%1$d</xliff:g>நா. <xliff:g id="HOURS">%2$d</xliff:g>ம.நே. <xliff:g id="MINUTES">%3$d</xliff:g>நிமி."</string>
    <string name="battery_history_hours_no_seconds" msgid="663342892615646712">"<xliff:g id="HOURS">%1$d</xliff:g>ம.நே. <xliff:g id="MINUTES">%2$d</xliff:g>நிமி."</string>
    <string name="battery_history_minutes_no_seconds" msgid="7780294302606853082">"<xliff:g id="MINUTES">%1$d</xliff:g>நிமி."</string>
    <string name="usage_stats_label" msgid="5890846333487083609">"பயன்பாட்டுப் புள்ளிவிவரங்கள்"</string>
    <string name="testing_usage_stats" msgid="7823048598893937339">"பயன்பாட்டுப் புள்ளிவிவரங்கள்"</string>
    <string name="display_order_text" msgid="8592776965827565271">"இவ்வாறு வரிசைப்படுத்து:"</string>
    <string name="app_name_label" msgid="5440362857006046193">"பயன்பாடு"</string>
    <string name="last_time_used_label" msgid="8459441968795479307">"கடைசியாகப் பயன்படுத்தியது"</string>
    <string name="usage_time_label" msgid="295954901452833058">"பயன்படுத்திய நேரம்"</string>
    <string name="accessibility_settings" msgid="3975902491934816215">"அணுகல்தன்மை"</string>
    <string name="accessibility_settings_title" msgid="2130492524656204459">"அணுகல்தன்மை அமைப்பு"</string>
    <string name="accessibility_services_title" msgid="2592221829284342237">"சேவைகள்"</string>
    <string name="accessibility_system_title" msgid="7187919089874130484">"முறைமை"</string>
    <string name="accessibility_display_title" msgid="7610175687949675162">"காட்சி"</string>
    <string name="accessibility_captioning_title" msgid="7589266662024836291">"தலைப்புகள்"</string>
    <string name="accessibility_screen_magnification_title" msgid="7001782548715744981">"பெரிதாக்கும் வசதி"</string>
    <string name="accessibility_screen_magnification_summary" msgid="1178289000423776584">"இந்த அம்சம் இயக்கத்தில் இருக்கும்போது, திரையை மூன்று முறை தட்டுவதன் மூலம் பெரிதாக்கலாம் மற்றும் சிறிதாக்கலாம்.\n\nபெரிதாக்கப்பட்ட நிலையில் இருக்கும்போது, இதைச் செய்யலாம், நீங்கள் செய்யக்கூடியவை:\n"<ul><li>"நகர்த்துதல்: திரையில் இரண்டு அல்லது அதற்கு மேற்பட்ட விரல்களால் இழுக்கவும்."</li>\n<li>"அளவைச் சரிசெய்தல்: இரண்டு அல்லது அதற்கு மேற்பட்ட விரல்களால் பிடிக்கவும் அல்லது விரிவுபடுத்தவும்."</li></ul>\n\n"மூன்று முறை தட்டி, பிடிப்பதன் மூலம் உங்கள் விரலுக்கு அடியில் இருப்பதைத் தற்காலிகமாகப் பெரிதாக்கிப் பார்க்கவும். பெரிதாக்கப்பட்ட நிலையில், திரையின் வெவ்வேறு பகுதிகளைப் பார்க்க உங்கள் விரலை இழுக்கவும். திரும்பவும் பழைய நிலைக்குச் செல்ல உங்கள் விரலை மேலே தூக்கவும்.\n\nகுறிப்பு: விசைப்பலகை மற்றும் வழிசெலுத்தல் பட்டியைத் தவிர்த்து பெரிதாக்குவதற்கான மூன்று முறை தட்டல் அம்சம் எல்லா இடங்களிலும் வேலை செய்யும்."</string>
    <string name="accessibility_global_gesture_preference_title" msgid="6752037184140789970">"அணுகல்தன்மைக் குறுக்குவழி"</string>
    <string name="accessibility_global_gesture_preference_summary_on" msgid="6180927399052022181">"இயக்கத்தில்"</string>
    <string name="accessibility_global_gesture_preference_summary_off" msgid="8102103337813609849">"முடக்கத்தில்"</string>
    <string name="accessibility_global_gesture_preference_description" msgid="750438015254396963">"இந்த அம்சம் இயக்கத்தில் இருக்கும்போது, அணுகல்தன்மை அம்சங்களை இரண்டு படிகளில் விரைவாக அணுகலாம்:\n\nபடி 1: நீங்கள் ஒலியைக் கேட்கும் அல்லது அதிர்வை உணரும் வரை பவர் பொத்தானை அழுத்திப் பிடிக்கவும்.\n\nபடி 2: ஆடியோ உறுதிப்படுத்தலைக் கேட்கும்வரை இரண்டு விரல்களால் தொட்டுப் பிடிக்கவும்.\n\nசாதனத்தில் பல பயனர்கள் இருந்தால், பூட்டுத் திரையில் இந்த குறுக்குவழியைப் பயன்படுத்துவதன் மூலம் சாதனம் திறக்கப்படும் வரை அணுகல்தன்மையைத் தற்காலிகமாக இயக்கலாம்."</string>
    <string name="accessibility_toggle_large_text_preference_title" msgid="6307247527580207161">"பெரிய உரை"</string>
    <string name="accessibility_toggle_high_text_contrast_preference_title" msgid="2567402942683463779">"உரையின் உயர் மாறுபாடு"</string>
    <string name="accessibility_toggle_screen_magnification_preference_title" msgid="2472285215737820469">"திரை உருப்பெருக்குதல்"</string>
    <string name="accessibility_toggle_screen_magnification_auto_update_preference_title" msgid="7218498768415430963">"திரை உருப்பெருக்கத்தைத் தானாகப் புதுப்பி"</string>
    <string name="accessibility_toggle_screen_magnification_auto_update_preference_summary" msgid="4392059334816220155">"பயன்பாட்டு மாற்றங்களில் திரை உருப்பெருக்கத்தைப் புதுப்பிக்கவும்"</string>
    <string name="accessibility_power_button_ends_call_prerefence_title" msgid="6673851944175874235">"பவர் பொத்தான் அழைப்பை நிறுத்தும்"</string>
    <string name="accessibility_toggle_speak_password_preference_title" msgid="5986628515113204844">"கடவுச்சொற்களைக் கூறவும்"</string>
    <string name="accessibility_long_press_timeout_preference_title" msgid="6708467774619266508">"தொட்டுப் பிடித்தல் தாமதம்"</string>
    <string name="accessibility_display_inversion_preference_title" msgid="2119647786141420802">"வண்ணத்தின் நேர்மாறான முறை"</string>
    <string name="accessibility_display_inversion_preference_subtitle" msgid="8658240868230680912">"(சோதனை முயற்சி) செயல்திறனைப் பாதிக்கலாம்"</string>
    <string name="accessibility_display_daltonizer_preference_title" msgid="5800761362678707872">"வண்ணத்திருத்தம்"</string>
    <string name="accessibility_display_daltonizer_preference_subtitle" msgid="3484969015295282911">"இது சோதனை முறையிலான அம்சம், இது செயல்திறனைப் பாதிக்கலாம்."</string>
    <string name="enable_quick_setting" msgid="2366999897816894536">"விரைவு அமைப்புகளில் காட்டு"</string>
    <string name="daltonizer_type" msgid="1124178250809091080">"சரிப்படுத்தும் முறை"</string>
    <string name="daltonizer_type_overridden" msgid="3116947244410245916">"<xliff:g id="TITLE">%1$s</xliff:g> மூலம் மேலெழுதப்பட்டது"</string>
    <string name="daltonizer_mode_disabled" msgid="7482661936053801862">"முடக்கப்பட்டது"</string>
    <string name="daltonizer_mode_monochromacy" msgid="8485709880666106721">"மோனோகுரோமசி"</string>
    <string name="daltonizer_mode_deuteranomaly" msgid="5475532989673586329">"நிறக்குருடு (சிவப்பு)"</string>
    <string name="daltonizer_mode_protanomaly" msgid="8424148009038666065">"நிறக்குருடு (பச்சை)"</string>
    <string name="daltonizer_mode_tritanomaly" msgid="481725854987912389">"நிறக்குருடு (நீலம்-மஞ்சள்)"</string>
    <string name="accessibility_menu_item_settings" msgid="3344942964710773365">"அமைப்பு"</string>
    <string name="accessibility_feature_state_on" msgid="2864292320042673806">"இயக்கத்தில்"</string>
    <string name="accessibility_feature_state_off" msgid="4172584906487070211">"முடக்கத்தில்"</string>
    <string name="accessibility_feature_or_input_method_not_allowed" msgid="5950315477009501647">"உங்கள் நிறுவனத்தால் அனுமதிக்கப்படவில்லை"</string>
    <string name="captioning_preview_title" msgid="1234015253497016890">"முன்னோட்டம்"</string>
    <string name="captioning_standard_options_title" msgid="3284211791180335844">"நிலையான விருப்பங்கள்"</string>
    <string name="captioning_locale" msgid="4559155661018823503">"மொழி"</string>
    <string name="captioning_text_size" msgid="6737002449104466028">"உரையின் அளவு"</string>
    <string name="captioning_preset" msgid="8939737196538429044">"தலைப்பின் நடை"</string>
    <string name="captioning_custom_options_title" msgid="5067500939930322405">"தனிப்பயன் விருப்பங்கள்"</string>
    <string name="captioning_background_color" msgid="9053011212948992570">"பின்புல வண்ணம்"</string>
    <string name="captioning_background_opacity" msgid="6029993616419971202">"பின்னணி ஒளிபுகாத்தன்மை"</string>
    <string name="captioning_window_color" msgid="6902052743419717394">"தலைப்பு சாளரத்தின் வண்ணம்"</string>
    <string name="captioning_window_opacity" msgid="5041556024849862376">"தலைப்பு சாளரத்தின் ஒளி ஊடுருவல் தன்மை"</string>
    <string name="captioning_foreground_color" msgid="85623486537640059">"உரை வண்ணம்"</string>
    <string name="captioning_foreground_opacity" msgid="4370967856995419788">"உரை ஒளிபுகாத்தன்மை"</string>
    <string name="captioning_edge_color" msgid="3670094753735263238">"விளிம்பின் வண்ணம்"</string>
    <string name="captioning_edge_type" msgid="5997247394951682154">"விளிம்பின் வகை"</string>
    <string name="captioning_typeface" msgid="1826169240566563259">"எழுத்துரு குடும்பம்"</string>
    <string name="captioning_preview_text" msgid="4067935959797375065">"தலைப்புகள் இப்படி இருக்கும்"</string>
    <string name="captioning_preview_characters" msgid="7105909138497851769">"Aa"</string>
    <string name="locale_default" msgid="2593883646136326969">"இயல்புநிலை"</string>
    <string name="color_title" msgid="4258931051732243983">"நிறம்"</string>
    <string name="color_unspecified" msgid="5179683785413568326">"இயல்புநிலை"</string>
    <string name="color_none" msgid="3475640044925814795">"ஏதுமில்லை"</string>
    <string name="color_white" msgid="8045195170201590239">"வெள்ளை"</string>
    <string name="color_gray" msgid="9192312087142726313">"சாம்பல்"</string>
    <string name="color_black" msgid="7517353520909872561">"கருப்பு"</string>
    <string name="color_red" msgid="4949354900304125428">"சிவப்பு"</string>
    <string name="color_green" msgid="5537717328428845841">"பச்சை"</string>
    <string name="color_blue" msgid="7731984529016953223">"நீலம்"</string>
    <string name="color_cyan" msgid="7033027180641173211">"சியான்"</string>
    <string name="color_yellow" msgid="9112680561610873529">"மஞ்சள்"</string>
    <string name="color_magenta" msgid="5059212823607815549">"மெஜந்தா"</string>
    <string name="enable_service_title" msgid="3061307612673835592">"<xliff:g id="SERVICE">%1$s</xliff:g> சேவையை பயன்படுத்தவா?"</string>
    <string name="capabilities_list_title" msgid="86713361724771971">"<xliff:g id="SERVICE">%1$s</xliff:g> செய்வது:"</string>
    <string name="touch_filtered_warning" msgid="8644034725268915030">"அனுமதிக் கோரிக்கையைப் பயன்பாடு மறைப்பதால், அமைப்புகளால் உங்கள் பதிலைச் சரிபார்க்க முடியாது."</string>
    <string name="enable_service_encryption_warning" msgid="3064686622453974606">"<xliff:g id="SERVICE">%1$s</xliff:g>ஐ இயக்கினால், தரவு மறையாக்கத்தை மேம்படுத்த சாதனம் திரைப் பூட்டைப் பயன்படுத்தாது."</string>
    <string name="secure_lock_encryption_warning" msgid="460911459695077779">"அணுகல்தன்மை சேவையை இயக்கியுள்ளதால், தரவு மறையாக்கத்தை மேம்படுத்த சாதனம் திரைப் பூட்டைப் பயன்படுத்தாது."</string>
    <string name="enable_service_pattern_reason" msgid="777577618063306751">"<xliff:g id="SERVICE">%1$s</xliff:g> சேவையை இயக்குவது தரவுக் குறியாக்கத்தைப் பாதிக்கும் என்பதால், வடிவத்தை நீங்கள் உறுதிப்படுத்த வேண்டும்."</string>
    <string name="enable_service_pin_reason" msgid="7882035264853248228">"<xliff:g id="SERVICE">%1$s</xliff:g> சேவையை இயக்குவது தரவுக் குறியாக்கத்தைப் பாதிக்கும் என்பதால், பின்னை நீங்கள் உறுதிப்படுத்த வேண்டும்."</string>
    <string name="enable_service_password_reason" msgid="1224075277603097951">"<xliff:g id="SERVICE">%1$s</xliff:g> சேவையை இயக்குவது தரவுக் குறியாக்கத்தைப் பாதிக்கும் என்பதால், கடவுச்சொல்லை நீங்கள் உறுதிப்படுத்த வேண்டும்."</string>
    <string name="capability_title_receiveAccessibilityEvents" msgid="1869032063969970755">"உங்கள் செயல்பாடுகளைக் கவனிக்கும்"</string>
    <string name="capability_desc_receiveAccessibilityEvents" msgid="6640333613848713883">"நீங்கள் பயன்பாட்டுடன் தொடர்புகொள்ளும்போது அறிவிப்புகளைப் பெறலாம்."</string>
    <string name="disable_service_title" msgid="3624005212728512896">"<xliff:g id="SERVICE">%1$s</xliff:g> சேவையை நிறுத்தவா?"</string>
    <string name="disable_service_message" msgid="2012273739481042318">"சரி என்பதைத் தொடுவது <xliff:g id="SERVICE">%1$s</xliff:g> சேவையை நிறுத்தும்."</string>
    <string name="accessibility_no_services_installed" msgid="7200948194639038807">"சேவைகள் எதுவும் நிறுவப்படவில்லை"</string>
    <string name="accessibility_service_default_description" msgid="1072730037861494125">"விளக்கம் எதுவும் வழங்கப்படவில்லை."</string>
    <string name="settings_button" msgid="3006713718908152930">"அமைப்பு"</string>
    <string name="print_settings" msgid="4742428530112487843">"அச்சிடுதல்"</string>
    <string name="print_settings_title" msgid="3685449667822217816">"அச்சுப் பொறிகள்"</string>
    <string name="print_service_security_warning_title" msgid="2338435517408144841">"<xliff:g id="SERVICE">%1$s</xliff:g> ஐப் பயன்படுத்தவா?"</string>
    <string name="print_service_security_warning_summary" msgid="7567131958613064363">"உங்கள் ஆவணம் அச்சுப்பொறிக்குச் செல்லும் வழியில் ஒன்று அல்லது அதற்கு மேற்பட்ட சேவையகங்களைக் கடந்து செல்லலாம்."</string>
    <string name="print_no_services_installed" msgid="8443039625463872294">"சேவைகள் எதுவும் நிறுவப்படவில்லை"</string>
    <string name="print_no_printers_found" msgid="989018646884973683">"அச்சுப்பொறிகள் எதுவுமில்லை"</string>
    <string name="print_menu_item_settings" msgid="6591330373682227082">"அமைப்பு"</string>
    <string name="print_menu_item_add_printers" msgid="2890738028215834012">"அச்சுப்பொறிகளைச் சேர்"</string>
    <string name="print_feature_state_on" msgid="8098901852502441048">"இயக்கத்தில்"</string>
    <string name="print_feature_state_off" msgid="7294876968403966040">"முடக்கப்பட்டுள்ளது"</string>
    <string name="print_menu_item_add_service" msgid="3811645167869797802">"சேவையைச் சேர்"</string>
    <string name="print_menu_item_add_printer" msgid="8251218970577291032">"அச்சுப்பொறியைச் சேர்"</string>
    <string name="print_menu_item_search" msgid="7025589328240514553">"தேடு"</string>
    <string name="print_searching_for_printers" msgid="4680248496457576358">"அச்சுப்பொறிகளைத் தேடுகிறது"</string>
    <string name="print_service_disabled" msgid="7739452396114245222">"சேவை முடக்கப்பட்டுள்ளது"</string>
    <string name="print_print_jobs" msgid="3582094777756968793">"அச்சுப் பணிகள்"</string>
    <string name="print_print_job" msgid="7563741676053287211">"அச்சுப் பணி"</string>
    <string name="print_restart" msgid="8373999687329384202">"மீண்டும் தொடங்கு"</string>
    <string name="print_cancel" msgid="3621199386568672235">"ரத்துசெய்"</string>
    <string name="print_job_summary" msgid="8472427347192930694">"<xliff:g id="PRINTER">%1$s</xliff:g>\n<xliff:g id="TIME">%2$s</xliff:g>"</string>
    <string name="print_printing_state_title_template" msgid="5736107667714582025">"<xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g> ஐ அச்சிடுகிறது"</string>
    <string name="print_cancelling_state_title_template" msgid="7102968925358219875">"<xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g> ஐ ரத்துசெய்கிறது"</string>
    <string name="print_failed_state_title_template" msgid="1436099128973357969">"அச்சுப்பொறி பிழை <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g>"</string>
    <string name="print_blocked_state_title_template" msgid="9065391617425962424">"அச்சுப்பொறி <xliff:g id="PRINT_JOB_NAME">%1$s</xliff:g> ஐத் தடுத்தது"</string>
    <string name="print_search_box_shown_utterance" msgid="7730361832020726951">"தேடல் பெட்டி காண்பிக்கப்படுகிறது"</string>
    <string name="print_search_box_hidden_utterance" msgid="7980832833405818400">"தேடல் பெட்டி மறைக்கப்பட்டுள்ளது"</string>
    <string name="power_usage_summary_title" msgid="7190304207330319919">"பேட்டரி"</string>
    <string name="power_usage_summary" msgid="7237084831082848168">"பேட்டரியை பயன்படுத்துவன"</string>
    <string name="power_usage_not_available" msgid="3109326074656512387">"பேட்டரியின் பயன்பாட்டுத் தரவு கிடைக்கவில்லை."</string>
    <string name="power_usage_level_and_status" msgid="7449847570973811784">"<xliff:g id="LEVEL">%1$s</xliff:g> - <xliff:g id="STATUS">%2$s</xliff:g>"</string>
    <string name="power_discharge_remaining" msgid="4925678997049911808">"<xliff:g id="REMAIN">%1$s</xliff:g> மீதமுள்ளது"</string>
    <string name="power_charge_remaining" msgid="6132074970943913135">"சார்ஜ் செய்வதற்கு <xliff:g id="UNTIL_CHARGED">%1$s</xliff:g>"</string>
    <string name="power_discharging_duration" msgid="1605929174734600590">"தோராயம்: <xliff:g id="LEVEL">%1$s</xliff:g> - <xliff:g id="TIME">%2$s</xliff:g> உள்ளது"</string>
    <string name="power_charging" msgid="1779532561355864267">"<xliff:g id="LEVEL">%1$s</xliff:g> - <xliff:g id="STATE">%2$s</xliff:g>"</string>
    <string name="power_charging_duration" msgid="2853265177761520490">"முழு சார்ஜிற்கு: <xliff:g id="LEVEL">%1$s</xliff:g> - <xliff:g id="TIME">%2$s</xliff:g>"</string>
    <string name="power_charging_duration_ac" msgid="3969186192576594254">"முழு AC சார்ஜிற்கு: <xliff:g id="LEVEL">%1$s</xliff:g> - <xliff:g id="TIME">%2$s</xliff:g>"</string>
    <string name="power_charging_duration_usb" msgid="182405645340976546">"முழு USB சார்ஜிற்கு: <xliff:g id="LEVEL">%1$s</xliff:g> - <xliff:g id="TIME">%2$s</xliff:g>"</string>
    <string name="power_charging_duration_wireless" msgid="1829295708243159464">"முழு வயர்லெஸ் சார்ஜிற்கு: <xliff:g id="LEVEL">%1$s</xliff:g> - <xliff:g id="TIME">%2$s</xliff:g>"</string>
    <string name="power_usage_list_summary" msgid="2409288197839512482">"முழு சார்ஜ் ஆனதிலிருந்து இயங்கும் பயன்பாடுகள்"</string>
    <string name="battery_since_unplugged" msgid="338073389740738437">"செருகல் நீக்கப்பட்டதிலிருந்து பேட்டரியின் பயன்பாடு"</string>
    <string name="battery_since_reset" msgid="7464546661121187045">"மீட்டமைக்கப்பட்டதிலிருந்து பேட்டரி பயன்பாடு"</string>
    <string name="battery_stats_on_battery" msgid="4970762168505236033">"<xliff:g id="TIME">%1$s</xliff:g> இல் பேட்டரி அளவு"</string>
    <string name="battery_stats_duration" msgid="7464501326709469282">"பிளக் அகற்றப்பட்டதிலிருந்து <xliff:g id="TIME">%1$s</xliff:g>"</string>
    <string name="battery_stats_charging_label" msgid="4223311142875178785">"சார்ஜ் ஏறுகிறது"</string>
    <string name="battery_stats_screen_on_label" msgid="7150221809877509708">"திரையில்"</string>
    <string name="battery_stats_gps_on_label" msgid="1193657533641951256">"GPS இயக்கத்தில் உள்ளது"</string>
    <string name="battery_stats_camera_on_label" msgid="4935637383628414968">"கேமரா இயக்கத்தில்"</string>
    <string name="battery_stats_flashlight_on_label" msgid="4319637669889411307">"ஃபிளாஷ்லைட் இயக்கத்தில்"</string>
    <string name="battery_stats_wifi_running_label" msgid="1845839195549226252">"வைஃபை"</string>
    <string name="battery_stats_wake_lock_label" msgid="1908942681902324095">"விழிப்பில்"</string>
    <string name="battery_stats_phone_signal_label" msgid="3537569115723850618">"செல்லுலார் நெட்வொர்க் சிக்னல்"</string>
    <!-- no translation found for battery_stats_last_duration (1535831453827905957) -->
    <skip />
    <string name="awake" msgid="387122265874485088">"சாதனம் விழித்திருக்கும் நேரம்"</string>
    <string name="wifi_on_time" msgid="3208518458663637035">"வைஃபை இயக்க நேரம்"</string>
    <string name="bluetooth_on_time" msgid="3056108148042308690">"வைஃபை இயக்க நேரம்"</string>
    <string name="history_details_title" msgid="3608240585315506067">"வரலாறு விவரங்கள்"</string>
    <string name="details_title" msgid="3792801565213935385">"பயன் விவரம்"</string>
    <string name="details_subtitle" msgid="32593908269911734">"விவரங்களைப் பயன்படுத்து"</string>
    <string name="controls_subtitle" msgid="390468421138288702">"ஆற்றல் பயன்பாட்டைச் சரிசெய்க"</string>
    <string name="packages_subtitle" msgid="4736416171658062768">"உள்ளடங்கும் தொகுப்புகள்"</string>
    <string name="power_screen" msgid="3023346080675904613">"திரை"</string>
    <string name="power_flashlight" msgid="7794409781003567614">"ஃபிளாஷ்லைட்"</string>
    <string name="power_camera" msgid="4976286950934622605">"கேமரா"</string>
    <string name="power_wifi" msgid="1135085252964054957">"வைஃபை"</string>
    <string name="power_bluetooth" msgid="4373329044379008289">"புளூடூத்"</string>
    <string name="power_cell" msgid="6596471490976003056">"கைபேசி காத்திருப்புநிலை"</string>
    <string name="power_phone" msgid="5392641106474567277">"குரல் அழைப்புகள்"</string>
    <string name="power_idle" product="tablet" msgid="4612478572401640759">"டேப்லெட்டின் செயல்படாநிலை"</string>
    <string name="power_idle" product="default" msgid="9055659695602194990">"மொபைலின் செயல்படாநிலை"</string>
    <string name="power_unaccounted" msgid="709925017022660740">"இதர அமைப்பு"</string>
    <string name="power_overcounted" msgid="2762354976171358445">"அதிகமாகப் பயன்படுத்தப்பட்டது"</string>
    <string name="usage_type_cpu" msgid="715162150698338714">"CPU மொத்தம்"</string>
    <string name="usage_type_cpu_foreground" msgid="6500579611933211831">"CPU முன்புறம்"</string>
    <string name="usage_type_wake_lock" msgid="5125438890233677880">"எப்போதும் விழிப்பில்"</string>
    <string name="usage_type_gps" msgid="7989688715128160790">"GPS"</string>
    <string name="usage_type_wifi_running" msgid="3134357198266380400">"வைஃபை இயங்குகிறது"</string>
    <string name="usage_type_phone" product="tablet" msgid="262638572890253393">"டேப்லெட்"</string>
    <string name="usage_type_phone" product="default" msgid="9108247984998041853">"ஃபோன்"</string>
    <string name="usage_type_data_send" msgid="8971710128438365919">"அனுப்பிய மொபைல் தொகுப்புகள்"</string>
    <string name="usage_type_data_recv" msgid="5468564329333954445">"பெற்ற மொபைல் தொகுப்புகள்"</string>
    <string name="usage_type_radio_active" msgid="1732647857619420121">"மொபைல் ரேடியோ செயலில் உள்ளது"</string>
    <string name="usage_type_data_wifi_send" msgid="1847552143597396162">"அனுப்பிய வைஃபை தொகுப்புகள்"</string>
    <string name="usage_type_data_wifi_recv" msgid="5678475911549183829">"பெற்ற வைஃபை தொகுப்புகள்"</string>
    <string name="usage_type_audio" msgid="6957269406840886290">"ஆடியோ"</string>
    <string name="usage_type_video" msgid="4295357792078579944">"வீடியோ"</string>
    <string name="usage_type_camera" msgid="8299433109956769757">"கேமரா"</string>
    <string name="usage_type_flashlight" msgid="1516392356962208230">"ஃபிளாஷ்லைட்"</string>
    <string name="usage_type_on_time" msgid="3351200096173733159">"இயங்கும் நேரம்"</string>
    <string name="usage_type_no_coverage" msgid="3797004252954385053">"சிக்னல் இல்லாமல் இருக்கும் நேரம்"</string>
    <string name="usage_type_total_battery_capacity" msgid="3798285287848675346">"பேட்டரியின் மொத்த கொள்ளளவு"</string>
    <string name="usage_type_computed_power" msgid="5862792259009981479">"கணக்கிடப்பட்ட ஆற்றல் பயன்பாடு"</string>
    <string name="usage_type_actual_power" msgid="7047814738685578335">"உண்மையில் பயன்படுத்திய ஆற்றல்"</string>
    <string name="battery_action_stop" msgid="649958863744041872">"உடனே நிறுத்து"</string>
    <string name="battery_action_app_details" msgid="7861051816778419018">"பயன்பாட்டுத் தகவல்"</string>
    <string name="battery_action_app_settings" msgid="4570481408106287454">"பயன்பாட்டு அமைப்பு"</string>
    <string name="battery_action_display" msgid="7338551244519110831">"திரை அமைப்பு"</string>
    <string name="battery_action_wifi" msgid="8181553479021841207">"வைஃபை அமைப்பு"</string>
    <string name="battery_action_bluetooth" msgid="8374789049507723142">"புளூடூத் அமைப்பு"</string>
    <string name="battery_desc_voice" msgid="8980322055722959211">"குரல் அழைப்புகளால் பயன்படுத்தப்பட்ட பேட்டரியின் அளவு"</string>
    <string name="battery_desc_standby" product="tablet" msgid="6284747418668280364">"டேப்லெட் செயல்படாத நிலையில் இருக்கும்போது பயன்படுத்தப்பட்ட பேட்டரி அளவு"</string>
    <string name="battery_desc_standby" product="default" msgid="3009080001948091424">"மொபைல் செயல்படாத நிலையில் இருக்கும்போது பயன்படுத்தப்பட்ட பேட்டரி அளவு"</string>
    <string name="battery_desc_radio" msgid="5479196477223185367">"செல் ரேடியோவால் பயன்படுத்தப்பட்ட பேட்டரி அளவு"</string>
    <string name="battery_sugg_radio" msgid="8211336978326295047">"செல் கவரேஜ் இல்லாத பகுதிகளில் ஆற்றலைச் சேமிக்க விமானப் பயன்முறைக்கு மாறவும்"</string>
    <string name="battery_desc_flashlight" msgid="2908579430841025494">"ஃபிளாஷ்லைட்டால் பயன்படுத்தப்பட்ட பேட்டரி"</string>
    <string name="battery_desc_camera" msgid="7375389919760613499">"கேமரா பயன்படுத்திய பேட்டரி"</string>
    <string name="battery_desc_display" msgid="5432795282958076557">"காட்சி மற்றும் பின்னொளி ஆகியவற்றால் பயன்படுத்தப்பட்ட பேட்டரியின் அளவு"</string>
    <string name="battery_sugg_display" msgid="3370202402045141760">"திரை ஒளிர்வு மற்றும்/அல்லது திரை காலநேரத்தைக் குறைக்கவும்"</string>
    <string name="battery_desc_wifi" msgid="2375567464707394131">"வைஃபை ஆல் பயன்படுத்தப்பட்ட பேட்டரி"</string>
    <string name="battery_sugg_wifi" msgid="7776093125855397043">"வைஃபை ஐப் பயன்படுத்தாமல் இருக்கும்போது அல்லது அது கிடைக்காதபோது அதை முடக்கவும்"</string>
    <string name="battery_desc_bluetooth" msgid="8069070756186680367">"புளூடூத்தால் பயன்படுத்தப்பட்ட பேட்டரி அளவு"</string>
    <string name="battery_sugg_bluetooth_basic" msgid="4565141162650835009">"புளூடூத் ஐப் பயன்படுத்தாதபோது அதை முடக்கவும்"</string>
    <string name="battery_sugg_bluetooth_headset" msgid="4071352514714259230">"வேறு புளூடூத் சாதனத்துடன் இணைக்க முயற்சிக்கவும்"</string>
    <string name="battery_desc_apps" msgid="8530418792605735226">"பயன்பாட்டால் பயன்படுத்தப்பட்ட பேட்டரியின் அளவு"</string>
    <string name="battery_sugg_apps_info" msgid="6907588126789841231">"பயன்பாட்டை நிறுத்தவும் அல்லது நிறுவல் நீக்கவும்"</string>
    <string name="battery_sugg_apps_gps" msgid="5959067516281866135">"பேட்டரி சேமிப்பு முறையைத் தேர்ந்தெடுக்கவும்"</string>
    <string name="battery_sugg_apps_settings" msgid="3974902365643634514">"பேட்டரி அளவின் பயன்பாட்டைக் குறைப்பதற்கான அமைப்புகளைப் பயன்பாடு வழங்கலாம்"</string>
    <string name="battery_desc_users" msgid="7682989161885027823">"பயனரால் பயன்படுத்தப்பட்ட பேட்டரி"</string>
    <string name="battery_desc_unaccounted" msgid="7404256448541818019">"பிறவற்றினால் பயன்படுத்தப்பட்ட ஆற்றல்"</string>
    <string name="battery_msg_unaccounted" msgid="1963583522633067961">"பேட்டரி பயன்பாடு என்பது பயன்படுத்தப்படும் ஆற்றலின் தோராய மதிப்பாகும், இதில் அனைத்து பேட்டரி பயன்பாடும் அடங்காது. பலவகை என்பது கணக்கிட்ட தோராயமான ஆற்றல் பயன்பாட்டிற்கும் உண்மையான பேட்டரி பயன்பாட்டிற்கும் இடையே உள்ள வேறுபாடாகும்."</string>
    <string name="battery_desc_overcounted" msgid="5481865509489228603">"ஆற்றல் பயன்பாடு அதிகமாகப் பயன்படுத்தப்பட்டது"</string>
    <string name="mah" msgid="95245196971239711">"<xliff:g id="NUMBER">%d</xliff:g> mAh"</string>
    <string name="menu_stats_unplugged" msgid="8296577130840261624">"<xliff:g id="UNPLUGGED">%1$s</xliff:g> இணைப்பு நீக்கப்பட்டதிலிருந்து"</string>
    <string name="menu_stats_last_unplugged" msgid="5922246077592434526">"<xliff:g id="UNPLUGGED">%1$s</xliff:g> க்குக் கடைசியாக பிளகை அகற்றியபோது"</string>
    <string name="menu_stats_total" msgid="8973377864854807854">"பயன்பாட்டின் மொத்தம்"</string>
    <string name="menu_stats_refresh" msgid="1676215433344981075">"புதுப்பி"</string>
    <string name="process_kernel_label" msgid="3916858646836739323">"Android OS"</string>
    <string name="process_mediaserver_label" msgid="6500382062945689285">"மீடியாசர்வர்"</string>
    <string name="process_dex2oat_label" msgid="2592408651060518226">"பயன்பாட்டிற்கான மேம்படுத்தல்"</string>
    <string name="battery_saver" msgid="1426682272004907982">"பேட்டரி சேமிப்பான்"</string>
    <string name="battery_saver_turn_on_automatically_title" msgid="9023847300114669426">"தானாகவே இயக்கு"</string>
    <string name="battery_saver_turn_on_automatically_never" msgid="6610846456314373">"எப்போதும் வேண்டாம்"</string>
    <string name="battery_saver_turn_on_automatically_pct" msgid="7536784431655058267">"%1$s பேட்டரியில்"</string>
    <string name="process_stats_summary_title" msgid="1144688045609771677">"செயல்முறைப் புள்ளிவிவரங்கள்"</string>
    <string name="process_stats_summary" msgid="109387941605607762">"இயங்கும் செயல்முறைகள் குறித்த ஜிகி புள்ளிவிவரங்கள்"</string>
    <string name="app_memory_use" msgid="7849258480392171939">"நினைவகப் பயன்பாடு"</string>
    <string name="process_stats_total_duration" msgid="7417201400853728029">"கடந்த <xliff:g id="TIMEDURATION">%3$s</xliff:g> மணிநேரமாகப் பயன்படுத்தியது: <xliff:g id="USEDRAM">%1$s</xliff:g> / <xliff:g id="TOTALRAM">%2$s</xliff:g>"</string>
    <string name="process_stats_total_duration_percentage" msgid="6522457033380025618">"கடந்த <xliff:g id="TIMEDURATION">%2$s</xliff:g> மணிநேரமாகப் பயன்படுத்திய RAM: <xliff:g id="PERCENT">%1$s</xliff:g>"</string>
    <string name="process_stats_type_background" msgid="3934992858120683459">"பின்புலம்"</string>
    <string name="process_stats_type_foreground" msgid="7713118254089580536">"முன்புலம்"</string>
    <string name="process_stats_type_cached" msgid="6314925846944806511">"தற்காலிகச் சேமிப்பு"</string>
    <string name="process_stats_os_label" msgid="4813434110442733392">"Android OS"</string>
    <string name="process_stats_os_native" msgid="5322428494231768472">"உள்ளகம்"</string>
    <string name="process_stats_os_kernel" msgid="1938523592369780924">"கெர்னல்"</string>
    <string name="process_stats_os_zram" msgid="677138324651671575">"Z-Ram"</string>
    <string name="process_stats_os_cache" msgid="6432533624875078233">"தேக்ககங்கள்"</string>
    <string name="process_stats_ram_use" msgid="976912589127397307">"RAM பயன்பாடு"</string>
    <string name="process_stats_bg_ram_use" msgid="5398191511030462404">"RAM பயன்பாடு (பின்புலம்)"</string>
    <string name="process_stats_run_time" msgid="6520628955709369115">"இயங்கும் நேரம்"</string>
    <string name="processes_subtitle" msgid="6827502409379462438">"செயல்கள்"</string>
    <string name="services_subtitle" msgid="4296402367067266425">"சேவைகள்"</string>
    <string name="menu_proc_stats_duration" msgid="2323483592994720196">"கால அளவு"</string>
    <string name="mem_details_title" msgid="6548392825497290498">"நினைவக விவரங்கள்"</string>
    <string name="mem_state_subtitle" msgid="2407238869781011933">"நினைவகப் புள்ளிவிவரங்கள்"</string>
    <string name="mem_use_subtitle" msgid="7319468770222422412">"நினைவகப் பயன்பாடு"</string>
    <string name="mem_use_kernel_type" msgid="8698327165935012484">"கர்னல்"</string>
    <string name="mem_use_native_type" msgid="5976704902328347400">"உள்ளகம்"</string>
    <string name="mem_use_kernel_cache_type" msgid="6411475064463957513">"கர்னல் தேக்ககங்கள்"</string>
    <string name="mem_use_zram_type" msgid="9087217476795358232">"ZRam ஐ மாற்று"</string>
    <string name="mem_use_free_type" msgid="717708548454880840">"மீதமுள்ளது"</string>
    <string name="mem_use_total" msgid="6308786055749777934">"மொத்தம்"</string>
    <string name="menu_duration_3h" msgid="4714866438374738385">"3 மணிநேரம்"</string>
    <string name="menu_duration_6h" msgid="1940846763432184132">"6 மணிநேரம்"</string>
    <string name="menu_duration_12h" msgid="7890465404584356294">"12 மணிநேரம்"</string>
    <string name="menu_duration_1d" msgid="3393631127622285458">"1 நாள்"</string>
    <string name="menu_show_system" msgid="8864603400415567635">"அமைப்பைக் காட்டு"</string>
    <string name="menu_hide_system" msgid="4106826741703745733">"சிஸ்டத்திற்கு உரியவற்றை மறை"</string>
    <string name="menu_show_percentage" msgid="4717204046118199806">"சதவீதத்தில் காட்டு"</string>
    <string name="menu_use_uss" msgid="467765290771543089">"Uss ஐப் பயன்படுத்து"</string>
    <string name="menu_proc_stats_type" msgid="4700209061072120948">"புள்ளிவிவரங்கள் வகை"</string>
    <string name="menu_proc_stats_type_background" msgid="2236161340134898852">"பின்புலம்"</string>
    <string name="menu_proc_stats_type_foreground" msgid="2286182659954958586">"முன்புலம்"</string>
    <string name="menu_proc_stats_type_cached" msgid="5084272779786820693">"தற்காலிகச் சேமிப்பு"</string>
    <string name="voice_input_output_settings" msgid="1336135218350444783">"குரல் உள்ளீடு &amp; வெளியீடு"</string>
    <string name="voice_input_output_settings_title" msgid="2442850635048676991">"குரல் உள்ளீடு &amp; வெளியீட்டின் அமைப்பு"</string>
    <string name="voice_search_settings_title" msgid="2775469246913196536">"குரல் தேடல்"</string>
    <string name="keyboard_settings_title" msgid="5080115226780201234">"Android விசைப்பலகை"</string>
    <string name="voice_category" msgid="1430370497125803904">"பேச்சு"</string>
    <string name="voice_input_settings" msgid="1099937800539324567">"குரல் உள்ளீட்டு அமைப்பு"</string>
    <string name="voice_input_settings_title" msgid="2676028028084981891">"குரல் உள்ளீடு"</string>
    <string name="voice_service_preference_section_title" msgid="3778706644257601021">"குரல் உள்ளீட்டுச் சேவைகள்"</string>
    <string name="voice_interactor_preference_summary" msgid="1801414022026937190">"முழுக் குறிப்பிட்ட சொல்லும் ஊடாடுதலும்"</string>
    <string name="voice_recognizer_preference_summary" msgid="669880813593690527">"எளிய பேச்சிலிருந்து உரை"</string>
    <string name="voice_interaction_security_warning" msgid="6378608263983737325">"குரல் உள்ளீட்டு சேவையால் தொடர்ச்சியாக குரலைக் கண்காணிக்க முடியும், உங்கள் சார்பாக குரல் வசதி இயக்கப்பட்ட பயன்பாடுகளை உங்கள் சார்பாக கட்டுப்படுத்தவும் முடியும். <xliff:g id="VOICE_INPUT_SERVICE_APP_NAME">%s</xliff:g> பயன்பாடு வழங்குகிறது. இந்தச் சேவையை இயக்கி, பயன்படுத்தவா?"</string>
    <string name="tts_settings" msgid="8186971894801348327">"உரை வடிவத்திலிருந்து பேச்சுக்கான அமைப்பு"</string>
    <string name="tts_settings_title" msgid="1237820681016639683">"உரையிலிருந்து பேச்சாக மாற்றுதல்"</string>
    <string name="use_default_tts_settings_title" msgid="1577063839539732930">"எனது அமைப்புகளை எப்போதும் பயன்படுத்து"</string>
    <string name="use_default_tts_settings_summary" msgid="5916421806783703823">"கீழுள்ள இயல்புநிலை அமைப்பு பயன்பாட்டின் அமைப்புகளை மேலெழுதும்"</string>
    <string name="tts_default_settings_section" msgid="5787915620218907443">"இயல்புநிலை அமைப்பு"</string>
    <string name="tts_default_synth_title" msgid="4755558388333117572">"இயல்புநிலை இன்ஜின்"</string>
    <string name="tts_default_synth_summary" msgid="7326298606388069173">"பேசும் உரைக்குப் பயன்படுத்த, பேச்சு இணைப்பாக்கல் இன்ஜினை அமைக்கவும்"</string>
    <string name="tts_default_rate_title" msgid="6030550998379310088">"பேச்சு வீதம்"</string>
    <string name="tts_default_rate_summary" msgid="4061815292287182801">"பேசப்படும் உரையின் வேகம்"</string>
    <string name="tts_default_pitch_title" msgid="6135942113172488671">"ஒலித்திறன்"</string>
    <string name="tts_default_pitch_summary" msgid="1328298665182885277">"பேசப்படும் உரையின் ஒலிப்பைப் பாதிக்கும்"</string>
    <string name="tts_default_lang_title" msgid="8018087612299820556">"மொழி"</string>
    <string name="tts_lang_use_system" msgid="2679252467416513208">"முறைமையின் மொழியைப் பயன்படுத்து"</string>
    <string name="tts_lang_not_selected" msgid="7395787019276734765">"மொழி தேர்ந்தெடுக்கப்படவில்லை"</string>
    <string name="tts_default_lang_summary" msgid="5219362163902707785">"பேசப்படும் உரைக்கு மொழி சார்ந்த குரலை அமைக்கிறது"</string>
    <string name="tts_play_example_title" msgid="7094780383253097230">"எடுத்துக்காட்டைக் கவனிக்கவும்"</string>
    <string name="tts_play_example_summary" msgid="8029071615047894486">"பேச்சு இணைப்பாக்கத்தின் சிறிய செயல்விளக்கத்தை இயக்கு"</string>
    <string name="tts_install_data_title" msgid="4264378440508149986">"குரல் தரவை நிறுவு"</string>
    <string name="tts_install_data_summary" msgid="5742135732511822589">"பேச்சு இணைப்பாக்கத்திற்குத் தேவையான குரல் தரவை நிறுவவும்"</string>
    <string name="tts_data_installed_summary" msgid="9162111552859972809">"ஏற்கனவே முறையாக நிறுவப்பட்ட பேச்சு இணைப்பாக்கத்திற்கு குரல்கள் அவசியம்"</string>
    <string name="tts_settings_changed_demo" msgid="4926518555912328645">"உங்கள் அமைப்பு மாற்றப்பட்டன. இது, அவை எப்படி ஒலிக்கின்றன என்பதற்கான எடுத்துக்காட்டாகும்."</string>
    <string name="tts_engine_error" msgid="6336134545728152761">"நீங்கள் தேர்வுசெய்த இன்ஜின் இயங்காது."</string>
    <string name="tts_engine_error_config" msgid="5820525416624637313">"உள்ளமை"</string>
    <string name="tts_engine_error_reselect" msgid="2415399149293842112">"மற்றொரு இன்ஜினைத் தேர்வுசெய்"</string>
    <string name="tts_engine_security_warning" msgid="8786238102020223650">"இந்தப் பேச்சு இணைப்பாக்கல் இன்ஜின் ஆனது, கடவுச்சொற்கள் மற்றும் கிரெடிட் கார்டு எண்கள் போன்ற தனிப்பட்ட தகவல் உள்பட பேசப்படும் எல்லா உரையையும் சேகரிக்கலாம். இது <xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g> இன்ஜினிலிருந்து வந்துள்ளது. இந்தப் பேச்சு இணைப்பாக்கல் இன்ஜினை இயக்கவா?"</string>
    <string name="tts_engine_network_required" msgid="1190837151485314743">"உரை வடிவத்திலிருந்து பேச்சு வெளியீட்டிற்காக, இந்த மொழிக்கு செயலில் உள்ள நெட்வொர்க் இணைப்பு தேவை."</string>
    <string name="tts_default_sample_string" msgid="4040835213373086322">"இது பேச்சு இணைப்பாக்கத்திற்கான எடுத்துக்காட்டாகும்"</string>
    <string name="tts_status_title" msgid="7268566550242584413">"இயல்பு மொழியின் நிலை"</string>
    <string name="tts_status_ok" msgid="1309762510278029765">"<xliff:g id="LOCALE">%1$s</xliff:g> முழுமையாக ஆதரிக்கப்படுகிறது"</string>
    <string name="tts_status_requires_network" msgid="6042500821503226892">"<xliff:g id="LOCALE">%1$s</xliff:g> க்கு நெட்வொர்க் இணைப்பு அவசியமாகும்"</string>
    <string name="tts_status_not_supported" msgid="4491154212762472495">"<xliff:g id="LOCALE">%1$s</xliff:g> ஆதரிக்கப்படவில்லை"</string>
    <string name="tts_status_checking" msgid="4983413982985913047">"சரிபார்க்கிறது..."</string>
    <string name="tts_engines_section" msgid="7515470972378742429">"இன்ஜின்கள்"</string>
    <string name="tts_engine_name_settings" msgid="4974538563074395920">"<xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g> அமைப்பு"</string>
    <string name="tts_engine_name_is_enabled_summary" msgid="4909484006804022115">"<xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g> இயக்கப்பட்டது"</string>
    <string name="tts_engine_name_is_disabled_summary" msgid="7644198182255168200">"<xliff:g id="TTS_PLUGIN_ENGINE_NAME">%s</xliff:g> முடக்கப்பட்டது"</string>
    <string name="tts_engine_settings_section" msgid="2346105138448751893">"இன்ஜின் அமைப்பு"</string>
    <string name="tts_engine_settings_title" msgid="3499112142425680334">"<xliff:g id="TTS_ENGINE_NAME">%s</xliff:g> க்கான அமைப்பு"</string>
    <string name="pico_languages_and_voices" msgid="4611320375917773238">"மொழிகள் மற்றும் குரல்கள்"</string>
    <string name="pico_installed" msgid="2452546687858267414">"நிறுவப்பட்டது"</string>
    <string name="pico_not_installed" msgid="6266845418419994311">"நிறுவப்படவில்லை"</string>
    <string name="pico_voice_summary_female" msgid="8047327176247727492">"பெண்"</string>
    <string name="pico_voice_summary_male" msgid="8331266854058577610">"ஆண்"</string>
    <string name="tts_notif_engine_install_title" msgid="7000346872482649034">"பேச்சு இணைப்பாக்கல் இன்ஜின் நிறுவப்பட்டது"</string>
    <string name="tts_notif_engine_install_message" msgid="7250804349781973329">"பயன்படுத்துவதற்கு முன்பு புதிய இன்ஜினை இயக்கவும்."</string>
    <string name="tts_engine_settings_button" msgid="1030512042040722285">"இன்ஜின் அமைப்புகளைத் தொடங்கு"</string>
    <string name="tts_engine_preference_section_title" msgid="448294500990971413">"விருப்பத்தேர்வு"</string>
    <string name="tts_general_section_title" msgid="4402572014604490502">"பொதுவானவை"</string>
    <string name="gadget_title" msgid="5519037532720577836">"ஆற்றல் கட்டுப்பாடு"</string>
    <string name="gadget_toggle_wifi" msgid="319262861956544493">"வைஃபை அமைப்பைப் புதுப்பிக்கிறது"</string>
    <string name="gadget_toggle_bluetooth" msgid="7538903239807020826">"புளூடூத் அமைப்புகளைப் புதுப்பிக்கிறது"</string>
    <string name="gadget_state_template" msgid="5156935629902649932">"<xliff:g id="ID_1">%1$s</xliff:g> <xliff:g id="ID_2">%2$s</xliff:g>"</string>
    <string name="gadget_state_on" msgid="6909119593004937688">"இயக்கத்தில்"</string>
    <string name="gadget_state_off" msgid="5220212352953066317">"முடக்கத்தில்"</string>
    <string name="gadget_state_turning_on" msgid="3395992057029439039">"இயக்குகிறது"</string>
    <string name="gadget_state_turning_off" msgid="2395546048102176157">"முடக்குகிறது"</string>
    <string name="gadget_wifi" msgid="4712584536500629417">"வைஃபை"</string>
    <string name="gadget_bluetooth" msgid="8998572807378694410">"புளூடூத்"</string>
    <string name="gadget_location" msgid="2974757497945178165">"இருப்பிடம்"</string>
    <string name="gadget_sync" msgid="858895763714222152">"ஒத்திசை"</string>
    <string name="gadget_brightness_template" msgid="930541920933123603">"ஒளிர்வு <xliff:g id="ID_1">%1$s</xliff:g>"</string>
    <string name="gadget_brightness_state_auto" msgid="6667967252426515446">"தானியங்கு"</string>
    <string name="gadget_brightness_state_full" msgid="6814570109772137631">"முழு"</string>
    <string name="gadget_brightness_state_half" msgid="3696671957608774204">"பாதி"</string>
    <string name="gadget_brightness_state_off" msgid="946382262872753084">"மிகக் குறைவு"</string>
    <string name="vpn_settings_title" msgid="5662579425832406705">"VPN"</string>
    <string name="credentials_title" msgid="4446234003860769883">"நற்சான்று சேமிப்பிடம்"</string>
    <string name="credentials_install" product="nosdcard" msgid="466093273825150847">"சேமிப்பிடத்திலிருந்து நிறுவு"</string>
    <string name="credentials_install" product="default" msgid="953914549998062317">"SD கார்டிலிருந்து நிறுவு"</string>
    <string name="credentials_install_summary" product="nosdcard" msgid="4220422806818210676">"சேமிப்பிடத்திலிருந்து சான்றிதழ்களை நிறுவு"</string>
    <string name="credentials_install_summary" product="default" msgid="5737658257407822713">"SD கார்டிலிருந்து சான்றிதழ்களை நிறுவு"</string>
    <string name="credentials_reset" msgid="3239382277144980418">"நற்சான்றிதழ்களை அழி"</string>
    <string name="credentials_reset_summary" msgid="3369361230171260282">"எல்லா சான்றிதழ்களையும் அகற்று"</string>
    <string name="trusted_credentials" msgid="4266945289534242402">"நம்பிக்கைச் சான்றுகள்"</string>
    <string name="trusted_credentials_summary" msgid="6735221351155686632">"நம்பகமான CA சான்றிதழ்களைக் காட்டவும்"</string>
    <string name="advanced_security_title" msgid="2434776238010578865">"மேம்பட்டது"</string>
    <string name="credential_storage_type" msgid="8629968543494001364">"சேமிப்பிடத்தின் வகை"</string>
    <string name="credential_storage_type_hardware" msgid="6077193544333904427">"வன்பொருள்-காப்புப் பிரதியெடுக்கப்பட்டது"</string>
    <string name="credential_storage_type_software" msgid="4403117271207715378">"மென்பொருள் மட்டும்"</string>
    <string name="credentials_settings_not_available" msgid="7968275634486624215">"இவருக்கு நற்சான்றுகளை அணுக அனுமதியில்லை"</string>
    <string name="credentials_unlock" msgid="385427939577366499"></string>
    <string name="credentials_unlock_hint" msgid="2301301378040499348">"நற்சான்று சேமிப்பிடத்திற்கான கடவுச்சொல்லை உள்ளிடவும்."</string>
    <string name="credentials_old_password" msgid="7553393815538684028">"தற்போதைய கடவுச்சொல்:"</string>
    <string name="credentials_reset_hint" msgid="6297256880896133631">"எல்லா உள்ளடக்கங்களையும் அகற்றவா?"</string>
    <string name="credentials_password_too_short" msgid="7502749986405522663">"கடவுச்சொல்லில் குறைந்தது 8 எழுத்துக்குறிகளாவது இருக்க வேண்டும்."</string>
    <string name="credentials_wrong_password" msgid="2541932597104054807">"தவறான கடவுச்சொல்."</string>
    <string name="credentials_reset_warning" msgid="5320653011511797600">"கடவுச்சொல் தவறானது. நற்சான்றிதழ் சேமிப்பிடத்தை அழிக்க, உங்களிடம் ஒரு வாய்ப்பு உள்ளது."</string>
    <string name="credentials_reset_warning_plural" msgid="6514085665301095279">"கடவுச்சொல் தவறானது. நற்சான்றிதழ் சேமிப்பிடத்தை அழிக்க, உங்களிடம் <xliff:g id="NUMBER">%1$d</xliff:g> வாய்ப்புகள் உள்ளன."</string>
    <string name="credentials_erased" msgid="2907836028586342969">"நற்சான்றிதழ் சேமிப்பிடம் அழிக்கப்பட்டது."</string>
    <string name="credentials_not_erased" msgid="7685932772284216097">"நற்சான்று சேமிப்பிடத்தை அழிக்க முடியாது."</string>
    <string name="credentials_enabled" msgid="7588607413349978930">"நற்சான்று சேமிப்பிடம் இயக்கப்பட்டது."</string>
    <string name="credentials_configure_lock_screen_hint" msgid="6757119179588664966">"நீங்கள் நற்சான்று சேமிப்பிடத்தைப் பயன்படுத்துவதற்கு முன் பூட்டு திரையின் பின் அல்லது கடவுச்சொல்லை அமைக்க வேண்டும்."</string>
    <string name="usage_access_title" msgid="332333405495457839">"பயன்பாட்டு அணுகல் உள்ள ஆப்ஸ்"</string>
    <string name="emergency_tone_title" msgid="1055954530111587114">"அவசர அழைப்பு டோன்"</string>
    <string name="emergency_tone_summary" msgid="722259232924572153">"அவசர அழைப்பு இயக்கப்பட்டிருக்கும்போது நடத்தையை அமை"</string>
    <string name="privacy_settings" msgid="5446972770562918934">"காப்புப் பிரதி &amp; மீட்டமைவு"</string>
    <string name="privacy_settings_title" msgid="4856282165773594890">"காப்புப் பிரதி &amp; மீட்டமைவு"</string>
    <string name="backup_section_title" msgid="7952232291452882740">"காப்புப் பிரதி &amp; மீட்டெடுத்தல்"</string>
    <string name="personal_data_section_title" msgid="7815209034443782061">"தனிப்பட்ட தரவு"</string>
    <string name="backup_data_title" msgid="1239105919852668016">"தரவை காப்புப்பிரதியெடு"</string>
    <string name="backup_data_summary" msgid="708773323451655666">"பயன்பாட்டுத் தரவு, வைஃபை கடவுச்சொற்கள் மற்றும் Google சேவையகங்களுக்கான பிற அமைப்புகளைக் காப்புப் பிரதியெடு"</string>
    <string name="backup_configure_account_title" msgid="3790872965773196615">"காப்புப்பிரதி கணக்கு"</string>
    <string name="include_app_data_title" msgid="2829970132260278394">"பயன்பாட்டுத் தரவு உட்பட"</string>
    <string name="auto_restore_title" msgid="5397528966329126506">"தானியங்கு மீட்டெடுப்பு"</string>
    <string name="auto_restore_summary" msgid="4235615056371993807">"பயன்பாட்டை மீண்டும் நிறுவும்போது, காப்புப் பிரதி எடுத்த அமைப்புகளையும் தரவையும் மீட்டெடு"</string>
    <string name="backup_inactive_title" msgid="5355557151569037197">"காப்புப்பிரதி சேவை செயல்படவில்லை."</string>
    <string name="backup_configure_account_default_summary" msgid="2436933224764745553">"தற்போது எந்தக் கணக்கும் காப்புப் பிரதி எடுக்கப்பட்ட தரவைச் சேமிப்பதில்லை"</string>
    <string name="local_backup_password_title" msgid="3860471654439418822">"டெஸ்க்டாப் காப்புப்பிரதி கடவுச்சொல்"</string>
    <string name="local_backup_password_summary_none" msgid="6951095485537767956">"டெஸ்க்டாப்பின் முழு காப்புப்பிரதிகள் தற்போது பாதுகாக்கப்படவில்லை"</string>
    <string name="local_backup_password_summary_change" msgid="2731163425081172638">"டெஸ்க்டாப்பின் முழுமையான காப்புப்பிரதிகளுக்கான கடவுச்சொல்லை மாற்றுவதற்கு அல்லது அகற்றுவதற்குத் தொடவும்"</string>
    <string name="local_backup_password_toast_success" msgid="582016086228434290">"புதிய காப்புப் பிரதியின் கடவுச்சொல் அமைக்கப்பட்டது"</string>
    <string name="local_backup_password_toast_confirmation_mismatch" msgid="7805892532752708288">"புதிய கடவுச்சொல்லும், உறுதிப்படுத்தலுக்கான கடவுச்சொல்லும் பொருந்தவில்லை"</string>
    <string name="local_backup_password_toast_validation_failure" msgid="5646377234895626531">"காப்புப் பிரதி கடவுச்சொல்லை அமைப்பதில் தோல்வி"</string>
    <string name="backup_erase_dialog_title" msgid="1027640829482174106"></string>
    <string name="backup_erase_dialog_message" msgid="5221011285568343155">"உங்கள் வைஃபை கடவுச்சொற்கள், புத்தகக்குறிகள், பிற அமைப்புகள் மற்றும் பயன்பாட்டுத் தரவைக் காப்புப் பிரதியெடுப்பதை நிறுத்துவதுடன், Google சேவையகங்களில் உள்ள எல்லா நகல்களையும் அழித்துவிட வேண்டுமா?"</string>
    <string name="fullbackup_erase_dialog_message" msgid="944399039066318647">"சாதனத் தரவையும் (வைஃபை கடவுச்சொற்கள் மற்றும் அழைப்பு பதிவு போன்றவை) பயன்பாட்டுத் தரவையும் (பயன்பாடுகளில் சேமிக்கப்பட்டிருக்கும் அமைப்புகள் மற்றும் கோப்புகள் போன்றவை) காப்புப் பிரதி எடுப்பதை நிறுத்தி, Google இயக்ககத்தில் உள்ள எல்லா நகல்களையும் அழிக்கவா?"</string>
    <string name="fullbackup_data_summary" msgid="960850365007767734">"சாதனத் தரவையும் (வைஃபை கடவுச்சொற்கள், அழைப்பு பதிவு போன்றவை) பயன்பாட்டுத் தரவையும் (பயன்பாடுகளில் சேமிக்கப்பட்டிருக்கும் அமைப்புகள், கோப்புகள் போன்றவை) தொலைநிலையில் தானாகக் காப்புப் பிரதி எடுக்கும்.\n\nதானியங்கு காப்புப் பிரதியை இயக்கும் போது, சாதனம் மற்றும் பயன்பாட்டுத் தரவானது குறிப்பிட்ட கால இடைவெளியில் தொலைநிலையில் சேமிக்கப்படும். பயன்பாட்டுத் தரவு என்பது, தொடர்புகள், செய்திகள், படங்கள் போன்ற மிகவும் முக்கிய தரவு உட்பட, பயன்பாடு சேமித்த (டெவெலப்பர் அமைப்புகளைப் பொறுத்து) எந்தத் தரவாகவும் இருக்கலாம்."</string>
    <string name="device_admin_settings_title" msgid="1335557832906433309">"சாதன நிர்வாகியின் அமைப்பு"</string>
    <string name="active_device_admin_msg" msgid="6930903262612422111">"சாதன நிர்வாகி"</string>
    <string name="remove_device_admin" msgid="3596845261596451437">"செயலற்றதாக்கு"</string>
    <string name="select_device_admin_msg" msgid="2645509057946368094">"சாதனத்தின் நிர்வாகிகள்"</string>
    <string name="no_device_admins" msgid="702695100241728775">"சாதன நிர்வாகிகள் இல்லை"</string>
    <string name="managed_profile_device_admin_info" msgid="5048846624960067582">"<xliff:g id="APP_NAME">%1$s</xliff:g> உங்கள் பணி சுயவிவரத்தை அணுகுவதை நிறுத்த, அமைப்புகள் &gt; கணக்குகள் என்பதற்குச் சென்று சுயவிவரத்தை அகற்றவும்"</string>
    <string name="personal_device_admin_title" msgid="2849617316347669861">"தனிப்பட்டவை"</string>
    <string name="managed_device_admin_title" msgid="7853955652864478435">"பணியிடம்"</string>
    <string name="no_trust_agents" msgid="7450273545568977523">"நம்பகமான ஏஜென்ட்கள் இல்லை"</string>
    <string name="add_device_admin_msg" msgid="6246742476064507965">"சாதன நிர்வாகியைச் செயல்படுத்தவா?"</string>
    <string name="add_device_admin" msgid="7133327675884827091">"செயல்படுத்து"</string>
    <string name="device_admin_add_title" msgid="7705551449705676363">"சாதன நிர்வாகி"</string>
    <string name="device_admin_warning" msgid="2026747446313628233">"இந்த நிர்வாகியை இயக்குவது, பின்வரும் செயல்பாடுகளைச் செயல்படுத்த <xliff:g id="APP_NAME">%1$s</xliff:g> ஐ அனுமதிக்கும்:"</string>
    <string name="device_admin_status" msgid="4252975713178851910">"நிர்வாகி செயலில் உள்ளார், மேலும் பின்வரும் செயல்பாடுகளை மேற்கொள்ள <xliff:g id="APP_NAME">%1$s</xliff:g> பயன்பாட்டை அனுமதிக்கிறார்:"</string>
    <string name="profile_owner_add_title" msgid="6249331160676175009">"சுயவிவர நிர்வாகியை இயக்கவா?"</string>
    <string name="adding_profile_owner_warning" msgid="8081841501073689534">"தொடர்வதன் மூலம், உங்கள் நிர்வாகியால் பயனர் நிர்வகிக்கப்படுவார், அதனால் உங்கள் தனிப்பட்ட தரவுடன் சேர்த்து, தொடர்புடைய தரவும் சேமிக்கப்படலாம்.\n\nஉங்கள் நிர்வாகியால் நெட்வொர்க் செயல்பாடு, சாதனத்தின் இருப்பிடத் தகவல் உட்பட இவருடன் தொடர்புடைய அமைப்புகள், அணுகல், பயன்பாடுகள் மற்றும் தரவைக் கண்காணிக்கவும் நிர்வகிக்கவும் முடியும்."</string>
    <string name="untitled_apn" msgid="1230060359198685513">"பெயரிடப்படாதது"</string>
    <string name="sound_category_sound_title" msgid="1488759370067953996">"பொதுவானவை"</string>
    <string name="notification_log_title" msgid="3766148588239398464">"அறிவிப்பு பதிவு"</string>
    <string name="sound_category_call_ringtone_vibrate_title" msgid="1543777228646645163">"அழைப்பின் ரிங்டோன் &amp; அதிர்வு"</string>
    <string name="sound_category_system_title" msgid="1480844520622721141">"அமைப்பு"</string>
    <string name="wifi_setup_title" msgid="2970260757780025029">"வைஃபை அமைவு"</string>
    <string name="wifi_setup_title_editing_network" msgid="6020614644556717979">"வைஃபை நெட்வொர்க் <xliff:g id="NETWORK_NAME">%s</xliff:g> உடன் இணை"</string>
    <string name="wifi_setup_title_connecting_network" msgid="5572226790101017822">"வைஃபை நெட்வொர்க் <xliff:g id="NETWORK_NAME">%s</xliff:g> உடன் இணைக்கிறது…"</string>
    <string name="wifi_setup_title_connected_network" msgid="1608788657122010919">"வைஃபை நெட்வொர்க் <xliff:g id="NETWORK_NAME">%s</xliff:g> உடன் இணைக்கப்பட்டது"</string>
    <string name="wifi_setup_title_add_network" msgid="6932651000151032301">"நெட்வொர்க்கைச் சேர்"</string>
    <string name="wifi_setup_not_connected" msgid="6997432604664057052">"இணைக்கப்படவில்லை"</string>
    <string name="wifi_setup_add_network" msgid="5939624680150051807">"நெட்வொர்க்கைச் சேர்"</string>
    <string name="wifi_setup_refresh_list" msgid="3411615711486911064">"பட்டியலைப் புதுப்பி"</string>
    <string name="wifi_setup_skip" msgid="6661541841684895522">"தவிர்"</string>
    <string name="wifi_setup_next" msgid="3388694784447820477">"அடுத்து"</string>
    <string name="wifi_setup_back" msgid="144777383739164044">"முந்தையது"</string>
    <string name="wifi_setup_detail" msgid="2336990478140503605">"நெட்வொர்க் விவரங்கள்"</string>
    <string name="wifi_setup_connect" msgid="7954456989590237049">"இணை"</string>
    <string name="wifi_setup_forget" msgid="2562847595567347526">"நீக்கு"</string>
    <string name="wifi_setup_save" msgid="3659235094218508211">"சேமி"</string>
    <string name="wifi_setup_cancel" msgid="3185216020264410239">"ரத்துசெய்"</string>
    <string name="wifi_setup_status_scanning" msgid="5317003416385428036">"நெட்வொர்க்கை ஸ்கேன் செய்கிறது…"</string>
    <string name="wifi_setup_status_select_network" msgid="7519563569903137003">"இதனுடன் இணைக்க நெட்வொர்க்கைத் தொடவும்"</string>
    <string name="wifi_setup_status_existing_network" msgid="6394925174802598186">"நடப்பிலுள்ள நெட்வொர்க்குடன் இணைக்கவும்"</string>
    <string name="wifi_setup_status_unsecured_network" msgid="8143046977328718252">"பாதுகாப்பற்ற நெட்வொர்க்குடன் இணைக்கவும்"</string>
    <string name="wifi_setup_status_edit_network" msgid="4765340816724760717">"நெட்வொர்க்கின் உள்ளமைவை உள்ளிடவும்"</string>
    <string name="wifi_setup_status_new_network" msgid="7468952850452301083">"புதிய நெட்வொர்க்குடன் இணைக்கவும்"</string>
    <string name="wifi_setup_status_connecting" msgid="4971421484401530740">"இணைக்கிறது..."</string>
    <string name="wifi_setup_status_proceed_to_next" msgid="6708250000342940031">"அடுத்தப் படிக்குச் செல்"</string>
    <string name="wifi_setup_status_eap_not_supported" msgid="6796317704783144190">"EAP ஆதரிக்கப்படவில்லை."</string>
    <string name="wifi_setup_eap_not_supported" msgid="6812710317883658843">"அமைக்கும்போது, EAP வைஃபை இணைப்பை உள்ளமைக்க முடியாது. அமைத்தப் பிறகு, நீங்கள் அதை அமைப்பு &gt; வயர்லெஸ் &amp; நெட்வொர்க்குகள் என்பதில் செய்ய முடியும்."</string>
    <string name="wifi_setup_description_connecting" msgid="2793554932006756795">"இணைப்பதற்குச் சில நிமிடங்கள் எடுக்கலாம்…"</string>
    <string name="wifi_setup_description_connected" msgid="736032046548460779">"அமைவைத் தொடர "<b>"அடுத்து"</b>" என்பதைக் கிளிக் செய்யவும்.\n\nவேறொரு வைஃபை நெட்வொர்க்குடன் இணைப்பதற்கு, "<b>"பின்செல்"</b>" என்பதைத் தொடவும்."</string>
    <string name="accessibility_sync_enabled" msgid="558480439730263116">"ஒத்திசைவு இயக்கப்பட்டது"</string>
    <string name="accessibility_sync_disabled" msgid="1741194106479011384">"ஒத்திசைவு முடக்கப்பட்டது"</string>
    <string name="accessibility_sync_in_progress" msgid="4501160520879902723">"ஒத்திசைக்கிறது"</string>
    <string name="accessibility_sync_error" msgid="8703299118794272041">"ஒத்திசைவு பிழை."</string>
    <string name="sync_failed" msgid="1696499856374109647">"ஒத்திசைவு தோல்வி"</string>
    <string name="sync_active" msgid="8476943765960863040">"ஒத்திசைவு செயலில் உள்ளது"</string>
    <string name="account_sync_settings_title" msgid="5131314922423053588">"ஒத்திசை"</string>
    <string name="sync_is_failing" msgid="1591561768344128377">"ஒத்திசைவில் தற்போது சிக்கல்களை எதிர்கொள்கிறோம். விரைவில் இது சரிசெய்யப்படும்."</string>
    <string name="add_account_label" msgid="7811707265834013767">"கணக்கைச் சேர்"</string>
    <string name="managed_profile_not_available_label" msgid="852263300911325904">"இன்னும் பணி சுயவிவரம் கிடைக்கவில்லை"</string>
    <string name="remove_managed_profile_label" msgid="3856519337797285325">"பணி சுயவிவரத்தை அகற்று"</string>
    <string name="background_data" msgid="5779592891375473817">"பின்புலத் தரவு"</string>
    <string name="background_data_summary" msgid="8328521479872763452">"பயன்பாடுகளால் எந்நேரத்திலும் தரவை ஒத்திசைக்கவும், அனுப்பவும் பெறவும் முடியும்"</string>
    <string name="background_data_dialog_title" msgid="6059217698124786537">"பின்புலத் தரவை முடக்கவா?"</string>
    <string name="background_data_dialog_message" msgid="6981661606680941633">"பின்புலத் தரவை முடக்குவது பேட்டரியின் ஆயுளை நீட்டிக்கிறது மற்றும் தரவு பயன்பாட்டைக் குறைக்கிறது. சில பயன்பாடுகள் தொடர்ந்து பின்புலத் தரவு இணைப்பைப் பயன்படுத்தலாம்."</string>
    <string name="sync_automatically" msgid="1682730255435062059">"பயன்பாட்டின் தரவைத் தானாக ஒத்திசை"</string>
    <string name="sync_enabled" msgid="4551148952179416813">"ஒத்திசைவு முடக்கத்தில்"</string>
    <string name="sync_disabled" msgid="8511659877596511991">"ஒத்திசைவு முடக்கத்தில்"</string>
    <string name="sync_error" msgid="5060969083117872149">"ஒத்திசைவுப் பிழை"</string>
    <string name="last_synced" msgid="4242919465367022234">"கடைசியாக ஒத்திசைத்தது <xliff:g id="LAST_SYNC_TIME">%1$s</xliff:g>"</string>
    <string name="sync_in_progress" msgid="5151314196536070569">"இப்போது ஒத்திசைக்கிறது…"</string>
    <string name="settings_backup" msgid="2274732978260797031">"காப்புப் பிரதி அமைப்பு"</string>
    <string name="settings_backup_summary" msgid="7916877705938054035">"எனது அமைப்புகளைக் காப்புப் பிரதியெடு"</string>
    <string name="sync_menu_sync_now" msgid="6154608350395805683">"இப்போது ஒத்திசை"</string>
    <string name="sync_menu_sync_cancel" msgid="8292379009626966949">"ஒத்திசைவை ரத்துசெய்"</string>
    <string name="sync_one_time_sync" msgid="6766593624598183090">"இப்போது ஒத்திசைக்கத் தொடவும்<xliff:g id="LAST_SYNC_TIME">
%1$s</xliff:g>"</string>
    <string name="sync_gmail" msgid="714886122098006477">"Gmail"</string>
    <string name="sync_calendar" msgid="9056527206714733735">"கேலெண்டர்"</string>
    <string name="sync_contacts" msgid="9174914394377828043">"தொடர்புகள்"</string>
    <string name="sync_plug" msgid="3905078969081888738"><font fgcolor="#ffffffff">"Google ஒத்திசைவுக்கு வரவேற்கிறோம்!"</font>" \nநீங்கள் எங்கிருந்தாலும் உங்கள் தொடர்புகள், சந்திப்புகள் மற்றும் பலவற்றுக்கான அணுகலை அனுமதிப்பதற்காக Google தரவை ஒத்திசைக்கிறது."</string>
    <string name="header_application_sync_settings" msgid="6205903695598000286">"பயன்பாட்டு ஒத்திசைவு அமைப்பு"</string>
    <string name="header_data_and_synchronization" msgid="5165024023936509896">"தரவு &amp; ஒத்திசைத்தல்"</string>
    <string name="preference_change_password_title" msgid="8955581790270130056">"கடவுச்சொல்லை மாற்று"</string>
    <string name="header_account_settings" msgid="5382475087121880626">"கணக்கு அமைப்பு"</string>
    <string name="remove_account_label" msgid="5921986026504804119">"கணக்கை அகற்று"</string>
    <string name="header_add_an_account" msgid="756108499532023798">"கணக்கைச் சேர்க்கவும்"</string>
    <string name="finish_button_label" msgid="481587707657751116">"முடி"</string>
    <string name="really_remove_account_title" msgid="8800653398717172460">"கணக்கை அகற்றவா?"</string>
    <string name="really_remove_account_message" product="tablet" msgid="1936147502815641161">"கணக்கை அகற்றுவது அதன் செய்திகள், தொடர்புகள் மற்றும் டேப்லெட்டில் உள்ள பிற தரவு ஆகிய அனைத்தையும் நீக்கிவிடும்!"</string>
    <string name="really_remove_account_message" product="default" msgid="3483528757922948356">"இந்தக் கணக்கை அகற்றுவது அதன் செய்திகள், தொடர்புகள் மற்றும் மொபைலில் உள்ள பிற தரவு ஆகியவற்றை நீக்கும்!"</string>
    <string name="remove_account_failed" msgid="6980737964448187854">"உங்கள் நிர்வாகி இந்த மாற்றத்தை அனுமதிக்கவில்லை"</string>
    <string name="provider_label" msgid="7724593781904508866">"சந்தாக்களை உறுதிப்படுத்து"</string>
    <!-- no translation found for sync_item_title (4782834606909853006) -->
    <skip />
    <string name="cant_sync_dialog_title" msgid="2777238588398046285">"கைமுறையாக ஒத்திசைக்க முடியாது"</string>
    <string name="cant_sync_dialog_message" msgid="1938380442159016449">"இந்த உருப்படிக்கான ஒத்திசைவு தற்போது முடக்கப்பட்டுள்ளது. இந்த அமைப்பை மாற்ற, பின்புலத் தரவு மற்றும் தன்னியக்க ஒத்திசைவைத் தற்காலிகமாக இயக்கவும்."</string>
    <string name="wimax_settings" msgid="2655139497028469039">"4G"</string>
    <string name="status_wimax_mac_address" msgid="8390791848661413416">"4G MAC முகவரி"</string>
    <string name="enter_password" msgid="8035706727471334122">"Androidஐத் தொடங்க, கடவுச்சொல்லை உள்ளிடவும்"</string>
    <string name="enter_pin" msgid="5305333588093263790">"Androidஐத் தொடங்க, PINஐ உள்ளிடவும்"</string>
    <string name="enter_pattern" msgid="4187435713036808566">"Androidஐத் தொடங்க, வடிவத்தை வரையவும்"</string>
    <string name="cryptkeeper_wrong_pattern" msgid="8423835922362956999">"தவறான வடிவம்"</string>
    <string name="cryptkeeper_wrong_password" msgid="5200857195368904047">"தவறான கடவுச்சொல்"</string>
    <string name="cryptkeeper_wrong_pin" msgid="755720788765259382">"தவறான பின்"</string>
    <string name="checking_decryption" msgid="8287458611802609493">"சரிபார்க்கிறது..."</string>
    <string name="starting_android" msgid="8581493237458496835">"Android தொடங்குகிறது"</string>
    <string name="delete" msgid="4219243412325163003">"நீக்கு"</string>
    <string name="misc_files" msgid="6720680815969643497">"மற்ற கோப்புகள்"</string>
    <string name="misc_files_selected_count" msgid="4647048020823912088">"<xliff:g id="TOTAL">%2$d</xliff:g> இல் <xliff:g id="NUMBER">%1$d</xliff:g> தேர்ந்தெடுக்கப்பட்டது"</string>
    <string name="misc_files_selected_count_bytes" msgid="2876232009069114352">"<xliff:g id="TOTAL">%2$s</xliff:g> இல் <xliff:g id="NUMBER">%1$s</xliff:g> தேர்ந்தெடுக்கப்பட்டது"</string>
    <string name="select_all" msgid="1562774643280376715">"எல்லாவற்றையும் தேர்ந்தெடு"</string>
    <string name="hdcp_checking_title" msgid="8605478913544273282">"HDCP சரிபார்ப்பு"</string>
    <string name="hdcp_checking_dialog_title" msgid="5141305530923283">"HDCP சரிபார்க்கும் செயல்பாடுகளை அமை"</string>
    <string name="debug_debugging_category" msgid="6781250159513471316">"பிழைத்திருத்தம்"</string>
    <string name="debug_app" msgid="8349591734751384446">"பிழைத்திருத்தப் பயன்பாட்டைத் தேர்ந்தெடுக்கவும்"</string>
    <string name="debug_app_not_set" msgid="718752499586403499">"பிழைத்திருத்தப் பயன்பாடு அமைக்கப்படவில்லை"</string>
    <string name="debug_app_set" msgid="2063077997870280017">"பிழைத்திருத்தும் பயன்பாடு: <xliff:g id="APP_NAME">%1$s</xliff:g>"</string>
    <string name="select_application" msgid="5156029161289091703">"பயன்பாட்டைத் தேர்ந்தெடுக்கவும்"</string>
    <string name="no_application" msgid="2813387563129153880">"ஒன்றுமில்லை"</string>
    <string name="wait_for_debugger" msgid="1202370874528893091">"பிழைதிருத்திக்குக் காத்திருக்கவும்"</string>
    <string name="wait_for_debugger_summary" msgid="1766918303462746804">"பிழைதிருத்தப்பட்ட பயன்பாடு செயல்படுவதற்கு முன்பு பிழைதிருத்தியை இணைப்பதற்குக் காத்திருக்கிறது"</string>
    <string name="debug_input_category" msgid="1811069939601180246">"உள்ளீடு"</string>
    <string name="debug_drawing_category" msgid="6755716469267367852">"வரைபொருள்"</string>
    <string name="debug_hw_drawing_category" msgid="6220174216912308658">"வன்பொருள் முடுக்கத்துடன் கூடிய காட்சியாக்கம்"</string>
    <string name="media_category" msgid="4388305075496848353">"மீடியா"</string>
    <string name="debug_monitoring_category" msgid="7640508148375798343">"கண்காணி"</string>
    <string name="strict_mode" msgid="1938795874357830695">"நிலையான பயன்முறை இயக்கப்பட்டது"</string>
    <string name="strict_mode_summary" msgid="142834318897332338">"முக்கிய தொடரிழையில் நீண்ட நேரம் செயல்படும்போது திரையைக் காட்சிப்படுத்து"</string>
    <string name="pointer_location" msgid="6084434787496938001">"குறிப்பான் இடம்"</string>
    <string name="pointer_location_summary" msgid="840819275172753713">"திரையின் மேல் அடுக்கானது தற்போது தொடப்பட்டிருக்கும் தரவைக் காண்பிக்கிறது"</string>
    <string name="show_touches" msgid="1356420386500834339">"தொடுதலைக் காட்டு"</string>
    <string name="show_touches_summary" msgid="6684407913145150041">"தொடுதல்களுக்கு காட்சி விளைவைக் காட்டு"</string>
    <string name="show_screen_updates" msgid="5470814345876056420">"மேலோட்ட புதுப்பிப்புகளைக் காட்டு"</string>
    <string name="show_screen_updates_summary" msgid="2569622766672785529">"சாளரத்தின் பரப்புநிலைகள் புதுப்பிக்கப்படும்போது, அவற்றை முழுவதுமாகக் காட்டு"</string>
    <string name="show_hw_screen_updates" msgid="5036904558145941590">"GPU காட்சி புதுப்பிப்புகளைக் காட்டு"</string>
    <string name="show_hw_screen_updates_summary" msgid="1115593565980196197">"GPU மூலம் வரையும்போது சாளரங்களில் காட்சிகளைக் காட்டு"</string>
    <string name="show_hw_layers_updates" msgid="5645728765605699821">"வன்பொருள் லேயர்களின் புதுப்பிப்புகளைக் காட்டு"</string>
    <string name="show_hw_layers_updates_summary" msgid="5296917233236661465">"வன்பொருள் லேயர்களைப் புதுப்பிக்கும்போது, அவற்றைப் பச்சை நிறத்தில் காட்டு"</string>
    <string name="debug_hw_overdraw" msgid="2968692419951565417">"GPU ஓவர்டிராவைப் பிழைதிருத்து"</string>
    <string name="disable_overlays" msgid="2074488440505934665">"HW மேலடுக்குகளை முடக்கு"</string>
    <string name="disable_overlays_summary" msgid="3578941133710758592">"திரைத் தொகுத்தலுக்கு எப்போதும் GPU ஐப் பயன்படுத்து"</string>
    <string name="simulate_color_space" msgid="6745847141353345872">"வண்ணத்தின் இடைவெளியை உருவகப்படுத்து"</string>
    <string name="enable_opengl_traces_title" msgid="6790444011053219871">"OpenGL தடயங்களை இயக்கு"</string>
    <string name="usb_audio_disable_routing" msgid="8114498436003102671">"USB ஆடியோ ரூட்டிங்கை முடக்கு"</string>
    <string name="usb_audio_disable_routing_summary" msgid="980282760277312264">"USB ஆடியோ உபகரணத்திற்கு தன்னியக்க ரூட்டிங்கை முடக்கு"</string>
    <string name="debug_layout" msgid="5981361776594526155">"தளவமைப்பு எல்லைகளைக் காட்டு"</string>
    <string name="debug_layout_summary" msgid="2001775315258637682">"கிளிப் எல்லைகள், ஓரங்கள், மேலும் பலவற்றைக் காட்டு"</string>
    <string name="force_rtl_layout_all_locales" msgid="2259906643093138978">"RTL தளவமைப்பின் திசையை வலியுறுத்து"</string>
    <string name="force_rtl_layout_all_locales_summary" msgid="9192797796616132534">"எல்லா மொழிகளுக்கும் திரையின் தளவமைப்பு திசையை RTL க்கு மாற்று"</string>
    <string name="show_cpu_usage" msgid="2389212910758076024">"CPU பயன்பாட்டைக் காட்டு"</string>
    <string name="show_cpu_usage_summary" msgid="2113341923988958266">"தற்போதைய CPU பயன்பாட்டைக் காட்டும் திரை மேலடுக்கு"</string>
    <string name="force_hw_ui" msgid="6426383462520888732">"GPU காட்சியாக்கத்தை வலியுறுத்து"</string>
    <string name="force_hw_ui_summary" msgid="5535991166074861515">"2d வரைபடத்திற்கு GPU பயன்பாட்டை வலியுறுத்து"</string>
    <string name="force_msaa" msgid="7920323238677284387">"4x MSAA ஐ வலியுறுத்து"</string>
    <string name="force_msaa_summary" msgid="9123553203895817537">"OpenGL ES 2.0 பயன்பாடுகளில் 4x MSAA ஐ இயக்கு"</string>
    <string name="show_non_rect_clip" msgid="505954950474595172">"செவ்வகம் அல்லாத கிளிப் செயல்பாடுகளைப் பிழைத்திருத்து"</string>
    <string name="track_frame_time" msgid="6146354853663863443">"சுயவிவர GPU வழங்கல்"</string>
    <string name="window_animation_scale_title" msgid="6162587588166114700">"சாளர அனிமேஷன் அளவு"</string>
    <string name="transition_animation_scale_title" msgid="387527540523595875">"அனிமேஷன் மாற்றத்தின் அளவு"</string>
    <string name="animator_duration_scale_title" msgid="3406722410819934083">"அனிமேட்டர் கால அளவு"</string>
    <string name="overlay_display_devices_title" msgid="5364176287998398539">"இரண்டாம்நிலைக் காட்சிகளை உருவகப்படுத்து"</string>
    <string name="enable_multi_window" msgid="1091779249819137016">"பல-சாளரப் பயன்முறை"</string>
    <string name="enable_multi_window_summary" msgid="5837641304114783514">"ஒரே நேரத்தில் திரையில் மேற்கொள்ளப்படும் பல செயல்பாடுகள்."</string>
    <string name="confirm_enable_multi_window_title" msgid="950964546995895971">"பல-சாளரப் பயன்முறையை இயக்கவா?"</string>
    <string name="confirm_enable_multi_window_text" msgid="565834092374755117">"எச்சரிக்கை: சமீபத்திய பயன்பாடுகள் UI மூலமாக, திரையில் பல்வேறு செயல்பாடுகளை ஒரே நேரத்தில் நிகழ அனுமதிக்கும் இது முக்கியமான பரிசோதனைக்குரிய அம்சமாகும். இந்த அம்சத்தின் மூலமாகப் பயன்படுத்தும் போது சில பயன்பாடுகள் சிதைவடையலாம் அல்லது சரியாகச் செயல்படாமல் போகலாம்."</string>
    <string name="debug_applications_category" msgid="4206913653849771549">"பயன்பாடுகள்"</string>
    <string name="immediately_destroy_activities" msgid="1579659389568133959">"செயல்பாடுகளை வைத்திருக்காதே"</string>
    <string name="immediately_destroy_activities_summary" msgid="3592221124808773368">"பயனர் வெளியேறியதும் செயல்பாடுகளை நீக்கு"</string>
    <string name="app_process_limit_title" msgid="4280600650253107163">"பின்புலச் செயல்முறை வரம்பு"</string>
    <string name="show_all_anrs" msgid="28462979638729082">"எல்லா ANRகளையும் காட்டு"</string>
    <string name="show_all_anrs_summary" msgid="641908614413544127">"பின்புலப் பயன்பாடுகளுக்குப் பயன்பாடு பதிலளிக்கவில்லை என்ற உரையாடலைக் காட்டு"</string>
    <string name="data_usage_summary_title" msgid="3804110657238092929">"தரவுப் பயன்பாடு"</string>
    <string name="data_usage_app_summary_title" msgid="4147258989837459172">"பயன்பாட்டின் தரவுப் பயன்பாடு"</string>
    <string name="data_usage_accounting" msgid="7170028915873577387">"மொபைல் நிறுவனத்தின் தரவு கணக்கிடலும் சாதனத்தின் கணக்கிடலும் வேறுபடலாம்."</string>
    <string name="data_usage_app" msgid="4970478397515423303">"பயன்பாட்டின் பயன்பாடு"</string>
    <string name="data_usage_app_info_label" msgid="3409931235687866706">"பயன்பாட்டுத் தகவல்"</string>
    <string name="data_usage_cellular_data" msgid="4859424346276043677">"செல்லுலார் தரவு"</string>
    <string name="data_usage_data_limit" msgid="1193930999713192703">"தரவு வரம்பை அமை"</string>
    <string name="data_usage_cycle" msgid="5652529796195787949">"தரவு பயன்பாட்டு சுழற்சி"</string>
    <string name="data_usage_app_items_header_text" msgid="5017850810459372828">"பயன்பாட்டின் பயன்பாடு"</string>
    <string name="data_usage_menu_roaming" msgid="8042359966835203296">"தரவு ரோமிங்"</string>
    <string name="data_usage_menu_restrict_background" msgid="1989394568592253331">"பின்புலத் தரவை வரம்பிடு"</string>
    <string name="data_usage_menu_allow_background" msgid="2694761978633359223">"பின்புலத் தரவை அனுமதி"</string>
    <string name="data_usage_menu_split_4g" msgid="5322857680792601899">"4G பயன்பாட்டைத் தனியாகக் காட்டு"</string>
    <string name="data_usage_menu_show_wifi" msgid="2296217964873872571">"வைஃபையைக் காட்டு"</string>
    <string name="data_usage_menu_hide_wifi" msgid="7290056718050186769">"வைஃபையை மறை"</string>
    <string name="data_usage_menu_show_ethernet" msgid="5181361208532314097">"ஈதர்நெட் பயன்பாட்டைக் காட்டு"</string>
    <string name="data_usage_menu_hide_ethernet" msgid="3326702187179943681">"ஈதர்நெட் பயன்பாட்டை மறை"</string>
    <string name="data_usage_menu_metered" msgid="6235119991372755026">"நெட்வொர்க் கட்டுப்பாடுகள்"</string>
    <string name="data_usage_menu_auto_sync" msgid="8203999775948778560">"தரவைத் தானாக ஒத்திசை"</string>
    <string name="data_usage_menu_sim_cards" msgid="6410498422797244073">"சிம் கார்டுகள்"</string>
    <string name="data_usage_menu_cellular_networks" msgid="5243515735055652279">"செல்லுலார் நெட்வொர்க்குகள்"</string>
    <string name="data_usage_cellular_data_summary" msgid="8413357481361268285">"வரம்பில் நிறுத்தப்பட்டது"</string>
    <string name="account_settings_menu_auto_sync" msgid="6243013719753700377">"தரவைத் தானாக ஒத்திசை"</string>
    <string name="account_settings_menu_auto_sync_personal" msgid="785541379617346438">"தனிப்பட்ட தரவைத் தானாக ஒத்திசை"</string>
    <string name="account_settings_menu_auto_sync_work" msgid="329565580969147026">"பணித் தரவைத் தானாக ஒத்திசை"</string>
    <string name="data_usage_change_cycle" msgid="7776556448920114866">"சுழற்சியை மாற்று…"</string>
    <string name="data_usage_pick_cycle_day" msgid="4470796861757050966">"தரவு பயன்பாட்டின் சுழற்சியை மீட்டமைப்பதற்கான மாதத்தின் நாள்:"</string>
    <string name="data_usage_empty" msgid="8621855507876539282">"இந்தக் கால நேரத்தில், எந்தப் பயன்பாடுகளும் தரவைப் பயன்படுத்தவில்லை."</string>
    <string name="data_usage_label_foreground" msgid="4938034231928628164">"முன்புலம்"</string>
    <string name="data_usage_label_background" msgid="3225844085975764519">"பின்புலம்"</string>
    <string name="data_usage_app_restricted" msgid="3568465218866589705">"வரையறுக்கப்பட்டது"</string>
    <string name="data_usage_disable_mobile" msgid="2613595056882494652">"செல்லுலார் தரவை முடக்கவா?"</string>
    <string name="data_usage_disable_mobile_limit" msgid="3934211003105066167">"செல்லுலார் தரவு வரம்பை அமை"</string>
    <string name="data_usage_disable_4g_limit" msgid="6233554774946681175">"4G தரவு வரம்பை அமை"</string>
    <string name="data_usage_disable_3g_limit" msgid="2558557840444266906">"2G-3G தரவு வரம்பை அமை"</string>
    <string name="data_usage_disable_wifi_limit" msgid="1394901415264660888">"வைஃபை தரவின் வரம்பை அமை"</string>
    <string name="data_usage_tab_wifi" msgid="481146038146585749">"வைஃபை"</string>
    <string name="data_usage_tab_ethernet" msgid="7298064366282319911">"ஈதர்நெட்"</string>
    <string name="data_usage_tab_mobile" msgid="2084466270343460491">"செல்லுலார்"</string>
    <string name="data_usage_tab_4g" msgid="1301978716067512235">"4G"</string>
    <string name="data_usage_tab_3g" msgid="6092169523081538718">"2G-3G"</string>
    <string name="data_usage_list_mobile" msgid="7219011330831181312">"செல்லுலார்"</string>
    <string name="data_usage_list_none" msgid="3933892774251050735">"ஏதுமில்லை"</string>
    <string name="data_usage_enable_mobile" msgid="5900650720568852325">"செல்லுலார் தரவு"</string>
    <string name="data_usage_enable_3g" msgid="6304006671869578254">"2G-3G தரவு"</string>
    <string name="data_usage_enable_4g" msgid="3635854097335036738">"4G தரவு"</string>
    <string name="data_usage_forground_label" msgid="7654319010655983591">"முன்புலம்:"</string>
    <string name="data_usage_background_label" msgid="2722008379947694926">"பின்புலம்:"</string>
    <string name="data_usage_app_settings" msgid="2279171379771253165">"பயன்பாட்டு அமைப்பு"</string>
    <string name="data_usage_app_restrict_background" msgid="7510046552380574925">"பயன்பாட்டின் பின்புலத் தரவைக் கட்டுப்படுத்து"</string>
    <string name="data_usage_app_restrict_background_summary" msgid="3720075732277934106">"செல்லுலார் நெட்வொர்க்குகளில் பின்புலத் தரவை முடக்கு."</string>
    <string name="data_usage_app_restrict_background_summary_disabled" msgid="1446565717342917727">"இந்தப் பயன்பாட்டிற்கான பின்புலத் தரவைக் கட்டுப்படுத்த, முதலில் செல்லுலார் தரவு வரம்பை அமைக்கவும்."</string>
    <string name="data_usage_app_restrict_dialog_title" msgid="1613108390242737923">"பின்புலத் தரவை வரம்பிடவா?"</string>
    <string name="data_usage_app_restrict_dialog" msgid="5871168521456832764">"செல்லுலார் நெட்வொர்க்குகள் மட்டும் கிடைக்கும்போது பின்புலத் தரவைச் சார்ந்திருக்கும் பயன்பாட்டின் செயல்பாட்டை இந்த அம்சம் பாதிக்கலாம்.\n\nபயன்பாட்டின் அமைப்புகளில் மிகவும் பொருத்தமான தரவுப் பயன்பாட்டின் கட்டுப்பாடுகளைக் காணலாம்."</string>
    <string name="data_usage_restrict_denied_dialog" msgid="1493134803720421674">"செல்லுலார் தரவு வரம்பை அமைக்கும் போது மட்டுமே பின்புலத் தரவைக் கட்டுப்படுத்துவது சாத்தியமாகும்."</string>
    <string name="data_usage_auto_sync_on_dialog_title" msgid="2438617846762244389">"தரவைத் தானாக ஒத்திசைப்பதை இயக்கவா?"</string>
    <string name="data_usage_auto_sync_on_dialog" product="tablet" msgid="8581983093524041669">"இணையத்தில் உங்கள் கணக்குகளில் நீங்கள் செய்யும் எந்த மாற்றங்களும் தானாகவே டேப்லெட்டில் நகலெடுக்கப்படும்.\n\nசில கணக்குகள், டேப்லெட்டில் செய்யும் எந்த மாற்றங்களையும் தானாகவே இணையத்தில் நகலெடுக்கலாம். Google கணக்கு இப்படிதான் செயல்படுகிறது."</string>
    <string name="data_usage_auto_sync_on_dialog" product="default" msgid="8651376294887142858">"இணையத்தில் உங்கள் கணக்குகளில் நீங்கள் செய்யும் எந்த மாற்றங்களும் தானாகவே மொபைலில் நகலெடுக்கப்படும்.\n\nசில கணக்குகள், மொபைலில் செய்யும் எந்த மாற்றங்களையும் தானாகவே இணையத்தில் நகலெடுக்கலாம். Google கணக்கு இப்படிதான் செயல்படுகிறது."</string>
    <string name="data_usage_auto_sync_off_dialog_title" msgid="9013139130490125793">"தரவைத் தானாக ஒத்திசைப்பதை முடக்கவா?"</string>
    <string name="data_usage_auto_sync_off_dialog" msgid="4025938250775413864">"இது தரவு மற்றும் பேட்டரியின் பயன்பாட்டைச் சேமிக்கும், ஆனால் சமீபத்திய தகவலைச் சேகரிக்க ஒவ்வொரு கணக்கையும் கைமுறையாக நீங்கள் ஒத்திசைக்க வேண்டும். புதுப்பிக்கப்படும்போது அறிவிப்புகளைப் பெற மாட்டீர்கள்."</string>
    <string name="data_usage_cycle_editor_title" msgid="1373797281540188533">"பயன்பாட்டு சுழற்சியை மீட்டமைப்பதற்கான தேதி"</string>
    <string name="data_usage_cycle_editor_subtitle" msgid="5512903797979928416">"ஒவ்வொரு மாதத்தின் தேதி:"</string>
    <string name="data_usage_cycle_editor_positive" msgid="8821760330497941117">"அமை"</string>
    <string name="data_usage_warning_editor_title" msgid="3704136912240060339">"தரவு பயன்பாட்டு எச்சரிக்கையை அமை"</string>
    <string name="data_usage_limit_editor_title" msgid="9153595142385030015">"தரவு பயன்பாட்டு வரம்பை அமை"</string>
    <string name="data_usage_limit_dialog_title" msgid="3023111643632996097">"தரவு பயன்பாட்டை வரம்பிடுக"</string>
    <string name="data_usage_limit_dialog_mobile" product="tablet" msgid="5788774061143636263">"அமைக்கப்பட்ட வரம்பை அடையும்போது, செல்லுலார் தரவை டேப்லெட் முடக்கும்.\n\nடேப்லேட்டினால் தரவுப் பயன்பாடு அளவிடப்பட்டாலும், உங்களின் மொபைல் நிறுவனம் வேறுவிதமாக அளவிடலாம், எனவே பாதுகாப்பான அளவில் வரம்பை அமைக்கவும்."</string>
    <string name="data_usage_limit_dialog_mobile" product="default" msgid="3511301596446820549">"அமைக்கப்பட்ட வரம்பை அடையும்போது, மொபைல் செல்லுலார் தரவை முடக்கும்.\n\nதரவுப் பயன்பாடு மொபைலினால் அளவிடப்படுகிறது, மேலும் உங்களின் மொபைல் நிறுவனம் தரவை வேறுவிதமாக அளவிடலாம், எனவே பாதுகாப்பான அளவில் வரம்பை அமைக்கவும்."</string>
    <string name="data_usage_restrict_background_title" msgid="2201315502223035062">"பின்புலத் தரவை வரம்பிடவா?"</string>
    <string name="data_usage_restrict_background" msgid="6264965779074729381">"பின்புல செல்லுலார் தரவைக் கட்டுப்படுத்தினால், வைஃபையுடன் இணைக்கப்படும் வரை சில பயன்பாடுகளும் சேவைகளும் வேலை செய்யாது."</string>
    <string name="data_usage_restrict_background_multiuser" product="tablet" msgid="7954930300449415764">"பின்புல செல்லுலார் தரவைக் கட்டுப்படுத்தினால், வைஃபையுடன் இணைக்கப்படும் வரை சில பயன்பாடுகளும் சேவைகளும் வேலை செய்யாது.\n\nஇந்த அமைப்பு டேப்லெட்டில் உள்ள அனைவரையும் பாதிக்கும்."</string>
    <string name="data_usage_restrict_background_multiuser" product="default" msgid="259958321968870600">"பின்புல செல்லுலார் தரவைக் கட்டுப்படுத்தினால், வைஃபையுடன் இணைக்கப்படும் வரை சில பயன்பாடுகளும் சேவைகளும் வேலை செய்யாது.\n\nஇந்த அமைப்பு மொபைலில் உள்ள அனைவரையும் பாதிக்கும்."</string>
    <string name="data_usage_sweep_warning" msgid="6387081852568846982"><font size="21">"<xliff:g id="NUMBER">^1</xliff:g>"</font>" "<font size="9">"<xliff:g id="UNIT">^2</xliff:g>"</font>\n<font size="12">"எச்சரிக்கை"</font></string>
    <string name="data_usage_sweep_limit" msgid="860566507375933039"><font size="21">"<xliff:g id="NUMBER">^1</xliff:g>"</font>" "<font size="9">"<xliff:g id="UNIT">^2</xliff:g>"</font>\n<font size="12">"வரம்பு"</font></string>
    <string name="data_usage_uninstalled_apps" msgid="614263770923231598">"அகற்றப்பட்ட பயன்பாடுகள்"</string>
    <string name="data_usage_uninstalled_apps_users" msgid="7986294489899813194">"அகற்றப்பட்ட பயன்பாடுகள் மற்றும் பயனர்கள்"</string>
    <string name="data_usage_received_sent" msgid="5039699009276621757">"<xliff:g id="RECEIVED">%1$s</xliff:g> பெறப்பட்டது, <xliff:g id="SENT">%2$s</xliff:g> அனுப்பப்பட்டது"</string>
    <string name="data_usage_total_during_range" msgid="4091294280619255237">"<xliff:g id="RANGE">%2$s</xliff:g>: <xliff:g id="TOTAL">%1$s</xliff:g> பயன்படுத்தப்பட்டது."</string>
    <string name="data_usage_total_during_range_mobile" product="tablet" msgid="1925687342154538972">"<xliff:g id="RANGE">%2$s</xliff:g>: உங்கள் டேப்லெட் அளவீட்டின் படி <xliff:g id="TOTAL">%1$s</xliff:g> பயன்படுத்தப்பட்டுள்ளது. உங்கள் மொபைல் நிறுவனத்தின் தரவு பயன்பாட்டின் கணக்கு மாறுபடலாம்."</string>
    <string name="data_usage_total_during_range_mobile" product="default" msgid="5063981061103812900">"<xliff:g id="RANGE">%2$s</xliff:g>: உங்கள் தொலைபேசி அளவீட்டின் படி, <xliff:g id="TOTAL">%1$s</xliff:g> பயன்படுத்தப்பட்டுள்ளது. உங்கள் மொபைல் நிறுவனத்தின் தரவு பயன்பாட்டின் கணக்கு மாறுபடலாம்."</string>
    <string name="data_usage_metered_title" msgid="7383175371006596441">"நெட்வொர்க் கட்டுப்பாடுகள்"</string>
    <string name="data_usage_metered_body" msgid="3262343834446126044">"பின்புலத் தரவு கட்டுப்படுத்தப்பட்டிருக்கும் போது கட்டண நெட்வொர்க்குகள் செல்லுலார் போன்றதாக கருதப்படும். அதிகளவு பதிவிறக்கங்களுக்கு இந்த நெட்வொர்க்குகளைப் பயன்படுத்தும் முன் பயன்பாடுகள் எச்சரிக்கலாம்."</string>
    <string name="data_usage_metered_mobile" msgid="2326986339431119372">"செல்லுலார் நெட்வொர்க்குகள்"</string>
    <string name="data_usage_metered_wifi" msgid="1761738002328299714">"கட்டண வைஃபை நெட்வொர்க்குகள்"</string>
    <string name="data_usage_metered_wifi_disabled" msgid="727808462375941567">"கட்டண நெட்வொர்க்குகளைத் தேர்வுசெய்ய, வைஃபையை இயக்கவும்."</string>
    <string name="data_usage_disclaimer" msgid="6887858149980673444">"மொபைல் நிறுவனத்தின் தரவு கணக்கிடலும் சாதனத்தின் கணக்கிடலும் வேறுபடலாம்."</string>
    <string name="cryptkeeper_emergency_call" msgid="198578731586097145">"அவசர அழைப்பு"</string>
    <string name="cryptkeeper_return_to_call" msgid="5613717339452772491">"அழைப்பிற்குத் திரும்பு"</string>
    <string name="vpn_name" msgid="4689699885361002297">"பெயர்"</string>
    <string name="vpn_type" msgid="5435733139514388070">"வகை"</string>
    <string name="vpn_server" msgid="2123096727287421913">"சேவையக முகவரி"</string>
    <string name="vpn_mppe" msgid="6639001940500288972">"PPP முறைமையாக்கம் (MPPE)"</string>
    <string name="vpn_l2tp_secret" msgid="529359749677142076">"L2TP ரகசியம்"</string>
    <string name="vpn_ipsec_identifier" msgid="4098175859460006296">"IPSec அடையாளங்காட்டி"</string>
    <string name="vpn_ipsec_secret" msgid="4526453255704888704">"IPSec முன் பகிர்வு விசை"</string>
    <string name="vpn_ipsec_user_cert" msgid="6880651510020187230">"IPSec பயனர் சான்றிதழ்"</string>
    <string name="vpn_ipsec_ca_cert" msgid="91338213449148229">"IPSec CA சான்றிதழ்"</string>
    <string name="vpn_ipsec_server_cert" msgid="6599276718456935010">"IPSec சேவையகச் சான்றிதழ்"</string>
    <string name="vpn_show_options" msgid="7182688955890457003">"மேம்பட்ட விருப்பங்களைக் காட்டு"</string>
    <string name="vpn_search_domains" msgid="5391995501541199624">"DNS தேடல் டொமைன்கள்"</string>
    <string name="vpn_dns_servers" msgid="5570715561245741829">"DNS சேவையகங்கள் (எ.கா. 8.8.8.8)"</string>
    <string name="vpn_routes" msgid="3818655448226312232">"முன்னனுப்பும் பாதைகள் (எ.கா. 10.0.0.0/8)"</string>
    <string name="vpn_username" msgid="1863901629860867849">"பயனர்பெயர்"</string>
    <string name="vpn_password" msgid="6756043647233596772">"கடவுச்சொல்"</string>
    <string name="vpn_save_login" msgid="6350322456427484881">"கணக்கின் தகவலைச் சேமி"</string>
    <string name="vpn_not_used" msgid="9094191054524660891">"(பயன்படுத்தப்படவில்லை)"</string>
    <string name="vpn_no_ca_cert" msgid="8776029412793353361">"(சேவையகத்தைச் சரிபார்க்க வேண்டாம்)"</string>
    <string name="vpn_no_server_cert" msgid="2167487440231913330">"(சேவையகத்திலிருந்து பெறப்பட்டது)"</string>
    <string name="vpn_cancel" msgid="1979937976123659332">"ரத்துசெய்"</string>
    <string name="vpn_done" msgid="8678655203910995914">"விலக்கு"</string>
    <string name="vpn_save" msgid="4233484051644764510">"சேமி"</string>
    <string name="vpn_connect" msgid="8469608541746132301">"இணை"</string>
    <string name="vpn_edit" msgid="8647191407179996943">"VPN சுயவிவரத்தை மாற்று"</string>
    <string name="vpn_forget" msgid="3684651372749415446">"மறந்துவிடு"</string>
    <string name="vpn_connect_to" msgid="5965299358485793260">"<xliff:g id="PROFILE">%s</xliff:g> உடன் இணை"</string>
    <string name="vpn_disconnect_confirm" msgid="2555877026824771115">"VPNஐத் துண்டிக்கவும்."</string>
    <string name="vpn_disconnect" msgid="7426570492642111171">"தொடர்பைத் துண்டி"</string>
    <string name="vpn_version" msgid="1939804054179766249">"பதிப்பு <xliff:g id="VERSION">%s</xliff:g>"</string>
    <string name="vpn_title" msgid="6317731879966640551">"VPN"</string>
    <string name="vpn_create" msgid="5628219087569761496">"VPN சுயவிவரத்தைச் சேர்"</string>
    <string name="vpn_menu_edit" msgid="408275284159243490">"சுயவிவரத்தை மாற்று"</string>
    <string name="vpn_menu_delete" msgid="8098021690546891414">"சுயவிவரத்தை நீக்கு"</string>
    <string name="vpn_menu_lockdown" msgid="7863024538064268139">"VPN ஐ எப்போதும் இயக்கத்தில் வை"</string>
    <string name="vpn_lockdown_summary" msgid="2200032066376720339">"எப்போதும் இணைந்திருக்க வேண்டிய VPN சுயவிவரத்தைத் தேர்ந்தெடுக்கவும். இந்த VPN உடன் இணைந்திருக்கும்போது மட்டுமே நெட்வொர்க்கின் டிராஃபிக் அனுமதிக்கப்படும்."</string>
    <string name="vpn_lockdown_none" msgid="9214462857336483711">"ஏதுமில்லை"</string>
    <string name="vpn_lockdown_config_error" msgid="3898576754914217248">"எப்போதும் இயக்கத்தில் இருக்கும் VPN க்கு சேவையகங்கள் மற்றும் DNS ஆகியவற்றின் IP முகவரி தேவைப்படுகிறது."</string>
    <string name="vpn_no_network" msgid="3050233675132726155">"நெட்வொர்க் இணைப்பு இல்லை. பிறகு முயற்சிக்கவும்."</string>
    <string name="vpn_missing_cert" msgid="7972907102570411501">"சான்றிதழ் இல்லை. சுயவிவரத்தை மாற்றவும்."</string>
    <string name="trusted_credentials_system_tab" msgid="3984284264816924534">"அமைப்பு"</string>
    <string name="trusted_credentials_user_tab" msgid="2244732111398939475">"பயனர்"</string>
    <string name="trusted_credentials_disable_label" msgid="3864493185845818506">"முடக்கு"</string>
    <string name="trusted_credentials_enable_label" msgid="2498444573635146913">"இயக்கு"</string>
    <string name="trusted_credentials_remove_label" msgid="3633691709300260836">"அகற்று"</string>
    <string name="trusted_credentials_enable_confirmation" msgid="83215982842660869">"அமைப்பின் CA சான்றிதழை இயக்கவா?"</string>
    <string name="trusted_credentials_disable_confirmation" msgid="8199697813361646792">"அமைப்பின் CA சான்றிதழை முடக்கவா?"</string>
    <string name="trusted_credentials_remove_confirmation" msgid="443561923016852941">"பயனரின் CA சான்றிதழை நிரந்தரமாக அகற்றவா?"</string>
    <string name="spellcheckers_settings_title" msgid="399981228588011501">"பிழைத்திருத்தி"</string>
    <string name="current_backup_pw_prompt" msgid="7735254412051914576">"உங்கள் தற்போதைய முழு காப்புப்பிரதி கடவுச்சொல்லை இங்கே உள்ளிடவும்"</string>
    <string name="new_backup_pw_prompt" msgid="8755501377391998428">"முழு காப்புப்பிரதிக்கான புதிய கடவுச்சொல்லை இங்கே உள்ளிடவும்"</string>
    <string name="confirm_new_backup_pw_prompt" msgid="3238728882512787864">"உங்கள் புதிய முழு காப்புப்பிரதி கடவுச்சொல்லை இங்கே மீண்டும் உள்ளிடவும்"</string>
    <string name="backup_pw_set_button_text" msgid="2387480910044648795">"காப்புப்பிரதி கடவுச்சொல் அமை"</string>
    <string name="backup_pw_cancel_button_text" msgid="8845630125391744615">"ரத்துசெய்"</string>
    <string name="additional_system_update_settings_list_item_title" msgid="214987609894661992">"அதிக சிஸ்டம் புதுப்பிப்புகள்"</string>
    <string name="selinux_status_disabled" msgid="924551035552323327">"முடக்கப்பட்டது"</string>
    <string name="selinux_status_permissive" msgid="6004965534713398778">"அனுமதி"</string>
    <string name="selinux_status_enforcing" msgid="2252703756208463329">"செயற்படுத்துதல்"</string>
    <string name="ssl_ca_cert_warning" msgid="2045866713601984673">"நெட்வொர்க் கண்காணிக்கப்படலாம்"</string>
    <string name="done_button" msgid="1991471253042622230">"முடிந்தது"</string>
    <string name="ssl_ca_cert_dialog_title" msgid="5339377665264149395">"நெட்வொர்க்கைக் கண்காணித்தல்"</string>
    <string name="ssl_ca_cert_info_message" msgid="4583879256548819713">"இந்தச் சாதனமானது இவரால் நிர்வகிக்கப்படுகிறது:\n<xliff:g id="MANAGING_DOMAIN">%s</xliff:g>\n\nமின்னஞ்சல்கள், பயன்பாடுகள் மற்றும் பாதுகாப்பான இணையதளங்கள் உள்ளிட்ட உங்களின் நெட்வொர்க் செயல்பாட்டை உங்கள் நிர்வாகியால் கண்காணிக்க முடியும்.\n\nமேலும் தகவலுக்கு உங்கள் நிர்வாகியைத் தொடர்புகொள்ளவும்."</string>
    <string name="ssl_ca_cert_warning_message" msgid="8216218659139190498">"மின்னஞ்சல்கள், பயன்பாடுகள் மற்றும் பாதுகாப்பான இணையதளங்கள் உள்ளிட்ட உங்களின் நெட்வொர்க் செயல்பாட்டை மூன்றாம் தரப்பினர் கண்காணிக்க முடியும்.\n\nஉங்கள் சாதனத்தில் நிறுவப்பட்ட நம்பிக்கையான சான்று இதைச் சாத்தியமாக்கும்."</string>
    <string name="ssl_ca_cert_settings_button" msgid="8760495070836213605">"நம்பிக்கையான சான்றுகளைச் சரிபார்க்கவும்"</string>
    <string name="user_settings_title" msgid="6151874007858148344">"பயனர்கள்"</string>
    <string name="user_list_title" msgid="7937158411137563543">"பயனர்கள் &amp; சுயவிவரங்கள்"</string>
    <string name="user_add_user_or_profile_menu" msgid="6923838875175259418">"பயனர் அல்லது சுயவிவரத்தைச் சேர்"</string>
    <string name="user_add_user_menu" msgid="1675956975014862382">"பயனரைச் சேர்"</string>
    <string name="user_summary_restricted_profile" msgid="6354966213806839107">"கட்டுப்படுத்தப்பட்ட சுயவிவரம்"</string>
    <string name="user_need_lock_message" msgid="5879715064416886811">"நீங்கள் வரையறுக்கப்பட்டச் சுயவிவரத்தை உருவாக்குவதற்கு முன்பு, உங்கள் பயன்பாடுகள் மற்றும் தனிப்பட்ட தரவைப் பாதுகாக்கும் வகையில் நீங்கள் திரைப் பூட்டை அமைக்க வேண்டும்."</string>
    <string name="user_set_lock_button" msgid="8311219392856626841">"பூட்டை அமை"</string>
    <string name="user_summary_not_set_up" msgid="8778205026866794909">"அமைக்கவில்லை"</string>
    <string name="user_summary_restricted_not_set_up" msgid="1628116001964325544">"அமைக்கவில்லை - கட்டுப்படுத்தப்பட்ட சுயவிவரம்"</string>
    <string name="user_summary_managed_profile_not_set_up" msgid="1659125858619760573">"பணி சுயவிவரம் அமைக்கப்படவில்லை"</string>
    <string name="user_owner" msgid="3879126011135546571">"உரிமையாளர்"</string>
    <string name="user_you" msgid="1639158809315025986">"நீங்கள் (<xliff:g id="NAME">%s</xliff:g>)"</string>
    <string name="user_nickname" msgid="5148818000228994488">"செல்லப்பெயர்"</string>
    <string name="user_add_user_type_title" msgid="2146438670792322349">"சேர்"</string>
    <string name="user_add_max_count" msgid="5405885348463433157">"<xliff:g id="USER_COUNT">%1$d</xliff:g> பயனர்கள் வரை சேர்க்கலாம்"</string>
    <string name="user_add_user_item_summary" msgid="4702776187132008661">"பயனர்கள் தங்களுக்குச் சொந்தமான பயன்பாடுகள் மற்றும் உள்ளடக்கத்தை வைத்திருக்க வேண்டும்"</string>
    <string name="user_add_profile_item_summary" msgid="5931663986889138941">"உங்கள் கணக்கிலிருந்து பயன்பாடுகள் மற்றும் உள்ளடக்கத்திற்கான அணுகலை நீங்கள் வரையறுக்கலாம்"</string>
    <string name="user_add_user_item_title" msgid="8212199632466198969">"பயனர்"</string>
    <string name="user_add_profile_item_title" msgid="8353515490730363621">"கட்டுப்படுத்தப்பட்ட சுயவிவரம்"</string>
    <string name="user_add_user_title" msgid="2108112641783146007">"புதியவரைச் சேர்க்கவா?"</string>
    <string name="user_add_user_message_long" msgid="8562152293752222985">"கூடுதல் பயனர்களை உருவாக்கி, சாதனத்தைப் பிறருடன் பகிரலாம். ஒவ்வொரு பயனருக்கும் பயன்பாடுகள், வால்பேப்பர் மற்றும் பலவற்றைத் தனிப்பயனாக்கத் தனி இடம் இருக்கும். ஒவ்வொருவருக்கும் பயன்படக்கூடிய வைஃபை போன்ற சாதன அமைப்புகளையும் அவர்கள் சரிசெய்யலாம்.\n\nபுதியவரைச் சேர்க்கும் போது, அவர் தனக்கான இடத்தை அமைக்க வேண்டும்.\n\nஇருக்கும் பயன்பாடுகளை எவரும் புதுப்பிக்கலாம்."</string>
    <string name="user_add_user_message_short" msgid="1511354412249044381">"புதியவரைச் சேர்க்கும் போது, அவர் தனக்கான இடத்தை அமைக்க வேண்டும்.\n\nஇருக்கும் பயன்பாடுகளை எவரும் புதுப்பிக்கலாம்."</string>
    <string name="user_setup_dialog_title" msgid="1765794166801864563">"இப்போது பயனரை அமைக்கவா?"</string>
    <string name="user_setup_dialog_message" msgid="1004068621380867148">"இவர் சாதனத்தில் இருப்பதை உறுதிசெய்து, அவருக்கான இடத்தை அமைக்கவும்"</string>
    <string name="user_setup_profile_dialog_message" msgid="3896568553327558731">"இப்போது சுயவிவரத்தை அமைக்கவா?"</string>
    <string name="user_setup_button_setup_now" msgid="3391388430158437629">"இப்போது அமை"</string>
    <string name="user_setup_button_setup_later" msgid="3068729597269172401">"இப்பொழுது இல்லை"</string>
    <string name="user_cannot_manage_message" product="tablet" msgid="7153048188252553320">"டேப்லெட்டின் உரிமையாளர் மட்டுமே பயனர்களை நிர்வகிக்க முடியும்."</string>
    <string name="user_cannot_manage_message" product="default" msgid="959315813089950649">"தொலைபேசியின் உரிமையாளர் மட்டுமே பயனர்களை நிர்வகிக்க முடியும்."</string>
    <string name="user_cannot_add_accounts_message" msgid="5116692653439737050">"வரையறுக்கப்பட்ட சுயவிவரங்களால் கணக்குகளைச் சேர்க்க முடியாது"</string>
    <string name="user_remove_user_menu" msgid="6897150520686691355">"இந்தச் சாதனத்திலிருந்து <xliff:g id="USER_NAME">%1$s</xliff:g> ஐ நீக்கு"</string>
    <string name="user_add_on_lockscreen_menu" msgid="3025132738715222247">"பூட்டிய நிலையில் பயனரைச் சேர்"</string>
    <string name="user_new_user_name" msgid="369856859816028856">"புதியவர்"</string>
    <string name="user_new_profile_name" msgid="2632088404952119900">"புதிய சுயவிவரம்"</string>
    <string name="user_confirm_remove_self_title" msgid="8432050170899479556">"உங்களை நீக்கவா?"</string>
    <string name="user_confirm_remove_title" msgid="1163721647646152032">"இவரை அகற்றவா?"</string>
    <string name="user_profile_confirm_remove_title" msgid="5573161550669867342">"இதை அகற்றவா?"</string>
    <string name="work_profile_confirm_remove_title" msgid="2017323555783522213">"பணி சுயவிவரத்தை அகற்றவா?"</string>
    <string name="user_confirm_remove_self_message" product="tablet" msgid="2391372805233812410">"இந்த டேப்லெட்டில் உங்களுக்கான சேமிப்பிடம் மற்றும் தரவை நீங்கள் இழக்க நேரிடும். இதை நீங்கள் செயல்தவிர்க்க முடியாது."</string>
    <string name="user_confirm_remove_self_message" product="default" msgid="7943645442479360048">"இந்தத் தொலைபேசியில் உங்களுக்கான சேமிப்பிடம் மற்றும் தரவை நீங்கள் இழக்க நேரிடும். இதை நீங்கள் செயல்தவிர்க்க முடியாது."</string>
    <string name="user_confirm_remove_message" msgid="1020629390993095037">"எல்லா பயன்பாடுகளும் தரவும் நீக்கப்படும்."</string>
    <string name="work_profile_confirm_remove_message" msgid="323856589749078140">"தொடர்ந்தால், இந்தச் சுயவிவரத்தில் உள்ள எல்லா பயன்பாடுகளும் தகவலும் நீக்கப்படும்."</string>
    <string name="user_profile_confirm_remove_message" msgid="7373754145959298522">"எல்லா பயன்பாடுகளும் தரவும் நீக்கப்படும்."</string>
    <string name="user_adding_new_user" msgid="1521674650874241407">"புதிய பயனரைச் சேர்க்கிறது…"</string>
    <string name="user_delete_user_description" msgid="3158592592118767056">"பயனரை நீக்கு"</string>
    <string name="user_delete_button" msgid="5131259553799403201">"நீக்கு"</string>
    <string name="user_guest" msgid="8475274842845401871">"அழைக்கப்பட்டவர்"</string>
    <string name="user_exit_guest_title" msgid="5613997155527410675">"அழைக்கப்பட்டவரை அகற்று"</string>
    <string name="user_exit_guest_confirm_title" msgid="3405527634738147409">"அழைக்கப்பட்டவரை அகற்றவா?"</string>
    <string name="user_exit_guest_confirm_message" msgid="2194459201944413257">"இந்த அமர்வின் எல்லா பயன்பாடுகளும், தரவும் நீக்கப்படும்."</string>
    <string name="user_exit_guest_dialog_remove" msgid="6351370829952745350">"அகற்று"</string>
    <string name="user_enable_calling" msgid="5128605672081602348">"ஃபோன் அழைப்புகளை இயக்கு"</string>
    <string name="user_enable_calling_sms" msgid="9172507088023097063">"ஃபோன் அழைப்புகள் &amp; SMSஐ இயக்கு"</string>
    <string name="user_remove_user" msgid="6490483480937295389">"பயனரை அகற்று"</string>
    <string name="user_enable_calling_confirm_title" msgid="4315789475268695378">"ஃபோன் அழைப்புகளை இயக்கவா?"</string>
    <string name="user_enable_calling_confirm_message" msgid="8061594235219352787">"அழைப்பு பட்டியலானது இவருடன் பகிரப்படும்."</string>
    <string name="user_enable_calling_and_sms_confirm_title" msgid="7243308401401932681">"ஃபோன் அழைப்புகள் &amp; SMSஐ இயக்கவா?"</string>
    <string name="user_enable_calling_and_sms_confirm_message" msgid="4025082715546544967">"அழைப்பும் SMS வரலாறும் இவருடன் பகிரப்படும்."</string>
    <string name="application_restrictions" msgid="8207332020898004394">"பயன்பாடுகளையும் உள்ளடக்கத்தையும் அனுமதி"</string>
    <string name="apps_with_restrictions_header" msgid="3660449891478534440">"வரையறைகளுடனான பயன்பாடுகள்"</string>
    <string name="apps_with_restrictions_settings_button" msgid="3841347287916635821">"பயன்பாட்டிற்கான அமைப்புகளை விரிவுபடுத்து"</string>
    <string name="home_app_uninstall_button" msgid="6808453012607962899">"பயன்பாட்டை நிறுவல் நீக்கு"</string>
    <string name="only_one_home_message" msgid="3538846733750242759">"வேறொரு முகப்புப் பயன்பாட்டை நிறுவும் வரை முகப்பின் அமைப்பு மறைக்கப்படும்."</string>
    <string name="global_change_warning" product="tablet" msgid="8045013389464294039">"அமைப்பானது, டேப்லெட்டில் உள்ள அனைவரையும் பாதிக்கும்."</string>
    <string name="global_change_warning" product="default" msgid="2461264421590324675">"அமைப்பானது, தொலைபேசியில் உள்ள அனைவரையும் பாதிக்கும்."</string>
    <string name="global_locale_change_title" msgid="5956281361384221451">"மொழியை மாற்றவும்"</string>
    <string name="global_font_change_title" msgid="1887126466191012035">"எழுத்துருவின் அளவை மாற்று"</string>
    <string name="nfc_payment_settings_title" msgid="1807298287380821613">"தட்டி கட்டணம் செலுத்துதல்"</string>
    <string name="nfc_payment_how_it_works" msgid="3028822263837896720">"இது எவ்வாறு இயங்குகிறது"</string>
    <string name="nfc_payment_no_apps" msgid="5477904979148086424">"ஸ்டோர்களில் உங்கள் மொபைல் மூலம் பணம் செலுத்தவும்"</string>
    <string name="nfc_payment_default" msgid="8648420259219150395">"இயல்பு கட்டணப் பயன்பாடு"</string>
    <string name="nfc_payment_default_not_set" msgid="7485060884228447765">"அமைக்கப்படவில்லை"</string>
    <string name="nfc_payment_app_and_desc" msgid="7942415346564794258">"<xliff:g id="APP">%1$s</xliff:g> - <xliff:g id="DESCRIPTION">%2$s</xliff:g>"</string>
    <string name="nfc_payment_use_default" msgid="3234730182120288495">"இயல்பைப் பயன்படுத்து"</string>
    <string name="nfc_payment_favor_default" msgid="5743781166099608372">"எப்போதும்"</string>
    <string name="nfc_payment_favor_open" msgid="1923314062109977944">"மற்றொரு பேமண்ட் பயன்பாடு திறந்திருக்கும் சமயங்கள் தவிர"</string>
    <string name="nfc_payment_pay_with" msgid="7524904024378144072">"தட்டி &amp; பணம் செலுத்துதல் டெர்மினலில், இதன் மூலம் பணம் செலுத்தவும்:"</string>
    <string name="nfc_how_it_works_title" msgid="1984068457698797207">"டெர்மினலில் பணம் செலுத்துதல்"</string>
    <string name="nfc_how_it_works_content" msgid="4749007806393224934">"பேமண்ட் பயன்பாட்டை அமைக்கவும். கான்டாக்ட்லெஸ் சின்னம் கொண்ட எந்த டெர்மினலிலும் உங்கள் மொபைலின் பின்பகுதியைக் காட்டவும்."</string>
    <string name="nfc_how_it_works_got_it" msgid="259653300203217402">"சரி"</string>
    <string name="nfc_more_title" msgid="815910943655133280">"மேலும்..."</string>
    <string name="nfc_payment_set_default_label" msgid="7315817259485674542">"உங்கள் விருப்பத்தேர்வாக அமைக்கவா?"</string>
    <string name="nfc_payment_set_default" msgid="8532426406310833489">"தட்டி &amp; பணம் செலுத்துதலுக்கு எப்போதும் <xliff:g id="APP">%1$s</xliff:g>ஐப் பயன்படுத்தவா?"</string>
    <string name="nfc_payment_set_default_instead_of" msgid="6993301165940432743">"தட்டி &amp; பணம் செலுத்தும் போது, <xliff:g id="APP_1">%2$s</xliff:g>க்குப் பதிலாக எப்போதும் <xliff:g id="APP_0">%1$s</xliff:g>ஐப் பயன்படுத்தவா?"</string>
    <string name="restriction_settings_title" msgid="4233515503765879736">"கட்டுப்பாடுகள்"</string>
    <string name="restriction_menu_reset" msgid="2067644523489568173">"வரையறைகளை அகற்று"</string>
    <string name="restriction_menu_change_pin" msgid="740081584044302775">"பின்னை மாற்று"</string>
    <string name="app_notifications_switch_label" msgid="9124072219553687583">"அறிவிப்புகளைக் காட்டு"</string>
    <string name="help_label" msgid="6886837949306318591">"உதவி &amp; கருத்து"</string>
    <string name="user_account_title" msgid="1127193807312271167">"உள்ளடக்கத்திற்கான கணக்கு"</string>
    <string name="user_picture_title" msgid="7297782792000291692">"பட ஐடி"</string>
    <string name="extreme_threats_title" msgid="6549541803542968699">"அதீத அச்சுறுத்தல்கள்"</string>
    <string name="extreme_threats_summary" msgid="8777860706500920667">"உயிருக்கும் உடைமைக்கும் அதீத அச்சுறுத்தலின் போது எச்சரிக்கைளைப் பெறு"</string>
    <string name="severe_threats_title" msgid="8362676353803170963">"தீவிரமான அச்சுறுத்தல்கள்"</string>
    <string name="severe_threats_summary" msgid="8848126509420177320">"உயிருக்கும் உடைமைக்கும் தீவிரமான அச்சுறுத்தலின் போது எச்சரிக்கைளைப் பெறு"</string>
    <string name="amber_alerts_title" msgid="2772220337031146529">"AMBER எச்சரிக்கைகள்"</string>
    <string name="amber_alerts_summary" msgid="4312984614037904489">"குழந்தைக் கடத்தல் பற்றிய அறிவிப்புகளைப் பெறுதல்"</string>
    <string name="repeat_title" msgid="6473587828597786996">"மீண்டும்"</string>
    <string name="call_manager_enable_title" msgid="7718226115535784017">"அழைப்பு நிர்வாகியை இயக்கு"</string>
    <string name="call_manager_enable_summary" msgid="8458447798019519240">"அழைப்புகளின் தன்மையை நிர்வகிக்க இந்தச் சேவையை அனுமதிக்கவும்."</string>
    <string name="call_manager_title" msgid="4479949569744516457">"அழைப்பு நிர்வாகி"</string>
    <!-- no translation found for call_manager_summary (5918261959486952674) -->
    <skip />
    <string name="cell_broadcast_settings" msgid="2451014351355183338">"அவசரகால அலைபரப்புகள்"</string>
    <string name="network_operators_settings" msgid="2583178259504630435">"நெட்வொர்க் ஆபரேட்டர்கள்"</string>
    <string name="access_point_names" msgid="1381602020438634481">"ஆக்சஸ் பாயிண்ட் நேம்கள்"</string>
    <string name="enhanced_4g_lte_mode_title" msgid="5808043757309522392">"மேம்பட்ட 4G LTE பயன்முறை"</string>
    <string name="enhanced_4g_lte_mode_summary" msgid="1376589643017218924">"குரல் மற்றும் தகவல்தொடர்புகளை மேம்படுத்த LTE தரவைப் பயன்படுத்தவும் (பரிந்துரைக்கப்பட்டது)"</string>
    <string name="preferred_network_type_title" msgid="3431041717309776341">"விரும்பும் நெட்வொர்க் வகை"</string>
    <string name="preferred_network_type_summary" msgid="6564884693884755019">"LTE (பரிந்துரைக்கப்பட்டது)"</string>
    <string name="work_sim_title" msgid="4843322164662606891">"பணியிட சிம்"</string>
    <string name="user_restrictions_title" msgid="5794473784343434273">"பயன்பாடு &amp; உள்ளடக்க அணுகல்"</string>
    <string name="user_rename" msgid="8523499513614655279">"மறுபெயரிடுக"</string>
    <string name="app_restrictions_custom_label" msgid="6160672982086584261">"பயன்பாட்டின் வரையறைகளை அமை"</string>
    <string name="user_restrictions_controlled_by" msgid="3164078767438313899">"<xliff:g id="APP">%1$s</xliff:g> ஆல் கட்டுப்படுத்தப்படுகிறது"</string>
    <string name="app_sees_restricted_accounts" msgid="7503264525057246240">"இந்தப் பயன்பாடு உங்கள் கணக்குகளை அணுகலாம்"</string>
    <string name="app_sees_restricted_accounts_and_controlled_by" msgid="6968697624437267294">"இந்தப் பயன்பாட்டால் உங்கள் கணக்குகளை அணுக முடியும். கட்டுப்படுத்தும் பயன்பாடு: <xliff:g id="APP">%1$s</xliff:g>"</string>
    <string name="restriction_wifi_config_title" msgid="8889556384136994814">"வைஃபை மற்றும் மொபைல்"</string>
    <string name="restriction_wifi_config_summary" msgid="70888791513065244">"வைஃபை மற்றும் மொபைல் அமைப்புகளின் மாற்றத்தை அனுமதிக்கவும்"</string>
    <string name="restriction_bluetooth_config_title" msgid="8871681580962503671">"புளூடூத்"</string>
    <string name="restriction_bluetooth_config_summary" msgid="8372319681287562506">"புளூடூத் இணைத்தல் மற்றும் அமைப்புகளின் மாற்றத்தை அனுமதி"</string>
    <string name="restriction_nfc_enable_title" msgid="5888100955212267941">"NFC"</string>
    <string name="restriction_nfc_enable_summary_config" msgid="3232480757215851738">"மற்றொரு NFC சாதனத்தை <xliff:g id="DEVICE_NAME">%1$s</xliff:g> தொடும்போது தரவுப் பரிமாற்றத்தை அனுமதி"</string>
    <string name="restriction_nfc_enable_summary" product="tablet" msgid="3891097373396149915">"டேப்லெட்டானது வேறொரு சாதனத்தைத் தொடும்போது தரவு பரிமாற்றத்தை அனுமதி"</string>
    <string name="restriction_nfc_enable_summary" product="default" msgid="825331120501418592">"தொலைபேசியானது வேறொரு சாதனத்தைத் தொடும்போது தரவு பரிமாற்றத்தை அனுமதி"</string>
    <string name="restriction_location_enable_title" msgid="5020268888245775164">"இருப்பிடம்"</string>
    <string name="restriction_location_enable_summary" msgid="3489765572281788755">"பயன்பாடுகள் உங்கள் இருப்பிடத் தகவலைப் பயன்படுத்தலாம்"</string>
    <string name="wizard_back" msgid="5567007959434765743">"பின் செல்"</string>
    <string name="wizard_next" msgid="3606212602795100640">"அடுத்து"</string>
    <string name="wizard_finish" msgid="3286109692700083252">"முடி"</string>
    <string name="user_image_take_photo" msgid="1280274310152803669">"படமெடு"</string>
    <string name="user_image_choose_photo" msgid="7940990613897477057">"கேலரியிலிருந்து படத்தைத் தேர்வுசெய்க"</string>
    <string name="user_image_photo_selector" msgid="5492565707299454873">"படத்தைத் தேர்வுசெய்க"</string>
    <string name="regulatory_info_text" msgid="5623087902354026557"></string>
    <string name="sim_setup_wizard_title" msgid="1732682852692274928">"சிம் கார்டுகள்"</string>
    <string name="sim_settings_title" msgid="6822745211458959756">"சிம் கார்டுகள்"</string>
    <string name="sim_settings_summary" msgid="4050372057097516088">"<xliff:g id="SIM_NAME">%1$s</xliff:g> - <xliff:g id="SIM_NUMBER">%2$s</xliff:g>"</string>
    <string name="sim_cards_changed_message" msgid="7900721153345139783">"சிம் கார்டுகள் மாற்றப்பட்டன"</string>
    <string name="sim_cards_changed_message_summary" msgid="5452545583546944683">"செயல்களை அமைக்கத் தொடவும்"</string>
    <string name="sim_cellular_data_unavailable" msgid="9018555543451203035">"செல்லுலார் தரவு கிடைக்கவில்லை"</string>
    <string name="sim_cellular_data_unavailable_summary" msgid="3654805961942166428">"தரவு சிம் ஐத் தேர்வுசெய்ய தொடவும்"</string>
    <string name="sim_calls_always_use" msgid="7936774751250119715">"அழைப்புகளுக்கு எப்போதும் இதை பயன்படுத்து"</string>
    <string name="select_sim_for_data" msgid="2366081042162853044">"தரவுக்கான SIMஐத் தேர்ந்தெடுக்கவும்"</string>
    <string name="data_switch_started" msgid="2040761479817166311">"தரவு சிம் மாறுகிறது, இதற்கு ஒரு நிமிடம் வரை ஆகலாம்..."</string>
    <string name="select_sim_for_calls" msgid="3503094771801109334">"இந்த SIM வழியாக அழை"</string>
    <string name="sim_select_card" msgid="211285163525563293">"சிம் கார்டைத் தேர்வுசெய்யவும்"</string>
    <string name="sim_card_number_title" msgid="7845379943474336488">"சிம் <xliff:g id="CARD_NUMBER">%1$d</xliff:g>"</string>
    <string name="sim_slot_empty" msgid="8964505511911854688">"சிம் இல்லை"</string>
    <string name="sim_editor_name" msgid="1722945976676142029">"சிம் பெயர்"</string>
    <string name="sim_name_hint" msgid="7038643345238968930">"சிம் பெயரை உள்ளிடுக"</string>
    <string name="sim_editor_title" msgid="4034301817366627870">"SIM ஸ்லாட் %1$d"</string>
    <string name="sim_editor_carrier" msgid="5684523444677746573">"சேவை வழங்குநர்"</string>
    <string name="sim_editor_number" msgid="6705955651035440667">"எண்"</string>
    <string name="sim_editor_color" msgid="2542605938562414355">"சிம் வண்ணம்"</string>
    <string name="sim_card_select_title" msgid="6668492557519243456">"சிம் கார்டைத் தேர்ந்தெடுக்கவும்"</string>
    <string name="color_orange" msgid="4417567658855022517">"இளஞ்சிவப்பு"</string>
    <string name="color_purple" msgid="3888532466427762504">"ஊதா"</string>
    <string name="sim_no_inserted_msg" msgid="210316755353227087">"சிம் கார்டுகள் செருகப்படவில்லை"</string>
    <string name="sim_status_title" msgid="6744870675182447160">"சிம் நிலை"</string>
    <string name="sim_call_back_title" msgid="5181549885999280334">"இயல்புநிலை சிம் இலிருந்து திருப்பி அழை"</string>
    <string name="sim_outgoing_call_title" msgid="1019763076116874255">"வெளிச்செல்லும் அழைப்புகளுக்கான சிம்"</string>
    <string name="sim_other_call_settings" msgid="8247802316114482477">"பிற அழைப்பு அமைப்பு"</string>
    <string name="preferred_network_offload_title" msgid="1605829724169550275">"தேர்ந்தெடுத்த நெட்வொர்க்கை துண்டித்தல்"</string>
    <string name="preferred_network_offload_header" msgid="2321173571529106767">"நெட்வொர்க் பெயர் அலைபரப்பை முடக்கு"</string>
    <string name="preferred_network_offload_footer" msgid="5857279426054744020">"நெட்வொர்க் பெயர் அலைபரப்பை முடக்குவது, மூன்றாம் தரப்பினர் உங்கள் நெட்வொர்க் தகவலின் அணுகலைப் பெறுவதைத் தடுக்கும்."</string>
    <string name="preferred_network_offload_popup" msgid="2252915199889604600">"நெட்வொர்க் பெயர் அலைபரப்புவதை முடக்குவது, மறைக்கப்பட்ட நெட்வொர்க்குகளுடன் தானாக இணைப்பதைத் தடுக்கும்."</string>
    <string name="sim_signal_strength" msgid="9144010043784767984">"<xliff:g id="DBM">%1$d</xliff:g> dBm <xliff:g id="ASU">%2$d</xliff:g> asu"</string>
    <string name="sim_notification_title" msgid="6272913297433198340">"சிம் கார்டுகள் மாற்றப்பட்டன."</string>
    <string name="sim_notification_summary" msgid="5024470200658902406">"அமைக்கத் தொடவும்"</string>
    <string name="sim_pref_divider" msgid="6778907671867621874">"இதற்குப் பயன்படுத்த வேண்டிய SIM"</string>
    <string name="sim_calls_ask_first_prefs_title" msgid="7941299533514115976">"ஒவ்வொரு முறையும் கேள்"</string>
    <string name="sim_selection_required_pref" msgid="3446721423206414652">"தேர்வு தேவை"</string>
    <string name="dashboard_title" msgid="5453710313046681820">"அமைப்பு"</string>
    <string name="search_results_title" msgid="1796252422574886932">"அமைப்பு"</string>
    <string name="search_menu" msgid="6283419262313758339">"தேடல் அமைப்புகள்"</string>
    <string name="query_hint_text" msgid="3350700807437473939">"தேடல் அமைப்பு"</string>
    <string name="search_recents_queries_label" msgid="2128811638532309069">"சமீபத்திய தேடல்கள்"</string>
    <string name="search_results_label" msgid="4163304782363526148">"முடிவுகள்"</string>
    <string name="keywords_wifi" msgid="8947676711698613374">"வைஃபை நெட்வொர்க் இணைப்பு"</string>
    <string name="keywords_more_default_sms_app" msgid="895656981962034647">"உரை செய்தி செய்தியிடல் செய்திகள் செய்தி அனுப்புதல்"</string>
    <string name="keywords_more_mobile_networks" msgid="4939725094449606744">"செல்லுலார் செல் கேரியர் வயர்லெஸ் டேட்டா 4g 3g 2g lte"</string>
    <string name="keywords_wifi_calling" msgid="5497735076883598019">"வைஃபை வை-ஃபை அழைப்பு அழைத்தல்"</string>
    <string name="keywords_home" msgid="3626170808219458848">"துவக்கி"</string>
    <string name="keywords_display" msgid="6709007669501628320">"திரை டச்ஸ்கிரீன்"</string>
    <string name="keywords_display_brightness_level" msgid="8923289340474728990">"ஒளிமங்கல் திரை டச்ஸ்கிரீன் பேட்டரி"</string>
    <string name="keywords_display_auto_brightness" msgid="8357056338746666901">"ஒளிமங்கல் திரை டச்ஸ்கிரீன் பேட்டரி"</string>
    <string name="keywords_display_night_mode" msgid="7652025075378505346">"அடர் தீம் இரவுப் பயன்முறை திரையை மங்கலாக்கல் ஒளிர்வை எதிர்மறையாக்கல்"</string>
    <string name="keywords_display_wallpaper" msgid="7778443098569037063">"பின்னணி தனிப்படுத்து தனிப்பயனாக்கு திரை"</string>
    <string name="keywords_display_font_size" msgid="3404655440064726124">"உரை அளவு"</string>
    <string name="keywords_display_cast_screen" msgid="3167261692257302743">"அனுப்புதல் வெளிப்பாடு"</string>
    <string name="keywords_storage" msgid="6572905220031852173">"இடம் டிஸ்க் வட்டு இயக்ககம் சாதனம் பயன்பாடு"</string>
    <string name="keywords_battery" msgid="2096185085932675704">"பவர் பயன்பாடு சார்ஜ்"</string>
    <string name="keywords_spell_checker" msgid="6106749039734174140">"உச்சரிப்பு அகராதி எழுத்துச்சரிபார்ப்பு தன்னியக்க திருத்தம்"</string>
    <string name="keywords_voice_input" msgid="3519547605812413860">"கண்டறிவான் உள்ளீடு பேச்சு பேசு மொழி ஹேண்ட்ஸ்-ஃப்ரீ ஹேண்ட்ஃப்ரீ அறிதல் தீய வார்த்தை ஆடியோ வரலாறு புளுடூத் ஹெட்செட்"</string>
    <string name="keywords_text_to_speech_output" msgid="392447904221657930">"வீதம் மொழி இயல்பு பேசு பேசுதல் tts அணுகல்தன்மை ரீடர் பார்வையற்றவர்"</string>
    <string name="keywords_date_and_time" msgid="2631808108134830066">"கடிகாரம் மிலிட்டரி"</string>
    <string name="keywords_network_reset" msgid="6346978754090557056">"மீட்டமை மீட்டெடு ஆரம்பநிலை"</string>
    <string name="keywords_factory_data_reset" msgid="4355133848707691977">"அழி நீக்கு மீட்டமை அழி அகற்று"</string>
    <string name="keywords_printing" msgid="1701778563617114846">"பிரிண்டர்"</string>
    <string name="keywords_sounds_and_notifications" msgid="5965996187974887000">"ஸ்பீக்கர் பீப்"</string>
    <string name="keywords_sounds_and_notifications_interruptions" msgid="543023766902917716">"வேண்டாம் தொந்தரவு செய்யாதே குறுக்கீடு குறுக்கிடல் இடைநிறுத்தம்"</string>
    <string name="keywords_app" msgid="6334757056536837791">"RAM"</string>
    <string name="keywords_location" msgid="782326973714313480">"அருகாமை இடம் வரலாறு அறிக்கையிடல்"</string>
    <string name="keywords_location_mode" msgid="8584992704568356084">"துல்லியம்"</string>
    <string name="keywords_accounts" msgid="1957925565953357627">"கணக்கு"</string>
    <string name="keywords_users" msgid="4673901601478559100">"வரம்பிடல் வரம்பு வரம்பிட்டது"</string>
    <string name="keywords_keyboard_and_ime" msgid="5251531893531063855">"உரை திருத்தம் சரிசெய் ஒலி அதிர்வு தானியங்கு மொழி சைகை பரிந்துரை பரிந்துரைப்பு தீம் வன்மொழி சொல் வகை ஈமோஜி சர்வதேசம்"</string>
    <string name="keywords_reset_apps" msgid="6420313678620788457">"முன்விருப்பத்தேர்வுகளை இயல்புநிலைக்கு மீட்டமை"</string>
    <string name="keywords_emergency_app" msgid="6542122071127391103">"அவசர ice பயன்பாடு இயல்பு"</string>
    <string name="keywords_default_phone_app" msgid="90136554927956860">"ஃபோன் டயலர் இயல்பு"</string>
    <string name="keywords_all_apps" msgid="5377153522551809915">"ஆப்ஸ் பதிவிறக்கு பயன்பாடுகள் முறைமை"</string>
    <string name="keywords_app_permissions" msgid="8677901415217188314">"பயன்பாடுகள் அனுமதிகள் பாதுகாப்பு"</string>
    <string name="keywords_default_apps" msgid="3581727483175522599">"பயன்பாடுகள் இயல்பு"</string>
    <string name="keywords_ignore_optimizations" msgid="946516741848647905">"தவிர் மேம்படுத்தல்கள் doze பயன்பாடு காத்திருப்பு நிலை"</string>
    <string name="keywords_color_mode" msgid="4670570451841540200">"வைபிரன்ட் rgb srgb வண்ணம் இயற்கை வழக்கம்"</string>
    <string name="keywords_color_temperature" msgid="2688947724153266364">"வண்ணம் அளவு D65 D73 வெள்ளை மஞ்சள் நீலம் அடர் வெளிர்"</string>
    <string name="keywords_lockscreen" msgid="4806191868723291541">"ஸ்லைடு கடவுச்சொல் வடிவம் pin"</string>
    <string name="setup_wifi_nfc_tag" msgid="9028353016222911016">"வைஃபை NFC குறியை அமை"</string>
    <string name="write_tag" msgid="8571858602896222537">"எழுது"</string>
    <string name="status_awaiting_tap" msgid="2130145523773160617">"எழுத, குறியைத் தட்டவும்..."</string>
    <string name="status_invalid_password" msgid="2575271864572897406">"தவறான கடவுச்சொல், மீண்டும் முயற்சிக்கவும்."</string>
    <string name="status_write_success" msgid="5228419086308251169">"வெற்றி!"</string>
    <string name="status_failed_to_write" msgid="8072752734686294718">"NFC குறியில் தரவை எழுத முடியவில்லை. சிக்கல் தொடர்ந்தால், வேறொரு குறியை முயற்சிக்கவும்"</string>
    <string name="status_tag_not_writable" msgid="2511611539977682175">"NFC குறி எழுதக்கூடியது அல்ல. வேறொரு குறியைப் பயன்படுத்தவும்."</string>
    <string name="default_sound" msgid="8821684447333687810">"இயல்பு ஒலி"</string>
    <string name="notification_settings" msgid="8791730980212496561">"ஒலி &amp; அறிவிப்பு"</string>
    <string name="media_volume_option_title" msgid="2811531786073003825">"மீடியா ஒலியளவு"</string>
    <string name="alarm_volume_option_title" msgid="8219324421222242421">"அலார ஒலியளவு"</string>
    <string name="ring_volume_option_title" msgid="6767101703671248309">"அழைப்பு - ஒலியளவு"</string>
    <string name="notification_volume_option_title" msgid="6064656124416882130">"அறிவிப்பின் ஒலியளவு"</string>
    <string name="zen_mode_priority_settings_title" msgid="2623117023031824309">"முதன்மை அனுமதிப்பவை:"</string>
    <string name="zen_mode_automation_settings_title" msgid="4228995740594063774">"தானியங்கு விதிகள்"</string>
    <string name="zen_mode_option_important_interruptions" msgid="3903928008177972500">"முதன்மை மட்டும்"</string>
    <string name="zen_mode_option_alarms" msgid="5785372117288803600">"அலாரங்கள் மட்டும்"</string>
    <string name="zen_mode_option_no_interruptions" msgid="8107126344850276878">"அறிவிப்புகள் வேண்டாம்"</string>
    <string name="zen_mode_summary_combination" msgid="8715563402849273459">"<xliff:g id="MODE">%1$s</xliff:g>: <xliff:g id="EXIT_CONDITION">%2$s</xliff:g>"</string>
    <string name="ringtone_title" msgid="5379026328015343686">"மொபைலின் ரிங்டோன்"</string>
    <string name="notification_ringtone_title" msgid="3361201340352664272">"இயல்புநிலை அறிவிப்பு ரிங்டோன்"</string>
    <string name="vibrate_when_ringing_title" msgid="3806079144545849032">"அழைப்புகளுக்கும் அதிர்வுறு"</string>
    <string name="notification_section_header" msgid="95661783916799134">"அறிவிப்பு"</string>
    <string name="advanced_section_header" msgid="8833934850242546903">"மேம்பட்டவை"</string>
    <string name="notification_pulse_title" msgid="1247988024534030629">"தொடர் அறிவிப்பு விளக்கு"</string>
    <string name="lock_screen_notifications_title" msgid="9118805570775519455">"சாதனம் பூட்டப்பட்டிருக்கும் போது"</string>
    <string name="lock_screen_notifications_summary_show" msgid="6407527697810672847">"எல்லா அறிவிப்பு உள்ளடக்கத்தையும் காட்டு"</string>
    <string name="lock_screen_notifications_summary_hide" msgid="7891552853357258782">"முக்கிய அறிவிப்பு உள்ளடக்கத்தை மறை"</string>
    <string name="lock_screen_notifications_summary_disable" msgid="859628910427886715">"ஒருபோதும் அறிவிப்புகளைக் காட்டாதே"</string>
    <string name="lock_screen_notifications_interstitial_message" msgid="6164532459432182244">"சாதனம் பூட்டப்பட்டிருக்கும் போது, எப்படி அறிவிப்புகளைக் காட்ட வேண்டும்?"</string>
    <string name="lock_screen_notifications_interstitial_title" msgid="1416589393106326972">"அறிவிப்புகள்"</string>
    <string name="app_notifications_title" msgid="5810577805218003760">"பயன்பாடு அறிவிப்புகள்"</string>
    <string name="other_sound_settings" msgid="3151004537006844718">"பிற ஒலிகள்"</string>
    <string name="dial_pad_tones_title" msgid="1999293510400911558">"டயல்பேடு டோன்கள்"</string>
    <string name="screen_locking_sounds_title" msgid="1340569241625989837">"திரையைப் பூட்டும் போது"</string>
    <string name="charging_sounds_title" msgid="1132272552057504251">"சார்ஜிங்கின் போது"</string>
    <string name="docking_sounds_title" msgid="155236288949940607">"டாக்கிங் ஒலிகள்"</string>
    <string name="touch_sounds_title" msgid="5326587106892390176">"தொடுதலின் போது"</string>
    <string name="vibrate_on_touch_title" msgid="674710566941697253">"தொடும்போது அதிர்வுறு"</string>
    <string name="dock_audio_media_title" msgid="1346838179626123900">"டாக் ஸ்பீக்கரை இயக்கு"</string>
    <string name="dock_audio_media_disabled" msgid="3430953622491538080">"எல்லா ஆடியோவும்"</string>
    <string name="dock_audio_media_enabled" msgid="667849382924908673">"மீடியா ஆடியோ மட்டும்"</string>
    <string name="emergency_tone_silent" msgid="1067515631635824291">"நிசப்தம்"</string>
    <string name="emergency_tone_alert" msgid="8941852695428130667">"விழிப்பூட்டல்"</string>
    <string name="emergency_tone_vibrate" msgid="8281126443204950847">"அதிர்வு"</string>
    <string name="manage_notification_access_title" msgid="7510080164564944891">"அறிவிப்பு அணுகல்"</string>
    <string name="manage_notification_access_summary_zero" msgid="2409912785614953348">"பயன்பாடுகளால் அறிவிப்புகளைப் படிக்க முடியாது"</string>
    <plurals name="manage_notification_access_summary_nonzero" formatted="false" msgid="7930130030691218387">
      <item quantity="other">%d பயன்பாடுகள் அறிவிப்புகளைப் படிக்கலாம்</item>
      <item quantity="one">%d பயன்பாடு அறிவிப்புகளைப் படிக்கலாம்</item>
    </plurals>
    <string name="no_notification_listeners" msgid="3487091564454192821">"அறிவிப்பு அணுகலைக் கோரும் பயன்பாடுகள் எதுவும் நிறுவப்படவில்லை."</string>
    <string name="notification_listener_security_warning_title" msgid="5522924135145843279">"<xliff:g id="SERVICE">%1$s</xliff:g>க்கான அறிவிப்பு அணுகலை அனுமதிக்கவா?"</string>
    <string name="notification_listener_security_warning_summary" msgid="548925084229440829">"தொடர்புப் பெயர்கள், நீங்கள் பெறும் உரைச் செய்திகள் போன்ற தனிப்பட்ட தகவல் உள்ளிட்ட எல்லா அறிவிப்புகளையும் <xliff:g id="NOTIFICATION_LISTENER_NAME">%1$s</xliff:g> ஆல் படிக்க முடியும். அதனால் அறிவிப்புகளை நிராகரிக்கவும் அல்லது அவற்றில் இருக்கும் செயல் பொத்தான்களைத் தூண்டவும் முடியும்."</string>
    <string name="manage_zen_access_title" msgid="2611116122628520522">"தொந்தரவு செய்ய வேண்டாம் என்பதன் அணுகல்"</string>
    <string name="zen_access_empty_text" msgid="8772967285742259540">"தொந்தரவு செய்ய வேண்டாம் என்பதன் அணுகலை நிறுவப்பட்ட பயன்பாடுகள் எதுவும் கோரவில்லை"</string>
    <string name="loading_notification_apps" msgid="5031818677010335895">"பயன்பாடுகளை ஏற்றுகிறது..."</string>
    <string name="app_notification_block_title" msgid="4069351066849087649">"எல்லாம் தடு"</string>
    <string name="app_notification_block_summary" msgid="9049487483231233726">"இந்தப் பயன்பாட்டிலிருந்து எப்போதும் அறிவிப்புகளைக் காட்டாதே"</string>
    <string name="app_notification_priority_title" msgid="5949923919607295595">"முன்னுரிமையாகக் கருது"</string>
    <string name="app_notification_priority_summary" msgid="2538018111338754446">"தொந்தரவு செய்யாதே என்பதில் முன்னுரிமை மட்டும் என அமைக்கப்பட்டிருக்கும் போது, இந்தப் பயன்பாட்டின் அறிவிப்புகள் கேட்கப்படும்"</string>
    <string name="app_notification_peekable_title" msgid="8647856880382324822">"பார்க்க அனுமதி"</string>
    <string name="app_notification_peekable_summary" msgid="678845517890921158">"சில அறிவிப்புகளை நடப்பு திரையில் சற்று இழுத்துவிடுவதன் மூலம், இந்தப் பயன்பாடு அவற்றைத் தனிப்படுத்தும்"</string>
    <string name="app_notification_sensitive_title" msgid="8465860579482264139">"முக்கியமான உள்ளடக்கத்தை மறை"</string>
    <string name="app_notification_sensitive_summary" msgid="3263836642625157920">"இந்தச் சாதனம் பூட்டப்பட்டிருக்கும்போது, தனிப்பட்ட தகவலை வெளிப்படுத்தக்கூடிய இந்தப் பயன்பாட்டின் அறிவிப்புகளின் உள்ளடக்கத்தை மறைக்கும்."</string>
    <string name="app_notification_row_banned" msgid="5983655258784814773">"தடுக்கப்பட்டது"</string>
    <string name="app_notification_row_priority" msgid="7723839972982746568">"முன்னுரிமை"</string>
    <string name="app_notification_row_sensitive" msgid="1809610030432329940">"முக்கியமானவை"</string>
    <string name="app_notifications_dialog_done" msgid="3484067728568791014">"முடிந்தது"</string>
    <string name="zen_mode_rule_name" msgid="5149068059383837549">"விதியின் பெயர்"</string>
    <string name="zen_mode_rule_name_hint" msgid="3781174510556433384">"விதியின் பெயரை உள்ளிடு"</string>
    <string name="zen_mode_rule_name_warning" msgid="4517805381294494314">"விதியின் பெயர் ஏற்கனவே உபயோகத்தில் உள்ளது"</string>
    <string name="zen_mode_add_rule" msgid="9100929184624317193">"விதியைச் சேர்"</string>
    <string name="zen_mode_delete_rule" msgid="2985902330199039533">"விதியை நீக்கு"</string>
    <string name="zen_mode_delete_rule_confirmation" msgid="6237882294348570283">"\"<xliff:g id="RULE">%1$s</xliff:g>\" விதியை நீக்கவா?"</string>
    <string name="zen_mode_delete_rule_button" msgid="4248741120307752294">"நீக்கு"</string>
    <string name="zen_mode_rule_type" msgid="2289413469580142888">"விதி வகை"</string>
    <string name="zen_mode_rule_type_unknown" msgid="3049377282766700600">"தெரியாதது"</string>
    <string name="zen_mode_configure_rule" msgid="8865785428056490305">"விதியை உள்ளமைக்கவும்"</string>
    <string name="zen_schedule_rule_type_name" msgid="142936744435271449">"நேர விதி"</string>
    <string name="zen_schedule_rule_enabled_toast" msgid="3379499360390382259">"குறிப்பிட்ட நேரங்களில் தொந்தரவு செய்ய வேண்டாம் என்பதை இயக்கும் தானியங்கு விதி"</string>
    <string name="zen_event_rule_type_name" msgid="2645981990973086797">"நிகழ்வின் விதி"</string>
    <string name="zen_event_rule_enabled_toast" msgid="6910577623330811480">"குறிப்பிட்ட நிகழ்வுகளில் தொந்தரவு செய்ய வேண்டாம் என்பதை இயக்கும் தானியங்கு விதி"</string>
    <string name="zen_mode_event_rule_calendar" msgid="8787906563769067418">"பின்வரும் இந்த நிகழ்வுகளின் போது:"</string>
    <string name="zen_mode_event_rule_summary_calendar_template" msgid="5135844750232403975">"<xliff:g id="CALENDAR">%1$s</xliff:g> இன் நிகழ்வுகளின் போது"</string>
    <string name="zen_mode_event_rule_summary_any_calendar" msgid="4936646399126636358">"ஏதேனும் கேலெண்டர்"</string>
    <string name="zen_mode_event_rule_summary_reply_template" msgid="6590671260829837157">"<xliff:g id="REPLY">%1$s</xliff:g> என பதில் இருக்கும் போது"</string>
    <string name="zen_mode_event_rule_calendar_any" msgid="6485568415998569885">"ஏதேனும் கேலெண்டர்"</string>
    <string name="zen_mode_event_rule_reply" msgid="5166322024212403739">"இந்த பதில்களின் போது"</string>
    <string name="zen_mode_event_rule_reply_any_except_no" msgid="8868873496008825961">"ஆம், ஒருவேளை, அல்லது பதிலளிக்கவில்லை"</string>
    <string name="zen_mode_event_rule_reply_yes_or_maybe" msgid="2769656565454495824">"ஆம் அல்லது ஒருவேளை"</string>
    <string name="zen_mode_event_rule_reply_yes" msgid="1003598835878784659">"ஆம்"</string>
    <string name="zen_mode_rule_not_found_text" msgid="8963662446092059836">"விதி இல்லை."</string>
    <string name="zen_mode_rule_summary_combination" msgid="2526506268333198254">"<xliff:g id="DESCRIPTION">%1$s</xliff:g> / <xliff:g id="MODE">%2$s</xliff:g>"</string>
    <string name="zen_mode_schedule_rule_days" msgid="3195058680641389948">"நாட்கள்"</string>
    <string name="zen_mode_schedule_rule_days_none" msgid="4954143628634166317">"ஏதுமில்லை"</string>
    <string name="zen_mode_schedule_rule_days_all" msgid="146511166522076034">"தினமும்"</string>
    <string name="summary_divider_text" msgid="7228986578690919294">", "</string>
    <string name="summary_range_symbol_combination" msgid="5695218513421897027">"<xliff:g id="START">%1$s</xliff:g> - <xliff:g id="END">%2$s</xliff:g>"</string>
    <string name="summary_range_verbal_combination" msgid="8467306662961568656">"<xliff:g id="START">%1$s</xliff:g> - <xliff:g id="END">%2$s</xliff:g>"</string>
    <string name="zen_mode_calls" msgid="7051492091133751208">"அழைப்புகள்"</string>
    <string name="zen_mode_messages" msgid="5886440273537510894">"செய்திகள்"</string>
    <string name="zen_mode_selected_messages" msgid="8245990149599142281">"தேர்ந்தெடுத்த செய்திகள்"</string>
    <string name="zen_mode_from_anyone" msgid="2638322015361252161">"எவரிடமிருந்தும்"</string>
    <string name="zen_mode_from_contacts" msgid="2232335406106711637">"தொடர்புகளிலிருந்து மட்டுமே"</string>
    <string name="zen_mode_from_starred" msgid="2678345811950997027">"நட்சத்திரமிட்ட தொடர்புகளிலிருந்து மட்டுமே"</string>
    <string name="zen_mode_from_none" msgid="8219706639954614136">"ஏதுமில்லை"</string>
    <string name="zen_mode_alarms" msgid="2165302777886552926">"அலாரங்கள்"</string>
    <string name="zen_mode_reminders" msgid="5458502056440485730">"நினைவூட்டல்கள்"</string>
    <string name="zen_mode_events" msgid="7914446030988618264">"நிகழ்வுகள்"</string>
    <string name="zen_mode_selected_callers" msgid="3127598874060615742">"தேர்ந்தெடுக்கப்பட்ட அழைப்பாளர்கள்"</string>
    <string name="zen_mode_repeat_callers" msgid="5019521886428322131">"மீண்டும் மீண்டும் அழைப்பவர்கள்"</string>
    <string name="zen_mode_repeat_callers_summary" msgid="7192713032364140137">"<xliff:g id="MINUTES">%d</xliff:g> நிமிடங்களுக்குள் இரண்டாவது முறையாக அதே எண்ணிலிருந்து அழைப்பு வந்தால், அனுமதி"</string>
    <string name="zen_mode_when" msgid="2767193283311106373">"தானாகவே இயக்கு"</string>
    <string name="zen_mode_when_never" msgid="8809494351918405602">"எப்போதும் வேண்டாம்"</string>
    <string name="zen_mode_when_every_night" msgid="3122486110091921009">"ஒவ்வொரு இரவும்"</string>
    <string name="zen_mode_when_weeknights" msgid="8354070633893273783">"வார இறுதிநாட்கள்"</string>
    <string name="zen_mode_start_time" msgid="8102602297273744441">"தொடக்க நேரம்"</string>
    <string name="zen_mode_end_time" msgid="8774327885892705505">"முடிவு நேரம்"</string>
    <string name="zen_mode_end_time_next_day_summary_format" msgid="4201521691238728701">"அடுத்த நாள் <xliff:g id="FORMATTED_TIME">%s</xliff:g>"</string>
    <string name="zen_mode_summary_alarms_only_indefinite" msgid="2061973221027570123">"அலாரங்கள் மட்டும் (காலவரையின்றி) என மாற்று"</string>
    <plurals name="zen_mode_summary_alarms_only_by_minute" formatted="false" msgid="6122003583875424601">
      <item quantity="other"><xliff:g id="DURATION">%1$d</xliff:g> நிமிடங்களுக்கு (<xliff:g id="FORMATTEDTIME_1">%2$s</xliff:g> வரை) அலாரங்கள் மட்டும் என மாற்றவும்</item>
      <item quantity="one"><xliff:g id="FORMATTEDTIME_0">%2$s</xliff:g> வரை, ஒரு நிமிடத்திற்கு அலாரங்கள் மட்டும் என மாற்றவும்</item>
    </plurals>
    <plurals name="zen_mode_summary_alarms_only_by_hour" formatted="false" msgid="2407703455581767748">
      <item quantity="other"><xliff:g id="FORMATTEDTIME_1">%2$s</xliff:g> வரை, <xliff:g id="DURATION">%1$d</xliff:g> மணிநேரத்திற்கு அலாரங்கள் மட்டும் என மாற்றவும்</item>
      <item quantity="one"><xliff:g id="FORMATTEDTIME_0">%2$s</xliff:g> வரை, ஒரு மணிநேரத்திற்கு அலாரங்கள் மட்டும் என மாற்றவும்</item>
    </plurals>
    <string name="zen_mode_summary_alarms_only_by_time" msgid="7465525754879341907">"<xliff:g id="FORMATTEDTIME">%1$s</xliff:g> வரை அலாரங்கள் மட்டும் என மாற்று"</string>
    <string name="zen_mode_summary_always" msgid="6172985102689237703">"எப்போதும் குறுக்கிடு என மாற்று"</string>
    <string name="notification_settings_apps_title" msgid="1125354590652967250">"பயன்பாட்டு அறிவிப்புகள்"</string>
    <string name="notification_app_settings_button" msgid="6685640230371477485">"அறிவிப்பு அமைப்பு"</string>
    <string name="device_feedback" msgid="3238056036766293294">"சாதனம் பற்றி கருத்தை அனுப்பு"</string>
    <string name="restr_pin_enter_admin_pin" msgid="2451187374960131018">"நிர்வாகி பின்னை உள்ளிடவும்"</string>
    <string name="switch_on_text" msgid="1124106706920572386">"இயக்கு"</string>
    <string name="switch_off_text" msgid="1139356348100829659">"முடக்கு"</string>
    <string name="screen_pinning_title" msgid="2292573232264116542">"திரையைப் பொருத்துதல்"</string>
    <string name="screen_pinning_description" msgid="1137904524037468263">"இந்த அமைப்பு இயக்கத்தில் இருக்கும்போது, நடப்புத் திரையைக் காட்சியில் வைத்திருக்க, திரை பொருத்துதலைப் பயன்படுத்தலாம், பொருத்தியதை விலக்கும்வரை நடப்புத் திரை, காட்சியில் தோன்றும்.\n\nதிரை பொருத்துதலைப் பயன்படுத்த:\n\n1. திரை பொருத்துதல் இயக்கத்தில் இருப்பதை உறுதிப்படுத்தவும்.\n\n2. பொருத்த விரும்பும் திரையை திறக்கவும்.\n\n3. மேலோட்டப் பார்வை என்பதைத் தொடவும்.\n\n4. மேற்புறம் ஸ்வைப் செய்து, பொருத்து என்ற ஐகானைத் தொடவும்."</string>
    <string name="screen_pinning_unlock_pattern" msgid="8282268570060313339">"அகற்றும் முன் திறத்தல் வடிவத்தைக் கேள்"</string>
    <string name="screen_pinning_unlock_pin" msgid="8757588350454795286">"அகற்றும் முன் பின்னைக் கேள்"</string>
    <string name="screen_pinning_unlock_password" msgid="2514079566873826434">"அகற்றும் முன் கடவுச்சொல்லைக் கேள்"</string>
    <string name="screen_pinning_unlock_none" msgid="3814188275713871856">"திரையை விலக்கும்போது சாதனத்தைப் பூட்டு"</string>
    <string name="managed_user_title" msgid="8101244883654409696">"பணி சுயவிவரம்"</string>
    <string name="opening_paragraph_delete_profile_unknown_company" msgid="2232461523882170874">"இந்தப் பணி சுயவிவரத்தை நிர்வகிப்பது:"</string>
    <string name="managing_admin" msgid="8843802210377459055">"நிர்வகிப்பது: <xliff:g id="ADMIN_APP_LABEL">%s</xliff:g>"</string>
    <string name="experimental_preference" msgid="7083015446690681376">"(சோதனை முயற்சி)"</string>
    <string name="display_auto_rotate_title" msgid="6176450657107806043">"சாதனத்தைச் சுழற்றும் போது"</string>
    <string name="display_auto_rotate_rotate" msgid="4544299861233497728">"திரை உள்ளடக்கத்தைச் சுழற்று"</string>
    <string name="display_auto_rotate_stay_in_portrait" msgid="292745182318093651">"நீளவாக்கில் வை"</string>
    <string name="display_auto_rotate_stay_in_landscape" msgid="3804752830204062162">"அகலவாக்கில் வை"</string>
    <string name="display_auto_rotate_stay_in_current" msgid="317932372686498096">"தற்போதைய திசையமைப்பில் வை"</string>
    <string name="imei_information_title" msgid="8499085421609752290">"IMEI தகவல்"</string>
    <string name="encryption_interstitial_header" msgid="468015813904595613">"பாதுகாப்பான தொடக்கம்"</string>
    <string name="encryption_continue_button" msgid="1121880322636992402">"தொடர்"</string>
    <string name="encryption_interstitial_message_pin" msgid="7164072567822375682">"இந்தச் சாதனத்தைத் துவக்க, பின் தேவைப்படுமாறு அமைத்து, இதை மேலும் பாதுகாக்கலாம். சாதனம் துவங்கும்வரை, அழைப்புகள், செய்திகள் அல்லது அலாரங்கள் உள்ளிட்ட அறிவிப்புகளை இதில் பெற முடியாது. \n\nஇவ்வாறு செய்வதால், காணாமல் போன அல்லது களவு போன சாதனங்களில் தரவைப் பாதுகாக்கலாம்."</string>
    <string name="encryption_interstitial_message_pattern" msgid="6747091924626566031">"இந்தச் சாதனத்தைத் துவக்க, வடிவம் தேவைப்படுமாறு அமைத்து, இதை மேலும் பாதுகாக்கலாம். சாதனம் துவங்கும்வரை, அழைப்புகள், செய்திகள் அல்லது அலாரங்கள் உள்ளிட்ட அறிவிப்புகளை இதில் பெற முடியாது. \n\nஇவ்வாறு செய்வதால், காணாமல் போன அல்லது களவு போன சாதனங்களில் தரவைப் பாதுகாக்கலாம்."</string>
    <string name="encryption_interstitial_message_password" msgid="3462225324186045679">"இந்தச் சாதனத்தைத் துவக்க, கடவுச்சொல் தேவைப்படுமாறு அமைத்து, இதை மேலும் பாதுகாக்கலாம். சாதனம் துவங்கும்வரை, அழைப்புகள், செய்திகள் அல்லது அலாரங்கள் உள்ளிட்ட அறிவிப்புகளை இதில் பெற முடியாது. \n\nஇவ்வாறு செய்வதால், காணாமல் போன அல்லது களவு போன சாதனங்களில் தரவைப் பாதுகாக்கலாம்."</string>
    <string name="encryption_interstitial_message_pin_for_fingerprint" msgid="3775537118799831558">"சாதனத்தைத் திறக்க உங்கள் கைரேகையைப் பயன்படுத்தும் போது, கூடவே சாதனம் தொடங்குவதற்கு முன், பின்னைக் கேட்குமாறு அமைக்கவும். இது உங்களுக்குக் கூடுதல் பாதுகாப்பை வழங்கிடும். சாதனம் தொடங்கும் வரை, அலாரங்கள் உட்பட அழைப்புகள், செய்திகள் அல்லது அறிவிப்புகளை இதில் பெற முடியாது.\n\nஇது தொலைந்த அல்லது திருடப்பட்ட சாதனங்களில் உள்ள தரவு பிறருக்குக் கிடைக்காதவாறு பாதுகாக்கும்."</string>
    <string name="encryption_interstitial_message_pattern_for_fingerprint" msgid="1105290967535237237">"சாதனத்தைத் திறக்க உங்கள் கைரேகையைப் பயன்படுத்தும் போது, கூடவே சாதனம் தொடங்குவதற்கு முன், வடிவத்தைக் கேட்குமாறு அமைக்கவும். இது உங்களுக்குக் கூடுதல் பாதுகாப்பை வழங்கிடும். சாதனம் தொடங்கும் வரை, அலாரங்கள் உட்பட அழைப்புகள், செய்திகள் அல்லது அறிவிப்புகளை இதில் பெற முடியாது.\n\nஇது தொலைந்த அல்லது திருடப்பட்ட சாதனங்களில் உள்ள தரவு பிறருக்குக் கிடைக்காதவாறு பாதுகாக்கும்."</string>
    <string name="encryption_interstitial_message_password_for_fingerprint" msgid="3512482682507378424">"சாதனத்தைத் திறக்க உங்கள் கைரேகையைப் பயன்படுத்தும் போது, கூடவே சாதனம் தொடங்குவதற்கு முன், கடவுச்சொல்லைக் கேட்குமாறு அமைக்கவும். இது உங்களுக்குக் கூடுதல் பாதுகாப்பை வழங்கிடும். சாதனம் தொடங்கும் வரை, அலாரங்கள் உட்பட அழைப்புகள், செய்திகள் அல்லது அறிவிப்புகளை இதில் பெற முடியாது.\n\nஇது தொலைந்த அல்லது திருடப்பட்ட சாதனங்களில் உள்ள தரவு பிறருக்குக் கிடைக்காதவாறு பாதுகாக்கும்."</string>
    <string name="encrypt_require_pin" msgid="2063945047845243752">"சாதனத்தைத் துவக்க பின் தேவை"</string>
    <string name="encrypt_require_pattern" msgid="6898479411004015810">"சாதனத்தைத் துவக்க வடிவம் தேவை"</string>
    <string name="encrypt_require_password" msgid="8770628366276570518">"சாதனத்தைத் துவக்க கடவுச்சொல் தேவை"</string>
    <string name="encrypt_dont_require_pin" msgid="1082444817726247368">"வேண்டாம்"</string>
    <string name="encrypt_dont_require_pattern" msgid="6668299362640433843">"வேண்டாம்"</string>
    <string name="encrypt_dont_require_password" msgid="2580403214917009046">"வேண்டாம்"</string>
    <string name="encrypt_talkback_dialog_require_pin" msgid="8299960550048989807">"பின் தேவையா?"</string>
    <string name="encrypt_talkback_dialog_require_pattern" msgid="1499790256154146639">"வடிவம் தேவையா?"</string>
    <string name="encrypt_talkback_dialog_require_password" msgid="8841994614218049215">"கடவுச்சொல் தேவையா?"</string>
    <string name="encrypt_talkback_dialog_message_pin" msgid="7582096542997635316">"இந்தச் சாதனத்தைத் துவக்க பின்னை நீங்கள் பயன்படுத்தினால், <xliff:g id="SERVICE">%1$s</xliff:g> போன்ற அணுகல்தன்மை சேவைகள் கிடைக்காது."</string>
    <string name="encrypt_talkback_dialog_message_pattern" msgid="2020083142199612743">"இந்தச் சாதனத்தைத் துவக்க வடிவத்தை நீங்கள் பயன்படுத்தினால், <xliff:g id="SERVICE">%1$s</xliff:g> போன்ற அணுகல்தன்மை சேவைகள் கிடைக்காது."</string>
    <string name="encrypt_talkback_dialog_message_password" msgid="4155875981789127796">"இந்தச் சாதனத்தைத் துவக்க கடவுச்சொல்லை நீங்கள் பயன்படுத்தினால், <xliff:g id="SERVICE">%1$s</xliff:g> போன்ற அணுகல்தன்மை சேவைகள் கிடைக்காது."</string>
    <string name="imei_information_title" msgid="8499085421609752290">"IMEI தகவல்"</string>
    <string name="imei_information_summary" msgid="2074095606556565233">"IMEI தொடர்புடைய தகவல்"</string>
    <string name="slot_number" msgid="3762676044904653577">"(ஸ்லாட்<xliff:g id="SLOT_NUM">%1$d</xliff:g>)"</string>
    <string name="launch_by_default" msgid="1840761193189009248">"இயல்பாகத் திற"</string>
    <string name="storage_summary_format" msgid="5419902362347539755">"<xliff:g id="STORAGE_TYPE">%2$s</xliff:g> இல் <xliff:g id="SIZE">%1$s</xliff:g> பயன்படுத்தப்பட்டது"</string>
    <string name="app_launch_domain_links_title" msgid="6789955009107320092">"பயன்பாட்டு இணைப்புகள்"</string>
    <string name="app_launch_open_domain_urls_title" msgid="8914721351596745701">"ஆதரிக்கப்படும் இணைப்புகளைத் திறத்தல்"</string>
    <string name="app_launch_open_domain_urls_summary" msgid="5367573364240712217">"கேட்காமலே திறக்கும்"</string>
    <string name="app_launch_supported_domain_urls_title" msgid="8250695258211477480">"ஆதரிக்கப்படும் இணைப்புகள்"</string>
    <string name="app_launch_other_defaults_title" msgid="2516812499807835178">"பிற இயல்புகள்"</string>
    <string name="storage_summary_format" msgid="5419902362347539755">"<xliff:g id="STORAGE_TYPE">%2$s</xliff:g> இல் <xliff:g id="SIZE">%1$s</xliff:g> பயன்படுத்தப்பட்டது"</string>
    <string name="storage_type_internal" msgid="410824961149037234">"அக நினைவகம்"</string>
    <string name="storage_type_external" msgid="8928374515368986503">"புற நினைவகம்"</string>
    <string name="storage_type_internal" msgid="6042049833565674948">"அகச் சேமிப்பிடம்"</string>
    <string name="storage_type_external" msgid="7738894330670001898">"வெளிப்புறச் சேமிப்பிடம்"</string>
    <string name="app_data_usage" msgid="7942375313697452803">"பயன்பாட்டின் தரவுப் பயன்பாடு"</string>
    <string name="data_summary_format" msgid="6213211533341068366">"உபயோகம்: <xliff:g id="DATE">%2$s</xliff:g> முதல், <xliff:g id="SIZE">%1$s</xliff:g>"</string>
    <string name="storage_used" msgid="7128074132917008743">"பயன்படுத்திய சேமிப்பிடம்"</string>
    <string name="change" msgid="6657848623929839991">"மாற்று"</string>
    <string name="change_storage" msgid="600475265207060436">"சேமிப்பிடத்தை மாற்றவும்"</string>
    <string name="notifications_label" msgid="2872668710589600731">"அறிவிப்புகள்"</string>
    <string name="notifications_enabled" msgid="4386196629684749507">"இயல்பு"</string>
    <string name="notifications_disabled" msgid="4326096527874762629">"தடைசெய்"</string>
    <string name="notifications_sensitive" msgid="7636231039287237132">"முக்கிய உள்ளடக்கம் மறைக்கப்பட்டது"</string>
    <string name="notifications_priority" msgid="1812498477331421719">"முன்னுரிமை"</string>
    <string name="notifications_no_peeking" msgid="999951669023262823">"கண்காணிக்காதவை"</string>
    <string name="notifications_two_items" msgid="4619842959192163127">"<xliff:g id="NOTIF_STATE_0">%1$s</xliff:g> / <xliff:g id="NOTIF_STATE_1">%2$s</xliff:g>"</string>
    <string name="notifications_three_items" msgid="7536490263864218246">"<xliff:g id="NOTIF_STATE_0">%1$s</xliff:g> / <xliff:g id="NOTIF_STATE_1">%2$s</xliff:g> / <xliff:g id="NOTIF_STATE_2">%3$s</xliff:g>"</string>
    <plurals name="permissions_summary" formatted="false" msgid="6402730318075959117">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> அனுமதிகள் வழங்கப்பட்டன</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> அனுமதி வழங்கப்பட்டது</item>
    </plurals>
    <plurals name="runtime_permissions_summary" formatted="false" msgid="1564663886246010959">
      <item quantity="other"><xliff:g id="COUNT_2">%d</xliff:g> / <xliff:g id="COUNT_3">%d</xliff:g> அனுமதிகள் வழங்கப்பட்டன</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> / <xliff:g id="COUNT_1">%d</xliff:g> அனுமதி வழங்கப்பட்டது</item>
    </plurals>
    <plurals name="runtime_permissions_additional_count" formatted="false" msgid="931276038884210752">
      <item quantity="other"><xliff:g id="COUNT_1">%d</xliff:g> கூடுதல் அனுமதிகள்</item>
      <item quantity="one"><xliff:g id="COUNT_0">%d</xliff:g> கூடுதல் அனுமதி</item>
    </plurals>
    <string name="runtime_permissions_summary_no_permissions_granted" msgid="1679758182657005375">"அனுமதிகள் எதுவும் வழங்கப்படவில்லை"</string>
    <string name="runtime_permissions_summary_no_permissions_requested" msgid="7655100570513818534">"அனுமதிகள் எதையும் கோரவில்லை"</string>
    <string name="launch_defaults_some" msgid="313159469856372621">"சில இயல்புநிலைகள் அமைக்கப்பட்டன"</string>
    <string name="launch_defaults_none" msgid="4241129108140034876">"இயல்புநிலைகள் எதுவும் அமைக்கப்படவில்லை"</string>
    <string name="filter_all_apps" msgid="1988403195820688644">"எல்லா பயன்பாடுகளும்"</string>
    <string name="filter_enabled_apps" msgid="3318021007093070639">"இயக்கப்பட்டவை"</string>
    <string name="filter_personal_apps" msgid="3277727374174355971">"தனிப்பட்டவை"</string>
    <string name="filter_work_apps" msgid="24519936790795574">"பணியிடம்"</string>
    <string name="filter_notif_blocked_apps" msgid="3446926933792244485">"தடுக்கப்பட்டவை"</string>
    <string name="filter_notif_priority_apps" msgid="5965001885749195239">"முன்னுரிமை"</string>
    <string name="filter_notif_sensitive_apps" msgid="4909289478844197927">"முக்கிய உள்ளடக்கம் மறைக்கப்பட்டது"</string>
    <string name="filter_notif_no_peeking" msgid="5197968265625096563">"கண்காணிக்காதவை"</string>
    <string name="filter_with_domain_urls_apps" msgid="4573276638806792792">"டொமைன் URLகளுடன்"</string>
    <string name="trust_agent_disabled_device_admin" msgid="5982562414642596563">"நிர்வாகியால் முடக்கப்பட்டது"</string>
    <string name="advanced_apps" msgid="4812975097124803873">"மேம்பட்டவை"</string>
    <string name="configure_apps" msgid="6685680790825882528">"பயன்பாடுகளை உள்ளமை"</string>
    <string name="unknown_app" msgid="5275921288718717656">"அறியப்படாத பயன்பாடு"</string>
    <string name="choose_profile" msgid="8229363046053568878">"சுயவிவரத்தைத் தேர்வுசெய்யவும்"</string>
    <string name="app_permissions" msgid="4148222031991883874">"பயன்பாட்டு அனுமதிகள்"</string>
    <string name="app_permissions_summary" msgid="2098173899436407221">"கூடுதல் அனுமதிகள் வழங்கப்பட்ட பயன்பாடுகள்: <xliff:g id="COUNT_0">%d</xliff:g> / <xliff:g id="COUNT_1">%d</xliff:g>"</string>
    <string name="app_permissions_group_summary" msgid="2721303391744909000">"அனுமதிக்கப்படும் பயன்பாடுகள்: <xliff:g id="COUNT_0">%d</xliff:g> / <xliff:g id="COUNT_1">%d</xliff:g>"</string>
    <string name="tap_to_wake" msgid="7211944147196888807">"இயக்க, தட்டவும்"</string>
    <string name="tap_to_wake_summary" msgid="4341387904987585616">"சாதனத்தை இயக்க, திரையின் எந்த இடத்திலும் இருமுறை தட்டவும்"</string>
    <string name="domain_urls_title" msgid="8762012672312435252">"பயன்பாட்டு இணைப்புகள்"</string>
    <string name="domain_urls_summary_none" msgid="2639588015479657864">"ஆதரிக்கப்படும் இணைப்புகளைத் திறக்காது"</string>
    <string name="domain_urls_summary_one" msgid="3704934031930978405">"<xliff:g id="DOMAIN">%s</xliff:g>ஐ மட்டும் திறக்கும்"</string>
    <string name="domain_urls_summary_some" msgid="812936714383016364">"<xliff:g id="DOMAIN">%s</xliff:g> மற்றும் தொடர்புடைய URLகளைத் திறக்கும்"</string>
    <plurals name="domain_urls_apps_summary" formatted="false" msgid="4322996467951692661">
      <item quantity="other"><xliff:g id="COUNT">%d</xliff:g> பயன்பாடுகள் அவை ஆதரிக்கும் இணைப்புகளைத் திறக்கலாம்</item>
      <item quantity="one">ஒரு பயன்பாடு அது ஆதரிக்கும் இணைப்புகளைத் திறக்கலாம்</item>
    </plurals>
    <string name="app_link_open_always" msgid="2474058700623948148">"இந்தப் பயன்பாட்டில் திற"</string>
    <string name="app_link_open_ask" msgid="7800878430190575991">"ஒவ்வொரு முறையும் கேள்"</string>
    <string name="app_link_open_never" msgid="3407647600352398543">"இந்தப் பயன்பாட்டில் திறக்காதே"</string>
    <string name="fingerprint_not_recognized" msgid="1739529686957438119">"அறியப்படவில்லை"</string>
    <string name="default_apps_title" msgid="1854974637597514435">"இயல்பு பயன்பாடுகள்"</string>
    <string name="assist_and_voice_input_title" msgid="1733165754793221197">"அசிஸ்ட் &amp; குரல் உள்ளீடு"</string>
    <string name="default_assist_title" msgid="8868488975409247921">"அசிஸ்ட் பயன்பாடு"</string>
    <string name="default_assist_none" msgid="3709083569608735487">"ஏதுமில்லை"</string>
    <string name="choose_assist_title" msgid="2373353478479305516">"அசிஸ்ட் பயன்பாட்டைத் தேர்வுசெய்க"</string>
    <string name="assistant_security_warning_title" msgid="8673079231955467177">"<xliff:g id="ASSISTANT_APP_NAME">%s</xliff:g>ஐ அசிஸ்டண்ட் பயன்பாடாக அமைக்கவா?"</string>
    <string name="assistant_security_warning" msgid="8498726261327239136">"உங்கள் திரையில் தெரியும் தகவல் அல்லது பயன்பாடுகளுக்குள் அணுகத்தக்க தகவல் உள்பட உங்கள் சாதனத்தில் உபயோகத்தில் இருக்கும் பயன்பாடுகள் பற்றிய தகவலை அசிஸ்டண்ட் படிக்க முடியும்."</string>
    <string name="assistant_security_warning_agree" msgid="7710290206928033908">"ஏற்கிறேன்"</string>
    <string name="assistant_security_warning_disagree" msgid="877419950830205913">"ஏற்கவில்லை"</string>
    <string name="choose_voice_input_title" msgid="975471367067718019">"குரல் உள்ளீட்டைத் தேர்வுசெய்க"</string>
    <string name="default_browser_title" msgid="8101772675085814670">"உலாவி பயன்பாடு"</string>
    <string name="default_browser_title_none" msgid="2124785489953628553">"இயல்பு உலாவி இல்லை"</string>
    <string name="default_phone_title" msgid="282005908059637350">"ஃபோன் பயன்பாடு"</string>
    <string name="default_app" msgid="6864503001385843060">"(இயல்பு)"</string>
    <string name="apps_storage" msgid="4353308027210435513">"பயன்பாட்டுச் சேமிப்பகம்"</string>
    <string name="usage_access" msgid="5479504953931038165">"பயன்பாட்டு அணுகல்"</string>
    <string name="permit_usage_access" msgid="4012876269445832300">"பயன்பாட்டு அணுகல் அனுமதி"</string>
    <string name="app_usage_preference" msgid="7065701732733134991">"பயன்பாட்டு உபயோக விருப்பத்தேர்வுகள்"</string>
    <string name="usage_access_description" msgid="1352111094596416795">"பயன்பாட்டு அணுகலானது, பயன்படுத்தும் பிற பயன்பாடுகள் மற்றும் அவற்றை எவ்வளவு அடிக்கடி பயன்படுத்துகிறீர்கள் என்பவற்றையும், உங்கள் மொபைல் நிறுவனம், மொழி அமைப்புகள் மற்றும் பிற விவரங்களையும் கண்காணிக்க, பயன்பாட்டை அனுமதிக்கும்."</string>
    <string name="memory_settings_title" msgid="7490541005204254222">"நினைவகம்"</string>
    <string name="memory_details_title" msgid="8542565326053693320">"நினைவக விவரங்கள்"</string>
    <string name="always_running" msgid="6042448320077429656">"எப்போதும் இயங்குபவை (<xliff:g id="PERCENTAGE">%s</xliff:g>)"</string>
    <string name="sometimes_running" msgid="6611250683037700864">"சிலநேரங்களில் இயங்குபவை (<xliff:g id="PERCENTAGE">%s</xliff:g>)"</string>
    <string name="rarely_running" msgid="348413460168817458">"எப்போதாவது இயங்குபவை (<xliff:g id="PERCENTAGE">%s</xliff:g>)"</string>
    <string name="memory_max_use" msgid="6874803757715963097">"அதிகபட்சம்"</string>
    <string name="memory_avg_use" msgid="7382015389130622870">"சராசரி"</string>
    <string name="memory_max_desc" msgid="2861832149718335864">"அதிகபட்சமாக <xliff:g id="MEMORY">%1$s</xliff:g>"</string>
    <string name="memory_avg_desc" msgid="1551240906596518412">"சராசரியாக <xliff:g id="MEMORY">%1$s</xliff:g>"</string>
    <string name="memory_use_running_format" msgid="4172488041800743760">"<xliff:g id="MEMORY">%1$s</xliff:g> / <xliff:g id="RUNNING">%2$s</xliff:g>"</string>
    <string name="process_format" msgid="77905604092541454">"<xliff:g id="APP_NAME">%1$s</xliff:g> (<xliff:g id="COUNT">%2$d</xliff:g>)"</string>
    <string name="high_power_apps" msgid="3459065925679828230">"பேட்டரி மேம்படுத்தல்"</string>
    <string name="high_power_filter_on" msgid="3222265297576680099">"மேம்படுத்தப்படாதவை"</string>
    <string name="high_power_on" msgid="3382367497549906927">"பேட்டரி மேம்படுத்தலைத் தவிர்க்கும்"</string>
    <string name="high_power_off" msgid="3393904131961263278">"பேட்டரி உபயோகத்தை மேம்படுத்தும்"</string>
    <string name="high_power_system" msgid="7362862974428225301">"பேட்டரி மேம்படுத்தல் இல்லை"</string>
    <string name="high_power_desc" msgid="6283926163708585760">"பேட்டரி மேம்படுத்தலைப் பயன்படுத்தவில்லை எனில், உங்கள் பேட்டரி மிக விரைவில் தீர்ந்துவிடக்கூடும்."</string>
    <plurals name="high_power_count" formatted="false" msgid="2464701722383894640">
      <item quantity="other">பேட்டரி மேம்படுத்தலைத் தவிர்க்க, <xliff:g id="COUNT">%d</xliff:g> பயன்பாடுகள் அனுமதிக்கப்பட்டன</item>
      <item quantity="one">பேட்டரி மேம்படுத்தலைத் தவிர்க்க, 1 பயன்பாடு அனுமதிக்கப்பட்டது</item>
    </plurals>
    <string name="high_power_prompt_title" msgid="4257734526819699048">"பேட்டரி மேம்படுத்தல்களைத் தவிர்க்கவா?"</string>
    <string name="high_power_prompt_body" msgid="4072587909486730876">"பின்புலத்தில் தொடர்ந்து இயங்க, <xliff:g id="APP_NAME">%1$s</xliff:g> பயன்பாட்டை அனுமதிக்கவா? இது அதிக பேட்டரியைப் பயன்படுத்தக் கூடும்."</string>
    <string name="battery_summary" msgid="101415762036784289">"முழு சார்ஜிலிருந்து <xliff:g id="PERCENTAGE">%1$d</xliff:g>%% பயன்படுத்தப்பட்டது"</string>
    <string name="no_battery_summary" msgid="3528036835462846814">"கடைசியாக முழு சார்ஜ் செய்த நேரத்திலிருந்து, பேட்டரி பயன்படுத்தப்படவில்லை"</string>
    <string name="app_notification_preferences" msgid="1599319335092722613">"பயன்பாட்டு அமைப்புகள்"</string>
    <string name="system_ui_settings" msgid="579824306467081123">"SystemUI ட்யூனரைக் காட்டு"</string>
    <string name="additional_permissions" msgid="6463784193877056080">"கூடுதல் அனுமதிகள்"</string>
    <string name="additional_permissions_more" msgid="3538612272673191451">"மேலும் <xliff:g id="COUNT">%1$d</xliff:g>"</string>
    <string name="usb_use_charging_only" msgid="167707234832117768">"சார்ஜ் செய்தல்"</string>
    <string name="usb_use_charging_only_desc" msgid="3066256793008540627">"இந்தச் சாதனத்தைச் சார்ஜ் செய்யும்"</string>
    <string name="usb_use_power_only" msgid="6304554004177083963">"பவர் சப்ளை"</string>
    <string name="usb_use_power_only_desc" msgid="708134382305728112">"இணைக்கப்பட்ட பிற சாதனத்தைச் சார்ஜ் செய்யும்"</string>
    <string name="usb_use_file_transfers" msgid="6978904665877785548">"கோப்புப் பரிமாற்றங்கள்"</string>
    <string name="usb_use_file_transfers_desc" msgid="1663579896876922124">"Windows அல்லது Mac (MTP)க்கு கோப்புகளைப் பரிமாற்றும்"</string>
    <string name="usb_use_photo_transfers" msgid="8276445551694259039">"படப் பரிமாற்றம் (PTP)"</string>
    <string name="usb_use_photo_transfers_desc" msgid="2963034811151325996">"MTP ஆதரிக்கப்படவில்லை எனில், படங்கள் அல்லது கோப்புகளைப் பரிமாற்றும் (PTP)"</string>
    <string name="usb_use_MIDI" msgid="5116404702692483166">"MIDI"</string>
    <string name="usb_use_MIDI_desc" msgid="6895383550910152384">"MIDI உள்ளீட்டிற்குச் சாதனத்தைப் பயன்படுத்தும்"</string>
    <string name="usb_use" msgid="3372728031108932425">"இதற்காக USBஐப் பயன்படுத்து:"</string>
    <string name="inactive_apps_title" msgid="1317817863508274533">"செயலில் இல்லாத பயன்பாடுகள்"</string>
    <string name="inactive_app_inactive_summary" msgid="6768756967594202411">"செயலில் இல்லை. மாற்ற, தொடவும்."</string>
    <string name="inactive_app_active_summary" msgid="4512911571954375968">"செயலில் உள்ளது. மாற்ற, தொடவும்."</string>
    <string name="assist_access_context_title" msgid="2269032346698890257">"திரையில் காட்டப்படும் உரையை பயன்படுத்து"</string>
    <string name="assist_access_context_summary" msgid="1991421283142279560">"திரையில் காட்டப்படும் உரை போன்ற உள்ளடக்கத்தை அணுக, அசிஸ்ட் பயன்பாட்டை அனுமதிக்கும்"</string>
    <string name="assist_access_screenshot_title" msgid="4034721336291215819">"ஸ்கிரீன் ஷாட்டைப் பயன்படுத்து"</string>
    <string name="assist_access_screenshot_summary" msgid="6761636689013259901">"திரையின் படத்தை அணுக, அசிஸ்ட் பயன்பாட்டை அனுமதிக்கும்"</string>
    <string name="assist_footer" msgid="1982791172085896864">"நீங்கள் பார்க்கும் திரையில் உள்ள தகவலின் அடிப்படையில் அசிஸ்ட் பயன்பாடு உங்களுக்கு உதவலாம். ஒருங்கிணைந்த உதவியை வழங்குவதற்காக சில பயன்பாடுகள், துவக்கி மற்றும் குரல் உள்ளீட்டுச் சேவைகள் ஆகிய இரண்டையும் ஆதரிக்கின்றன."</string>
    <string name="average_memory_use" msgid="829566450150198512">"சராசரி நினைவக உபயோகம்"</string>
    <string name="maximum_memory_use" msgid="7493720799710132496">"அதிகபட்ச நினைவக உபயோகம்"</string>
    <string name="memory_usage" msgid="1781358557214390033">"நினைவக உபயோகம்"</string>
    <string name="app_list_memory_use" msgid="6987417883876419338">"பயன்பாட்டின் உபயோகம்"</string>
    <string name="memory_details" msgid="5943436005716991782">"விவரங்கள்"</string>
    <string name="memory_use_summary" msgid="5608257211903075754">"கடந்த 3 மணிநேரத்தில் சராசரியாக <xliff:g id="SIZE">%1$s</xliff:g> நினைவகம் பயன்படுத்தப்பட்டது"</string>
    <string name="no_memory_use_summary" msgid="2016900536806235588">"கடந்த 3 மணிநேரத்தில் நினைவகம் பயன்படுத்தப்படவில்லை"</string>
    <string name="sort_avg_use" msgid="3998036180505143129">"சராசரி உபயோகத்தின்படி வரிசைப்படுத்து"</string>
    <string name="sort_max_use" msgid="4629247978290075124">"அதிகபட்ச உபயோகத்தின்படி வரிசைப்படுத்து"</string>
    <string name="memory_performance" msgid="5661005192284103281">"செயல்திறன்"</string>
    <string name="total_memory" msgid="2017287600738630165">"மொத்த நினைவகம்"</string>
    <string name="average_used" msgid="5338339266517245782">"பயன்படுத்தியது (%)"</string>
    <string name="free_memory" msgid="4003936141603549746">"இருப்பது"</string>
    <string name="memory_usage_apps" msgid="5650192998273294098">"பயன்பாடுகள் உபயோகிக்கும் நினைவகம்"</string>
    <plurals name="memory_usage_apps_summary" formatted="false" msgid="6089210945574265774">
      <item quantity="other">கடந்த <xliff:g id="DURATION_1">%2$s</xliff:g> இல் <xliff:g id="COUNT">%1$d</xliff:g> பயன்பாடுகள் நினைவகத்தைப் பயன்படுத்தியுள்ளன</item>
      <item quantity="one">கடந்த <xliff:g id="DURATION_0">%2$s</xliff:g> இல் 1 பயன்பாடு நினைவகத்தைப் பயன்படுத்தியுள்ளது</item>
    </plurals>
    <string name="running_frequency" msgid="6622624669948277693">"கால இடைவெளி"</string>
    <string name="memory_maximum_usage" msgid="6513785462055278341">"அதிகபட்ச உபயோகம்"</string>
    <string name="no_data_usage" msgid="9131454024293628063">"தரவு எதுவும் பயன்படுத்தப்படவில்லை"</string>
    <string name="zen_access_warning_dialog_title" msgid="1198189958031157142">"<xliff:g id="APP">%1$s</xliff:g>க்கான தொந்தரவு செய்ய வேண்டாம் அணுகலை அனுமதிக்கவா?"</string>
    <string name="zen_access_warning_dialog_summary" msgid="4015885767653010873">"பயன்பாட்டினால் தொந்தரவு செய்ய வேண்டாம் என்பதை இயக்க/முடக்க முடிவதுடன், தொடர்புடைய அமைப்புகளை மாற்றவும் முடியும்."</string>
    <string name="ignore_optimizations_on" msgid="6915689518016285116">"மேம்படுத்த வேண்டாம்"</string>
    <string name="ignore_optimizations_off" msgid="6153196256410296835">"மேம்படுத்து"</string>
    <string name="ignore_optimizations_on_desc" msgid="2321398930330555815">"பேட்டரியை மிக விரைவாகத் தீர்த்துவிடக்கூடும்"</string>
    <string name="ignore_optimizations_off_desc" msgid="5255731062045426544">"பேட்டரி அதிக நேரம் நீடிப்பதற்காகப் பரிந்துரைக்கப்படுகிறது"</string>
    <string name="ignore_optimizations_title" msgid="2829637961185027768">"பேட்டரி மேம்படுத்தல்களைத் தவிர்க்க, <xliff:g id="APP">%s</xliff:g>ஐ அனுமதிக்கவா?"</string>
    <string name="app_list_preference_none" msgid="108006867520327904">"ஏதுமில்லை"</string>
    <string name="work_profile_usage_access_warning" msgid="8870622842216566692">"இந்தப் பயன்பாட்டின் உபயோக அணுகலை முடக்குவது, பணி சுயவிவரத்தில் உள்ள பயன்பாடுகளுக்கான தரவுப் பயன்பாட்டைக் கண்காணிப்பதிலிருந்து உங்கள் நிர்வாகியைத் தடுக்காது."</string>
    <string name="accessibility_lock_screen_progress" msgid="2408292742980383166">"<xliff:g id="COUNT_1">%2$d</xliff:g> இல் <xliff:g id="COUNT_0">%1$d</xliff:g> எழுத்துக்குறிகள் பயன்படுத்தப்பட்டன"</string>
    <string name="draw_overlay_title" msgid="4003905926278954971">"பிற பயன்பாடுகளின் மேலே செயல்படக்கூடிய பயன்பாடுகள்"</string>
    <string name="draw_overlay" msgid="9078696044299199938">"பிற பயன்பாடுகளின் இடைமுகத்தின் மேல் செயல்படுதல்"</string>
    <string name="system_alert_window_settings" msgid="1757821151143694951">"பிற பயன்பாடுகளின் இடைமுகத்தின் மேல் செயல்படுதல்"</string>
    <string name="system_alert_window_apps_title" msgid="7005760279028569491">"பயன்பாடுகள்"</string>
    <string name="system_alert_window_access_title" msgid="8811695381437304132">"பிற பயன்பாடுகளின் இடைமுகத்தின் மேல் செயல்படுதல்"</string>
    <string name="permit_draw_overlay" msgid="6606018549732046201">"பிற பயன்பாடுகளின் மேலே செயல்பட அனுமதி"</string>
    <string name="app_overlay_permission_preference" msgid="8355410276571387439">"பயன்பாடு மேலே செயல்படுவதற்கான அனுமதி"</string>
    <string name="allow_overlay_description" msgid="7895191337585827691">"இந்த அனுமதியானது நீங்கள் பயன்படுத்தும் பிற பயன்பாடுகளின் மேலே காட்ட, பயன்பாட்டை அனுமதிக்கிறது மற்றும் இது பிற பயன்பாடுகளில் இடைமுகம் தொடர்பான உங்கள் உபயோகத்தில் குறுக்கிடலாம் அல்லது பிற பயன்பாடுகளில் நீங்கள் எதைப் பார்க்க வேண்டும் என்பதை மாற்றலாம்."</string>
    <string name="keywords_system_alert_window" msgid="8579673659566564926">"முறைமை விழிப்பூட்டல் சாளரச் செய்தி பிற பயன்பாடுகளின் மேலே செயல்படுதல்"</string>
    <string name="overlay_settings" msgid="222062091489691363">"பிற பயன்பாடுகளின் இடைமுகத்தின் மேல் செயல்படுதல்"</string>
    <string name="system_alert_window_summary" msgid="4268867238063922290">"பிற பயன்பாடுகளின் மேல் பகுதியில் செயல்படுவதற்கு, <xliff:g id="COUNT_1">%d</xliff:g> இல் <xliff:g id="COUNT_0">%d</xliff:g> பயன்பாடுகள் அனுமதிக்கப்பட்டுள்ளன"</string>
    <string name="filter_overlay_apps" msgid="6965969283342557573">"அனுமதி பெற்ற பயன்பாடுகள்"</string>
    <string name="system_alert_window_on" msgid="2939489395109048888">"அனுமதிக்கப்பட்டது"</string>
    <string name="system_alert_window_off" msgid="6189115687233061992">"அனுமதிக்கப்படவில்லை"</string>
    <string name="write_settings" msgid="4797457275727195681">"முறைமை அமைப்புகளை மாற்று"</string>
    <string name="keywords_write_settings" msgid="6415597272561105138">"முறைமை அமைப்புகளை எழுது மாற்று"</string>
    <string name="write_settings_summary" msgid="4302268998611412696">"<xliff:g id="COUNT_1">%d</xliff:g> இல் <xliff:g id="COUNT_0">%d</xliff:g> பயன்பாடுகள் முறைமை அமைப்புகளை மாற்ற அனுமதிக்கப்பட்டுள்ளன"</string>
    <string name="filter_write_settings_apps" msgid="2914615026197322551">"முறைமை அமைப்புகளை மாற்றலாம்"</string>
    <string name="write_settings_title" msgid="4232152481902542284">"முறைமை அமைப்புகளை மாற்றலாம்"</string>
    <string name="write_system_settings" msgid="3482913590601096763">"முறைமை அமைப்புகளை மாற்று"</string>
    <string name="write_settings_preference" msgid="3407383041273067448">"பயன்பாடானது முறைமை அமைப்புகளை மாற்றுவதற்கான அனுமதி"</string>
    <string name="permit_write_settings" msgid="6393779336656870080">"முறைமை அமைப்புகளை மாற்ற அனுமதி"</string>
    <string name="write_settings_description" msgid="6868293938839954623">"இது முறைமை அமைப்புகளை மாற்ற, பயன்பாட்டை அனுமதிக்கும்."</string>
    <string name="write_settings_on" msgid="8230580416068832239">"அனுமதிக்கப்பட்டது"</string>
    <string name="write_settings_off" msgid="5156104383386336233">"அனுமதிக்கப்படவில்லை"</string>
    <string name="camera_gesture_title" msgid="1075838577642393011">"கேமராவைத் திறக்க, இருமுறை திருப்புதல்"</string>
    <string name="camera_gesture_desc" msgid="1831390075255870960">"உங்கள் மணிக்கட்டை இருமுறை திருப்புவதன் மூலம் கேமரா பயன்பாட்டைத் திறக்கலாம்"</string>
    <string name="camera_double_tap_power_gesture_title" msgid="1651873760405034645">"கேமராவிற்கு பவர் பட்டனை இருமுறை அழுத்துக"</string>
    <string name="camera_double_tap_power_gesture_desc" msgid="7355664631775680376">"திரையைத் திறக்காமலேயே கேமராவை வேகமாகத் திறக்கும்"</string>
  <string-array name="color_mode_names">
    <item msgid="2425514299220523812">"வைபிரன்ட் (இயல்பு)"</item>
    <item msgid="8446070607501413455">"இயற்கை வண்ணம்"</item>
    <item msgid="6553408765810699025">"வழக்கமான வண்ணம்"</item>
  </string-array>
  <string-array name="color_mode_descriptions">
    <item msgid="4979629397075120893">"மேம்படுத்தப்பட்ட வண்ணங்கள்"</item>
    <item msgid="8280754435979370728">"கண்களால் பார்ப்பதைப் போலவே இயற்கையான வண்ணங்கள்"</item>
    <item msgid="5363960654009010371">"டிஜிட்டல் உள்ளடக்கத்திற்கு ஏற்ப மேம்படுத்தப்பட்ட வண்ணங்கள்"</item>
  </string-array>
    <string name="picture_color_mode" msgid="4560755008730283695">"படத்தின் வண்ணப் பயன்முறை"</string>
    <string name="picture_color_mode_desc" msgid="1141891467675548590">"sRGBஐப் பயன்படுத்தும்"</string>
    <!-- no translation found for color_temperature (2070126836910615605) -->
    <skip />
    <!-- no translation found for color_temperature_desc (4793729830226404052) -->
    <skip />
    <!-- no translation found for color_temperature_toast (4974218172133854827) -->
    <skip />
</resources>