Subversion Repositories Projects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2136 - 1
/*****************************************************************************
2
 *****************************************************************************/
3
 
4
//############################################################################
5
//# HISTORY  mkparameters_messages.h
6
//#
7
//# 16.07.2015 Cebra
8
//# - add: Texte für neue Parameter in FC 2.11a inkl. der ID's
9
//#        const char param_singleWpControlChannel_de
10
//#        const char param_MenuKeyChannel_de
11
//#
12
//# 09.04.2015 Cebra
13
//# - add: Texte für neue Parameter in FC 2.09j
14
//#        const char param_ServoNickFails_de[],const char param_ServoRollFails_de[], const char param_Servo3Fails_de[],
15
//#        const char param_Servo4Fails_de[], const char param_Servo5Fails_de[]
16
//#
17
//# 26.09.2014 Cebra
18
//# - add: Text Höhe Tilt Compensation (FC207f)
19
//#
20
//# 04.06.2014 OG
21
//# - chg: Text von ID_MENU_FAVORITEN etwas gekuerzt
22
//#
23
//# 07.05.2014 OG
24
//# - chg: ID_MENU_FAVORITEN_en
25
//#
26
//# 18.04.2014 OG
27
//# - chg: Textanpassung: param_NaviGpsMinSat_de, param_NaviStickThreshold_de
28
//#
29
//# 17.04.2014 OG
30
//# - add: param_Servo3OnValue, param_Servo3OffValue, param_Servo4OnValue
31
//#        param_Servo4OffValue
32
//# - add: param_NaviMaxFlyingRange, param_NaviDescendRange
33
//# - chg: Textanpassung: param_WARN_J16_Bitmask_de, param_WARN_J17_Bitmask_de
34
//# - chg: Textanpassung: param_J16Bitmask, param_J16Timing
35
//# - chg: Textanpassung: param_J17Bitmask, param_J17Timing
36
//# - chg: Textanpassung: param_SingleWpSpeed_de
37
//# - chg: Textanpassung: param_ServoNickRefresh_de, param_ServoManualControlSpeed_de
38
//# - chg: Textanpassung: param_ServoRollControl_de
39
//#
40
//# 07.04.2014 OG
41
//# - chg: kleine Aenderungen an englischen Texten
42
//#
43
//# 06.04.2014 CB
44
//# - add: englische Menütexte ergänzt
45
//#
46
//# 30.03.2014 OG
47
//# - chg: Sprache Hollaendisch vollstaendig entfernt
48
//#
49
//# 28.03.2014 OG
50
//# - add: paramID-Texte fuer Rev. 100
51
//#        (param_AutoPhotoDistance, param_AutoPhotoAtitudes, param_SingleWpSpeed)
52
//#
53
//# 16.03.2014 OG
54
//# erste groesstenteils fertige Version
55
//#
56
//# 23.02.2014 OG - NEU
57
//############################################################################
58
 
59
#ifndef _MKPARAMETERS_MESSAGES_H
60
#define _MKPARAMETERS_MESSAGES_H
61
 
62
 
63
//#############################################################################################
64
//# Texte: Menues von mkparameters
65
//#############################################################################################
66
 
67
static const char ID_MENU_TEST_de[]             PROGMEM = "TEST/DEBUG";
68
#define           ID_MENU_TEST_en               ID_MENU_TEST_de
69
 
70
static const char ID_MENU_FAVORITEN_de[]        PROGMEM = "Favoriten";
71
static const char ID_MENU_FAVORITEN_en[]        PROGMEM = "Favorites";
72
 
73
static const char ID_MENU_KANAELE_de[]          PROGMEM = "Kanäle";
74
static const char ID_MENU_KANAELE_en[]          PROGMEM = "Channel";
75
 
76
static const char ID_MENU_KONFIGURATION_de[]    PROGMEM = "Konfiguration";
77
static const char ID_MENU_KONFIGURATION_en[]    PROGMEM = "Configuration";
78
 
79
static const char ID_MENU_STICK_de[]            PROGMEM = "Stick";
80
#define           ID_MENU_STICK_en              ID_MENU_STICK_de
81
 
82
static const char ID_MENU_LOOPING_de[]          PROGMEM = "Looping";
83
#define           ID_MENU_LOOPING_en            ID_MENU_LOOPING_de
84
 
85
static const char ID_MENU_HOEHE_de[]            PROGMEM = "Höhe";
86
static const char ID_MENU_HOEHE_en[]            PROGMEM = "Altitude";
87
 
88
static const char ID_MENU_KAMERA_de[]           PROGMEM = "Kamera";
89
static const char ID_MENU_KAMERA_en[]           PROGMEM = "Camera";
90
 
91
static const char ID_MENU_NAVICTRL_de[]         PROGMEM = "Navi-Ctrl";
92
#define           ID_MENU_NAVICTRL_en           ID_MENU_NAVICTRL_de
93
 
94
static const char ID_MENU_AUSGAENGE_de[]        PROGMEM = "Ausgänge";
95
static const char ID_MENU_AUSGAENGE_en[]        PROGMEM = "Outputs";
96
 
97
static const char ID_MENU_VERSCHIEDENES_de[]    PROGMEM = "Verschiedenes";
98
static const char ID_MENU_VERSCHIEDENES_en[]    PROGMEM = "Miscellaneous";
99
 
