-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodDesc.xml
More file actions
175 lines (152 loc) · 7.28 KB
/
modDesc.xml
File metadata and controls
175 lines (152 loc) · 7.28 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<modDesc descVersion="106">
<author>TisonK</author>
<version>2.3.1.1</version>
<modName>FS25_FarmTablet</modName>
<title>
<en>Farm Tablet</en>
<de>Farm-Tablet</de>
<fr>Tablette de Ferme</fr>
<pl>Tablet Farmowy</pl>
<es>Tablet Agrícola</es>
<it>Tablet Agricolo</it>
<cz>Farmářský Tablet</cz>
<br>Tablet Agrícola</br>
<uk>Фермерський планшет</uk>
<ru>Фермерский планшет</ru>
<cn>农场平板</cn>
<da>Farm Tablet</da>
</title>
<description>
<en>Farm Tablet v2 — Complete overhaul. Central tablet interface for farm management with sidebar navigation, rich data visualisation and modular app system.</en>
<de>Farm Tablet v2 – Komplette Überarbeitung. Zentrale Tablet-Oberfläche mit Sidebar-Navigation, reichhaltiger Datenvisualisierung und modularem App-System.</de>
<fr>Farm Tablet v2 — Refonte complète. Interface tablette centrale avec navigation latérale, visualisation de données avancée et système d'applications modulaire.</fr>
<da>Farm Tablet v2 — Komplet redesign. Central tabletgrænseflade til styring af gården med navigation i sidebjælken, detaljeret datavisualisering og et modulært app-system.</da>
</description>
<iconFilename>icon.dds</iconFilename>
<multiplayer supported="true"/>
<extraSourceFiles>
<sourceFile filename="src/main.lua" />
</extraSourceFiles>
<l10n filenamePrefix="translations/translation" defaultLanguage="en">
<text name="input_FT_TOGGLE_TABLET">
<en>Toggle Farm Tablet</en>
<de>Farm-Tablet ein-/ausblenden</de>
<fr>Afficher/Masquer la Tablette</fr>
<es>Alternar Tablet Agrícola</es>
<it>Mostra/Nascondi Tablet</it>
<cz>Zobrazit/Skrýt Tablet</cz>
<pl>Pokaż/Ukryj Tablet</pl>
<br>Alternar Tablet</br>
<uk>Показати/сховати планшет</uk>
<ru>Показать/скрыть планшет</ru>
<da>Skift Farm Tablet</da>
</text>
</l10n>
<helpLines>
<!-- ── Category 1: Getting Started ──────────────────────── -->
<category title="$l10n_ft_help_cat_start">
<page title="$l10n_ft_help_p1_title" iconSliceId="icon_info">
<paragraph>
<title text="$l10n_ft_help_p1_open_title" />
<text text="$l10n_ft_help_p1_open_text" />
</paragraph>
<paragraph>
<title text="$l10n_ft_help_p1_nav_title" />
<text text="$l10n_ft_help_p1_nav_text" />
</paragraph>
</page>
<page title="$l10n_ft_help_p2_title" iconSliceId="icon_info">
<paragraph>
<title text="$l10n_ft_help_p2_move_title" />
<text text="$l10n_ft_help_p2_move_text" />
</paragraph>
<paragraph>
<title text="$l10n_ft_help_p2_key_title" />
<text text="$l10n_ft_help_p2_key_text" />
</paragraph>
</page>
</category>
<!-- ── Category 2: Farm Apps ─────────────────────────────── -->
<category title="$l10n_ft_help_cat_apps">
<page title="$l10n_ft_help_a1_title" iconSliceId="icon_info">
<paragraph>
<title text="$l10n_ft_help_a1_dash_title" />
<text text="$l10n_ft_help_a1_dash_text" />
</paragraph>
<paragraph>
<title text="$l10n_ft_help_a1_weather_title" />
<text text="$l10n_ft_help_a1_weather_text" />
</paragraph>
</page>
<page title="$l10n_ft_help_a2_title" iconSliceId="icon_info">
<paragraph>
<title text="$l10n_ft_help_a2_fields_title" />
<text text="$l10n_ft_help_a2_fields_text" />
</paragraph>
<paragraph>
<title text="$l10n_ft_help_a2_animals_title" />
<text text="$l10n_ft_help_a2_animals_text" />
</paragraph>
</page>
<page title="$l10n_ft_help_a3_title" iconSliceId="icon_info">
<paragraph>
<title text="$l10n_ft_help_a3_workshop_title" />
<text text="$l10n_ft_help_a3_workshop_text" />
</paragraph>
<paragraph>
<title text="$l10n_ft_help_a3_bucket_title" />
<text text="$l10n_ft_help_a3_bucket_text" />
</paragraph>
</page>
</category>
<!-- ── Category 3: Companion Mod Apps ───────────────────── -->
<category title="$l10n_ft_help_cat_mods">
<page title="$l10n_ft_help_m1_title" iconSliceId="icon_info">
<paragraph>
<title text="$l10n_ft_help_m1_income_title" />
<text text="$l10n_ft_help_m1_income_text" />
</paragraph>
<paragraph>
<title text="$l10n_ft_help_m1_tax_title" />
<text text="$l10n_ft_help_m1_tax_text" />
</paragraph>
</page>
<page title="$l10n_ft_help_m2_title" iconSliceId="icon_info">
<paragraph>
<title text="$l10n_ft_help_m2_cropstress_title" />
<text text="$l10n_ft_help_m2_cropstress_text" />
</paragraph>
<paragraph>
<title text="$l10n_ft_help_m2_soil_title" />
<text text="$l10n_ft_help_m2_soil_text" />
</paragraph>
</page>
<page title="$l10n_ft_help_m3_title" iconSliceId="icon_info">
<paragraph>
<title text="$l10n_ft_help_m3_appstore_title" />
<text text="$l10n_ft_help_m3_appstore_text" />
</paragraph>
</page>
</category>
<!-- ── Category 4: Settings & Console ───────────────── -->
<category title="$l10n_ft_help_cat_settings">
<page title="$l10n_ft_help_s1_title" iconSliceId="icon_info">
<paragraph>
<title text="$l10n_ft_help_s1_settings_title" />
<text text="$l10n_ft_help_s1_settings_text" />
</paragraph>
<paragraph>
<title text="$l10n_ft_help_s1_sound_title" />
<text text="$l10n_ft_help_s1_sound_text" />
</paragraph>
</page>
<page title="$l10n_ft_help_s2_title" iconSliceId="icon_info">
<paragraph>
<title text="$l10n_ft_help_s2_console_title" />
<text text="$l10n_ft_help_s2_console_text" />
</paragraph>
</page>
</category>
</helpLines>
</modDesc>