-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
41 lines (38 loc) · 1.33 KB
/
modDesc.xml
File metadata and controls
41 lines (38 loc) · 1.33 KB
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
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="37">
<author>baron</author>
<version>1.0.0.1</version>
<title>
<en>FBP3135 Toggle Wrapper</en>
</title>
<description>
<en>
<![CDATA[Allows bale wrapping with the KUHN FBP 3135 to be enabled or disabled.]]>
</en>
<de>
<![CDATA[Ermöglicht das ballenwickeln mit dem KUHN FBP 3135 aktiviert oder deaktiviert.]]> <!-- google translate -->
</de>
<fr>
<![CDATA[l’activation ou la désactivation de l’enveloppe de balles avec le KUHN FBP 3135.]]>
</fr>
</description>
<iconFilename>icon.dds</iconFilename>
<multiplayer supported="true"/>
<extraSourceFiles>
<sourceFile filename="register.lua"/>
</extraSourceFiles>
<inputBindings>
</inputBindings>
<l10n>
<text name="TGWP_ISENABLED">
<en>Bale wrapper is [ON]</en>
<de>Ballenwickler ist [AN] </de> <!-- google translate -->
<fr>L’emballage de balles est [ACTIVÉ]</fr>
</text>
<text name="TGWP_ISDISABLED">
<en>Bale wrapper is [OFF]</en>
<de>Ballenwickler ist [AUS] </de> <!-- google translate -->
<fr>L’emballage de balles est [DÉSACTIVÈE]</fr>
</text>
</l10n>
</modDesc>