100
static const char ID_MENU_GYRO_de[]             PROGMEM = "Gyro";
101
#define           ID_MENU_GYRO_en               ID_MENU_GYRO_de
102
 
103
static const char ID_MENU_BENUTZER_de[]         PROGMEM = "Benutzer";
104
static const char ID_MENU_BENUTZER_en[]         PROGMEM = "User";
105
 
106
static const char ID_MENU_ACHSKOPPLUNG_de[]     PROGMEM = "Achskopplung";
107
static const char ID_MENU_ACHSKOPPLUNG_en[]     PROGMEM = "Coupl Axes";
108
 
109
/*
110
static const char ID_MENU_MIXERSETUP_de[]       PROGMEM = "Mixer-Setup";
111
static const char ID_MENU_MIXERSETUP_en[]       PROGMEM = "Config Mix";
112
*/
113
 
114
static const char ID_MENU_EASYSETUP_de[]        PROGMEM = "Easy Setup";
115
#define           ID_MENU_EASYSETUP_en          ID_MENU_EASYSETUP_de
116
 
117
 
118
 
119
//#############################################################################################
120
//# Bezeichnungen der paramID's
121
//#############################################################################################
122
 
123
// Hier ist erstmal alles deklariert was auch in paramset.h vorhanden ist.
124
// Wenn der Compiler richtig eingestellt ist, dann wird alles nicht benoetigte wegoptimiert!
125
 
126
static const char param_Hoehe_MinGas_de[]                       PROGMEM = "Min. Gas";
127
static const char param_Hoehe_MinGas_en[]                       PROGMEM = "min. throttle";
128
 
129
static const char param_Luftdruck_D_de[]                        PROGMEM = "Luftdruck D";
130
static const char param_Luftdruck_D_en[]                        PROGMEM = "barometric D";
131
 
132
static const char param_HoeheChannel_de[]                       PROGMEM = "Höhe Sollwert";
133
static const char param_HoeheChannel_en[]                       PROGMEM = "hight setpoint";
134
 
135
static const char param_Hoehe_P_de[]                            PROGMEM = "Höhe P";
136
static const char param_Hoehe_P_en[]                            PROGMEM = "altitude P";
137
 
138
static const char param_Hoehe_Verstaerkung_de[]                 PROGMEM = "Verstärk./Rate";
139
static const char param_Hoehe_Verstaerkung_en[]                 PROGMEM = "gain rate";
140
 
141
static const char param_Hoehe_ACC_Wirkung_de[]                  PROGMEM = "Z-ACC";
142
#define           param_Hoehe_ACC_Wirkung_en                    param_Hoehe_ACC_Wirkung_de
143
 
144
static const char param_Hoehe_HoverBand_de[]                    PROGMEM = "Schwebe-Gas";
145
static const char param_Hoehe_HoverBand_en[]                    PROGMEM = "hoover throttle";
146
 
147
static const char param_Hoehe_GPS_Z_de[]                        PROGMEM = "GPS Z";
148
#define           param_Hoehe_GPS_Z_en                          param_Hoehe_GPS_Z_de
149
 
150
static const char param_Hoehe_Tilt_Comp_de[]                    PROGMEM = "Tilt Compensation";
151
#define           param_Hoehe_Tilt_Comp_en                      param_Hoehe_Tilt_Comp_de
152
 
153
static const char param_Hoehe_StickNeutralPoint_de[]            PROGMEM = "Stick Neutr.Punkt";
154
static const char param_Hoehe_StickNeutralPoint_en[]            PROGMEM = "stick neutr.point";
155
 
156
static const char param_Stick_P_de[]                            PROGMEM = "Nick/Roll P";
157
static const char param_Stick_D_de[]                            PROGMEM = "Nick/Roll D";
158
static const char param_StickGier_P_de[]                        PROGMEM = "Gier P";
159
#define           param_Stick_P_en                              param_Stick_P_de
160
#define           param_Stick_D_en                              param_Stick_D_de
161
#define           param_StickGier_P_en                          param_StickGier_P_de
162
 
163
 
164
static const char param_Gas_Min_de[]                            PROGMEM = "Min. Gas";
165
static const char param_Gas_Min_en[]                            PROGMEM = "min. throttle";
166
 
167
static const char param_Gas_Max_de[]                            PROGMEM = "Max. Gas";
168
static const char param_Gas_Max_en[]                            PROGMEM = "max. throttle";
169
 
170
static const char param_GyroAccFaktor_de[]                      PROGMEM = "ACC/Gyro Faktor";
171
#define           param_GyroAccFaktor_en                        param_GyroAccFaktor_de
172
 
173
static const char param_KompassWirkung_de[]                     PROGMEM = "Kompasswirkung";
174
static const char param_KompassWirkung_en[]                     PROGMEM = "compass effect";
175
 
176
static const char param_Gyro_P_de[]                             PROGMEM = "Gyro P";
177
static const char param_Gyro_I_de[]                             PROGMEM = "Gyro I";
178
static const char param_Gyro_D_de[]                             PROGMEM = "Gyro D";
179
static const char param_Gyro_Gier_P_de[]                        PROGMEM = "Gier P";
180
static const char param_Gyro_Gier_I_de[]                        PROGMEM = "Gier I";
181
static const char param_Gyro_Stability_de[]                     PROGMEM = "Gyro stab.";
182
#define           param_Gyro_P_en                               param_Gyro_P_de
183
#define           param_Gyro_I_en                               param_Gyro_I_de
184
#define           param_Gyro_D_en                               param_Gyro_D_de
185
#define           param_Gyro_Gier_P_en                          param_Gyro_Gier_P_de
186
#define           param_Gyro_Gier_I_en                          param_Gyro_Gier_I_de
187
#define           param_Gyro_Stability_en                       param_Gyro_Stability_de
188
 
