We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428bb9d commit f888bc8Copy full SHA for f888bc8
fw/application/src/i18n/de_DE.c
@@ -1,9 +1,9 @@
1
#include "string_id.h"
2
const char * lang_de_DE[_L_COUNT] = {
3
[_L_ON] = "AN",
4
- [_L_OFF] = "AUF",
+ [_L_OFF] = "AUS",
5
[_L_ON_F] = "[AN]",
6
- [_L_OFF_F] = "[AUF]",
+ [_L_OFF_F] = "[AUS]",
7
[_L_BACK] = "Zurück",
8
[_L_ERR] = "Fehler",
9
[_L_ERR_CODE] = "Fehlercode",
0 commit comments