diff options
Diffstat (limited to 'linden/indra/newview/skins/default/xui/zh/floater_snapshot.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/zh/floater_snapshot.xml | 111 |
1 files changed, 46 insertions, 65 deletions
diff --git a/linden/indra/newview/skins/default/xui/zh/floater_snapshot.xml b/linden/indra/newview/skins/default/xui/zh/floater_snapshot.xml index 0e83c98..e0f9a17 100644 --- a/linden/indra/newview/skins/default/xui/zh/floater_snapshot.xml +++ b/linden/indra/newview/skins/default/xui/zh/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 | 截图类型 |
@@ -8,45 +8,39 @@ | |||
8 | 通过电子邮件发送 | 8 | 通过电子邮件发送 |
9 | </radio_item> | 9 | </radio_item> |
10 | <radio_item name="texture"> | 10 | <radio_item name="texture"> |
11 | 保存至库存 (L$10) | 11 | 保存至库存 (L$[AMOUNT]) |
12 | </radio_item> | 12 | </radio_item> |
13 | <radio_item name="local"> | 13 | <radio_item name="local"> |
14 | 保存至硬盘 | 14 | 保存至硬盘 |
15 | </radio_item> | 15 | </radio_item> |
16 | </radio_group> | 16 | </radio_group> |
17 | <text name="file_size_label"> | ||
18 | 文件尺寸: [SIZE] KB | ||
19 | </text> | ||
20 | <button label="刷新截图" name="new_snapshot_btn"/> | ||
21 | <button label="发送" name="send_btn"/> | ||
22 | <button label="上传 (L$[AMOUNT])" name="upload_btn"/> | ||
23 | <flyout_button label="保存" list_position="below" 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="高级选项"/> | ||
17 | <text name="type_label2"> | 34 | <text name="type_label2"> |
18 | 尺寸 | 35 | 尺寸 |
19 | </text> | 36 | </text> |
20 | <text | 37 | <text name="format_label"> |
21 | name="file_size_label"> | 38 | 格式 |
22 | 文件尺寸: [SIZE] KB | ||
23 | </text> | 39 | </text> |
24 | <button label="刷新截图" name="new_snapshot_btn" /> | ||
25 | <button label="上传 (L$10)" name="upload_btn" /> | ||
26 | <button label="发送" name="send_btn" /> | ||
27 | <flyout_button | ||
28 | label="保存" | ||
29 | list_position="below" | ||
30 | name="save_btn" | ||
31 | tool_tip="保存图像到文件"> | ||
32 | <flyout_button_item | ||
33 | value="save">保存</flyout_button_item> | ||
34 | <flyout_button_item | ||
35 | value="save as">另存为...</flyout_button_item> | ||
36 | </flyout_button> | ||
37 | <button label="放弃" name="discard_btn" /> | ||
38 | <button | ||
39 | label="更多 >>" | ||
40 | name="more_btn" | ||
41 | tool_tip="高级选项" /> | ||
42 | <button | ||
43 | label="<< 较少" | ||
44 | name="less_btn" | ||
45 | tool_tip="高级选项" /> | ||
46 | |||
47 | |||
48 | |||
49 | <combo_box label="分辨率" name="postcard_size_combo"> | 40 | <combo_box label="分辨率" name="postcard_size_combo"> |
41 | <combo_item name="CurrentWindow"> | ||
42 | 当前窗口 | ||
43 | </combo_item> | ||
50 | <combo_item name="640x480"> | 44 | <combo_item name="640x480"> |
51 | 640x480 | 45 | 640x480 |
52 | </combo_item> | 46 | </combo_item> |
@@ -56,9 +50,6 @@ | |||
56 | <combo_item name="1024x768"> | 50 | <combo_item name="1024x768"> |
57 | 1024x768 | 51 | 1024x768 |
58 | </combo_item> | 52 | </combo_item> |
59 | <combo_item name="CurrentWindow"> | ||
60 | 当前窗口 | ||
61 | </combo_item> | ||
62 | <combo_item name="Custom"> | 53 | <combo_item name="Custom"> |
63 | 自定义 | 54 | 自定义 |
64 | </combo_item> | 55 | </combo_item> |
@@ -106,26 +97,21 @@ | |||
106 | 自定义 | 97 | 自定义 |
107 | </combo_item> | 98 | </combo_item> |
108 | </combo_box> | 99 | </combo_box> |
109 | <combo_box | 100 | <combo_box label="格式" name="local_format_combo"> |
110 | label="格式" | 101 | <combo_item name="PNG"> |
111 | name="local_format_combo"> | 102 | PNG |
112 | <combo_item | 103 | </combo_item> |
113 | name="PNG"> | 104 | <combo_item name="JPEG"> |
114 | PNG | 105 | JPEG |
115 | </combo_item> | 106 | </combo_item> |
116 | <combo_item | 107 | <combo_item name="BMP"> |
117 | name="JPEG"> | 108 | BMP |
118 | JPEG | 109 | </combo_item> |
119 | </combo_item> | ||
120 | <combo_item | ||
121 | name="BMP"> | ||
122 | BMP | ||
123 | </combo_item> | ||
124 | </combo_box> | 110 | </combo_box> |
125 | <spinner label="宽度" name="snapshot_width" /> | 111 | <spinner label="宽度" name="snapshot_width"/> |
126 | <spinner label="高度" name="snapshot_height" /> | 112 | <spinner label="高度" name="snapshot_height"/> |
127 | <check_box label="保持画面宽高比" name="keep_aspect_check" /> | 113 | <check_box label="保持画面宽高比" name="keep_aspect_check"/> |
128 | <slider label="图像质量" name="image_quality_slider" /> | 114 | <slider label="图像质量" name="image_quality_slider"/> |
129 | <text name="layer_type_label"> | 115 | <text name="layer_type_label"> |
130 | 获取: | 116 | 获取: |
131 | </text> | 117 | </text> |
@@ -140,17 +126,12 @@ | |||
140 | 物体轮廓 | 126 | 物体轮廓 |
141 | </combo_item> | 127 | </combo_item> |
142 | </combo_box> | 128 | </combo_box> |
143 | <text name="file_size_label"> | 129 | <check_box label="截图中显示界面" name="ui_check"/> |
144 | 文件尺寸: [SIZE] 千字节 | 130 | <check_box label="在截图中显示显示屏附件" name="hud_check"/> |
145 | </text> | 131 | <check_box label="保存后保持窗口开启" name="keep_open_check"/> |
146 | <check_box label="截图中显示界面" name="ui_check" /> | 132 | <check_box label="冻结当前画面(全屏预览)" name="freeze_frame_check"/> |
147 | <!----> | 133 | <check_box label="自动截图" name="auto_snapshot_check"/> |
148 | <check_box label="在截图中显示显示屏附件" name="hud_check" /> | 134 | <string name="unknown"> |
149 | <check_box label="保存后保持窗口开启" name="keep_open_check" /> | 135 | 未知 |
150 | <check_box label="冻结当前画面(全屏预览)" name="freeze_frame_check" /> | 136 | </string> |
151 | <check_box label="自动截图" name="auto_snapshot_check" /> | ||
152 | <text | ||
153 | name="unknown">未知</text> | ||
154 | |||
155 | </floater> | 137 | </floater> |
156 | <!--Translated for Second Life 1.21.0 (95157)--> | ||