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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 30 lines · 30 code · 0 blank · 0 comment · 0 complexity · 7943815f2be96dd2082fac9bdd5c70fb MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater label="??" name="voice_effects" title="????">
  3. <string name="no_voice_effect">
  4. (No Voice Morph)
  5. </string>
  6. <string name="active_voice_effect">
  7. (Active)
  8. </string>
  9. <string name="unsubscribed_voice_effect">
  10. (Unsubscribed)
  11. </string>
  12. <string name="new_voice_effect">
  13. (New!)
  14. </string>
  15. <text name="preview_text">
  16. To Preview
  17. </text>
  18. <text name="status_text">
  19. Record a sample, then click on a voice to hear how it will sound.
  20. </text>
  21. <button label="Record" name="record_btn" tool_tip="Record a sample of your voice."/>
  22. <button label="??" name="record_stop_btn"/>
  23. <text name="voice_morphing_link">
  24. [[URL] Subscribe Now]
  25. </text>
  26. <scroll_list name="voice_effect_list" tool_tip="Record a sample of your voice, then click an effect to preview.">
  27. <scroll_list.columns label="????" name="name"/>
  28. <scroll_list.columns label="??" name="expires"/>
  29. </scroll_list>
  30. </floater>