forked from GNOME/gtk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathko.po
5217 lines (4198 loc) · 132 KB
/
ko.po
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
# gtk+ ko.po
# This file is distributed under the same license as the gtk+ package.
#
# Sung-Hyun Nam <[email protected]>, 1998
# Changwoo Ryu <[email protected]>, 2002-2013.
#
#
# - font family를 나타내는 family는 "계열"이라고 번역
#
msgid ""
msgstr ""
"Project-Id-Version: gtk+\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=gtk"
"%2b&keywords=I18N+L10N&component=general\n"
"POT-Creation-Date: 2013-09-12 09:54+0000\n"
"PO-Revision-Date: 2013-09-14 22:43+0900\n"
"Last-Translator: Changwoo Ryu <[email protected]>\n"
"Language-Team: Gnome Korea <[email protected]>\n"
"Language: Korean\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
# broadway - HTML5 백엔드 이름
#: ../gdk/broadway/gdkbroadway-server.c:141
#, c-format
msgid "broadway display type not supported '%s'"
msgstr "브로드웨이 디스플레이 종류를 지원하지 않습니다 %s"
#: ../gdk/gdk.c:158
#, c-format
msgid "Error parsing option --gdk-debug"
msgstr "--gdk-debug 옵션 파싱 오류"
#: ../gdk/gdk.c:178
#, c-format
msgid "Error parsing option --gdk-no-debug"
msgstr "--gdk-no-debug 옵션 파싱 오류"
#. Description of --class=CLASS in --help output
#: ../gdk/gdk.c:206
msgid "Program class as used by the window manager"
msgstr "창 관리자에서 사용하는 프로그램 클래스"
#. Placeholder in --class=CLASS in --help output
#: ../gdk/gdk.c:207
msgid "CLASS"
msgstr "<클래스>"
#. Description of --name=NAME in --help output
#: ../gdk/gdk.c:209
msgid "Program name as used by the window manager"
msgstr "창 관리자에서 사용하는 프로그램 이름"
#. Placeholder in --name=NAME in --help output
#: ../gdk/gdk.c:210
msgid "NAME"
msgstr "<이름>"
#. Description of --display=DISPLAY in --help output
#: ../gdk/gdk.c:212
msgid "X display to use"
msgstr "사용할 X 디스플레이"
#. Placeholder in --display=DISPLAY in --help output
#: ../gdk/gdk.c:213
msgid "DISPLAY"
msgstr "<디스플레이>"
#. Description of --gdk-debug=FLAGS in --help output
#: ../gdk/gdk.c:216
msgid "GDK debugging flags to set"
msgstr "설정할 GDK 디버깅 플래그"
#. Placeholder in --gdk-debug=FLAGS in --help output
#. Placeholder in --gdk-no-debug=FLAGS in --help output
#. Placeholder in --gtk-debug=FLAGS in --help output
#. Placeholder in --gtk-no-debug=FLAGS in --help output
#: ../gdk/gdk.c:217 ../gdk/gdk.c:220 ../gtk/gtkmain.c:455 ../gtk/gtkmain.c:458
msgid "FLAGS"
msgstr "<플래그>"
#. Description of --gdk-no-debug=FLAGS in --help output
#: ../gdk/gdk.c:219
msgid "GDK debugging flags to unset"
msgstr "설정 해제할 GDK 디버깅 플래그"
#.
#. * Translators, the strings in the 'keyboard label' context are
#. * display names for keyboard keys. Some of them have prefixes like
#. * XF86 or ISO_ - these should be removed in the translation. Similarly,
#. * underscores should be replaced by spaces. The prefix 'KP_' stands
#. * for 'key pad' and you may want to include that in your translation.
#. * Here are some examples of English translations:
#. * XF86AudioMute - Audio mute
#. * Scroll_lock - Scroll lock
#. * KP_Space - Space (keypad)
#.
#: ../gdk/keyname-table.h:6843
msgctxt "keyboard label"
msgid "BackSpace"
msgstr "백스페이스"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6844
msgctxt "keyboard label"
msgid "Tab"
msgstr "Tab"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6845
msgctxt "keyboard label"
msgid "Return"
msgstr "Return"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6846
msgctxt "keyboard label"
msgid "Pause"
msgstr "Pause"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6847
msgctxt "keyboard label"
msgid "Scroll_Lock"
msgstr "Scroll_Lock"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6848
msgctxt "keyboard label"
msgid "Sys_Req"
msgstr "Sys_Req"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6849
msgctxt "keyboard label"
msgid "Escape"
msgstr "Escape"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6850
msgctxt "keyboard label"
msgid "Multi_key"
msgstr "Multi_key"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6851
msgctxt "keyboard label"
msgid "Home"
msgstr "Home"
#: ../gdk/keyname-table.h:6852
msgctxt "keyboard label"
msgid "Left"
msgstr "왼쪽 화살표"
#: ../gdk/keyname-table.h:6853
msgctxt "keyboard label"
msgid "Up"
msgstr "위 화살표"
#: ../gdk/keyname-table.h:6854
msgctxt "keyboard label"
msgid "Right"
msgstr "오른쪽 화살표"
#: ../gdk/keyname-table.h:6855
msgctxt "keyboard label"
msgid "Down"
msgstr "아래 화살표"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6856
msgctxt "keyboard label"
msgid "Page_Up"
msgstr "Page_Up"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6857
msgctxt "keyboard label"
msgid "Page_Down"
msgstr "Page_Down"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6858
msgctxt "keyboard label"
msgid "End"
msgstr "End"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6859
msgctxt "keyboard label"
msgid "Begin"
msgstr "Begin"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6860
msgctxt "keyboard label"
msgid "Print"
msgstr "Print"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6861
msgctxt "keyboard label"
msgid "Insert"
msgstr "Insert"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6862
msgctxt "keyboard label"
msgid "Num_Lock"
msgstr "Num_Lock"
#. Translators: KP_ means 'key pad' here
#: ../gdk/keyname-table.h:6864
msgctxt "keyboard label"
msgid "KP_Space"
msgstr "키패드 스페이스"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6865
msgctxt "keyboard label"
msgid "KP_Tab"
msgstr "키패드 Tab"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6866
msgctxt "keyboard label"
msgid "KP_Enter"
msgstr "키패드 Enter"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6867
msgctxt "keyboard label"
msgid "KP_Home"
msgstr "키패드 Home"
#: ../gdk/keyname-table.h:6868
msgctxt "keyboard label"
msgid "KP_Left"
msgstr "키패드 왼쪽 화살표"
#: ../gdk/keyname-table.h:6869
msgctxt "keyboard label"
msgid "KP_Up"
msgstr "키패드 위 화살표"
#: ../gdk/keyname-table.h:6870
msgctxt "keyboard label"
msgid "KP_Right"
msgstr "키패드 오른쪽 화살표"
#: ../gdk/keyname-table.h:6871
msgctxt "keyboard label"
msgid "KP_Down"
msgstr "키패드 아래 화살표"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6872
msgctxt "keyboard label"
msgid "KP_Page_Up"
msgstr "키패드 Page_Up"
#: ../gdk/keyname-table.h:6873
msgctxt "keyboard label"
msgid "KP_Prior"
msgstr "키패드 Prior"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6874
msgctxt "keyboard label"
msgid "KP_Page_Down"
msgstr "키패드 Page_Down"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6875
msgctxt "keyboard label"
msgid "KP_Next"
msgstr "키패드 Next"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6876
msgctxt "keyboard label"
msgid "KP_End"
msgstr "키패드 End"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6877
msgctxt "keyboard label"
msgid "KP_Begin"
msgstr "키패드 Begin"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6878
msgctxt "keyboard label"
msgid "KP_Insert"
msgstr "키패드 Insert"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6879
msgctxt "keyboard label"
msgid "KP_Delete"
msgstr "키패드 Delete"
# 키보드에 써 있는 단어이므로 번역하지 않는다
#: ../gdk/keyname-table.h:6880
msgctxt "keyboard label"
msgid "Delete"
msgstr "Delete"
#: ../gdk/keyname-table.h:6881
msgctxt "keyboard label"
msgid "MonBrightnessUp"
msgstr "모니터 밝게"
#: ../gdk/keyname-table.h:6882
msgctxt "keyboard label"
msgid "MonBrightnessDown"
msgstr "모니터 어둡게"
#: ../gdk/keyname-table.h:6883
msgctxt "keyboard label"
msgid "KbdBrightnessUp"
msgstr "키보드 밝게"
#: ../gdk/keyname-table.h:6884
msgctxt "keyboard label"
msgid "KbdBrightnessDown"
msgstr "키보드 어둡게"
#: ../gdk/keyname-table.h:6885
msgctxt "keyboard label"
msgid "AudioMute"
msgstr "오디오 묵음"
#: ../gdk/keyname-table.h:6886
msgctxt "keyboard label"
msgid "AudioMicMute"
msgstr "오디오 마이크 묵음"
#: ../gdk/keyname-table.h:6887
msgctxt "keyboard label"
msgid "AudioLowerVolume"
msgstr "오디오 볼륨 낮추기"
#: ../gdk/keyname-table.h:6888
msgctxt "keyboard label"
msgid "AudioRaiseVolume"
msgstr "오디오 볼륨 높이기"
#: ../gdk/keyname-table.h:6889
msgctxt "keyboard label"
msgid "AudioPlay"
msgstr "오디오 재생"
#: ../gdk/keyname-table.h:6890
msgctxt "keyboard label"
msgid "AudioStop"
msgstr "오디오 중지"
#: ../gdk/keyname-table.h:6891
msgctxt "keyboard label"
msgid "AudioNext"
msgstr "오디오 다음"
#: ../gdk/keyname-table.h:6892
msgctxt "keyboard label"
msgid "AudioPrev"
msgstr "오디오 이전"
#: ../gdk/keyname-table.h:6893
msgctxt "keyboard label"
msgid "AudioRecord"
msgstr "오디오 녹음"
#: ../gdk/keyname-table.h:6894
msgctxt "keyboard label"
msgid "AudioPause"
msgstr "오디오 일시중지"
#: ../gdk/keyname-table.h:6895
msgctxt "keyboard label"
msgid "AudioRewind"
msgstr "오디오 뒤로"
#: ../gdk/keyname-table.h:6896
msgctxt "keyboard label"
msgid "AudioMedia"
msgstr "오디오 미디어"
#: ../gdk/keyname-table.h:6897
msgctxt "keyboard label"
msgid "ScreenSaver"
msgstr "화면 보호기"
#: ../gdk/keyname-table.h:6898
msgctxt "keyboard label"
msgid "Battery"
msgstr "배터리"
#: ../gdk/keyname-table.h:6899
msgctxt "keyboard label"
msgid "Launch1"
msgstr "실행1"
#: ../gdk/keyname-table.h:6900
msgctxt "keyboard label"
msgid "Forward"
msgstr "앞으로"
#: ../gdk/keyname-table.h:6901
msgctxt "keyboard label"
msgid "Back"
msgstr "뒤로"
#: ../gdk/keyname-table.h:6902
msgctxt "keyboard label"
msgid "Sleep"
msgstr "일시절전"
#: ../gdk/keyname-table.h:6903
msgctxt "keyboard label"
msgid "Hibernate"
msgstr "최대절전"
#: ../gdk/keyname-table.h:6904
msgctxt "keyboard label"
msgid "WLAN"
msgstr "무선랜"
#: ../gdk/keyname-table.h:6905
msgctxt "keyboard label"
msgid "WebCam"
msgstr "웹카메라"
#: ../gdk/keyname-table.h:6906
msgctxt "keyboard label"
msgid "Display"
msgstr "디스플레이"
#: ../gdk/keyname-table.h:6907
msgctxt "keyboard label"
msgid "TouchpadToggle"
msgstr "터치패드 토글"
#: ../gdk/keyname-table.h:6908
msgctxt "keyboard label"
msgid "WakeUp"
msgstr "깨어나기"
#: ../gdk/keyname-table.h:6909
msgctxt "keyboard label"
msgid "Suspend"
msgstr "절전"
#. Description of --sync in --help output
#: ../gdk/win32/gdkmain-win32.c:53
msgid "Don't batch GDI requests"
msgstr "GDI 요청을 일괄적으로 하지 않습니다"
#. Description of --no-wintab in --help output
#: ../gdk/win32/gdkmain-win32.c:55
msgid "Don't use the Wintab API for tablet support"
msgstr "타블릿 지원을 위한 Wintab API를 사용하지 않습니다"
#. Description of --ignore-wintab in --help output
#: ../gdk/win32/gdkmain-win32.c:57
msgid "Same as --no-wintab"
msgstr "--no-wintab과 같음"
#. Description of --use-wintab in --help output
#: ../gdk/win32/gdkmain-win32.c:59
msgid "Do use the Wintab API [default]"
msgstr "Wintab API 사용 [기본값]"
#. Description of --max-colors=COLORS in --help output
#: ../gdk/win32/gdkmain-win32.c:61
msgid "Size of the palette in 8 bit mode"
msgstr "8비트 모드에서 팔레트의 크기"
#. Placeholder in --max-colors=COLORS in --help output
#: ../gdk/win32/gdkmain-win32.c:62
msgid "COLORS"
msgstr "<색>"
#: ../gdk/x11/gdkapplaunchcontext-x11.c:292
#, c-format
msgid "Starting %s"
msgstr "%s 시작"
#: ../gdk/x11/gdkapplaunchcontext-x11.c:305
#, c-format
msgid "Opening %s"
msgstr "%s 열기"
#: ../gdk/x11/gdkapplaunchcontext-x11.c:310
#, c-format
msgid "Opening %d Item"
msgid_plural "Opening %d Items"
msgstr[0] "%d개 항목 여는 중"
#: ../gtk/a11y/gtkbooleancellaccessible.c:43
msgctxt "Action description"
msgid "Toggles the cell"
msgstr "셀을 토글합니다"
#: ../gtk/a11y/gtkbooleancellaccessible.c:63
#: ../gtk/a11y/gtkswitchaccessible.c:89
msgctxt "Action name"
msgid "Toggle"
msgstr "토글"
#: ../gtk/a11y/gtkbuttonaccessible.c:341
#: ../gtk/a11y/gtkmenuitemaccessible.c:433
msgctxt "Action name"
msgid "Click"
msgstr "누르기"
#: ../gtk/a11y/gtkbuttonaccessible.c:350
msgctxt "Action description"
msgid "Clicks the button"
msgstr "단추를 누릅니다"
#: ../gtk/a11y/gtkcellaccessible.c:258
msgctxt "Action name"
msgid "Expand or contract"
msgstr "늘이기 또는 줄이기"
#: ../gtk/a11y/gtkcellaccessible.c:260
msgctxt "Action name"
msgid "Edit"
msgstr "편집"
#: ../gtk/a11y/gtkcellaccessible.c:262
#: ../gtk/a11y/gtkcolorswatchaccessible.c:72
#: ../gtk/a11y/gtkentryaccessible.c:1554
#: ../gtk/a11y/gtkexpanderaccessible.c:281
msgctxt "Action name"
msgid "Activate"
msgstr "활성화"
#: ../gtk/a11y/gtkcellaccessible.c:275
msgctxt "Action description"
msgid "Expands or contracts the row in the tree view containing this cell"
msgstr "이 셀이 들어 있는 트리뷰의 줄을 늘이거나 줄입니다"
#: ../gtk/a11y/gtkcellaccessible.c:277
msgctxt "Action description"
msgid "Creates a widget in which the contents of the cell can be edited"
msgstr "셀의 내용을 편집할 수 있는 위젯을 만듭니다"
#: ../gtk/a11y/gtkcellaccessible.c:279
msgctxt "Action description"
msgid "Activates the cell"
msgstr "셀을 활성화합니다"
#: ../gtk/a11y/gtkcolorswatchaccessible.c:71
msgctxt "Action name"
msgid "Select"
msgstr "선택"
#: ../gtk/a11y/gtkcolorswatchaccessible.c:73
msgctxt "Action name"
msgid "Customize"
msgstr "사용자 지정"
#: ../gtk/a11y/gtkcolorswatchaccessible.c:84
msgctxt "Action description"
msgid "Selects the color"
msgstr "색 선택"
#: ../gtk/a11y/gtkcolorswatchaccessible.c:85
msgctxt "Action description"
msgid "Activates the color"
msgstr "색을 활성화합니다"
#: ../gtk/a11y/gtkcolorswatchaccessible.c:86
msgctxt "Action description"
msgid "Customizes the color"
msgstr "색을 사용자 지정합니다"
#: ../gtk/a11y/gtkcomboboxaccessible.c:307
msgctxt "Action name"
msgid "Press"
msgstr "누르기"
#: ../gtk/a11y/gtkcomboboxaccessible.c:316
msgctxt "Action description"
msgid "Presses the combobox"
msgstr "콤보상자를 누릅니다"
#: ../gtk/a11y/gtkentryaccessible.c:1563
msgctxt "Action description"
msgid "Activates the entry"
msgstr "입력창을 활성화합니다"
#: ../gtk/a11y/gtkexpanderaccessible.c:290
msgctxt "Action description"
msgid "Activates the expander"
msgstr "확장 막대를 활성화합니다"
#: ../gtk/a11y/gtkmenuitemaccessible.c:442
msgctxt "Action description"
msgid "Clicks the menuitem"
msgstr "메뉴 항목을 누릅니다"
#: ../gtk/a11y/gtkscalebuttonaccessible.c:140
msgctxt "Action description"
msgid "Pops up the slider"
msgstr "슬라이더를 나오게 합니다"
#: ../gtk/a11y/gtkscalebuttonaccessible.c:142
msgctxt "Action description"
msgid "Dismisses the slider"
msgstr "슬라이더를 없앱니다"
#: ../gtk/a11y/gtkscalebuttonaccessible.c:170
msgctxt "Action name"
msgid "Popup"
msgstr "나오기"
#: ../gtk/a11y/gtkscalebuttonaccessible.c:172
msgctxt "Action name"
msgid "Dismiss"
msgstr "없애기"
#: ../gtk/a11y/gtkspinneraccessible.c:39
msgctxt "throbbing progress animation widget"
msgid "Spinner"
msgstr "스피너"
#: ../gtk/a11y/gtkspinneraccessible.c:40
msgid "Provides visual indication of progress"
msgstr "진행 상황을 볼 수 있게 표시합니다"
#: ../gtk/a11y/gtkswitchaccessible.c:98
msgctxt "Action description"
msgid "Toggles the switch"
msgstr "스위치를 토글합니다"
#: ../gtk/deprecated/gtkcolorsel.c:423
msgid ""
"Select the color you want from the outer ring. Select the darkness or "
"lightness of that color using the inner triangle."
msgstr ""
"외부 고리에서 원하는 색을 선택하십시오. 내부 삼각형에서 그 색의 어둡기나 밝기"
"를 선택하십시오."
#: ../gtk/deprecated/gtkcolorsel.c:449
msgid ""
"Click the eyedropper, then click a color anywhere on your screen to select "
"that color."
msgstr ""
"점안기를 클릭하고, 화면의 어디든 선택하고 싶은 색을 골라서 클릭하십시오."
#: ../gtk/deprecated/gtkcolorsel.c:459
msgid "_Hue:"
msgstr "색상(_H):"
#: ../gtk/deprecated/gtkcolorsel.c:460
msgid "Position on the color wheel."
msgstr "색 동그라미에서 위치."
#: ../gtk/deprecated/gtkcolorsel.c:462
msgid "S_aturation:"
msgstr "채도(_A):"
#: ../gtk/deprecated/gtkcolorsel.c:463
msgid "Intensity of the color."
msgstr "색의 강도."
#: ../gtk/deprecated/gtkcolorsel.c:464
msgid "_Value:"
msgstr "값(_V):"
#: ../gtk/deprecated/gtkcolorsel.c:465
msgid "Brightness of the color."
msgstr "색의 밝기."
#: ../gtk/deprecated/gtkcolorsel.c:466
msgid "_Red:"
msgstr "빨강(_R):"
#: ../gtk/deprecated/gtkcolorsel.c:467
msgid "Amount of red light in the color."
msgstr "색에서 빨강 빛의 양."
#: ../gtk/deprecated/gtkcolorsel.c:468
msgid "_Green:"
msgstr "초록(_G):"
#: ../gtk/deprecated/gtkcolorsel.c:469
msgid "Amount of green light in the color."
msgstr "색에서 초록 빛의 양."
#: ../gtk/deprecated/gtkcolorsel.c:470
msgid "_Blue:"
msgstr "파랑(_B):"
#: ../gtk/deprecated/gtkcolorsel.c:471
msgid "Amount of blue light in the color."
msgstr "색에서 파랑 빛의 양."
#: ../gtk/deprecated/gtkcolorsel.c:474
msgid "Op_acity:"
msgstr "투명도(_A):"
#: ../gtk/deprecated/gtkcolorsel.c:482 ../gtk/deprecated/gtkcolorsel.c:492
msgid "Transparency of the color."
msgstr "색의 투명한 정도."
#: ../gtk/deprecated/gtkcolorsel.c:499
msgid "Color _name:"
msgstr "색 이름(_N):"
#: ../gtk/deprecated/gtkcolorsel.c:514
msgid ""
"You can enter an HTML-style hexadecimal color value, or simply a color name "
"such as 'orange' in this entry."
msgstr ""
"이 항목에 HTML 방식의 16진수 색 값을 입력하거나, 간단히 'orange'처럼 색 이름"
"을 입력할 수 있습니다."
#: ../gtk/deprecated/gtkcolorsel.c:546
msgid "_Palette:"
msgstr "색상표(_P):"
#: ../gtk/deprecated/gtkcolorsel.c:576
msgid "Color Wheel"
msgstr "색상환"
# palette => 색상표
# swatch => 견본
#: ../gtk/deprecated/gtkcolorsel.c:1070
msgid ""
"The previously-selected color, for comparison to the color you're selecting "
"now. You can drag this color to a palette entry, or select this color as "
"current by dragging it to the other color swatch alongside."
msgstr ""
"이전에 선택한 색. 현재 선택하려는 색과 비교하는 데 쓰입니다. 이 색을 색상표 "
"항목에 드래그하거나, 다른 색 견본에 드래그해서 이 색을 선택할 수 있습니다."
#: ../gtk/deprecated/gtkcolorsel.c:1076
msgid ""
"The color you've chosen. You can drag this color to a palette entry to save "
"it for use in the future."
msgstr ""
"선택한 색. 이 색을 색상표 항목으로 드래그해서 저장한 다음 나중에 사용할 수 있"
"습니다."
#: ../gtk/deprecated/gtkcolorsel.c:1082
msgid ""
"The previously-selected color, for comparison to the color you're selecting "
"now."
msgstr "이전에 선택했던 색, 현재 선택하고 있는 색과 비교하는 용도."
#: ../gtk/deprecated/gtkcolorsel.c:1086
msgid "The color you've chosen."
msgstr "선택한 색."
#: ../gtk/deprecated/gtkcolorsel.c:1489
msgid "_Save color here"
msgstr "색 여기에 저장(_S)"
#: ../gtk/deprecated/gtkcolorsel.c:1693
msgid ""
"Click this palette entry to make it the current color. To change this entry, "
"drag a color swatch here or right-click it and select \"Save color here.\""
msgstr ""
"이 색상표 항목을 클릭해 현재 색을 선택하십시오. 이 항목을 바꾸려면, 색 견본"
"를 여기로 드래그하거나 오른쪽 클릭을 해 \"색 여기에 저장\"을 선택하십시오."
#: ../gtk/deprecated/gtkcolorseldialog.c:192
#: ../gtk/deprecated/gtkfontsel.c:1690 ../gtk/gtkfilechooserbutton.c:805
#: ../gtk/gtkfilechooserdefault.c:5484 ../gtk/gtkmessagedialog.c:891
#: ../gtk/gtkmessagedialog.c:910 ../gtk/gtkmountoperation.c:529
#: ../gtk/gtkprintbackend.c:747 ../gtk/gtkprinteroptionwidget.c:545
#: ../gtk/gtkprintunixdialog.c:684 ../gtk/gtkappchooserdialog.ui.h:1
#: ../gtk/gtkassistant.ui.h:5 ../gtk/gtkcolorchooserdialog.ui.h:2
#: ../gtk/gtkfontchooserdialog.ui.h:2 ../gtk/gtkpagesetupunixdialog.ui.h:1
#: ../gtk/gtkprintunixdialog.ui.h:2
msgid "_Cancel"
msgstr "취소(_C)"
#: ../gtk/deprecated/gtkcolorseldialog.c:196
#: ../gtk/gtkprinteroptionwidget.c:546 ../gtk/gtkappchooserdialog.ui.h:2
#: ../gtk/gtkcolorchooserdialog.ui.h:3 ../gtk/gtkfontchooserdialog.ui.h:3
msgid "_Select"
msgstr "선택(_S)"
#: ../gtk/deprecated/gtkcolorseldialog.c:202
msgid "_Help"
msgstr "도움말(_H)"
#: ../gtk/deprecated/gtkcolorseldialog.c:214
msgid "Color Selection"
msgstr "색 선택"
#. This is the default text shown in the preview entry, though the user
#. can set it. Remember that some fonts only have capital letters.
#: ../gtk/deprecated/gtkfontsel.c:121
msgid "abcdefghijk ABCDEFGHIJK"
msgstr "abcdefghijk ABCDEFGHIJK 가나다라마바사"
#: ../gtk/deprecated/gtkfontsel.c:386
msgid "_Family:"
msgstr "계열(_F):"
#: ../gtk/deprecated/gtkfontsel.c:393
msgid "_Style:"
msgstr "유형(_S):"
#: ../gtk/deprecated/gtkfontsel.c:400
msgid "Si_ze:"
msgstr "크기(_Z):"
#. create the text entry widget
#: ../gtk/deprecated/gtkfontsel.c:577
msgid "_Preview:"
msgstr "미리보기(_P):"
#: ../gtk/deprecated/gtkfontsel.c:1694 ../gtk/gtkassistant.ui.h:1
#: ../gtk/gtkpagesetupunixdialog.ui.h:2
msgid "_Apply"
msgstr "적용(_A)"
#: ../gtk/deprecated/gtkfontsel.c:1699 ../gtk/gtkmessagedialog.c:879
#: ../gtk/gtkmessagedialog.c:913 ../gtk/gtkprintbackend.c:748
msgid "_OK"
msgstr "확인(_O)"
#: ../gtk/deprecated/gtkfontsel.c:1710 ../gtk/gtkfontchooserdialog.ui.h:1
msgid "Font Selection"
msgstr "글꼴 선택"
#. KEEP IN SYNC with gtkiconfactory.c stock icons, when appropriate
#: ../gtk/deprecated/gtkstock.c:334
msgctxt "Stock label"
msgid "Information"
msgstr "정보"
#: ../gtk/deprecated/gtkstock.c:335
msgctxt "Stock label"
msgid "Warning"
msgstr "경고"
#: ../gtk/deprecated/gtkstock.c:336
msgctxt "Stock label"
msgid "Error"
msgstr "오류"
#: ../gtk/deprecated/gtkstock.c:337
msgctxt "Stock label"
msgid "Question"
msgstr "물음"
#. FIXME these need accelerators when appropriate, and
#. * need the mnemonics to be rationalized
#.
#: ../gtk/deprecated/gtkstock.c:342
msgctxt "Stock label"
msgid "_About"
msgstr "정보(_A)"
#: ../gtk/deprecated/gtkstock.c:343
msgctxt "Stock label"
msgid "_Add"
msgstr "추가(_A)"
#: ../gtk/deprecated/gtkstock.c:344
msgctxt "Stock label"
msgid "_Apply"
msgstr "적용(_A)"
#: ../gtk/deprecated/gtkstock.c:345
msgctxt "Stock label"
msgid "_Bold"
msgstr "굵게(_B)"
#: ../gtk/deprecated/gtkstock.c:346
msgctxt "Stock label"
msgid "_Cancel"
msgstr "취소(_C)"
#: ../gtk/deprecated/gtkstock.c:347
msgctxt "Stock label"
msgid "_CD-ROM"
msgstr "CD-ROM(_C)"
#: ../gtk/deprecated/gtkstock.c:348
msgctxt "Stock label"
msgid "_Clear"
msgstr "지우기(_C)"
#: ../gtk/deprecated/gtkstock.c:349
msgctxt "Stock label"
msgid "_Close"
msgstr "닫기(_C)"
#: ../gtk/deprecated/gtkstock.c:350
msgctxt "Stock label"
msgid "C_onnect"
msgstr "연결(_O)"
#: ../gtk/deprecated/gtkstock.c:351
msgctxt "Stock label"
msgid "_Convert"
msgstr "변환(_C)"
#: ../gtk/deprecated/gtkstock.c:352
msgctxt "Stock label"
msgid "_Copy"
msgstr "복사(_C)"
#: ../gtk/deprecated/gtkstock.c:353
msgctxt "Stock label"
msgid "Cu_t"
msgstr "잘라내기(_T)"
#: ../gtk/deprecated/gtkstock.c:354
msgctxt "Stock label"
msgid "_Delete"
msgstr "삭제(_D)"
#: ../gtk/deprecated/gtkstock.c:355
msgctxt "Stock label"
msgid "_Discard"
msgstr "버리기(_D)"
#: ../gtk/deprecated/gtkstock.c:356
msgctxt "Stock label"
msgid "_Disconnect"
msgstr "연결 끊기(_D)"
#: ../gtk/deprecated/gtkstock.c:357
msgctxt "Stock label"
msgid "_Execute"
msgstr "실행(_E)"
#: ../gtk/deprecated/gtkstock.c:358
msgctxt "Stock label"
msgid "_Edit"
msgstr "편집(_E)"
#: ../gtk/deprecated/gtkstock.c:359
msgctxt "Stock label"
msgid "_File"
msgstr "파일(_F)"
#: ../gtk/deprecated/gtkstock.c:360
msgctxt "Stock label"
msgid "_Find"
msgstr "찾기(_F)"
#: ../gtk/deprecated/gtkstock.c:361
msgctxt "Stock label"
msgid "Find and _Replace"
msgstr "찾아서 바꾸기(_R)"
#: ../gtk/deprecated/gtkstock.c:362
msgctxt "Stock label"
msgid "_Floppy"
msgstr "플로피(_F)"
#: ../gtk/deprecated/gtkstock.c:363
msgctxt "Stock label"
msgid "_Fullscreen"
msgstr "전체 화면(_F)"
#: ../gtk/deprecated/gtkstock.c:364
msgctxt "Stock label"
msgid "_Leave Fullscreen"
msgstr "전체 화면 나가기(_L)"
#. This is a navigation label as in "go to the bottom of the page"
#: ../gtk/deprecated/gtkstock.c:366
msgctxt "Stock label, navigation"
msgid "_Bottom"
msgstr "맨 아래(_B)"
#. This is a navigation label as in "go to the first page"
#: ../gtk/deprecated/gtkstock.c:368
msgctxt "Stock label, navigation"
msgid "_First"
msgstr "처음(_F)"
#. This is a navigation label as in "go to the last page"
#: ../gtk/deprecated/gtkstock.c:370
msgctxt "Stock label, navigation"
msgid "_Last"
msgstr "마지막(_L)"
#. This is a navigation label as in "go to the top of the page"
#: ../gtk/deprecated/gtkstock.c:372
msgctxt "Stock label, navigation"
msgid "_Top"
msgstr "맨 위(_T)"
#. This is a navigation label as in "go back"