Files
SingularityViewer/indra/newview/skins/default/xui/zh/panel_chat_bar.xml
2010-04-02 02:48:44 -03:00

21 lines
719 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="chat_bar">
<button label="历史" label_selected="历史" name="History" tool_tip="点击这里查看聊天记录"/>
<line_editor label="点击这里开始聊天。" name="Chat Editor" tool_tip="按 Enter 来聊天Ctrl-Enter 来喊叫"/>
<flyout_button label="说" name="Say" tool_tip="(回车)">
<flyout_button_item name="shout_item">
喊叫
</flyout_button_item>
<flyout_button_item name="say_item">
</flyout_button_item>
<flyout_button_item name="whisper_item">
小声说
</flyout_button_item>
</flyout_button>
<combo_box label="动作" name="Gesture"/>
<string name="gesture_label">
动作
</string>
</panel>