blob: 2b06ae9f782ec7ae600abec27109c88f0e98d6a8 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="top_objects" title="Główne Obiekty">
<floater.string name="top_scripts_title">
Główne skrypty
</floater.string>
<floater.string name="top_scripts_text">
[COUNT] skryptów działa w czasie [TIME] ms
</floater.string>
<floater.string name="scripts_score_label">
Czas
</floater.string>
<floater.string name="scripts_mono_time_label">
Czas Mono
</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>
<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="Czas" name="time"/>
<scroll_list.columns label="Czas Mono" name="mono_time"/>
<scroll_list.columns label="URL" name="URLs"/>
</scroll_list>
<text name="id_text">
ID obiektu:
</text>
<button label="Pokaż emitery" name="show_beacon_btn"/>
<text name="obj_name_text">
Nazwa obiektu:
</text>
<button label="Filtr" name="filter_object_btn"/>
<text name="owner_name_text">
Właściciel:
</text>
<button label="Filter" name="filter_owner_btn"/>
<button label="Odśwież" name="refresh_btn"/>
<button label="Zwróć wybrane" name="return_selected_btn"/>
<button label="Zwróć wszystko" name="return_all_btn"/>
<button label="Dezaktywuj wybrane" name="disable_selected_btn"/>
<button label="Dezaktywuj wszystko" name="disable_all_btn"/>
</floater>
|