diff options
author | Monty Brandenberg <monty@lindenlab.com> | 2012-09-07 12:53:07 -0400 |
---|---|---|
committer | Monty Brandenberg <monty@lindenlab.com> | 2012-09-07 12:53:07 -0400 |
commit | 04e8d074b2f21438b3f9c463a387c964cd5b6961 (patch) | |
tree | c95b5bee3fd31fc66b0055c9635f5d8369cbd5e6 /indra/newview/skins/default/xui/zh/floater_voice_effect.xml | |
parent | 7bee4b58ff1e36ca39abc090991833c43c8903cc (diff) | |
parent | e3b4b3875a6d8c7857ba948a662ace4731913ecf (diff) |
DRTVWR-209 Merge of viewer-development with SH-3316 drano-http code.
This was yet another refresh from v-d because of significant changes
to lltexturefetch that would not have been resolvable by casual
application of any merge tool. There are still a few questions
outstanding but this is the initial, optimistic merge.
Diffstat (limited to 'indra/newview/skins/default/xui/zh/floater_voice_effect.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/floater_voice_effect.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/indra/newview/skins/default/xui/zh/floater_voice_effect.xml b/indra/newview/skins/default/xui/zh/floater_voice_effect.xml index 36efe20b65..184ee6edd5 100644 --- a/indra/newview/skins/default/xui/zh/floater_voice_effect.xml +++ b/indra/newview/skins/default/xui/zh/floater_voice_effect.xml @@ -1,29 +1,29 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater label="地點" name="voice_effects" title="語音變聲"> <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> <text name="preview_text"> - To Preview + 預覽 </text> <text name="status_text"> - Record a sample, then click on a voice to hear how it will sound. + 錄下一段樣本,再點按聲音檢查結果。 </text> - <button label="Record" name="record_btn" tool_tip="Record a sample of your voice."/> + <button label="錄音" name="record_btn" tool_tip="錄下一段你的聲音。"/> <button label="停止" name="record_stop_btn"/> <text name="voice_morphing_link"> - [[URL] Subscribe Now] + [[URL] 現在訂用] </text> - <scroll_list name="voice_effect_list" tool_tip="Record a sample of your voice, then click an effect to preview."> + <scroll_list name="voice_effect_list" tool_tip="錄下一段你的聲音,再點選一個效果試聽。"> <scroll_list.columns label="語音名稱" name="name"/> <scroll_list.columns label="過期" name="expires"/> </scroll_list> |