Files
SingularityViewer/indra/newview/skins/default/xui/fr/panel_speaker_controls.xml
2012-03-05 19:17:07 +01: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ées par défaut
</combo_item>
<combo_item name="ModeratedVoice">
Voix désactivées 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">
Commandes de modération :
</text>
<check_box name="moderator_allow_voice">
Autoriser les chats vocaux
</check_box>
<check_box name="moderator_allow_text">
Autoriser les chats écrits
</check_box>
</layout_panel>
</layout_stack>
</panel>