blob: 51ff71dd179626d5516ad9d373b2e2108fc652a9 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="outgoing call" title="LLAMANDO">
<floater.string name="localchat">
Chat de voz
</floater.string>
<floater.string name="anonymous">
anónimo
</floater.string>
<floater.string name="VoiceInviteP2P">
está llamando.
</floater.string>
<floater.string name="VoiceInviteAdHoc">
ha entrado en un chat de voz en multiconferencia.
</floater.string>
<text name="connecting">
Conectando con [CALLEE_NAME]
</text>
<text name="calling">
Llamando a [CALLEE_NAME]
</text>
<text name="noanswer">
Sin respuesta. Vuelve a intentarlo más tarde.
</text>
<text name="leaving">
Saliendo de [CURRENT_CHAT].
</text>
<button label="Cancelar" label_selected="Cancelar" name="Cancel"/>
</floater>
|