blob: 4897f5bad76450a9f69d4678aaebe33a67ed1eca (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="top_objects" title="carregando...">
<text name="title_text">
Carregando...
</text>
<scroll_list name="objects_list">
<column label="Score" name="score" />
<column label="Name" name="name" />
<column label="Owner" name="owner" />
<column label="Location" name="location" />
</scroll_list>
<text name="id_text">
ID do objeto:
</text>
<button label="Mostrar guia" name="show_beacon_btn" />
<text name="obj_name_text">
Nome do objeto:
</text>
<button label="Filtro" name="filter_object_btn" />
<text name="owner_name_text">
Nome do proprietário:
</text>
<button label="Filtro" name="filter_owner_btn" />
<button label="Returnar seleção" name="return_selected_btn" />
<button label="Retornar todos" name="return_all_btn" />
<button label="Desativar itens selecionados" name="disable_selected_btn" />
<button label="Desativar tudo" name="disable_all_btn" />
<button label="Atualizar" name="refresh_btn" />
<text name="top_scripts_title">
Top de scripts
</text>
<text name="top_scripts_text">
[COUNT] scripts consomem um total de [TIME] ms
</text>
<text name="scripts_score_label">
Tempo
</text>
<text name="top_colliders_title">
Top de colisores
</text>
<text name="top_colliders_text">
Top [COUNT] objetos estão recebendo muitas colisões
</text>
<text name="colliders_score_label">
Pontuação
</text>
<text name="none_descriptor">
Nada encontrado.
</text>
</floater>
|