/indra/newview/skins/default/xui/en/floater_outgoing_call.xml
https://bitbucket.org/lindenlab/viewer-beta/ · XML · 137 lines · 137 code · 0 blank · 0 comment · 0 complexity · 979e6ddea2cfafc684e6d43d75c73a47 MD5 · raw file
- <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
- <floater
- legacy_header_height="18"
- can_close="false"
- can_minimize="false"
- can_tear_off="false"
- height="125"
- layout="topleft"
- name="outgoing call"
- help_topic="outgoing_call"
- save_dock_state="true"
- title="CALLING"
- width="410">
- <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>
- <avatar_icon
- enabled="false"
- follows="left|top"
- height="36"
- image_name="icon_avatar_online.tga"
- layout="topleft"
- left_delta="19"
- top="35"
- width="36" />
- <group_icon
- enabled="false"
- follows="left|top"
- height="36"
- layout="topleft"
- top="35"
- width="36" />
- <text
- font="SansSerifLarge"
- height="20"
- layout="topleft"
- left="77"
- name="connecting"
- top="27"
- visible="false"
- width="315"
- word_wrap="true">
- Connecting to [CALLEE_NAME]
- </text>
- <text
- font="SansSerifLarge"
- height="20"
- layout="topleft"
- left="77"
- name="calling"
- top="27"
- width="315"
- word_wrap="true">
- Calling [CALLEE_NAME]
- </text>
- <text
- font="SansSerifLarge"
- height="20"
- layout="topleft"
- left="77"
- name="noanswer"
- top="27"
- width="315"
- word_wrap="true">
- No Answer. Please try again later.
- </text>
- <text
- font="SansSerifLarge"
- height="40"
- layout="topleft"
- left="77"
- name="nearby"
- top="27"
- width="315"
- word_wrap="true">
- You have been disconnected from [VOICE_CHANNEL_NAME]. [RECONNECT_NEARBY]
- </text>
- <text
- font="SansSerifLarge"
- height="40"
- layout="topleft"
- left="77"
- name="nearby_P2P_by_other"
- top="27"
- width="315"
- word_wrap="true">
- Your call has ended. [RECONNECT_NEARBY]
- </text>
- <text
- font="SansSerifLarge"
- height="40"
- layout="topleft"
- left="77"
- name="nearby_P2P_by_agent"
- top="27"
- width="315"
- word_wrap="true">
- You have ended the call. [RECONNECT_NEARBY]
- </text>
- <text
- font="SansSerif"
- height="50"
- layout="topleft"
- left="77"
- name="leaving"
- top="62"
- width="315"
- word_wrap="true">
- Leaving [CURRENT_CHAT].
- </text>
- <button
- height="24"
- label="Cancel"
- label_selected="Cancel"
- left="70"
- layout="topleft"
- name="Cancel"
- left_pad="10"
- width="100" />
- </floater>