blob: cdd56edec4a0a354d6209d3f7b06c3672c0f3347 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="top_objects" title="Szczytowe obiekty">
<floater.string name="top_scripts_title">
Główne skrypty
</floater.string>
<floater.string name="top_scripts_text">
[COUNT] skryptów zabiera w sumie [TIME] ms
</floater.string>
<floater.string name="scripts_score_label">
Czas
</floater.string>
<floater.string name="top_colliders_title">
Główne kolizje
</floater.string>
<floater.string name="top_colliders_text">
[COUNT] obiektów odczuwa działanie wielu potencjalnych kolizji
</floater.string>
<floater.string name="colliders_score_label">
Wynik
</floater.string>
<floater.string name="none_descriptor">
Nieodnalezione.
</floater.string>
<floater.string name="URLs">
URLe
</floater.string>
<floater.string name="memory">
Pamięć (KB)
</floater.string>
<text name="title_text">
Ładowanie...
</text>
<scroll_list name="objects_list">
<scroll_list.columns label="Wynik" name="score" />
<scroll_list.columns label="Nazwa" name="name" />
<scroll_list.columns label="Właściciel" name="owner" />
<scroll_list.columns label="Miejsce" name="location" />
<scroll_list.columns label="Działka" name="parcel" />
<scroll_list.columns label="Czas" name="time" />
<scroll_list.columns label="URLe" name="URLs" />
<scroll_list.columns label="Pamięć (KB)" name="memory" />
</scroll_list>
<text name="id_text">
ID obiektu:
</text>
<button label="Pokaż emiter" name="show_beacon_btn" />
<text name="obj_name_text">
Nazwa obiektu:
</text>
<button label="Filtruj" name="filter_object_btn" />
<text name="owner_name_text">
Właściciel:
</text>
<button label="Filtruj" name="filter_owner_btn" />
<text name="parcel_name_text">
Działka:
</text>
<button label="Filtruj" name="filter_parcel_btn" />
<button label="Zwróć wybrane" name="return_selected_btn" />
<button label="Zwróć wszystko" name="return_all_btn" />
<button label="Dezakt. wybrane" name="disable_selected_btn" />
<button label="Dezakt. wszystko" name="disable_all_btn" />
</floater>
|