diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/zh/panel_preferences_im.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/zh/panel_preferences_im.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/zh/panel_preferences_im.xml b/linden/indra/newview/skins/xui/zh/panel_preferences_im.xml new file mode 100644 index 0000000..be70f53 --- /dev/null +++ b/linden/indra/newview/skins/xui/zh/panel_preferences_im.xml | |||
@@ -0,0 +1,19 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="即时通" name="im"> | ||
3 | <text type="string" length="1" name="text_box"> | ||
4 | 即时通选项: | ||
5 | </text> | ||
6 | <text name="log_in_to_change"> | ||
7 | 変更するのにログインする | ||
8 | </text> | ||
9 | <check_box label="IMを電子メールに送信([EMAIL])" name="send_im_to_email" /> | ||
10 | <check_box label="聊天记录中包含即时通信息" name="include_im_in_chat_history" /> | ||
11 | <check_box label="在即时消息中显示时间" name="show_timestamps_check" /> | ||
12 | <check_box label="Log Instant Messages" name="log_instant_messages" /> | ||
13 | <check_box label="Log Chat" name="log_chat" /> | ||
14 | <check_box label="Show end of last IM conversation" name="log_show_history" /> | ||
15 | <button label="Change Path" label_selected="Change Path" name="log_path_button" /> | ||
16 | <text type="string" length="1" name="text_box2"> | ||
17 | 忙碌模式的自动回复: | ||
18 | </text> | ||
19 | </panel> | ||