diff options
author | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
commit | 38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch) | |
tree | adca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/pt/panel_region_debug.xml | |
parent | README.txt (diff) | |
download | meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2 meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz |
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/pt/panel_region_debug.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/pt/panel_region_debug.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/pt/panel_region_debug.xml b/linden/indra/newview/skins/xui/pt/panel_region_debug.xml new file mode 100644 index 0000000..ac030e7 --- /dev/null +++ b/linden/indra/newview/skins/xui/pt/panel_region_debug.xml | |||
@@ -0,0 +1,36 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="Debug" name="Debug"> | ||
3 | <text name="region_text_lbl"> | ||
4 | Região: | ||
5 | </text> | ||
6 | <text name="region_text"> | ||
7 | desconhecido | ||
8 | </text> | ||
9 | <check_box label="Desativar scripts" name="disable_scripts_check" | ||
10 | tool_tip="Desativar todos os scripts nesta região" /> | ||
11 | <button label="?" name="disable_scripts_help" /> | ||
12 | <check_box label="Desativar colisões" name="disable_collisions_check" | ||
13 | tool_tip="Desativar colisões de objetos,não avatares, nesta região" /> | ||
14 | <button label="?" name="disable_collisions_help" /> | ||
15 | <check_box label="Desativar física" name="disable_physics_check" | ||
16 | tool_tip="Desativar toda a física nesta região" /> | ||
17 | <button label="?" name="disable_physics_help" /> | ||
18 | <button label="Aplicar" name="apply_btn" /> | ||
19 | <button label="Escolher avatar..." name="choose_avatar_btn" /> | ||
20 | <button | ||
21 | label="Retornar objetos com scripts dos avatares de outros terrenos das pessoas" | ||
22 | name="return_scripted_other_land_btn" /> | ||
23 | <button label="Retornar TODOS os objetos com scripts dos avatares" | ||
24 | name="return_scripted_all_btn" /> | ||
25 | <button label="Pegar top de colisores..." name="top_colliders_btn" | ||
26 | tool_tip="Lista de objetos com maior potencial de colisões" /> | ||
27 | <button label="?" name="top_colliders_help" /> | ||
28 | <button label="Pegar top de scripts..." name="top_scripts_btn" | ||
29 | tool_tip="Lista de ojbetos consumindo mais tempo com execução de scripts" /> | ||
30 | <button label="?" name="top_scripts_help" /> | ||
31 | <button label="Reiniciar região" name="restart_btn" | ||
32 | tool_tip="Exibir uma contagem regressiva de 2 minutos e reiniciar a região" /> | ||
33 | <button label="?" name="restart_help" /> | ||
34 | <button label="Cancelar reinício" name="cancel_restart_btn" | ||
35 | tool_tip="Cancelar reinício de região" /> | ||
36 | </panel> | ||