blob: a7864381a9b954421227b89dcaef227af71c96da (
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
|
<?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="incoming call"
help_topic="incoming_call"
sound_flags="0"
width="550">
<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 you.
</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>
<avatar_icon
enabled="false"
follows="left|top"
height="36"
image_name="icon_avatar_online.tga"
layout="topleft"
left_delta="19"
top="20"
width="36" />
<group_icon
enabled="false"
follows="left|top"
height="36"
layout="topleft"
top="20"
width="36" />
<text
clip_partial="true"
font="SansSerifLarge"
height="37"
layout="topleft"
left="77"
name="caller name"
top="20"
use_ellipses="true"
width="475"
word_wrap="true" />
<button
height="24"
label="Answer"
label_selected="Answer"
layout="topleft"
left="70"
name="Accept"
top_pad="5"
width="120" />
<button
height="24"
label="Ignore"
label_selected="Ignore"
layout="topleft"
name="Reject"
left_pad="10"
width="120" />
<button
height="24"
label="Open IM instead"
layout="topleft"
name="Start IM"
left_pad="10"
width="120" />
<text
clip_partial="true"
font="SansSerif"
height="30"
layout="topleft"
left="77"
name="question"
top_pad="5"
use_ellipses="true"
width="475"
word_wrap="true">
If you answer, you will be disconnected from your current voice conversation.
</text>
</floater>
|