Files
SingularityViewer/indra/newview/skins/default/xui/fr/panel_speaker_controls.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

42 lines
1.2 KiB
XML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. 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="active_speakers_panel">
<string name="moderator_label">
(Modérateur)
</string>
<layout_stack name="panels">
<layout_panel name="moderation_mode_panel">
<combo_box name="moderation_mode">
<combo_item name="OpenVoice">
Voix activée par défaut
</combo_item>
<combo_item name="ModeratedVoice">
Voix désactivée par défaut
</combo_item>
</combo_box>
</layout_panel>
<layout_panel name="moderate_chat_panel">
<scroll_list name="speakers_list">
<column label="Nom" name="speaker_name"/>
</scroll_list>
<panel name="speaker_controls">
<text name="resident_name">
Rumplstiltskin Califragilistic
</text>
<button name="mute_btn" tool_tip="Ignorer ce résident"/>
<check_box label="Ignorer les messages" name="mute_text_btn"/>
</panel>
</layout_panel>
<layout_panel name="moderator_controls">
<text name="moderator_controls_label">
Modération :
</text>
<check_box name="moderator_allow_voice">
Autoriser le chat vocal
</check_box>
<check_box name="moderator_allow_text">
Autoriser le chat écrit
</check_box>
</layout_panel>
</layout_stack>
</panel>