189
static const char param_UnterspannungsWarnung_de[]              PROGMEM = "Unterspannung  [0.1V]";
190
static const char param_UnterspannungsWarnung_en[]              PROGMEM = "undervoltage   [0.1V]";
191
 
192
static const char param_NotGas_de[]                             PROGMEM = "NOT-Gas";
193
static const char param_NotGas_en[]                             PROGMEM = "Emerg.Throttle";
194
 
195
static const char param_NotGasZeit_de[]                         PROGMEM = "NOT-Gas Zeit   [0.1s]";
196
static const char param_NotGasZeit_en[]                         PROGMEM = "Emerg.Thro.Time[0.1s]";
197
 
198
static const char param_Receiver_de[]                           PROGMEM = "Receiver";
199
#define           param_Receiver_en                             param_Receiver_de
200
 
201
static const char param_I_Faktor_de[]                           PROGMEM = "Hauptregler I";
202
static const char param_I_Faktor_en[]                           PROGMEM = "main I";
203
 
204
static const char param_UserParam1_de[]                         PROGMEM = "Parameter 1";
205
static const char param_UserParam2_de[]                         PROGMEM = "Parameter 2";
206
static const char param_UserParam3_de[]                         PROGMEM = "Parameter 3";
207
static const char param_UserParam4_de[]                         PROGMEM = "Parameter 4";
208
#define           param_UserParam1_en                           param_UserParam1_de
209
#define           param_UserParam2_en                           param_UserParam2_de
210
#define           param_UserParam3_en                           param_UserParam3_de
211
#define           param_UserParam4_en                           param_UserParam4_de
212
 
213
static const char param_ServoNickControl_de[]                   PROGMEM = "Nick Ansteuerung";
214
static const char param_ServoNickControl_en[]                   PROGMEM = "nick servo ctrl";
215
 
216
static const char param_ServoNickComp_de[]                      PROGMEM = "Nick Kompensation";
217
static const char param_ServoNickComp_en[]                      PROGMEM = "nick servo comp.";
218
 
219
static const char param_ServoNickFails_de[]                     PROGMEM = "Nick Failsave Wert";
220
static const char param_ServoNickFails_en[]                     PROGMEM = "nick failsave value";
221
 
222
 
223
static const char param_ServoNickMin_de[]                       PROGMEM = "Nick Servo Minimum";
224
static const char param_ServoNickMax_de[]                       PROGMEM = "Nick Servo Maximum";
225
#define           param_ServoNickMin_en                         param_ServoNickMin_de
226
#define           param_ServoNickMax_en                         param_ServoNickMax_de
227
 
228
static const char param_ServoRollControl_de[]                   PROGMEM = "Roll Ansteuerung";
229
static const char param_ServoRollControl_en[]                   PROGMEM = "roll servo ctrl.";
230
 
231
static const char param_ServoRollComp_de[]                      PROGMEM = "Roll Kompensation";
232
static const char param_ServoRollComp_en[]                      PROGMEM = "roll compensation";
233
 
234
static const char param_ServoRollFails_de[]                     PROGMEM = "Roll Failsave Wert";
235
static const char param_ServoRollFails_en[]                     PROGMEM = "roll failsave value";
236
 
237
static const char param_ServoRollMin_de[]                       PROGMEM = "Roll Minimum";
238
static const char param_ServoRollMax_de[]                       PROGMEM = "Roll Maximum";
239
#define           param_ServoRollMin_en                         param_ServoRollMin_de
240
#define           param_ServoRollMax_en                         param_ServoRollMax_de
241
 
242
//static const char param_ServoNickRefresh_de[]                   PROGMEM = "Anst. Geschw.";  // ALT
243
static const char param_ServoNickRefresh_de[]                   PROGMEM = "Anst. Geschwindigkeit";
244
static const char param_ServoNickRefresh_en[]                   PROGMEM = "servo refresh";
245
 
246
static const char param_ServoManualControlSpeed_de[]            PROGMEM = "Manu. Geschwindigkeit.";
247
static const char param_ServoManualControlSpeed_en[]            PROGMEM = "manuell Speed";
248
 
249
static const char param_CamOrientation_de[]                     PROGMEM = "Cam Richtung";
250
static const char param_CamOrientation_en[]                     PROGMEM = "cam orientation";
251
 
252
static const char param_Servo3_de[]                             PROGMEM = "Servo 3";
253
#define           param_Servo3_en                               param_Servo3_de
254
 
255
static const char param_Servo3Fails_de[]                        PROGMEM = "Servo 3 Failsave Wert";
256
static const char param_Servo3Fails_en[]                        PROGMEM = "Servo 3 failsave value";
257
 
258
static const char param_Servo4_de[]                             PROGMEM = "Servo 4";
259
#define           param_Servo4_en                               param_Servo4_de
260
 
261
static const char param_Servo4Fails_de[]                        PROGMEM = "Servo 4 Failsave Wert";
262
static const char param_Servo4Fails_en[]                        PROGMEM = "Servo 4 failsave value";
263
 
