Files
SingularityViewer/indra/newview/skins/default/xui/en-us/floater_voice_effect.xml

181 lines
4.8 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
legacy_header_height="27"
can_resize="true"
can_close="true"
can_minimize="true"
height="500"
name="voice_effects"
help_topic="voice_effects"
title="Voice Morphing"
background_visible="true"
layout="topleft"
rect_control="FloaterVoiceEffectRect"
min_height="360"
min_width="300"
width="300">
<string name="no_voice_effect">
(No Voice Morph)
</string>
<string name="active_voice_effect">
(Active)
</string>
<string name="unsubscribed_voice_effect">
(Unsubscribed)
</string>
<string name="new_voice_effect">
(New!)
</string>
<!-- effect names begin -->
<string name="effect_Arena">Arena</string>
<string name="effect_Beast">Beast</string>
<string name="effect_Buff">Buff</string>
<string name="effect_Buzz">Buzz</string>
<string name="effect_Camille">Camille</string>
<string name="effect_Creepy">Creepy</string>
<string name="effect_CreepyBot">CreepyBot</string>
<string name="effect_Cyber">Cyber</string>
<string name="effect_DeepBot">DeepBot</string>
<string name="effect_Demon">Demon</string>
<string name="effect_Female Elf">Female Elf</string>
<string name="effect_Flirty">Flirty</string>
<string name="effect_Foxy">Foxy</string>
<string name="effect_Halloween 2010 Bonus">Halloween_2010_Bonus</string>
<string name="effect_Helium">Helium</string>
<string name="effect_Husky">Husky</string>
<string name="effect_Husky Whisper">Husky Whisper</string>
<string name="effect_Intercom">Intercom</string>
<string name="effect_Julia">Julia</string>
<string name="effect_Lo Lilt">Lo Lilt</string>
<string name="effect_Macho">Macho</string>
<string name="effect_Micro">Micro</string>
<string name="effect_Mini">Mini</string>
<string name="effect_Model">Model</string>
<string name="effect_Nano">Nano</string>
<string name="effect_Nightmare">Nightmare</string>
<string name="effect_PopBot">PopBot</string>
<string name="effect_Rachel">Rachel</string>
<string name="effect_Radio">Radio</string>
<string name="effect_Robot">Robot</string>
<string name="effect_Roxanne">Roxanne</string>
<string name="effect_Rumble">Rumble</string>
<string name="effect_Sabrina">Sabrina</string>
<string name="effect_Samantha">Samantha</string>
<string name="effect_Sexy">Sexy</string>
<string name="effect_Shorty">Shorty</string>
<string name="effect_Smaller">Smaller</string>
<string name="effect_Sneaky">Sneaky</string>
<string name="effect_Stallion">Stallion</string>
<string name="effect_Sultry">Sultry</string>
<string name="effect_Thunder">Thunder</string>
<string name="effect_Vixen">Vixen</string>
<string name="effect_WhinyBot">WhinyBot</string>
<!-- effect names end -->
<text
height="16"
word_wrap="true"
use_ellipses="true"
type="string"
follows="left|top|right"
layout="topleft"
font="SansSerifBold"
color="White"
left="10"
name="preview_text"
right="-10"
bottom="-35">To Preview
</text>
<text
height="23"
word_wrap="true"
use_ellipses="true"
type="string"
follows="left|top|right"
layout="topleft"
left="10"
name="status_text"
right="-5"
top_pad="0">
Record a sample, then click on a voice to hear how it will sound.
</text>
<button
follows="left|top"
height="23"
label="Record"
layout="topleft"
left="10"
name="record_btn"
tool_tip="Record a sample of your voice."
top_pad="5"
width="100">
<button.commit_callback
function="VoiceEffect.Record" />
</button>
<button
follows="left|top"
height="23"
label="Stop"
layout="topleft"
left_delta="0"
name="record_stop_btn"
bottom_delta="0"
width="100">
<button.commit_callback
function="VoiceEffect.Stop" />
</button>
<button
follows="left|top"
height="23"
label="Activate"
layout="topleft"
left_delta="100"
name="activate_btn"
bottom_delta="0"
width="100">
<button.commit_callback
function="VoiceEffect.Activate" />
</button>
<text_editor
enabled="false"
bg_readonly_color="0 0 0 0"
hide_border="true"
hide_scrollbar="true"
font="SansSerifSmall"
height="23"
halign="right"
left_delta="104"
use_ellipses="true"
type="string"
follows="top|right"
layout="topleft"
bottom_delta="0"
name="voice_morphing_link"
right="-10">
Subscribe Now
</text_editor>
<scroll_list
bottom="10"
draw_heading="true"
follows="all"
layout="topleft"
left="10"
multi_select="false"
name="voice_effect_list"
right="-10"
tool_tip="Record a sample of your voice, then click an effect to preview."
top="-95">
<column
label="Voice Name"
name="name"
width="160" />
<column
dynamic_width="true"
label="Expires"
name="expires"
width="140" />
</scroll_list>
</floater>