-
Notifications
You must be signed in to change notification settings - Fork 5
/
modDesc.xml
84 lines (78 loc) · 2.71 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
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="92">
<author>VertexDezign</author>
<version>1.0.0.0</version>
<title>
<en>Park Vehicle</en>
<de>Parkfunktion Für Fahrzeuge</de>
<tr>Aracı Park Et</tr>
</title>
<description>
<en>
<![CDATA[
You can (de)activate the tabbing of the current vehicle with Ctrl + T to “park” vehicles.
With Shift + Ctrl + T you can activate tabbing again for all your vehicles.
In Multiplayer the parking state is only set for yourself.
The state is saved in single player and in multiplayer.
Github-link: https://github.com/VertexDezign/ParkVehicle
]]>
</en>
<de>
<![CDATA[
Mit Strg + T kannst du das Tabben für das aktuelle Fahrzeug (de)aktivieren um Fahrzeuge zu "parken".
Mit Shift + Strg + T kannst du das Tabben wieder für alle deine Fahrzeuge aktivieren.
Im Multiplayer wird der Parkstatus nur für dich selbst gesetzt.
Der Status wird im Einzelspieler und im Multiplayer gespeichert.
Github-Link: https://github.com/VertexDezign/ParkVehicle
]]>
</de>
<tr>
<![CDATA[
Araçları “park etmek” için Ctrl + T ile mevcut aracın sekmesini etkinleştirebilirsiniz/kapatabilirsiniz.
Shift + Ctrl + T ile tüm araçlarınız için park etmeyi tekrar etkinleştirebilirsiniz.
Çok oyunculu modda park durumu sadece kendiniz için ayarlanır.
Durum tek oyunculuda ve çok oyunculuda kaydedilir.
Github-Link: https://github.com/VertexDezign/ParkVehicle
]]>
</tr>
</description>
<iconFilename>icon_parkVehicle.png</iconFilename>
<multiplayer supported="true"/>
<extraSourceFiles>
<sourceFile filename="loader.lua"/>
</extraSourceFiles>
<l10n>
<text name="input_PARKVEHICLE_01">
<en>Park vehicle</en>
<de>Fahrzeug parken</de>
<tr>Aracı park et</tr>
</text>
<text name="input_PARKVEHICLE_UNPARK_ALL">
<en>UnPark all vehicles</en>
<de>Alle Fahrzeug entparken</de>
<tr>Tüm araçları parktan çıkar</tr>
</text>
<text name="PARKVEHICLE_01">
<en>Park vehicle</en>
<de>Fahrzeug parken</de>
<tr>Aracı park et</tr>
</text>
<text name="PARKVEHICLE_UNPARK_ALL">
<en>UnPark all vehicles</en>
<de>Alle Fahrzeug entparken</de>
<tr>Tüm araçları parktan çıkar</tr>
</text>
</l10n>
<actions>
<action name="PARKVEHICLE_01" category="VEHICLE"/>
<action name="PARKVEHICLE_UNPARK_ALL" />
</actions>
<inputBinding>
<actionBinding action="PARKVEHICLE_01">
<binding device="KB_MOUSE_DEFAULT" input="KEY_lctrl KEY_t" />
</actionBinding>
<actionBinding action="PARKVEHICLE_UNPARK_ALL">
<binding device="KB_MOUSE_DEFAULT" input="KEY_lshift KEY_lctrl KEY_t" />
</actionBinding>
</inputBinding>
</modDesc>