264
static const char param_Servo5_de[]                             PROGMEM = "Servo 5";
265
#define           param_Servo5_en                               param_Servo5_de
266
 
267
static const char param_Servo5Fails_de[]                        PROGMEM = "Servo 5 Failsave Wert";
268
static const char param_Servo5Fails_en[]                        PROGMEM = "Servo 5 failsave value";
269
 
270
 
271
static const char param_Servo3OnValue_de[]                      PROGMEM = "Servo 3 On     Out1/2";
272
static const char param_Servo3OffValue_de[]                     PROGMEM = "Servo 3 Off    Out1/2";
273
static const char param_Servo4OnValue_de[]                      PROGMEM = "Servo 4 On     Out1/2";
274
static const char param_Servo4OffValue_de[]                     PROGMEM = "Servo 4 Off    Out1/2";
275
#define           param_Servo3OnValue_en                        param_Servo3OnValue_de
276
#define           param_Servo3OffValue_en                       param_Servo3OffValue_de
277
#define           param_Servo4OnValue_en                        param_Servo4OnValue_de
278
#define           param_Servo4OffValue_en                       param_Servo4OffValue_de
279
 
280
 
281
static const char param_LoopGasLimit_de[]                       PROGMEM = "Looping Gas Limit";
282
static const char param_LoopGasLimit_en[]                       PROGMEM = "loop throttle limit";
283
 
284
static const char param_LoopThreshold_de[]                      PROGMEM = "Ansprechschwelle";
285
static const char param_LoopThreshold_en[]                      PROGMEM = "response threshold";
286
 
287
static const char param_LoopHysterese_de[]                      PROGMEM = "Hysterese";
288
static const char param_LoopHysterese_en[]                      PROGMEM = "hysteresis";
289
 
290
static const char param_AchsKopplung1_de[]                      PROGMEM = "Gier pos. Kopplung";
291
static const char param_AchsKopplung1_en[]                      PROGMEM = "gier pos. coupling";
292
 
293
static const char param_AchsKopplung2_de[]                      PROGMEM = "Nick/Roll Kopplung";
294
static const char param_AchsKopplung2_en[]                      PROGMEM = "nick/roll coupling";
295
 
296
static const char param_CouplingYawCorrection_de[]              PROGMEM = "Gier Korrektur";
297
static const char param_CouplingYawCorrection_en[]              PROGMEM = "gier correction";
298
 
299
static const char param_WinkelUmschlagNick_de[]                 PROGMEM = "Nick Umkehrpunkt";
300
static const char param_WinkelUmschlagNick_en[]                 PROGMEM = "nick turnover";
301
 
302
static const char param_WinkelUmschlagRoll_de[]                 PROGMEM = "Roll Umkehrpunkt";
303
static const char param_WinkelUmschlagRoll_en[]                 PROGMEM = "roll turnover";
304
 
305
static const char param_GyroAccAbgleich_de[]                    PROGMEM = "ACC/Gyro Komp.  [1/x]";
306
static const char param_GyroAccAbgleich_en[]                    PROGMEM = "ACC/Gyro Comp.  [1/x]";
307
 
308
static const char param_Driftkomp_de[]                          PROGMEM = "Drift-Kompensation";
309
static const char param_Driftkomp_en[]                          PROGMEM = "drift compensation";
310
 
311
static const char param_DynamicStability_de[]                   PROGMEM = "Dynamische Stabilität";
312
static const char param_DynamicStability_en[]                   PROGMEM = "dynamic stabiliy";
313
 
314
static const char param_UserParam5_de[]                         PROGMEM = "Parameter 5";
315
static const char param_UserParam6_de[]                         PROGMEM = "Parameter 6";
316
static const char param_UserParam7_de[]                         PROGMEM = "Parameter 7";
317
static const char param_UserParam8_de[]                         PROGMEM = "Parameter 8";
318
#define           param_UserParam5_en                           param_UserParam5_de
319
#define           param_UserParam6_en                           param_UserParam6_de
320
#define           param_UserParam7_en                           param_UserParam7_de
321
#define           param_UserParam8_en                           param_UserParam8_de
322
 
323
 
324
static const char param_J16Bitmask_de[]                         PROGMEM = "Out1: Bitmaske";
325
static const char param_J16Bitmask_en[]                         PROGMEM = "Out1: bitmask";
326
 
327
static const char param_J16Timing_de[]                          PROGMEM = "Out1: Timing   [10ms]";
328
#define           param_J16Timing_en                            param_J16Timing_de
329
 
330
static const char param_J17Bitmask_de[]                         PROGMEM = "Out2: Bitmaske";
331
static const char param_J17Bitmask_en[]                         PROGMEM = "Out2: bitmask";
332
 
333
static const char param_J17Timing_de[]                          PROGMEM = "Out2: Timing   [10ms]";
334
#define           param_J17Timing_en                            param_J17Timing_de
335
 
336
static const char param_WARN_J16_Bitmask_de[]                   PROGMEM = "Out1 Warn UBat";
337
static const char param_WARN_J16_Bitmask_en[]                   PROGMEM = "Out1 undervolt warn";
338
 
339
static const char param_WARN_J17_Bitmask_de[]                   PROGMEM = "Out2 Warn UBat";
340
static const char param_WARN_J17_Bitmask_en[]                   PROGMEM = "Out2 undervolt warn";
341
 
