blob: 63da47f4def103c6fd78df7469c2a2e3bb8beaba (
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">
附近的語音聊天
</floater.string>
<floater.string name="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">
無應答,請稍候再試。
</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>
|