Fetch translations from Crowdin
This commit is contained in:
parent
0c468f9a44
commit
c43bc65c7e
|
@ -563,6 +563,22 @@ MSG_HASH(
|
||||||
MENU_ENUM_SUBLABEL_INPUT_DISABLE_SEARCH_BUTTON,
|
MENU_ENUM_SUBLABEL_INPUT_DISABLE_SEARCH_BUTTON,
|
||||||
"If enabled, Search button presses will be ignored."
|
"If enabled, Search button presses will be ignored."
|
||||||
)
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_INPUT_DISABLE_LEFT_ANALOG_IN_MENU,
|
||||||
|
"Disable Left Analogue in Menu"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_INPUT_DISABLE_LEFT_ANALOG_IN_MENU,
|
||||||
|
"Prevent Left Analogue stick from navigating in menu."
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_LABEL_VALUE_INPUT_DISABLE_RIGHT_ANALOG_IN_MENU,
|
||||||
|
"Disable Right Analogue in Menu"
|
||||||
|
)
|
||||||
|
MSG_HASH(
|
||||||
|
MENU_ENUM_SUBLABEL_INPUT_DISABLE_RIGHT_ANALOG_IN_MENU,
|
||||||
|
"Prevent Right Analogue stick from navigating in menu."
|
||||||
|
)
|
||||||
MSG_HASH(
|
MSG_HASH(
|
||||||
MENU_ENUM_LABEL_VALUE_MENU_INPUT_SWAP_OK_CANCEL,
|
MENU_ENUM_LABEL_VALUE_MENU_INPUT_SWAP_OK_CANCEL,
|
||||||
"Menu Swap Okay and Cancel Buttons"
|
"Menu Swap Okay and Cancel Buttons"
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
#define LANGUAGE_PROGRESS_GREEK_APPROVED 0
|
#define LANGUAGE_PROGRESS_GREEK_APPROVED 0
|
||||||
|
|
||||||
/* English, United Kingdom */
|
/* English, United Kingdom */
|
||||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 99
|
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 100
|
||||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_APPROVED 0
|
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_APPROVED 0
|
||||||
|
|
||||||
/* Esperanto */
|
/* Esperanto */
|
||||||
|
|
Loading…
Reference in New Issue