blob: e5ec3804aeb1842e030e8f0b7dae8691da14fbd2 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="incoming call" title="DZWONI NIEZNANA OSOBA">
<floater.string name="lifetime">
5
</floater.string>
<floater.string name="localchat">
Rozmowy głosowe w pobliżu
</floater.string>
<floater.string name="anonymous">
anonimowy
</floater.string>
<floater.string name="VoiceInviteP2P">
dzwoni.
</floater.string>
<floater.string name="VoiceInviteAdHoc">
rozpoczął rozmowę głosową w czacie konferencji.
</floater.string>
<floater.string name="VoiceInviteGroup">
zaczyna rozmowę z grupą [GROUP].
</floater.string>
<text name="question">
Czy chcesz opuścić [CURRENT_CHAT] i dołączyć do tej rozmowy głosowej?
</text>
<button label="Zaakceptuj" label_selected="Zaakceptuj" name="Accept"/>
<button label="Odmów" label_selected="Odmów" name="Reject"/>
<button label="Rozpocznij IM" name="Start IM"/>
</floater>
|