-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmodDesc.xml
More file actions
129 lines (122 loc) · 4.13 KB
/
modDesc.xml
File metadata and controls
129 lines (122 loc) · 4.13 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<modDesc descVersion="77">
<author>Mmtrx</author>
<version>1.0.3.0</version>
<title>
<en>Forage Contracts</en>
<de>Häcksel-Aufträge</de>
<fr>Contrats De Forage</fr>
<cz>Zakázky na řezanku</cz>
<ru>Контракты на заготовку кормов</ru>
<pl>Kontrakt na sieczkę</pl>
</title>
<description>
<en>
<![CDATA[
Implements field forage harvest contracts
Changelog v1.0.3.0
- adequate sellpoints (#11)
- mow header for grain chaff missions (#16)
- lowered reward/ha, lower prob on forage-ready fields (#16)
Changelog v1.0.1.1
- fix MP sync (#3)
- Russian, Czech 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>
<cz>
<![CDATA[
Generuje zakázky o sklizni řezanky na poli
]]>
</cz>
<ru>
<![CDATA[
Заключает контракты на сбор полевых кормов
]]>
</ru>
<pl>
<![CDATA[
Dodano kontrakty na sieczkę z pól
Dzinnik zmian:
v1.0.2.0
- Poprawiono wykrywanie odpowienich punktów sprzedaży (#11)
v1.0.1.1
- Naprawiono synchronizację w MP (#3)
- Dodano tłumaczenie rosyjskie i czeskie (#5)
v1.0.1.0
- Dodano wsparcie dla ładunku "choppedmaize" dla Maize+ (#2)
- Dodano wsparcie dla fillTypeCategories w punktach sprzedaży (#3)
]]>
</pl>
</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>
<cz>Řezanka</cz>
<ru>Кормовой</ru>
<pl>Sieczka</pl>
</text>
<text name="fieldJob_desc_action_forage">
<en>for forage harvesting</en>
<de>zum Häckseln</de>
<fr>pour hacher</fr>
<cz>pro sklizeň řezanky</cz>
<ru>для заготовки кормов</ru>
<pl>za zebranie uprawy na sieczkę</pl>
</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>
<cz>Posekejte %s na poli %d a odvezte řezanku do %s.</cz>
<ru>Срежьте %s на поле %d и доставьте корм в %s.</ru>
<pl>Zetnij %s na polu %d i dostarcz sieczkę do %s.</pl>
</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>
<cz><![CDATA[
FS22_ChaffMission není kompatibilní s verzemi BetterContracts pod v%s.
Nejnovější aktualizaci BetterContracts můžete získat na https://github.com/Mmtrx/FS22_BetterContracts/releases/latest.
]]> </cz>
<ru><![CDATA[
FS22_ChaffMission несовместима с нижеприведенными версиями BetterContracts v%s.
Вы можете ознакомиться с последними обновлениями BetterContracts по адресу https://github.com/Mmtrx/FS22_BetterContracts/releases/latest.
]]> </ru>
<pl><![CDATA[
FS22_ChaffMission jest niekompatybilny z BetterContracts poniżej wersji %s.
Najnowszą wersję BetterContracts znajdziesz tutaj: https://github.com/Mmtrx/FS22_BetterContracts/releases/latest
]]> </pl>
</text>
</l10n>
</modDesc>