Files
SingularityViewer/indra/newview/skins/default/xui/fr/panel_speaker_controls.xml
2012-08-13 02:23:08 +02:00

42 lines
1.2 KiB
XML
Raw 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>