blob: 1e86f847adea43704036b6eb62c1cf325a64757f (
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="Ligação para você">
<floater.string name="lifetime">
5
</floater.string>
<floater.string name="localchat">
Bate-papo local
</floater.string>
<floater.string name="anonymous">
anônimo
</floater.string>
<floater.string name="VoiceInviteP2P">
está ligando.
</floater.string>
<floater.string name="VoiceInviteAdHoc">
entrou numa ligação de voz via conferência.
</floater.string>
<floater.string name="VoiceInviteGroup">
chegou ao canal de voz do '[GROUP]'.
</floater.string>
<floater.string name="VoiceInviteQuestionGroup">
Deseja sair do [CURRENT_CHAT] e entrar na ligação de '[GROUP]'?
</floater.string>
<floater.string name="VoiceInviteQuestionDefault">
Sair do [CURRENT_CHAT] e entrar neste bate-papo de voz?
</floater.string>
<text name="question">
Se você atender, será desconectado de suas conversas de voz atuais.
</text>
<button label="Atender" label_selected="Atender" name="Accept"/>
<button label="Ignorar" label_selected="Ignorar" name="Reject"/>
<button label="Iniciar MI em vez disso" name="Start IM"/>
</floater>
|