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

21 lines
777 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="Genel sohbet" name="History" tool_tip="Ne yazıldığını görmek için buraya tıklayınız."/>
<line_editor label="Sohbet için buraya tıklayınız." name="Chat Editor" tool_tip="Söylemek için Enter,bağırmak için Ctrl-Enter tuşlarına basınız."/>
<flyout_button label="Söyle" name="Say" tool_tip="(Enter)">
<flyout_button_item name="shout_item">
Bağır
</flyout_button_item>
<flyout_button_item name="say_item">
Söyle
</flyout_button_item>
<flyout_button_item name="whisper_item">
Fısılda
</flyout_button_item>
</flyout_button>
<combo_box label="Hareketler" name="Gesture"/>
<string name="gesture_label">
Hareketler
</string>
</panel>