/indra/newview/skins/default/xui/en/floater_voice_effect.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 154 lines · 149 code · 3 blank · 2 comment · 0 complexity · adf67105dce3be1389af79424a9ed821 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="27"
  4. can_resize="true"
  5. height="500"
  6. name="voice_effects"
  7. help_topic="voice_effects"
  8. title="VOICE MORPHING"
  9. background_visible="true"
  10. label="Places"
  11. layout="topleft"
  12. min_height="360"
  13. min_width="200"
  14. width="300">
  15. <string name="no_voice_effect">
  16. (No Voice Morph)
  17. </string>
  18. <string name="active_voice_effect">
  19. (Active)
  20. </string>
  21. <string name="unsubscribed_voice_effect">
  22. (Unsubscribed)
  23. </string>
  24. <string name="new_voice_effect">
  25. (New!)
  26. </string>
  27. <!-- effect names begin -->
  28. <string name="effect_Arena">Arena</string>
  29. <string name="effect_Beast">Beast</string>
  30. <string name="effect_Buff">Buff</string>
  31. <string name="effect_Buzz">Buzz</string>
  32. <string name="effect_Camille">Camille</string>
  33. <string name="effect_Creepy">Creepy</string>
  34. <string name="effect_CreepyBot">CreepyBot</string>
  35. <string name="effect_Cyber">Cyber</string>
  36. <string name="effect_DeepBot">DeepBot</string>
  37. <string name="effect_Demon">Demon</string>
  38. <string name="effect_Flirty">Flirty</string>
  39. <string name="effect_Foxy">Foxy</string>
  40. <string name="effect_Halloween_2010_Bonus">Halloween_2010_Bonus</string>
  41. <string name="effect_Helium">Helium</string>
  42. <string name="effect_Husky">Husky</string>
  43. <string name="effect_Intercom">Intercom</string>
  44. <string name="effect_Macho">Macho</string>
  45. <string name="effect_Micro">Micro</string>
  46. <string name="effect_Mini">Mini</string>
  47. <string name="effect_Nano">Nano</string>
  48. <string name="effect_Nightmare">Nightmare</string>
  49. <string name="effect_PopBot">PopBot</string>
  50. <string name="effect_Rachel">Rachel</string>
  51. <string name="effect_Radio">Radio</string>
  52. <string name="effect_Robot">Robot</string>
  53. <string name="effect_Roxanne">Roxanne</string>
  54. <string name="effect_Sabrina">Sabrina</string>
  55. <string name="effect_Samantha">Samantha</string>
  56. <string name="effect_Sexy">Sexy</string>
  57. <string name="effect_Shorty">Shorty</string>
  58. <string name="effect_Sneaky">Sneaky</string>
  59. <string name="effect_Stallion">Stallion</string>
  60. <string name="effect_Sultry">Sultry</string>
  61. <string name="effect_Thunder">Thunder</string>
  62. <string name="effect_Vixen">Vixen</string>
  63. <string name="effect_WhinyBot">WhinyBot</string>
  64. <!-- effect names end -->
  65. <text
  66. height="16"
  67. word_wrap="true"
  68. use_ellipses="true"
  69. type="string"
  70. follows="left|top|right"
  71. layout="topleft"
  72. font="SansSerifBold"
  73. color="White"
  74. left="10"
  75. name="preview_text"
  76. right="-10"
  77. top="27">To Preview
  78. </text>
  79. <text
  80. height="23"
  81. word_wrap="true"
  82. use_ellipses="true"
  83. type="string"
  84. follows="left|top|right"
  85. layout="topleft"
  86. left="10"
  87. name="status_text"
  88. right="-5"
  89. top_pad="0">
  90. Record a sample, then click on a voice to hear how it will sound.
  91. </text>
  92. <button
  93. follows="left|top"
  94. height="23"
  95. label="Record"
  96. layout="topleft"
  97. left="10"
  98. name="record_btn"
  99. tool_tip="Record a sample of your voice."
  100. top_pad="5"
  101. width="100">
  102. <button.commit_callback
  103. function="VoiceEffect.Record" />
  104. </button>
  105. <button
  106. follows="left|top"
  107. height="23"
  108. label="Stop"
  109. layout="topleft"
  110. left_delta="0"
  111. name="record_stop_btn"
  112. top_delta="0"
  113. width="100">
  114. <button.commit_callback
  115. function="VoiceEffect.Stop" />
  116. </button>
  117. <text
  118. height="23"
  119. halign="right"
  120. use_ellipses="true"
  121. type="string"
  122. follows="left|top|right"
  123. layout="topleft"
  124. left_pad="10"
  125. top_delta="10"
  126. name="voice_morphing_link"
  127. right="-10">
  128. [[URL] Subscribe Now]
  129. </text>
  130. <scroll_list
  131. bottom="-10"
  132. draw_heading="true"
  133. follows="all"
  134. layout="topleft"
  135. left="10"
  136. multi_select="false"
  137. name="voice_effect_list"
  138. right="-10"
  139. tool_tip="Record a sample of your voice, then click an effect to preview."
  140. top="95">
  141. <scroll_list.columns
  142. label="Voice Name"
  143. name="name"
  144. relative_width="0.60" />
  145. <scroll_list.columns
  146. dynamic_width="true"
  147. label="Expires"
  148. name="expires"
  149. relative_width="0.30" />
  150. </scroll_list>
  151. </floater>