blob: 35f04c996f3341f24460b61a72022f2b9db1c1a6 (
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="Name of land parcel on which you are standing. Click for About Land.">
ここに区画名を記入
</text>
<text type="string" length="1" name="BalanceText" tool_tip="口座残高">
L$
</text>
<button label="" label_selected="" name="buycurrency" tool_tip="通貨の購入" />
<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>
|