blob: 29ae9991af54bd49401d5fe360f4fa016da61776 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="top_objects" title="CARGANDO...">
<text name="title_text">
Cargando...
</text>
<scroll_list name="objects_list">
<column label="Resultado" name="score"/>
<column label="Nombre" name="name"/>
<column label="Propietario" name="owner"/>
<column label="Posición" name="location"/>
<column label="Tiempo" name="time"/>
<column label="Tiempo en Mono" name="mono_time"/>
</scroll_list>
<line_editor font="SansSerifSmall" left="140" name="id_editor" width="280"/>
<line_editor font="SansSerifSmall" left="140" name="object_name_editor" width="280"/>
<line_editor font="SansSerifSmall" left="140" name="owner_name_editor" width="280"/>
<text name="id_text">
ID del objeto:
</text>
<button label="Mostrar la baliza" name="show_beacon_btn" width="115"/>
<text name="obj_name_text">
Nombre del objeto:
</text>
<button label="Filtro" name="filter_object_btn" width="115"/>
<text name="owner_name_text" width="130">
Nombre del propietario:
</text>
<button label="Filtro" name="filter_owner_btn" width="115"/>
<button label="Devolver lo seleccionado" name="return_selected_btn" width="170"/>
<button label="Devolver todo" name="return_all_btn" left="190"/>
<button label="Desactivar lo seleccionado" name="disable_selected_btn" width="170"/>
<button label="Desactivar todo" name="disable_all_btn" left="190"/>
<button label="Actualizar" name="refresh_btn" width="115"/>
<string name="top_scripts_title">
Scripts según su uso
</string>
<string name="top_scripts_text">
[COUNT] scripts con un total de [TIME] ms
</string>
<string name="scripts_score_label">
Tiempo
</string>
<string name="scripts_mono_time_label">
Tiempo en Mono
</string>
<string name="top_colliders_title">
Objetos que colisionan
</string>
<string name="top_colliders_text">
[COUNT] objetos con muchas posibles colisiones
</string>
<string name="colliders_score_label">
Resultado
</string>
<string name="none_descriptor">
No se ha encontrado ninguno.
</string>
</floater>
|