blob: 8b15668e3b4d296702b5f486f58c54ac3d5b1394 (
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
|
<?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">
通話中。
</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>
|