aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/zh/panel_settings_chat.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/skins/xui/zh/panel_settings_chat.xml')
-rw-r--r--linden/indra/newview/skins/xui/zh/panel_settings_chat.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/zh/panel_settings_chat.xml b/linden/indra/newview/skins/xui/zh/panel_settings_chat.xml
new file mode 100644
index 0000000..be994fd
--- /dev/null
+++ b/linden/indra/newview/skins/xui/zh/panel_settings_chat.xml
@@ -0,0 +1,54 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<panel name="chat" title="谈话">
3 <text>
4 聊天字体大小:
5 </text>
6 <radio_group name="chat font size">
7 <radio_item>
8
9 </radio_item>
10 <radio_item>
11 中間
12 </radio_item>
13 <radio_item>
14
15 </radio_item>
16 </radio_group>
17 <text>
18 聊天颜色:
19 </text>
20 <color_swatch label="系统" name="system" />
21 <color_swatch label="用户" name="users" />
22 <color_swatch label="东东" name="objects" />
23 <color_swatch label="泡沫" name="background" />
24 <text>
25 聊天控制台:
26 </text>
27 <spinner label="聊天结束后淡出" name="fade_chat_time" />
28 <text>
29 (秒)
30 </text>
31 <spinner label="" name="max_chat_count" />
32 <text>
33 (#行)
34 </text>
35 <slider label="不透明" name="console_opacity" />
36 <text>
37 聊天选项:
38 </text>
39 <check_box label="用全屏宽度聊天 (需重启)" name="chat_full_width_check" />
40 <check_box label="点击返回后关闭聊天窗口" name="close_chat_on_return_check" />
41 <check_box label=";聊天时可用箭头键移动你的化身"
42 name="arrow_keys_move_avatar_check" />
43 <check_box label="在聊天时显示时间" name="show_timestamps_check" />
44 <text>
45 泡泡聊:
46 </text>
47 <check_box label="显示聊天窗口" name="bubble_text_chat" />
48 <slider label="不透明" name="bubble_chat_opacity" />
49 <text>
50 脚本出错:
51 </text>
52 <check_box label="以聊天形式显示脚本错误和警告" name="script_errors_as_chat" />
53 <color_swatch label="颜色" name="script_error" />
54</panel>