Fetch translations from Crowdin
This commit is contained in:
parent
597c33fa94
commit
f3eaa5cfa8
|
@ -12777,18 +12777,42 @@ MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_RED,
|
MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_RED,
|
||||||
"Schriftfarbe Rot"
|
"Schriftfarbe Rot"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_BOTTOM_FONT_COLOR_RED,
|
||||||
|
"Rote Schriftfarbe am unteren Bildschirmrand anpassen."
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_GREEN,
|
MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_GREEN,
|
||||||
"Schriftfarbe Grün"
|
"Schriftfarbe Grün"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_BOTTOM_FONT_COLOR_GREEN,
|
||||||
|
"Grüne Schriftfarbe am unteren Bildschirmrand anpassen."
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_BLUE,
|
MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_BLUE,
|
||||||
"Schriftfarbe Blau"
|
"Schriftfarbe Blau"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_BOTTOM_FONT_COLOR_BLUE,
|
||||||
|
"Blaue Schriftfarbe am unteren Bildschirmrand anpassen."
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_COLOR_OPACITY,
|
||||||
|
"Schriftfarbendeckkraft"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_BOTTOM_FONT_COLOR_OPACITY,
|
||||||
|
"Schriftdeckkraft am unteren Bildschirmrand anpassen."
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_SCALE,
|
MENU_ENUM_LABEL_VALUE_BOTTOM_FONT_SCALE,
|
||||||
"Schriftgröße"
|
"Schriftgröße"
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_BOTTOM_FONT_SCALE,
|
||||||
|
"Schriftgröße am unteren Bildschirmrand anpassen."
|
||||||
|
)
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_QT
|
#ifdef HAVE_QT
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
|
|
Loading…
Reference in New Issue