blob: cb3c7e9282a32312604d462fa00038ce81d63347 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
Not can_close / no title to avoid window chrome
Single instance - only have one at a time, recycle it each spawn
-->
<floater name="inspect_avatar">
<string name="Subtitle">
[AGE]
</string>
<string name="Details">
[SL_PROFILE]
</string>
<text name="user_subtitle" value="11 ay, 3 günlük"/>
<text name="user_details">
Second Life içerisindeki tanımım bu, harika olduğunu düşünüyorum. Ama nedense tanımım gerçekten çok uzun çünkü çok konuşmayı seviyorum.
</text>
<slider name="volume_slider" tool_tip="Ses düzeyi" value="0.5"/>
<button label="Arkadaş Ekle" name="add_friend_btn"/>
<button label="Aİ" name="im_btn"/>
<button label="Profil" name="view_profile_btn"/>
<panel name="moderator_panel">
<button label="Sesi Devre Dışı Bırak" name="disable_voice"/>
<button label="Sesi Etkinleştir" name="enable_voice"/>
</panel>
</floater>
|