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.
2 parents 01d2c97 + f888bc8 commit 508b49dCopy full SHA for 508b49d
fw/application/src/i18n/de_DE.c
@@ -1,9 +1,9 @@
1
#include "string_id.h"
2
const char * const 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