mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Merge issues
This commit is contained in:
parent
f36d597e81
commit
6f11ecd18d
2 changed files with 5 additions and 1 deletions
|
@ -375,7 +375,7 @@ void defaultInputs()
|
|||
expo->mode = 3; // TODO constant
|
||||
#if defined(TRANSLATIONS_CZ)
|
||||
for (int c = 0; c < 4; c++) {
|
||||
g_model.inputNames[i][c] = STR_INPUTNAMES[1+4*(stick_index-1)+c];
|
||||
g_model.inputNames[i][c] = STR_INPUTNAMES[1 + 4 * stick_index + c];
|
||||
}
|
||||
#else
|
||||
for (int c = 0; c < 3; c++) {
|
||||
|
|
|
@ -105,6 +105,9 @@
|
|||
#define LEN_VBEEPCOUNTDOWN "\007"
|
||||
#define TR_VBEEPCOUNTDOWN "Ne\0 ""Zvuk\0 ""Hlas\0 ""Vibrace"
|
||||
|
||||
#define LEN_COUNTDOWNVALUES "\003"
|
||||
#define TR_COUNTDOWNVALUES "5s\0""10s""20s""30s"
|
||||
|
||||
#define LEN_VVARIOCENTER "\005"
|
||||
#define TR_VVARIOCENTER "Tón\0 ""Ticho"
|
||||
|
||||
|
@ -566,6 +569,7 @@
|
|||
#define TR_CAL "Kal."
|
||||
#define TR_VTRIM "Trim- +"
|
||||
#define TR_BG "Poz:"
|
||||
#define TR_CALIB_DONE "Calibration completed"
|
||||
#if defined(PCBHORUS)
|
||||
#define TR_MENUTOSTART "Stickem [Enter] začneme"
|
||||
#define TR_SETMIDPOINT "Vycentruj páky/poty/slidery a stiskni [Enter]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue