PageRenderTime 43ms CodeModel.GetById 17ms app.highlight 14ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/floater_incoming_call.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 109 lines | 109 code | 0 blank | 0 comment | 0 complexity | d45fe01470692b0ce520f9892e454ee0 MD5 | raw file
Possible License(s): LGPL-2.1
  1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2<floater
  3 legacy_header_height="18"
  4 can_close="false"
  5 can_minimize="false"
  6 can_tear_off="false"
  7 height="125"
  8 layout="topleft"
  9 name="incoming call"
 10 help_topic="incoming_call"
 11 title="Incoming call"
 12 width="410">
 13    <floater.string
 14     name="lifetime">
 15        5
 16    </floater.string>
 17    <floater.string
 18     name="localchat">
 19        Nearby Voice Chat
 20    </floater.string>
 21    <floater.string
 22     name="anonymous">
 23        anonymous
 24    </floater.string>
 25    <floater.string
 26     name="VoiceInviteP2P">
 27        is calling.
 28    </floater.string>
 29    <floater.string
 30     name="VoiceInviteAdHoc">
 31        has joined a Voice Chat call with a conference chat.
 32    </floater.string>
 33    <floater.string
 34     name="VoiceInviteGroup">
 35      just joined '[GROUP]' voice channel.
 36    </floater.string>
 37    <floater.string
 38     name="VoiceInviteQuestionGroup">
 39      Would you like to leave [CURRENT_CHAT] and join the call with '[GROUP]'?
 40    </floater.string>
 41    <floater.string
 42     name="VoiceInviteQuestionDefault">
 43      Do you want to leave [CURRENT_CHAT] and join this voice chat?
 44    </floater.string>
 45    <avatar_icon
 46     enabled="false"
 47     follows="left|top"
 48     height="36"
 49     image_name="icon_avatar_online.tga"
 50     layout="topleft"
 51     left_delta="19"
 52     top="35"
 53     width="36" />
 54    <group_icon
 55     enabled="false"
 56     follows="left|top"
 57     height="36"
 58     layout="topleft"
 59     top="35"
 60     width="36" />
 61    <text
 62     clip_partial="true"
 63     font="SansSerifLarge"
 64     height="37"
 65     layout="topleft"
 66     left="77"
 67     name="caller name"
 68     top="20"
 69     use_ellipses="true"
 70     width="315"
 71     word_wrap="true" />
 72    <text
 73     clip_partial="true"
 74     font="SansSerif"
 75     height="30"
 76     layout="topleft"
 77     left="77"
 78     name="question"
 79     top_pad="5"
 80     use_ellipses="true"
 81     width="315"
 82     word_wrap="true">
 83     Do you want to leave [CURRENT_CHAT] and join this voice chat?
 84    </text>
 85    <button
 86     height="24"
 87     label="Accept"
 88     label_selected="Accept"
 89     layout="topleft"
 90     left="70"
 91     name="Accept"
 92     top="92"
 93     width="100" />
 94    <button
 95     height="24"
 96     label="Reject"
 97     label_selected="Reject"
 98     layout="topleft"
 99     name="Reject"
100     left_pad="10"
101     width="100" />
102    <button
103     height="24"
104     label="Start IM"
105     layout="topleft"
106     name="Start IM"
107     left_pad="10"
108     width="100" />
109</floater>