File tree Expand file tree Collapse file tree 3 files changed +45
-1
lines changed Expand file tree Collapse file tree 3 files changed +45
-1
lines changed Original file line number Diff line number Diff line change @@ -15485,9 +15485,45 @@ MSG_HASH(
1548515485 "gestoppt."
1548615486 )
1548715487#ifdef HAVE_GAME_AI
15488+ MSG_HASH (
15489+ MENU_ENUM_LABEL_VALUE_GAME_AI_MENU_OPTION ,
15490+ "KI-Player überschreiben"
15491+ )
15492+ MSG_HASH (
15493+ MENU_ENUM_SUBLABEL_GAME_AI_MENU_OPTION ,
15494+ "KI-Spieler überschreiben Unterlabel"
15495+ )
1548815496
15497+ MSG_HASH (
15498+ MENU_ENUM_LABEL_VALUE_CORE_GAME_AI_OPTIONS ,
15499+ "Spiel-KI"
15500+ )
1548915501
15502+ MSG_HASH (
15503+ MENU_ENUM_LABEL_VALUE_GAME_AI_OVERRIDE_P1 ,
15504+ "P1 überschreiben"
15505+ )
15506+ MSG_HASH (
15507+ MENU_ENUM_SUBLABEL_GAME_AI_OVERRIDE_P1 ,
15508+ "Spieler 01 überschreiben"
15509+ )
1549015510
15511+ MSG_HASH (
15512+ MENU_ENUM_LABEL_VALUE_GAME_AI_OVERRIDE_P2 ,
15513+ "P2 überschreiben"
15514+ )
15515+ MSG_HASH (
15516+ MENU_ENUM_SUBLABEL_GAME_AI_OVERRIDE_P2 ,
15517+ "Spieler 02 überschreiben"
15518+ )
1549115519
15520+ MSG_HASH (
15521+ MENU_ENUM_LABEL_VALUE_GAME_AI_SHOW_DEBUG ,
15522+ "Fehlerinformation anzeigen"
15523+ )
15524+ MSG_HASH (
15525+ MENU_ENUM_SUBLABEL_GAME_AI_SHOW_DEBUG ,
15526+ "Fehlerinformation anzeigen"
15527+ )
1549215528
1549315529#endif
Original file line number Diff line number Diff line change @@ -838,6 +838,14 @@ MSG_HASH(
838838 MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_SHOW_MOUSE_CURSOR ,
839839 "Show the Mouse Cursor With Overlay"
840840 )
841+ MSG_HASH (
842+ MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_ANALOG_RECENTER_ZONE ,
843+ "Analogue Recentring Zone"
844+ )
845+ MSG_HASH (
846+ MENU_ENUM_SUBLABEL_INPUT_OVERLAY_ANALOG_RECENTER_ZONE ,
847+ "Analogue stick input will be relative to first touch if pressed within this zone."
848+ )
841849
842850/* Settings > On-Screen Display > On-Screen Overlay > Keyboard Overlay */
843851
Original file line number Diff line number Diff line change 3939#define LANGUAGE_PROGRESS_GREEK_APPROVED 0
4040
4141/* English, United Kingdom */
42- #define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 99
42+ #define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 100
4343#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_APPROVED 0
4444
4545/* Esperanto */
You can’t perform that action at this time.
0 commit comments