Files
SingularityViewer/indra/newview/skins/default/xui/fr/panel_sound_devices.xml
Lirusaito c273e34ed8 [Voice Update] LLVoiceClient
Migrate a bunch of classes out of llvoiceclient.* and into new llvoicevivox.*
Update most of these to match their counterparts
Introduce VoiceFonts support (voice morphing, floater still to come)
Support for a bunch of v3 voice settings.
Move volume settings management from LLMutelist into LLSpeakerVolumeStorage
Support for Avaline mutes (WIP)
Adds voice section to LLAgent
Moved llfloatervoicedevicesettings to llpanelvoicedevicesettings, v3's voice device panel design is more intuitive.
2013-06-03 22:20:27 -04:00

26 lines
641 B
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"?>
<panel label="Paramètres du périphérique" name="device_settings_panel">
<string name="default_text">
Valeur par défaut
</string>
<string name="name_no_device">
Aucun périphérique
</string>
<string name="name_default_system_device">
Périphérique système par défaut
</string>
<text name="Input">
Entrée
</text>
<text name="Output">
Sortie
</text>
<text name="My volume label">
Mon volume :
</text>
<slider_bar initial_value="1.0" name="mic_volume_slider" tool_tip="Régler le volume avec le curseur."/>
<text name="wait_text">
Veuillez patienter
</text>
</panel>