blob: 7d6c314f04a10d104a49773a42569779b4b81738 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Map" title="MİNİ-HARİTA">
<floater.string name="ToolTipMsg">
[REGION](Haritayı açmak için çift tıkla, yatay hareket için shift çek)
</floater.string>
<floater.string name="AltToolTipMsg">
[REGION](Işınlamak için çift tıkla, yatay hareket için shift çek)
</floater.string>
<floater.string name="mini_map_caption">
Mini-harita
</floater.string>
<text label="K" name="floater_map_north">
K
</text>
<text label="E" name="floater_map_east">
E
</text>
<text label="B" name="floater_map_west">
B
</text>
<text label="G" name="floater_map_south">
G
</text>
<text label="GD" name="floater_map_southeast">
GD
</text>
<text label="KD" name="floater_map_northeast">
KD
</text>
<text label="GB" name="floater_map_southwest">
GB
</text>
<text label="KB" name="floater_map_northwest">
KB
</text>
</floater>
|