mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 07:59:42 +00:00
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,
|
||||
"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(
|
||||
MENU_ENUM_LABEL_VALUE_MENU_INPUT_SWAP_OK_CANCEL,
|
||||
"Menu Swap Okay and Cancel Buttons"
|
||||
|
@ -39,7 +39,7 @@
|
||||
#define LANGUAGE_PROGRESS_GREEK_APPROVED 0
|
||||
|
||||
/* 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
|
||||
|
||||
/* Esperanto */
|
||||
|
Loading…
Reference in New Issue
Block a user