forked from Mmtrx/FS22_ChaffMission
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
86 lines (83 loc) · 2.78 KB
/
modDesc.xml
File metadata and controls
86 lines (83 loc) · 2.78 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
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
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="77">
<author>Mmtrx</author>
<version>1.0.1.0</version>
<title>
<en>Forage Contracts</en>
<de>Häcksel-Aufträge</de>
<fr>Contrats De Forage</fr>
<ru>Контракты на заготовку кормов</ru>
</title>
<description>
<en>
<![CDATA[
Implements field forage harvest contracts
Changelog v1.0.1.1
- fix MP sync (#3)
- Russian translation (#5)
Changelog v1.0.1.0
- Allow choppedmaize fillType for Maize+ (#2)
- Handle fillTypeCategories in selling stations (#3)
]]>
</en>
<de>
<![CDATA[
Erzeugt Aufträge zum Häckseln von Feldern
]]>
</de>
<fr>
<![CDATA[
Les contrats des hacheuse
]]>
</fr>
<ru>
<![CDATA[
Заключает контракты на сбор полевых кормов
]]>
</ru>
</description>
<iconFilename>icon_ChaffMission.dds</iconFilename>
<multiplayer supported="true" />
<extraSourceFiles>
<sourceFile filename="chaffMission.lua" />
</extraSourceFiles>
<missionVehicles filename="missionVehicles/vehicles.xml" />
<l10n>
<text name="fieldJob_jobType_forage">
<en>Forage</en>
<de>Häckseln</de>
<fr>Hacheuse</fr>
<ru>Кормовой</ru>
</text>
<text name="fieldJob_desc_action_forage">
<en>for forage harvesting</en>
<de>zum Häckseln</de>
<fr>pour hacher</fr>
<ru>для заготовки кормов</ru>
</text>
<text name="fieldJob_desc_forage">
<en>Cut %s on field %d and take the forage to %s.</en>
<de>Häcksle %s auf Feld %d, und liefere das Häckselgut an %s.</de>
<fr>Récoltez-hacheuse %s au champ %d. Apportez le produit à %s.</fr>
<ru>Срежьте %s на поле %d и доставьте корм в %s.</ru>
</text>
<text name="bcCheck">
<en><![CDATA[
FS22_ChaffMission is incompatible with BetterContracts versions below v%s.
You can get the latest update of BetterContracts at https://github.com/Mmtrx/FS22_BetterContracts/releases/latest.
]]> </en>
<de><![CDATA[
FS22_ChaffMission ist mit BetterContracts-Versionen kleiner v%s inkompatibel.
Die neueste Version von BetterContracts gibt es unter https://github.com/Mmtrx/FS22_BetterContracts/releases/latest.
]]> </de>
<fr><![CDATA[
FS22_ChaffMission est incompatible avec les versions de BetterContracts inférieures à v%s.
La dernière version de BetterContracts est disponible sur https://github.com/Mmtrx/FS22_BetterContracts/releases/latest.
]]> </fr>
<en><![CDATA[
FS22_ChaffMission несовместима с нижеприведенными версиями BetterContracts v%s.
Вы можете ознакомиться с последними обновлениями BetterContracts по адресу https://github.com/Mmtrx/FS22_BetterContracts/releases/latest.
]]> </en>
</text>
</l10n>
</modDesc>