diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/zh/panel_preferences_chat.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/zh/panel_preferences_chat.xml | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/linden/indra/newview/skins/xui/zh/panel_preferences_chat.xml b/linden/indra/newview/skins/xui/zh/panel_preferences_chat.xml deleted file mode 100644 index b3769e9..0000000 --- a/linden/indra/newview/skins/xui/zh/panel_preferences_chat.xml +++ /dev/null | |||
@@ -1,54 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="聊天" name="chat"> | ||
3 | <text type="string" length="1" name="text_box"> | ||
4 | 聊天字体大小: | ||
5 | </text> | ||
6 | <radio_group name="chat font size"> | ||
7 | <radio_item type="string" length="1" name="radio"> | ||
8 | 小 | ||
9 | </radio_item> | ||
10 | <radio_item type="string" length="1" name="radio2"> | ||
11 | 中間 | ||
12 | </radio_item> | ||
13 | <radio_item type="string" length="1" name="radio3"> | ||
14 | 大 | ||
15 | </radio_item> | ||
16 | </radio_group> | ||
17 | <text type="string" length="1" name="text_box2"> | ||
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 | <color_swatch label="URLs" name="links" /> | ||
25 | <text type="string" length="1" name="text_box3"> | ||
26 | 聊天控制台: | ||
27 | </text> | ||
28 | <spinner label="聊天结束后淡出" name="fade_chat_time" /> | ||
29 | <text type="string" length="1" name="text_box4"> | ||
30 | (秒) | ||
31 | </text> | ||
32 | <text type="string" length="1" name="text_box5"> | ||
33 | (#行) | ||
34 | </text> | ||
35 | <slider label="不透明" name="console_opacity" /> | ||
36 | <text type="string" length="1" name="text_box6"> | ||
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 type="string" length="1" name="text_box7"> | ||
45 | 泡泡聊: | ||
46 | </text> | ||
47 | <check_box label="显示聊天窗口" name="bubble_text_chat" /> | ||
48 | <slider label="不透明" name="bubble_chat_opacity" /> | ||
49 | <text type="string" length="1" name="text_box8"> | ||
50 | 脚本出错: | ||
51 | </text> | ||
52 | <check_box label="以聊天形式显示脚本错误和警告" name="script_errors_as_chat" /> | ||
53 | <color_swatch label="颜色" name="script_error" /> | ||
54 | </panel> | ||