blob: d4358fa8e9ccbf2fbba38809427b6a8a9a0c98f6 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Map" title="">
<floater.string name="mini_map_north">
N
</floater.string>
<floater.string name="mini_map_east">
O
</floater.string>
<floater.string name="mini_map_west">
W
</floater.string>
<floater.string name="mini_map_south">
S
</floater.string>
<floater.string name="mini_map_southeast">
SO
</floater.string>
<floater.string name="mini_map_northeast">
NO
</floater.string>
<floater.string name="mini_map_southwest">
SW
</floater.string>
<floater.string name="mini_map_northwest">
NW
</floater.string>
<floater.string name="ToolTipMsg">
[AGENT][REGION](Karte mit Doppelklick öffnen)
</floater.string>
<floater.string name="mini_map_caption">
MINI-KARTE
</floater.string>
<text label="N" name="floater_map_north" text="N">
N
</text>
<text label="O" name="floater_map_east" text="O">
O
</text>
<text label="W" name="floater_map_west" text="W">
W
</text>
<text label="S" name="floater_map_south" text="S">
S
</text>
<text label="SO" name="floater_map_southeast" text="SO">
SO
</text>
<text label="NO" name="floater_map_northeast" text="NO">
NO
</text>
<text label="SW" name="floater_map_southwest" text="SW">
SW
</text>
<text label="NW" name="floater_map_northwest" text="NW">
NW
</text>
</floater>
|