diff options
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_joystick.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_joystick.xml | 170 |
1 files changed, 85 insertions, 85 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_joystick.xml b/indra/newview/skins/default/xui/fr/floater_joystick.xml index 49810f8ec9..be336c827e 100644 --- a/indra/newview/skins/default/xui/fr/floater_joystick.xml +++ b/indra/newview/skins/default/xui/fr/floater_joystick.xml @@ -1,85 +1,85 @@ -<?xml version="1.0" encoding="utf-8" standalone="yes"?>
-<floater name="Joystick" title="Configuration du joystick">
- <check_box name="enable_joystick">
- Activer :
- </check_box>
- <spinner label="Mapping axe des X " name="JoystickAxis1"/>
- <spinner label="Mapping axe des Y" name="JoystickAxis2"/>
- <spinner label="Mapping axe des Z" name="JoystickAxis0"/>
- <spinner label="Mapping du tangage" label_width="111" left="8" name="JoystickAxis4" width="152"/>
- <spinner label="Mapping du lacet" name="JoystickAxis5"/>
- <spinner label="Mapping du roulis" name="JoystickAxis3"/>
- <spinner label="Mapping du zoom" name="JoystickAxis6"/>
- <check_box label="Zoom direct" name="ZoomDirect"/>
- <check_box label="Curseur 3D" name="Cursor3D"/>
- <check_box label="Niveau automatique" name="AutoLeveling"/>
- <text name="Control Modes:">
- Modes de contrôle :
- </text>
- <check_box name="JoystickAvatarEnabled">
- Avatar
- </check_box>
- <check_box name="JoystickBuildEnabled">
- Build
- </check_box>
- <check_box name="JoystickFlycamEnabled">
- Flycam
- </check_box>
- <text name="XScale">
- Échelle des X
- </text>
- <text name="YScale">
- Échelle des Y
- </text>
- <text name="ZScale">
- Échelle des Z
- </text>
- <text left="9" name="PitchScale" width="104">
- Échelle du tangage
- </text>
- <text name="YawScale">
- Échelle du lacet
- </text>
- <text name="RollScale">
- Échelle du roulis
- </text>
- <text name="XDeadZone">
- Zone neutre X
- </text>
- <text name="YDeadZone">
- Zone neutre Y
- </text>
- <text name="ZDeadZone">
- Zone neutre Z
- </text>
- <text left="4" name="PitchDeadZone" width="110">
- Zone neutre Tangage
- </text>
- <text name="YawDeadZone">
- Zone neutre lacet
- </text>
- <text name="RollDeadZone">
- Zone neutre roulis
- </text>
- <text name="Feathering">
- Feathering
- </text>
- <text name="ZoomScale2">
- Échelle du zoom
- </text>
- <text left="6" name="ZoomDeadZone" width="110">
- Zone neutre du zoom
- </text>
- <button label="Options par défaut du joystick" name="SpaceNavigatorDefaults"/>
- <button label="OK" label_selected="OK" name="ok_btn"/>
- <button label="Annuler" label_selected="Annuler" name="cancel_btn"/>
- <string name="JoystickMonitor">
- Contrôle du joystick
- </string>
- <string name="Axis">
- Axe [NUM]
- </string>
- <string name="NoDevice">
- aucun joystick détecté
- </string>
-</floater>
+<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Joystick" title="Configuration du joystick"> + <check_box name="enable_joystick"> + Activer : + </check_box> + <spinner label="Mapping axe des X " name="JoystickAxis1"/> + <spinner label="Mapping axe des Y" name="JoystickAxis2"/> + <spinner label="Mapping axe des Z" name="JoystickAxis0"/> + <spinner label="Mapping du tangage" label_width="111" left="8" name="JoystickAxis4" width="152"/> + <spinner label="Mapping du lacet" name="JoystickAxis5"/> + <spinner label="Mapping du roulis" name="JoystickAxis3"/> + <spinner label="Mapping du zoom" name="JoystickAxis6"/> + <check_box label="Zoom direct" name="ZoomDirect"/> + <check_box label="Curseur 3D" name="Cursor3D"/> + <check_box label="Niveau automatique" name="AutoLeveling"/> + <text name="Control Modes:"> + Modes de contrôle : + </text> + <check_box name="JoystickAvatarEnabled"> + Avatar + </check_box> + <check_box name="JoystickBuildEnabled"> + Build + </check_box> + <check_box name="JoystickFlycamEnabled"> + Flycam + </check_box> + <text name="XScale"> + Échelle des X + </text> + <text name="YScale"> + Échelle des Y + </text> + <text name="ZScale"> + Échelle des Z + </text> + <text left="9" name="PitchScale" width="104"> + Échelle du tangage + </text> + <text name="YawScale"> + Échelle du lacet + </text> + <text name="RollScale"> + Échelle du roulis + </text> + <text name="XDeadZone"> + Zone neutre X + </text> + <text name="YDeadZone"> + Zone neutre Y + </text> + <text name="ZDeadZone"> + Zone neutre Z + </text> + <text left="4" name="PitchDeadZone" width="110"> + Zone neutre Tangage + </text> + <text name="YawDeadZone"> + Zone neutre lacet + </text> + <text name="RollDeadZone"> + Zone neutre roulis + </text> + <text name="Feathering"> + Feathering + </text> + <text name="ZoomScale2"> + Échelle du zoom + </text> + <text left="6" name="ZoomDeadZone" width="110"> + Zone neutre du zoom + </text> + <button label="Options par défaut du joystick" name="SpaceNavigatorDefaults"/> + <button label="OK" label_selected="OK" name="ok_btn"/> + <button label="Annuler" label_selected="Annuler" name="cancel_btn"/> + <string name="JoystickMonitor"> + Contrôle du joystick + </string> + <string name="Axis"> + Axe [NUM] + </string> + <string name="NoDevice"> + aucun joystick détecté + </string> +</floater> |