blob: 1db333935293e3ea685a8b2f963a5a139f8c9592 (
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
|
<?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_name_small" value="Grumpity ProductEngine with a long name"/>
<text name="user_slid" value="james.linden"/>
<text name="user_details">
To jest mój opis w Second Life.
</text>
<slider name="volume_slider" tool_tip="Poziom głośności" value="0.5"/>
<button label="Dodaj znajomość" name="add_friend_btn"/>
<button label="IM" name="im_btn"/>
<button label="Profil" name="view_profile_btn"/>
<panel name="moderator_panel">
<button label="Wyłącz komunikację głosową" name="disable_voice"/>
<button label="Włącz komunikację głosową" name="enable_voice"/>
</panel>
</floater>
|