342
static const char param_AutoPhotoDistance_de[]                  PROGMEM = "Auto Trigger Dist.[m]";      // ab Rev. 100 (z.B. FC 2.05e)
343
#define           param_AutoPhotoDistance_en                    param_AutoPhotoDistance_de              // ab Rev. 100 (z.B. FC 2.05e)
344
 
345
static const char param_AutoPhotoAtitudes_de[]                  PROGMEM = "Auto Trigger Alt. [m]";      // ab Rev. 100 (z.B. FC 2.05e)
346
#define           param_AutoPhotoAtitudes_en                    param_AutoPhotoAtitudes_de              // ab Rev. 100 (z.B. FC 2.05e)
347
 
348
#define           param_NaviOut1Parameter_de                    param_AutoPhotoDistance_de              // bis Rev. 98
349
#define           param_NaviOut1Parameter_en                    param_AutoPhotoDistance_de              // bis Rev. 98
350
 
351
static const char param_SingleWpSpeed_de[]                      PROGMEM = "SingleWP Speed 0.1m/s";      // ab Rev. 100 (z.B. FC 2.05e)
352
#define           param_SingleWpSpeed_en                        param_SingleWpSpeed_de                  // ab Rev. 100 (z.B. FC 2.05e)
353
 
354
static const char param_LandingPulse_de[]                      PROGMEM = "ACC Z Landing Pulse";        // ab Rev. 104 (FC 2.09d)
355
#define           param_LandingPulse_en                        param_LandingPulse_de                   // ab Rev. 104 (FC 2.09d)
356
 
357
static const char param_NaviGpsModeChannel_de[]                 PROGMEM = "GPS Modus Steuerung";
358
static const char param_NaviGpsModeChannel_en[]                 PROGMEM = "GPS mode control";
359
 
360
static const char param_NaviGpsGain_de[]                        PROGMEM = "GPS Verstärkung   [%]";
361
static const char param_NaviGpsGain_en[]                        PROGMEM = "GPS gain          [%]";
362
 
363
static const char param_NaviGpsP_de[]                           PROGMEM = "GPS-P";
364
static const char param_NaviGpsI_de[]                           PROGMEM = "GPS-I";
365
static const char param_NaviGpsD_de[]                           PROGMEM = "GPS-D";
366
static const char param_NaviGpsPLimit_de[]                      PROGMEM = "GPS-P Limit";
367
static const char param_NaviGpsILimit_de[]                      PROGMEM = "GPS-I Limit";
368
static const char param_NaviGpsDLimit_de[]                      PROGMEM = "GPS-D Limit";
369
static const char param_NaviGpsA_de[]                           PROGMEM = "GPS Acc";
370
#define           param_NaviGpsP_en                             param_NaviGpsP_de
371
#define           param_NaviGpsI_en                             param_NaviGpsI_de
372
#define           param_NaviGpsD_en                             param_NaviGpsD_de
373
#define           param_NaviGpsPLimit_en                        param_NaviGpsPLimit_de
374
#define           param_NaviGpsILimit_en                        param_NaviGpsILimit_de
375
#define           param_NaviGpsDLimit_en                        param_NaviGpsDLimit_de
376
#define           param_NaviGpsA_en                             param_NaviGpsA_de
377
 
378
static const char param_NaviGpsMinSat_de[]                      PROGMEM = "Min. Satelliten";
379
static const char param_NaviGpsMinSat_en[]                      PROGMEM = "minimum satelite";
380
 
381
static const char param_NaviStickThreshold_de[]                 PROGMEM = "GPS Stick-Schwelle";
382
static const char param_NaviStickThreshold_en[]                 PROGMEM = "GPS stick threshold";
383
 
384
static const char param_NaviWindCorrection_de[]                 PROGMEM = "GPS Windkorrektur [%]";
385
static const char param_NaviWindCorrection_en[]                 PROGMEM = "GPS wind correct. [%]";
386
 
387
static const char param_NaviAccCompensation_de[]                PROGMEM = "ACC Kompensation";
388
static const char param_NaviAccCompensation_en[]                PROGMEM = "ACC compensation";
389
 
390
static const char param_NaviOperatingRadius_de[]                PROGMEM = "max. Radius";
391
static const char param_NaviOperatingRadius_en[]                PROGMEM = "max. radius";
392
 
393
static const char param_NaviAngleLimitation_de[]                PROGMEM = "Winkel Limit";
394
static const char param_NaviAngleLimitation_en[]                PROGMEM = "angle limit";
395
 
396
static const char param_NaviPH_LoginTime_de[]                   PROGMEM = "PH Login Zeit     [s]";
397
static const char param_NaviPH_LoginTime_en[]                   PROGMEM = "PH login time     [s]";
398
 
399
static const char param_ExternalControl_de[]                    PROGMEM = "Ext. Kontrolle";
400
static const char param_ExternalControl_en[]                    PROGMEM = "ext. control";
401
 
402
static const char param_OrientationAngle_de[]                   PROGMEM = "OrientationAngle";
403
#define           param_OrientationAngle_en                     param_OrientationAngle_de
404
 
405
static const char param_CareFreeChannel_de[]                    PROGMEM = "CareFree Steuerung";
406
static const char param_CareFreeChannel_en[]                    PROGMEM = "careFree control";
407
 
