diff options
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..123cdd9f2c --- /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="來電"> + <floater.string name="lifetime"> + 5 + </floater.string> + <floater.string name="localchat"> + 附近的音聊天 + </floater.string> + <floater.string name="anonymous"> + 匿名 + </floater.string> + <floater.string name="VoiceInviteP2P"> + 通話中。 + </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="拒絕" label_selected="拒絕" name="Reject"/> + <button label="開始 IM" name="Start IM"/> +</floater> |