Files
SingularityViewer/indra/newview/skins/default/xui/es/panel_chat_bar.xml
Lirusaito 84795863e5 Translations updated
Updated French Translation from Nomade's Zip for MultiWear.
Updated Translations to use basically the same format, and not have some cruft.
Abouts updated to include Spanish translators: Damian Zhaoying, and Franxizco Romano.
2012-07-16 17:07:22 -04:00

21 lines
749 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="chat_bar">
<button label="Chat Local" name="History" tool_tip="Pulsa aquí para ver el historial" />
<line_editor label="Pulsa aqui para entrar en el chat." name="Chat Editor" tool_tip="Presiona Enter para hablar, Mayus-Enter para susurrar o Ctrl-Enter para gritar" />
<flyout_button label="Decir" name="Say" tool_tip="(Enter)">
<flyout_button_item name="shout_item">
Gritar
</flyout_button_item>
<flyout_button_item name="say_item">
Decir
</flyout_button_item>
<flyout_button_item name="whisper_item">
Susurar
</flyout_button_item>
</flyout_button>
<combo_box label="Gestos" name="Gesture"/>
<string name="gesture_label">
Gestos
</string>
</panel>