blob: a0f31fa11fa240f9c8267cdb28a7bc56c30bee75 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="incoming call" title="來電">
<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">
已加訴入會議交談中的語音聊天。
</floater.string>
<floater.string name="VoiceInviteGroup">
剛加入 '[GROUP]' 語音頻道。
</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>
<text name="question">
Do you want to leave [CURRENT_CHAT] and join this voice chat?
</text>
<button label="接受" label_selected="接受" name="Accept"/>
<button label="拒絕" label_selected="拒絕" name="Reject"/>
<button label="開始 IM" name="Start IM"/>
</floater>
|