summaryrefslogtreecommitdiffstats
path: root/res/values-ko/cm_strings.xml
blob: de7fe37b16a67868a44abf25e90d57df631fe8cd (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
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
     Copyright (C) 2012-2016 The CyanogenMod Project
               (C) 2017 The LineageOS Project

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

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

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to show Device Id -->
  <!--  Device Info screen. Confirmation that Device ID is copied to clipboard -->
  <!--  Device Info screen. Confirmation that Device ID is not available -->
  <!-- [CHAR LIMIT=NONE] Device Info screen. Label for the deviceID text put to clipboard -->
  <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
  <plurals name="show_dev_countdown_cm">
    <item quantity="other">개발자 설정을 활성화하려면 <xliff:g id="step_count">%1$d</xliff:g>회 더 누르십시오.</item>
  </plurals>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
  <string name="show_dev_on_cm">개발자 설정이 활성화되었습니다.</string>
  <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
  <string name="show_dev_already_cm">이미 개발자 설정이 활성화되어 있습니다.</string>
  <!-- Launch Dev Tools -->
  <string name="development_tools_title">개발 도구</string>
  <!-- Development shortcut -->
  <string name="development_shortcut_title">개발용 바로가기</string>
  <string name="development_shortcut_summary">최근 앱 목록에서 앱 관리설정 바로가기 활성화</string>
  <!-- Setting checkbox title for root access -->
  <string name="root_access">루트 권한</string>
  <string name="root_access_warning_title">루트 권한을 허용합니까?</string>
  <string name="root_access_warning_message">어플리케이션 루트 권한을 요청하도록 허용하는 것은 매우 위험하며 시스템의 보안을 손상시킬 수 있습니다!</string>
  <string name="root_access_none">사용 안 함</string>
  <string name="root_access_apps">애플리케이션만</string>
  <string name="root_access_adb">ADB만</string>
  <string name="root_access_all">애플리케이션과 ADB</string>
  <!-- Preference link for root appops -->
  <!-- NFC PreferenceCategory title -->
  <string name="nfc_title_category">NFC</string>
  <!-- About phone screen, Replicant version -->
  <string name="mod_version">Replicant 버전</string>
  <string name="mod_version_default">알 수 없음</string>
  <!-- About phone screen, Device model -->
  <string name="device_model">장치 모델</string>
  <!-- About phone screen, Device name -->
  <string name="device_name">장치 이름</string>
  <!-- About phone screen, Replicant Api Level -->
  <string name="mod_api_level">Replicant API 레벨</string>
  <string name="mod_api_level_default">알 수 없음</string>
  <!-- About phone screen, build date -->
  <string name="build_date">빌드 날짜</string>
  <!-- CM Updater -->
  <string name="cmupdate_settings_title">Replicant 업데이트</string>
  <!-- Settings switch for updating Cyanogen recovery -->
  <string name="update_recovery_title">Cyanogen 리커버리 업데이트</string>
  <string name="update_recovery_summary">시스템을 업데이트할 때 리커버리 업데이트</string>
  <string name="update_recovery_on_warning">주의: 이 기능이 활성화되면 기기의 리커버리가 현재의 OS에 포함된 리커버리로 대체됩니다.\n\n기기의 리커버리는 이 후 업데이트의 호환성을 확인하여 시스템 업그레이드와 같이 업데이트될 것입니다.\n\n이 기능을 활성화하시겠습니까?</string>
  <string name="update_recovery_off_warning">주의: 이 기능이 비활성화되면 기기의 리커버리는 OS 업그레이드와 함께 업데이트되지 않습니다.\n\n이 후 기기의 OS 업데이트는 이전 리커리나 커스텀 리커버리로는 업데이트되지 않을 수 있습니다.\n\n이 기능을 정말로 비활성화하시겠습니까?</string>
  <!-- Themes Settings -->
  <!-- Settings main menu entry -->
  <string name="themes_settings_title">테마</string>
  <!-- Sound settings screen -->
  <string name="ring_mode_title">벨소리 모드</string>
  <string name="ring_mode_normal">벨소리</string>
  <string name="ring_mode_vibrate">진동</string>
  <string name="ring_mode_mute">음소거</string>
  <string name="settings_reset_button">초기화</string>
  <!-- Profiles settings  -->
  <string name="profiles_settings_title">시스템 프로필</string>
  <string name="profiles_add">추가</string>
  <string name="profile_menu_delete">삭제</string>
  <string name="profile_settings_title">프로필</string>
  <string name="profile_empty_list_profiles_off">시스템 프로필을 구성하고 사용하기 위해 프로필을 켜십시오.</string>
  <string name="profile_trigger_configure">트리거 구성</string>
  <string name="profile_write_nfc_tag">NFC 태그에 쓰기</string>
  <string name="profile_write_touch_tag">태그를 터치해 작성</string>
  <string name="profile_write_success">태그가 성공적으로 작성되었습니다</string>
  <string name="profile_write_failed">태그 작성에 실패했습니다!</string>
  <string name="profile_selected">선택된 프로필: %1$s</string>
  <string name="profile_nfc_text">NFC 태그에 프로필을 작성하면 태그를 탭하여 해당 프로필을 선택할 수 있습니다. 한 번 더 탭하면 이전에 선택되었던 프로필을 적용합니다.</string>
  <string name="profile_unknown_nfc_tag">알 수 없는 프로필</string>
  <string name="profile_add_nfc_text">이 NFC 태그는 알 수 없는 프로필을 가리킵니다. 이 NFC 태그에 기기에 있는 프로필을 작성하면 나중에 이 태그로 프로필을 선택할 수 있습니다.</string>
  <string name="profile_select">프로필 선택</string>
  <string name="profile_remove_dialog_message">프로필 %1$s을(를) 제거하시겠습니까?</string>
  <string name="profile_populate_profile_from_state">현재 기기 설정으로 프로필을 설정하시겠습니까?</string>
  <string name="profile_menu_fill_from_state">현재 기기 설정 가져오기</string>
  <string name="profile_remove_current_profile">지금 선택된 프로필은 삭제할 수 없습니다.</string>
  <string name="profile_app_group_category_title">알림 무시</string>
  <string name="profile_app_group_item_instructions">앱 그룹 추가 또는 제거</string>
  <string name="profile_app_group_item_instructions_summary">이 프로필에 알림을 무시하는 앱의 그룹 추가 또는 제거</string>
  <!-- Profile mode options. -->
  <string name="profile_entries_on">켜기</string>
  <string name="profile_entries_off">끄기</string>
  <string name="profile_entries_no_override">덮어쓰기 금지</string>
  <!-- Add Profile -->
  <string name="profile_name_title">이름</string>
  <string name="new_profile_name">&lt;새 프로필&gt;</string>
  <!-- Rename Dialog  -->
  <string name="rename_dialog_title">이름 바꾸기</string>
  <string name="rename_dialog_message">새 이름 입력</string>
  <string name="duplicate_appgroup_name">앱 그룹 이름이 중복됨</string>
  <string name="rename_dialog_hint">프로필 이름 입력</string>
  <!-- Reset Profiles -->
  <string name="profile_reset_title">초기화</string>
  <string name="profile_reset_message">모든 사용자의 프로필 및 앱 그룹을 삭제하고 기본값으로 복원하시겠습니까?</string>
  <!-- Delete confimation messages -->
  <string name="profile_app_delete_confirm">이 앱을 삭제합니까?</string>
  <!-- Profile network mode -->
  <string name="profile_networkmode_2g">2G</string>
  <string name="profile_networkmode_3g">3G</string>
  <string name="profile_networkmode_4g">LTE</string>
  <string name="profile_networkmode_2g3g">2G/3G</string>
  <string name="profile_networkmode_2g3g4g">2G/3G/LTE</string>
  <!-- Profile Config screen PreferenceGroup titles -->
  <string name="profile_volumeoverrides_title">볼륨 강제 설정</string>
  <string name="connection_state_enabled">사용함</string>
  <string name="volume_override_summary">%1$s/%2$s(으)로 설정</string>
  <string name="profile_volume_override_checkbox_label">볼륨 강제 설정</string>
  <!-- Menu item for managing profiles -->
  <string name="profile_profiles_manage">프로필</string>
  <string name="profile_profile_manage">프로필 관리</string>
  <string name="profile_appgroups_manage">앱 그룹</string>
  <string name="profile_appgroup_manage">앱 그룹 관리</string>
  <!-- Profile settings screen, section header for settings related to notification profiles -->
  <string name="profile_settings">프로필 설정</string>
  <string name="profile_trigger_connect">연결할 때</string>
  <string name="profile_trigger_disconnect">연결이 끊길 때</string>
  <string name="profile_trigger_notrigger">트리거 없음</string>
  <!-- Profile Settings sound modes labels -->
  <string name="sound_mode">알림 모드</string>
  <string name="ringer_mode">벨소리 모드</string>
  <string name="lights_mode">조명 모드</string>
  <string name="vibrate_mode">진동 모드</string>
  <string name="choose_soundtone">알림 소리 선택</string>
  <string name="choose_ringtone">벨소리 선택</string>
  <!-- Sound settings screen, setting option name to pick ringtone (a list dialog comes up)-->
  <string name="soundtone_title">알림 소리</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">앱 그룹</string>
  <string name="profile_applist_title">애플리케이션</string>
  <string name="profile_new_appgroup">새 앱 그룹</string>
  <string name="profile_delete_appgroup">이 앱 그룹을 삭제할까요?</string>
  <string name="profile_appgroup_name_prompt">새 앱 그룹의 이름을 입력</string>
  <string name="profile_appgroup_name_title">이름</string>
  <!-- Add application dialog box title -->
  <string name="profile_choose_app">앱 선택</string>
  <!-- Profiles - system settings -->
  <string name="profile_system_settings_title">시스템 설정</string>
  <string name="profile_lockmode_title">잠금 화면 모드</string>
  <string name="profile_lockmode_policy_disabled_summary">이 프로필 옵션은 기기 관리자 정책에 의해 비활성화 되었습니다</string>
  <string name="profile_lockmode_insecure_summary">PIN이나 비밀번호를 요구하지 않음</string>
  <string name="profile_lockmode_disabled_summary">잠금화면 제거</string>
  <string name="profile_airplanemode_title">비행기 모드</string>
  <string name="profile_brightness_title">화면 밝기</string>
  <string name="profile_brightness_override_summary">%1$d%%로 설정</string>
  <string name="profile_brightness_override_checkbox_label">밝기 강제 설정</string>
  <!-- Connection override toggles (not all are used at this time ) -->
  <string name="toggleWifi">Wi\u2011Fi</string>
  <string name="toggleWifiAp">휴대용 Wi\u2011Fi 핫스팟</string>
  <string name="toggleBluetooth">블루투스</string>
  <string name="toggleGPS">GPS</string>
  <string name="toggleData">데이터통신 연결</string>
  <string name="toggleSync">자동 동기화 데이터</string>
  <string name="toggle2g3g4g">선호하는 통신 유형</string>
  <string name="toggle2g3g4g_msim">선호하는 통신 유형</string>
  <string name="toggleNfc">NFC</string>
  <!-- Wi-Fi region code -->
  <string name="wifi_setting_countrycode_title">Wi\u2011Fi 지역 코드</string>
  <!-- Wi-Fi settings screen, setting summary for setting the wifi frequency band [CHAR LIMIT=50]-->
  <string name="wifi_setting_countrycode_summary">Wi\u2011Fi 지역 코드를 지정하기</string>
  <!-- Wi-Fi settings screen, error message when the frequency band could not be set [CHAR LIMIT=50]. -->
  <string name="wifi_setting_countrycode_error">지역 코드 설정에 문제가 발생했습니다.</string>
  <string name="wifi_countrycode_us">미국</string>
  <string name="wifi_countrycode_ca">캐나다, 대만</string>
  <string name="wifi_countrycode_de">독일</string>
  <string name="wifi_countrycode_gb">유럽</string>
  <string name="wifi_countrycode_jp">일본, 러시아</string>
  <string name="wifi_countrycode_au">호주</string>
  <string name="wifi_countrycode_cn">중국</string>
  <string name="wifi_countrycode_kr">대한민국</string>
  <string name="wifi_countrycode_tr">남아프리카, 터키</string>
  <string name="wifi_countrycode_sg">이스라엘, 싱가포르</string>
  <string name="wifi_countrycode_br">브라질</string>
  <string name="wifi_countrycode_in">인도</string>
  <!-- Profiles -->
  <string name="profile_menu_delete_title">삭제</string>
  <string name="profile_action_none">변경하지 않음</string>
  <string name="profile_action_system">시스템 기본</string>
  <string name="profile_action_disable">끄기</string>
  <string name="profile_action_enable">켜기</string>
  <string name="profile_trigger_a2dp_connect">A2DP 연결 시</string>
  <string name="profile_trigger_a2dp_disconnect">A2DP 연결 해제 시</string>
  <string name="profile_tabs_wifi">Wi\u2011Fi</string>
  <string name="profile_tabs_bluetooth">블루투스</string>
  <string name="profile_tabs_nfc">NFC</string>
  <string name="profile_triggers_header">이 프로필을 활성화할 트리거</string>
  <string name="profile_setup_setup_triggers_title">1단계: 트리거 추가</string>
  <string name="profile_setup_setup_triggers_title_config">트리거 변경: <xliff:g id="profile_name">%1$s</xliff:g></string>
  <string name="profile_setup_actions_title">2단계: 동작 설정</string>
  <string name="profile_setup_actions_title_config">동작 다시 설정</string>
  <string name="profile_appgroups_manage">앱 그룹</string>
  <string name="profile_appgroup_manage">앱 그룹 관리</string>
  <!-- Title for application group setting screen -->
  <string name="profile_appgroups_title">앱 그룹</string>
  <string name="profile_new_appgroup">새 앱 그룹</string>
  <string name="profile_delete_appgroup">이 앱 그룹을 삭제할까요?</string>
  <string name="profile_appgroup_name_prompt">새 앱 그룹의 이름을 입력</string>
  <string name="profile_appgroup_name_title">이름</string>
  <string name="duplicate_appgroup_name">앱 그룹 이름이 중복됨</string>
  <string name="profile_app_delete_confirm">이 앱을 삭제합니까?</string>
  <string name="no_bluetooth_triggers">블루투스 장치가 연결되지 않았습니다.\n블루투스 장치를 눌러 먼저 연결한 후 설정하십시오.</string>
  <string name="no_wifi_triggers">Wi\u2011Fi 액세스 포인트가 설정되지 않았습니다.\n설정하려면 눌러서 Wi\u2011Fi에 연결하십시오.</string>
  <string name="no_triggers_configured">설정되지 않았습니다. 눌러서 추가하십시오.</string>
  <string name="no_triggers_configured_nfc">눌러서 새 NFC 연결을 설정하십시오.</string>
  <string name="profile_setup_setup_triggers_description">이 프로필을 활성화할 트리거를 선택해주십시오</string>
  <string name="profile_setup_actions_description">이 프로필이 활성화되면 무엇을 할 것인지 설정해주십시오</string>
  <!-- Navigation Bar -->
  <string name="navigation_bar_category">내비게이션 바</string>
  <string name="navigation_bar_left_title">왼손잡이 모드</string>
  <string name="navigation_bar_left_summary">가로화면 모드에서 화면 왼쪽에 내비게이션 바를 배치</string>
  <string name="navigation_bar_title">버튼 및 레이아웃</string>
  <string name="navigation_bar_help_text">내비게이션 바 편집을 위해 잠금을 해제하려면 편집 아이콘을 탭합니다.\n\n아이콘을 탭하여 버튼을 변경하거나 길게 눌러 버튼 순서를 변경할 수 있습니다.\n\n저장을 탭하여 변경사항을 적용하거나 \'기본 설정 복원\'을 탭하여 기본 설정으로 초기화하십시오.</string>
  <string name="navigation_restore_button_text">기본 설정\n복원</string>
  <string name="navigation_edit_button_text">편집</string>
  <string name="navigation_save_button_text">저장</string>
  <string name="navigation_bar_reset_message">현재 설정을 삭제하고 기본 설정으로 복원하시겠습니까?</string>
  <string name="navigation_bar_arrow_keys_title">입력시 커서 방향키 표시</string>
  <string name="navigation_bar_arrow_keys_summary">입력시 좌우 방향 커서 버튼을 표시합니다. 입력기 전환 버튼은 표시되지 않습니다.</string>
  <string name="navigation_bar_recents_title">멀티태스킹 버튼 길게 누를 시 동작 설정</string>
  <!-- Notification light dialogs -->
  <string name="edit_light_settings">조명 설정 변경</string>
  <string name="pulse_speed_title">깜빡임 시간 및 속도</string>
  <string name="default_time">보통</string>
  <string name="custom_time">사용자 지정</string>
  <string name="dialog_delete_title">삭제</string>
  <string name="dialog_delete_message">선택된 항목을 삭제하시겠습니까?</string>
  <!-- Values for the notification light pulse spinners -->
  <string name="pulse_length_always_on">항상 켜짐</string>
  <string name="pulse_length_very_short">매우 짧게</string>
  <string name="pulse_length_short">짧게</string>
  <string name="pulse_length_normal">보통</string>
  <string name="pulse_length_long">길게</string>
  <string name="pulse_length_very_long">매우 길게</string>
  <string name="pulse_speed_very_fast">매우 빠르게</string>
  <string name="pulse_speed_fast">빠르게</string>
  <string name="pulse_speed_normal">보통</string>
  <string name="pulse_speed_slow">느리게</string>
  <string name="pulse_speed_very_slow">매우 느리게</string>
  <!-- Battery light settings -->
  <string name="battery_light_title">배터리 표시등</string>
  <string name="battery_low_pulse_title">배터리가 적을 때 깜빡임</string>
  <string name="battery_light_list_title">색상</string>
  <string name="battery_light_low_color_title">배터리 부족</string>
  <string name="battery_light_medium_color_title">충전 중</string>
  <string name="battery_light_full_color_title">충전 완료</string>
  <!-- Lights settings screen, notification light settings -->
  <string name="notification_light_title">알림 표시등</string>
  <string name="notification_light_general_title">일반</string>
  <string name="notification_light_applist_title">애플리케이션</string>
  <string name="notification_light_phonelist_title">전화</string>
  <string name="notification_light_use_custom">사용자 지정 값 사용</string>
  <string name="notification_light_default_value">기본</string>
  <string name="notification_light_missed_call_title">부재중 전화</string>
  <string name="notification_light_voicemail_title">음성 메시지</string>
  <string name="notification_light_screen_on">화면을 킬 때 조명 켜짐</string>
  <string name="notification_light_zen_mode">방해 금지 모드에서 알림 표시등 사용</string>
  <string name="notification_light_use_multiple_leds">다중 LED</string>
  <string name="keywords_lights_brightness_level">LED 밝기를 어둡게</string>
  <string name="notification_light_automagic">자동으로 색 선택</string>
  <!-- Lights settings, LED notification -->
  <string name="led_notification_title">조명 설정</string>
  <string name="led_notification_text">설정 앱이 LED 전등을 활성화함</string>
  <string name="notification_light_no_apps_summary">앱 별 제어를 추가하려면, \'%1$s\'을(를) 활성화하고 메뉴 바에서 \'\u002b\'를 누르세요</string>
  <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. -->
  <string name="enable_adb_cm">안드로이드 디버깅</string>
  <!-- Setting checkbox summary for Whether to enable Android debugging support on the phone -->
  <string name="enable_adb_summary_cm">안드로이드 디버그 브릿지 (adb) 인터페이스를 사용하도록 설정</string>
  <!-- Android debugging over WiFi -->
  <string name="adb_over_network">네트워크를 통한 ADB</string>
  <string name="adb_over_network_summary">네트워크 인터페이스(Wi\u2011Fi, USB 네트워크)를 통한 TCP/IP 디버깅을 사용합니다. 이 설정은 재부팅 시 초기화됩니다.</string>
  <!-- Warning for Adb over Network -->
  <string name="adb_over_network_warning">경고: 네트워크 ADB연결이 활성화되면 기기가 연결된 모든 네트워크를 통한 위험에 노출됩니다!\n\n신뢰할 수 있는 네트워크에서만 이 연결을 사용하십시오.\n\n정말로 이 기능을 활성화하시겠습니까?</string>
  <!-- Setting checkbox summary for displaying USB debugging notification -->
  <string name="adb_notify">디버깅 알림</string>
  <string name="adb_notify_summary">USB 또는 네트워크 디버깅을 활성화 하면 알림 표시</string>
  <!-- Names of categories of app ops tabs - extension of AOSP -->
  <string name="app_ops_categories_location">위치</string>
  <string name="app_ops_categories_personal">개인</string>
  <string name="app_ops_categories_messaging">메시징</string>
  <string name="app_ops_categories_media">미디어</string>
  <string name="app_ops_categories_device">장치</string>
  <string name="app_ops_categories_bootup">부팅</string>
  <string name="app_ops_categories_su">루트 권한</string>
  <!-- User display names for app ops codes - extension of AOSP -->
  <string name="app_ops_summaries_coarse_location">대략적인 위치</string>
  <string name="app_ops_summaries_fine_location">자세한 위치</string>
  <string name="app_ops_summaries_gps">GPS</string>
  <string name="app_ops_summaries_vibrate">진동</string>
  <string name="app_ops_summaries_read_contacts">연락처 읽기</string>
  <string name="app_ops_summaries_modify_contacts">연락처 수정</string>
  <string name="app_ops_summaries_read_call_log">통화 기록 읽기</string>
  <string name="app_ops_summaries_modify_call_log">통화 기록 수정</string>
  <string name="app_ops_summaries_read_calendar">일정 읽기</string>
  <string name="app_ops_summaries_modify_calendar">일정 수정</string>
  <string name="app_ops_summaries_wifi_scan">Wi-Fi 스캔</string>
  <string name="app_ops_summaries_notification">알림/토스트</string>
  <string name="app_ops_summaries_cell_scan">기지국 검색</string>
  <string name="app_ops_summaries_call_phone">전화 걸기</string>
  <string name="app_ops_summaries_read_sms">SMS 읽기</string>
  <string name="app_ops_summaries_write_sms">SMS 작성</string>
  <string name="app_ops_summaries_receive_sms">SMS 수신</string>
  <string name="app_ops_summaries_receive_emergency_sms">긴급 SMS 수신</string>
  <string name="app_ops_summaries_receive_mms">MMS 수신</string>
  <string name="app_ops_summaries_receive_wap_push">WAP 푸시 수신</string>
  <string name="app_ops_summaries_send_sms">SMS 보내기</string>
  <string name="app_ops_summaries_read_icc_sms">ICC SMS 읽기</string>
  <string name="app_ops_summaries_write_icc_sms">ICC SMS 쓰기</string>
  <string name="app_ops_summaries_modify_settings">설정 수정</string>
  <string name="app_ops_summaries_draw_on_top">위에 그리기</string>
  <string name="app_ops_summaries_access_notifications">알림에 접근</string>
  <string name="app_ops_summaries_camera">카메라</string>
  <string name="app_ops_summaries_record_audio">오디오 녹음</string>
  <string name="app_ops_summaries_play_audio">오디오 재생</string>
  <string name="app_ops_summaries_read_clipboard">클립보드 읽기</string>
  <string name="app_ops_summaries_modify_clipboard">클립보드 수정하기</string>
  <string name="app_ops_summaries_media_buttons">미디어 버튼</string>
  <string name="app_ops_summaries_audio_focus">오디오 포커스</string>
  <string name="app_ops_summaries_master_volume">마스터 볼륨</string>
  <string name="app_ops_summaries_voice_volume">음성 볼륨</string>
  <string name="app_ops_summaries_ring_volume">벨소리 볼륨</string>
  <string name="app_ops_summaries_media_volume">미디어 볼륨</string>
  <string name="app_ops_summaries_alarm_volume">알람 볼륨</string>
  <string name="app_ops_summaries_notification_volume">알림 볼륨</string>
  <string name="app_ops_summaries_bluetooth_volume">블루투스 볼륨</string>
  <string name="app_ops_summaries_keep_awake">켜짐 유지</string>
  <string name="app_ops_summaries_monitor_location">위치 추적</string>
  <string name="app_ops_summaries_monitor_high_power_location">고성능 위치 추적</string>
  <string name="app_ops_summaries_get_usage_stats">사용 통계 얻음</string>
  <string name="app_ops_summaries_mute_unmute_microphone">마이크 켜기/끄기</string>
  <string name="app_ops_summaries_toast_window">팝업 표시</string>
  <string name="app_ops_summaries_project_media">미리 보기</string>
  <string name="app_ops_summaries_activate_vpn">VPN 활성화</string>
  <string name="app_ops_summaries_write_wallpaper">배경화면 변경</string>
  <string name="app_ops_summaries_assist_structure">어시스트 구조</string>
  <string name="app_ops_summaries_assist_screenshot">어시스트 스크린샷</string>
  <string name="app_ops_summaries_read_phone_state">전화 상태 읽기</string>
  <string name="app_ops_summaries_add_voicemail">음성 메일 추가</string>
  <string name="app_ops_summaries_use_sip">SIP 사용</string>
  <string name="app_ops_summaries_make_call">전화 걸기</string>
  <string name="app_ops_summaries_use_fingerprint">지문인식 사용</string>
  <string name="app_ops_summaries_use_body_sensors">신체 센서를 사용함</string>
  <string name="app_ops_summaries_read_cell_broadcasts">셀 브로드캐스트 읽기</string>
  <string name="app_ops_summaries_mock_location">모의 위치</string>
  <string name="app_ops_summaries_read_external_storage">외부 저장소 읽기</string>
  <string name="app_ops_summaries_write_external_storage">외부 저장소에 쓰기</string>
  <string name="app_ops_summaries_turn_screen_on">화면 켜기</string>
  <string name="app_ops_summaries_get_accounts">계정 정보 읽기</string>
  <string name="app_ops_summaries_toggle_wifi">Wi-Fi 켜기/끄기</string>
  <string name="app_ops_summaries_toggle_bluetooth">블루투스 켜기/끄기</string>
  <string name="app_ops_summaries_start_at_boot">부팅할 때 시작</string>
  <string name="app_ops_summaries_toggle_nfc">NFC 켜기/끄기</string>
  <string name="app_ops_summaries_toggle_mobile_data">셀룰러 데이터 켜기/끄기</string>
  <string name="app_ops_summaries_superuser">루트 권한</string>
  <!-- User display names for app ops codes - extension of AOSP -->
  <string name="app_ops_labels_coarse_location">대략적인 위치</string>
  <string name="app_ops_labels_fine_location">자세한 위치</string>
  <string name="app_ops_labels_gps">GPS</string>
  <string name="app_ops_labels_vibrate">진동</string>
  <string name="app_ops_labels_read_contacts">연락처 읽기</string>
  <string name="app_ops_labels_modify_contacts">연락처 수정</string>
  <string name="app_ops_labels_read_call_log">통화 기록 읽기</string>
  <string name="app_ops_labels_modify_call_log">통화 기록 수정</string>
  <string name="app_ops_labels_read_calendar">일정 읽기</string>
  <string name="app_ops_labels_modify_calendar">일정 수정</string>
  <string name="app_ops_labels_wifi_scan">Wi-Fi 스캔</string>
  <string name="app_ops_labels_notification">알림/토스트</string>
  <string name="app_ops_labels_cell_scan">기지국 스캔</string>
  <string name="app_ops_labels_call_phone">전화 걸기</string>
  <string name="app_ops_labels_read_sms">SMS 읽기</string>
  <string name="app_ops_labels_write_sms">SMS 작성</string>
  <string name="app_ops_labels_receive_sms">SMS 수신</string>
  <string name="app_ops_labels_receive_emergency_sms">긴급 SMS 수신</string>
  <string name="app_ops_labels_receive_mms">MMS 수신</string>
  <string name="app_ops_labels_receive_wap_push">WAP 푸시 수신</string>
  <string name="app_ops_labels_send_sms">SMS 보내기</string>
  <string name="app_ops_labels_read_icc_sms">ICC SMS 읽기</string>
  <string name="app_ops_labels_write_icc_sms">ICC SMS 쓰기</string>
  <string name="app_ops_labels_modify_settings">설정 수정</string>
  <string name="app_ops_labels_draw_on_top">위에 그리기</string>
  <string name="app_ops_labels_access_notifications">알림에 접근</string>
  <string name="app_ops_labels_camera">카메라</string>
  <string name="app_ops_labels_record_audio">오디오 녹음</string>
  <string name="app_ops_labels_play_audio">오디오 재생</string>
  <string name="app_ops_labels_read_clipboard">클립보드 읽기</string>
  <string name="app_ops_labels_modify_clipboard">클립보드 수정</string>
  <string name="app_ops_labels_media_buttons">미디어 버튼</string>
  <string name="app_ops_labels_audio_focus">오디오 포커스</string>
  <string name="app_ops_labels_master_volume">마스터 볼륨</string>
  <string name="app_ops_labels_voice_volume">음성 볼륨</string>
  <string name="app_ops_labels_ring_volume">벨소리 볼륨</string>
  <string name="app_ops_labels_media_volume">미디어 볼륨</string>
  <string name="app_ops_labels_alarm_volume">알람 볼륨</string>
  <string name="app_ops_labels_notification_volume">알림 볼륨</string>
  <string name="app_ops_labels_bluetooth_volume">블루투스 볼륨</string>
  <string name="app_ops_labels_keep_awake">켜짐 유지</string>
  <string name="app_ops_labels_monitor_location">위치 추적</string>
  <string name="app_ops_labels_monitor_high_power_location">고성능 위치 추적</string>
  <string name="app_ops_labels_get_usage_stats">사용 통계를 얻음</string>
  <string name="app_ops_labels_mute_unmute_microphone">마이크 켜기/끄기</string>
  <string name="app_ops_labels_toast_window">팝업 표시</string>
  <string name="app_ops_labels_project_media">미리 보기</string>
  <string name="app_ops_labels_activate_vpn">VPN 활성화</string>
  <string name="app_ops_labels_write_wallpaper">배경화면 변경</string>
  <string name="app_ops_labels_assist_structure">구조 지원</string>
  <string name="app_ops_labels_assist_screenshot">스크린샷 지원</string>
  <string name="app_ops_labels_read_phone_state">전화 상태 읽기</string>
  <string name="app_ops_labels_add_voicemail">음성 메일 추가</string>
  <string name="app_ops_labels_use_sip">SIP 사용</string>
  <string name="app_ops_labels_make_call">전화 걸기</string>
  <string name="app_ops_labels_use_fingerprint">지문인식 사용</string>
  <string name="app_ops_labels_use_body_sensors">신체 센서 사용</string>
  <string name="app_ops_labels_read_cell_broadcasts">셀 브로드캐스트 읽기</string>
  <string name="app_ops_labels_mock_location">모의 위치</string>
  <string name="app_ops_labels_read_external_storage">외부 저장소 읽기</string>
  <string name="app_ops_labels_write_external_storage">외부 저장소에 쓰기</string>
  <string name="app_ops_labels_turn_screen_on">화면을 켜기</string>
  <string name="app_ops_labels_get_accounts">계정 얻기</string>
  <string name="app_ops_labels_toggle_wifi">Wi-Fi 켜기/끄기</string>
  <string name="app_ops_labels_toggle_bluetooth">블루투스 켜기/끄기</string>
  <string name="app_ops_labels_start_at_boot">부팅시 시작</string>
  <string name="app_ops_labels_toggle_nfc">NFC 켜기/끄기</string>
  <string name="app_ops_labels_toggle_mobile_data">셀룰러 데이터 켜기/끄기</string>
  <string name="app_ops_labels_superuser">루트 권한</string>
  <!-- App ops permissions -->
  <string name="app_ops_permissions_allowed">허가</string>
  <string name="app_ops_permissions_ignored">무시</string>
  <string name="app_ops_permissions_always_ask">항상 확인</string>
  <!-- App ops detail -->
  <string name="app_ops_entry_summary"><xliff:g id="op">%1$s</xliff:g> (<xliff:g id="count">%2$s</xliff:g> 사용됨)</string>
  <string name="app_ops_allowed_count"><xliff:g id="count" example="2 times">%s</xliff:g> 허용</string>
  <string name="app_ops_ignored_count"><xliff:g id="count" example="2 times">%s</xliff:g> 거부</string>
  <string name="app_ops_both_count"><xliff:g id="count">%1$s</xliff:g> 허용됨, <xliff:g id="count">%2$s</xliff:g> 거부됨</string>
  <string name="app_ops_disabled_by_optimization">배터리 최적화에 의해 비활성화됨</string>
  <!-- App ops menu options -->
  <string name="app_ops_show_user_apps">사용자 애플리케이션 표시</string>
  <string name="app_ops_show_system_apps">내장 애플리케이션 표시</string>
  <string name="app_ops_reset_counters">허용/거부 카운터 초기화</string>
  <string name="app_ops_reset_confirm_title">카운터 초기화 확인</string>
  <string name="app_ops_reset_confirm_mesg">정말로 계수치를 초기화합니까?</string>
  <string name="ok">확인</string>
  <!-- Hostname setting -->
  <string name="device_hostname">장치 호스트명</string>
  <string name="unlock_scramble_pin_layout_title">레이아웃 섞기</string>
  <string name="unlock_scramble_pin_layout_summary">장치를 잠금 해제할 때 PIN 레이아웃 섞기</string>
  <string name="button_pref_title">버튼</string>
  <string name="hardware_keys_power_key_title">전원 버튼</string>
  <string name="hardware_keys_home_key_title">홈 버튼</string>
  <string name="hardware_keys_back_key_title">뒤로 가기</string>
  <string name="hardware_keys_menu_key_title">메뉴 버튼</string>
  <string name="hardware_keys_assist_key_title">검색 버튼</string>
  <string name="hardware_keys_appswitch_key_title">멀티태스킹 버튼</string>
  <string name="hardware_keys_camera_key_title">카메라 버튼</string>
  <string name="hardware_keys_volume_keys_title">볼륨 버튼</string>
  <string name="hardware_keys_short_press_title">짧게 누를 시 동작 설정</string>
  <string name="hardware_keys_long_press_title">길게 누를 시 동작 설정</string>
  <string name="hardware_keys_double_tap_title">더블 탭 동작 설정</string>
  <string name="hardware_keys_action_nothing">동작 없음</string>
  <string name="hardware_keys_action_menu">메뉴 열기/닫기</string>
  <string name="hardware_keys_action_app_switch">최근 애플리케이션 스위처</string>
  <string name="hardware_keys_action_search">검색 도우미</string>
  <string name="hardware_keys_action_voice_search">음성 검색</string>
  <string name="hardware_keys_action_in_app_search">응용 프로그램에서 검색</string>
  <string name="hardware_keys_action_launch_camera">카메라 실행</string>
  <string name="hardware_keys_action_sleep">화면 끄기</string>
  <string name="hardware_keys_action_last_app">이전에 사용한 앱</string>
  <string name="camera_sleep_on_release_title">화면 엿보기</string>
  <string name="camera_sleep_on_release_summary">버튼을 반만 누르고 있는 동안에만 화면 켜기</string>
  <string name="camera_launch_title">카메라 실행</string>
  <string name="camera_launch_summary">길게 누르고 떼면 카메라가 실행됩니다</string>
  <string name="volbtn_music_controls_title">음악 재생 컨트롤</string>
  <string name="volbtn_music_controls_summary">화면이 꺼져있을 때 볼륨키를 길게 눌러 음악을 탐색</string>
  <string name="volbtn_cursor_control_title">키보드 커서 제어</string>
  <string name="volbtn_cursor_control_off">사용 안 함</string>
  <string name="volbtn_cursor_control_on">볼륨 업/다운으로 커서를 왼쪽/오른쪽으로 이동</string>
  <string name="volbtn_cursor_control_on_reverse">볼륨 업/다운으로 커서를 오른쪽/왼쪽으로 이동</string>
  <string name="power_end_call_title">통화 종료</string>
  <string name="power_end_call_summary">전원 버튼을 눌러 현재 통화를 종료</string>
  <string name="swap_volume_buttons_title">버튼 재정렬</string>
  <string name="swap_volume_buttons_summary">화면이 회전되었을 때 볼륨 버튼 위/아래 전환</string>
  <string name="button_wake_title">기기 켜기</string>
  <string name="home_answer_call_title">전화 수신</string>
  <string name="home_answer_call_summary">홈 버튼을 눌러 걸려온 전화에 응답</string>
  <!-- Backlight brightness settings screen -->
  <string name="adaptive_backlight_title">자동으로 화면 밝기 조절</string>
  <string name="adaptive_backlight_summary">자동으로 화면의 밝기를 조절하여 사용성을 유지하면서 배터리 수명을 극대화합니다</string>
  <!-- Sunlight readability enhancement screen -->
  <string name="sunlight_enhancement_title">햇빛 향상</string>
  <string name="sunlight_enhancement_summary">밝은 햇빛 아래에서 화면의 밝기와 가독성을 향상</string>
  <!-- Color enhancement settings screen -->
  <string name="color_enhancement_title">색 향상</string>
  <string name="color_enhancement_summary">디스플레이 색상을 동적으로 보정</string>
  <!-- Key backlight -->
  <string name="button_backlight_title">조명</string>
  <string name="button_backlight_enabled">버튼 조명 사용</string>
  <string name="keyboard_backlight_enabled">키보드 조명 사용</string>
  <string name="button_backlight_seekbar_title">버튼 조명 밝기</string>
  <string name="keyboard_backlight_seekbar_title">키보드 조명 밝기</string>
  <string name="backlight_timeout_title">조명 시간 제한</string>
  <string name="backlight_timeout_unlimited">끄지 않음</string>
  <string name="backlight_summary_disabled">사용 안 함</string>
  <string name="backlight_summary_enabled_with_timeout"><xliff:g id="timeout">%s</xliff:g>동안 켬</string>
  <string name="backlight_summary_enabled">사용함</string>
  <!-- Gesture Settings -->
  <!-- Settings main menu entry -->
  <string name="gesture_settings_title">제스처</string>
  <!-- Power menu -->
  <string name="power_menu_title">전원 메뉴</string>
  <string name="power_menu_reboot_title">재시작 메뉴</string>
  <string name="power_menu_screenshot_title">스크린샷</string>
  <string name="power_menu_airplane_title">비행기 모드</string>
  <string name="power_menu_users_title">사용자 전환</string>
  <string name="power_menu_settings_title">설정 바로 가기</string>
  <string name="power_menu_lockdown_title">기기 잠금</string>
  <string name="power_menu_bug_report_title">오류 보고</string>
  <string name="power_menu_sound_title">소리 패널</string>
  <string name="power_menu_bug_report_disabled">개발자 설정에서 오류 보고 비활성화</string>
  <!-- Buttons - Enable navbar -->
  <string name="disable_navkeys_title">온스크린 내비게이션 바 사용</string>
  <string name="disable_navkeys_summary">온스크린 내비게이션 바를 활성화하고 하드웨어 버튼을 비활성화합니다</string>
  <!-- tap-to-wake -->
  <string name="double_tap_to_wake_title">더블 탭하여 화면 켜기</string>
  <string name="double_tap_to_wake_summary">화면에 더블 탭하여 화면 켜기</string>
  <!-- tap-to-sleep -->
  <string name="double_tap_to_sleep_title">탭하여 화면 끄기</string>
  <string name="double_tap_to_sleep_summary">상태 표시줄에 더블 탭하여 화면 끄기</string>
  <!-- Proximity wake -->
  <string name="proximity_wake_title">실수로 화면 켜기 방지</string>
  <!-- Turn on display when power connected; turn off display when power disconnected -->
  <string name="wake_when_plugged_or_unplugged_title">충전 시 켜짐</string>
  <string name="wake_when_plugged_or_unplugged_summary">전원이 연결되거나 분리될 때 화면 켜기</string>
  <!-- Font size sample text. This needs to be a very short string, as it is shown in
    multiple font sizes in a limited amount of space. -->
  <string name="font_size_sample">예시</string>
  <!-- Volume settings - Volume adjustment sound -->
  <string name="volume_adjust_sounds_title">소리 크기 조정</string>
  <!-- Hardware tunables - Vibrator intensity -->
  <string name="vibrator_intensity_title">진동 세기</string>
  <!-- Hardware tunables - Color calibration -->
  <string name="color_calibration_title">색상 보정</string>
  <string name="color_calibration_summary">화면의 색상을 보정합니다</string>
  <string name="color_red_title">빨강</string>
  <string name="color_green_title">초록</string>
  <string name="color_blue_title">파랑</string>
  <!-- Launch music player when headset is connected -->
  <string name="headset_connect_player_title">음악 앱 실행</string>
  <string name="headset_connect_player_summary">헤드셋이 연결되면 기본 음악 앱 실행</string>
  <!-- WiFi auto-configure priorities -->
  <string name="wifi_auto_config_priorities">자동 우선순위</string>
  <string name="auto_brightness_reset_button">초기화</string>
  <!-- Display : Rotation  -->
  <string name="display_rotation_title">화면 회전</string>
  <string name="display_rotation_disabled">사용 안 함</string>
  <string name="display_rotation_unit">각도</string>
  <string name="display_lockscreen_rotation_title">잠금 화면 회전</string>
  <string name="display_rotation_category_title">회전 모드</string>
  <string name="display_rotation_0_title">0</string>
  <string name="display_rotation_90_title">90</string>
  <string name="display_rotation_180_title">180</string>
  <string name="display_rotation_270_title">270</string>
  <!-- LiveDisplay -->
  <string name="live_display_summary">가독성을 향상시키고 눈의 피로를 줄이기 위해 주변 환경과 시간에 따라 화면을 최적화</string>
  <string name="live_display_mode">디스플레이 모드</string>
  <string name="live_display_color_temperature_title">색 온도</string>
  <string name="live_display_color_temperature_summary">주간: <xliff:g id="day_temperature">%1$d</xliff:g>K  야간: <xliff:g id="night_temperature">%2$d</xliff:g>K</string>
  <string name="live_display_color_temperature_label"><xliff:g id="degrees">%1$d</xliff:g>K</string>
  <string name="live_display_day">주간</string>
  <string name="live_display_night">야간</string>
  <string name="live_display_outdoor_mode_title">자동 야외 모드</string>
  <string name="live_display_outdoor_mode_summary">밝은 햇빛 아래에서 자동으로 밝기와 채도가 증가</string>
  <string name="live_display_low_power_title">전력 소비를 절약</string>
  <string name="live_display_low_power_summary">성능 저하 없는 최소 전력 소비를 위해 화면 조정</string>
  <string name="live_display_enhance_color_title">색상 강화</string>
  <string name="live_display_enhance_color_summary">살색, 풍경 그 밖의 다른 이미지의 색상 생동감 향상</string>
  <string name="live_display_color_profile_title">색상 프로필</string>
  <string name="live_display_color_profile_standard_title">기본</string>
  <string name="live_display_color_profile_standard_summary">정확한 색깔과 밝은 흰색</string>
  <string name="live_display_color_profile_natural_title">자연</string>
  <string name="live_display_color_profile_natural_summary">사실적인 색과 피부 톤</string>
  <string name="live_display_color_profile_dynamic_title">동적</string>
  <string name="live_display_color_profile_dynamic_summary">향상된 색과 밝은 흰색</string>
  <string name="live_display_color_profile_cinema_title">시네마</string>
  <string name="live_display_color_profile_cinema_summary">비디오를 위한 완벽한 색 표현력</string>
  <string name="live_display_color_profile_astronomy_title">천문학</string>
  <string name="live_display_color_profile_astronomy_summary">밤의 시야 확보를 위한 진한 빨간색</string>
  <string name="live_display_color_profile_photography_title">사진</string>
  <string name="live_display_color_profile_photography_summary">사진을 위한 완벽한 색 재현력</string>
  <string name="live_display_color_profile_basic_title">기본</string>
  <string name="live_display_color_profile_basic_summary">디스플레이를 보정하지 않은 상태로 사용</string>
  <!-- LiveDisplay : Picture Adjustment -->
  <string name="adj_saturation_title">채도</string>
  <string name="adj_contrast_title">명암비</string>
  <!-- Whether to display IME switcher notifcation -->
  <string name="ime_switcher_notify">입력기 전환 알림</string>
  <string name="ime_switcher_notify_summary">입력기 전환키 표시</string>
  <!-- Heads up -->
  <string name="heads_up_notifications">헤드업 알림</string>
  <string name="summary_heads_up_enabled">팝업 알림이 활성화됨</string>
  <string name="summary_heads_up_disabled">팝업 알림이 비활성화됨</string>
  <!-- Bluetooth settings.  A checkbox to set if we should accept all the file types regardless of their presence in MIME type whitelist -->
  <string name="bluetooth_accept_all_files">모든 파일 파일 형식 허용</string>
  <!-- High touch sensitivity -->
  <string name="high_touch_sensitivity_title">터치 감도 높이기</string>
  <string name="high_touch_sensitivity_summary">장갑을 착용해도 터치할 수 있도록 터치스크린 감도를 향상</string>
  <!-- Display & Lights screen, setting options for LCD density -->
  <string name="lcd_density">LCD 밀도</string>
  <string name="dialog_title_lcd_density">LCD 밀도</string>
  <string name="lcd_density_value_format">%d DPI</string>
  <string name="lcd_density_default_value_format">%d DPI (기본)</string>
  <string name="restarting_ui">UI 다시 시작하는 중\u2026</string>
  <!-- Stylus Icon -->
  <string name="stylus_icon_enabled_title">스타일러스 사용 시 아이콘 표시</string>
  <string name="stylus_icon_enabled_summary">스타일러스가 화면 위에 있을 때 포인터 표시</string>
  <!-- Stylus Gestures -->
  <string name="gestures_settings_title">스타일러스 제스처</string>
  <string name="category_spen_title">스타일러스 제스처</string>
  <string name="enable_subcat_title">스타일러스</string>
  <string name="enable_spen_title_head">제스처 사용</string>
  <string name="enable_spen_summary_head">스타일러스 버튼을 누른 채로 쓸어넘기기 제스처를 사용</string>
  <string name="gestures_subcat_title">제스처</string>
  <string name="gestures_left_spen_title_head">왼쪽 쓸어넘기기</string>
  <string name="gestures_right_spen_title_head">오른쪽 쓸어넘기기</string>
  <string name="gestures_up_spen_title_head">위로 쓸어넘기기</string>
  <string name="gestures_down_spen_title_head">아래로 쓸어넘기기</string>
  <string name="gestures_long_spen_title_head">길게 누르기</string>
  <string name="gestures_double_spen_title_head">더블 탭</string>
  <!-- Gestures Options -->
  <string name="gestures_action_empty">동작 없음</string>
  <string name="gestures_action_home">홈화면</string>
  <string name="gestures_action_back">뒤로</string>
  <string name="gestures_action_menu">메뉴</string>
  <string name="gestures_action_search">검색 호출</string>
  <string name="gestures_action_recent">최근 앱</string>
  <!-- Stylus gestures -->
  <string name="stylus_app_not_installed">%s은(는) 설치되어 있지 않았음</string>
  <!-- Touchscreen hovering -->
  <string name="touchscreen_hovering_title">터치스크린 호버링</string>
  <string name="touchscreen_hovering_summary">웹 브라우저나 원격 데스크톱과 같은 앱에서 마우스처럼 화면에 호버링하여 사용할 수 있습니다.</string>
  <!-- Increasing ring tone volume -->
  <string name="increasing_ring_volume_option_title">점점 커지는 벨 소리</string>
  <string name="increasing_ring_min_volume_title">시작 벨소리</string>
  <string name="increasing_ring_ramp_up_time_title">소리 커짐 시간</string>
  <!-- LTO download data over wi-fi only -->
  <string name="lto_download_data_wifi_only">GPS 보조 데이터 다운로드</string>
  <string name="lto_download_data_wifi_only_on">모든 네트워크를 통해</string>
  <string name="lto_download_data_wifi_only_off">Wi\u2011Fi 네트워크만</string>
  <string name="volume_keys_control_ring_stream_title">벨소리 볼륨 제어</string>
  <string name="volume_keys_control_ring_stream_summary_on">볼륨 키로 벨소리 크기 조절</string>
  <string name="volume_keys_control_ring_stream_summary_off">볼륨 키로 미디어 크기 조절</string>
  <string name="category_calibration">보정</string>
  <string name="display_and_lights">디스플레이 및 조명</string>
  <!-- Category title for Charging sounds (Power state change) specific Settings.
         [CHAR LIMIT=40] -->
  <string name="power_notifications_category_title">충전 소리 알림</string>
  <!-- Sound settings, Charging sounds enable/disable, setting check box label -->
  <string name="power_notifications_enable_title">사용함</string>
  <string name="power_notifications_enable_summary">전원이 연결되거나 분리될 때 소리 재생</string>
  <!-- Sound settings, Charging sounds vibrate enable/disable, setting check box label -->
  <string name="power_notifications_vibrate_title">진동</string>
  <!-- Sound settings, Charging sounds ringtone selection, preference label -->
  <string name="power_notifications_ringtone_title">알림 소리</string>
  <!-- Sound settings, charging sounds label for ringtone == none -->
  <string name="power_notifications_ringtone_silent">무음</string>
  <!-- Status bar -->
  <string name="status_bar_title">상태 표시줄</string>
  <string name="status_bar_toggle_brightness">밝기 조절</string>
  <string name="status_bar_toggle_brightness_summary">상태 표시줄을 슬라이드하여 화면 밝기 조절</string>
  <string name="status_bar_notif_count_title">알림 갯수 표시</string>
  <string name="status_bar_notif_count_summary">읽지 않은 알림 숫자 표시</string>
  <string name="status_bar_quick_qs_pulldown_title">빠른 설정 내리기</string>
  <string name="status_bar_quick_qs_pulldown_summary">상태 바의 %1$s 끝에서는 빠른 설정을 내립니다.</string>
  <string name="status_bar_quick_qs_pulldown_off">끄기</string>
  <string name="status_bar_quick_qs_pulldown_left">왼쪽</string>
  <string name="status_bar_quick_qs_pulldown_right">오른쪽</string>
  <!-- Status bar - Clock -->
  <string name="status_bar_clock_style_title">시계 위치</string>
  <string name="status_bar_clock_style_right">오른쪽</string>
  <string name="status_bar_clock_style_left">왼쪽</string>
  <string name="status_bar_clock_style_center">가운데</string>
  <string name="status_bar_clock_style_hidden">숨김</string>
  <string name="status_bar_am_pm_title">AM/PM 표시</string>
  <string name="status_bar_am_pm_info">24시간 표시 활성화</string>
  <string name="status_bar_am_pm_normal">기본</string>
  <string name="status_bar_am_pm_small">작게</string>
  <string name="status_bar_am_pm_hidden">숨김</string>
  <!-- Status bar - Battery -->
  <string name="status_bar_battery_style_title">배터리 표시 형태</string>
  <string name="status_bar_battery_style_icon_portrait">세로 아이콘</string>
  <string name="status_bar_battery_style_icon_landscape">가로 아이콘</string>
  <string name="status_bar_battery_style_circle">원형 아이콘</string>
  <string name="status_bar_battery_style_text">수치</string>
  <string name="status_bar_battery_style_hidden">숨김</string>
  <!-- Status bar - Battery percentage -->
  <string name="status_bar_battery_percentage_title">배터리 잔량 표시</string>
  <string name="status_bar_battery_percentage_default">숨김</string>
  <string name="status_bar_battery_percentage_text_inside">아이콘 안에 표시</string>
  <string name="status_bar_battery_percentage_text_next">아이콘 바깥에 표시</string>
  <!-- Status bar - icon blacklist -->
  <string name="status_bar_icons_title">상태 표시줄 아이콘</string>
  <string name="status_bar_icons_summary">상태 표시줄에 어느 아이콘을 표시할지 설정</string>
  <!-- EdgeGesture service -->
  <string name="edge_gesture_service_title">제스처 터치 이벤트 차단</string>
  <string name="edge_gesture_service_summary">내비게이션 바 및 상태 표시줄 제스처의 터치 이벤트를 앱에 전달하지 않기</string>
  <!-- Keep screen on strings -->
  <string name="keep_screen_on_never">끄지 않음</string>
  <string name="keep_screen_on_debugging">USB 디버깅을 하는 동안</string>
  <string name="keep_screen_on_charging">충전하는 동안</string>
  <!-- Privacy Settings Header item -->
  <string name="privacy_settings_cyanogenmod_title">프라이버시</string>
  <!-- Privacy Guard -->
  <string name="privacy_guard_default_title">기본적으로 활성화</string>
  <string name="privacy_guard_default_summary">새로 설치되는 앱에 기본값으로 활성화</string>
  <string name="privacy_guard_manager_title">프라이버시 가드</string>
  <string name="privacy_guard_manager_summary">개인 정보에 접근할 수 있는 애플리케이션 관리</string>
  <string name="privacy_guard_no_user_apps">앱이 설치되지 않았습니다</string>
  <string name="privacy_guard_help_title">도움말</string>
  <string name="privacy_guard_reset_title">초기화</string>
  <string name="privacy_guard_reset_text">권한을 초기화할까요?</string>
  <string name="privacy_guard_help_text">이 화면에서는 어떤 앱에 프라이버시 가드 기능을 작동하게 할 것인지를 선택할 수 있습니다. 선택된 앱은 연락처, 메시지, 통화 기록 등의 개인 정보에 접근 할 수 없게 됩니다. 앱을 길게 누르면 자세한 정보가 표시됩니다.\n\n내장 앱은 기본적으로 보여지지 않으나 메뉴에서 설정을 변경하여 보여지게 할 수도 있습니다.</string>
  <string name="privacy_guard_manager_show_system_apps">내장 어플리케이션 표시</string>
  <string name="privacy_guard_advanced_settings_title">고급</string>
  <string name="privacy_guard_notification_title">알림 표시</string>
  <!-- Sizes for pattern lockscreen -->
  <!-- Whether a visible red line will be drawn after the user has drawn the unlock pattern incorrectly -->
  <string name="lockpattern_settings_enable_error_path_title">패턴 오류 표시</string>
  <!-- Whether the dots will be drawn when using the lockscreen pattern -->
  <string name="lockpattern_settings_enable_dots_title">패턴 점 표시</string>
  <!-- Whether the keyguard will directly pass to password entry -->
  <string name="lock_directly_show_password">비밀번호 입력 직접 보기</string>
  <!-- Whether the keyguard will directly pass to pattern view -->
  <string name="lock_directly_show_pattern">패턴 입력 직접 보기</string>
  <!-- Whether the keyguard will directly pass to PIN entry -->
  <string name="lock_directly_show_pin">PIN 입력 직접 보기</string>
  <!-- lock screen visualizer -->
  <string name="lockscreen_visualizer_title">음악 시각화 표시</string>
  <!-- lock screen disabled by QS tile warning -->
  <string name="lockscreen_disabled_by_qs_tile_title">빠른 설정 타일에 의해 비활성화됨</string>
  <string name="lockscreen_disabled_by_qs_tile_summary">탭해서 잠금화면을 활성화</string>
  <string name="lockscreen_disabled_by_qs_tile_summary_enabled">잠금화면이 활성화됨!</string>
  <!-- Battery saver -->
  <string name="battery_saver_threshold">전원 절약 시작값</string>
  <string name="battery_saver_summary">성능 제한 및 백그라운드 데이터 제한</string>
  <string name="battery_saver_summary_unavailable">충전하는 동안 사용할 수 없음</string>
  <!-- Battery : Automatic performance profiles -->
  <string name="autoperf_title">애플리케이션 별 프로필 설정</string>
  <string name="autoperf_summary">앱에 따라 적절한 배터리 모드 자동 적용</string>
  <string name="perf_profile_title">배터리 모드</string>
  <!-- Memory -->
  <string name="memory_startup_apps_title">부팅시 시작된 앱</string>
  <!-- Sound & notification > Sound section: Title for the option defining the default notification ringtone. [CHAR LIMIT=30] -->
  <string name="notification_ringtone_title_cm">알림 소리</string>
  <!-- Advanced reboot options -->
  <string name="advanced_reboot_title">고급 재시작</string>
  <string name="advanced_reboot_summary">화면 잠금이 해제되어 있으면 전원 메뉴에 복구 모드, 부트로더, 빠른 다시 시작 옵션 추가</string>
  <string name="category_interface">인터페이스</string>
  <!-- Expanded desktop -->
  <string name="power_menu_expanded_desktop">데스크탑 확장</string>
  <string name="expanded_hide_nothing">숨기지 않음</string>
  <string name="expanded_hide_status">상태 표시줄 숨기기</string>
  <string name="expanded_hide_navigation">내비게이션 바 숨기기</string>
  <string name="expanded_hide_both">모두 숨기기</string>
  <string name="expanded_nothing_to_show">각각의 앱 확장 상태를 설정하려면  \'모두 활성화\'를 끄십시오.</string>
  <string name="expanded_enabled_for_all">모두 활성화</string>
  <string name="expanded_desktop_style">데스크탑 확장 방식</string>
  <string name="expanded_desktop_style_description">기본 확장 데스크톱 방식을 선택합니다</string>
  <string name="expanded_desktop_title">확장 데스크톱 옵션</string>
  <!-- Kill app long-press back -->
  <string name="kill_app_longpress_back">뒤로 버튼으로 앱 종료</string>
  <string name="kill_app_longpress_back_summary">뒤로가기를 길게 눌러 이전 앱 종료</string>
  <!-- Show/Hide Search Bar -->
  <string name="recents_show_searchbar">멀티태스킹 선택 메뉴에서 검색바 표시</string>
  <string name="keywords_recents_show_searchbar">최근 최근 비활성화 활성화 표시 숨김 검색 바 검색바</string>
  <!-- Voice Wakeup -->
  <string name="voice_wakeup_settings_title">Voice Wakeup</string>
  <string name="voice_wakeup_retrain_title">목소리 다시 훈련</string>
  <string name="voice_wakeup_activity_title">실행할 동작</string>
  <string name="voice_wakeup_default_activity">Google Now</string>
  <string name="voice_wakeup_needs_dial_permission_warning">음성 활성화 명령은 통화 기능을 위해 통화 권한이 필요합니다</string>
  <string name="picker_activities">액티비티</string>
  <string name="select_custom_app_title">사용자 정의 앱 선택</string>
  <string name="select_custom_activity_title">사용자 정의 액티비티 선택</string>
  <!-- Blacklist preferences -->
  <string name="blacklist_title">차단된 발신자 목록</string>
  <string name="blacklist_edit_dialog_title">차단된 전화번호 편집</string>
  <string name="blacklist_prefs">설정</string>
  <string name="blacklist_button_delete">삭제</string>
  <string name="blacklist_empty_text">블랙리스트에 등록된 번호가 없습니다. 추가 (+) 버튼을 눌러 항목을 추가하십시오.</string>
  <string name="blacklist_disabled_empty_text">원치 않는 번호의 전화나 메세지를 차단하려면 발신자 차단을 활성화 하세요.</string>
  <string name="blacklist_summary_disabled">사용 안 함</string>
  <string name="blacklist_summary">차단된 발신자 목록에 있는 전화번호의 통화나 메세지를 받지 않습니다</string>
  <string name="blacklist_notify">알림 표시</string>
  <string name="blacklist_private_numbers_title">발신번호 표시 제한</string>
  <string name="blacklist_private_numbers_summary_disabled">발신번호 표시 제한된 전화를 차단하지 않음</string>
  <string name="blacklist_private_numbers_summary">발신번호 표시 제한된 <xliff:g id="type">%s</xliff:g>를 차단</string>
  <string name="blacklist_unknown_numbers_title">알 수 없는 번호</string>
  <string name="blacklist_unknown_numbers_summary_disabled">연락처에 없는 번호로부터 오는 전화 또는 메시지를 차단하지 않음</string>
  <string name="blacklist_unknown_numbers_summary">연락처에 없는 번호로부터 오는 <xliff:g id="type">%s</xliff:g>를 차단</string>
  <string name="blacklist_summary_type_calls_only">전화</string>
  <string name="blacklist_summary_type_messages_only">메시지</string>
  <string name="blacklist_summary_type_calls_and_messages">전화 및 메시지</string>
  <string name="blacklist_regex_title">와일드카드 사용</string>
  <string name="blacklist_regex_summary">.을 와일드카드로, *를 반복으로 사용합니다. 예를 들어, 123.*은 123으로 시작하는 번호를 차단하고 .*123.*은 123을 포함한 번호를 차단합니다</string>
  <string name="blacklist_policy_block_calls">수신 전화 차단</string>
  <string name="blacklist_policy_block_messages">수신 메시지 차단</string>
  <string name="blacklist_bad_number_add">차단된 발신자 목록에 유효하지 않는 번호를 추가할 수 없습니다</string>
  <!-- Blacklist management -->
  <string name="remove_blacklist_number_title">번호 제거</string>
  <string name="remove_blacklist_entry">차단 목록에서 이 번호를 삭제할까요?</string>
  <string name="select_contact">연락처 선택</string>
  <!-- Sms security limit -->
  <string name="app_security_title">앱 보안</string>
  <string name="sms_security_check_limit_title">SMS 메시지 발신 제한</string>
  <string name="sms_security_check_limit_summary">확인을 요청하기 전까지 1분 내에 %d개의 메시지만 보낼 수 있습니다</string>
  <string name="sms_security_check_limit_summary_none">확인 없이는 어떤 메시지도 보내지 않습니다</string>
  <string name="sms_security_check_limit_none">없음</string>
  <!-- Notification spamfilter -->
  <string name="spam_added_title">%1$s 추가됨</string>
  <string name="spam_last_blocked_title">%1$s 최근 차단됨</string>
  <string name="block_notifications_title">알림 필터</string>
  <string name="block_notifications_summary">무시할 알림 및 필터 관리</string>
  <string name="no_filters_title">필터가 설정되지 않음</string>
  <!-- Anonymous Statistics #CM -->
  <!-- About device screen, list item title. Takes the user to the screen about opting in or out of anonymous statistics. -->
  <string name="anonymous_statistics_warning_title">정보</string>
  <string name="enable_reporting_title">보고 활성화</string>
  <string name="preview_data_title">데이터 미리 보기</string>
  <string name="view_stats_title">통계 보기</string>
  <string name="anonymous_learn_more">더 알아보기</string>
  <!-- Anonymous Statistics - Preview -->
  <string name="preview_id_title">고유 ID</string>
  <string name="preview_device_title">장치</string>
  <string name="preview_version_title">버전</string>
  <string name="preview_country_title">국가</string>
  <string name="preview_carrier_title">통신사</string>
  <string name="stats_collection_title">통계 수집</string>
  <string name="stats_collection_summary">활성화되면 통계수치를 수집함</string>
  <!-- Protected apps lockpattern reset button -->
  <string name="lockpattern_reset_button">패턴 재설정</string>
  <string name="lockpattern_settings_reset_summary">주 이메일 계정과 비밀번호를 입력하여 패턴 잠금을 재설정합니다</string>
  <!-- Protected Apps -->
  <string name="menu_hidden_apps_delete">초기화</string>
  <string name="menu_hidden_apps_reset_lock">패턴 잠금 초기화</string>
  <string name="protected_apps">보호된 애플리케이션</string>
  <string name="protected_apps_summary">보안 잠금 사용시 숨겨질 앱 선택</string>
  <string name="saving_protected_components">구성요소 상태 저장\u2026</string>
  <string name="pa_login_username_hint">사용자 이름 (이메일)</string>
  <string name="pa_login_password_hint">비밀번호</string>
  <string name="pa_login_submit_button">로그인</string>
  <string name="pa_login_checking_password">계정 확인 중\u2026</string>
  <string name="pa_login_incorrect_login">로그인에 실패하였습니다</string>
  <string name="pa_pattern_or_fingerprint_header">잠금을 해제하려면 패턴을 그리거나 지문 인식을 사용해야 합니다</string>
  <!-- Contributors cloud activity -->
  <string name="contributors_cloud_fragment_title">기여자</string>
  <string name="contributors_cloud_loading_message">기여자 정보 불러오는중\u2026</string>
  <string name="contributors_cloud_failed_message">기여자 정보를 불러올 수 없습니다</string>
  <string name="contributor_info_menu">기여자 정보</string>
  <string name="contributor_info_msg">
        <![CDATA[<b>이름:</b> <xliff:g id="name">%1$s</xliff:g><br/><br/>
                 <b>별명:</b> <xliff:g id="nick">%2$s</xliff:g><br/><br/>
                 <b>기여:</b> <xliff:g id="commits">%3$s</xliff:g>]]></string>
  <string name="contributions_info_menu">기여자 정보</string>
  <string name="contributions_info_msg">
        <![CDATA[<b>총 기여자:</b> <xliff:g id="total_contributors">%1$s</xliff:g><br/><br/>
                 <b>총 기여 횟수:</b> <xliff:g id="total_commits">%2$s</xliff:g><br/><br/>
                 <b>최근 업데이트:</b> <xliff:g id="date">%3$s</xliff:g>]]></string>
  <string name="category_sounds">소리</string>
  <string name="notification_manager">알림</string>
  <string name="lockscreen_settings">잠금 화면</string>
  <string name="category_lights">조명</string>
  <string name="category_volume">볼륨</string>
  <string name="category_vibrate">진동</string>
  <string name="category_misc">기타</string>
  <string name="title_general">일반</string>
  <string name="advanced">고급</string>
  <string name="link_volume_option_title">통화 벨소리와 알림 벨소리 연결</string>
  <string name="lcd_density_prompt_message">일부 앱은 비표준 DPI에서 비정상적으로 작동할 수 있습니다.\n\n휴대 전화를 재시작합니다.</string>
  <!-- Edit access point labels: PPP number -->
  <string name="apn_ppp_number">APN PPP 전화번호</string>
  <!-- APNs screen message indicating new APN user is adding is a duplicate -->
  <string name="duplicate_apn_error_title">중복된 APN</string>
  <string name="duplicate_apn_error_message">이 APN이 이미 존재합니다. 삭제하거나 매개 변수를 변경하세요.</string>
  <string name="sim_enabler_summary"><xliff:g id="displayName">%1$s</xliff:g> <xliff:g id="status" example="disabled">%2$s</xliff:g></string>
  <string name="sim_disabled">비활성화 됨</string>
  <string name="sim_missing">SIM 카드가 없거나 잘못되었습니다</string>
  <string name="sim_enabler_need_disable_sim">SIM 카드가 비활성화됩니다. 계속하시겠습니까?</string>
  <string name="sim_enabler_will_disable_sim_title">주의</string>
  <string name="sim_enabler_need_switch_data_service">이 SIM은 비활성화되며, <xliff:g id="slotid">%1$s</xliff:g> SIM이 데이터 서비스에 사용됩니다. 계속하겠습니까?</string>
  <string name="sim_enabler_airplane_on">비행기 모드에서는 작업을 수행할 수 없습니다.</string>
  <string name="sim_enabler_in_call">통화중에는 작업을 수행할 수 없습니다.</string>
  <string name="sim_enabler_both_inactive">모든 SIM 카드를 비활성화할 수 없습니다</string>
  <string name="sim_enabler_enabling">활성화 중\u2026</string>
  <string name="sim_enabler_disabling">비활성화 중\u2026</string>
  <string name="sub_activate_success">SIM카드가 활성화되었습니다.</string>
  <string name="sub_activate_failed">활성화 실패</string>
  <string name="sub_deactivate_success">SIM카드가 비활성화되었습니다.</string>
  <string name="sub_deactivate_failed">비활성화 실패</string>
  <string name="primary_sub_select_title">3G/LTE 우선 접속 선택</string>
  <string name="select_sim_card">SIM 카드 선택</string>
  <!-- MSIM SIM status -->
  <string name="sim_card_status_title">SIM %d 상태</string>
  <string name="sim_card_lock_settings_title">SIM %d 잠금 설정</string>
  <string name="sim_card_summary_empty">SIM 카드가 삽입 되지 않음</string>
  <string name="sim_mobile_network_settings_category_title">셀룰러 네트워크 설정</string>
  <string name="sim_mobile_network_settings_title">SIM %d 설정</string>
  <!-- Zen mode allowed event setting summary items -->
  <!-- [CHAR LIMIT=50] Like zen_mode_reminders, but part of a list, so lower case if needed-->
  <string name="zen_mode_summary_reminders">미리 알림</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_events, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_events">이벤트</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_callers, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_selected_callers">선택한 호출자</string>
  <!-- [CHAR LIMIT=50] Like zen_mode_summary_selected_messages, but part of a list, so lower case if needed -->
  <string name="zen_mode_summary_selected_messages">선택한 메세지</string>
  <!-- Allow vibration in zen mode -->
  <!-- About phone settings screen, setting option dialog title to show regulatory information [CHAR LIMIT=25] -->
  <!-- SAR information -->
  <string name="maximum_head_level">머리: %1$s W/kg</string>
  <string name="maximum_body_level">몸: %1$s W/kg</string>
  <!-- IC Codes -->
  <string name="ic_code_model">모델: %1$s</string>
  <string name="ic_code_full">IC: %1$s</string>
  <string name="sim_ringtone_title">SIM 카드 %d 벨소리</string>
  <!-- label for application name -->
  <string name="app_name_label_cm">앱:</string>
  <!-- label for last time used -->
  <string name="last_time_used_label_cm">마지막으로 사용한 시간:</string>
  <!-- label for usage time -->
  <string name="usage_time_label_cm">사용 시간:</string>
  <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
  <string name="master_clear_desc_cm" product="tablet">이 행동은 태블릿의 <b>내부 저장소</b>에 있는 모든 데이터를 지우며, 다음을 포함합니다:\n\n<li>장치의 계정</li>\n<li>시스템과 앱 데이터 및 설정</li>\n<li>다운로드 된 애플리케이션</li></string>
  <!-- SD card & phone storage settings screen, message on screen after user selects Factory data reset [CHAR LIMIT=NONE] -->
  <string name="master_clear_desc_cm" product="default">이 행동은 기기의 <b>내부 저장소</b>에 있는 모든 데이터를 지우며, 다음을 포함합니다:\n\n<li>장치의 계정</li>\n<li>시스템과 앱 데이터 및 설정</li>\n<li>다운로드 된 애플리케이션</li></string>
  <!-- Factory reset strings -->
  <string name="factory_reset_instructions_title">개인 데이터와 앱</string>
  <string name="factory_reset_instructions_summary">이 작업은 기기에 있는 모든 계정, 앱, 앱 데이터와 시스템 설정을 초기화합니다</string>
  <string name="factory_reset_personal_content">개인 콘텐츠</string>
  <string name="factory_reset_erase_stored_content">저장된 콘텐츠 삭제</string>
  <string name="factory_reset_erase_stored_content_summary">기기에 저장된 음악, 사진, 비디오 및 다른 사용자 데이터를 삭제합니다</string>
  <string name="factory_reset_erase_stored_content_summary_forced">기기에 저장된 음악, 사진, 비디오 및 다른 사용자 데이터를 삭제합니다. \n\n<b>장치 암호화로 인해 콘텐츠를 저장할 수 없습니다</b></string>
  <string name="factory_reset_erase_sd_card">SD 카드 포맷</string>
  <string name="factory_reset_erase_sd_card_summary">음악과 사진을 포함하여 SD 카드에 있는 모든 데이터를 삭제합니다</string>
  <string name="factory_reset_warning_text_reset_now">초기화</string>
  <string name="factory_reset_warning_text_message">기기에서 모든 계정, 앱, 앱 데이터와 시스템 설정이 초기화됩니다. 이 작업은 되돌릴 수 없습니다.</string>
  <!-- Tethering & portable hotspot other category -->
  <string name="tethering_other_category_text">기타</string>
  <!-- Wi-Fi tethering inactivity timeout -->
  <string name="hotstpot_inactivity_timeout_text">Wi\u2011Fi 핫스팟 대기 시간</string>
  <string name="hotstpot_inactivity_timeout_never">끄지 않음</string>
  <string name="hotstpot_inactivity_timeout_1_minute">1</string>
  <string name="hotstpot_inactivity_timeout_5_minutes">5</string>
  <string name="hotstpot_inactivity_timeout_10_minutes">10</string>
  <string name="hotstpot_inactivity_timeout_never_summary_text">휴대용 Wi\u2011Fi 핫스팟을 자동 종료하지 않음</string>
  <string name="hotstpot_inactivity_timeout_summary_text">휴대용 Wi\u2011Fi 핫스팟이 <xliff:g id="timeout">%1$s</xliff:g>간 활동이 없을 경우 끔</string>
  <!-- Live lock screen -->
  <!-- Live lock screen title -->
  <string name="live_lock_screen_title">라이브 잠금 화면</string>
  <!-- Live lock screen summary -->
  <string name="live_lock_screen_summary">라이브 잠금 화면을 켜고 구성하세요</string>
  <!-- Live lock screen settings content description -->
  <string name="live_lock_screen_settings_button">설정</string>
  <!-- Live lock screen settings screen, caption for when live lock screens are disabled -->
  <string name="live_lock_screen_settings_disabled_prompt">사용 가능한 라이브 잠금 화면을 보기 위해 라이브 잠금 화면을 켜세요.</string>
  <string name="interruptions_ignore_while_media_title">재생 소리 줄이기 금지</string>
  <string name="interruptions_ignore_while_media_summary">알림시 미디어 재생 소리를 줄이지 않음</string>
  <!-- CM Legal -->
  <string name="cmlicense_title">Replicant 법적 고지</string>
  <!-- Menu label for reset the battery stats -->
  <string name="menu_stats_reset">통계 재설정</string>
  <!-- Reset stats confirmation dialog's message -->
  <string name="reset_stats_msg">배터리 사용 데이터가 초기화됩니다</string>
  <!-- Dock battery not present message -->
  <string name="dock_battery_not_present">독 베터리 없음</string>
  <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging on Dock AC. -->
  <string name="battery_info_status_charging_dock_ac">독 AC로 충전중</string>
  <!-- [CHAR_LIMIT=20] Battery use screen. Battery status shown in chart label when charging over Dock USB. -->
  <string name="battery_info_status_charging_dock_usb">독 USB로 충전중</string>
  <string name="restrict_app_wlan_title">앱의 Wi\u2011Fi 사용 끄기</string>
  <string name="restrict_app_wlan_summary">앱이 Wi\u2011Fi 데이터 연결을 사용하지 않도록 설정</string>
  <string name="restrict_app_cellular_title">앱의 모바일 데이터 사용 끄기</string>
  <string name="restrict_app_cellular_summary">앱이 모바일 데이터 연결을 하지 않도록 설정</string>
  <string name="privacy_guard_internet_category">인터넷</string>
  <!-- Weather -->
  <string name="weather_settings_title">날씨</string>
  <string name="weather_settings_no_services_prompt">날씨 제공자 서비스 설치되지 않음</string>
  <string name="weather_settings_button">제공자 설정</string>
  <string name="weather_settings_activity_not_found">이 제공자의 설정 메뉴를 열 수 없습니다</string>
  <string name="weather_settings_general_settings_title">일반</string>
  <string name="background_data_access">백그라운드 데이터 사용</string>
  <string name="allow_background_both">셀룰러 데이터와 Wi\u2011Fi를 통해</string>
  <string name="allow_background_wlan">Wi\u2011Fi에서만</string>
  <string name="allow_background_none">허용하지 않음</string>
  <string name="mobile_data_alert">셀룰러 데이터 경고</string>
  <string name="mobile_data_alert_summary">앱이 많은 데이터를 사용할 때 알림</string>
  <string name="data_usage_menu_enable_data_alerts">데이터 사용량 경고 켜기</string>
  <string name="data_usage_menu_disable_data_alerts">데이터 사용량 경고 끄기</string>
  <string name="data_usage_menu_reset_stats">데이터 통계 초기화</string>
  <string name="reset_data_stats_msg">과거와 현재의 데이터 정보를 모두 삭제합니다</string>
  <string name="reset_stats_confirm">확인</string>
  <string name="restrict_cellular_access_title">셀룰러 데이터 사용 제한</string>
  <string name="restrict_cellular_access_summary">셀룰러 네트워크에서 데이터 사용을 끄기</string>
  <string name="restrict_cellular_access_dialog_title">셀룰러 데이터 사용을 제한하시겠습니까?</string>
  <string name="restrict_cellular_access_dialog_summary">이 기능은 셀룰러 네트워크만 사용할 때 네트워크 연결이 필요한 앱의 정상적인 작동을 방해할 수 있습니다.\n\n앱의 설정에서 데이터 사용량을 조절할 수 있는 설정을 찾을 수 있습니다.</string>
  <!-- Label for settings shortcut: carrier selection -->
  <string name="shortcut_carrier_title">네트워크 영업자</string>
  <!-- title for lock screen blur preference -->
  <!-- title for lock screen weather preference -->
  <!-- Per app controls for LP keyguard notifications -->
  <string name="app_notification_show_on_keyguard_title">잠금 화면에 표시</string>
  <string name="app_notification_show_on_keyguard_summary">잠금화면에 알림을 표시</string>
  <string name="app_notification_no_ongoing_on_keyguard_title">상주 알림을 잠금화면에 표시하지 않음</string>
  <string name="app_notification_no_ongoing_on_keyguard_summary">이 앱의 상주 알림을 잠금화면에 표시하지 않음</string>
  <!-- Notification sound timeout -->
  <!-- CmRadioInfo -->
  <!-- Radio Control (IMS/MBN etc.) -->
  <!-- Lock screen wallpaper -->
  <!-- Format string for fingerprint location message -->
  <!-- Fingerprint sensor locations -->
  <!-- SIM status format string -->
</resources>