summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/floater_joystick.xml
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/skins/default/xui/pt/floater_joystick.xml')
-rw-r--r--indra/newview/skins/default/xui/pt/floater_joystick.xml71
1 files changed, 33 insertions, 38 deletions
diff --git a/indra/newview/skins/default/xui/pt/floater_joystick.xml b/indra/newview/skins/default/xui/pt/floater_joystick.xml
index 6c2e4a5144..0793a0b161 100644
--- a/indra/newview/skins/default/xui/pt/floater_joystick.xml
+++ b/indra/newview/skins/default/xui/pt/floater_joystick.xml
@@ -1,30 +1,23 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<floater name="Joystick" title="Configuração do Joystick">
- <check_box name="enable_joystick">
- Habilitar Joystick:
- </check_box>
- <spinner label="Mapeamento do eixo X" name="JoystickAxis1"/>
- <spinner label="Mapeamento do eixo Y" name="JoystickAxis2"/>
- <spinner label="Mapeamento do Eixo Z" name="JoystickAxis0"/>
- <spinner label="Mapeamento da Elevação" name="JoystickAxis4"/>
- <spinner label="Mapeamento da Guinada" name="JoystickAxis5"/>
- <spinner label="Mapeamento da Rolagem" name="JoystickAxis3"/>
- <spinner label="Mapeamento do Zoom" name="JoystickAxis6"/>
- <check_box label="Zoom Direto" name="ZoomDirect"/>
+<floater name="Joystick" title="CONFIGURAÇÃO DO JOYSTICK">
+ <check_box name="enable_joystick" label="Habilitar Joystick:"/>
+ <text left="135" name="joystick_type" width="360"/>
+ <spinner label="Mapeamento: eixo X" name="JoystickAxis1" label_width="124" width="164"/>
+ <spinner label="Mapeamento: eixo Y" name="JoystickAxis2" label_width="124" width="164"/>
+ <spinner label="Mapeamento: eixo Z" name="JoystickAxis0" label_width="124" width="164"/>
+ <spinner label="Mapeamento: Elevação" name="JoystickAxis4" label_width="124" width="164"/>
+ <spinner label="Mapeamento: Guinada" name="JoystickAxis5" label_width="124" width="164"/>
+ <spinner label="Mapeamento: Rolagem" name="JoystickAxis3" label_width="124" width="164"/>
+ <spinner label="Mapeamento: Zoom" name="JoystickAxis6" label_width="124" width="164"/>
+ <check_box label="Zoom Direto" name="ZoomDirect" left="194"/>
<check_box label="Cursor 3D" name="Cursor3D"/>
<check_box label="Nível Automático" name="AutoLeveling"/>
<text name="Control Modes:">
Modos de Controle:
</text>
- <check_box name="JoystickAvatarEnabled">
- Avatar
- </check_box>
- <check_box name="JoystickBuildEnabled">
- Construir
- </check_box>
- <check_box name="JoystickFlycamEnabled">
- Camera aérea
- </check_box>
+ <check_box name="JoystickAvatarEnabled" label="Avatar"/>
+ <check_box name="JoystickBuildEnabled" left="192" label="Construir"/>
+ <check_box name="JoystickFlycamEnabled" label="Camera aérea"/>
<text name="XScale">
Escala X
</text>
@@ -34,13 +27,13 @@
<text name="ZScale">
Escala Z
</text>
- <text name="PitchScale">
+ <text name="PitchScale" left="3" width="115">
Escala de Elevação
</text>
- <text name="YawScale">
+ <text name="YawScale" left="3" width="115">
Escala da Guinada
</text>
- <text name="RollScale">
+ <text name="RollScale" left="3" width="115">
Escala de Rolagem
</text>
<text name="XDeadZone">
@@ -52,14 +45,14 @@
<text name="ZDeadZone">
Zona Morta Z
</text>
- <text name="PitchDeadZone">
- Zona Morta da Elevação
+ <text name="PitchDeadZone" left="3" width="115">
+ Zona Morta: Elevação
</text>
- <text name="YawDeadZone">
- Zona Morta da Guinada
+ <text name="YawDeadZone" left="3" width="115">
+ Zona Morta: Guinada
</text>
- <text name="RollDeadZone">
- Zona Morta de Rolagem
+ <text name="RollDeadZone" left="3" width="115">
+ Zona Morta: Rolagem
</text>
<text name="Feathering">
Alisar
@@ -67,18 +60,20 @@
<text name="ZoomScale2">
Escala de Zoom
</text>
- <text name="ZoomDeadZone">
+ <text name="ZoomDeadZone" width="110" left="4">
Zona Morta de Zoom
</text>
- <button label="Padrões do Navegador Espacial" name="SpaceNavigatorDefaults"/>
+ <button label="Padrões do SpaceNavigator" name="SpaceNavigatorDefaults" font="SansSerifSmall"/>
<button label="OK" label_selected="OK" name="ok_btn"/>
<button label="Cancelar" label_selected="Cancelar" name="cancel_btn"/>
- <string name="JoystickMonitor">
- Monitor do Joystick
- </string>
- <string name="Axis">
- Eixo [NUM]
- </string>
+ <stat_view label="Monitor do Joystick" name="axis_view">
+ <stat_bar label="Eixo 0" name="axis0"/>
+ <stat_bar label="Eixo 1" name="axis1"/>
+ <stat_bar label="Eixo 2" name="axis2"/>
+ <stat_bar label="Eixo 3" name="axis3"/>
+ <stat_bar label="Eixo 4" name="axis4"/>
+ <stat_bar label="Eixo 5" name="axis5"/>
+ </stat_view>
<string name="NoDevice">
nenhum dispositivo detectado
</string>