summaryrefslogtreecommitdiffstats
path: root/res/values-ko/strings.xml
blob: 2689c70f02ae47d5f1d55a1faa1d40a1a8d58940 (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
<?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="device_info_default" msgid="7847265875578739287">"알 수 없음"</string>
    <string name="header_category_wireless_networks" msgid="4944823405420438623">"무선 및 네트워크"</string>
    <string name="header_category_device" msgid="5781174212691167553">"기기"</string>
    <string name="header_category_personal" msgid="6225932173498802187">"개인 설정"</string>
    <string name="header_category_system" msgid="2073558547468647128">"시스템"</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="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">"SIM 주소록 보기"</string>
    <string name="radioInfo_menu_viewFDN" msgid="7934301566925610318">"발신 허용 번호 보기"</string>
    <string name="radioInfo_menu_viewSDN" msgid="7130280686244955669">"SDN(Service Dialing Numbers) 보기"</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_label" msgid="8109155295509700309">"배터리 상태:"</string>
    <string name="battery_info_power_label" msgid="7465140230991349382">"전원 플러그:"</string>
    <string name="battery_info_scale_label" msgid="3649763192389778437">"배터리 충전 상태:"</string>
    <string name="battery_info_level_label" msgid="8706526709307788737">"배터리 수준:"</string>
    <string name="battery_info_health_label" msgid="6416051542741886958">"배터리 상태:"</string>
    <string name="battery_info_technology_label" msgid="788304533220748681">"배터리 기술:"</string>
    <string name="battery_info_voltage_label" msgid="8971764146757637863">"배터리 전압:"</string>
    <string name="battery_info_voltage_units" msgid="8658490792208288107">"mV"</string>
    <string name="battery_info_temperature_label" msgid="1968383098818648037">"배터리 온도:"</string>
    <string name="battery_info_temperature_units" msgid="9098950587249987550">"° C"</string>
    <string name="battery_info_uptime" msgid="5548545143573527992">"부팅 후 시간:"</string>
    <string name="battery_info_awake_battery" msgid="2557725975486185849">"배터리 무중단 가동 시간:"</string>
    <string name="battery_info_awake_plugged" msgid="176716874713478188">"충전할 때 무중단 가동 시간:"</string>
    <string name="battery_info_screen_on" msgid="376277447175613889">"화면 켜짐시간:"</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="5874340256342956252">"(AC)"</string>
    <string name="battery_info_status_charging_usb" msgid="4059070156126770959">"(USB)"</string>
    <string name="battery_info_status_discharging" msgid="6222697503392774475">"방전 중"</string>
    <string name="battery_info_status_not_charging" msgid="2820070506621483576">"충전 안함"</string>
    <string name="battery_info_status_full" msgid="2824614753861462808">"충전 완료"</string>
    <string name="battery_info_power_unplugged" msgid="5987246575519551081">"전원연결되지 않음"</string>
    <string name="battery_info_power_ac" msgid="6808516193001604634">"AC"</string>
    <string name="battery_info_power_usb" msgid="8012931702516331797">"USB"</string>
    <string name="battery_info_power_ac_usb" msgid="6777734146838328688">"AC+USB"</string>
    <string name="battery_info_power_unknown" msgid="7344115502868899881">"알 수 없음"</string>
    <string name="battery_info_health_unknown" msgid="5664295556921944255">"알 수 없음"</string>
    <string name="battery_info_health_good" msgid="8070356565806711806">"좋음"</string>
    <string name="battery_info_health_overheat" msgid="8442959549291368806">"과열"</string>
    <string name="battery_info_health_dead" msgid="1725917445762829059">"방전됨"</string>
    <string name="battery_info_health_over_voltage" msgid="2420269351664490121">"과전압"</string>
    <string name="battery_info_health_unspecified_failure" msgid="6347021103185471590">"알 수 없는 오류"</string>
    <string name="battery_info_health_cold" msgid="3835692786176707318">"부족함"</string>
    <string name="bluetooth" msgid="5549625000628014477">"Bluetooth"</string>
    <string name="bluetooth_visibility" msgid="2930835434091839916">"검색 가능"</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_not_discoverable" msgid="128269993123955177">"장치를 검색 가능하게 설정"</string>
    <string name="bluetooth_visibility_timeout" msgid="8002247464357005429">"표시 설정 시간제한"</string>
    <string name="bluetooth_visibility_timeout_summary" msgid="6483353842671501585">"검색 가능 기간 설정"</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">"Bluetooth 장치"</string>
    <string name="bluetooth_device_name" msgid="8415828355207423800">"장치 이름"</string>
    <string name="bluetooth_name_not_set" msgid="2653752006416027426">"이름을 설정하지 않아 계정 이름 사용"</string>
    <string name="bluetooth_scan_for_devices" msgid="9214184305566815727">"장치 검색"</string>
    <string name="bluetooth_rename_device" product="tablet" msgid="787970073150631155">"태블릿 이름 바꾸기"</string>
    <string name="bluetooth_rename_device" product="default" msgid="6267987985556136749">"휴대전화 이름 바꾸기"</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;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;와(과) 연결이 끊어집니다.&lt;br&gt;"</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="DEVICE_NAME">%2$s</xliff:g>&lt;/b&gt;의 &lt;br&gt;&lt;b&gt;<xliff:g id="PROFILE_NAME">%1$s</xliff:g>&lt;/b&gt;&lt;br&gt;&lt;br&gt;이(가) 사용 중지됩니다."</string>
    <string name="bluetooth_connected" msgid="6038755206916626419">"연결됨"</string>
    <string name="bluetooth_connected_no_headset" msgid="2866994875046035609">"연결됨(전화 없음)"</string>
    <string name="bluetooth_connected_no_a2dp" msgid="4576188601581440337">"연결됨(미디어 없음)"</string>
    <string name="bluetooth_connected_no_headset_no_a2dp" msgid="9195757766755553810">"연결됨(전화 또는 미디어 없음)"</string>
    <string name="bluetooth_disconnected" msgid="6557104142667339895">"연결 끊김"</string>
    <string name="bluetooth_disconnecting" msgid="8913264760027764974">"연결을 끊는 중…"</string>
    <string name="bluetooth_connecting" msgid="8555009514614320497">"연결 중…"</string>
    <string name="bluetooth_unknown" msgid="644716244548801421"></string>
    <string name="bluetooth_pairing" msgid="1426882272690346242">"페어링 중..."</string>
    <string name="bluetooth_device" msgid="5291950341750186887">"이름이 없는 블루투스 기기"</string>
    <string name="progress_scanning" msgid="192587958424295789">"검색 중"</string>
    <!-- outdated translation 4192342336107106334 -->     <string name="progress_tap_to_pair" msgid="5655704645616731277">"페어링하려면 누르세요."</string>
    <!-- outdated translation 2412462335116297668 -->     <string name="bluetooth_no_devices_found" msgid="1085232930277181436">"근처에 블루투스 기기가 없습니다."</string>
    <string name="bluetooth_notif_ticker" msgid="4726721390078512173">"Bluetooth 페어링 요청"</string>
    <string name="bluetooth_notif_title" msgid="2485175521845371514">"페어링 요청"</string>
    <!-- no translation found for bluetooth_notif_message (1931617700075106801) -->
    <skip />
    <string name="bluetooth_show_received_files" msgid="5164787486105868895">"받은 파일 표시"</string>
    <string name="device_picker" msgid="8721012448931226323">"Bluetooth 장치 선택기"</string>
    <string name="bluetooth_permission_request" msgid="1523129741266262748">"블루투스 권한 요청"</string>
    <!-- outdated translation 8211158472876087588 -->     <string name="bluetooth_ask_enablement" msgid="5279027758886569301">"애플리케이션에서 블루투스 사용 권한을 요청하고 있습니다. 사용하시겠습니까?"</string>
    <!-- no translation found for bluetooth_ask_discovery (4420151924834278808) -->
    <skip />
    <!-- no translation found for bluetooth_ask_discovery (4478906085771274647) -->
    <skip />
    <!-- outdated translation 1680661751413856600 -->     <string name="bluetooth_ask_lasting_discovery" product="tablet" msgid="8737516188038252313">"태블릿의 애플리케이션이 다른 블루투스 기기에서 사용자의 태블릿을 \'항상 검색할 수 있도록 하는\' 권한을 요청하고 있습니다. 사용하시겠습니까?"</string>
    <!-- outdated translation 1680661751413856600 -->     <string name="bluetooth_ask_lasting_discovery" product="default" msgid="7751530664834149084">"태블릿의 애플리케이션이 다른 블루투스 기기에서 사용자의 태블릿을 \'항상 검색할 수 있도록 하는\' 권한을 요청하고 있습니다. 사용하시겠습니까?"</string>
    <!-- no translation found for bluetooth_ask_enablement_and_discovery (8504403125440086020) -->
    <skip />
    <!-- no translation found for bluetooth_ask_enablement_and_discovery (3040361003987241057) -->
    <skip />
    <!-- outdated translation 6132824454823539873 -->     <string name="bluetooth_ask_enablement_and_lasting_discovery" product="tablet" msgid="7254712987802497615">"태블릿의 애플리케이션이 블루투스를 사용할 권한 및 다른 기기에서 사용자의 태블릿을 찾을 수 있도록 하는 권한을 요청하고 있습니다. 사용하시겠습니까?"</string>
    <!-- outdated translation 6132824454823539873 -->     <string name="bluetooth_ask_enablement_and_lasting_discovery" product="default" msgid="3947789545028519103">"태블릿의 애플리케이션이 블루투스를 사용할 권한 및 다른 기기에서 사용자의 태블릿을 찾을 수 있도록 하는 권한을 요청하고 있습니다. 사용하시겠습니까?"</string>
    <string name="bluetooth_turning_on" msgid="4850574877288036646">"블루투스를 켜는 중"</string>
    <string name="bluetooth_turning_off" msgid="2337747302892025192">"블루투스를 사용 중지하는 중"</string>
    <!-- outdated translation 8013003320667198460 -->     <string name="bluetooth_auto_connect" msgid="40711424456733571">"자동 연결"</string>
    <string name="bluetooth_connection_permission_request" msgid="4747918249032890077">"블루투스 연결 요청"</string>
    <!-- no translation found for bluetooth_connection_notif_message (3687933246423942977) -->
    <skip />
    <string name="bluetooth_connection_dialog_text" msgid="8455427559949998023">"\'<xliff:g id="DEVICE_NAME">%1$s</xliff:g>\'에 연결하시겠습니까?"</string>
    <string name="bluetooth_phonebook_request" msgid="457033227379858269">"전화번호부 요청"</string>
    <string name="bluetooth_pb_acceptance_dialog_text" msgid="5203107624986011263">"%1$s이(가) 전화번호부와 통화 기록에 액세스하려고 합니다. %2$s에 액세스 권한을 제공하시겠습니까?"</string>
    <string name="bluetooth_pb_remember_choice" msgid="2901499974259177202">"다시 묻지 않음"</string>
    <string name="date_and_time" msgid="4114084177056654663">"날짜 및 시간 설정"</string>
    <string name="date_time_12_hour_sample" msgid="3259617262618020574">"1:00 PM"</string>
    <string name="date_time_24_hour_sample" msgid="8916857570746212357">"13:00"</string>
    <!-- outdated translation 7762866468013985022 -->     <string name="choose_timezone" msgid="1362834506479536274">"표준시간대 선택"</string>
    <string name="normal_date_format" msgid="7636406984925498359">"지역(<xliff:g id="DATE">%s</xliff:g>)"</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="5912878565897294401">"프록시 설정"</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>
    <!-- outdated translation 9120776460063182119 -->     <string name="proxy_error_invalid_host" msgid="8052095511862922213">"입력한 호스트 이름이 잘못되었습니다."</string>
    <!-- outdated translation 4753810662233875893 -->     <string name="proxy_error_invalid_exclusion_list" msgid="6467799485443290961">"입력한 제외목록의 형식이 올바르지 않습니다. 제외된 도메인의 쉼표로 구분된 목록을 입력하시기 바랍니다."</string>
    <string name="proxy_error_empty_port" msgid="3525734169948795417">"포트 필드를 입력해야 합니다."</string>
    <string name="proxy_error_empty_host_set_port" msgid="2451694104858226781">"호스트 필드가 비어 있는 경우 포트 필드에 입력하면 안 됩니다."</string>
    <!-- outdated translation 1816315605424943626 -->     <string name="proxy_error_invalid_port" msgid="2671425042711054494">"입력한 포트가 올바르지 않습니다."</string>
    <!-- outdated translation 7442676587591460854 -->     <string name="proxy_warning_limited_support" msgid="7229337138062837422">"HTTP 프록시는 브라우저에서 사용되며 다른 애플리케이션에서는 사용되지 않을 수 있습니다."</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_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">"IP 주소 Ping:"</string>
    <string name="radio_info_ping_hostname" msgid="3054888474808217853">"호스트이름(www.google.com) Ping:"</string>
    <string name="radio_info_http_client_test" msgid="5733604021077701555">"HTTP 클라이언트 테스트:"</string>
    <string name="ping_test_label" msgid="7255376471490860631">"Ping 테스트 실행"</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="1364712901180556244">"변경사항을 적용하려면 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="2902787003418172125">"USB 저장소가 마운트되지 않았습니다."</string>
    <string name="sdcard_settings_not_present_status" product="default" msgid="6666688653496819947">"SD 카드 없음"</string>
    <string name="sdcard_settings_available_bytes_label" msgid="763232429899373001">"사용 가능한 바이트:"</string>
    <string name="sdcard_settings_mass_storage_status" product="nosdcard" msgid="2736378870889777857">"USB 저장소를 대용량 저장장치로 사용 중"</string>
    <string name="sdcard_settings_mass_storage_status" product="default" msgid="4786433969313661655">"SD 카드를 대용량 저장장치로 사용 중"</string>
    <!-- outdated translation 7503300818792750913 -->     <string name="sdcard_settings_unmounted_status" product="nosdcard" msgid="6691584887397909775">"이제 USB 저장소를 안전하게 제거할 수 있습니다."</string>
    <!-- outdated translation 7503300818792750913 -->     <string name="sdcard_settings_unmounted_status" product="default" msgid="7189526306223689608">"이제 USB 저장소를 안전하게 제거할 수 있습니다."</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="3771783090621312312">"USB 저장소가 읽기전용으로 마운트됨"</string>
    <string name="sdcard_settings_read_only_status" product="default" msgid="5706115860484118911">"SD 카드가 읽기전용으로 마운트됨"</string>
    <string name="skip_label" msgid="47510779345218297">"건너뛰기"</string>
    <string name="next_label" msgid="4693520878012668114">"다음"</string>
    <string name="language_picker_title" msgid="5349877711342869319">"언어"</string>
    <!-- outdated translation 4910700713930693329 -->     <string name="activity_picker_label" msgid="6295660302548177109">"활동 선택"</string>
    <string name="device_info_label" msgid="6551553813651711205">"장치정보"</string>
    <string name="battery_info_label" msgid="4132685016148679403">"배터리 정보"</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="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="6889937359495515769">"더보기..."</string>
    <string name="wireless_networks_settings_title" msgid="3643009077742794212">"무선 및 네트워크 설정"</string>
    <!-- outdated translation 4390369314522684976 -->     <string name="radio_controls_summary" msgid="7655909146429376368">"Wi-Fi, Bluetooth, 비행기 모드, 모바일 네트워크 관리"</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="1269870211689178511">"데이터 로밍을 허용하시겠습니까? 높은 로밍 요금이 부과될 수 있습니다."</string>
    <string name="roaming_reenable_title" msgid="7626425894611573131">"주의"</string>
    <string name="networks" msgid="6333316876545927039">"운영자 선택"</string>
    <!-- outdated translation 6648929373316748020 -->     <string name="sum_carrier_select" msgid="3616956422251879163">"네트워크 운영자 선택"</string>
    <string name="date_and_time_settings_title" msgid="3350640463596716780">"날짜 및 시간"</string>
    <string name="date_and_time_settings_title_setup_wizard" msgid="2391530758339384324">"날짜 및 시간 설정"</string>
    <!-- outdated translation 2435705040205950381 -->     <string name="date_and_time_settings_summary" msgid="7095318986757583584">"날짜, 시간, 표준시간대 및 형식 설정"</string>
    <string name="date_time_auto" msgid="7076906458515908345">"날짜/시간 자동설정"</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" msgid="1193032284921000063">"24시간 형식 사용"</string>
    <string name="date_time_set_time" msgid="5716856602742530696">"시간 설정"</string>
    <string name="date_time_set_timezone" msgid="5045627174274377814">"표준시간대 선택"</string>
    <string name="date_time_set_date" msgid="7021491668550232105">"날짜 설정"</string>
    <string name="date_time_date_format" msgid="436706100255870967">"날짜형식 선택"</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="show_owner_info_on_lockscreen_label" msgid="5074906168357568434">"화면 잠금에 소유자 정보 표시"</string>
    <string name="owner_info_settings_title" msgid="2723190010708381889">"소유자 정보"</string>
    <string name="owner_info_settings_summary" msgid="3800834657847339570"></string>
    <!-- outdated translation 2382525043173672857 -->     <string name="owner_info_settings_edit_text_hint" msgid="4608681417960923911">"화면 잠금에 표시할 텍스트를 입력하세요."</string>
    <string name="location_settings_title" msgid="8935806698251432196">"위치 서비스"</string>
    <string name="security_settings_title" msgid="7945465324818485460">"보안"</string>
    <string name="security_settings_summary" msgid="967393342537986570">"내 위치, 화면 잠금해제, SIM 카드 잠금, 자격증명 저장소 잠금 설정"</string>
    <string name="cdma_security_settings_summary" msgid="6068799952798901542">"내 위치, 화면 잠금해제, 자격증명 저장소 잠금 설정"</string>
    <string name="security_passwords_title" msgid="2930627259125138363">"비밀번호"</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_encrypt_summary" product="tablet" msgid="6291564408810586">"태블릿의 전원을 켤 때마다 암호 해독을 위해 숫자 PIN 또는 비밀번호 입력"</string>
    <string name="crypt_keeper_encrypt_summary" product="default" msgid="514138079795442371">"휴대전화의 전원을 켤 때마다 휴대전화의 암호를 해독하기 위해 숫자 PIN 또는 비밀번호가 필요합니다."</string>
    <string name="crypt_keeper_encrypted_summary" msgid="1868233637888132906">"암호화됨"</string>
    <!-- outdated translation 2150571569618349332 -->     <string name="crypt_keeper_desc" product="tablet" msgid="923629233459331136">"계정, 설정, 다운로드한 애플리케이션과 해당 데이터, 미디어 및 기타 파일을 암호화할 수 있습니다. 태블릿을 암호화하면 전원을 켤 때마다 숫자 PIN 또는 비밀번호를 입력하여 태블릿 암호를 해독해야 합니다. 초기화를 수행하여 데이터를 모두 지워야 태블릿 암호화를 취소할 수 있습니다."\n\n"암호화에는 한 시간 이상이 걸립니다. 충전된 배터리로 시작해야 하며 암호화가 완료될 때까지 태블릿을 연결해야 합니다. 암호화 프로세스를 중단하면 데이터의 일부 또는 전부를 잃게 됩니다."</string>
    <!-- outdated translation 2150571569618349332 -->     <string name="crypt_keeper_desc" product="default" msgid="3504519024884099702">"계정, 설정, 다운로드한 애플리케이션과 해당 데이터, 미디어 및 기타 파일을 암호화할 수 있습니다. 태블릿을 암호화하면 전원을 켤 때마다 숫자 PIN 또는 비밀번호를 입력하여 태블릿 암호를 해독해야 합니다. 초기화를 수행하여 데이터를 모두 지워야 태블릿 암호화를 취소할 수 있습니다."\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>
    <!-- outdated translation 5920622844033087792 -->     <string name="crypt_keeper_low_charge_text" msgid="2029407131227814893">"배터리를 충전한 다음 다시 시도하세요."</string>
    <!-- outdated translation 3360883915598669748 -->     <string name="crypt_keeper_unplugged_text" msgid="4785376766063053901">"충전기를 연결한 다음 다시 시도하세요."</string>
    <string name="crypt_keeper_dialog_need_password_title" msgid="4058971800557767">"화면 잠금 PIN 또는 비밀번호 없음"</string>
    <string name="crypt_keeper_dialog_need_password_message" msgid="17076329416977176">"암호화를 시작하기 전에 화면 잠금 PIN 또는 비밀번호를 설정해야 합니다."</string>
    <string name="crypt_keeper_confirm_title" msgid="3637925350381905012">"암호화 확인"</string>
    <string name="crypt_keeper_final_desc" product="tablet" msgid="2496639211575162172">"태블릿 암호화 작업은 되돌릴 수 없으며 중단하면 데이터를 잃게 됩니다. 암호화는 한 시간 이상이 걸리며 그 동안 태블릿은 몇 번 다시 시작됩니다."</string>
    <string name="crypt_keeper_final_desc" product="default" msgid="3248595818246515395">"휴대전화 암호화 작업은 되돌릴 수 없으며 중단하면 데이터를 잃게 됩니다. 암호화는 한 시간 이상이 걸리며 그 동안 휴대전화는 몇 번 다시 시작됩니다."</string>
    <string name="crypt_keeper_setup_title" msgid="1783951453124244969">"암호화 중"</string>
    <!-- no translation found for crypt_keeper_setup_description (6689952371032099350) -->
    <skip />
    <!-- no translation found for crypt_keeper_setup_description (951918761585534875) -->
    <skip />
    <string name="crypt_keeper_cooldown" msgid="685210918307862395">"<xliff:g id="DELAY">^1</xliff:g>초 후에 다시 시도하세요."</string>
    <!-- outdated translation 1492603008983893532 -->     <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="6891198717505120682">"암호화가 중단되어 완료할 수 없습니다. 따라서 태블릿의 데이터에 더 이상 액세스할 수 없습니다. "\n\n" 태블릿을 다시 사용하려면 초기화해야 합니다. 초기화한 후 태블릿을 설정하면, Google 계정에 백업되어 있던 데이터를 복원할 수 있습니다."</string>
    <string name="crypt_keeper_failed_summary" product="default" msgid="1341912405353765293">"암호화가 중단되어 완료할 수 없습니다. 따라서 휴대전화의 데이터에 더 이상 액세스할 수 없습니다. "\n\n"휴대전화를 다시 사용하려면 초기화해야 합니다. 초기화한 후 휴대전화를 설정하면, Google 계정에 백업되어 있던 데이터를 복원할 수 있습니다."</string>
    <string name="lock_settings_picker_title" msgid="3332098786253116023">"화면 잠금 선택"</string>
    <string name="backup_lock_settings_picker_title" msgid="8530380598637963916">"백업 잠금 선택"</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">"패턴, PIN 또는 비밀번호 보안을 변경하거나 사용 중지"</string>
    <string name="unlock_set_unlock_launch_picker_enable_summary" msgid="4791110798817242301">"화면을 잠그는 방법을 선택합니다."</string>
    <!-- outdated translation 9188771173517519710 -->     <string name="unlock_backup_info_summary" msgid="108524727803788172">"FaceLock의 조건들이 마음에 들지 않는 경우, 어떻게 잠금 해제하시겠습니까?"</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="2871898266296656162">"슬라이드"</string>
    <string name="unlock_set_unlock_none_summary" msgid="8914673583104628191">"보안 사용 안함"</string>
    <!-- outdated translation 6228880437600746409 -->     <string name="unlock_set_unlock_biometric_weak_title" msgid="922148074843137010">"FacePass"</string>
    <string name="unlock_set_unlock_biometric_weak_summary" msgid="180083326982058964">"낮은 보안(베타)"</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">"PIN"</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="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="5660014471997663139">"슬라이드"</string>
    <string name="unlock_set_unlock_mode_biometric_weak" msgid="3008473624490350142">"얼굴 인식 잠금해제"</string>
    <string name="unlock_set_unlock_mode_pattern" msgid="464022606293547390">"패턴으로 보안"</string>
    <string name="unlock_set_unlock_mode_pin" msgid="1379365142708807163">"PIN으로 보안"</string>
    <string name="unlock_set_unlock_mode_password" msgid="6955742995327081060">"비밀번호로 보안"</string>
    <string name="unlock_disable_lock_title" msgid="1427036227416979120">"화면 잠금 사용 안함"</string>
    <string name="unlock_disable_lock_pattern_summary" msgid="6801602880568869201">"잠금해제 패턴 삭제"</string>
    <string name="unlock_disable_lock_pin_summary" msgid="8856842745366993387">"잠금해제 PIN 삭제"</string>
    <string name="unlock_disable_lock_password_summary" msgid="192161194564577025">"잠금해제 비밀번호 삭제"</string>
    <string name="unlock_change_lock_pattern_title" msgid="2044092014872741130">"잠금해제 패턴 변경"</string>
    <string name="unlock_change_lock_pin_title" msgid="806629901095938484">"잠금해제 PIN 변경"</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="2252847623267704683">"PIN은 %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="5487426077939378487">"비밀번호는 <xliff:g id="NUMBER">%d</xliff:g>자 미만이어야 합니다."</string>
    <string name="lockpassword_pin_too_long" msgid="6382649850551200693">"PIN은 <xliff:g id="NUMBER">%d</xliff:g>자리 미만이어야 합니다."</string>
    <string name="lockpassword_pin_contains_non_digits" msgid="3379277100136600632">"PIN에는 숫자 0-9만 사용할 수 있습니다."</string>
    <string name="lockpassword_pin_recently_used" msgid="2729073062730842496">"장치 관리자가 최근 PIN 사용을 허용하지 않습니다."</string>
    <string name="lockpassword_illegal_character" msgid="6204396794254688549">"비밀번호에 잘못된 글자가 들어 있습니다."</string>
    <string name="lockpassword_password_requires_alpha" msgid="5668524505560400449">"비밀번호에는 적어도 하나의 문자가 포함되어야 합니다."</string>
    <string name="lockpassword_password_requires_digit" msgid="4840579514154254907">"비밀번호에는 적어도 하나의 숫자가 포함되어야 합니다."</string>
    <string name="lockpassword_password_requires_symbol" msgid="4140602725865312078">"비밀번호에는 적어도 하나의 기호가 포함되어야 합니다."</string>
  <plurals name="lockpassword_password_requires_letters">
    <item quantity="one" msgid="1462968118065694590">"비밀번호에는 적어도 하나의 문자가 포함되어야 합니다."</item>
    <item quantity="other" msgid="7278096339907683541">"비밀번호에는 적어도 %d개의 문자가 포함되어야 합니다."</item>
  </plurals>
  <plurals name="lockpassword_password_requires_lowercase">
    <item quantity="one" msgid="2048653993044269649">"비밀번호에는 적어도 하나의 소문자가 포함되어야 합니다."</item>
    <item quantity="other" msgid="588499075580432178">"비밀번호에는 적어도 %d개의 소문자가 포함되어야 합니다."</item>
  </plurals>
  <plurals name="lockpassword_password_requires_uppercase">
    <item quantity="one" msgid="7677454174080582601">"비밀번호에는 적어도 하나의 대문자가 포함되어야 합니다."</item>
    <item quantity="other" msgid="2183090598541826806">"비밀번호에는 적어도 %d개의 대문자가 포함되어야 합니다."</item>
  </plurals>
  <plurals name="lockpassword_password_requires_numeric">
    <item quantity="one" msgid="8585088032818933985">"비밀번호에는 적어도 하나의 숫자가 포함되어야 합니다."</item>
    <item quantity="other" msgid="995673409754935278">"비밀번호에는 적어도 %d개의 숫자가 포함되어야 합니다."</item>
  </plurals>
  <plurals name="lockpassword_password_requires_symbols">
    <item quantity="one" msgid="3930886641317826293">"비밀번호에는 적어도 하나의 특수 기호가 포함되어야 합니다."</item>
    <item quantity="other" msgid="3047460862484105274">"비밀번호에는 적어도 %d개의 특수 기호가 포함되어야 합니다."</item>
  </plurals>
  <plurals name="lockpassword_password_requires_nonletter">
    <item quantity="one" msgid="1716355580615489062">"비밀번호에는 글자가 아닌 문자가 한 개 이상 포함되어야 합니다."</item>
    <item quantity="other" msgid="5574191164708145973">"비밀번호에는 적어도 %d개 이상의 글자가 아닌 문자가 포함되어야 합니다."</item>
  </plurals>
    <string name="lockpassword_password_recently_used" msgid="2739642871806935825">"장치 관리자가 최근 비밀번호 사용을 허용하지 않습니다."</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="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="bluetooth_quick_toggle_title" msgid="1037056952714061893">"Bluetooth"</string>
    <string name="bluetooth_quick_toggle_summary" msgid="5293641680139873341">"Bluetooth 켜기"</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="6385750334766370310">"Bluetooth 페어링 요청"</string>
    <!-- no translation found for bluetooth_enter_pin_msg (5698297871117529185) -->
    <skip />
    <!-- no translation found for bluetooth_enter_passkey_msg (2220143735340367939) -->
    <skip />
    <string name="bluetooth_enable_alphanumeric_pin" msgid="7222713483058171357">"PIN에 문자나 기호가 포함됩니다."</string>
    <string name="bluetooth_pin_values_hint" msgid="3815897557875873646">"일반적으로 0000 또는 1234"</string>
    <string name="bluetooth_enter_pin_other_device" msgid="3617812138113586885">"또한 다른 기기에 이 PIN을 입력해야 할 수도 있습니다."</string>
    <string name="bluetooth_enter_passkey_other_device" msgid="1808735246794073465">"또한 다른 기기에 이 암호를 입력해야 할 수도 있습니다."</string>
    <string name="bluetooth_confirm_passkey_msg" msgid="3708312912841950052">"&lt;b&gt;<xliff:g id="DEVICE_NAME">%1$s</xliff:g>&lt;/b&gt;와(과) 페어링하려면&lt;br&gt;&lt;br&gt;이 패스키(&lt;b&gt;<xliff:g id="PASSKEY">%2$s</xliff:g>&lt;/b&gt;)가 표시되는지 확인하세요.&lt;br&gt;&lt;br&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>
    <!-- no translation found for bluetooth_display_passkey_pin_msg (2796550001376088433) -->
    <skip />
    <string name="bluetooth_pairing_accept" msgid="6163520056536604875">"페어링"</string>
    <string name="bluetooth_pairing_decline" msgid="4185420413578948140">"취소"</string>
    <string name="bluetooth_error_title" msgid="6850384073923533096"></string>
    <!-- no translation found for bluetooth_pairing_error_message (3748157733635947087) -->
    <skip />
    <!-- no translation found for bluetooth_pairing_pin_error_message (8337234855188925274) -->
    <skip />
    <!-- no translation found for bluetooth_pairing_device_down_error_message (7870998403045801381) -->
    <skip />
    <string name="bluetooth_pairing_rejected_error_message" msgid="1648157108520832454">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>에서 페어링을 거부했습니다."</string>
    <string name="bluetooth_connecting_error_message" msgid="1779660510084746802">"<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="5957007154213560390">"기기 검색"</string>
    <string name="bluetooth_searching_for_devices" msgid="9203739709307871727">"검색 중..."</string>
    <string name="bluetooth_preference_device_settings" msgid="907776049862799122">"기기 설정"</string>
    <string name="bluetooth_preference_paired_devices" msgid="1970524193086791964">"페어링된 기기"</string>
    <string name="bluetooth_preference_found_devices" msgid="1647983835063249680">"사용할 수 있는 기기"</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">"페어링 및 연결"</string>
    <string name="bluetooth_device_context_unpair" msgid="662992425948536144">"페어링 해제"</string>
    <string name="bluetooth_device_context_disconnect_unpair" msgid="7644014238070043798">"연결끊기 및 페어링 끊기"</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="4793562956642282639">"기기를 보려면 블루투스를 켭니다."</string>
    <string name="bluetooth_connect_specific_profiles_title" msgid="6952214406025825164">"연결..."</string>
    <string name="bluetooth_profile_a2dp" msgid="2031475486179830674">"미디어 오디오"</string>
    <string name="bluetooth_profile_headset" msgid="8658779596261212609">"휴대폰 오디오"</string>
    <string name="bluetooth_profile_opp" msgid="9168139293654233697">"파일 전송"</string>
    <string name="bluetooth_profile_hid" msgid="3680729023366986480">"입력 장치"</string>
    <string name="bluetooth_profile_pan" msgid="3391606497945147673">"인터넷 액세스"</string>
    <string name="bluetooth_profile_pan_nap" msgid="8429049285027482959">"인터넷 연결 공유"</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="5455448395850929200">"<xliff:g id="DEVICE_NAME">%1$s</xliff:g>이(가) 이 태블릿의 인터넷 연결 공유에서 해제됩니다."</string>
    <string name="bluetooth_disconnect_pan_nap_profile" product="default" msgid="5266851881175033601">"<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">"Bluetooth 장치에 연결"</string>
    <string name="bluetooth_device_advanced_profile_header_title" msgid="3764437426089639639">"프로필"</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_a2dp_profile_summary_connected" msgid="963376081347721598">"미디어 오디오에 연결됨"</string>
    <string name="bluetooth_headset_profile_summary_connected" msgid="7661070206715520671">"휴대전화 오디오에 연결됨"</string>
    <string name="bluetooth_opp_profile_summary_connected" msgid="2611913495968309066">"파일 전송 서버에 연결됨"</string>
    <string name="bluetooth_opp_profile_summary_not_connected" msgid="1267091356089086285">"파일 전송 서버에 연결되지 않았습니다."</string>
    <string name="bluetooth_hid_profile_summary_connected" msgid="3381760054215168689">"입력 장치에 연결됨"</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_a2dp_profile_summary_use_for" msgid="4630849022250168427">"미디어 오디오에 사용"</string>
    <string name="bluetooth_headset_profile_summary_use_for" msgid="8705753622443862627">"휴대전화 오디오에 사용"</string>
    <string name="bluetooth_opp_profile_summary_use_for" msgid="1255674547144769756">"파일 전송에 사용"</string>
    <string name="bluetooth_hid_profile_summary_use_for" msgid="232727040453645139">"입력에 사용"</string>
    <string name="bluetooth_pan_profile_summary_use_for" msgid="5664884523822068653">"인터넷 액세스에 사용"</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="nfc_quick_toggle_title" msgid="6769159366307299004">"NFC"</string>
    <string name="nfc_quick_toggle_summary" msgid="5237208142892767592">"휴대전화가 다른 기기와 접촉하면 데이터 교환이 시작됩니다."</string>
    <string name="android_beam_settings_title" msgid="7832812974600338649">"Android Beam"</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>
    <!-- outdated translation 874495178395350104 -->     <string name="wifi_quick_toggle_title" msgid="8900579245913917111">"Wi-Fi"</string>
    <!-- outdated translation 1047950931623694366 -->     <string name="wifi_quick_toggle_summary" msgid="7071157039678370553">"Wi-Fi 켜기"</string>
    <!-- outdated translation 1277428034634973011 -->     <string name="wifi_settings" msgid="80140065298764210">"Wi-Fi"</string>
    <!-- outdated translation 2810363951104753710 -->     <string name="wifi_settings_category" msgid="5989698986158534800">"Wi-Fi 설정"</string>
    <!-- outdated translation 4351120897298124250 -->     <string name="wifi_settings_title" msgid="3153832927961915449">"Wi-Fi"</string>
    <string name="wifi_settings_summary" msgid="668767638556052820">"무선 액세스포인트(AP) 설정 및 관리"</string>
    <!-- outdated translation 6716593470710880000 -->     <string name="wifi_starting" msgid="5010080509366462180">"무선인터넷을 켜는 중"</string>
    <!-- outdated translation 244864762599017659 -->     <string name="wifi_stopping" msgid="4344576443009704646">"Wi-Fi 사용 중지 중..."</string>
    <string name="wifi_error" msgid="3207971103917128179">"오류"</string>
    <!-- outdated translation 7618393787965366655 -->     <string name="wifi_in_airplane_mode" msgid="8652520421778203796">"비행기 모드"</string>
    <!-- outdated translation 6194542252808587669 -->     <string name="wifi_fail_to_scan" msgid="1265540342578081461">"네트워크를 검색할 수 없습니다."</string>
    <string name="wifi_notify_open_networks" msgid="3755768188029653293">"네트워크 알림"</string>
    <string name="wifi_notify_open_networks_summary" msgid="3038290727701553612">"개방형 네트워크를 사용할 수 있을 때 알림"</string>
    <string name="wifi_enable_watchdog_service" msgid="3808826765041243874">"접속 불량 방지"</string>
    <!-- outdated translation 744684490718614436 -->     <string name="wifi_enable_watchdog_service_summary" msgid="4248686597890494105">"인터넷 연결이 원활하지 않은 경우 Wi-Fi 네트워크를 사용하지 않습니다."</string>
    <!-- outdated translation 7509112843244540964 -->     <string name="wifi_setting_sleep_policy_title" msgid="391381189748401988">"절전 모드 동안 Wi-Fi 유지"</string>
    <string name="wifi_setting_sleep_policy_error" msgid="8174902072673071961">"설정을 변경하는 중 문제가 발생했습니다."</string>
    <string name="wifi_add_network" msgid="6234851776910938957">"네트워크 추가"</string>
    <!-- outdated translation 2664629396767022441 -->     <string name="wifi_access_points" msgid="6623468070878623378">"Wi-Fi 네트워크"</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_forget" msgid="8736964302477327114">"네트워크 저장 안함"</string>
    <string name="wifi_menu_modify" msgid="2068554918652440105">"네트워크 수정"</string>
    <!-- outdated translation 4722299515264875943 -->     <string name="wifi_empty_list_wifi_off" msgid="8611418046425466966">"사용 가능한 네트워크를 보려면 Wi-Fi를 켭니다."</string>
    <string name="wifi_show_advanced" msgid="1793703023711426246">"고급 옵션 표시"</string>
    <string name="wifi_network_setup" msgid="2243277654809358812">"WPS"</string>
    <!-- outdated translation 5471842298708321115 -->     <string name="wifi_wps_pin" msgid="8242979682530043184">"액세스 포인트에서 PIN 입력"</string>
    <!-- outdated translation 150518971269252336 -->     <string name="wifi_wps_setup_title" msgid="2301524571580808871">"WPS 설정"</string>
    <!-- no translation found for wifi_wps_pin_output (7773693032190962123) -->
    <skip />
    <string name="wifi_wps_in_progress" msgid="2776555137392461525">"WPS가 이미 진행 중이며 완료하는 데 몇 십 초 걸릴 수 있습니다."</string>
    <string name="wifi_wps_failed" msgid="1648418410092969300">"WPS를 시작하지 못했습니다. 다시 시도해 주세요."</string>
    <string name="wifi_ssid" msgid="641393708309146745">"네트워크 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_ip_address" msgid="1440054061044402918">"IP 주소"</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">"ID"</string>
    <string name="wifi_eap_anonymous" msgid="2989469344116577955">"익명 ID"</string>
    <string name="wifi_password" msgid="5948219759936151048">"비밀번호"</string>
    <string name="wifi_show_password" msgid="6461249871236968884">"비밀번호 표시"</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_remembered" msgid="4955746899347821096">"저장됨"</string>
    <string name="wifi_disabled_generic" msgid="4259794910584943386">"사용 중지됨"</string>
    <!-- outdated translation 2683474385231344245 -->     <string name="wifi_disabled_network_failure" msgid="3111321240793227690">"인터넷 접속 불량 방지"</string>
    <string name="wifi_disabled_heading" msgid="1428050635183875599"></string>
    <!-- outdated translation 836952961850626904 -->     <string name="wifi_disabled_help" msgid="6885722129968401674">"연결 상태가 좋지 않아 네트워크가 차단되었습니다. Wi-Fi 설정의 고급 메뉴에서 연결 불량으로 인한 네트워크 차단을 사용중지할 수 있습니다."</string>
    <string name="wifi_disabled_password_failure" msgid="8659805351763133575">"인증 문제"</string>
    <string name="wifi_not_in_range" msgid="1136191511238508967">"범위 내에 없음"</string>
    <!-- outdated translation 4422547079984583502 -->     <string name="wifi_wps_available_first_item" msgid="3538912605343585226">"WPS 사용 가능"</string>
    <!-- outdated translation 8427520131718215301 -->     <string name="wifi_wps_available_second_item" msgid="6121307881706347616">" (WPS 사용 가능)"</string>
    <string name="wifi_secured_first_item" msgid="4072076186051083451">"<xliff:g id="WIFI_SECURITY_SHORT">%1$s</xliff:g>(으)로 보안"</string>
    <string name="wifi_secured_second_item" msgid="1326000076939056265">"<xliff:g id="WIFI_SECURITY_SHORT">%1$s</xliff:g>(으)로 보안"</string>
    <string name="wifi_security_none" msgid="7985461072596594400">"없음"</string>
    <string name="wifi_connect" msgid="1076622875777072845">"연결"</string>
    <string name="wifi_forget" msgid="8168174695608386644">"저장 안함"</string>
    <string name="wifi_save" msgid="3331121567988522826">"저장"</string>
    <string name="wifi_cancel" msgid="6763568902542968964">"취소"</string>
    <!-- outdated translation 6820987241637459748 -->     <string name="wifi_wps_overlap_error" msgid="5835556538028547052">"다른 WPS 세션이 발견되었습니다. 잠시 후 다시 시도해 주세요."</string>
    <!-- outdated translation 1627063574532930090 -->     <string name="wifi_advanced_titlebar" msgid="3900861362094298162">"고급 Wi-Fi"</string>
    <!-- outdated translation 7493768705046080060 -->     <string name="wifi_setting_frequency_band_title" msgid="1691057528105233660">"Wi-Fi 주파수 대역"</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_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>
    <!-- outdated translation 6387653152103405443 -->     <string name="wifi_ip_settings_invalid_ip_address" msgid="2513142355364274970">"올바른 IP 주소를 입력하세요."</string>
    <!-- outdated translation 6383012465511093067 -->     <string name="wifi_ip_settings_invalid_gateway" msgid="8164264988361096450">"올바른 게이트웨이 주소를 입력하세요."</string>
    <!-- outdated translation 3428867750550854065 -->     <string name="wifi_ip_settings_invalid_dns" msgid="8744583948328391047">"올바른 DNS 주소를 입력하세요."</string>
    <!-- outdated translation 8145730615716855433 -->     <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>
    <!-- outdated translation 400503541488064638 -->     <string name="wifi_p2p_settings_title" msgid="5804421683315066641">"Wi-Fi Direct"</string>
    <!-- outdated translation 819202165773287900 -->     <string name="wifi_p2p_settings_summary" msgid="6653169526746701975">"P2P 연결 설정"</string>
    <!-- outdated translation 6092748173212362426 -->     <string name="wifi_p2p_device_info" msgid="3191876744469364173">"기기 정보"</string>
    <!-- outdated translation 7706254437161351448 -->     <string name="wifi_p2p_wps_setup" msgid="5179345428413898188">"Wi-Fi Protected 설정"</string>
    <!-- outdated translation 492162570392614138 -->     <string name="wifi_p2p_wps_pin" msgid="6025317359151049787">"PIN 입력"</string>
    <string name="wifi_p2p_persist_network" msgid="1646424791818168590">"이 연결 저장"</string>
    <string name="wifi_p2p_menu_search" msgid="7189970585393813135">"검색"</string>
    <string name="wifi_p2p_menu_create_group" msgid="7595229161883902082">"그룹 만들기"</string>
    <string name="wifi_p2p_menu_remove_group" msgid="4844634506540667517">"그룹 삭제"</string>
    <string name="wifi_p2p_menu_advanced" msgid="2578792521809265949">"고급"</string>
    <!-- outdated translation 6201627903323497722 -->     <string name="wifi_p2p_available_devices" msgid="5943352520059654483">"사용할 수 있는 기기"</string>
    <!-- outdated translation 6961605862058056788 -->     <string name="wifi_tether_checkbox_text" msgid="6764413986309364590">"휴대용 Wi-Fi 핫스팟"</string>
    <string name="wifi_tether_enabled_subtext" msgid="8948641212931906143">"휴대용 핫스팟 <xliff:g id="NETWORK_SSID">%1$s</xliff:g> 사용"</string>
    <!-- outdated translation 2654888578056042315 -->     <string name="wifi_tether_failed_subtext" msgid="8178555615331315728">"휴대용 Wi-Fi 핫스팟 오류"</string>
    <!-- outdated translation 3474995108398156258 -->     <string name="wifi_tether_configure_ap_text" msgid="7163376477399687419">"Wi-Fi 핫스팟 구성"</string>
    <!-- no translation found for wifi_tether_configure_subtext (1168351091215556844) -->
    <skip />
    <string name="wifi_tether_configure_ssid_default" msgid="8467525402622138547">"AndroidHotspot"</string>
    <string name="display_settings_title" msgid="1708697328627382561">"디스플레이"</string>
    <string name="sound_settings" msgid="5534671337768745343">"소리"</string>
    <string name="silent_mode_title" msgid="3181479108593217704">"무음 모드"</string>
    <string name="ringtone_title" msgid="5379026328015343686">"전화 벨소리"</string>
    <string name="ringtone_summary" msgid="2630023412632683493"></string>
    <string name="all_volume_title" msgid="4296957391257836961">"볼륨"</string>
    <!-- outdated translation 3853457094486073206 -->     <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="vibrate_title" msgid="6045820877942801599">"진동"</string>
    <string name="notification_sound_title" msgid="312032901303146002">"기본 알림"</string>
    <string name="notification_pulse_title" msgid="1247988024534030629">"알림등 반복 표시"</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>
    <!-- outdated translation 7057274209079144726 -->     <string name="notification_sound_dialog_title" msgid="9052854168612951170">"알림 벨소리 선택"</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>
    <!-- outdated translation 3352166372220845956 -->     <string name="volume_media_description" msgid="7949355934788807863">"음악, 동영상, 게임 및 기타 미디어"</string>
    <string name="volume_ring_description" msgid="5936851631698298989">"벨소리 및 알림"</string>
    <string name="volume_notification_description" msgid="5810902320215328321">"알림"</string>
    <string name="volume_alarm_description" msgid="8322615148532654841">"알람"</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>
    <!-- outdated translation 7935403744079168804 -->     <string name="dock_not_found_text" product="tablet" msgid="9015625921245904495">"태블릿을 도킹해야 오디오 도크를 구성할 수 있습니다."</string>
    <!-- outdated translation 7935403744079168804 -->     <string name="dock_not_found_text" product="default" msgid="3882255773040651831">"태블릿을 도킹해야 오디오 도크를 구성할 수 있습니다."</string>
    <!-- outdated translation 3659084028644948905 -->     <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="5077843049805652363">"도크에 태블릿을 끼우거나 제거할 때 소리 재생 안함"</string>
    <string name="dock_sounds_enable_summary_off" product="default" msgid="3151046599205265919">"도크에 휴대전화를 끼우거나 제거할 때 소리 재생 안함"</string>
    <string name="sync_settings" msgid="9186125469300013491">"계정 및 동기화"</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="2354961343555249270">"밝기"</string>
    <string name="brightness_summary" msgid="838917350127550703">"화면 밝기 조정"</string>
    <string name="screen_timeout" msgid="4351334843529712571">"절전 모드"</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>
    <!-- outdated translation 443941273453987627 -->     <string name="wallpaper_settings_fragment_title" msgid="519078346877860129">"배경화면 선택"</string>
    <string name="dream_settings_title" msgid="6536876013377446805">"Android Dreams"</string>
    <string name="dream_settings_summary" msgid="6809871648071408259">"화면 보호기 및 기타 유휴 상태 전환"</string>
    <string name="dream_component_title" msgid="505229894674572578">"선택한 드림"</string>
    <string name="dream_timeout_title" msgid="1385909618566514628">"활성화 시기"</string>
    <string name="dream_timeout_summary" msgid="6721955887728454226">"<xliff:g id="TIMEOUT_DESCRIPTION">%1$s</xliff:g> 후 유휴 상태"</string>
    <string name="dream_timeout_zero_summary" msgid="2450290346381400092">"사용 안함"</string>
    <string name="dream_test" msgid="5968002644622194481">"직접 사용해 보세요!"</string>
    <string name="automatic_brightness" msgid="5014143533884135461">"자동 밝기"</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">"SIM 카드 잠금 설정"</string>
    <string name="sim_lock_settings_category" msgid="5136244267576697004">"SIM 카드 잠금 설정"</string>
    <string name="sim_lock_settings_title" msgid="9018585580955414596">"SIM 카드 잠금"</string>
    <string name="sim_pin_toggle" msgid="1742123478029451888">"SIM 카드 잠금"</string>
    <string name="sim_lock_on" product="tablet" msgid="5058355081270397764">"태블릿을 사용하려면 PIN 필요"</string>
    <string name="sim_lock_on" product="default" msgid="2503536505568814324">"휴대전화를 사용하려면 PIN 필요"</string>
    <string name="sim_lock_off" product="tablet" msgid="2813800553917012356">"태블릿을 사용하려면 PIN 필요"</string>
    <string name="sim_lock_off" product="default" msgid="258981978215428916">"휴대전화를 사용하려면 PIN 필요"</string>
    <string name="sim_pin_change" msgid="6311414184279932368">"SIM PIN 변경"</string>
    <string name="sim_enter_pin" msgid="6608715137008508432">"SIM PIN"</string>
    <string name="sim_enable_sim_lock" msgid="4517742794997166918">"SIM 카드 잠금"</string>
    <string name="sim_disable_sim_lock" msgid="7664729528754784824">"SIM 카드 잠금해제"</string>
    <string name="sim_enter_old" msgid="6074196344494634348">"이전 SIM PIN"</string>
    <string name="sim_enter_new" msgid="8742727032729243562">"새 SIM PIN"</string>
    <string name="sim_reenter_new" msgid="3178510434642201544">"새 PIN 다시 입력"</string>
    <string name="sim_change_pin" msgid="7328607264898359112">"SIM PIN"</string>
    <!-- outdated translation 2746201276896134075 -->     <string name="sim_bad_pin" msgid="2345230873496357977">"PIN이 잘못되었습니다."</string>
    <!-- outdated translation 4664611595579163214 -->     <string name="sim_pins_dont_match" msgid="8449681619822460312">"PIN이 일치하지 않음!"</string>
    <!-- outdated translation 4823538458798362222 -->     <string name="sim_change_failed" msgid="304964924772218382">"PIN을 변경할 수 없습니다."\n"PIN이 잘못된 것 같습니다."</string>
    <string name="sim_change_succeeded" msgid="8556135413096489627">"SIM PIN이 변경되었습니다."</string>
    <!-- outdated translation 6676748290838006404 -->     <string name="sim_lock_failed" msgid="5651596916127873626">"SIM 카드 잠금 상태를 변경할 수 없습니다."\n"PIN이 잘못된 것 같습니다."</string>
    <string name="sim_enter_ok" msgid="6475946836899218919">"확인"</string>
    <string name="sim_enter_cancel" msgid="6240422158517208036">"취소"</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="model_number" msgid="3765737700545384794">"모델 번호"</string>
    <string name="baseband_version" msgid="1848990160763524801">"기저대역 버전"</string>
    <string name="kernel_version" msgid="9192574954196167602">"커널 버전"</string>
    <string name="build_number" msgid="3075795840572241758">"빌드 번호"</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_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="8499039751817386529">"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="3279383550222116235">"모바일 네트워크 유형"</string>
    <string name="status_data_state" msgid="5503181397066522950">"모바일 네트워크 상태"</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>
    <!-- outdated translation 33109409206264790 -->     <string name="status_wifi_mac_address" msgid="4682277506871013855">"Wi-Fi MAC 주소"</string>
    <string name="status_bt_address" msgid="4195174192087439720">"Bluetooth 주소"</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_size" msgid="6629067715017232195">"총 공간"</string>
    <string name="memory_calculating_size" msgid="2188358544203768588">"계산 중..."</string>
    <!-- outdated translation 9079237985722858506 -->     <string name="memory_apps_usage" msgid="7064506641121346242">"애플리케이션"</string>
    <string name="memory_media_usage" msgid="3738830697707880405">"미디어"</string>
    <string name="memory_downloads_usage" msgid="3755173051677533027">"다운로드"</string>
    <!-- outdated translation 6679615808140067136 -->     <string name="memory_dcim_usage" msgid="558887013613822577">"사진, 동영상"</string>
    <!-- outdated translation 4040027367622874108 -->     <string name="memory_music_usage" msgid="1363785144783011606">"오디오(음악, 벨소리, podcast 등)"</string>
    <string name="memory_media_misc_usage" msgid="235452944021647124">"기타"</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="read_only" msgid="6702420168629076340">" (읽기전용)"</string>
    <!-- outdated translation 2349876662428231297 -->     <string name="dlg_confirm_unmount_title" product="nosdcard" msgid="3077285629197874055">"USB 저장소 마운트 해제"</string>
    <!-- outdated translation 2349876662428231297 -->     <string name="dlg_confirm_unmount_title" product="default" msgid="3634502237262534381">"USB 저장소 마운트 해제"</string>
    <!-- outdated translation 3390169455621185223 -->     <string name="dlg_confirm_unmount_text" product="nosdcard" msgid="4322636662873269018">"USB 저장소를 마운트 해제하면 사용 중인 일부 애플리케이션이 중지되고 USB 저장소를 다시 마운트할 때까지 사용할 수 없게 됩니다."</string>
    <!-- outdated translation 3390169455621185223 -->     <string name="dlg_confirm_unmount_text" product="default" msgid="6998379994779187692">"USB 저장소를 마운트 해제하면 사용 중인 일부 애플리케이션이 중지되고 USB 저장소를 다시 마운트할 때까지 사용할 수 없게 됩니다."</string>
    <string name="dlg_error_unmount_title" product="nosdcard" msgid="4642742385125426529"></string>
    <string name="dlg_error_unmount_title" product="default" msgid="4642742385125426529"></string>
    <!-- outdated translation 1450864147013376592 -->     <string name="dlg_error_unmount_text" product="nosdcard" msgid="4346280469528260684">"USB 저장소를 마운트 해제할 수 없습니다. 다시 시도하세요."</string>
    <!-- outdated translation 1450864147013376592 -->     <string name="dlg_error_unmount_text" product="default" msgid="3073562815631781894">"USB 저장소를 마운트 해제할 수 없습니다. 다시 시도하세요."</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_menu_usb" msgid="5708207885333243384">"USB 컴퓨터 연결"</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="7673397474756664929">"카메라 소프트웨어를 사용하여 사진을 전송하고, MTP를 지원하지 않는 컴퓨터의 파일을 전송할 수 있습니다."</string>
    <string name="usb_label_installer_cd" msgid="4331173824920630215">"파일 전송 도구 설치"</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">"액세스포인트(APN) 편집"</string>
    <!-- unknown quoting pattern: original -1, translation 1 -->
    <!-- outdated translation 7422262558097875757 -->     <string name="apn_not_set" msgid="4974192007399968164">"&amp;lt;설정 안함&amp;gt;"</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>
    <!-- outdated translation 5345015879918180684 -->     <string name="carrier_enabled" msgid="407655861175280806">"APN 사용/사용 중지"</string>
    <!-- outdated translation 2928646805009033590 -->     <string name="carrier_enabled_summaryOn" msgid="6338915271908057531">"APN 사용"</string>
    <!-- outdated translation 7064396156584668630 -->     <string name="carrier_enabled_summaryOff" msgid="4300790190221203756">"APN 사용 중지됨"</string>
    <string name="bearer" msgid="594270280031923558">"Bearer"</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>
    <!-- outdated translation 1498238337687930558 -->     <string name="error_name_empty" msgid="8418502878620394756">"이름 필드는 비워둘 수 없습니다."</string>
    <!-- outdated translation 1513892291812404310 -->     <string name="error_apn_empty" msgid="6056233831214537267">"APN을 비워둘 수 없습니다."</string>
    <string name="error_mcc_not3" msgid="4560171714156251661">"MCC 필드는 3자리 숫자여야 합니다."</string>
    <string name="error_mnc_not23" msgid="8418177072458379439">"MNC 필드는 2~ 3자리 숫자여야 합니다."</string>
    <!-- outdated translation 2724583218635739913 -->     <string name="restore_default_apn" msgid="8178010218751639581">"기본 APN 설정 복원 중"</string>
    <string name="menu_restore" msgid="8260067415075573273">"초기화"</string>
    <!-- outdated translation 3990449939234957281 -->     <string name="restore_default_apn_completed" msgid="2824775307377604897">"기본 APN 설정을 초기화했습니다."</string>
    <string name="master_clear_title" msgid="5907939616087039756">"공장 초기화"</string>
    <string name="master_clear_summary" product="tablet" msgid="4036344100254678429">"태블릿의 모든 데이터 지우기"</string>
    <string name="master_clear_summary" product="default" msgid="4986154238001088492">"휴대전화의 모든 데이터 지우기"</string>
    <!-- outdated translation 590799767511283567 -->     <string name="master_clear_desc" product="tablet" msgid="8317211882509025841">"이렇게 하면 태블릿의 "<b>"내부 저장소"</b>"에서 모든 데이터("\n\n<li>"Google 계정"</li>\n<li>"시스템과 애플리케이션 데이터 및 설정"</li>\n<li>"다운로드된 애플리케이션"</li>" 포함)가 삭제됩니다."</string>
    <!-- outdated translation 590799767511283567 -->     <string name="master_clear_desc" product="default" msgid="9165016501623540228">"이렇게 하면 태블릿의 "<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_desc_also_erases_external" msgid="1903185203791274237"><li>"음악"</li>\n<li>"사진"</li>\n<li>"기타 사용자 데이터"</li></string>
    <!-- outdated translation 4740866328425123395 -->     <string name="master_clear_desc_erase_external_storage" product="nosdcard" msgid="7744115866662613411">\n\n"음악이나 사진, 기타 사용자 데이터도 지우려면 "<b>"USB 저장소"</b>"를 삭제해야 합니다."</string>
    <!-- outdated translation 4740866328425123395 -->     <string name="master_clear_desc_erase_external_storage" product="default" msgid="4801026652617377093">\n\n"음악이나 사진, 기타 사용자 데이터도 지우려면 "<b>"USB 저장소"</b>"를 삭제해야 합니다."</string>
    <string name="erase_external_storage" product="nosdcard" msgid="969364037450286809">"USB 저장소 지우기"</string>
    <string name="erase_external_storage" product="default" msgid="1397239046334307625">"SD 카드 지우기"</string>
    <!-- outdated translation 444834593696342279 -->     <string name="erase_external_storage_description" product="nosdcard" msgid="4728558173931599429">"내부 USB 저장소에 있는 모든 데이터(예: 음악 또는 사진)를 지웁니다."</string>
    <!-- outdated translation 444834593696342279 -->     <string name="erase_external_storage_description" product="default" msgid="1737638779582964966">"내부 USB 저장소에 있는 모든 데이터(예: 음악 또는 사진)를 지웁니다."</string>
    <string name="master_clear_button_text" product="tablet" msgid="3130786116528304116">"태블릿 초기화"</string>
    <string name="master_clear_button_text" product="default" msgid="7550632653343157971">"휴대전화 초기화"</string>
    <!-- outdated translation 7254253750460716665 -->     <string name="master_clear_final_desc" msgid="7209547812233487345">"모든 데이터 및 애플리케이션을 지우고 휴대폰을 재설정하시겠습니까? 수행한 후에는 작업을 취소할 수 없습니다."</string>
    <string name="master_clear_final_button_text" msgid="5390908019019242910">"모두 지우기"</string>
    <string name="master_clear_gesture_prompt" msgid="1428645764883536750">"잠금해제 패턴을 그리세요."</string>
    <string name="master_clear_gesture_explanation" msgid="2234954758550554549">"공장 초기화를 실행하려면 잠금해제 패턴을 그려야 합니다."</string>
    <!-- outdated translation 8655202125010189406 -->     <string name="master_clear_failed" msgid="7959646179737950703">"시스템 지우기 서비스를 사용할 수 없어 재설정을 수행하지 못했습니다."</string>
    <!-- outdated translation 4845794266129586839 -->     <string name="master_clear_confirm_title" msgid="7572642091599403668">"초기화 확인"</string>
    <string name="media_format_title" product="nosdcard" msgid="3999653431422767156">"USB 저장소 지우기"</string>
    <string name="media_format_title" product="default" msgid="4427528440306787972">"SD 카드 지우기"</string>
    <string name="media_format_summary" product="nosdcard" msgid="776603298628082065">"USB 저장소의 모든 데이터 지우기"</string>
    <string name="media_format_summary" product="default" msgid="3805714639375830120">"SD 카드의 모든 데이터 지우기"</string>
    <!-- outdated translation 4553860683952763905 -->     <string name="media_format_desc" product="nosdcard" msgid="4557243156946319034">"이 작업을 수행하면 USB 저장소가 지워집니다. 저장된 "<b>"모든"</b>" 데이터가 삭제되니 주의하세요."</string>
    <!-- outdated translation 4553860683952763905 -->     <string name="media_format_desc" product="default" msgid="8764037252319942415">"이 작업을 수행하면 USB 저장소가 지워집니다. 저장된 "<b>"모든"</b>" 데이터가 삭제되니 주의하세요."</string>
    <string name="media_format_button_text" product="nosdcard" msgid="6293669371185352810">"USB 저장소 지우기"</string>
    <string name="media_format_button_text" product="default" msgid="6721544380069373626">"SD 카드 지우기"</string>
    <!-- outdated translation 8094635533378487255 -->     <string name="media_format_final_desc" product="nosdcard" msgid="699929778486375913">"USB 저장소를 지워서 저장된 모든 파일을 삭제하시겠습니까? 수행한 후에는 작업을 취소할 수 없습니다."</string>
    <!-- outdated translation 8094635533378487255 -->     <string name="media_format_final_desc" product="default" msgid="3344525419872744989">"USB 저장소를 지워서 저장된 모든 파일을 삭제하시겠습니까? 수행한 후에는 작업을 취소할 수 없습니다."</string>
    <string name="media_format_final_button_text" msgid="4881713344315923175">"모두 지우기"</string>
    <string name="media_format_gesture_prompt" msgid="3109349468816856670">"잠금해제 패턴을 그리세요."</string>
    <string name="media_format_gesture_explanation" product="nosdcard" msgid="1379736318750958338">"USB 저장소를 지우려면 잠금해제 패턴을 그려야 합니다."</string>
    <string name="media_format_gesture_explanation" product="default" msgid="1681213416497647321">"SD 카드를 지우려면 잠금해제 패턴을 그려야 합니다."</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">"테더링 및 휴대용 핫스팟"</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>
    <!-- outdated translation 6608933594288072573 -->     <string name="usb_tethering_storage_active_subtext" msgid="5210094834194907094">"USB 저장소가 사용 중인 경우 테더링할 수 없습니다."</string>
    <string name="usb_tethering_unavailable_subtext" msgid="1044622421184007254">"USB가 연결되어 있지 않음"</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="8811610320942954709">"이 태블릿의 인터넷 연결 공유 중"</string>
    <string name="bluetooth_tethering_available_subtext" product="default" msgid="4229220575771946723">"이 휴대전화의 인터넷 연결 공유"</string>
    <string name="bluetooth_tethering_device_connected_subtext" product="tablet" msgid="2730938191906597896">"1개 기기에 대해 이 태블릿의 인터넷 연결 공유 중"</string>
    <string name="bluetooth_tethering_device_connected_subtext" product="default" msgid="1666736165420290466">"1개 기기에 대해 이 휴대전화의 인터넷 연결 공유 중"</string>
    <string name="bluetooth_tethering_devices_connected_subtext" product="tablet" msgid="1180765608259580143">"<xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>개 기기에 대해 이 태블릿의 인터넷 연결 공유 중"</string>
    <string name="bluetooth_tethering_devices_connected_subtext" product="default" msgid="8248942539362173005">"<xliff:g id="CONNECTEDDEVICECOUNT">%1$d</xliff:g>개 기기에 대해 이 휴대전화의 인터넷 연결 공유 중"</string>
    <string name="bluetooth_tethering_off_subtext" product="tablet" msgid="2093881379028235555">"이 태블릿의 인터넷 연결 공유 상태 아님"</string>
    <string name="bluetooth_tethering_off_subtext" product="default" msgid="706860924389041342">"이 휴대전화의 인터넷 연결 공유 상태 아님"</string>
    <!-- outdated translation 1344187103463073993 -->     <string name="bluetooth_tethering_errored_subtext" msgid="4926566308991142264">"블루투스 테더링 오류"</string>
    <!-- no translation found for bluetooth_tethering_overflow_error (6285122039489881969) -->
    <skip />
    <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="7967552516440151852">"모바일 네트워크"</string>
    <string name="location_title" msgid="1029961368397484576">"사용자 위치"</string>
    <string name="location_network_based" msgid="5569673665032992664">"Google 위치 서비스"</string>
    <!-- outdated translation 1337612962522836900 -->     <string name="location_neighborhood_level" msgid="7473531167475623654">"앱에서 Wi-Fi 및 모바일 네트워크와 같은 소스의 데이터를 사용하여 사용자의 대략적인 위치를 판단할 수 있게 합니다."</string>
    <!-- outdated translation 7457348712272184793 -->     <string name="location_neighborhood_level_wifi" msgid="1477255106707542972">"Wi-Fi에서 측정된 위치"</string>
    <string name="location_gps" msgid="8392461023569708478">"GPS 위성"</string>
    <string name="location_street_level" msgid="4244496898967415234">"애플리케이션이 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">"위치 및 Google 검색"</string>
    <string name="use_location_summary" msgid="3978805802386162520">"Google이 내 위치를 사용하여 검색결과 및 기타 서비스를 개선하도록 합니다."</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="copyright_title" msgid="865906688917260647">"저작권"</string>
    <string name="license_title" msgid="1990487604356037871">"라이센스"</string>
    <string name="terms_title" msgid="7697580845616764642">"약관"</string>
    <string name="system_tutorial_list_item_title" msgid="9082844446660969729">"시스템 안내서"</string>
    <string name="system_tutorial_list_item_summary" product="tablet" msgid="3341504384445734067">"태블릿 사용법 알아보기"</string>
    <string name="system_tutorial_list_item_summary" product="default" msgid="3861815254521030201">"휴대전화 사용법 알아보기"</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>
    <!-- no translation found for settings_safetylegal_activity_unreachable (232523852222964470) -->
    <skip />
    <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">"PIN 선택"</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">"PIN 확인"</string>
    <string name="lockpassword_confirm_passwords_dont_match" msgid="6850677112663979120">"비밀번호가 일치하지 않음"</string>
    <string name="lockpassword_confirm_pins_dont_match" msgid="4757532830594400147">"PIN이 일치하지 않음"</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">"PIN이 설정되었습니다."</string>
    <string name="lockpassword_pattern_set_toast" msgid="6867259621331406236">"패턴이 설정되었습니다."</string>
    <string name="lock_settings_title" msgid="335025124489630932">"화면 보안"</string>
    <string name="lockpattern_change_lock_pattern_label" msgid="5679630792003440352">"잠금해제 패턴 변경"</string>
    <string name="lockpattern_change_lock_pin_label" msgid="266707138486731661">"잠금해제 PIN 변경"</string>
    <string name="lockpattern_need_to_unlock" msgid="757935356911054465">"저장된 패턴 확인"</string>
    <!-- outdated translation 5629093548611791080 -->     <string name="lockpattern_need_to_unlock_wrong" msgid="4694973540770105678">"죄송합니다. 다시 시도하세요."</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="4622772178078818425">"완료되면 손가락을 뗍니다."</string>
    <string name="lockpattern_recording_incorrect_too_short" msgid="3103250430366718996">"<xliff:g id="NUMBER">%d</xliff:g>개 이상의 점을 연결합니다. 다시 시도하세요."</string>
    <string name="lockpattern_pattern_entered_header" msgid="5012716272001299362">"패턴이 기록되었습니다."</string>
    <string name="lockpattern_need_to_confirm" msgid="5144676887162575050">"확인을 위해 패턴 다시 그리기"</string>
    <string name="lockpattern_pattern_confirmed_header" msgid="2223856038485537716">"새 잠금해제 패턴:"</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="1949847413862309134">"다시 시도"</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_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_header" msgid="819903817323783498">"잘못된 시도 횟수가 너무 많습니다."</string>
    <string name="lockpattern_too_many_failed_confirmation_attempts_footer" msgid="6759029360597122873">"<xliff:g id="NUMBER">%d</xliff:g>초 후에 다시 시도하세요."</string>
    <string name="skip_button_label" msgid="8680422740354436943">"취소"</string>
    <string name="next_button_label" msgid="8890792540116568321">"다음"</string>
    <string name="lock_title" product="tablet" msgid="2909697418179419990">"태블릿 보안 설정"</string>
    <string name="lock_title" product="default" msgid="4059246467204273930">"휴대전화 보안 설정"</string>
    <!-- outdated translation 5796785892741212873 -->     <string name="lock_intro_message" product="tablet" msgid="1075370160667458122">"나만의 화면 잠금해제 패턴을 만들어서 인증되지 않은 사람이 휴대전화를 사용하지 못하게 할 수 있습니다. 다음 화면에서 손가락을 사용하여 원하는 순서로 최소한 4개의 점을 연결하세요. "\n\n"시작할 준비가 되었으면 \'다음\'을 터치합니다."</string>
    <!-- outdated translation 5796785892741212873 -->     <string name="lock_intro_message" product="default" msgid="8393155371327584659">"나만의 화면 잠금해제 패턴을 만들어서 인증되지 않은 사람이 휴대전화를 사용하지 못하게 할 수 있습니다. 다음 화면에서 손가락을 사용하여 원하는 순서로 최소한 4개의 점을 연결하세요. "\n\n"시작할 준비가 되었으면 \'다음\'을 터치합니다."</string>
    <!-- outdated translation 5712405848153426706 -->     <string name="manageapplications_settings_title" msgid="7041951105633616745">"애플리케이션 관리"</string>
    <!-- outdated translation 6097117021500651232 -->     <string name="manageapplications_settings_summary" msgid="1794401500935451259">"설치된 애플리케이션 관리 및 제거"</string>
    <!-- outdated translation 3736173521008476946 -->     <string name="applications_settings" msgid="1721442176406964682">"애플리케이션"</string>
    <!-- outdated translation 2714215108369119717 -->     <string name="applications_settings_summary" msgid="6683465446264515367">"애플리케이션 관리, 빠른실행 바로가기 설정"</string>
    <!-- outdated translation 6018266337275422250 -->     <string name="applications_settings_header" msgid="1014813055054356646">"애플리케이션 설정"</string>
    <string name="install_applications" msgid="4872012136210802181">"알 수 없는 소스"</string>
    <!-- outdated translation 6612824788917283662 -->     <string name="install_unknown_applications" msgid="8149117044297868948">"마켓에 등록되지 않은 애플리케이션 설치 허용"</string>
    <!-- outdated translation 8143969767997876735 -->     <string name="install_all_warning" product="tablet" msgid="3263360446508268880">"태블릿 및 개인 정보는 출처를 알 수 없는 애플리케이션의 공격에 더욱 취약합니다. 사용자는 이러한 애플리케이션을 사용하여 발생할 수 있는 태블릿 손상이나 데이터 손실에 대해 사용자가 단독으로 책임이 있음을 동의합니다."</string>
    <!-- outdated translation 8143969767997876735 -->     <string name="install_all_warning" product="default" msgid="8113734576826384682">"태블릿 및 개인 정보는 출처를 알 수 없는 애플리케이션의 공격에 더욱 취약합니다. 사용자는 이러한 애플리케이션을 사용하여 발생할 수 있는 태블릿 손상이나 데이터 손실에 대해 사용자가 단독으로 책임이 있음을 동의합니다."</string>
    <string name="advanced_settings" msgid="1777249286757067969">"고급 설정"</string>
    <!-- outdated translation 145134386044169043 -->     <string name="advanced_settings_summary" msgid="4016682978071086747">"기타 설정 옵션을 사용하도록 설정합니다."</string>
    <!-- outdated translation 1150486628158409543 -->     <string name="application_info_label" msgid="5736524913065714880">"애플리케이션 정보"</string>
    <string name="storage_label" msgid="8700867073480107253">"저장공간"</string>
    <string name="auto_launch_label" msgid="3012617472833815382">"기본으로 실행"</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>
    <!-- outdated translation 5055196275624686382 -->     <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="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>
    <!-- outdated translation 2630656657744196691 -->     <string name="auto_launch_enable_text" msgid="2652825923953591251">"이 애플리케이션을 해당 작업에 대한 기본 프로그램으로 실행하도록 선택했습니다."</string>
    <string name="auto_launch_disable_text" msgid="7800385822185540166">"기본값이 설정되지 않았습니다."</string>
    <string name="clear_activities" msgid="7408923511535174430">"기본 작업 지우기"</string>
    <!-- outdated translation 2398570332021220651 -->     <string name="screen_compatibility_text" msgid="1616155457673106022">"이 애플리케이션은 사용 중인 화면에 맞게 개발되지 않았을 수 있습니다. 여기에서 애플리케이션이 화면에 조정되는 방식을 선택할 수 있습니다."</string>
    <string name="ask_compatibility" msgid="7225195569089607846">"설치 시 확인"</string>
    <!-- outdated translation 3257284255974065538 -->     <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="manage_space_text" msgid="8852711522447794676">"공간 관리"</string>
    <string name="filter" msgid="2018011724373033887">"필터"</string>
    <!-- outdated translation 6507663329723966854 -->     <string name="filter_dlg_title" msgid="8693024463731076091">"필터 옵션 선택"</string>
    <string name="filter_apps_all" msgid="5142129378749391876">"전체"</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>
    <!-- outdated translation 5190227407135243904 -->     <string name="no_applications" msgid="7336588977497084921">"애플리케이션이 없습니다."</string>
    <string name="internal_storage" msgid="1584700623164275282">"내부 저장소"</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>
    <!-- outdated translation 4470209520936375508 -->     <string name="clear_data_dlg_title" msgid="5605258400134511197">"삭제"</string>
    <!-- outdated translation 8368035073300828451 -->     <string name="clear_data_dlg_text" msgid="8847257251846779938">"애플리케이션의 전체 데이터가 영구적으로 삭제됩니다. 여기에는 모든 파일, 설정, 계정, 데이터베이스 등이 포함됩니다."</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>
    <!-- outdated translation 2980271680333341554 -->     <string name="app_not_found_dlg_text" msgid="8333723538280257243">"애플리케이션이 설치된 애플리케이션 목록에 없습니다."</string>
    <!-- outdated translation 581956197586913865 -->     <string name="clear_data_failed" msgid="1907582169616856698">"애플리케이션 데이터를 지울 수 없습니다."</string>
    <!-- outdated translation 6116199391150388147 -->     <string name="app_factory_reset_dlg_title" msgid="7441012826373143593">"업데이트 제거"</string>
    <!-- outdated translation 438395129140568893 -->     <string name="app_factory_reset_dlg_text" msgid="6371247225487725860">"Android 시스템 애플리케이션에 대한 모든 업데이트를 제거하시겠습니까?"</string>
    <string name="clear_failed_dlg_title" msgid="2387060805294783175">"데이터 지우기"</string>
    <!-- outdated translation 3808441171752996043 -->     <string name="clear_failed_dlg_text" msgid="1092177570631523106">"애플리케이션 데이터를 지우지 못했습니다."</string>
    <!-- outdated translation 6158636779728455276 -->     <string name="security_settings_desc" product="tablet" msgid="1292421279262430109">"이 애플리케이션은 태블릿의 다음 항목에 액세스할 수 있습니다."</string>
    <!-- outdated translation 6158636779728455276 -->     <string name="security_settings_desc" product="default" msgid="61749028818785244">"이 애플리케이션은 태블릿의 다음 항목에 액세스할 수 있습니다."</string>
    <string name="computing_size" msgid="1599186977475211186">"계산 중..."</string>
    <string name="invalid_size_value" msgid="1901940003700269523">"패키지 크기를 계산할 수 없습니다."</string>
    <!-- outdated translation 1883660401486953588 -->     <string name="empty_list_msg" msgid="5993162337235907160">"설치된 타사 애플리케이션이 없습니다."</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>
    <!-- outdated translation 8566913062094452962 -->     <string name="insufficient_storage" msgid="481763122991093080">"남은 저장공간이 부족합니다."</string>
    <!-- outdated translation 837163572898468245 -->     <string name="does_not_exist" msgid="3476487214886606748">"애플리케이션이 없습니다."</string>
    <!-- outdated translation 5747805144210389585 -->     <string name="app_forward_locked" msgid="6331564656683790866">"복제 방지된 애플리케이션입니다."</string>
    <!-- outdated translation 4934491353200240499 -->     <string name="invalid_location" msgid="2786030127356312746">"지정된 설치 위치가 잘못되었습니다."</string>
    <!-- outdated translation 1030561474413022831 -->     <string name="system_package" msgid="6222593098063037137">"외부 미디어에 시스템 업데이트를 설치할 수 없습니다."</string>
    <!-- outdated translation 4289453224368188476 -->     <string name="force_stop_dlg_title" msgid="977530651470711366">"강제 종료"</string>
    <!-- outdated translation 5157374701213502922 -->     <string name="force_stop_dlg_text" msgid="7208364204467835578">"강제로 애플리케이션을 종료하면 예기치 않은 오류가 발생할 수 있습니다. 계속하시겠습니까?"</string>
    <string name="move_app_failed_dlg_title" msgid="1282561064082384192"></string>
    <!-- no translation found for move_app_failed_dlg_text (3465267182923054022) -->
    <skip />
    <string name="app_install_location_title" msgid="2068975150026852168">"기본 설치 위치"</string>
    <!-- outdated translation 879753854530300436 -->     <string name="app_install_location_summary" msgid="5155453752692959098">"새 애플리케이션에 대한 기본 설치 위치를 변경합니다."</string>
    <!-- outdated translation 6662184657838747395 -->     <string name="app_disable_dlg_title" msgid="3916469657537695436">"내장 애플리케이션 사용중지"</string>
    <!-- outdated translation 1328080928456579599 -->     <string name="app_disable_dlg_text" msgid="3562567756362627323">"내장 애플리케이션을 사용중지하면 다른 애플리케이션에 예기치 않은 오류가 발생할 수 있습니다. 계속하시겠습니까?"</string>
    <string name="storageuse_settings_title" msgid="5657014373502630403">"저장공간 사용량"</string>
    <!-- outdated translation 2556057379120846792 -->     <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>
    <!-- outdated translation 6575184738671598131 -->     <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_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>
    <!-- outdated translation 6188692418986988288 -->     <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>
    <!-- outdated translation 2918909303972264019 -->     <string name="service_stop_description" msgid="9146619928198961643">"이 서비스는 해당 애플리케이션에서 시작했습니다. 중지할 경우 애플리케이션에 장애가 발생할 수 있습니다."</string>
    <!-- outdated translation 6855241582643136019 -->     <string name="heavy_weight_stop_description" msgid="2979218727598321095">"이 애플리케이션을 안전하게 중지할 수 없습니다. 중지할 경우 현재 작업의 일부가 유실될 수 있습니다."</string>
    <!-- outdated translation 1728354083304746737 -->     <string name="background_process_stop_description" msgid="5034773197139654588">"향후에 다시 필요할 경우 빠르게 실행하기 위해 저장해두는 백그라운드 프로세스로서 일반적으로 중지할 필요는 없습니다."</string>
    <string name="service_manage_description" msgid="7050092269951613102">"<xliff:g id="CLIENT_NAME">%1$s</xliff:g>이(가) 현재 사용 중입니다. 조정하려면 설정을 터치하세요."</string>
    <!-- outdated translation 929204645380391397 -->     <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>
    <!-- outdated translation 5420033091144016389 -->     <string name="runningservicedetails_stop_dlg_text" product="tablet" msgid="3371302398335665793">"이 시스템 서비스를 중지하시겠습니까? 중지하면 태블릿의 일부 기능이 올바르게 작동되지 않을 수 있으며 전원을 껐다 켜야 합니다."</string>
    <!-- outdated translation 5420033091144016389 -->     <string name="runningservicedetails_stop_dlg_text" product="default" msgid="3920243762189484756">"이 시스템 서비스를 중지하시겠습니까? 중지하면 태블릿의 일부 기능이 올바르게 작동되지 않을 수 있으며 전원을 껐다 켜야 합니다."</string>
    <string name="language_settings" msgid="5292716747264442359">"언어 및 키보드 설정"</string>
    <string name="language_keyboard_settings_title" msgid="243220021717425813">"언어 및 키보드 설정"</string>
    <string name="language_settings_category" msgid="2288258489940617043">"언어 설정"</string>
    <string name="keyboard_settings_category" msgid="8275523930352487827">"키보드 및 입력 방법"</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">"스페이스바를 두 번 눌러 \'.\' 삽입"</string>
    <string name="show_password" msgid="3001113966880559611">"비밀번호 표시"</string>
    <string name="show_password_summary" msgid="7345931695292850058"></string>
    <!-- no translation found for ime_security_warning (4135828934735934248) -->
    <skip />
    <!-- no translation found for spellchecker_security_warning (9060897418527708922) -->
    <skip />
    <string name="pointer_settings_category" msgid="8183819795164034286">"마우스/트랙패드"</string>
    <string name="pointer_speed" msgid="1221342330217861616">"포인터 속도"</string>
    <string name="user_dict_settings_titlebar" msgid="765659257455000490">"사용자 사전"</string>
    <string name="user_dict_single_settings_title" msgid="524997218433540614">"개인 사전"</string>
    <string name="user_dict_multiple_settings_title" msgid="3735224433307996276">"개인 사전"</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_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>
    <!-- outdated translation 1766522102636921529 -->     <string name="user_dict_settings_empty_text" msgid="8165273379942105271">"사용자 사전에 단어가 없습니다. 추가( + ) 버튼을 터치하여 단어를 추가할 수 있습니다."</string>
    <string name="user_dict_settings_all_languages" msgid="7713910347678213719">"모든 언어"</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="testing_battery_info" msgid="3497865525976497848">"배터리 정보"</string>
    <string name="quick_launch_title" msgid="7904609846945905306">"빠른실행"</string>
    <!-- outdated translation 3453825712466417452 -->     <string name="quick_launch_summary" msgid="8101133819188001190">"애플리케이션을 실행하는 바로가기 설정"</string>
    <!-- outdated translation 4521368464929956350 -->     <string name="quick_launch_assign_application" msgid="6240064079456617501">"애플리케이션 할당"</string>
    <string name="quick_launch_no_shortcut" msgid="5998005833838278693">"바로가기 없음"</string>
    <string name="quick_launch_shortcut" msgid="5090405067413522300">"검색 + <xliff:g id="SHORTCUT_LETTER">%1$s</xliff:g>"</string>
    <string name="quick_launch_clear_dialog_title" msgid="5546543501250320220">"지우기"</string>
    <string name="quick_launch_clear_dialog_message" msgid="3921015601470260722">" <xliff:g id="SHORTCUT_LETTER">%1$s</xliff:g>(<xliff:g id="APPLICATION_NAME">%2$s</xliff:g>)에 대한 바로가기가 지워집니다."</string>
    <string name="quick_launch_clear_ok_button" msgid="2634568926597586716">"확인"</string>
    <string name="quick_launch_clear_cancel_button" msgid="1892854652197747064">"취소"</string>
    <!-- outdated translation 3748789806447639039 -->     <string name="quick_launch_display_mode_applications" msgid="1734058461846126775">"애플리케이션"</string>
    <string name="quick_launch_display_mode_shortcuts" msgid="4177934019174169042">"바로가기"</string>
    <string name="input_methods_settings_title" msgid="6800066636850553887">"텍스트 입력"</string>
    <string name="input_method" msgid="5434026103176856164">"입력 방법"</string>
    <string name="current_input_method" msgid="234072873286056438">"기본값"</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>
    <!-- outdated translation 7773992829158322455 -->     <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>
    <!-- outdated translation 4018402267502337338 -->     <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>
    <!-- outdated translation 2151320488701538355 -->     <string name="development_settings_summary" msgid="1815795401632854041">"애플리케이션 개발 옵션 설정"</string>
    <string name="enable_adb" msgid="7982306934419797485">"USB 디버깅"</string>
    <string name="enable_adb_summary" msgid="4881186971746056635">"USB가 연결된 경우 디버그 모드"</string>
    <string name="verifier_device_identifier" msgid="5079997701152411060">"개발 기기 ID"</string>
    <string name="verifier_device_identifier_not_available" msgid="1272065992066977324">"기기 정보가 없습니다."</string>
    <string name="keep_screen_on" msgid="1146389631208760344">"켜진 상태로 유지"</string>
    <string name="keep_screen_on_summary" msgid="2173114350754293009">"충전하는 동안 화면이 꺼지지 않음"</string>
    <string name="allow_mock_location" msgid="2787962564578664888">"모의 위치 허용"</string>
    <string name="allow_mock_location_summary" msgid="317615105156345626">"모의 위치 허용"</string>
    <string name="adb_warning_title" msgid="6234463310896563253">"USB 디버깅을 허용하시겠습니까?"</string>
    <!-- outdated translation 5352555112049663033 -->     <string name="adb_warning_message" msgid="7316799925425402244">"USB 디버깅은 개발용으로만 설계되었습니다. 이 기능을 사용하면 컴퓨터와 장치 간에 데이터를 복사하고 알림 없이 장치에 애플리케이션을 설치하며 로그 데이터를 읽을 수 있습니다."</string>
    <string name="gadget_picker_title" msgid="98374951396755811">"가젯 선택"</string>
    <string name="widget_picker_title" msgid="9130684134213467557">"위젯 선택"</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="usage_stats_label" msgid="5890846333487083609">"사용 통계"</string>
    <string name="testing_usage_stats" msgid="7823048598893937339">"사용 통계"</string>
    <string name="display_order_text" msgid="8592776965827565271">"정렬 기준:"</string>
    <!-- outdated translation 2000949925256858308 -->     <string name="app_name_label" msgid="5440362857006046193">"애플리케이션"</string>
    <string name="launch_count_label" msgid="4019444833263957024">"계수"</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_toggle_large_text_title" msgid="6618674985313017711">"큰 텍스트"</string>
    <string name="accessibility_power_button_ends_call_title" msgid="5468375366375940894">"전원 버튼으로 통화 종료"</string>
    <string name="accessibility_touch_exploration_title" msgid="4171477646863806078">"터치하여 탐색"</string>
    <string name="accessibility_touch_exploration_summary" msgid="1163951209315238103">"터치하여 탐색 기능을 사용하면 손가락 아래에 표시된 항목에 대한 설명을 듣거나 볼 수 있습니다."\n\n"이 기능은 시각 장애인을 위한 것입니다."</string>
    <string name="accessibility_long_press_timeout_title" msgid="2373216941395035306">"길게 누르기 지연"</string>
    <string name="accessibility_script_injection_title" msgid="3264723681038625967">"웹 스크립트 설치"</string>
    <string name="accessibility_menu_item_settings" msgid="3344942964710773365">"설정"</string>
    <string name="accessibility_menu_item_tutorial" msgid="567989492004682307">"안내서"</string>
    <string name="accessibility_service_state_on" msgid="8791337599927106344">"설정"</string>
    <string name="accessibility_service_state_off" msgid="2458594460762620776">"사용 안함"</string>
    <string name="accessibility_script_injection_allowed" msgid="7624804397748427621">"허용됨"</string>
    <string name="accessibility_script_injection_disallowed" msgid="8639525487720429182">"허용되지 않음"</string>
    <string name="accessibility_script_injection_button_allow" msgid="2201503285877102870">"허용"</string>
    <string name="accessibility_script_injection_button_disallow" msgid="5697152768523270885">"허용 안함"</string>
    <string name="accessibility_service_security_warning_title" msgid="5421628151509995404">"<xliff:g id="SERVICE">%1$s</xliff:g>을(를) 사용하시겠습니까?"</string>
    <string name="accessibility_service_security_warning_summary" product="tablet" msgid="8558441850832543571">"<xliff:g id="ACCESSIBILITY_SERVICE_NAME">%1$s</xliff:g>은(는) 비밀번호를 제외한 사용자가 입력한 모든 텍스트를 수집할 수 있습니다. 여기에는 신용카드 번호와 같은 개인정보도 포함됩니다. 또한 태블릿 사용과 관련한 데이터도 수집할 수 있습니다."</string>
    <string name="accessibility_service_security_warning_summary" product="default" msgid="2869015914319424723">"<xliff:g id="ACCESSIBILITY_SERVICE_NAME">%1$s</xliff:g>은(는) 비밀번호를 제외하고 사용자가 입력한 모든 텍스트를 수집할 수 있습니다. 여기에는 신용카드 번호와 같은 개인정보도 포함됩니다. 또한 휴대전화 사용과 관련한 데이터도 수집할 수 있습니다."</string>
    <string name="accessibility_service_disable_warning_title" msgid="3393956845814484859">"<xliff:g id="SERVICE">%1$s</xliff:g>을(를) 중지하시겠습니까?"</string>
    <string name="accessibility_service_disable_warning_summary" msgid="625013894287895398">"확인을 터치하면 <xliff:g id="SERVICE">%1$s</xliff:g>이(가) 중지됩니다."</string>
    <string name="accessibility_no_services_installed" msgid="7200948194639038807">"설치된 서비스가 없습니다."</string>
    <string name="accessibility_service_no_apps_title" msgid="5124097563864109821">"스크린 리더가 필요하십니까?"</string>
    <string name="accessibility_service_no_apps_message" msgid="7751662416377046539">"TalkBack은 시각 장애인을 위한 음성 피드백을 제공합니다. Android 마켓에서 무료로 설치하시겠습니까?"</string>
    <string name="accessibility_script_injection_security_warning_title" msgid="4158946557435736650">"웹 스크립트를 설치하시겠습니까?"</string>
    <string name="accessibility_script_injection_security_warning_summary" msgid="7706858873495386310">"앱에 Google에서 제공하는 스크립트를 설치하도록 허용하시겠습니까? 설치하면 웹 콘텐츠에 더 쉽게 액세스할 수 있습니다."</string>
    <string name="accessibility_touch_exploration_warning" msgid="2442154805472989569">"이 기능을 사용하면 기기가 터치에 반응하는 방식이 바뀝니다. 사용하시겠습니까?"</string>
    <string name="accessibility_service_default_description" msgid="1072730037861494125">"제공된 설명이 없습니다."</string>
    <string name="settings_button" msgid="3006713718908152930">"설정"</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="3583407442633768046">"배터리 사용 데이터가 없습니다."</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="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>
    <!-- outdated translation 3093545080361658269 -->     <string name="battery_stats_wifi_running_label" msgid="1896257111025449468">"Wi-Fi"</string>
    <string name="battery_stats_wake_lock_label" msgid="1908942681902324095">"켜짐"</string>
    <string name="battery_stats_phone_signal_label" msgid="4137799310329041341">"모바일 네트워크 신호"</string>
    <!-- no translation found for battery_stats_last_duration (1535831453827905957) -->
    <skip />
    <string name="awake" msgid="387122265874485088">"장치 무중단 가동 시간"</string>
    <string name="wifi_on_time" msgid="4630925382578609056">"WiFi 사용 시간"</string>
    <string name="bluetooth_on_time" msgid="4478515071957280711">"WiFi 사용 시간"</string>
    <string name="usage_name_percent" msgid="7976919382448235858">"<xliff:g id="NAME">%1$s</xliff:g> -  <xliff:g id="NUMBER">%2$s</xliff:g><xliff:g id="PERCENT">%%</xliff:g>"</string>
    <string name="history_details_title" msgid="3608240585315506067">"기록 세부정보"</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>
    <!-- outdated translation 2382791137776486974 -->     <string name="power_wifi" msgid="1185503168440278173">"Wi-Fi"</string>
    <string name="power_bluetooth" msgid="4373329044379008289">"Bluetooth"</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="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>
    <!-- outdated translation 8234997940652067049 -->     <string name="usage_type_wifi_running" msgid="3333082288047656594">"Wi-Fi 실행 중"</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="2857401966985425427">"보낸 데이터"</string>
    <string name="usage_type_data_recv" msgid="7251090882025234185">"수신된 데이터"</string>
    <string name="usage_type_audio" msgid="6957269406840886290">"오디오"</string>
    <string name="usage_type_video" msgid="4295357792078579944">"동영상"</string>
    <string name="usage_type_on_time" msgid="3351200096173733159">"사용 시간"</string>
    <string name="usage_type_no_coverage" msgid="3797004252954385053">"통화 불가능 시간"</string>
    <string name="battery_action_stop" msgid="649958863744041872">"강제 종료"</string>
    <!-- outdated translation 3275013531871113681 -->     <string name="battery_action_app_details" msgid="7861051816778419018">"애플리케이션 정보"</string>
    <!-- outdated translation 350562653472577250 -->     <string name="battery_action_app_settings" msgid="4570481408106287454">"애플리케이션 설정"</string>
    <string name="battery_action_display" msgid="7338551244519110831">"화면 설정"</string>
    <string name="battery_action_wifi" msgid="5452076674659927993">"WiFi 설정"</string>
    <string name="battery_action_bluetooth" msgid="8374789049507723142">"Bluetooth 설정"</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_display" msgid="5432795282958076557">"디스플레이 및 백라이트에서 배터리 사용"</string>
    <string name="battery_sugg_display" msgid="3370202402045141760">"화면 밝기 및/또는 화면 시간제한 줄이기"</string>
    <!-- outdated translation 1702486494565080431 -->     <string name="battery_desc_wifi" msgid="6232770771913559730">"Wi-Fi에서 배터리 사용"</string>
    <!-- outdated translation 7542345142282261691 -->     <string name="battery_sugg_wifi" msgid="7433556355284798617">"사용 중이 아니거나 사용할 수 없을 때 Wi-Fi 사용 안함"</string>
    <!-- outdated translation 7535520658674621902 -->     <string name="battery_desc_bluetooth" msgid="8069070756186680367">"블루투스에서 배터리 사용"</string>
    <!-- outdated translation 817276933922157788 -->     <string name="battery_sugg_bluetooth_basic" msgid="1942935021750897422">"사용 중이 아닐 때에는 Bluetooth 끄기"</string>
    <!-- outdated translation 8214816222115517479 -->     <string name="battery_sugg_bluetooth_headset" msgid="4071352514714259230">"다른 블루투스 장치로 연결 시도"</string>
    <!-- outdated translation 6665712811746233450 -->     <string name="battery_desc_apps" msgid="8530418792605735226">"애플리케이션 배터리 사용량"</string>
    <!-- outdated translation 6065882899391322442 -->     <string name="battery_sugg_apps_info" msgid="6907588126789841231">"애플리케이션 중지 또는 제거"</string>
    <!-- outdated translation 4545056413090932541 -->     <string name="battery_sugg_apps_gps" msgid="7287643439298561315">"애플리케이션이 GPS를 사용할 수 없도록 수동으로 제어"</string>
    <!-- outdated translation 8021302847272481168 -->     <string name="battery_sugg_apps_settings" msgid="3974902365643634514">"애플리케이션에서 배터리 사용을 줄일 수 있는 설정을 제공할 수 있습니다."</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="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="recognizer_title" msgid="3231385184559054457">"음성 인식기"</string>
    <string name="recognizer_settings_title" msgid="432493301215113154">"음성 검색"</string>
    <string name="recognizer_settings_summary" msgid="4472287934134546902">"\'<xliff:g id="RECOGNIZER_NAME">%s</xliff:g>\' 설정"</string>
    <string name="tts_settings" msgid="8186971894801348327">"TTS(text-to-speech) 설정"</string>
    <string name="tts_settings_title" msgid="1237820681016639683">"TTS(Text-to-speech) 출력"</string>
    <string name="use_default_tts_settings_title" msgid="1577063839539732930">"항상 내 설정 사용"</string>
    <!-- outdated translation 4253502106159206276 -->     <string name="use_default_tts_settings_summary" msgid="5916421806783703823">"아래 기본 설정으로 애플리케이션 설정 덮어쓰기"</string>
    <string name="tts_default_settings_section" msgid="5787915620218907443">"기본 설정"</string>
    <!-- outdated translation 29467896463371992 -->     <string name="tts_default_synth_title" msgid="4755558388333117572">"기본 엔진"</string>
    <string name="tts_default_synth_summary" msgid="6482936537135251690">"음성 텍스트에 대해 음성 합성 엔진을 사용하도록 설정"</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_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="5513288178403066867">"선택한 엔진을 실행할 수 없습니다."</string>
    <string name="tts_engine_error_config" msgid="5820525416624637313">"구성"</string>
    <!-- outdated translation 3071453963296013376 -->     <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_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="5304661142202662693">"사용 전에 새 엔진 사용 설정"</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>
    <!-- outdated translation 7455548605888590466 -->     <string name="gadget_title" msgid="5519037532720577836">"전원 컨트롤"</string>
    <!-- outdated translation 2382963973155082629 -->     <string name="gadget_toggle_wifi" msgid="1384149165815685611">"Wi-Fi 설정 업데이트"</string>
    <string name="gadget_toggle_bluetooth" msgid="7538903239807020826">"블루투스 설정 업데이트"</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="credentials_unlock" msgid="385427939577366499"></string>
    <!-- outdated translation 5889551635843338639 -->     <string name="credentials_unlock_hint" msgid="2301301378040499348">"자격증명 저장소에 대한 비밀번호를 입력하세요."</string>
    <string name="credentials_old_password" msgid="7553393815538684028">"현재 비밀번호:"</string>
    <!-- outdated translation 1566409057833618877 -->     <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>
    <!-- outdated translation 397954733557821269 -->     <string name="credentials_not_erased" msgid="93461830775441220">"자격증명 저장소를 삭제하지 못했습니다."</string>
    <string name="credentials_enabled" msgid="7588607413349978930">"자격증명 저장소를 사용합니다."</string>
    <!-- outdated translation 6816970208840577219 -->     <string name="credentials_configure_lock_screen_hint" msgid="6048426197489058494">"자격증명 저장소를 사용하려면 먼저 화면 잠금 PIN 또는 비밀번호를 설정해야 합니다. 지금 설정하시겠습니까?"</string>
    <string name="emergency_tone_title" msgid="1055954530111587114">"긴급 신호음"</string>
    <string name="emergency_tone_summary" msgid="722259232924572153">"긴급 통화 중 동작 설정"</string>
    <string name="privacy_settings" msgid="5446972770562918934">"백업 및 초기화"</string>
    <string name="privacy_settings_title" msgid="4856282165773594890">"백업 및 초기화"</string>
    <!-- outdated translation 8856083167469467588 -->     <string name="backup_section_title" msgid="7952232291452882740">"백업 및 복원"</string>
    <string name="personal_data_section_title" msgid="7815209034443782061">"개인 데이터"</string>
    <string name="backup_data_title" msgid="1239105919852668016">"내 데이터 백업"</string>
    <!-- outdated translation 6515285107793232815 -->     <string name="backup_data_summary" msgid="1362648233661534995">"애플리케이션 데이터, Wi-Fi 비밀번호 및 기타 설정을 Google 서버에 백업"</string>
    <string name="backup_configure_account_title" msgid="3790872965773196615">"백업 계정"</string>
    <string name="backup_configure_account_default_summary" msgid="2436933224764745553">"현재 백업한 데이터가 저장된 계정이 없습니다."</string>
    <string name="auto_restore_title" msgid="5397528966329126506">"자동 복원"</string>
    <!-- outdated translation 83177150536734378 -->     <string name="auto_restore_summary" msgid="4235615056371993807">"애플리케이션을 다시 설치할 때 백업한 설정 등의 데이터 복원"</string>
    <string name="local_backup_password_title" msgid="3860471654439418822">"데스크톱 백업 비밀번호"</string>
    <!-- outdated translation 9189890994730711939 -->     <string name="local_backup_password_summary_none" msgid="4780151366296088113">"데스크톱 전체 백업에 비밀번호가 설정되어 있지 않습니다."</string>
    <string name="local_backup_password_summary_change" msgid="3615162467655442441">"데스크톱 전체 백업에 대한 비밀번호를 변경하거나 삭제하려면 선택하세요."</string>
    <string name="backup_erase_dialog_title" msgid="1027640829482174106"></string>
    <!-- outdated translation 7766283133557587608 -->     <string name="backup_erase_dialog_message" msgid="5430882821079142873">"Wi-Fi 비밀번호, 북마크, 기타 설정 및 애플리케이션 데이터 백업을 중지하고 Google 서버에 있는 모든 사본을 지우시겠습니까?"</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="add_device_admin_msg" msgid="6246742476064507965">"기기 관리자를 활성화하시겠습니까?"</string>
    <string name="add_device_admin" msgid="7133327675884827091">"활성화"</string>
    <string name="device_admin_add_title" msgid="7705551449705676363">"기기 관리자"</string>
    <!-- no translation found for device_admin_warning (2026747446313628233) -->
    <skip />
    <!-- no translation found for device_admin_status (4252975713178851910) -->
    <skip />
    <string name="untitled_apn" msgid="1230060359198685513">"제목 없음"</string>
    <string name="sound_category_sound_title" msgid="1488759370067953996">"일반"</string>
    <string name="sound_category_calls_and_notification_title" msgid="4703470169010662085">"벨소리 및 알림"</string>
    <string name="sound_category_notification_title" msgid="3502115998790286943">"알림"</string>
    <string name="sound_category_feedback_title" msgid="6047518536574673606">"시스템"</string>
    <string name="wifi_setup_title" msgid="3130584822275278425">"WiFi 설정"</string>
    <!-- no translation found for wifi_setup_title_editing_network (227860196223863839) -->
    <skip />
    <!-- no translation found for wifi_setup_title_connecting_network (7240441636832308773) -->
    <skip />
    <!-- no translation found for wifi_setup_title_connected_network (7276936889903089790) -->
    <skip />
    <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>
    <!-- outdated translation 7424598483871053657 -->     <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>
    <!-- outdated translation 6582036394332822032 -->     <string name="wifi_setup_status_edit_network" msgid="4765340816724760717">"네트워크 구성 입력"</string>
    <string name="wifi_setup_status_new_network" msgid="7468952850452301083">"새 네트워크에 연결"</string>
    <!-- outdated translation 2594117697215042584 -->     <string name="wifi_setup_status_connecting" msgid="4971421484401530740">"연결 중..."</string>
    <!-- outdated translation 9071951312604559022 -->     <string name="wifi_setup_status_proceed_to_next" msgid="6708250000342940031">"다음 단계로 넘어가기"</string>
    <!-- outdated translation 3196386445567501484 -->     <string name="wifi_setup_status_eap_not_supported" msgid="5335338851032315905">"EAP 지원 안함"</string>
    <!-- unknown placeholder TAG_B in wifi_setup_eap_not_supported -->
    <skip />
    <!-- no translation found for wifi_setup_eap_not_supported (4521956828166347452) -->
    <skip />
    <!-- outdated translation 1884664966455980182 -->     <string name="wifi_setup_description_connecting" msgid="2793554932006756795">"연결에 몇 분 정도 걸릴 수 있습니다."</string>
    <!-- outdated translation 5235991893829582459 -->     <string name="wifi_setup_description_connected" msgid="1748172546080673171">"설정을 계속하려면 "<b>"다음"</b>"을 터치하세요."\n\n"다른 Wi-Fi 네트워크에 연결하려면 "<b>"뒤로"</b>"를 터치하세요."</string>
    <string name="accessibility_sync_enabled" msgid="558480439730263116">"동기화 사용"</string>
    <string name="accessibility_sync_disabled" msgid="1741194106479011384">"동기화 사용중지됨"</string>
    <string name="accessibility_sync_error" msgid="8703299118794272041">"동기화 오류입니다."</string>
    <string name="account_sync_settings_title" msgid="4578227872921044660">"동기화 설정"</string>
    <string name="sync_is_failing" msgid="1591561768344128377">"현재 동기화에 문제가 발생했습니다. 잠시 후에 다시 실행됩니다."</string>
    <string name="add_account_label" msgid="7811707265834013767">"계정 추가"</string>
    <string name="background_data" msgid="5779592891375473817">"백그라운드 데이터"</string>
    <!-- outdated translation 3630389249212620467 -->     <string name="background_data_summary" msgid="8328521479872763452">"애플리케이션이 언제든지 데이터를 동기화하고 보내고 받을 수 있음"</string>
    <!-- outdated translation 745974259246047425 -->     <string name="background_data_dialog_title" msgid="6059217698124786537">"주의"</string>
    <!-- outdated translation 9155730118215371308 -->     <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="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="5952575609349860569"><font fgcolor="#ffffffff">"Google 동기화에 오신 것을 환영합니다."</font>" "\n"Google 동기화는 사용자가 어디에서든지 연락처, 일정 등에 액세스할 수 있도록 데이터를 동기화하는 Google 서비스입니다."</string>
    <!-- outdated translation 5514539555293976035 -->     <string name="header_application_sync_settings" msgid="6205903695598000286">"애플리케이션 동기화 설정"</string>
    <string name="header_data_and_synchronization" msgid="5165024023936509896">"데이터 및 동기화"</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>
    <!-- outdated translation 6574643117748564960 -->     <string name="really_remove_account_title" msgid="8800653398717172460">"계정 삭제"</string>
    <!-- unknown placeholder BREAK in really_remove_account_message -->
    <skip />
    <!-- no translation found for really_remove_account_message (1936147502815641161) -->
    <skip />
    <!-- unknown placeholder BREAK in really_remove_account_message -->
    <skip />
    <!-- no translation found for really_remove_account_message (3483528757922948356) -->
    <skip />
    <!-- outdated translation 1093911989149396624 -->     <string name="remove_account_failed" product="tablet" msgid="3086620478225952725">"일부 애플리케이션의 경우 이 계정이 필요합니다. 태블릿을 공장 초기화해야 계정을 삭제할 수 있으며 이 경우 모든 개인 데이터가 삭제됩니다. \'개인정보 보호\' 아래의 \'설정\' 애플리케이션에서 재설정할 수 있습니다."</string>
    <!-- outdated translation 1093911989149396624 -->     <string name="remove_account_failed" product="default" msgid="6217238709175617517">"일부 애플리케이션의 경우 이 계정이 필요합니다. 태블릿을 공장 초기화해야 계정을 삭제할 수 있으며 이 경우 모든 개인 데이터가 삭제됩니다. \'개인정보 보호\' 아래의 \'설정\' 애플리케이션에서 재설정할 수 있습니다."</string>
    <string name="provider_label" msgid="7724593781904508866">"구독정보 푸시"</string>
    <string name="sync_item_title" msgid="1931551540462877488">"<xliff:g id="AUTHORITY">%s</xliff:g> 동기화"</string>
    <!-- outdated translation 7185199796123573317 -->     <string name="cant_sync_dialog_title" msgid="8923508322291625282">"수동으로 동기화할 수 없음"</string>
    <!-- outdated translation 2372359241135295930 -->     <string name="cant_sync_dialog_message" msgid="1938380442159016449">"현재 이 항목에 대해 동기화를 사용할 수 없습니다. 환경설정을 변경하려면 백그라운드 데이터 및 자동 동기화를 일시적으로 사용하도록 설정하세요."</string>
    <!-- outdated translation 3268224850821675915 -->     <string name="enter_password" msgid="4131758584074246224">"저장소 암호를 해독하려면 비밀번호를 입력하세요."</string>
    <!-- outdated translation 5904121494468643129 -->     <string name="try_again" msgid="4272075051293936921">"죄송합니다. 다시 시도해 주세요."</string>
    <!-- outdated translation 225227519012409130 -->     <string name="service_busy" msgid="2325014135156127705">"서비스를 사용할 수 없습니다. 다시 시도해 주세요."</string>
    <string name="delete" msgid="4219243412325163003">"삭제"</string>
    <!-- outdated translation 6298643430106707497 -->     <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="NUMBER">%1$s</xliff:g>/<xliff:g id="TOTAL">%2$s</xliff:g>"</string>
    <!-- outdated translation 6783085295161532497 -->     <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_ui_category" msgid="9023948280291055349">"사용자 인터페이스"</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="8282711794220426931">"화면 업데이트 표시"</string>
    <string name="show_screen_updates_summary" msgid="1716122382094924596">"업데이트되면 화면 영역 비추기"</string>
    <string name="show_cpu_usage" msgid="2389212910758076024">"CPU 사용량 표시"</string>
    <string name="show_cpu_usage_summary" msgid="2113341923988958266">"현재 CPU 사용량을 나타내는 화면 오버레이"</string>
    <!-- no translation found for force_hw_ui (6426383462520888732) -->
    <skip />
    <!-- no translation found for force_hw_ui_summary (8642000962902609976) -->
    <skip />
    <string name="window_animation_scale_title" msgid="6162587588166114700">"창 애니메이션 배율"</string>
    <string name="transition_animation_scale_title" msgid="387527540523595875">"전환 애니메이션 배율"</string>
    <!-- outdated translation 6221644998451283813 -->     <string name="debug_applications_category" msgid="4206913653849771549">"애플리케이션"</string>
    <string name="immediately_destroy_activities" msgid="8366775083630234121">"활동 보관 안함"</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>
    <!-- outdated translation 92558681104207054 -->     <string name="show_all_anrs_summary" msgid="641908614413544127">"백그라운드 앱에 대해 애플리케이션 응답 없음 대화상자 표시"</string>
    <string name="data_usage_summary_title" msgid="3804110657238092929">"데이터 사용량"</string>
    <string name="data_usage_cycle" msgid="5652529796195787949">"데이터 사용 주기"</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_split_4g" msgid="5322857680792601899">"4G 사용 구분"</string>
    <!-- outdated translation 8266875319417201085 -->     <string name="data_usage_menu_show_wifi" msgid="3872007281231638058">"Wi-Fi 사용량 표시"</string>
    <string name="data_usage_menu_show_ethernet" msgid="5181361208532314097">"이더넷 사용량 표시"</string>
    <string name="data_usage_change_cycle" msgid="7776556448920114866">"주기 변경..."</string>
    <string name="data_usage_pick_cycle_day" msgid="4470796861757050966">"데이터 사용 주기를 재설정할 날짜:"</string>
    <!-- outdated translation 9089930257306304588 -->     <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>
    <!-- no translation found for data_usage_disclaimer (2591250607795265503) -->
    <skip />
    <!-- no translation found for data_usage_disclaimer (4735170480663491977) -->
    <skip />
    <string name="data_usage_disable_mobile" msgid="5211007048880167438">"모바일 데이터를 사용하지 않도록 설정하시겠습니까?"</string>
    <string name="data_usage_disable_mobile_limit" msgid="4644364396844393848">"모바일 데이터 제한 설정"</string>
    <string name="data_usage_disable_4g_limit" msgid="6233554774946681175">"4G 데이터 제한 설정"</string>
    <string name="data_usage_disable_3g_limit" msgid="2558557840444266906">"2G-3G 데이터 제한 설정"</string>
    <!-- outdated translation 8575537650560665657 -->     <string name="data_usage_disable_wifi_limit" msgid="8434479323145114456">"Wi-Fi 데이터 제한 설정"</string>
    <!-- outdated translation 1728851922959017766 -->     <string name="data_usage_tab_wifi" msgid="531563953622808965">"Wi-Fi"</string>
    <string name="data_usage_tab_ethernet" msgid="7298064366282319911">"이더넷"</string>
    <string name="data_usage_tab_mobile" msgid="454140350007299045">"모바일"</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="8285167120931486089">"모바일"</string>
    <string name="data_usage_list_none" msgid="2899530183512542206">"없음"</string>
    <string name="data_usage_enable_mobile" msgid="986782622560157977">"모바일 데이터"</string>
    <string name="data_usage_enable_3g" msgid="6304006671869578254">"2G-3G 데이터"</string>
    <string name="data_usage_enable_4g" msgid="3635854097335036738">"4G 데이터"</string>
    <!-- outdated translation 3727561362090820369 -->     <string name="data_usage_app_settings" msgid="8430240158135453271">"애플리케이션 설정 보기"</string>
    <string name="data_usage_app_restrict_background" msgid="9149728936265100841">"백그라운드 데이터 제한"</string>
    <!-- unknown placeholder NETWORKS in data_usage_app_restrict_background_summary -->
    <skip />
    <!-- no translation found for data_usage_app_restrict_background_summary (2942211576678233254) -->
    <skip />
    <string name="data_usage_app_restrict_background_summary_disabled" msgid="7401927377070755054">"이 앱에 대해 백그라운드 데이터를 제한하려면 먼저 모바일 데이터 제한을 설정하세요."</string>
    <string name="data_usage_app_restrict_dialog_title" msgid="1613108390242737923">"백그라운드 데이터 사용 제한"</string>
    <!-- outdated translation 100001698378554777 -->     <string name="data_usage_app_restrict_dialog" msgid="7471043848664440826">"이 기능은 백그라운드 데이터 사용에 의존하는 애플리케이션에 좋지 않은 영향을 줄 수 있습니다."\n\n"이 애플리케이션의 설정에서 데이터 사용을 보다 적절하게 제어할 설정을 찾을 수 있습니다."</string>
    <string name="data_usage_restrict_denied_dialog" msgid="7086969103661420799">"백그라운드 데이터는 모바일 데이터 한도를 설정한 경우에만 제한할 수 있습니다."</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>
    <!-- no translation found for data_usage_limit_dialog (6401600837858297985) -->
    <skip />
    <!-- no translation found for data_usage_limit_dialog (5996407024898469862) -->
    <skip />
    <string name="data_usage_restrict_background_title" msgid="2201315502223035062">"백그라운드 데이터 사용을 제한하시겠습니까?"</string>
    <!-- unknown placeholder BREAK_0 in data_usage_restrict_background -->
    <skip />
    <!-- no translation found for data_usage_restrict_background (8313061232498519610) -->
    <skip />
    <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_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="441648308264260691">"<xliff:g id="RANGE">%2$s</xliff:g>: 약 <xliff:g id="TOTAL">%1$s</xliff:g> 사용됨"</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_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>
    <!-- outdated translation 7820884983947090538 -->     <string name="vpn_no_ca_cert" msgid="2095005387500126113">"(서버를 인증하지 않음)"</string>
    <string name="vpn_cancel" msgid="1979937976123659332">"취소"</string>
    <string name="vpn_save" msgid="4233484051644764510">"저장"</string>
    <string name="vpn_connect" msgid="8469608541746132301">"연결"</string>
    <string name="vpn_edit" msgid="1111459297288136079">"VPN 네트워크 수정"</string>
    <string name="vpn_connect_to" msgid="7328758950427515753">"<xliff:g id="NETWORK">%s</xliff:g>에 연결"</string>
    <string name="vpn_title" msgid="6317731879966640551">"VPN"</string>
    <string name="vpn_create" msgid="8966010925994175306">"VPN 네트워크 추가"</string>
    <string name="vpn_menu_edit" msgid="4526245173583195618">"네트워크 수정"</string>
    <string name="vpn_menu_delete" msgid="3326527392609513129">"네트워크 삭제"</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="accessibility_tutorial_title" msgid="5163147830174854622">"접근성 안내서"</string>
    <string name="accessibility_tutorial_next" msgid="5079911515520801099">"다음"</string>
    <string name="accessibility_tutorial_back" msgid="2583933084111712540">"뒤로"</string>
    <string name="accessibility_tutorial_finish" msgid="3964330895719289570">"완료"</string>
    <string name="accessibility_tutorial_skip" msgid="3635250542851027317">"안내서 건너뛰기"</string>
    <string name="accessibility_tutorial_lesson_1_title" msgid="1358771359529627110">"강의 1: 화면 탐색"</string>
    <!-- outdated translation 5332837263739078691 -->     <string name="accessibility_tutorial_lesson_1_text_1" msgid="477937585801538951">"\'터치하여 탐색\'을 사용하면 화면을 터치하여 손가락 아래에 있는 항목을 파악할 수 있습니다. 예를 들어 현재 화면에 애플리케이션 아이콘이 있다면 화면을 터치하고 손가락을 움직여 원하는 애플리케이션을 찾아낼 수 있습니다."</string>
    <string name="accessibility_tutorial_lesson_1_text_2_more" msgid="7849927882225521983">"최소 하나 이상의 아이콘을 찾을 때까지 화면을 손가락으로 계속 슬라이드합니다."</string>
    <!-- no translation found for accessibility_tutorial_lesson_1_text_3 (3973201880357468747) -->
    <skip />
    <string name="accessibility_tutorial_lesson_1_text_4" msgid="1032496840167920946">"손가락으로 <xliff:g id="APP_NAME">%s</xliff:g> 아이콘을 터치하고 있습니다. 아이콘을 활성화하려면 한 번 탭하세요."</string>
    <string name="accessibility_tutorial_lesson_1_text_4_exited" msgid="4950620030782545150">"손가락이 <xliff:g id="APP_NAME">%s</xliff:g> 아이콘 위로 이동했다가 멀어졌습니다. 브라우저 아이콘을 다시 찾을 때까지 화면을 천천히 손가락으로 슬라이드하세요."</string>
    <string name="accessibility_tutorial_lesson_1_text_5" msgid="9010294007210301008">"다음 강의로 이동하려면 화면의 오른쪽 하단 근처에 있는 <xliff:g id="NEXT">%s</xliff:g> 버튼을 찾아 활성화하세요."</string>
    <string name="accessibility_tutorial_lesson_2_title" msgid="5970537388562569614">"강의 2 : 두 손가락을 사용하여 스크롤"</string>
    <!-- outdated translation 6093658992237125829 -->     <string name="accessibility_tutorial_lesson_2_text_1" msgid="8764686624055084454">"목록을 스크롤하려면 두 손가락으로 화면을 따라 슬라이드하면 됩니다. 예를 들어 현재 화면에 위/아래로 스크롤할 수 있는 애플리케이션 이름 목록이 있습니다. 먼저 한 손가락으로 화면을 슬라이드하여 목록에 어떤 앱이 있는지 확인해 보세요."</string>
    <string name="accessibility_tutorial_lesson_2_text_2_more" msgid="2052918502757226679">"손가락으로 계속 슬라이드하여 최소 하나 이상의 항목을 찾습니다."</string>
    <string name="accessibility_tutorial_lesson_2_text_3" msgid="1326501593438442305">"이제 목록에서 항목에 두 손가락을 놓고 위로 슬라이드합니다. 화면 상단에 도달하면 손가락을 들고 목록의 아래에 놓은 다음 계속해서 위로 슬라이드합니다."</string>
    <string name="accessibility_tutorial_lesson_2_text_3_more" msgid="2223814499106104083">"손가락을 계속 위로 슬라이드하여 스크롤합니다."</string>
    <!-- no translation found for accessibility_tutorial_lesson_2_text_4 (3055831259260848004) -->
    <skip />
    <string name="spellcheckers_settings_title" msgid="8843785708050235008">"맞춤법 수정"</string>
    <!-- outdated translation 8314880813545036591 -->     <string name="current_backup_pw_prompt" msgid="7735254412051914576">"여기에 현재 사용 중인 전체 백업 비밀번호를 입력하세요."</string>
    <!-- outdated translation 3491404828757901644 -->     <string name="new_backup_pw_prompt" msgid="8755501377391998428">"여기에 전체 백업에 대한 새 비밀번호를 입력하세요."</string>
    <!-- outdated translation 7087168267741332184 -->     <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="percentage" msgid="5866131581207788624">"<xliff:g id="NUMBER">%d</xliff:g>%%"</string>
    <string name="lock_setup" msgid="5507462851158901718">"설정 완료"</string>
</resources>