blob: 91512d923b2a25bffdd51f3b0c8fff92abeed88c (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
name="Place"
title="Place">
<text
name="name_label">
名称:
</text>
<text
name="description_label">
描述:
</text>
<text
name="information_label">
信息:
</text>
<text
name="location_label">
位置:
</text>
<button
label="瞬间移动"
name="teleport_btn" />
<button
label="在地图上显示"
name="map_btn" />
<button
label="投标..."
name="auction_btn" />
<string
name="traffic_text">
流量: [TRAFFIC]
</string>
<string
name="area_text">
面积:[AREA]平方米。
</string>
<string
name="forsale_text">
以L$[PRICE]的价格出售
</string>
<string
name="auction_text">
拍卖 ID [ID]。
</string>
<string
name="server_update_text">
如果服务器不更新的话,就没有地点信息。
</string>
<string
name="server_error_text">
关于这个地点的信息现在暂时不可用,请稍候再试。
</string>
<string
name="server_forbidden_text">
由于访问限制,关于这个地点的信息不可用。请与地块的持有人确认你的权限。
</string>
</panel>
|