blob: 35afde76129cf98ebb5b54603dc66b4619f530ff (
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="LIGANDO">
<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>
<text name="connecting">
Conectando com [CALLEE_NAME]
</text>
<text name="calling">
Ligando para [CALLEE_NAME]
</text>
<text name="noanswer">
Não há resposta. Tente novamente mais tarde.
</text>
<text name="nearby">
Você saiu da ligação com [VOICE_CHANNEL_NAME]. [RECONNECT_NEARBY]
</text>
<text name="nearby_P2P_by_other">
A ligação foi desligada. [RECONNECT_NEARBY]
</text>
<text name="nearby_P2P_by_agent">
Você encerrou a ligação. [RECONNECT_NEARBY]
</text>
<text name="leaving">
Saindo de [CURRENT_CHAT].
</text>
<button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
</floater>
|