Skip to content

Commit

Permalink
fix: German for Trainer OFF, Master and Slave
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeerick committed Apr 5, 2022
1 parent 661253e commit 82c6181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions radio/src/translations/de.h.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,14 @@
#define TR_VTMRMODES "AUS""EIN""GSs""GS%""GSt"

#define LEN_VTRAINERMODES "\022"
#define TR_VTRAINER_MASTER_OFF "OFF\0 "
#define TR_VTRAINER_MASTER_OFF "AUS\0 "
#define TR_VTRAINER_MASTER_JACK "Lehrer/Buchse\0 "
#define TR_VTRAINER_SLAVE_JACK "Schüler/Buchse\0 "
#define TR_VTRAINER_MASTER_SBUS_MODULE "Lehrer/SBUS Modul\0"
#define TR_VTRAINER_MASTER_CPPM_MODULE "Lehrer/CPPM Modul\0"
#define TR_VTRAINER_MASTER_BATTERY "Lehrer/Serial\0 "
#define TR_VTRAINER_BLUETOOTH TR("Master/BT\0 ""Slave/BT\0 ", "Master/Bluetooth\0 ""Slave/Bluetooth\0 ")
#define TR_VTRAINER_MULTI "Master/Multi"
#define TR_VTRAINER_BLUETOOTH TR("Lehrer/BT\0 ""Schüler/BT\0 ", "Lehrer/Bluetooth\0 ""Schüler/Bluetooth\0")
#define TR_VTRAINER_MULTI "Lehrer/Multi"

#define LEN_VFAILSAFE "\015" // "\013" original
#define TR_VFAILSAFE "Kein Failsafe""Halte Pos.\0 ""Kanäle\0 ""Kein Signal\0 ""Empfänger\0 "
Expand Down

0 comments on commit 82c6181

Please sign in to comment.