-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodDesc.xml
61 lines (57 loc) · 2.64 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
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="79">
<author>Farmsim Tim</author>
<version>1.0.1.0</version>
<title>
<en>A Height Type Debugger</en>
<de>A Height Type Debugger</de>
</title>
<description>
<en><![CDATA[This mod helps you to find out why there are too many height types.]]></en>
<de><![CDATA[Diese Mod hilft dabei, herauszufinden, warum es zu viele Height Types gibt.]]></de>
</description>
<iconFilename>icon_aaHeighTypeDebugger.dds</iconFilename>
<extraSourceFiles>
<sourceFile filename="scripts/HeightTypeDebugger.lua" />
</extraSourceFiles>
<l10n>
<text name="user_text_intro">
<en>There are %d height types, but the map can only handle %d types.</en>
<de>Es gibt %d Height Types, aber die Karte kann nur %d Typen verarbeiten.</de>
</text>
<text name="user_text_intro_good">
<en>There are %d height types and the map can handle %d types.</en>
<de>Es gibt %d Height Types und die Karte kann %d Typen verarbeiten.</de>
</text>
<text name="user_text_intro_two">
<en>The following sources have registered height types:</en>
<de>Die folgenden Quellen haben Height Types registriert:</de>
</text>
<text name="user_text_height_types">
<en>%d height types</en>
<de>%d Typen</de>
</text>
<text name="user_text_outro">
<en>You need to deactivate mods with a total of at least %d height types, or modify the map to support %d Height Types.</en>
<de>Du musst Mods mit insgesamt mindestens %d Height Types deaktivieren, oder die Karte anpassen, sodass sie %d Height Types unterstützt.</de>
</text>
<text name="base_game">
<en>Base Game</en>
<de>Basisspiel</de>
</text>
<text name="platinum_expansion">
<en>Platinum Expansion</en>
</text>
<text name="premium_expansion">
<en>Premium Expansion</en>
</text>
<text name="user_title_height_type_reduction">
<en>Reduction of the number of possible height types</en>
<de>Reduktion der maximalen Anzahl von Height Types</de>
</text>
<text name="user_text_height_type_reduction">
<en>The maximum number of height types was reduced by loading the following mods: %s. Please remove this/these mod(s).</en>
<de>Die maximale Anzahl von Height Types wurde durch das Laden der folgenden Mods reduziert: %s. Bitte entferne diese(n) Mod(s).</de>
</text>
</l10n>
</modDesc>