diff options
author | David Walter Seikel | 2011-12-03 18:50:34 +1000 |
---|---|---|
committer | David Walter Seikel | 2011-12-03 18:50:34 +1000 |
commit | d3b9f715f0ad9516fa350a5c0b83330b733ee0f9 (patch) | |
tree | e1481a7b83ae6f4fa0a88c4eebb6dbecd83e86fd /linden/indra/newview/skins/default/xui/nl/floater_joystick.xml | |
parent | Another possible fix for misplaced HUDs? (diff) | |
parent | Made the voice license window resizable (diff) | |
download | meta-impy-d3b9f715f0ad9516fa350a5c0b83330b733ee0f9.zip meta-impy-d3b9f715f0ad9516fa350a5c0b83330b733ee0f9.tar.gz meta-impy-d3b9f715f0ad9516fa350a5c0b83330b733ee0f9.tar.bz2 meta-impy-d3b9f715f0ad9516fa350a5c0b83330b733ee0f9.tar.xz |
Merge branch 'next' of git://github.com/imprudence/imprudence into next
Removed the new "Set your own Imprudence tag colour feature". Should check though, might be bits left that where not obvious.
Conflicts:
.gitignore
linden/indra/cmake/00-Common.cmake
linden/indra/newview/llvoavatar.cpp
linden/indra/newview/res/viewerRes.rc
linden/indra/newview/skins/default/xui/en-us/panel_login.xml
linden/indra/newview/viewer_manifest.py
linden/indra/newview/viewerinfo.cpp
The usual branding conflicts.
Diffstat (limited to 'linden/indra/newview/skins/default/xui/nl/floater_joystick.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/nl/floater_joystick.xml | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/nl/floater_joystick.xml b/linden/indra/newview/skins/default/xui/nl/floater_joystick.xml new file mode 100644 index 0000000..dcdddd0 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/nl/floater_joystick.xml | |||
@@ -0,0 +1,86 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <floater name="Joystick" title="Joystick configuratie"> | ||
3 | <check_box name="enable_joystick" width="80"> | ||
4 | Joystick inschakelen: | ||
5 | </check_box> | ||
6 | <text left="146" name="joystick_type" width="360"/> | ||
7 | <spinner label="X-as mapping" name="JoystickAxis1"/> | ||
8 | <spinner label="Y-as mapping" name="JoystickAxis2"/> | ||
9 | <spinner label="Z-as mapping" name="JoystickAxis0"/> | ||
10 | <spinner label="Stampen mapping" name="JoystickAxis4"/> | ||
11 | <spinner label="Gieren mapping" name="JoystickAxis5"/> | ||
12 | <spinner label="Rollen mapping" name="JoystickAxis3"/> | ||
13 | <spinner label="Zoom mapping" name="JoystickAxis6"/> | ||
14 | <check_box label="Directe zoom" name="ZoomDirect"/> | ||
15 | <check_box label="3D Cursor" name="Cursor3D"/> | ||
16 | <check_box label="Automatisch niveau" name="AutoLeveling"/> | ||
17 | <text name="Control Modes:"> | ||
18 | Besturingsmodi: | ||
19 | </text> | ||
20 | <check_box name="JoystickAvatarEnabled"> | ||
21 | Avatar | ||
22 | </check_box> | ||
23 | <check_box name="JoystickBuildEnabled"> | ||
24 | Bouwen | ||
25 | </check_box> | ||
26 | <check_box name="JoystickFlycamEnabled"> | ||
27 | Vliegcamera | ||
28 | </check_box> | ||
29 | <text name="XScale"> | ||
30 | X schaal | ||
31 | </text> | ||
32 | <text name="YScale"> | ||
33 | Y schaal | ||
34 | </text> | ||
35 | <text name="ZScale"> | ||
36 | Z schaal | ||
37 | </text> | ||
38 | <text name="PitchScale"> | ||
39 | Stampen schaal | ||
40 | </text> | ||
41 | <text name="YawScale"> | ||
42 | Gieren schaal | ||
43 | </text> | ||
44 | <text name="RollScale"> | ||
45 | Rollen schaal | ||
46 | </text> | ||
47 | <text name="XDeadZone"> | ||
48 | X dode zone | ||
49 | </text> | ||
50 | <text name="YDeadZone"> | ||
51 | Y dode zone | ||
52 | </text> | ||
53 | <text name="ZDeadZone"> | ||
54 | Z dode zone | ||
55 | </text> | ||
56 | <text name="PitchDeadZone" left="4" width="110"> | ||
57 | Stampen dode zone | ||
58 | </text> | ||
59 | <text name="YawDeadZone"> | ||
60 | Gieren dode zone | ||
61 | </text> | ||
62 | <text name="RollDeadZone"> | ||
63 | Rollen dode zone | ||
64 | </text> | ||
65 | <text name="Feathering"> | ||
66 | Feathering | ||
67 | </text> | ||
68 | <text name="ZoomScale2"> | ||
69 | Zoomschaal | ||
70 | </text> | ||
71 | <text name="ZoomDeadZone"> | ||
72 | Zoom dode zone | ||
73 | </text> | ||
74 | <button label="SpaceNavigator standaardwaarden" name="SpaceNavigatorDefaults" width="200" font="SansSerifSmall"/> | ||
75 | <button label="OK" label_selected="OK" name="ok_btn"/> | ||
76 | <button label="Annuleren" label_selected="Annuleren" name="cancel_btn" left_delta="110"/> | ||
77 | <string name="JoystickMonitor"> | ||
78 | Joystick monitor | ||
79 | </string> | ||
80 | <string name="Axis"> | ||
81 | As [NUM] | ||
82 | </string> | ||
83 | <string name="NoDevice"> | ||
84 | Geen apparaat gedetecteerd | ||
85 | </string> | ||
86 | </floater> | ||