blob: adb03c2dff39b0cff65fee16dc045adaa8169d8f (
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="Gelen arama">
<floater.string name="lifetime">
5
</floater.string>
<floater.string name="localchat">
Yakındaki Sesli Sohbet
</floater.string>
<floater.string name="anonymous">
anonim
</floater.string>
<floater.string name="VoiceInviteP2P">
arıyor.
</floater.string>
<floater.string name="VoiceInviteAdHoc">
bir Sesli Sohbet aramasına bir konferans araması ile katıldı.
</floater.string>
<floater.string name="VoiceInviteGroup">
'[GROUP]' ses kanalına şimdi katıldı.
</floater.string>
<floater.string name="VoiceInviteQuestionGroup">
[CURRENT_CHAT] sohbetinden ayrılıp, '[GROUP]' aramasına katılmak istiyor musunuz?
</floater.string>
<floater.string name="VoiceInviteQuestionDefault">
[CURRENT_CHAT] sohbetinden ayrılıp, bu sesli sohbete katılmak istiyor musunuz?
</floater.string>
<text name="question">
[CURRENT_CHAT] sohbetinden ayrılıp, bu sesli sohbete katılmak istiyor musunuz?
</text>
<button label="Kabul Et" label_selected="Kabul Et" name="Accept"/>
<button label="Reddet" label_selected="Reddet" name="Reject"/>
<button label="Aİ Başlat" name="Start IM"/>
</floater>
|