mirror of
https://github.com/libretro/RetroArch
synced 2025-03-19 16:21:30 +00:00
Fetch translations from Crowdin
This commit is contained in:
parent
ef2be4a80c
commit
2f3a5df4db
@ -253,6 +253,10 @@ MSG_HASH(
|
||||
/* Settings > Video > Output */
|
||||
|
||||
#if defined (WIIU)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_WIIU_PREFER_DRC,
|
||||
"Optimise for Wii U GamePad (Restart required)"
|
||||
)
|
||||
#endif
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_VIDEO_AUTOSWITCH_REFRESH_RATE_EXCLUSIVE_FULLSCREEN,
|
||||
@ -493,6 +497,10 @@ MSG_HASH(
|
||||
|
||||
/* Settings > Input */
|
||||
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR,
|
||||
"Polling Behaviour (Restart required)"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_INPUT_REMAP_BINDS_ENABLE,
|
||||
"Remap the Controls for This Core"
|
||||
@ -671,10 +679,18 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_HELP_INPUT_ADC_TYPE,
|
||||
"Map specified analogue stick for D-Pad input.\nIf core has native analogue support, D-Pad mapping will be disabled unless a '(Forced)' option is selected.\nIf D-Pad mapping is forced, core will receive no analogue input from specified stick."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_INPUT_DEVICE_INDEX,
|
||||
"The physical controller as recognised by RetroArch."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_INPUT_REMAP_PORT,
|
||||
"Specifies which core port will receive input from front-end controller port %u."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_INPUT_MOUSE_INDEX,
|
||||
"The physical mouse as recognised by RetroArch."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_LEFT_X_PLUS,
|
||||
"Left Analogue X+ (Right)"
|
||||
@ -846,6 +862,18 @@ MSG_HASH(
|
||||
|
||||
/* Settings > On-Screen Display > On-Screen Overlay > Overlay Lightgun */
|
||||
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_LIGHTGUN_TWO_TOUCH_INPUT,
|
||||
"Select input to send when two pointers are on screen. Trigger Delay should be non-zero to distinguish from other input."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_LIGHTGUN_THREE_TOUCH_INPUT,
|
||||
"Select input to send when three pointers are on screen. Trigger Delay should be non-zero to distinguish from other input."
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_LIGHTGUN_FOUR_TOUCH_INPUT,
|
||||
"Select input to send when four pointers are on screen. Trigger Delay should be non-zero to distinguish from other input."
|
||||
)
|
||||
|
||||
/* Settings > On-Screen Display > On-Screen Overlay > Overlay Mouse */
|
||||
|
||||
@ -1001,6 +1029,10 @@ MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_FAVORITES,
|
||||
"Show 'Favourites'"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_SUBLABEL_CONTENT_SHOW_FAVORITES,
|
||||
"Show the 'Favourites' menu. (Restart required on Ozone/XMB)"
|
||||
)
|
||||
MSG_HASH(
|
||||
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_NETPLAY,
|
||||
"Show 'Net-play'"
|
||||
|
@ -39,7 +39,7 @@
|
||||
#define LANGUAGE_PROGRESS_GREEK_APPROVED 0
|
||||
|
||||
/* English, United Kingdom */
|
||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 95
|
||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_TRANSLATED 100
|
||||
#define LANGUAGE_PROGRESS_ENGLISH_UNITED_KINGDOM_APPROVED 0
|
||||
|
||||
/* Esperanto */
|
||||
|
Loading…
x
Reference in New Issue
Block a user