blob: e985b126a6e6750e0df159672fb32da2fc72e0ea (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Place" title="Miejsce">
<text name="name_label">
Nazwa:
</text>
<text name="description_label">
Opis:
</text>
<text name="information_label">
Informacje:
</text>
<text name="location_label">
Położenie:
</text>
<button label="Teleportuj" name="teleport_btn" />
<button label="Pokaż na Mapie" name="map_btn" />
<button label="Oferty..." name="auction_btn" />
<string name="traffic_text">
Ruch: [TRAFFIC]
</string>
<string name="area_text">
Obszar: [AREA] m².
</string>
<string name="forsale_text">
Na Sprzedaż za L$[PRICE]
</string>
<string name="auction_text">
ID Aukcji: [ID]
</string>
<string name="server_update_text">
Informacje o tym miejscu nie będą dostępne bez aktualizacji serwera.
</string>
<string name="server_error_text">
Informacje o tym miejscu są obecnie niedostępne, spróbuj później.
</string>
<string name="server_forbidden_text">
Dostęp do informacji o tym miejscu jest ograniczony. Zweryfikuj swoje przywileje z właścicielem posiadłości.
</string>
</panel>
|