blob: a9d8f5b0ea8ee69b6359f3062d3885b25473fa9b (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="status">
<text type="string" length="1" name="ParcelNameText"
tool_tip="현재 서있는 토지 구획의 이름. 토지 소개를 보려면 클릭합니다.">
구획 이름 여기에 입력
</text>
<text type="string" length="1" name="BalanceText" tool_tip="잔고">
L$
</text>
<button label="" label_selected="" name="buycurrency"
tool_tip="린든달러(L$) 구매" />
<text type="string" length="12" name="TimeText" tool_tip="현재 시간(태평양 표준시)">
12:00 AM
</text>
<button label="" label_selected="" name="scriptout"
tool_tip="스크립트 경고 및 오류" />
<button label="" label_selected="" name="health" tool_tip="건강" />
<text type="string" length="1" name="HealthText" tool_tip="건강">
100%
</text>
<button label="" label_selected="" name="fly" tool_tip="비행 안함" />
<button label="" label_selected="" name="build" tool_tip="만들기 안함" />
<button label="" label_selected="" name="scripts" tool_tip="스크립트 없음" />
<button label="" label_selected="" name="restrictpush" tool_tip="llPushObject 한정" />
<button label="" label_selected="" name="buyland" tool_tip="현재 구획 구매" />
<text name="packet_loss_tooltip">
패킷 손실
</text>
<text name="bandwidth_tooltip">
대역폭
</text>
</panel>
|