summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_outgoing_call.xml
blob: 525cfbab186e0a6a7e72dd26d3f282195efd4781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?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"
 title="CALLING"
 width="410">
    <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" />
    <text
     font="SansSerifLarge"
     height="20"
     layout="topleft"
     left="77"
     name="calling"
     top="27"
     width="315"
     word_wrap="true">
Calling [CALLEE_NAME]
    </text>
    <text
     font="SansSerif"
     height="50"
     layout="topleft"
     left="77"
     name="leaving"
     top="52"
     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>