diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-05-27 15:36:30 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-05-27 15:36:30 -0400 |
commit | 5c3bde9eb3794de0543205175b5556a13e4ca3c0 (patch) | |
tree | 4c04f7a46707e4718909791fa058eb4a12cfce6d /indra/newview/skins/default/xui/zh/floater_incoming_call.xml | |
parent | 45c8e9bd9a033e568ca0c68c4b217aee684faca9 (diff) | |
parent | 394811cff57884a312c17ee605623096855dfbdd (diff) |
Merge
Diffstat (limited to 'indra/newview/skins/default/xui/zh/floater_incoming_call.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/floater_incoming_call.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/floater_incoming_call.xml b/indra/newview/skins/default/xui/zh/floater_incoming_call.xml new file mode 100644 index 0000000000..9ca08c06b1 --- /dev/null +++ b/indra/newview/skins/default/xui/zh/floater_incoming_call.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="incoming call" title="Incoming call"> + <floater.string name="lifetime"> + 5 + </floater.string> + <floater.string name="localchat"> + Nearby Voice Chat + </floater.string> + <floater.string name="anonymous"> + anonymous + </floater.string> + <floater.string name="VoiceInviteP2P"> + is calling. + </floater.string> + <floater.string name="VoiceInviteAdHoc"> + has joined a Voice Chat call with a conference chat. + </floater.string> + <floater.string name="VoiceInviteGroup"> + just joined '[GROUP]' voice channel. + </floater.string> + <floater.string name="VoiceInviteQuestionGroup"> + Would you like to leave [CURRENT_CHAT] and join the call with '[GROUP]'? + </floater.string> + <floater.string name="VoiceInviteQuestionDefault"> + Do you want to leave [CURRENT_CHAT] and join this voice chat? + </floater.string> + <text name="question"> + Do you want to leave [CURRENT_CHAT] and join this voice chat? + </text> + <button label="接受" label_selected="接受" name="Accept"/> + <button label="Reject" label_selected="Reject" name="Reject"/> + <button label="Start IM" name="Start IM"/> +</floater> |