408
static const char param_MotorSafetySwitch_de[]                  PROGMEM = "Motor Sicherh.Schalt.";
409
static const char param_MotorSafetySwitch_en[]                  PROGMEM = "motor safety switch";
410
 
411
static const char param_MotorSmooth_de[]                        PROGMEM = "Motor Glättung";
412
static const char param_MotorSmooth_en[]                        PROGMEM = "motor smooth";
413
 
414
static const char param_ComingHomeAltitude_de[]                 PROGMEM = "Com.Home Höhe     [m]";
415
static const char param_ComingHomeAltitude_en[]                 PROGMEM = "coming home alti. [m]";
416
 
417
static const char param_FailSafeTime_de[]                       PROGMEM = "Fails. CH Zeit    [s]";
418
static const char param_FailSafeTime_en[]                       PROGMEM = "fails. CH time    [s]";
419
 
420
static const char param_MaxAltitude_de[]                        PROGMEM = "Max. Höhe         [m]";
421
static const char param_MaxAltitude_en[]                        PROGMEM = "max. altitude     [m]";
422
 
423
static const char param_FailsafeChannel_de[]                    PROGMEM = "Fails. Channel  0=Aus";
424
static const char param_FailsafeChannel_en[]                    PROGMEM = "fails. channel  0=off";
425
 
426
static const char param_ServoFilterNick_de[]                    PROGMEM = "Nick Filter";
427
static const char param_ServoFilterNick_en[]                    PROGMEM = "nick filter";
428
 
429
static const char param_ServoFilterRoll_de[]                    PROGMEM = "Roll Filter";
430
static const char param_ServoFilterRoll_en[]                    PROGMEM = "roll filter";
431
 
432
static const char param_StartLandChannel_de[]                   PROGMEM = "Auto StartLand Kanal";
433
static const char param_StartLandChannel_en[]                   PROGMEM = "auto start/land chan.";
434
 
435
static const char param_LandingSpeed_de[]                       PROGMEM = "Landing Speed  0.1m/s";
436
#define           param_LandingSpeed_en                         param_LandingSpeed_de
437
 
438
static const char param_CompassOffset_de[]                      PROGMEM = "Compass Offset    [\x0B]";
439
#define           param_CompassOffset_en                        param_CompassOffset_de
440
 
441
static const char param_AutoLandingVoltage_de[]                 PROGMEM = "Autoland. Volt [0.1V]";
442
#define           param_AutoLandingVoltage_en                   param_AutoLandingVoltage_de
443
 
444
static const char param_ComingHomeVoltage_de[]                  PROGMEM = "Coming H. Volt [0.1V]";
445
#define           param_ComingHomeVoltage_en                    param_ComingHomeVoltage_de
446
 
447
static const char param_BitConfig_de[]                          PROGMEM = "BitConfig";
448
static const char param_ServoCompInvert_de[]                    PROGMEM = "ServoCompInvert";
449
static const char param_ExtraConfig_de[]                        PROGMEM = "ExtraConfig";
450
static const char param_GlobalConfig3_de[]                      PROGMEM = "GlobalConfig3";
451
static const char param_Name_de[]                               PROGMEM = "Setting Name";
452
#define           param_BitConfig_en                            param_BitConfig_de
453
#define           param_ServoCompInvert_en                      param_ServoCompInvert_de
454
#define           param_ExtraConfig_en                          param_ExtraConfig_de
455
#define           param_GlobalConfig3_en                        param_GlobalConfig3_de
456
#define           param_Name_en                                 param_Name_de
457
 
458
 
459
static const char param_ComingHomeOrientation_de[]              PROGMEM = "CH Ausrichtung";
460
static const char param_ComingHomeOrientation_en[]              PROGMEM = "CH orientation";
461
 
462
static const char param_SingleWpControlChannel_de[]             PROGMEM = "Single WP Ctrl Chan.";
463
#define           param_SingleWpControlChannel_en               param_SingleWpControlChannel_de
464
 
465
static const char param_MenuKeyChannel_de[]                     PROGMEM = "Next WP Channel";
466
#define           param_MenuKeyChannel_en                       param_MenuKeyChannel_de
467
 
468
// subitems  (Bit / Byte-Felder)
469
static const char param_ServoCompInvert_SVNick_de[]             PROGMEM = "Nick Umkehren";
470
static const char param_ServoCompInvert_SVNick_en[]             PROGMEM = "nick inv. direction";
471
 
472
static const char param_ServoCompInvert_SVRoll_de[]             PROGMEM = "Roll Umkehren";
473
static const char param_ServoCompInvert_SVRoll_en[]             PROGMEM = "Roll inv. direction";
474
 
475
static const char param_ServoCompInvert_SVRelMov_de[]           PROGMEM = "Nick Relativ";
476
static const char param_ServoCompInvert_SVRelMov_en[]           PROGMEM = "nick relativ";
477
 
478
static const char param_ExtraConfig_HeightLimit_de[]            PROGMEM = "Höhenbegrenzung";
479
static const char param_ExtraConfig_HeightLimit_en[]            PROGMEM = "heigth limitation";
480
 
481
static const char param_ExtraConfig_HeightVario_de[]            PROGMEM = "Vario-Höhe";         // negiert param_ExtraConfig_HeightLimit
482
static const char param_ExtraConfig_HeightVario_en[]            PROGMEM = "vario heigth";         // negiert param_ExtraConfig_HeightLimit
483
 
