forked from stijnwop/shuttledrivedirection
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodDesc.xml
101 lines (90 loc) · 3.04 KB
/
modDesc.xml
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="44">
<author>Wopster</author>
<version>1.0.0.1</version>
<title>
<en>ShuttleDriveDirection</en>
</title>
<description>
<en>
<![CDATA[ShuttleDriveDirection]]>
</en>
</description>
<iconFilename>icon.png</iconFilename>
<multiplayer supported="true"/>
<extraSourceFiles>
<sourceFile filename="loader.lua"/>
</extraSourceFiles>
<inputBinding>
<actionBinding action="TOGGLE_DRIVE_DIRECTION">
<binding device="KB_MOUSE_DEFAULT" input="KEY_space"/>
</actionBinding>
<actionBinding action="TOGGLE_DRIVE_FORWARD">
<binding device="KB_MOUSE_DEFAULT" input=""/>
</actionBinding>
<actionBinding action="TOGGLE_DRIVE_BACKWARD">
<binding device="KB_MOUSE_DEFAULT" input=""/>
</actionBinding>
</inputBinding>
<actions>
<action name="TOGGLE_DRIVE_DIRECTION"/>
<action name="TOGGLE_DRIVE_FORWARD"/>
<action name="TOGGLE_DRIVE_BACKWARD"/>
</actions>
<l10n>
<text name="shuttle_activ">
<en>Active</en>
<de>Active</de>
<pl>Active</pl>
<it>Active</it>
</text>
<text name="shuttle_toolTip_activ">
<en>Setting whether shuttle control is active</en>
<de>Setting whether shuttle control is active</de>
<pl>Setting whether shuttle control is active</pl>
<it>Setting whether shuttle control is active</it>
</text>
<text name="Shuttle_ui_frameTitle">
<en>Shuttle Settings</en>
<de>Shuttle Settings</de>
<pl>Shuttle Settings</pl>
<it>Shuttle Settings</it>
</text>
<text name="input_TOGGLE_DRIVE_DIRECTION">
<en>Toggle driving direction</en>
<de>Fahrtrichtung wechseln</de>
<pl>Zmiana kierunku jazdy</pl>
<it>Alterna direzione di guida</it>
</text>
<text name="input_TOGGLE_DRIVE_FORWARD">
<en>Toggle driving direction to forward</en>
<de>Toggle driving direction to forward</de>
<pl>Toggle driving direction to forward</pl>
<it>Toggle driving direction to forward</it>
</text>
<text name="input_TOGGLE_DRIVE_BACKWARD">
<en>Toggle driving direction to backward</en>
<de>Toggle driving direction to backward</de>
<pl>Toggle driving direction to backward</pl>
<it>Toggle driving direction to backward</it>
</text>
<text name="action_toggle_drive_direction">
<en>Change driving direction</en>
<de>Fahrtrichtung wechseln</de>
<pl>Zmień kierunek jazdy</pl>
<it>Cambia direzione di guida</it>
</text>
<text name="action_toggle_drive_direction_forward">
<en>Forward</en>
<de>Forward</de>
<pl>Forward</pl>
<it>Forward</it>
</text>
<text name="action_toggle_drive_direction_backward">
<en>Backward</en>
<de>Backward</de>
<pl>Backward</pl>
<it>Backward</it>
</text>
</l10n>
</modDesc>