blob: f152fcd73811bf14dc5a0b94d5698ff174ca22db (
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">
[CURRENT_CHAT]を退席して、'[GROUP]'とのチャットに参加しますか?
</floater.string>
<floater.string name="VoiceInviteQuestionDefault">
[CURRENT_CHAT]を退席して、このボイスチャットに参加しますか?
</floater.string>
<text name="question">
[CURRENT_CHAT] を退席して、このボイスチャットに参加しますか?
</text>
<button label="はい" label_selected="はい" name="Accept"/>
<button label="いいえ" label_selected="いいえ" name="Reject"/>
<button label="IM" name="Start IM"/>
</floater>
|