484
static const char param_ExtraConfig_VarioBeep_de[]              PROGMEM = "akust. Vario";
485
#define           param_ExtraConfig_VarioBeep_en                param_ExtraConfig_VarioBeep_de
486
 
487
static const char param_ExtraConfig_SensitiveRc_de[]            PROGMEM = "Erw. Empf.Sig.Prüfung";
488
static const char param_ExtraConfig_SensitiveRc_en[]            PROGMEM = "enh. rec. sign. check";
489
 
490
static const char param_ExtraConfig_33vReference_de[]           PROGMEM = "33vReference";
491
#define           param_ExtraConfig_33vReference_en             param_ExtraConfig_33vReference_de
492
 
493
static const char param_ExtraConfig_NoRcOffBeeping_de[]         PROGMEM = "k.Summer o.Sender";
494
static const char param_ExtraConfig_NoRcOffBeeping_en[]         PROGMEM = "no beep without TX";
495
 
496
static const char param_ExtraConfig_GpsAid_de[]                 PROGMEM = "Dynamic PH";
497
#define           param_ExtraConfig_GpsAid_en                   param_ExtraConfig_GpsAid_de
498
 
499
static const char param_ExtraConfig_LearnableCarefree_de[]      PROGMEM = "Teachable CF";
500
#define           param_ExtraConfig_LearnableCarefree_en        param_ExtraConfig_LearnableCarefree_de
501
 
502
static const char param_ExtraConfig_IgnoreMagErrAtStartup_de[]  PROGMEM = "Kompass Fehler ignor.";
503
static const char param_ExtraConfig_IgnoreMagErrAtStartup_en[]  PROGMEM = "ignore compass error";
504
 
505
static const char param_BitConfig_LoopOben_de[]                 PROGMEM = "Looping Oben";
506
static const char param_BitConfig_LoopOben_en[]                 PROGMEM = "looping up";
507
 
508
static const char param_BitConfig_LoopUnten_de[]                PROGMEM = "Looping Unten";
509
static const char param_BitConfig_LoopUnten_en[]                PROGMEM = "looping down";
510
 
511
static const char param_BitConfig_LoopLinks_de[]                PROGMEM = "Looping Links";
512
static const char param_BitConfig_LoopLinks_en[]                PROGMEM = "looping left";
513
 
514
static const char param_BitConfig_LoopRechts_de[]               PROGMEM = "Looping Rechts";
515
static const char param_BitConfig_LoopRechts_en[]               PROGMEM = "looping right";
516
 
517
static const char param_BitConfig_MotorBlink1_de[]              PROGMEM = "nur wenn Motor An";
518
static const char param_BitConfig_MotorBlink1_en[]              PROGMEM = "only with motor on";
519
 
520
static const char param_BitConfig_MotorOffLed1_de[]             PROGMEM = " \x19 sofort an";
521
static const char param_BitConfig_MotorOffLed1_en[]             PROGMEM = " \x19 immediately on";
522
 
523
#define           param_BitConfig_MotorOffLed2_de               param_BitConfig_MotorOffLed1_de
524
#define           param_BitConfig_MotorBlink2_de                param_BitConfig_MotorBlink1_de
525
 
526
#define           param_BitConfig_MotorOffLed2_en               param_BitConfig_MotorOffLed1_en
527
#define           param_BitConfig_MotorBlink2_en                param_BitConfig_MotorBlink1_en
528
 
529
 
530
static const char param_GlobalConfig3_NoSdCardNoStart_de[]      PROGMEM = "k.Start o.SD-Karte";
531
static const char param_GlobalConfig3_NoSdCardNoStart_en[]      PROGMEM = "no start w/o SD-card";
532
 
533
static const char param_GlobalConfig3_DphMaxRadius_de[]         PROGMEM = "Max.Radius dPH";
534
#define           param_GlobalConfig3_DphMaxRadius_en           param_GlobalConfig3_DphMaxRadius_de
535
 
536
static const char param_GlobalConfig3_VarioFailsafe_de[]        PROGMEM = "NOT-Gas Vario Höhe";
537
static const char param_GlobalConfig3_VarioFailsafe_en[]        PROGMEM = "Emerg.thr.vario h.";
538
 
539
static const char param_GlobalConfig3_MotorSwitchMode_de[]      PROGMEM = "Motor Swi.Mode";
540
#define           param_GlobalConfig3_MotorSwitchMode_en        param_GlobalConfig3_MotorSwitchMode_de
541
 
542
static const char param_GlobalConfig3_NoGpsFixNoStart_de[]      PROGMEM = "k.Start o.GPS Fix";
543
static const char param_GlobalConfig3_NoGpsFixNoStart_en[]      PROGMEM = "no start w/o GPS Fix";
544
 
545
static const char param_GlobalConfig3_UseNcForOut1_de[]         PROGMEM = "mit WP-Event  verkn.";
546
static const char param_GlobalConfig3_UseNcForOut1_en[]         PROGMEM = "combine with WP-Event";
547
 
548
static const char param_GlobalConfig3_SpeakAll_de[]             PROGMEM = "Alles Ansagen";
549
static const char param_GlobalConfig3_SpeakAll_en[]             PROGMEM = "speak all";
550
 
