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

<?xml version="1.0" encoding="utf-8"?>
<panel label="Configuración del dispositivo" name="device_settings_panel">
<string name="default_text">
Por defecto
</string>
<string name="name_no_device">
Ningún dispositivo
</string>
<string name="name_default_system_device">
Dispositivo del sistema por defecto
</string>
<text name="Input">
Entrada
</text>
<text name="Output">
Salida
</text>
<text name="My volume label">
Mi volumen:
</text>
<slider_bar initial_value="1.0" name="mic_volume_slider" tool_tip="Cambia el volumen usando este deslizable"/>
<text name="wait_text">
Por favor, espera
</text>
</panel>