diff options
Diffstat (limited to 'indra/newview/skins/default/xui/zh/floater_outgoing_call.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/floater_outgoing_call.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/floater_outgoing_call.xml b/indra/newview/skins/default/xui/zh/floater_outgoing_call.xml new file mode 100644 index 0000000000..a871f821e3 --- /dev/null +++ b/indra/newview/skins/default/xui/zh/floater_outgoing_call.xml @@ -0,0 +1,40 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="outgoing call" title="CALLING"> + <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> + <text name="connecting"> + Connecting to [CALLEE_NAME] + </text> + <text name="calling"> + Calling [CALLEE_NAME] + </text> + <text name="noanswer"> + No Answer. Please try again later. + </text> + <text name="nearby"> + You have been disconnected from [VOICE_CHANNEL_NAME]. [RECONNECT_NEARBY] + </text> + <text name="nearby_P2P_by_other"> + Your call has ended. [RECONNECT_NEARBY] + </text> + <text name="nearby_P2P_by_agent"> + You have ended the call. [RECONNECT_NEARBY] + </text> + <text name="leaving"> + Leaving [CURRENT_CHAT]. + </text> + <button label="取銷" label_selected="取銷" name="Cancel"/> +</floater> |