diff options
Diffstat (limited to 'linden/indra/newview/skins/default/xui/ko/floater_snapshot.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/ko/floater_snapshot.xml | 57 |
1 files changed, 32 insertions, 25 deletions
diff --git a/linden/indra/newview/skins/default/xui/ko/floater_snapshot.xml b/linden/indra/newview/skins/default/xui/ko/floater_snapshot.xml index 0277620..9eea788 100644 --- a/linden/indra/newview/skins/default/xui/ko/floater_snapshot.xml +++ b/linden/indra/newview/skins/default/xui/ko/floater_snapshot.xml | |||
@@ -1,4 +1,4 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | 1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> |
2 | <floater name="Snapshot" title="스냅샷 미리보기"> | 2 | <floater name="Snapshot" title="스냅샷 미리보기"> |
3 | <text name="type_label"> | 3 | <text name="type_label"> |
4 | 스냅샷 대상 | 4 | 스냅샷 대상 |
@@ -14,8 +14,23 @@ | |||
14 | 하드 드라이브에 저장 | 14 | 하드 드라이브에 저장 |
15 | </radio_item> | 15 | </radio_item> |
16 | </radio_group> | 16 | </radio_group> |
17 | <button label="자세히 >>" name="more_btn" tool_tip="고급 옵션" /> | 17 | <text name="file_size_label"> |
18 | <button label="<< 축소" name="less_btn" tool_tip="고급 옵션" /> | 18 | 파일 크기: [SIZE] KB |
19 | </text> | ||
20 | <button label="새 스냅샷" name="new_snapshot_btn"/> | ||
21 | <button label="보내기" name="send_btn"/> | ||
22 | <button label="저장(L$10)" name="upload_btn"/> | ||
23 | <flyout_button label="저장" name="save_btn" tool_tip="파일에 이미지 저장"> | ||
24 | <flyout_button_item name="save_item"> | ||
25 | 저장 | ||
26 | </flyout_button_item> | ||
27 | <flyout_button_item name="saveas_item"> | ||
28 | 다른 이름으로 저장 | ||
29 | </flyout_button_item> | ||
30 | </flyout_button> | ||
31 | <button label="취소" name="discard_btn"/> | ||
32 | <button label="자세히 >>" name="more_btn" tool_tip="고급 옵션"/> | ||
33 | <button label="<< 축소" name="less_btn" tool_tip="고급 옵션"/> | ||
19 | <text name="type_label2"> | 34 | <text name="type_label2"> |
20 | 크기 | 35 | 크기 |
21 | </text> | 36 | </text> |
@@ -23,6 +38,9 @@ | |||
23 | 파일 형식 | 38 | 파일 형식 |
24 | </text> | 39 | </text> |
25 | <combo_box label="해상도" name="postcard_size_combo"> | 40 | <combo_box label="해상도" name="postcard_size_combo"> |
41 | <combo_item name="CurrentWindow"> | ||
42 | 현재 창 | ||
43 | </combo_item> | ||
26 | <combo_item name="640x480"> | 44 | <combo_item name="640x480"> |
27 | 640x480 | 45 | 640x480 |
28 | </combo_item> | 46 | </combo_item> |
@@ -32,9 +50,6 @@ | |||
32 | <combo_item name="1024x768"> | 50 | <combo_item name="1024x768"> |
33 | 1024x768 | 51 | 1024x768 |
34 | </combo_item> | 52 | </combo_item> |
35 | <combo_item name="CurrentWindow"> | ||
36 | 현재 창 | ||
37 | </combo_item> | ||
38 | <combo_item name="Custom"> | 53 | <combo_item name="Custom"> |
39 | 사용자 크기 | 54 | 사용자 크기 |
40 | </combo_item> | 55 | </combo_item> |
@@ -93,9 +108,10 @@ | |||
93 | BMP | 108 | BMP |
94 | </combo_item> | 109 | </combo_item> |
95 | </combo_box> | 110 | </combo_box> |
96 | <spinner label="폭" name="snapshot_width" /> | 111 | <spinner label="폭" name="snapshot_width"/> |
97 | <spinner label="높이" name="snapshot_height" /> | 112 | <spinner label="높이" name="snapshot_height"/> |
98 | <slider label="이미지 해상도" name="image_quality_slider" /> | 113 | <check_box label="화상비 유지하기" name="keep_aspect_check"/> |
114 | <slider label="이미지 해상도" name="image_quality_slider"/> | ||
99 | <text name="layer_type_label"> | 115 | <text name="layer_type_label"> |
100 | 스타일: | 116 | 스타일: |
101 | </text> | 117 | </text> |
@@ -110,21 +126,12 @@ | |||
110 | 오브젝트 | 126 | 오브젝트 |
111 | </combo_item> | 127 | </combo_item> |
112 | </combo_box> | 128 | </combo_box> |
113 | <text name="file_size_label"> | 129 | <check_box label="메뉴 보이기" name="ui_check"/> |
114 | 파일 크기: [SIZE] KB | 130 | <check_box label="HUD 보이기" name="hud_check"/> |
115 | </text> | 131 | <check_box label="저장후 열어두기" name="keep_open_check"/> |
116 | <check_box label="메뉴 보이기" name="ui_check" /> | 132 | <check_box label="전체 화면으로 미리보기" name="freeze_frame_check"/> |
117 | <check_box label="HUD 보이기" name="hud_check" /> | 133 | <check_box label="자동 새로 고침" name="auto_snapshot_check"/> |
118 | <check_box label="저장후 열어두기" name="keep_open_check" /> | 134 | <string name="unknown"> |
119 | <check_box label="화상비 유지하기" name="keep_aspect_check" /> | ||
120 | <check_box label="전체 화면으로 미리보기" name="freeze_frame_check" /> | ||
121 | <button label="새 스냅샷" name="new_snapshot_btn" /> | ||
122 | <check_box label="자동 새로 고침" name="auto_snapshot_check" /> | ||
123 | <button label="저장(L$10)" name="upload_btn" /> | ||
124 | <button label="보내기" name="send_btn" /> | ||
125 | <button label="저장" name="save_btn" tool_tip="파일에 이미지 저장" /> | ||
126 | <button label="취소" name="discard_btn" /> | ||
127 | <text name="unknown"> | ||
128 | 알 수 없음 | 135 | 알 수 없음 |
129 | </text> | 136 | </string> |
130 | </floater> | 137 | </floater> |