blob: 31f3477aebfa14c77d1c9b3c45f885bd5ff36a25 (
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="worldmap" title="Mapa Świata">
<tab_container name="maptab">
<panel label="Obiekty" name="objects_mapview" />
<panel label="Teren" name="terrain_mapview" />
</tab_container>
<text name="land_for_sale_label">
Na Sprzedaż
</text>
<text name="auction_label">
Aukcja
</text>
<text name="you_label">
Ty
</text>
<text name="home_label">
Start
</text>
<button label="Start" label_selected="Start" name="Go Home"
tool_tip="Teleportuj się do miejsca startowego" />
<text name="person_label">
Osoba
</text>
<check_box label=" " name="people_chk" />
<text name="infohub_label">
Informacja
</text>
<check_box label="" name="infohub_chk" />
<text name="telehub_label">
Teleporter
</text>
<check_box label="" name="telehubchk" />
<text name="land_for_sale_label2">
Na Sprzedaż
</text>
<check_box label="" name="land_for_sale_chk" />
<text name="events_label">
Impreza
</text>
<check_box label="" name="event_chk" />
<check_box label="" name="event_mature_chk" />
<combo_box label="Dostępni Znajomi" name="friend combo" tool_tip="Znajomi na mapie">
<combo_item name="none_selected">
Dostępni Znajomi
</combo_item>
</combo_box>
<combo_box label="Zapisane Miejsca" name="landmark combo"
tool_tip="Zapisane miejsca na mapie">
<combo_item name="none_selected">
Zapisane Miejsca
</combo_item>
</combo_box>
<line_editor label="Szukaj po nazwie regionu" name="location"
tool_tip="Wpisz nazwę regionu" />
<button label="Szukaj" name="DoSearch" tool_tip="Wyszukiwaie regionu" />
<text name="search_label">
Wyniki wyszukiwania:
</text>
<scroll_list name="search_results">
<column label="" name="icon" />
<column label="" name="sim_name" />
</scroll_list>
<text name="location_label">
Położenie:
</text>
<spinner name="spin x" tool_tip="współrzędne X na mapie" />
<spinner name="spin y" tool_tip="współrzędne Y na mapie" />
<spinner name="spin z" tool_tip="współrzędne Z na mapie" />
<button label="Teleportuj" label_selected="Teleportuj" name="Teleport"
tool_tip="Teleportuj do wybranego miejsca" />
<button label="Pokaż Cel" label_selected="Pokaż Cel" name="Show Destination"
tool_tip="Wycentruj miejsce celu na mapie" />
<button label="Wyczyść" label_selected="Wyczyść" name="Clear"
tool_tip="Stop tracking" />
<button label="Pokaż moje miejsce" label_selected="Pokaż moje miejsce"
name="Show My Location" tool_tip="Wycentruj pozcję awatara na mapie" />
<button label="Kopiuj SLURL do schowka" name="copy_slurl"
tool_tip="Kopie SLURL obecnego miejsca będę mogły zostać użyte na stronie internetowej." />
<slider label="Skala" name="zoom slider" />
</floater>
|