551
static const char param_GlobalConfig3_ServoNickCompOff_de[]     PROGMEM = "Nick Komp. Aus";
552
static const char param_GlobalConfig3_ServoNickCompOff_en[]     PROGMEM = "nick compensation off";
553
 
554
static const char param_GlobalConfig_HoehenRegelung_de[]        PROGMEM = "Höhenregelung";
555
static const char param_GlobalConfig_HoehenRegelung_en[]        PROGMEM = "height control";
556
 
557
static const char param_GlobalConfig_HoehenSchalter_de[]        PROGMEM = "Schalter Höhe";
558
static const char param_GlobalConfig_HoehenSchalter_en[]        PROGMEM = "height switch";
559
 
560
static const char param_GlobalConfig_HeadingHold_de[]           PROGMEM = "Heading Hold";
561
#define           param_GlobalConfig_HeadingHold_en             param_GlobalConfig_HeadingHold_de
562
 
563
static const char param_GlobalConfig_KompassAktiv_de[]          PROGMEM = "Kompass Aktiv";
564
static const char param_GlobalConfig_KompassAktiv_en[]          PROGMEM = "compass aktiv";
565
 
566
static const char param_GlobalConfig_KompassFix_de[]            PROGMEM = "Kompass Fix";
567
static const char param_GlobalConfig_KompassFix_en[]            PROGMEM = "compass fix";
568
 
569
static const char param_GlobalConfig_GpsAktiv_de[]              PROGMEM = "GPS Aktiv";
570
#define           param_GlobalConfig_GpsAktiv_en                param_GlobalConfig_GpsAktiv_de
571
 
572
static const char param_GlobalConfig_AchsenkopplungAktiv_de[]   PROGMEM = "Achs(ent)kopplung";
573
static const char param_GlobalConfig_AchsenkopplungAktiv_en[]   PROGMEM = "(De)Coupl Axes";
574
 
575
static const char param_GlobalConfig_DrehratenBegrenzer_de[]    PROGMEM = "Drehratenbegrenzung";
576
static const char param_GlobalConfig_DrehratenBegrenzer_en[]    PROGMEM = "rotary rate limit.";
577
 
578
static const char param_Kanalbelegung_Nick_de[]                 PROGMEM = "Nick";
579
static const char param_Kanalbelegung_Roll_de[]                 PROGMEM = "Roll";
580
#define           param_Kanalbelegung_Nick_en                   param_Kanalbelegung_Nick_de
581
#define           param_Kanalbelegung_Roll_en                   param_Kanalbelegung_Roll_de
582
 
583
static const char param_Kanalbelegung_Gas_de[]                  PROGMEM = "Gas";
584
static const char param_Kanalbelegung_Gas_en[]                  PROGMEM = "throttle";
585
 
586
static const char param_Kanalbelegung_Gear_de[]                 PROGMEM = "Gear";
587
#define           param_Kanalbelegung_Gear_en                   param_Kanalbelegung_Gear_de
588
 
589
static const char param_Kanalbelegung_Poti1_de[]                PROGMEM = "Poti 1";
590
static const char param_Kanalbelegung_Poti2_de[]                PROGMEM = "Poti 2";
591
static const char param_Kanalbelegung_Poti3_de[]                PROGMEM = "Poti 3";
592
static const char param_Kanalbelegung_Poti4_de[]                PROGMEM = "Poti 4";
593
static const char param_Kanalbelegung_Poti5_de[]                PROGMEM = "Poti 5";
594
static const char param_Kanalbelegung_Poti6_de[]                PROGMEM = "Poti 6";
595
static const char param_Kanalbelegung_Poti7_de[]                PROGMEM = "Poti 7";
596
static const char param_Kanalbelegung_Poti8_de[]                PROGMEM = "Poti 8";
597
#define           param_Kanalbelegung_Poti1_en                  param_Kanalbelegung_Poti1_de
598
#define           param_Kanalbelegung_Poti2_en                  param_Kanalbelegung_Poti2_de
599
#define           param_Kanalbelegung_Poti3_en                  param_Kanalbelegung_Poti3_de
600
#define           param_Kanalbelegung_Poti4_en                  param_Kanalbelegung_Poti4_de
601
#define           param_Kanalbelegung_Poti5_en                  param_Kanalbelegung_Poti5_de
602
#define           param_Kanalbelegung_Poti6_en                  param_Kanalbelegung_Poti6_de
603
#define           param_Kanalbelegung_Poti7_en                  param_Kanalbelegung_Poti7_de
604
#define           param_Kanalbelegung_Poti8_en                  param_Kanalbelegung_Poti8_de
605
 
606
static const char param_CompassOffset_DisableDeclCalc_de[]      PROGMEM = "Disable Decl. Calc";
607
#define           param_CompassOffset_DisableDeclCalc_en        param_CompassOffset_DisableDeclCalc_de
608
 
609
 
610
static const char param_NaviMaxFlyingRange_de[]                 PROGMEM = "Max. Flugradius [10m]";
611
static const char param_NaviMaxFlyingRange_en[]                 PROGMEM = "Max. Flightrad. [10m]";
612
 
613
static const char param_NaviDescendRange_de[]                   PROGMEM = "Fail SinkRadius [10m]";
614
#define           param_NaviDescendRange_en                     param_NaviDescendRange_de
615
 
616
 
617
 
618
#endif  // _MKPARAMETERS_H