summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/panel_region_debug.xml
blob: be15d40d7427880aaeead7476e8498e599c3c9f9 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Debug" name="Debug">
	<text name="region_text_lbl">
		Região:
	</text>
	<text name="region_text">
		desconhecido
	</text>
	<check_box label="Desativar scripts" name="disable_scripts_check" tool_tip="Desativar todos os scripts nesta região"/>
	<button label="?" name="disable_scripts_help"/>
	<check_box label="Desativar colisões" name="disable_collisions_check" tool_tip="Desabilitar colisões de não-avatares nessa região"/>
	<button label="?" name="disable_collisions_help"/>
	<check_box label="Desativar física" name="disable_physics_check" tool_tip="Desativar toda a físíca nesta região"/>
	<button label="?" name="disable_physics_help"/>
	<button label="Aplicar" name="apply_btn"/>
	<text name="objret_text_lbl" width="130">
		Devolver objeto
	</text>
	<text name="resident_text_lbl">
		Residente:
	</text>
	<line_editor name="target_avatar_name">
		(nenhum)
	</line_editor>
	<button label="Selecionar" name="choose_avatar_btn"/>
	<text name="options_text_lbl">
		Opções:
	</text>
	<check_box label="Com scripts" name="return_scripts" tool_tip="Só devolver objetos com scripts"/>
	<check_box label="No terreno de outra pessoa" name="return_other_land" tool_tip="Devolver apenas objetos que estejam em terrenos de outra pessoa"/>
	<check_box label="Em todas as regiões desta propriedade" name="return_estate_wide" tool_tip="Devolver objetos em todas as regiões que constituem esta propriedade"/>
	<button label="Devolver" name="return_btn"/>
	<button label="Principais colidentes..." name="top_colliders_btn" tool_tip="Lista dos objetos com maior potencial de colisão" width="280"/>
	<button label="?" left="297" name="top_colliders_help"/>
	<button label="Principais scripts..." name="top_scripts_btn" tool_tip="Lista de objetos que mais passam tempo executando scripts" width="280"/>
	<button label="?" left="297" name="top_scripts_help"/>
	<button label="Reiniciar a região" name="restart_btn" tool_tip="Após 2 minutos de contagem regressiva, reiniciar a região"/>
	<button label="?" name="restart_help"/>
	<button label="Cancelar reinício" name="cancel_restart_btn" tool_tip="Cancelar reinício da região"/>
</panel>