130 lines
4.0 KiB
XML
130 lines
4.0 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<panel label="聊天" name="chat">
|
|
<text type="string" length="1" name="text_box">
|
|
聊天字体大小:
|
|
</text>
|
|
<radio_group name="chat_font_size">
|
|
<radio_item type="string" length="1" name="radio">
|
|
小号
|
|
</radio_item>
|
|
<radio_item type="string" length="1" name="radio2">
|
|
中号
|
|
</radio_item>
|
|
<radio_item type="string" length="1" name="radio3">
|
|
大号
|
|
</radio_item>
|
|
</radio_group>
|
|
<text type="string" length="1" name="text_box2">
|
|
聊天颜色:
|
|
</text>
|
|
<!--Geneko Nemeth: 最多只能写三个字。/Maximum 3 Chinese characters.-->
|
|
<color_swatch
|
|
label="您"
|
|
name="user" />
|
|
<color_swatch
|
|
label="其他人"
|
|
name="agent" />
|
|
<color_swatch
|
|
label="即时"
|
|
name="im" />
|
|
<color_swatch label="系统" name="system" />
|
|
<color_swatch label="错误" name="script_error" />
|
|
<color_swatch label="用户" name="users" />
|
|
<color_swatch label="物体" name="objects" />
|
|
<color_swatch label="Owner" name="owner" />
|
|
<color_swatch label="气球" name="background" />
|
|
<color_swatch label="链接" name="links" />
|
|
<text type="string" length="1" name="text_box3">
|
|
聊天控制台:
|
|
</text>
|
|
<spinner label="对话淡出时间" name="fade_chat_time" />
|
|
<text type="string" length="1" name="text_box4">
|
|
(秒)
|
|
</text>
|
|
<text type="string" length="1" name="text_box5">
|
|
(行)
|
|
</text>
|
|
<slider label="不透明度" name="console_opacity" />
|
|
<check_box
|
|
label="使用全屏宽度 (需要重启动)"
|
|
name="chat_full_width_check" />
|
|
<text type="string" length="1" name="text_box6">
|
|
聊天选项:
|
|
</text>
|
|
<check_box label="用全屏宽度聊天 (需重启)" name="chat_full_width_check" />
|
|
<check_box label="按回车键关闭聊天栏" name="close_chat_on_return_check" />
|
|
<check_box label="聊天时箭头键总是移动你的化身"
|
|
name="arrow_keys_move_avatar_check" />
|
|
<check_box label="本地聊天时显示时间戳" name="show_timestamps_check" />
|
|
<check_box
|
|
label="聊天时播放打字动画"
|
|
name="play_typing_animation" />
|
|
<text type="string" length="1" name="text_box7">
|
|
聊天气球:
|
|
</text>
|
|
<check_box label="使用气球聊天" name="bubble_text_chat" />
|
|
<slider label="不透明度" name="bubble_chat_opacity" />
|
|
<text type="string" length="1" name="text_box8">
|
|
脚本错误:
|
|
</text>
|
|
<check_box label="以聊天形式显示脚本错误和警告" name="script_errors_as_chat" />
|
|
<combo_box name="translate_language_combobox">
|
|
<combo_item name="System Default Language">
|
|
系统默认值
|
|
</combo_item>
|
|
<combo_item name="English">
|
|
English (英语)
|
|
</combo_item>
|
|
<combo_item name="Danish">
|
|
Dansk (丹麦)- 测试版
|
|
</combo_item>
|
|
<combo_item name="Deutsch(German)">
|
|
Deutsch (德语)- 测试版
|
|
</combo_item>
|
|
<combo_item name="Spanish">
|
|
Español (西班牙语)- 测试版
|
|
</combo_item>
|
|
<combo_item name="French">
|
|
Français (法语)- 测试版
|
|
</combo_item>
|
|
<combo_item name="Italian">
|
|
Italiano (意大利语)- 测试版
|
|
</combo_item>
|
|
<combo_item name="Hungarian">
|
|
Magyar 马札儿语(匈牙利)- 测试版
|
|
</combo_item>
|
|
<combo_item name="Dutch">
|
|
Nederlands (荷兰语)- 测试版
|
|
</combo_item>
|
|
<combo_item name="Polish">
|
|
Polski (波兰)- 测试版
|
|
</combo_item>
|
|
<combo_item name="Portugese">
|
|
Português (葡萄牙语)- 测试版
|
|
</combo_item>
|
|
<combo_item name="Russian">
|
|
Русский (俄罗斯语)- 测试版
|
|
</combo_item>
|
|
<combo_item name="Turkish">
|
|
Türkçe (土耳其语)- 测试版
|
|
</combo_item>
|
|
<combo_item name="Ukrainian">
|
|
Українська (乌克兰语)- 测试版
|
|
</combo_item>
|
|
<combo_item name="Chinese">
|
|
中文 (简体)- 测试版
|
|
</combo_item>
|
|
<combo_item name="(Japanese)">
|
|
日本語 (日语)- 测试版
|
|
</combo_item>
|
|
<combo_item name="(Korean)">
|
|
한국어 (朝鲜语)- 测试版
|
|
</combo_item>
|
|
</combo_box>
|
|
<text type="string" length="1" name="text_chat_language">
|
|
聊天語言:
|
|
</text>
|
|
<text type="string" length="1" name="translate_chat" label="翻譯聊天">
|
|
</text>
|
|
</panel>
|