Files
SingularityViewer/indra/newview/skins/default/xui/fr/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
763 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="chat_bar">
<button label="Chat local" name="History" tool_tip="Cliquez ici pour voir ce qui a été dit"/>
<line_editor label="Cliquez ici pour chatter." name="Chat Editor" tool_tip="Appuyez sur Entrée pour dire quelque chose, Ctrl-Entrée pour crier."/>
<flyout_button label="Dire" name="Say" tool_tip="(Entrée)">
<flyout_button_item name="shout_item">
Crier
</flyout_button_item>
<flyout_button_item name="say_item">
Dire
</flyout_button_item>
<flyout_button_item name="whisper_item">
Chuchoter
</flyout_button_item>
</flyout_button>
<combo_box label="Gestures" name="Gesture"/>
<string name="gesture_label">
Gestures
</string>
</panel>