diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/zh/panel_status_bar.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/zh/panel_status_bar.xml | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/zh/panel_status_bar.xml b/linden/indra/newview/skins/xui/zh/panel_status_bar.xml new file mode 100644 index 0000000..35f04c9 --- /dev/null +++ b/linden/indra/newview/skins/xui/zh/panel_status_bar.xml | |||
@@ -0,0 +1,32 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel name="status"> | ||
3 | <text type="string" length="1" name="ParcelNameText" | ||
4 | tool_tip="Name of land parcel on which you are standing. Click for About Land."> | ||
5 | ここに区画名を記入 | ||
6 | </text> | ||
7 | <text type="string" length="1" name="BalanceText" tool_tip="口座残高"> | ||
8 | L$ | ||
9 | </text> | ||
10 | <button label="" label_selected="" name="buycurrency" tool_tip="通貨の購入" /> | ||
11 | <text type="string" length="12" name="TimeText" tool_tip="現時刻(太平洋時)"> | ||
12 | 12:00 AM | ||
13 | </text> | ||
14 | <button label="" label_selected="" name="scriptout" | ||
15 | tool_tip="スクリプト警告およびエラー" /> | ||
16 | <button label="" label_selected="" name="health" tool_tip="健康状態" /> | ||
17 | <text type="string" length="1" name="HealthText" tool_tip="健康状態"> | ||
18 | 100% | ||
19 | </text> | ||
20 | <button label="" label_selected="" name="fly" tool_tip="飛行禁止" /> | ||
21 | <button label="" label_selected="" name="build" tool_tip="建造禁止" /> | ||
22 | <button label="" label_selected="" name="scripts" tool_tip="スクリプト禁止" /> | ||
23 | <button label="" label_selected="" name="restrictpush" | ||
24 | tool_tip="llPushObjectを制限します。" /> | ||
25 | <button label="" label_selected="" name="buyland" tool_tip="この区画の購入" /> | ||
26 | <text name="packet_loss_tooltip"> | ||
27 | パケット紛失 | ||
28 | </text> | ||
29 | <text name="bandwidth_tooltip"> | ||
30 | バンド幅 | ||
31 | </text> | ||
32 | </panel> | ||