RetroArch/intl/msg_hash_us.h

11721 lines
280 KiB
C
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

#if defined(_MSC_VER) && !defined(_XBOX) && (_MSC_VER >= 1500 && _MSC_VER < 1900)
#if (_MSC_VER >= 1700)
/* https://support.microsoft.com/en-us/kb/980263 */
#pragma execution_character_set("utf-8")
#endif
#pragma warning(disable:4566)
#endif
/* Top-Level Menu */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MAIN_MENU,
"Main Menu"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_TAB,
"Settings"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FAVORITES_TAB,
"Favorites"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HISTORY_TAB,
"History"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_IMAGES_TAB,
"Images"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MUSIC_TAB,
"Music"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_TAB,
"Videos"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
"Netplay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_TAB,
"Explore"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_TAB,
"Import Content"
)
/* Main Menu */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SETTINGS,
"Quick Menu"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SETTINGS,
"Quickly access all relevant in-game settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_LIST,
"Load Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_LIST,
"Select which core to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_LIST,
"Load Content"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOAD_CONTENT_LIST,
"Select which content to start."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_DISC,
"Load Disc"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOAD_DISC,
"Load a physical media disc. First select the core (Load Core) to use with the disc."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DUMP_DISC,
"Dump Disc"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DUMP_DISC,
"Dump the physical media disc to internal storage. It will be saved as an image file."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLISTS_TAB,
"Playlists"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLISTS_TAB,
"Scanned content matching the database will appear here."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_CONTENT_LIST,
"Import Content"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ADD_CONTENT_LIST,
"Create and update playlists by scanning content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHOW_WIMP,
"Show Desktop Menu"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SHOW_WIMP,
"Opens the traditional desktop menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_DISABLE_KIOSK_MODE,
"Disable Kiosk Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_DISABLE_KIOSK_MODE,
"Disables kiosk mode. (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER,
"Online Updater"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ONLINE_UPDATER,
"Download add-ons, components, and content for RetroArch."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY,
"Netplay"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY,
"Join or host a netplay session."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS,
"Settings"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS,
"Configure the program."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INFORMATION_LIST,
"Information"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST,
"Display system information."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONFIGURATIONS_LIST,
"Configuration File"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONFIGURATIONS_LIST,
"Manage and create configuration files."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP_LIST,
"Help"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_HELP_LIST,
"Learn more about how the program works."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RESTART_RETROARCH,
"Restart RetroArch"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RESTART_RETROARCH,
"Restart the program."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUIT_RETROARCH,
"Quit RetroArch"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUIT_RETROARCH,
"Quit the program."
)
/* Main Menu > Load Core */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE,
"Download a Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DOWNLOAD_CORE,
"Download and install a core from the online updater."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_LIST,
"Install or Restore a Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SIDELOAD_CORE_LIST,
"Install or restore a core from the 'Downloads' directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_START_VIDEO_PROCESSOR,
"Start Video Processor"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_START_NET_RETROPAD,
"Start Remote RetroPad"
)
/* Main Menu > Load Content */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FAVORITES,
"Start Directory"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DOWNLOADED_FILE_DETECT_CORE_LIST,
"Downloads"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OPEN_ARCHIVE,
"Browse Archive"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_ARCHIVE,
"Load Archive"
)
/* Main Menu > Load Content > Playlists */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_FAVORITES,
"Favorites"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_FAVORITES,
"Content added to 'Favorites' will appear here."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_MUSIC,
"Music"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_MUSIC,
"Music which has been previously played will appear here."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_IMAGES,
"Images"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_IMAGES,
"Images which have been previously viewed will appear here."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_VIDEO,
"Videos"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_VIDEO,
"Videos which have been previously played will appear here."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GOTO_EXPLORE,
"Explore"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GOTO_EXPLORE,
"Browse all content matching the database via a categorized search interface."
)
/* Main Menu > Online Updater */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_UPDATER_LIST,
"Core Downloader"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_INSTALLED_CORES,
"Update Installed Cores"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_UPDATE_INSTALLED_CORES,
"Update all installed cores to the latest version available."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_THUMBNAILS_UPDATER_LIST,
"Thumbnails Updater"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_THUMBNAILS_UPDATER_LIST,
"Download complete thumbnail package for selected system."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PL_THUMBNAILS_UPDATER_LIST,
"Playlist Thumbnails Updater"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PL_THUMBNAILS_UPDATER_LIST,
"Download thumbnails for entries in the selected playlist."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE_CONTENT,
"Content Downloader"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_CORE_INFO_FILES,
"Update Core Info Files"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_ASSETS,
"Update Assets"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_AUTOCONFIG_PROFILES,
"Update Controller Profiles"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_CHEATS,
"Update Cheats"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_DATABASES,
"Update Databases"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_OVERLAYS,
"Update Overlays"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_GLSL_SHADERS,
"Update GLSL Shaders"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_CG_SHADERS,
"Update Cg Shaders"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_SLANG_SHADERS,
"Update Slang Shaders"
)
/* Main Menu > Information */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFORMATION,
"Core Information"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_INFORMATION,
"View information pertaining to the application/core."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISC_INFORMATION,
"Disc Information"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DISC_INFORMATION,
"View information about inserted media discs."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_INFORMATION,
"Network Information"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETWORK_INFORMATION,
"Show network interface(s) and associated IP addresses."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFORMATION,
"System Information"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SYSTEM_INFORMATION,
"Show information specific to the device."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_MANAGER,
"Database Manager"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DATABASE_MANAGER,
"View databases."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CURSOR_MANAGER,
"Cursor Manager"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CURSOR_MANAGER,
"View previous searches."
)
/* Main Menu > Information > Core Information */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NAME,
"Core Name"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_LABEL,
"Core Label"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_NAME,
"System Name"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_MANUFACTURER,
"System Manufacturer"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_CATEGORIES,
"Categories"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_AUTHORS,
"Author"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_PERMISSIONS,
"Permissions"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_LICENSES,
"License"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_SUPPORTED_EXTENSIONS,
"Supported Extensions"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_REQUIRED_HW_API,
"Required Graphics API"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE,
"Firmware"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MISSING,
"Missing"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PRESENT,
"Present"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OPTIONAL,
"Optional"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REQUIRED,
"Required"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_LOCK,
"Lock Installed Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_LOCK,
"Prevent modification of the currently installed core. May be used to avoid unwanted updates when content requires a specific core version (e.g. Arcade ROM sets)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_DELETE,
"Delete Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_DELETE,
"Remove this core from disk."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_CREATE_BACKUP,
"Backup Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_CREATE_BACKUP,
"Create an archived backup of the currently installed core."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_RESTORE_BACKUP_LIST,
"Restore Backup"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_RESTORE_BACKUP_LIST,
"Install a previous version of the core from a list of archived backups."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_DELETE_BACKUP_LIST,
"Delete Backup"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_DELETE_BACKUP_LIST,
"Remove a file from the list of archived backups."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_BACKUP_MODE_AUTO,
"[Auto]"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_BACKUP_CRC,
"CRC32: "
)
/* Main Menu > Information > System Information */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_BUILD_DATE,
"Build Date"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GIT_VERSION,
"Git Version"
)
MSG_HASH( /* FIXME Should be MENU_LABEL_VALUE */
MSG_COMPILER,
"Compiler"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CPU_MODEL,
"CPU Model"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CPU_FEATURES,
"CPU Features"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CPU_ARCHITECTURE,
"CPU Architecture:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CPU_CORES,
"CPU Cores:"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CPU_CORES,
"Amount of cores that the CPU has."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_IDENTIFIER,
"Frontend Identifier"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_OS,
"Frontend OS"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RETRORATING_LEVEL,
"RetroRating Level"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE,
"Power Source"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_VIDEO_CONTEXT_DRIVER,
"Video Context Driver"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_WIDTH,
"Display Width (mm)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_HEIGHT,
"Display Height (mm)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_DPI,
"Display DPI"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBRETRODB_SUPPORT,
"LibretroDB Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OVERLAY_SUPPORT,
"Overlay Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COMMAND_IFACE_SUPPORT,
"Command Interface Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETWORK_COMMAND_IFACE_SUPPORT,
"Network Command Interface Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETWORK_REMOTE_SUPPORT,
"Network Controller Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COCOA_SUPPORT,
"Cocoa Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RPNG_SUPPORT,
"PNG (RPNG) Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RJPEG_SUPPORT,
"JPEG (RJPEG) Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RBMP_SUPPORT,
"BMP (RBMP) Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RTGA_SUPPORT,
"TGA (RTGA) Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_SUPPORT,
"SDL 1.2 Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL2_SUPPORT,
"SDL 2 Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_VULKAN_SUPPORT,
"Vulkan Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_METAL_SUPPORT,
"Metal Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGL_SUPPORT,
"OpenGL Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGLES_SUPPORT,
"OpenGL ES Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_THREADING_SUPPORT,
"Threading Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_KMS_SUPPORT,
"KMS/EGL Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_UDEV_SUPPORT,
"udev Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENVG_SUPPORT,
"OpenVG Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_EGL_SUPPORT,
"EGL Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_X11_SUPPORT,
"X11 Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_WAYLAND_SUPPORT,
"Wayland Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XVIDEO_SUPPORT,
"XVideo Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ALSA_SUPPORT,
"ALSA Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OSS_SUPPORT,
"OSS Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENAL_SUPPORT,
"OpenAL Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENSL_SUPPORT,
"OpenSL Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RSOUND_SUPPORT,
"RSound Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ROARAUDIO_SUPPORT,
"RoarAudio Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_JACK_SUPPORT,
"JACK Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_PULSEAUDIO_SUPPORT,
"PulseAudio Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COREAUDIO_SUPPORT,
"CoreAudio Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COREAUDIO3_SUPPORT,
"CoreAudio V3 Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DSOUND_SUPPORT,
"DirectSound Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_WASAPI_SUPPORT,
"WASAPI Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XAUDIO2_SUPPORT,
"XAudio2 Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ZLIB_SUPPORT,
"zlib Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_7ZIP_SUPPORT,
"7zip Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DYLIB_SUPPORT,
"Dynamic Library Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DYNAMIC_SUPPORT,
"Dynamic Runtime Loading of libretro Library"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CG_SUPPORT,
"Cg Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GLSL_SUPPORT,
"GLSL Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_HLSL_SUPPORT,
"HLSL Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_IMAGE_SUPPORT,
"SDL Image Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FFMPEG_SUPPORT,
"FFmpeg Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_MPV_SUPPORT,
"mpv Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CORETEXT_SUPPORT,
"CoreText Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FREETYPE_SUPPORT,
"FreeType Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_STB_TRUETYPE_SUPPORT,
"STB TrueType Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETPLAY_SUPPORT,
"Netplay (Peer-to-Peer) Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_PYTHON_SUPPORT,
"Python (Script Support in Shaders) Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_V4L2_SUPPORT,
"Video4Linux2 Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBUSB_SUPPORT,
"libusb Support"
)
/* Main Menu > Information > Database Manager */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_SELECTION,
"Database Selection"
)
/* Main Menu > Information > Database Manager > Information */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_NAME,
"Name"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DESCRIPTION,
"Description"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_GENRE,
"Genre"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_PUBLISHER,
"Publisher"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DEVELOPER,
"Developer"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ORIGIN,
"Origin"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_FRANCHISE,
"Franchise"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_TGDB_RATING,
"TGDB Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_FAMITSU_MAGAZINE_RATING,
"Famitsu Magazine Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_EDGE_MAGAZINE_REVIEW,
"Edge Magazine Review"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_EDGE_MAGAZINE_RATING,
"Edge Magazine Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_EDGE_MAGAZINE_ISSUE,
"Edge Magazine Issue"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RELEASE_MONTH,
"Releasedate Month"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RELEASE_YEAR,
"Releasedate Year"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_BBFC_RATING,
"BBFC Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ESRB_RATING,
"ESRB Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ELSPA_RATING,
"ELSPA Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_PEGI_RATING,
"PEGI Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ENHANCEMENT_HW,
"Enhancement Hardware"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_CERO_RATING,
"CERO Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_SERIAL,
"Serial"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ANALOG,
"Analog Supported"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RUMBLE,
"Rumble Supported"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_COOP,
"Co-op Supported"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_CRC32,
"CRC32"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_SHA1,
"SHA1"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_MD5,
"MD5"
)
/* Main Menu > Configuration File */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONFIGURATIONS,
"Load Configuration"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RESET_TO_DEFAULT_CONFIG,
"Reset to Defaults"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RESET_TO_DEFAULT_CONFIG,
"Reset the current configuration to default values."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVE_CURRENT_CONFIG,
"Save Current Configuration"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVE_NEW_CONFIG,
"Save New Configuration"
)
/* Main Menu > Help */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP_CONTROLS,
"Basic Menu Controls"
)
/* Main Menu > Help > Basic Menu Controls */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_SCROLL_UP,
"Scroll Up"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_SCROLL_DOWN,
"Scroll Down"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_CONFIRM,
"Confirm"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_INFO,
"Info"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_START,
"Start"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_TOGGLE_MENU,
"Toggle Menu"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_QUIT,
"Quit"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_TOGGLE_KEYBOARD,
"Toggle Keyboard"
)
/* Settings */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DRIVER_SETTINGS,
"Drivers"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DRIVER_SETTINGS,
"Change drivers used by the system."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SETTINGS,
"Video"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SETTINGS,
"Change video output settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_SETTINGS,
"Audio"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_SETTINGS,
"Change audio output settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_SETTINGS,
"Input"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_SETTINGS,
"Change joypad, keyboard, and mouse settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LATENCY_SETTINGS,
"Latency"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LATENCY_SETTINGS,
"Change settings related to video, audio and input latency."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_SETTINGS,
"Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_SETTINGS,
"Change core settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONFIGURATION_SETTINGS,
"Configuration"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONFIGURATION_SETTINGS,
"Change default settings for configuration files."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVING_SETTINGS,
"Saving"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVING_SETTINGS,
"Change saving settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOGGING_SETTINGS,
"Logging"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOGGING_SETTINGS,
"Change logging settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS,
"File Browser"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_FILE_BROWSER_SETTINGS,
"Adjusts file browser settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_SETTINGS,
"Frame Throttle"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FRAME_THROTTLE_SETTINGS,
"Change rewind, fast-forward, and slow-motion settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORDING_SETTINGS,
"Recording"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RECORDING_SETTINGS,
"Change recording settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ONSCREEN_DISPLAY_SETTINGS,
"On-Screen Display"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ONSCREEN_DISPLAY_SETTINGS,
"Change display overlay and keyboard overlay, and on-screen notification settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_USER_INTERFACE_SETTINGS,
"User Interface"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_USER_INTERFACE_SETTINGS,
"Change user interface settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_SETTINGS,
"AI Service"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_SETTINGS,
"Change settings for the AI Service (Translation/TTS/Misc)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_SETTINGS,
"Accessibility"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ACCESSIBILITY_SETTINGS,
"Change settings for the Accessibility narrator."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_POWER_MANAGEMENT_SETTINGS,
"Power Management"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_POWER_MANAGEMENT_SETTINGS,
"Change power management settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RETRO_ACHIEVEMENTS_SETTINGS,
"Achievements"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RETRO_ACHIEVEMENTS_SETTINGS,
"Change achievement settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_SETTINGS,
"Network"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETWORK_SETTINGS,
"Configure server and network settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SETTINGS,
"Playlists"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_SETTINGS,
"Change playlist settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_USER_SETTINGS,
"User"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_USER_SETTINGS,
"Change account, username, and language settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DIRECTORY_SETTINGS,
"Directory"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DIRECTORY_SETTINGS,
"Change default directories where files are located."
)
/* Settings > Drivers */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_DRIVER,
"Input"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_DRIVER,
"Input driver to use. Some video drivers force a different input driver."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_JOYPAD_DRIVER,
"Controller"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_JOYPAD_DRIVER,
"Controller driver to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_DRIVER,
"Video"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_DRIVER,
"Video driver to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_DRIVER,
"Audio"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_DRIVER,
"Audio driver to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_RESAMPLER_DRIVER,
"Audio Resampler"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_RESAMPLER_DRIVER,
"Audio resampler driver to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CAMERA_DRIVER,
"Camera"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CAMERA_DRIVER,
"Camera driver to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BLUETOOTH_DRIVER,
"Bluetooth"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_BLUETOOTH_DRIVER,
"Bluetooth driver to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_WIFI_DRIVER,
"Wi-Fi"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_WIFI_DRIVER,
"Wi-Fi driver to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOCATION_DRIVER,
"Location"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOCATION_DRIVER,
"Location driver to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_DRIVER,
"Menu"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_DRIVER,
"Menu driver to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORD_DRIVER,
"Record"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RECORD_DRIVER,
"Record driver to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MIDI_DRIVER,
"MIDI"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MIDI_DRIVER,
"MIDI driver to use."
)
/* Settings > Video */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CRT_SWITCHRES_SETTINGS,
"CRT SwitchRes"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CRT_SWITCHRES_SETTINGS,
"Output native, low-resolution signals for use with CRT displays."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_OUTPUT_SETTINGS,
"Output"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_OUTPUT_SETTINGS,
"Change video output settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FULLSCREEN_MODE_SETTINGS,
"Fullscreen Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FULLSCREEN_MODE_SETTINGS,
"Change fullscreen mode settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOWED_MODE_SETTINGS,
"Windowed Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_WINDOWED_MODE_SETTINGS,
"Change windowed mode settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SCALING_SETTINGS,
"Scaling"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SCALING_SETTINGS,
"Change video scaling settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SYNCHRONIZATION_SETTINGS,
"Synchronization"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SYNCHRONIZATION_SETTINGS,
"Change video synchronization settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SUSPEND_SCREENSAVER_ENABLE,
"Suspend Screensaver"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SUSPEND_SCREENSAVER_ENABLE,
"Prevents your system's screensaver from becoming active."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_THREADED,
"Threaded Video"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_THREADED,
"Improves performance at the cost of latency and more video stuttering. Use only if you cannot obtain full speed otherwise."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_BLACK_FRAME_INSERTION,
"Black Frame Insertion"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_BLACK_FRAME_INSERTION,
"Inserts a black frame between frames. Useful on some high refresh rate screens to eliminate ghosting."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_GPU_SCREENSHOT,
"GPU Screenshot"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_GPU_SCREENSHOT,
"Screenshots output of GPU shaded material if available."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SMOOTH,
"Bilinear Filtering"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SMOOTH,
"Adds a slight blur to the image to take the edge off of the hard pixel edges. This option has very little impact on performance."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_DELAY,
"Auto-Shader Delay"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_DELAY,
"Delays auto-loading shaders (in ms). Can work around graphical glitches when using 'screen grabbing' software."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FILTER,
"Video Filter"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FILTER,
"Apply a CPU-powered video filter.\nNOTE: Might come at a high performance cost. Some video filters might only work for cores that use 32bit or 16bit color."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_NOTCH_WRITE_OVER,
"Enable fullscreen over notch in Android devices"
)
/* Settings > Video > CRT SwitchRes */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CRT_SWITCH_RESOLUTION,
"CRT SwitchRes"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CRT_SWITCH_RESOLUTION,
"For CRT displays only. Attempts to use exact core/game resolution and refresh rate."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CRT_SWITCH_RESOLUTION_SUPER,
"CRT Super Resolution"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CRT_SWITCH_RESOLUTION_SUPER,
"Switch among native and ultrawide super resolutions."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CRT_SWITCH_X_AXIS_CENTERING,
"X-Axis Centering"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CRT_SWITCH_X_AXIS_CENTERING,
"Cycle through these options if the image is not centered properly on the display."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CRT_SWITCH_PORCH_ADJUST,
"Porch Adjust"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CRT_SWITCH_PORCH_ADJUST,
"Cycle through these options to adjust the porch settings to change the image size."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CRT_SWITCH_RESOLUTION_USE_CUSTOM_REFRESH_RATE,
"Use Custom Refresh Rate"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CRT_SWITCH_RESOLUTION_USE_CUSTOM_REFRESH_RATE,
"Use a custom refresh rate specified in the configuration file if needed."
)
/* Settings > Video > Output */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MONITOR_INDEX,
"Monitor Index"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_MONITOR_INDEX,
"Selects which display screen to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_ROTATION,
"Video Rotation"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_ROTATION,
"Forces a certain rotation of the video. The rotation is added to rotations which the core sets."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SCREEN_ORIENTATION,
"Screen Orientation"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SCREEN_ORIENTATION,
"Forces a certain orientation of the screen from the operating system."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_GPU_INDEX,
"GPU Index"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE,
"Vertical Refresh Rate"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_REFRESH_RATE,
"Vertical refresh rate of your screen. Used to calculate a suitable audio input rate.\nNOTE: This will be ignored if 'Threaded Video' is enabled."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE_AUTO,
"Estimated Screen Refresh Rate"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_REFRESH_RATE_AUTO,
"The accurate estimated refresh rate of the screen in Hz."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE_POLLED,
"Set Display-Reported Refresh Rate"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_REFRESH_RATE_POLLED,
"The refresh rate as reported by the display driver."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FORCE_SRGB_DISABLE,
"Force-Disable sRGB FBO"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FORCE_SRGB_DISABLE,
"Forcibly disable sRGB FBO support. Some Intel OpenGL drivers on Windows have video problems with sRGB FBO support if this is enabled. Enabling this can work around it."
)
/* Settings > Video > Fullscreen Mode */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FULLSCREEN,
"Start in Fullscreen Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FULLSCREEN,
"Start in fullscreen. Can be changed at runtime. Can be overridden by a command line switch"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOWED_FULLSCREEN,
"Windowed Fullscreen Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_WINDOWED_FULLSCREEN,
"If fullscreen, prefer using a windowed fullscreen mode."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FULLSCREEN_X,
"Fullscreen Width"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FULLSCREEN_X,
"Set the custom width size for the non-windowed fullscreen mode. Leaving it unset will use the desktop resolution."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FULLSCREEN_Y,
"Fullscreen Height"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FULLSCREEN_Y,
"Set the custom height size for the non-windowed fullscreen mode. Leaving it unset will use the desktop resolution."
)
/* Settings > Video > Windowed Mode */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SCALE,
"Windowed Scale"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_SCALE,
"Sets the window size relative to the core viewport size. Alternatively, you can set a window width and height below for a fixed window size."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_OPACITY,
"Window Opacity"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SHOW_DECORATIONS,
"Show Window Decorations"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_SAVE_POSITION,
"Remember Window Position and Size"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_SAVE_POSITION,
"Remember window size and position, enabling this has precedence over Windowed Scale"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_WIDTH,
"Window Width"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_WIDTH,
"Set the custom width for the display window."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_WINDOW_HEIGHT,
"Window Height"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_HEIGHT,
"Set the custom height for the display window."
)
/* Settings > Video > Scaling */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SCALE_INTEGER,
"Integer Scale"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SCALE_INTEGER,
"Only scales video in integer steps. The base size depends on system-reported geometry and aspect ratio. If 'Force Aspect Ratio' is not set, X/Y will be integer scaled independently."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_INDEX,
"Aspect Ratio"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO,
"Custom Aspect Ratio"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_ASPECT_RATIO,
"Floating point value for video aspect ratio (width / height), used if the Aspect Ratio is set to 'Custom Aspect Ratio'."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_X,
"Custom Aspect Ratio (X Position)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_VIEWPORT_CUSTOM_X,
"Custom viewport offset used for defining the X-axis position of the viewport. These are ignored if 'Integer Scale' is enabled."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_Y,
"Custom Aspect Ratio (Y Position)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_VIEWPORT_CUSTOM_Y,
"Custom viewport offset used for defining the Y-axis position of the viewport. These are ignored if 'Integer Scale' is enabled."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_WIDTH,
"Custom Aspect Ratio (Width)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_VIEWPORT_CUSTOM_WIDTH,
"Custom viewport width that is used if the Aspect Ratio is set to 'Custom Aspect Ratio'."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VIEWPORT_CUSTOM_HEIGHT,
"Custom Aspect Ratio (Height)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_VIEWPORT_CUSTOM_HEIGHT,
"Custom viewport height that is used if the Aspect Ratio is set to 'Custom Aspect Ratio'."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_CROP_OVERSCAN,
"Crop Overscan (Reload)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_CROP_OVERSCAN,
"Cuts off a few pixels around the edges of the image customarily left blank by developers which sometimes also contain garbage pixels. (Restart Required)"
)
/* Settings > Video > Synchronization */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VSYNC,
"Vertical Sync (Vsync)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_VSYNC,
"Synchronizes the output video of the graphics card to the refresh rate of the screen. Recommended."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SWAP_INTERVAL,
"Vertical Sync (Vsync) Swap Interval"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SWAP_INTERVAL,
"Uses a custom swap interval for Vsync. Set this to effectively halve monitor refresh rate."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_ADAPTIVE_VSYNC,
"Adaptive Vsync"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_ADAPTIVE_VSYNC,
"V-Sync is enabled until performance falls below the target refresh rate. Can minimize stuttering when performance falls below realtime, and be more energy efficient."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FRAME_DELAY,
"Frame Delay"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FRAME_DELAY,
"Reduces latency at the cost of a higher risk of video stuttering. Adds a delay after V-Sync (in ms)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_HARD_SYNC,
"Hard GPU Sync"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_HARD_SYNC,
"Hard-synchronize the CPU and GPU. Reduces latency at the cost of performance."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_HARD_SYNC_FRAMES,
"Hard GPU Sync Frames"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_HARD_SYNC_FRAMES,
"Sets how many frames the CPU can run ahead of the GPU when using 'Hard GPU Sync'."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VRR_RUNLOOP_ENABLE,
"Sync to Exact Content Framerate (G-Sync, FreeSync)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VRR_RUNLOOP_ENABLE,
"No deviation from core requested timing. Use for Variable Refresh Rate screens (G-Sync, FreeSync, HDMI 2.1 VRR)."
)
/* Settings > Audio */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_OUTPUT_SETTINGS,
"Output"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_OUTPUT_SETTINGS,
"Change audio output settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_RESAMPLER_SETTINGS,
"Resampler"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_RESAMPLER_SETTINGS,
"Change audio resampler settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_SYNCHRONIZATION_SETTINGS,
"Synchronization"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_SYNCHRONIZATION_SETTINGS,
"Change audio synchronization settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MIDI_SETTINGS,
"MIDI"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MIDI_SETTINGS,
"Change MIDI settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_MIXER_SETTINGS,
"Mixer"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_MIXER_SETTINGS,
"Change audio mixer settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SOUNDS,
"Menu Sounds"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_MUTE,
"Mute"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_MUTE,
"Mute/unmute audio."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_MIXER_MUTE,
"Mixer Mute"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_MIXER_MUTE,
"Mute/unmute mixer audio."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_FASTFORWARD_MUTE,
"Mute When Fast-Forwarding"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_FASTFORWARD_MUTE,
"Automatically mute audio when using fast-forward."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME,
"Volume Gain (dB)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_VOLUME,
"Audio volume (in dB). 0 dB is normal volume, and no gain is applied."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_MIXER_VOLUME,
"Mixer Volume Gain (dB)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_MIXER_VOLUME,
"Global audio mixer volume (in dB). 0 dB is normal volume, and no gain is applied."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_DSP_PLUGIN,
"DSP Plugin"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_DSP_PLUGIN,
"Audio DSP plugin that processes audio before it's sent to the driver."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_WASAPI_EXCLUSIVE_MODE,
"WASAPI Exclusive Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_WASAPI_EXCLUSIVE_MODE,
"Allow the WASAPI driver to take exclusive control of the audio device. If disabled, it will use shared mode instead."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_WASAPI_FLOAT_FORMAT,
"WASAPI Float Format"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_WASAPI_FLOAT_FORMAT,
"Use float format for the WASAPI driver, if supported by your audio device."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_WASAPI_SH_BUFFER_LENGTH,
"WASAPI Shared Buffer Length"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_WASAPI_SH_BUFFER_LENGTH,
"The intermediate buffer length (in frames) when using the WASAPI driver in shared mode."
)
/* Settings > Audio > Output */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_ENABLE,
"Audio"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_ENABLE,
"Determines if audio is outputted."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_DEVICE,
"Device"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_DEVICE,
"Override the default audio device the audio driver uses. This is driver dependent."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_LATENCY,
"Audio Latency (ms)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_LATENCY,
"Desired audio latency in milliseconds. Might not be honored if the audio driver can't provide given latency."
)
/* Settings > Audio > Resampler */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_RESAMPLER_QUALITY,
"Resampler Quality"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_RESAMPLER_QUALITY,
"Lower this value to favor performance/lower latency over audio quality, increase if you want better audio quality at the expense of performance/lower latency."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_OUTPUT_RATE,
"Output Rate (Hz)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_OUTPUT_RATE,
"Audio output sample rate."
)
/* Settings > Audio > Synchronization */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_SYNC,
"Synchronization"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_SYNC,
"Synchronize audio. Recommended."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_MAX_TIMING_SKEW,
"Maximum Timing Skew"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_MAX_TIMING_SKEW,
"The maximum change in audio input rate. Increasing this enables very large changes in timing at the cost of an inaccurate audio pitch (e.g., running PAL cores on NTSC displays)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_RATE_CONTROL_DELTA,
"Dynamic Audio Rate Control"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_RATE_CONTROL_DELTA,
"Helps smooth out imperfections in timing when synchronizing audio and video. Be aware that if disabled, proper synchronization is nearly impossible to obtain."
)
/* Settings > Audio > MIDI */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MIDI_INPUT,
"Input"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MIDI_INPUT,
"Select input device."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MIDI_OUTPUT,
"Output"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MIDI_OUTPUT,
"Select output device."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MIDI_VOLUME,
"Volume"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MIDI_VOLUME,
"Set output volume (%)."
)
/* Settings > Audio > Mixer Settings > Mixer Stream */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_PLAY,
"Play"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MIXER_ACTION_PLAY,
"Will start playback of the audio stream. Once finished, it will remove the current audio stream from memory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_PLAY_LOOPED,
"Play (Looped)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MIXER_ACTION_PLAY_LOOPED,
"Will start playback of the audio stream. Once finished, it will loop and play the track again from the beginning."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_PLAY_SEQUENTIAL,
"Play (Sequential)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MIXER_ACTION_PLAY_SEQUENTIAL,
"Will start playback of the audio stream. Once finished, it will jump to the next audio stream in sequential order and repeat this behavior. Useful as an album playback mode."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_STOP,
"Stop"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MIXER_ACTION_STOP,
"This will stop playback of the audio stream, but not remove it from memory. You can start playing it again by selecting 'Play'."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_REMOVE,
"Remove"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MIXER_ACTION_REMOVE,
"This will stop playback of the audio stream and remove it entirely from memory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MIXER_ACTION_VOLUME,
"Volume"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MIXER_ACTION_VOLUME,
"Adjust the volume of the audio stream."
)
/* Settings > Audio > Menu Sounds */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_ENABLE_MENU,
"Mixer"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_ENABLE_MENU,
"Play simultaneous audio streams even in the menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SOUND_OK,
"Enable 'OK' Sound"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SOUND_CANCEL,
"Enable 'Cancel' Sound"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SOUND_NOTICE,
"Enable 'Notice' Sound"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SOUND_BGM,
"Enable 'BGM' Sound"
)
/* Settings > Input */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MAX_USERS,
"Maximum Users"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_MAX_USERS,
"Maximum amount of users supported by RetroArch."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR,
"Polling Behavior"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_POLL_TYPE_BEHAVIOR,
"Influence how input polling is done in RetroArch. Setting it to 'Early' or 'Late' can result in less latency, depending on your configuration."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_REMAP_BINDS_ENABLE,
"Remap Controls for This Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_REMAP_BINDS_ENABLE,
"Overrides the input binds with the remapped binds set for the current core."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_AUTODETECT_ENABLE,
"Autoconfig"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_AUTODETECT_ENABLE,
"Automatically configures controllers that have a profile, Plug-and-Play style."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_BUTTON_AXIS_THRESHOLD,
"Input Button Axis Threshold"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_BUTTON_AXIS_THRESHOLD,
"How far an axis must be tilted to result in a button press."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_DEADZONE,
"Analog Deadzone"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_SENSITIVITY,
"Analog Sensitivity"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_BIND_TIMEOUT,
"Bind Timeout"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_BIND_TIMEOUT,
"Amount of seconds to wait until proceeding to the next bind."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_BIND_HOLD,
"Bind Hold"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_BIND_HOLD,
"Amount of seconds to hold an input to bind it."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_TURBO_PERIOD,
"Turbo Period"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_TURBO_PERIOD,
"The period (in frames) when turbo-enabled buttons are toggled."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_DUTY_CYCLE,
"Duty Cycle"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_DUTY_CYCLE,
"Describes how long the period of a turbo-enabled button should be. Numbers are described in frames."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_TURBO_MODE,
"Turbo Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_TURBO_MODE,
"Selects the general behavior of turbo mode."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_TURBO_DEFAULT_BUTTON,
"Turbo Default Button"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_TURBO_DEFAULT_BUTTON,
"Default active button for Turbo Mode 'Single Button'."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_HAPTIC_FEEDBACK_SETTINGS,
"Haptic Feedback/Vibration"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_HAPTIC_FEEDBACK_SETTINGS,
"Change haptic feedback and vibration settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MENU_SETTINGS,
"Menu Controls"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_MENU_SETTINGS,
"Change menu control settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BINDS,
"Hotkeys"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_HOTKEY_BINDS,
"Configure hotkey settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_USER_BINDS,
"Port %u Controls"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_USER_BINDS,
"Configure controls for this port."
)
/* Settings > Input > Haptic Feedback/Vibration */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIBRATE_ON_KEYPRESS,
"Vibrate on Key Press"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ENABLE_DEVICE_VIBRATION,
"Enable Device Vibration (For Supported Cores)"
)
/* Settings > Input > Menu Controls */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_UNIFIED_MENU_CONTROLS,
"Unified Menu Controls"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_UNIFIED_MENU_CONTROLS,
"Use the same controls for both the menu and the game. Applies to the keyboard."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_INPUT_SWAP_OK_CANCEL,
"Menu Swap OK and Cancel Buttons"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_INPUT_SWAP_OK_CANCEL,
"Swap buttons for OK/Cancel. Disabled is the Japanese button orientation, enabled is the western orientation."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ALL_USERS_CONTROL_MENU,
"All Users Control Menu"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_ALL_USERS_CONTROL_MENU,
"Allows any user to control the menu. If disabled, only User 1 can control the menu."
)
/* Settings > Input > Hotkey Binds */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUIT_PRESS_TWICE,
"Confirm Quit"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUIT_PRESS_TWICE,
"Requires the Quit hotkey to be pressed twice to quit RetroArch."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO,
"Menu Toggle Gamepad Combo"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO,
"Controller button combination to toggle menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BLOCK_DELAY,
"Hotkey Enable Delay (Frames)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_HOTKEY_BLOCK_DELAY,
"Adds a delay in frames before normal input is blocked after pressing (and holding) the assigned 'Hotkey Enable' key. Allows normal input from the 'Hotkey Enable' key to be captured when it is mapped to another action (e.g. RetroPad 'Select')."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_FAST_FORWARD_KEY,
"Fast-Forward (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_FAST_FORWARD_KEY,
"Switches between fast-forward and normal speed."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_FAST_FORWARD_HOLD_KEY,
"Fast-Forward (Hold)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_FAST_FORWARD_HOLD_KEY,
"Enables fast-forward when held. Content runs at normal speed when key is released."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_SLOWMOTION_KEY,
"Slow-Motion (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_SLOWMOTION_KEY,
"Switches between slow-motion and normal speed."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_SLOWMOTION_HOLD_KEY,
"Slow-Motion (Hold)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_SLOWMOTION_HOLD_KEY,
"Enables slow-motion when held. Content runs at normal speed when key is released."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_LOAD_STATE_KEY,
"Load State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_LOAD_STATE_KEY,
"Loads a saved state from the currently selected slot."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_SAVE_STATE_KEY,
"Save State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_SAVE_STATE_KEY,
"Saves a state to the currently selected slot."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_FULLSCREEN_TOGGLE_KEY,
"Fullscreen (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_FULLSCREEN_TOGGLE_KEY,
"Switches between fullscreen and windowed display modes."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_QUIT_KEY,
"Quit RetroArch"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_QUIT_KEY,
"Closes RetroArch, ensuring all save data and configuration files are flushed to disk."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_STATE_SLOT_PLUS,
"Save State Slot +"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_STATE_SLOT_PLUS,
"Increments the currently selected save state slot index."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_STATE_SLOT_MINUS,
"Save State Slot -"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_STATE_SLOT_MINUS,
"Decrements the currently selected save state slot index."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_REWIND,
"Rewind"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_REWIND_HOTKEY,
"Rewinds current content while key is held. Note: 'Rewind Support' must be enabled."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_BSV_RECORD_TOGGLE,
"Record Input Replay (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_BSV_RECORD_TOGGLE,
"Switches recording of gameplay inputs in .bsv format on/off."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_PAUSE_TOGGLE,
"Pause (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_PAUSE_TOGGLE,
"Switches running content between paused and non-paused states."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_FRAMEADVANCE,
"Frameadvance"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_FRAMEADVANCE,
"When paused, advances content by one frame."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_RESET,
"Reset Game"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_RESET,
"Restarts the current content from the beginning."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_SHADER_NEXT,
"Next Shader"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_SHADER_NEXT,
"Loads and applies the next shader preset file in the root of the 'Video Shader' directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_SHADER_PREV,
"Previous Shader"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_SHADER_PREV,
"Loads and applies the previous shader preset file in the root of the 'Video Shader' directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_CHEAT_INDEX_PLUS,
"Next Cheat Index"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_CHEAT_INDEX_PLUS,
"Increments the currently selected cheat index."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_CHEAT_INDEX_MINUS,
"Previous Cheat Index"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_CHEAT_INDEX_MINUS,
"Decrements the currently selected cheat index."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_CHEAT_TOGGLE,
"Cheats (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_CHEAT_TOGGLE,
"Switches the currently selected cheat on/off."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_SCREENSHOT,
"Take Screenshot"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_SCREENSHOT,
"Captures an image of the current content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_MUTE,
"Audio Mute (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_MUTE,
"Switches audio output on/off."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_OSK,
"On-Screen Keyboard (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_OSK,
"Switches on-screen keyboard on/off"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_FPS_TOGGLE,
"Show FPS (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_FPS_TOGGLE,
"Switches 'frames per second' status indicator on/off."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_SEND_DEBUG_INFO,
"Send Debug Info"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_SEND_DEBUG_INFO,
"Sends diagnostic info about your device and RetroArch configuration to our servers for analysis."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_NETPLAY_HOST_TOGGLE,
"Netplay Hosting (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_NETPLAY_HOST_TOGGLE,
"Switches netplay hosting on/off."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_NETPLAY_GAME_WATCH,
"Netplay Play/Spectate Mode (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_NETPLAY_GAME_WATCH,
"Switches current netplay session between 'play' and 'spectate' modes."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_ENABLE_HOTKEY,
"Hotkey Enable"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_ENABLE_HOTKEY,
"When assigned, the 'Hotkey Enable' key must be pressed (and held) before any other hotkeys are recognised. Allows controller buttons to be mapped to hotkey functions without affecting normal input."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_VOLUME_UP,
"Volume Up"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_VOLUME_UP,
"Increases output audio volume level."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_VOLUME_DOWN,
"Volume Down"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_VOLUME_DOWN,
"Decreases output audio volume level."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_OVERLAY_NEXT,
"Next Overlay"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_OVERLAY_NEXT,
"Switches to the next available layout of the currently active on-screen overlay."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_DISK_EJECT_TOGGLE,
"Disc Eject Toggle"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_DISK_EJECT_TOGGLE,
"If virtual disc tray is closed, opens it and removes the loaded disc. Otherwise, inserts currently selected disc and closes the tray."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_DISK_NEXT,
"Next Disc"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_DISK_NEXT,
"Increments the currently selected disc index. Note: Virtual disc tray must be open."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_DISK_PREV,
"Previous Disc"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_DISK_PREV,
"Decrements the currently selected disc index. Note: Virtual disc tray must be open."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_GRAB_MOUSE_TOGGLE,
"Grab Mouse (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_GRAB_MOUSE_TOGGLE,
"Grabs or releases the mouse. When grabbed, the system cursor is hidden and confined to the RetroArch display window, improving relative mouse input."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_GAME_FOCUS_TOGGLE,
"Game Focus (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_GAME_FOCUS_TOGGLE,
"Enables or disables 'Game Focus' mode. When content has focus, hotkeys are disabled (full keyboard input is passed to the running core) and the mouse is grabbed."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_UI_COMPANION_TOGGLE,
"Desktop Menu (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_UI_COMPANION_TOGGLE,
"Opens the companion WIMP (Windows, Icons, Menus, Pointer) desktop user interface."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_MENU_TOGGLE,
"Menu (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_MENU_TOGGLE,
"Switches the current display between menu and running content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_RECORDING_TOGGLE,
"Recording (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_RECORDING_TOGGLE,
"Starts/stops recording of the current session to a local video file."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_STREAMING_TOGGLE,
"Streaming (Toggle)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_STREAMING_TOGGLE,
"Starts/stops streaming of the current session to an online video platform."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_AI_SERVICE,
"AI Service"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_AI_SERVICE,
"Captures an image of the current content then translates and/or reads aloud any on-screen text. Note: 'AI Service' Must be enabled and configured."
)
/* Settings > Input > Port # Binds */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_DEVICE_TYPE,
"Device Type"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ADC_TYPE,
"Analog to Digital Type"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_DEVICE_INDEX,
"Device Index"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_BIND_ALL,
"Set All Controls"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_BIND_DEFAULT_ALL,
"Reset to Default Controls"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_SAVE_AUTOCONFIG,
"Save Controller Profile"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MOUSE_INDEX,
"Mouse Index"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_B,
"B Button (Down)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_Y,
"Y Button (Left)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_SELECT,
"Select Button"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_START,
"Start Button"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_UP,
"D-Pad Up"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_DOWN,
"D-Pad Down"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_LEFT,
"D-Pad Left"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_RIGHT,
"D-Pad Right"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_A,
"A Button (Right)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_X,
"X Button (Top)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_L,
"L Button (Shoulder)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_R,
"R Button (Shoulder)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_L2,
"L2 Button (Trigger)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_R2,
"R2 Button (Trigger)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_L3,
"L3 Button (Thumb)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_JOYPAD_R3,
"R3 Button (Thumb)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_LEFT_X_PLUS,
"Left Analog X+ (Right)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_LEFT_X_MINUS,
"Left Analog X- (Left)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_LEFT_Y_PLUS,
"Left Analog Y+ (Down)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_LEFT_Y_MINUS,
"Left Analog Y- (Up)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_RIGHT_X_PLUS,
"Right Analog X+ (Right)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_RIGHT_X_MINUS,
"Right Analog X- (Left)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_RIGHT_Y_PLUS,
"Right Analog Y+ (Down)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_RIGHT_Y_MINUS,
"Right Analog Y- (Up)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_TRIGGER,
"Gun Trigger"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_RELOAD,
"Gun Reload"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_AUX_A,
"Gun Aux A"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_AUX_B,
"Gun Aux B"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_AUX_C,
"Gun Aux C"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_START,
"Gun Start"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_SELECT,
"Gun Select"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_DPAD_UP,
"Gun D-Pad Up"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_DPAD_DOWN,
"Gun D-Pad Down"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_DPAD_LEFT,
"Gun D-Pad Left"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_LIGHTGUN_DPAD_RIGHT,
"Gun D-Pad Right"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_TURBO_ENABLE,
"Turbo"
)
/* Settings > Latency */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RUN_AHEAD_ENABLED,
"Run-Ahead to Reduce Latency"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RUN_AHEAD_ENABLED,
"Run core logic one or more frames ahead then load the state back to reduce perceived input lag."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RUN_AHEAD_FRAMES,
"Number of Frames to Run-Ahead"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RUN_AHEAD_FRAMES,
"The number of frames to run ahead. Causes gameplay issues such as jitter if you exceed the number of lag frames internal to the game."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RUN_AHEAD_SECONDARY_INSTANCE,
"Use Second Instance for Run-Ahead"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RUN_AHEAD_SECONDARY_INSTANCE,
"Use a second instance of the RetroArch core to run-ahead. Prevents audio problems due to loading state."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RUN_AHEAD_HIDE_WARNINGS,
"Hide Run-Ahead Warnings"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RUN_AHEAD_HIDE_WARNINGS,
"Hide the warning message that appears when using Run-Ahead and the core does not support save states."
)
/* Settings > Core */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHARED_CONTEXT,
"Hardware Shared Context"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHARED_CONTEXT,
"Give hardware-rendered cores their own private context. Avoids having to assume hardware state changes inbetween frames."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DRIVER_SWITCH_ENABLE,
"Allow Cores to Switch the Video Driver"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DRIVER_SWITCH_ENABLE,
"Allow cores to switch to a different video driver than the one currently loaded."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DUMMY_ON_CORE_SHUTDOWN,
"Load Dummy on Core Shutdown"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DUMMY_ON_CORE_SHUTDOWN,
"Some cores have a shutdown feature, loading a dummy core will prevent RetroArch from shutting down."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_SET_SUPPORTS_NO_CONTENT_ENABLE,
"Start a Core Automatically"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHECK_FOR_MISSING_FIRMWARE,
"Check for Missing Firmware before Loading"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHECK_FOR_MISSING_FIRMWARE,
"Check if all the required firmware is present before attempting to load content."
)
#ifndef HAVE_DYNAMIC
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ALWAYS_RELOAD_CORE_ON_RUN_CONTENT,
"Always Reload Core on Run Content"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ALWAYS_RELOAD_CORE_ON_RUN_CONTENT,
"Restart RetroArch when launching content, even when the requested core is already loaded. This may improve system stability, at the expense of increased loading times."
)
#endif
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_ALLOW_ROTATE,
"Allow Rotation"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_ALLOW_ROTATE,
"Allow cores to set rotation. When disabled, rotation requests are ignored. Useful for setups that manually rotate the screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_MANAGER_LIST,
"Manage Cores"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_MANAGER_LIST,
"Perform offline maintenance tasks on installed cores (backup, restore, delete, etc.) and view core information."
)
/* Settings > Configuration */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONFIG_SAVE_ON_EXIT,
"Save Configuration on Quit"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONFIG_SAVE_ON_EXIT,
"Saves changes to the configuration file on quit."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GAME_SPECIFIC_OPTIONS,
"Load Content-Specific Core Options Automatically"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GAME_SPECIFIC_OPTIONS,
"Load customized core options by default at startup."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUTO_OVERRIDES_ENABLE,
"Load Override Files Automatically"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUTO_OVERRIDES_ENABLE,
"Load customized configuration at startup."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUTO_REMAPS_ENABLE,
"Load Remap Files Automatically"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUTO_REMAPS_ENABLE,
"Load customized controls at startup."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUTO_SHADERS_ENABLE,
"Load Shader Presets Automatically"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GLOBAL_CORE_OPTIONS,
"Use Global Core Options File"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_GLOBAL_CORE_OPTIONS,
"Save all core options to a common settings file (retroarch-core-options.cfg). When disabled, options for each core will be saved to a separate core-specific folder/file in RetroArch's 'Config' directory."
)
/* Settings > Saving */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SORT_SAVEFILES_ENABLE,
"Sort Saves into Folders by Core Name"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SORT_SAVEFILES_ENABLE,
"Sort save files into folders named after the core used."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SORT_SAVESTATES_ENABLE,
"Sort Save States into Folders by Core Name"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SORT_SAVESTATES_ENABLE,
"Sort save states in folders named after the core used."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SORT_SAVEFILES_BY_CONTENT_ENABLE,
"Sort Saves into Folders by Content Directory"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SORT_SAVEFILES_BY_CONTENT_ENABLE,
"Sort save files into folders named after the directory in which the content is located."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SORT_SAVESTATES_BY_CONTENT_ENABLE,
"Sort Save States into Folders by Content Directory"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SORT_SAVESTATES_BY_CONTENT_ENABLE,
"Sort save states in folders named after the directory in which the content is located."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BLOCK_SRAM_OVERWRITE,
"Don't Overwrite SaveRAM on Loading Save State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_BLOCK_SRAM_OVERWRITE,
"Block SaveRAM from being overwritten when loading save states. Might potentially lead to buggy games."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUTOSAVE_INTERVAL,
"SaveRAM Autosave Interval"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUTOSAVE_INTERVAL,
"Automatically saves the non-volatile SaveRAM at a regular interval (in seconds)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_INDEX,
"Increment Save State Index Automatically"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVESTATE_AUTO_INDEX,
"Before making a save state, the save state index is automatically increased. When loading content, the index will be set to the highest existing index."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_SAVE,
"Auto Save State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVESTATE_AUTO_SAVE,
"Automatically makes a save state when content is closed. RetroArch will automatically load this save state if 'Load State Automatically' is enabled."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_LOAD,
"Load State Automatically"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVESTATE_AUTO_LOAD,
"Automatically load the auto save state on startup."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVESTATE_THUMBNAIL_ENABLE,
"Save State Thumbnails"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVESTATE_THUMBNAIL_ENABLE,
"Show thumbnails of save states in the menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVE_FILE_COMPRESSION,
"SaveRAM Compression"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVE_FILE_COMPRESSION,
"Write non-volatile SaveRAM files in an archived format. Dramatically reduces file size at the expense of (negligibly) increased saving/loading times. Note: Only applies to cores that enable saving via the standard libretro SaveRAM interface."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVESTATE_FILE_COMPRESSION,
"Save State Compression"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVESTATE_FILE_COMPRESSION,
"Write save state files in an archived format. Dramatically reduces file size at the expense of increased saving/loading times."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SORT_SCREENSHOTS_BY_CONTENT_ENABLE,
"Sort Screenshots into Folders by Content Directory"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SORT_SCREENSHOTS_BY_CONTENT_ENABLE,
"Sort screenshots in folders named after the directory in which the content is located."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVEFILES_IN_CONTENT_DIR_ENABLE,
"Write Saves to Content Directory"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVESTATES_IN_CONTENT_DIR_ENABLE,
"Write Save States to Content Directory"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEMFILES_IN_CONTENT_DIR_ENABLE,
"System Files are in Content Directory"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SCREENSHOTS_IN_CONTENT_DIR_ENABLE,
"Write Screenshots to Content Directory"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_RUNTIME_LOG,
"Save Runtime Log (Per Core)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_RUNTIME_LOG,
"Keeps track of how long each item of content has run for, with records separated by core."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_RUNTIME_LOG_AGGREGATE,
"Save Runtime Log (Aggregate)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_RUNTIME_LOG_AGGREGATE,
"Keeps track of how long each item of content has run for, recorded as the aggregate total across all cores."
)
/* Settings > Logging */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOG_VERBOSITY,
"Logging Verbosity"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOG_VERBOSITY,
"Log events to a terminal or file."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FRONTEND_LOG_LEVEL,
"Frontend Logging Level"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FRONTEND_LOG_LEVEL,
"Sets log level for the frontend. If a log level issued by the frontend is below this value, it is ignored."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LIBRETRO_LOG_LEVEL,
"Core Logging Level"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LIBRETRO_LOG_LEVEL,
"Sets log level for cores. If a log level issued by a core is below this value, it is ignored."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOG_TO_FILE,
"Log to File"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOG_TO_FILE,
"Redirects system event log messages to file. Requires 'Logging Verbosity' to be enabled."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOG_TO_FILE_TIMESTAMP,
"Timestamp Log Files"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOG_TO_FILE_TIMESTAMP,
"When logging to file, redirects the output from each RetroArch session to a new timestamped file. If disabled, log is overwritten each time RetroArch is restarted."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PERFCNT_ENABLE,
"Performance Counters"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PERFCNT_ENABLE,
"Performance counters for RetroArch and cores. Counter data can help determine system bottlenecks and fine-tune performance."
)
/* Settings > File Browser */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHOW_HIDDEN_FILES,
"Show Hidden Files and Directories"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SHOW_HIDDEN_FILES,
"Show hidden files and directories in the file browser."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NAVIGATION_BROWSER_FILTER_SUPPORTED_EXTENSIONS_ENABLE,
"Filter Unknown Extensions"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NAVIGATION_BROWSER_FILTER_SUPPORTED_EXTENSIONS_ENABLE,
"Filter files being shown in file browser by supported extensions."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_USE_BUILTIN_PLAYER,
"Use Built-In Media Player"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FILTER_BY_CURRENT_CORE,
"Filter by Current Core"
)
/* Settings > Frame Throttle */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REWIND_SETTINGS,
"Rewind"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_REWIND,
"Manages rewind settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FRAME_TIME_COUNTER_SETTINGS,
"Frame Time Counter"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FRAME_TIME_COUNTER_SETTINGS,
"Adjust settings influencing the frame time counter (only active when threaded video is disabled)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FASTFORWARD_RATIO,
"Fast-Forward Rate"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FASTFORWARD_RATIO,
"The maximum rate at which content will be run when using fast-forward (e.g., 5.0x for 60 fps content = 300 fps cap). If set to 0.0x, fast-forward ratio is unlimited (no FPS cap)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SLOWMOTION_RATIO,
"Slow-Motion Rate"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SLOWMOTION_RATIO,
"The rate that content will play when using slow-motion."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_ENUM_THROTTLE_FRAMERATE,
"Throttle Menu Framerate"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_ENUM_THROTTLE_FRAMERATE,
"Makes sure the framerate is capped while inside the menu."
)
/* Settings > Frame Throttle > Rewind */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REWIND_ENABLE,
"Rewind Support"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_REWIND_ENABLE,
"Return to a previous point in recent gameplay. This causes a severe performance hit when playing."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REWIND_GRANULARITY,
"Rewind Frames"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_REWIND_GRANULARITY,
"The number of frames to rewind per step, higher values increase the rewind speed."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REWIND_BUFFER_SIZE,
"Rewind Buffer Size (MB)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_REWIND_BUFFER_SIZE,
"The amount of memory (in MB) to reserve for the rewind buffer. Increasing this will increase the amount of rewind history."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REWIND_BUFFER_SIZE_STEP,
"Rewind Buffer Size Step (MB)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_REWIND_BUFFER_SIZE_STEP,
"Each time you increase or decrease the rewind buffer size value via this UI it will change by this amount"
)
/* Settings > Frame Throttle > Frame Time Counter */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FRAME_TIME_COUNTER_RESET_AFTER_FASTFORWARDING,
"Reset after Fast-Forward"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FRAME_TIME_COUNTER_RESET_AFTER_FASTFORWARDING,
"Reset the frame time counter after fast-forwarding."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FRAME_TIME_COUNTER_RESET_AFTER_LOAD_STATE,
"Reset after Load State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FRAME_TIME_COUNTER_RESET_AFTER_LOAD_STATE,
"Reset the frame time counter after loading a state."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FRAME_TIME_COUNTER_RESET_AFTER_SAVE_STATE,
"Reset after Save State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FRAME_TIME_COUNTER_RESET_AFTER_SAVE_STATE,
"Reset the frame time counter after saving a state."
)
/* Settings > Recording */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_RECORD_QUALITY,
"Recording Quality"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORD_CONFIG,
"Custom Recording Configuration"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_RECORD_THREADS,
"Recording Threads"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_POST_FILTER_RECORD,
"Use Post Filter Recording"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_POST_FILTER_RECORD,
"Capture the image after filters (but not shaders) are applied. Your video will look as fancy as what you see on your screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_GPU_RECORD,
"Use GPU Recording"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_GPU_RECORD,
"Records output of GPU shaded material if available."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STREAMING_MODE,
"Streaming Mode"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_STREAM_QUALITY,
"Streaming Quality"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STREAM_CONFIG,
"Custom Streaming Configuration"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STREAMING_TITLE,
"Stream Title"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STREAMING_URL,
"Stream URL"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UDP_STREAM_PORT,
"UDP Stream Port"
)
/* Settings > On-Screen Display */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ONSCREEN_OVERLAY_SETTINGS,
"On-Screen Overlay"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ONSCREEN_OVERLAY_SETTINGS,
"Adjust bezels and on-screen controls"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ONSCREEN_VIDEO_LAYOUT_SETTINGS,
"Video Layout"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ONSCREEN_VIDEO_LAYOUT_SETTINGS,
"Adjust Video Layout"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ONSCREEN_NOTIFICATIONS_SETTINGS,
"On-Screen Notifications"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ONSCREEN_NOTIFICATIONS_SETTINGS,
"Adjust On-Screen Notifications"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ONSCREEN_NOTIFICATIONS_VIEWS_SETTINGS,
"Notification Visibility"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ONSCREEN_NOTIFICATIONS_VIEWS_SETTINGS,
"Toggle the visibility of specific types of notification."
)
/* Settings > On-Screen Display > On-Screen Overlay */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_ENABLE,
"Display Overlay"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_ENABLE,
"Overlays are used for borders and on-screen controls"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_HIDE_IN_MENU,
"Hide Overlay in Menu"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_HIDE_IN_MENU,
"Hide the overlay while inside the menu, and show it again when exiting the menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_HIDE_WHEN_GAMEPAD_CONNECTED,
"Hide Overlay When Gamepad is Connected"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_HIDE_WHEN_GAMEPAD_CONNECTED,
"Hide the overlay when a physical gamepad is connected in port 1, and show it again when the gamepad is disconnected."
)
#if defined(ANDROID)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_HIDE_WHEN_GAMEPAD_CONNECTED_ANDROID,
"Hide the overlay when a physical gamepad is connected in port 1. WARNING: Overlay will not be restored automatically when gamepad is disconnected."
)
#endif
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_SHOW_PHYSICAL_INPUTS,
"Show Inputs on Overlay"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_SHOW_PHYSICAL_INPUTS,
"Show keyboard/controller inputs on the on-screen overlay."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_SHOW_PHYSICAL_INPUTS_PORT,
"Show Inputs Listen Port"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_SHOW_PHYSICAL_INPUTS_PORT,
"Select the port for the overlay to listen to if Show Inputs On Overlay is enabled."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_SHOW_MOUSE_CURSOR,
"Show Mouse Cursor With Overlay"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_SHOW_MOUSE_CURSOR,
"Show the mouse cursor when using an on-screen overlay."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_AUTO_ROTATE,
"Auto-Rotate Overlay"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_OVERLAY_AUTO_ROTATE,
"If supported by current overlay, automatically rotate layout to match screen orientation/aspect ratio."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OVERLAY,
"Overlay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OVERLAY_AUTOLOAD_PREFERRED,
"Autoload Preferred Overlay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OVERLAY_OPACITY,
"Overlay Opacity"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_OVERLAY_OPACITY,
"Opacity of all UI elements of the overlay."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OVERLAY_PRESET,
"Overlay Preset"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_OVERLAY_PRESET,
"Select an overlay from the file browser."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OVERLAY_SCALE,
"Overlay Scale"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_OVERLAY_SCALE,
"Scale of all UI elements of the overlay."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OVERLAY_CENTER_X,
"Overlay Offset X"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_OVERLAY_CENTER_X,
"X offset of all UI elements of the overlay."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OVERLAY_CENTER_Y,
"Overlay Offset Y"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_OVERLAY_CENTER_Y,
"Y offset of all UI elements of the overlay."
)
/* Settings > On-Screen Display > Video Layout */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_LAYOUT_ENABLE,
"Enable Video Layout"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_LAYOUT_ENABLE,
"Video layouts are used for bezels and other artwork."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_LAYOUT_PATH,
"Video Layout Path"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_LAYOUT_PATH,
"Select a video layout from the file browser."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_LAYOUT_SELECTED_VIEW,
"Selected View"
)
MSG_HASH( /* FIXME Unused */
MENU_ENUM_SUBLABEL_VIDEO_LAYOUT_SELECTED_VIEW,
"Select a view within the loaded layout."
)
/* Settings > On-Screen Display > On-Screen Notifications */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FONT_ENABLE,
"On-Screen Notifications"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FONT_ENABLE,
"Show on-screen messages."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_WIDGETS_ENABLE,
"Graphics Widgets"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_WIDGETS_ENABLE,
"Use decorated animations, notifications, indicators and controls."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_WIDGET_SCALE_AUTO,
"Scale Graphics Widgets Automatically"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_WIDGET_SCALE_AUTO,
"Automatically resize decorated notifications, indicators and controls based on current menu scale."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_WIDGET_SCALE_FACTOR_FULLSCREEN,
"Graphics Widgets Scale Override (Fullscreen)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_WIDGET_SCALE_FACTOR_FULLSCREEN,
"Applies a manual scaling factor override when drawing display widgets in fullscreen mode. Only applies when 'Scale Graphics Widgets Automatically' is disabled. Can be used to increase or decrease the size of decorated notifications, indicators and controls independently from the menu itself."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_WIDGET_SCALE_FACTOR_WINDOWED,
"Graphics Widgets Scale Override (Windowed)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_WIDGET_SCALE_FACTOR_WINDOWED,
"Applies a manual scaling factor override when drawing display widgets in windowed mode. Only applies when 'Scale Graphics Widgets Automatically' is disabled. Can be used to increase or decrease the size of decorated notifications, indicators and controls independently from the menu itself."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FPS_SHOW,
"Display Framerate"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FPS_SHOW,
"Displays the current frames per second."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FPS_UPDATE_INTERVAL,
"Framerate Update Interval (In Frames)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FPS_UPDATE_INTERVAL,
"Framerate display will be updated at the set interval (in frames)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FRAMECOUNT_SHOW,
"Display Frame Count"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FRAMECOUNT_SHOW,
"Displays the current frame count on-screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STATISTICS_SHOW,
"Display Statistics"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_STATISTICS_SHOW,
"Show on-screen technical statistics."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MEMORY_SHOW,
"Display Memory Usage"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MEMORY_UPDATE_INTERVAL,
"Memory Usage Update Interval (In Frames)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MEMORY_UPDATE_INTERVAL,
"Memory usage display will be updated at the set interval (in frames)."
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MEMORY_SHOW,
"Displays the used and total amount of memory on the system."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_LOAD_CONTENT_ANIMATION,
"\"Load Content\" Startup Notification"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_LOAD_CONTENT_ANIMATION,
"Show a brief launch feedback animation when loading content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_AUTOCONFIG,
"Input (Autoconfig) Connection Notifications"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_CHEATS_APPLIED,
"Cheat Code Notifications"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NOTIFICATION_SHOW_CHEATS_APPLIED,
"Display an on-screen message when cheat codes are applied"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NOTIFICATION_SHOW_AUTOCONFIG,
"Display an on-screen message when connecting/disconnecting input devices."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_REMAP_LOAD,
"Input Remap Loaded Notifications"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NOTIFICATION_SHOW_REMAP_LOAD,
"Display an on-screen message when loading input remap files."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_CONFIG_OVERRIDE_LOAD,
"Config Override Loaded Notifications"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NOTIFICATION_SHOW_CONFIG_OVERRIDE_LOAD,
"Display an on-screen message when loading configuration override files."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_SET_INITIAL_DISK,
"Initial Disc Restored Notifications"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NOTIFICATION_SHOW_SET_INITIAL_DISK,
"Display an on-screen message when automatically restoring at launch the last used disc of multi-disc content loaded via M3U playlists."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_FAST_FORWARD,
"Fast-Forward Notifications"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NOTIFICATION_SHOW_FAST_FORWARD,
"Display an on-screen indicator when fast-forwarding content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_SCREENSHOT,
"Screenshot Notifications"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NOTIFICATION_SHOW_SCREENSHOT,
"Display an on-screen message when taking a screenshot."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_SCREENSHOT_DURATION,
"Screenshot Notification Persistence"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NOTIFICATION_SHOW_SCREENSHOT_DURATION,
"Define the duration of the on-screen screenshot message."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_SCREENSHOT_DURATION_NORMAL,
"Normal"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_SCREENSHOT_DURATION_FAST,
"Fast"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_SCREENSHOT_DURATION_VERY_FAST,
"Very Fast"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_SCREENSHOT_DURATION_INSTANT,
"Instant"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_SCREENSHOT_FLASH,
"Screenshot Flash Effect"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NOTIFICATION_SHOW_SCREENSHOT_FLASH,
"Display a white flashing effect on-screen with the desired duration when taking a screenshot."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_SCREENSHOT_FLASH_NORMAL,
"ON (Normal)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOTIFICATION_SHOW_SCREENSHOT_FLASH_FAST,
"ON (Fast)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FONT_PATH,
"Notification Font"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FONT_PATH,
"Select the font for on-screen notifications."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FONT_SIZE,
"Notification Size"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FONT_SIZE,
"Specify the font size in points."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_POS_X,
"Notification Position (Horizontal)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_MESSAGE_POS_X,
"Specify custom X axis position for on-screen text."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_POS_Y,
"Notification Position (Vertical)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_MESSAGE_POS_Y,
"Specify custom Y axis position for on-screen text."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_COLOR_RED,
"Notification Color (Red)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_COLOR_GREEN,
"Notification Color (Green)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_COLOR_BLUE,
"Notification Color (Blue)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_BGCOLOR_ENABLE,
"Notification Background"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_BGCOLOR_RED,
"Notification Background Color (Red)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_BGCOLOR_GREEN,
"Notification Background Color (Green)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_BGCOLOR_BLUE,
"Notification Background Color (Blue)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_BGCOLOR_OPACITY,
"Notification Background Opacity"
)
/* Settings > User Interface */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_VIEWS_SETTINGS,
"Menu Item Visibility"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_VIEWS_SETTINGS,
"Toggle the visibility of menu items in RetroArch."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SETTINGS,
"Appearance"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SETTINGS,
"Adjusts menu screen appearance settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHOW_ADVANCED_SETTINGS,
"Show Advanced Settings"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SHOW_ADVANCED_SETTINGS,
"Show advanced settings for power users."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_ENABLE_KIOSK_MODE,
"Kiosk Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_ENABLE_KIOSK_MODE,
"Protects the setup by hiding all configuration related settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_KIOSK_MODE_PASSWORD,
"Set Password for Disabling Kiosk Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_KIOSK_MODE_PASSWORD,
"Supplying a password when enabling kiosk mode makes it possible to later disable it from the menu, by going to the Main Menu, selecting Disable Kiosk Mode and entering the password."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NAVIGATION_WRAPAROUND,
"Navigation Wrap-Around"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NAVIGATION_WRAPAROUND,
"Wrap-around to beginning and/or end if boundary of list is reached horizontally or vertically."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PAUSE_LIBRETRO,
"Pause Content When Menu Is Active"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PAUSE_LIBRETRO,
"If disabled, the content will keep running in the background when RetroArch's menu is toggled."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SAVESTATE_RESUME,
"Resume Content after Using Save States"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SAVESTATE_RESUME,
"Automatically close the menu and resume content after saving or loading a state. Disabling this can improve save state performance on very slow devices."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_INSERT_DISK_RESUME,
"Resume Content after Changing Discs"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_INSERT_DISK_RESUME,
"Automatically close the menu and resume content after inserting or loading a new disc."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MOUSE_ENABLE,
"Mouse Support"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MOUSE_ENABLE,
"Allows the menu to be controlled with a mouse."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_POINTER_ENABLE,
"Touch Support"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_POINTER_ENABLE,
"Allows the menu to be controlled with a touchscreen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_THREADED_DATA_RUNLOOP_ENABLE,
"Threaded Tasks"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_THREADED_DATA_RUNLOOP_ENABLE,
"Perform tasks on a separate thread."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PAUSE_NONACTIVE,
"Pause Content When Not Active"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PAUSE_NONACTIVE,
"Pause gameplay when RetroArch is not the active window."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_DISABLE_COMPOSITION,
"Disable Desktop Composition"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_DISABLE_COMPOSITION,
"Window managers use composition to apply visual effects, detect unresponsive windows, amongst other things."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SCROLL_FAST,
"Menu Scroll Acceleration"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SCROLL_FAST,
"Maximum speed of the cursor when holding a direction to scroll."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UI_COMPANION_ENABLE,
"UI Companion"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UI_COMPANION_START_ON_BOOT,
"Start UI Companion on Boot"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UI_MENUBAR_ENABLE,
"Menu Bar"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DESKTOP_MENU_ENABLE,
"Desktop Menu (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UI_COMPANION_TOGGLE,
"Open Desktop Menu on Startup"
)
/* Settings > User Interface > Views */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_VIEWS_SETTINGS,
"Quick Menu"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_VIEWS_SETTINGS,
"Toggle the visibility of menu items in the Quick Menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_VIEWS_SETTINGS,
"Settings"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_VIEWS_SETTINGS,
"Toggle the visibility of menu items in the Settings menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_LOAD_CORE,
"Show Load Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_LOAD_CORE,
"Show or hide the 'Load Core' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_LOAD_CONTENT,
"Show Load Content"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_LOAD_CONTENT,
"Show or hide the 'Load Content' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_LOAD_DISC,
"Show Load Disc"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_LOAD_DISC,
"Show or hide the 'Load Disc' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_DUMP_DISC,
"Show Dump Disc"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_DUMP_DISC,
"Show or hide the 'Dump Disc' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_ONLINE_UPDATER,
"Show Online Updater"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_ONLINE_UPDATER,
"Show or hide the 'Online Updater' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_CORE_UPDATER,
"Show Core Downloader"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_CORE_UPDATER,
"Show or hide the ability to update cores (and core info files)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_LEGACY_THUMBNAIL_UPDATER,
"Show Legacy Thumbnails Updater"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_LEGACY_THUMBNAIL_UPDATER,
"Show or hide the ability to download legacy thumbnail packages."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_INFORMATION,
"Show Information"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_INFORMATION,
"Show or hide the 'Information' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_CONFIGURATIONS,
"Show Configuration File"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_CONFIGURATIONS,
"Show or hide the 'Configuration File' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_HELP,
"Show Help"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_HELP,
"Show or hide the 'Help' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_QUIT_RETROARCH,
"Show Quit RetroArch"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_QUIT_RETROARCH,
"Show or hide the 'Quit RetroArch' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_RESTART_RETROARCH,
"Show Restart RetroArch"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_RESTART_RETROARCH,
"Show or hide the 'Restart RetroArch' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_SETTINGS,
"Show Settings Tab"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_SETTINGS,
"Show the settings tab inside the main menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_SETTINGS_PASSWORD,
"Set Password For Enabling 'Settings' Tab"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_SETTINGS_PASSWORD,
"Supplying a password when hiding the settings tab makes it possible to later restore it from the menu, by going to the Main Menu tab, selecting Enable Settings Tab and entering the password."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_FAVORITES,
"Show Favorites Tab"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_FAVORITES,
"Show the favorites tab inside the main menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_IMAGES,
"Show Image Tab"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_IMAGES,
"Show the image tab inside the main menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_MUSIC,
"Show Music Tab"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_MUSIC,
"Show the music tab inside the main menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_VIDEO,
"Show Video Tab"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_VIDEO,
"Show the video tab inside the main menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_NETPLAY,
"Show Netplay Tab"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_NETPLAY,
"Show the netplay tab inside the main menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_HISTORY,
"Show History Tab"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_HISTORY,
"Show the recent history tab inside the main menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_ADD,
"Show Import Content Tab"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_ADD,
"Show the import content tab inside the main menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_ADD_ENTRY,
"Show Import Content"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_ADD_ENTRY,
"Show an import content entry inside the main menu or playlists tab/submenu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_ADD_CONTENT_ENTRY_DISPLAY_MAIN_TAB,
"Main Menu"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_ADD_CONTENT_ENTRY_DISPLAY_PLAYLISTS_TAB,
"Playlists Menu"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_PLAYLISTS,
"Show Playlist Tabs"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_PLAYLISTS,
"Show playlist tabs inside the main menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_EXPLORE,
"Show Explore Tab"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_EXPLORE,
"Show content explorer tab inside the main menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_ENABLE,
"Show Date and Time"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_TIMEDATE_ENABLE,
"Shows current date and/or time inside the menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_STYLE,
"Style of Date and Time"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_TIMEDATE_STYLE,
"Changes the style current date and/or time is shown inside the menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_DATE_SEPARATOR,
"Date Separator"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_TIMEDATE_DATE_SEPARATOR,
"Specifies character to use as a separator between year/month/day components when current date is shown inside the menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BATTERY_LEVEL_ENABLE,
"Show Battery Level"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_BATTERY_LEVEL_ENABLE,
"Shows current battery level inside the menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_ENABLE,
"Show Core Name"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_ENABLE,
"Shows current core name inside menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_SUBLABELS,
"Show Menu Sub-Labels"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_SUBLABELS,
"Provides additional information for menu items."
)
MSG_HASH( /* FIXME Not RGUI specific */
MENU_ENUM_LABEL_VALUE_RGUI_SHOW_START_SCREEN,
"Display Start Screen"
)
MSG_HASH( /* FIXME Not RGUI specific */
MENU_ENUM_SUBLABEL_RGUI_SHOW_START_SCREEN,
"Show startup screen in menu. This is automatically set to false after the program starts for the first time."
)
/* Settings > User Interface > Views > Quick Menu */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_RESUME_CONTENT,
"Show Resume Content"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_RESUME_CONTENT,
"Show or hide the 'Resume Content' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_RESTART_CONTENT,
"Show Restart Content"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_RESTART_CONTENT,
"Show or hide the 'Restart Content' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_CLOSE_CONTENT,
"Show Close Content"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_CLOSE_CONTENT,
"Show or hide the 'Close Content' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_TAKE_SCREENSHOT,
"Show Take Screenshot"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_TAKE_SCREENSHOT,
"Show or hide the 'Take Screenshot' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_SAVE_LOAD_STATE,
"Show Save/Load State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_SAVE_LOAD_STATE,
"Show or hide the options for saving/loading state."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_UNDO_SAVE_LOAD_STATE,
"Show Undo Save/Load State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_UNDO_SAVE_LOAD_STATE,
"Show or hide the options for undoing save/load state."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_ADD_TO_FAVORITES,
"Show Add to Favorites"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_ADD_TO_FAVORITES,
"Show or hide the 'Add to Favorites' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_START_RECORDING,
"Show Start Recording"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_START_RECORDING,
"Show or hide the 'Start Recording' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_START_STREAMING,
"Show Start Streaming"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_START_STREAMING,
"Show or hide the 'Start Streaming' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_SET_CORE_ASSOCIATION,
"Show Set Core Association"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_SET_CORE_ASSOCIATION,
"Show or hide the 'Set Core Association' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_RESET_CORE_ASSOCIATION,
"Show Reset Core Association"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_RESET_CORE_ASSOCIATION,
"Show or hide the 'Reset Core Association' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_OPTIONS,
"Show Options"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_OPTIONS,
"Show or hide the 'Options' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_CONTROLS,
"Show Controls"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_CONTROLS,
"Show or hide the 'Controls' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_CHEATS,
"Show Cheats"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_CHEATS,
"Show or hide the 'Cheats' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_SHADERS,
"Show Shaders"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_SHADERS,
"Show or hide the 'Shaders' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_REWIND,
"Show Rewind Settings"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_REWIND,
"Show or hide the Rewind options."
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_LATENCY,
"Show or hide the Latency options."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_LATENCY,
"Show Latency Settings"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_OVERLAYS,
"Show or hide the Overlay options."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_OVERLAYS,
"Show Overlay Settings"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_SHOW_VIDEO_LAYOUT,
"Show Video Layout Settings"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_SHOW_VIDEO_LAYOUT,
"Show or hide Video Layout options."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_SAVE_CORE_OVERRIDES,
"Show Save Core Overrides"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_SAVE_CORE_OVERRIDES,
"Show or hide the 'Save Core Overrides' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_SAVE_GAME_OVERRIDES,
"Show Save Game Overrides"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_SAVE_GAME_OVERRIDES,
"Show or hide the 'Save Game Overrides' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_INFORMATION,
"Show Information"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_INFORMATION,
"Show or hide the 'Information' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_SHOW_DOWNLOAD_THUMBNAILS,
"Show Download Thumbnails"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_SHOW_DOWNLOAD_THUMBNAILS,
"Show or hide the 'Download Thumbnails' option."
)
/* Settings > User Interface > Views > Settings */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_DRIVERS,
"Show Drivers"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_DRIVERS,
"Show or hide 'Driver Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_VIDEO,
"Show Video"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_VIDEO,
"Show or hide 'Video Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_AUDIO,
"Show Audio"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_AUDIO,
"Show or hide 'Audio Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_INPUT,
"Show Input"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_INPUT,
"Show or hide 'Input Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_LATENCY,
"Show Latency"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_LATENCY,
"Show or hide 'Latency Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_CORE,
"Show Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_CORE,
"Show or hide 'Core Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_CONFIGURATION,
"Show Configuration"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_CONFIGURATION,
"Show or hide 'Configuration Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_SAVING,
"Show Saving"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_SAVING,
"Show or hide 'Saving Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_LOGGING,
"Show Logging"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_LOGGING,
"Show or hide 'Logging Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_FRAME_THROTTLE,
"Show Frame Throttle"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_FRAME_THROTTLE,
"Show or hide 'Frame Throttle Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_RECORDING,
"Show Recording"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_RECORDING,
"Show or hide 'Recording Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_ONSCREEN_DISPLAY,
"Show On-Screen Display"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_ONSCREEN_DISPLAY,
"Show or hide 'On-Screen Display Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_USER_INTERFACE,
"Show User Interface"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_USER_INTERFACE,
"Show or hide 'User Interface Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_AI_SERVICE,
"Show AI Service"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_AI_SERVICE,
"Show or hide 'AI Service Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_POWER_MANAGEMENT,
"Show Power Management"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_POWER_MANAGEMENT,
"Show or hide 'Power Management Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_ACHIEVEMENTS,
"Show Achievements"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_ACHIEVEMENTS,
"Show or hide 'Achievements Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_NETWORK,
"Show Network"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_NETWORK,
"Show or hide 'Network Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_PLAYLISTS,
"Show Playlists"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_PLAYLISTS,
"Show or hide 'Playlists Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_USER,
"Show User"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_USER,
"Show or hide 'User Settings' on the Settings screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SETTINGS_SHOW_DIRECTORY,
"Show Directory"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SETTINGS_SHOW_DIRECTORY,
"Show or hide 'Directory Settings' on the Settings screen."
)
/* Settings > User Interface > Appearance */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SCALE_FACTOR,
"Menu Scale Factor"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SCALE_FACTOR,
"Scales the size of user interface elements in the menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER,
"Background Image"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_WALLPAPER,
"Select an image to set as menu background."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER_OPACITY,
"Background Opacity"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_WALLPAPER_OPACITY,
"Modify the opacity of the background image."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_FRAMEBUFFER_OPACITY,
"Framebuffer Opacity"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_FRAMEBUFFER_OPACITY,
"Modify the opacity of the framebuffer."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_USE_PREFERRED_SYSTEM_COLOR_THEME,
"Use Preferred System Color Theme"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_USE_PREFERRED_SYSTEM_COLOR_THEME,
"Use your operating system's color theme (if any) - overrides theme settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_THUMBNAILS,
"Thumbnails"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_THUMBNAILS,
"Type of thumbnail to display."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_THUMBNAIL_UPSCALE_THRESHOLD,
"Thumbnail Upscaling Threshold"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_THUMBNAIL_UPSCALE_THRESHOLD,
"Automatically upscale thumbnail images with a width/height smaller than the specified value. Improves picture quality. Has a moderate performance impact."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_TICKER_TYPE,
"Ticker Text Animation"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_TICKER_TYPE,
"Select horizontal scrolling method used to display long menu text."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_TICKER_SPEED,
"Ticker Text Speed"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_TICKER_SPEED,
"The animation speed when scrolling long menu text."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_TICKER_SMOOTH,
"Smooth Ticker Text"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_TICKER_SMOOTH,
"Use smooth scrolling animation when displaying long menu text. Has a small performance impact."
)
/* Settings > AI Service */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_MODE,
"AI Service Output"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_MODE,
"Show translation as a text overlay (Image mode), or play as Text-To-Speech (Speech mode)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_URL,
"AI Service URL"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_URL,
"An http:// URL pointing to the translation service to use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_ENABLE,
"AI Service Enabled"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_ENABLE,
"Enable AI Service to run when the AI Service hotkey is pressed."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_PAUSE,
"Pause During Translation"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_PAUSE,
"Pauses core while screen is translated."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_SOURCE_LANG,
"Source Language"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_SOURCE_LANG,
"The language the service will translate from. If set to 'Don't Care', it will attempt to auto-detect the language. Setting it to a specific language will make the translation more accurate."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_TARGET_LANG,
"Target Language"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AI_SERVICE_TARGET_LANG,
"The language the service will translate to. If set to 'Don't Care', it will default to English."
)
/* Settings > Accessibility */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_ENABLED,
"Accessibility Enable"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ACCESSIBILITY_ENABLED,
"Enables Text-to-Speech to aid in menu navigation."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCESSIBILITY_NARRATOR_SPEECH_SPEED,
"Text-to-Speech Speed"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ACCESSIBILITY_NARRATOR_SPEECH_SPEED,
"The speed for the Text-to-Speech voice."
)
/* Settings > Power Management */
/* Settings > Achievements */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_ENABLE,
"Achievements"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEEVOS_ENABLE,
"Earn achievements in classic games. For more information, visit https://retroachievements.org"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_HARDCORE_MODE_ENABLE,
"Hardcore Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEEVOS_HARDCORE_MODE_ENABLE,
"Double the amount of points earned.\nDisables save states, cheats, rewind, pause, and slow-motion for all games.\nToggling this setting at runtime will restart your game."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_LEADERBOARDS_ENABLE,
"Leaderboards"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEEVOS_LEADERBOARDS_ENABLE,
"Game specific leaderboards. Has no effect if 'Hardcore Mode' is disabled."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_RICHPRESENCE_ENABLE,
"Rich Presence"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEEVOS_RICHPRESENCE_ENABLE,
"Sends detailed play status to the RetroAchievements website."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_BADGES_ENABLE,
"Achievement Badges"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEEVOS_BADGES_ENABLE,
"Display badges in the Achievement List."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_TEST_UNOFFICIAL,
"Test Unofficial Achievements"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEEVOS_TEST_UNOFFICIAL,
"Use unofficial achievements and/or beta features for testing purposes."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_UNLOCK_SOUND_ENABLE,
"Unlock Sound"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEEVOS_UNLOCK_SOUND_ENABLE,
"Plays a sound when an achievement is unlocked."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_VERBOSE_ENABLE,
"Verbose Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEEVOS_VERBOSE_ENABLE,
"Show more information in the notifications."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_AUTO_SCREENSHOT,
"Automatic Screenshot"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEEVOS_AUTO_SCREENSHOT,
"Automatically take a screenshot when an achievement is earned."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_START_ACTIVE,
"Start Active"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEEVOS_START_ACTIVE,
"Start the session with all achievements active (even the ones you previously unlocked)."
)
/* Settings > Network */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_PUBLIC_ANNOUNCE,
"Publicly Announce Netplay"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_PUBLIC_ANNOUNCE,
"Whether to announce netplay games publicly. If unset, clients must manually connect rather than using the public lobby."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_USE_MITM_SERVER,
"Use Relay Server"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_USE_MITM_SERVER,
"Forward netplay connections through a man-in-the-middle server. Useful if the host is behind a firewall or has NAT/UPnP problems."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_MITM_SERVER,
"Relay Server Location"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_MITM_SERVER,
"Choose a specific relay server to use. Geographically closer locations tend to have lower latency."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS,
"Server Address"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_IP_ADDRESS,
"The address of the host to connect to."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT,
"Netplay TCP Port"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_TCP_UDP_PORT,
"The port of the host IP address. Can be either a TCP or UDP port."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_PASSWORD,
"Server Password"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_PASSWORD,
"The password used by clients connecting to the host."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATE_PASSWORD,
"Server Spectate-Only Password"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_SPECTATE_PASSWORD,
"The password used by clients connecting to the host as a spectator."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_START_AS_SPECTATOR,
"Netplay Spectator Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_START_AS_SPECTATOR,
"Start netplay in spectator mode."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_ALLOW_SLAVES,
"Allow Slave-Mode Clients"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_ALLOW_SLAVES,
"Allow connections in slave mode. Slave-mode clients require very little processing power on either side, but will suffer significantly from network latency."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_REQUIRE_SLAVES,
"Disallow Non-Slave-Mode Clients"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_REQUIRE_SLAVES,
"Disallow connections not in slave mode. Not recommended except for very fast networks with very weak machines."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_STATELESS_MODE,
"Netplay Stateless Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_STATELESS_MODE,
"Start netplay in a mode not requiring save states. A very fast network is required, but no rewinding is performed, so there will be no netplay jitter."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_CHECK_FRAMES,
"Netplay Check Frames"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_CHECK_FRAMES,
"The frequency (in frames) that netplay will verify that the host and client are in sync."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_INPUT_LATENCY_FRAMES_MIN,
"Input Latency Frames"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_INPUT_LATENCY_FRAMES_MIN,
"The number of frames of input latency for netplay to use to hide network latency. Reduces jitter and makes netplay less CPU-intensive, at the expense of noticeable input lag."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_INPUT_LATENCY_FRAMES_RANGE,
"Input Latency Frames Range"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_INPUT_LATENCY_FRAMES_RANGE,
"The range of frames of input latency that may be used to hide network latency. Reduces jitter and makes netplay less CPU-intensive, at the expense of unpredictable input lag."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_NAT_TRAVERSAL,
"Netplay NAT Traversal"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_NAT_TRAVERSAL,
"When hosting, attempt to listen for connections from the public Internet, using UPnP or similar technologies to escape LANs."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_DIGITAL,
"Digital Input Sharing"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_REQUEST_DEVICE_I,
"Request Device %u"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_REQUEST_DEVICE_I,
"Request to play with the given input device."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_CMD_ENABLE,
"Network Commands"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_CMD_PORT,
"Network Command Port"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_REMOTE_ENABLE,
"Network RetroPad"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_REMOTE_PORT,
"Network RetroPad Base Port"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_USER_REMOTE_ENABLE,
"User %d Network RetroPad"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STDIN_CMD_ENABLE,
"stdin Commands"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_STDIN_CMD_ENABLE,
"stdin command interface."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_ON_DEMAND_THUMBNAILS,
"On-Demand Thumbnail Downloads"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETWORK_ON_DEMAND_THUMBNAILS,
"Automatically download missing thumbnails while browsing playlists. Has a severe performance impact."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATER_SETTINGS,
"Updater"
)
/* Settings > Network > Updater */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_UPDATER_BUILDBOT_URL,
"Buildbot Cores URL"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_UPDATER_BUILDBOT_URL,
"URL to core updater directory on the Libretro buildbot."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BUILDBOT_ASSETS_URL,
"Buildbot Assets URL"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_BUILDBOT_ASSETS_URL,
"URL to assets updater directory on the Libretro buildbot."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_UPDATER_AUTO_EXTRACT_ARCHIVE,
"Automatically Extract Downloaded Archive"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_UPDATER_AUTO_EXTRACT_ARCHIVE,
"After downloading, automatically extract files contained in the downloaded archives."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_UPDATER_SHOW_EXPERIMENTAL_CORES,
"Show Experimental Cores"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_UPDATER_SHOW_EXPERIMENTAL_CORES,
"Include 'experimental' cores in the Core Downloader list. These are typically for development/testing purposes only, and are not recommended for general use."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_UPDATER_AUTO_BACKUP,
"Backup Cores When Updating"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_UPDATER_AUTO_BACKUP,
"Automatically create a backup of any installed cores when performing an online update. Enables easy rollback to a working core if an update introduces a regression."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_UPDATER_AUTO_BACKUP_HISTORY_SIZE,
"Core Backup History Size"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_UPDATER_AUTO_BACKUP_HISTORY_SIZE,
"Specifies how many automatically generated backups to keep for each installed core. When this limit is reached, creating a new backup via an online update will delete the oldest backup. Note: Manual core backups are unaffected by this setting."
)
/* Settings > Playlists */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HISTORY_LIST_ENABLE,
"History"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_HISTORY_LIST_ENABLE,
"Maintain a playlist of recently used games, images, music, and videos."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_HISTORY_SIZE,
"History List Size"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_HISTORY_SIZE,
"Limit the number of entries in recent playlist for games, images, music, and videos."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_FAVORITES_SIZE,
"Favorites Size"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_FAVORITES_SIZE,
"Limit the number of entries in the favorites playlist. Once limit is reached, new additions will be prevented until old entries are removed. Setting a value of -1 allows 'unlimited' entries. WARNING: Reducing the value will delete existing entries!"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_RENAME,
"Allow to Rename Entries"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_ENTRY_RENAME,
"Allow the user to rename entries in playlists."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_REMOVE,
"Allow to Remove Entries"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_ENTRY_REMOVE,
"Allow the user to remove entries from playlists."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SORT_ALPHABETICAL,
"Sort Playlists Alphabetically"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_SORT_ALPHABETICAL,
"Sorts content playlists in alphabetical order, excluding the 'History', 'Images', 'Music' and 'Videos' playlists."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_USE_OLD_FORMAT,
"Save Playlists Using Old Format"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_USE_OLD_FORMAT,
"Write playlists using depreciated plain-text format. When disabled, playlists are formatted using JSON."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_COMPRESSION,
"Compress Playlists"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_COMPRESSION,
"Archive playlist data when writing to disk. Reduces file size and loading times at the expense of (negligibly) increased CPU usage. May be used with either old or new format playlists."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SHOW_INLINE_CORE_NAME,
"Show Associated Cores in Playlists"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_SHOW_INLINE_CORE_NAME,
"Specify when to tag playlist entries with the currently associated core (if any). NOTE: This setting is ignored when playlist sublabels are enabled."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SHOW_SUBLABELS,
"Show Playlist Sub-Labels"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_SHOW_SUBLABELS,
"Shows additional information for each playlist entry, such as current core association and runtime (if available). Has a variable performance impact."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_CORE,
"Core:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_RUNTIME,
"Runtime:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED,
"Last Played:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_RUNTIME_TYPE,
"Playlist Sub-Label Runtime"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_SUBLABEL_RUNTIME_TYPE,
"Selects which type of runtime log record to display on playlist sublabels. (Note that the corresponding runtime log must be enabled via the 'Saving' options menu)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_SUBLABEL_LAST_PLAYED_STYLE,
"'Last Played' Date and Time Style"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_SUBLABEL_LAST_PLAYED_STYLE,
"Sets the style of the date and time displayed for 'Last Played' timestamp information. NOTE: '(AM/PM)' options will have a small performance impact on some platforms."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_FUZZY_ARCHIVE_MATCH,
"Fuzzy Archive Matching"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_FUZZY_ARCHIVE_MATCH,
"When searching playlists for entries associated with compressed files, match only the archive file name instead of [file name]+[content]. Enable this to avoid duplicate content history entries when loading compressed files."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SCAN_WITHOUT_CORE_MATCH,
"Scan Without Core Match"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SCAN_WITHOUT_CORE_MATCH,
"When disabled, content is only added to playlists if you have a core installed that supports its extension. By enabling this, it will add to playlist regardless. This way, you can install the core you need later on after scanning."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LIST,
"Manage Playlists"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_MANAGER_LIST,
"Perform maintenance tasks on playlists."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_PORTABLE_PATHS,
"Portable Playlists"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_PORTABLE_PATHS,
"When enabled, and 'File Browser' directory is also selected, the current value of parameter 'File Browser' is saved in the playlist. When the playlist is loaded on another system where the same option is enabled, the value of parameter 'File Browser' is compared with the playlist value; if different, the playlist entries' paths are automatically fixed."
)
/* Settings > Playlists > Playlist Management */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_DEFAULT_CORE,
"Default Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_MANAGER_DEFAULT_CORE,
"Specify core to use when launching content via a playlist entry that does not have an existing core association."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_RESET_CORES,
"Reset Core Associations"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_MANAGER_RESET_CORES,
"Remove existing core associations for all playlist entries."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LABEL_DISPLAY_MODE,
"Label Display Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_MANAGER_LABEL_DISPLAY_MODE,
"Change how the content labels are displayed in this playlist."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_SORT_MODE,
"Sorting Method"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_MANAGER_SORT_MODE,
"Determines how entries are sorted in this playlist."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_CLEAN_PLAYLIST,
"Clean Playlist"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_MANAGER_CLEAN_PLAYLIST,
"Validates core associations and removes invalid and duplicate entries."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DELETE_PLAYLIST,
"Delete Playlist"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DELETE_PLAYLIST,
"Remove playlist from filesystem."
)
/* Settings > User */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PRIVACY_SETTINGS,
"Privacy"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PRIVACY_SETTINGS,
"Change your privacy settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST,
"Accounts"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ACCOUNTS_LIST,
"Manages currently configured accounts."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_NICKNAME,
"Username"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_NICKNAME,
"Input your user name here. This will be used for netplay sessions, among other things."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_USER_LANGUAGE,
"Language"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_USER_LANGUAGE,
"Sets the language of the user interface."
)
/* Settings > User > Privacy */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CAMERA_ALLOW,
"Allow Camera"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CAMERA_ALLOW,
"Allow or disallow camera access by cores."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISCORD_ALLOW,
"Discord Rich Presence"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DISCORD_ALLOW,
"Allows the discord app to show more data about the content played.\nNOTE: It will not work with the browser version, only with the native desktop client."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOCATION_ALLOW,
"Allow Location"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOCATION_ALLOW,
"Allow or disallow location services access by cores."
)
/* Settings > User > Accounts */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCOUNTS_RETRO_ACHIEVEMENTS,
"RetroAchievements"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ACCOUNTS_RETRO_ACHIEVEMENTS,
"Earn achievements in classic games. For more information, visit http://retroachievements.org"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCOUNTS_YOUTUBE,
"YouTube"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCOUNTS_TWITCH,
"Twitch"
)
/* Settings > User > Accounts > RetroAchievements */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_USERNAME,
"Username"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEEVOS_USERNAME,
"Input the RetroAchievements account username."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_PASSWORD,
"Password"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEEVOS_PASSWORD,
"Input the password of your RetroAchievements account."
)
/* Settings > User > Accounts > YouTube */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_YOUTUBE_STREAM_KEY,
"YouTube Stream Key"
)
/* Settings > User > Accounts > Twitch */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TWITCH_STREAM_KEY,
"Twitch Stream Key"
)
/* Settings > Directory */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_DIRECTORY,
"System/BIOS"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SYSTEM_DIRECTORY,
"Sets the System directory. Cores can query for this directory to load BIOSes, system-specific configs, etc."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_ASSETS_DIRECTORY,
"Downloads"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_ASSETS_DIRECTORY,
"Save all downloaded files to this directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ASSETS_DIRECTORY,
"Assets"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ASSETS_DIRECTORY,
"Menu assets used by RetroArch are stored in this directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DYNAMIC_WALLPAPERS_DIRECTORY,
"Dynamic Backgrounds"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DYNAMIC_WALLPAPERS_DIRECTORY,
"Directory to store wallpapers dynamically loaded by the menu depending on context."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_THUMBNAILS_DIRECTORY,
"Thumbnails"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_THUMBNAILS_DIRECTORY,
"Supplementary thumbnails (boxarts/misc. images, etc.) are stored here."
)
MSG_HASH( /* FIXME Not RGUI specific */
MENU_ENUM_LABEL_VALUE_RGUI_BROWSER_DIRECTORY,
"File Browser"
)
MSG_HASH( /* FIXME Not RGUI specific */
MENU_ENUM_SUBLABEL_RGUI_BROWSER_DIRECTORY,
"Sets start directory for the file browser."
)
MSG_HASH( /* FIXME Not RGUI specific */
MENU_ENUM_LABEL_VALUE_RGUI_CONFIG_DIRECTORY,
"Config"
)
MSG_HASH( /* FIXME Not RGUI specific */
MENU_ENUM_SUBLABEL_RGUI_CONFIG_DIRECTORY,
"Sets start directory for menu configuration browser."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LIBRETRO_DIR_PATH,
"Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LIBRETRO_DIR_PATH,
"Directory where the program searches for content/cores."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LIBRETRO_INFO_PATH,
"Core Info"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LIBRETRO_INFO_PATH,
"Application/core information files are stored here."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_DATABASE_DIRECTORY,
"Database"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_DATABASE_DIRECTORY,
"Databases are stored to this directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CURSOR_DIRECTORY,
"Cursor"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CURSOR_DIRECTORY,
"Saved queries are stored to this directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_DATABASE_PATH,
"Cheat File"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_DATABASE_PATH,
"Cheat files are kept here."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FILTER_DIR,
"Video Filter"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_FILTER_DIR,
"Directory where CPU-based video filter files are kept."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_FILTER_DIR,
"Audio Filter"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_AUDIO_FILTER_DIR,
"Directory where audio DSP filter files are kept."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_DIR,
"Video Shader"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_DIR,
"Defines a directory where GPU-based video shader files are kept for easy access."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORDING_OUTPUT_DIRECTORY,
"Recording Output"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RECORDING_OUTPUT_DIRECTORY,
"Recordings will be dumped to this directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORDING_CONFIG_DIRECTORY,
"Recording Config"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RECORDING_CONFIG_DIRECTORY,
"Recording configurations are stored in this directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OVERLAY_DIRECTORY,
"Overlay"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_OVERLAY_DIRECTORY,
"Overlays are stored in this directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_LAYOUT_DIRECTORY,
"Video Layout"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_LAYOUT_DIRECTORY,
"Defines a directory where video layouts are kept for easy access."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SCREENSHOT_DIRECTORY,
"Screenshot"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SCREENSHOT_DIRECTORY,
"Directory to dump screenshots to."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_JOYPAD_AUTOCONFIG_DIR,
"Input Autoconfig"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_JOYPAD_AUTOCONFIG_DIR,
"Controller profiles used to automatically configure controllers are stored in this directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_REMAPPING_DIRECTORY,
"Input Remapping"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_REMAPPING_DIRECTORY,
"Input remaps are stored in this directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_DIRECTORY,
"Playlists"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_PLAYLIST_DIRECTORY,
"Save all playlists to this directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RUNTIME_LOG_DIRECTORY,
"Runtime Logs"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RUNTIME_LOG_DIRECTORY,
"Save runtime log files to this directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVEFILE_DIRECTORY,
"Savefile"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVEFILE_DIRECTORY,
"Save all save files to this directory. If not set, will try to save inside the content file's working directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVESTATE_DIRECTORY,
"Save State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVESTATE_DIRECTORY,
"Save all save states to this directory. If not set, will try to save inside the content file's working directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CACHE_DIRECTORY,
"Cache"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CACHE_DIRECTORY,
"If set to a directory, content which is temporarily extracted (e.g. from archives) will be extracted to this directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOG_DIR,
"System Event Logs"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOG_DIR,
"Save system event log files to this directory."
)
/* Music */
/* Music > Quick Menu */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_TO_MIXER,
"Add to Mixer"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ADD_TO_MIXER,
"Add this audio track to an available audio stream slot. If no slots are currently available, it will be ignored."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_TO_MIXER_AND_PLAY,
"Add to Mixer and Play"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ADD_TO_MIXER_AND_PLAY,
"Add this audio track to an available audio stream slot and play it. If no slots are currently available, it will be ignored."
)
/* Netplay */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETWORK_HOSTING_SETTINGS,
"Host"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE_CLIENT,
"Connect to Netplay Host"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_ENABLE_CLIENT,
"Enter netplay server address and connect in client mode."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_DISCONNECT,
"Disconnect From Netplay Host"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_DISCONNECT,
"Disconnects an active Netplay connection."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_REFRESH_ROOMS,
"Refresh Netplay Host List"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_REFRESH_ROOMS,
"Scan for netplay hosts."
)
/* Netplay > Host */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE_HOST,
"Start Netplay Host"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_ENABLE_HOST,
"Enables netplay in host (server) mode."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_DISABLE_HOST,
"Stop Netplay Host"
)
/* Import content */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SCAN_DIRECTORY,
"Scan Directory"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SCAN_DIRECTORY,
"Scans a directory for content that matches the database."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SCAN_THIS_DIRECTORY,
"<Scan This Directory>"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SCAN_FILE,
"Scan File"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SCAN_FILE,
"Scans a file for content that matches the database."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_LIST,
"Manual Scan"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MANUAL_CONTENT_SCAN_LIST,
"Configurable scan based on content file names. Does not require content to match the database."
)
/* Import content > Scan File */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_TO_MIXER_AND_COLLECTION,
"Add to Mixer"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_TO_MIXER_AND_COLLECTION_AND_PLAY,
"Add to Mixer and Play"
)
/* Import content > Manual Scan */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_DIR,
"Content Directory"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MANUAL_CONTENT_SCAN_DIR,
"Selects a directory to scan for content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_SYSTEM_NAME,
"System Name"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MANUAL_CONTENT_SCAN_SYSTEM_NAME,
"Specify a 'system name' with which to associate scanned content. Used to name to the generated playlist file and to identify playlist thumbnails."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_SYSTEM_NAME_CUSTOM,
"Custom System Name"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MANUAL_CONTENT_SCAN_SYSTEM_NAME_CUSTOM,
"Manually specify a 'system name' for scanned content. Only used when 'System Name' is set to '<Custom>'."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_CORE_NAME,
"Default Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MANUAL_CONTENT_SCAN_CORE_NAME,
"Select a default core to use when launching scanned content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_FILE_EXTS,
"File Extensions"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MANUAL_CONTENT_SCAN_FILE_EXTS,
"List of file types to include in the scan, separated by spaces. If empty, includes all file types, or if a core is specified, all files supported by the core."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_SEARCH_RECURSIVELY,
"Scan Recursively"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MANUAL_CONTENT_SCAN_SEARCH_RECURSIVELY,
"When enabled, all subdirectories of the specified 'Content Directory' will be included in the scan."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_SEARCH_ARCHIVES,
"Scan Inside Archives"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MANUAL_CONTENT_SCAN_SEARCH_ARCHIVES,
"When enabled, archive files (.zip, .7z, etc.) will be searched for valid/supported content. May have a significant impact on scan performance."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_DAT_FILE,
"Arcade DAT File"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MANUAL_CONTENT_SCAN_DAT_FILE,
"Select a Logiqx or MAME List XML DAT file to enable automatic naming of scanned arcade content (MAME, FinalBurn Neo, etc.)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_DAT_FILE_FILTER,
"Arcade DAT Filter"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MANUAL_CONTENT_SCAN_DAT_FILE_FILTER,
"When using an arcade DAT file, only add content to playlist if a matching DAT file entry is found."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_OVERWRITE,
"Overwrite Existing Playlist"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MANUAL_CONTENT_SCAN_OVERWRITE,
"When enabled, any existing playlist will be deleted before scanning content. When disabled, existing playlist entries are preserved and only content currently missing from the playlist will be added."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_START,
"Start Scan"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MANUAL_CONTENT_SCAN_START,
"Scan selected content."
)
/* Explore tab */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_CATEGORY_RELEASE_YEAR,
"Release Year"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_CATEGORY_PLAYER_COUNT,
"Player Count"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_CATEGORY_REGION,
"Region"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_CATEGORY_TAG,
"Tag"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_SEARCH_NAME,
"Search Name ..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_SHOW_ALL,
"Show All"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_ADDITIONAL_FILTER,
"Additional Filter"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_ALL,
"All"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_ADD_ADDITIONAL_FILTER,
"Add Additional Filter"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_ITEMS_COUNT,
"%u Items"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_DEVELOPER,
"By Developer"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_PUBLISHER,
"By Publisher"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_RELEASE_YEAR,
"By Release Year"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_PLAYER_COUNT,
"By Player Count"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_GENRE,
"By Genre"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_ORIGIN,
"By Origin"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_REGION,
"By Region"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_FRANCHISE,
"By Franchise"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_TAG,
"By Tag"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_EXPLORE_BY_SYSTEM_NAME,
"By System Name"
)
/* Playlist > Playlist Item */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RUN,
"Run"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RUN,
"Start the content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RENAME_ENTRY,
"Rename"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RENAME_ENTRY,
"Rename the title of the entry."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DELETE_ENTRY,
"Remove"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DELETE_ENTRY,
"Remove this entry from the playlist."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_TO_FAVORITES_PLAYLIST,
"Add to Favorites"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ADD_TO_FAVORITES_PLAYLIST,
"Add the entry to your favorites."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SET_CORE_ASSOCIATION,
"Set Core Association"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RESET_CORE_ASSOCIATION,
"Reset Core Association"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INFORMATION,
"Information"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INFORMATION,
"View more information about the content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DOWNLOAD_PL_ENTRY_THUMBNAILS,
"Download Thumbnails"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DOWNLOAD_PL_ENTRY_THUMBNAILS,
"Download screenshot/box art/title screen thumbnail images for current content. Updates any existing thumbnails."
)
/* Playlist Item > Set Core Association */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DETECT_CORE_LIST_OK_CURRENT_CORE,
"Current Core"
)
/* Playlist Item > Information */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_LABEL,
"Name"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_PATH,
"File Path"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_CORE_NAME,
"Core"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_RUNTIME,
"Play Time"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_LAST_PLAYED,
"Last Played"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_DATABASE,
"Database"
)
/* Quick Menu */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RESUME_CONTENT,
"Resume"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RESUME_CONTENT,
"Resume the currently running content and leave the Quick Menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RESTART_CONTENT,
"Restart"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RESTART_CONTENT,
"Restarts the content from the beginning."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CLOSE_CONTENT,
"Close Content"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CLOSE_CONTENT,
"Closes the current content. Any unsaved changes might be lost."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TAKE_SCREENSHOT,
"Take Screenshot"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_TAKE_SCREENSHOT,
"Captures an image of the screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STATE_SLOT,
"State Slot"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_STATE_SLOT,
"Changes the currently selected state slot."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVE_STATE,
"Save State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVE_STATE,
"Save a state to the currently selected slot."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_STATE,
"Load State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOAD_STATE,
"Load a saved state from the currently selected slot."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UNDO_LOAD_STATE,
"Undo Load State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_UNDO_LOAD_STATE,
"If a state was loaded, content will go back to the state prior to loading."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UNDO_SAVE_STATE,
"Undo Save State"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_UNDO_SAVE_STATE,
"If a state was overwritten, it will roll back to the previous save state."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ADD_TO_FAVORITES,
"Add to Favorites"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ADD_TO_FAVORITES,
"Add the entry to your favorites."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_START_RECORDING,
"Start Recording"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_START_RECORDING,
"Starts recording."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_STOP_RECORDING,
"Stop Recording"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_STOP_RECORDING,
"Stops recording."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_START_STREAMING,
"Start Streaming"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_START_STREAMING,
"Starts streaming."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_STOP_STREAMING,
"Stop Streaming"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_STOP_STREAMING,
"Stops streaming."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_OPTIONS,
"Options"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_OPTIONS,
"Change the options for the currently running content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_INPUT_REMAPPING_OPTIONS,
"Controls"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_INPUT_REMAPPING_OPTIONS,
"Change the controls for the currently running content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_CHEAT_OPTIONS,
"Cheats"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CORE_CHEAT_OPTIONS,
"Set up cheat codes."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISK_OPTIONS,
"Disc Control"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DISK_OPTIONS,
"Disc image management."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHADER_OPTIONS,
"Shaders"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SHADER_OPTIONS,
"Set up shaders to visually augment the image."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QUICK_MENU_OVERRIDE_OPTIONS,
"Overrides"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_QUICK_MENU_OVERRIDE_OPTIONS,
"Options for overriding the global configuration."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST,
"Achievements"
)
/* Quick Menu > Options */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GAME_SPECIFIC_OPTIONS_CREATE,
"Create Game Options file"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_GAME_SPECIFIC_OPTIONS_IN_USE,
"Save Game Options file"
)
/* Quick Menu > Controls */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REMAP_FILE_LOAD,
"Load Remap File"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REMAP_FILE_SAVE_CORE,
"Save Core Remap File"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REMAP_FILE_REMOVE_CORE,
"Delete Core Remap File"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REMAP_FILE_SAVE_CONTENT_DIR,
"Save Content Directory Remap File"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REMAP_FILE_REMOVE_CONTENT_DIR,
"Delete Game Content Directory Remap File"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REMAP_FILE_SAVE_GAME,
"Save Game Remap File"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REMAP_FILE_REMOVE_GAME,
"Delete Game Remap File"
)
/* Quick Menu > Controls > Load Remap File */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REMAP_FILE,
"Remap File"
)
/* Quick Menu > Cheats */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_START_OR_CONT,
"Start or Continue Cheat Search"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_START_OR_CONT,
""
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_FILE_LOAD,
"Load Cheat File (Replace)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_FILE_LOAD,
"Load a cheat file and replace existing cheats."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_FILE_LOAD_APPEND,
"Load Cheat File (Append)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_FILE_LOAD_APPEND,
"Load a cheat file and append to existing cheats."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_RELOAD_CHEATS,
"Reload Game Specific Cheats"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_RELOAD_CHEATS,
""
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_FILE_SAVE_AS,
"Save Cheat File As"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_FILE_SAVE_AS,
"Save current cheats as a save file."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_ADD_NEW_TOP,
"Add New Cheat to Top"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_ADD_NEW_TOP,
""
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_ADD_NEW_BOTTOM,
"Add New Cheat to Bottom"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_ADD_NEW_BOTTOM,
""
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_DELETE_ALL,
"Delete All Cheats"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_DELETE_ALL,
""
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_APPLY_AFTER_LOAD,
"Auto-Apply Cheats During Game Load"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_APPLY_AFTER_LOAD,
"Auto-apply cheats when game loads."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_APPLY_AFTER_TOGGLE,
"Apply After Toggle"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_APPLY_AFTER_TOGGLE,
"Apply cheat immediately after toggling."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_APPLY_CHANGES,
"Apply Changes"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_APPLY_CHANGES,
"Cheat changes will take effect immediately."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT,
"Cheat"
)
/* Quick Menu > Cheats > Start or Continue Cheat Search */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_START_OR_RESTART,
"Start or Restart Cheat Search"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_START_OR_RESTART,
"Left/Right to change bit-size"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_BIG_ENDIAN,
"Big Endian"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_BIG_ENDIAN,
"Big Endian : 258 = 0x0102,\nLittle Endian : 258 = 0x0201"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_SEARCH_EXACT,
"Search Memory for Values"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_SEARCH_EXACT,
"Press Left or Right to change value"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_SEARCH_EXACT_VAL,
"Equal to %u (%X)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_SEARCH_LT,
"Search Memory for Values"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_SEARCH_LT,
""
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_SEARCH_LT_VAL,
"Less Than Before"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_SEARCH_LTE,
"Search Memory for Values"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_SEARCH_LTE,
""
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_SEARCH_LTE_VAL,
"Less Than or Equal To Before"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_SEARCH_GT,
"Search Memory for Values"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_SEARCH_GT,
""
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_SEARCH_GT_VAL,
"Greater Than Before"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_SEARCH_GTE,
"Search Memory for Values"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_SEARCH_GTE,
""
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_SEARCH_GTE_VAL,
"Greater Than or Equal to Before"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_SEARCH_EQ,
"Search Memory for Values"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_SEARCH_EQ,
""
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_SEARCH_EQ_VAL,
"Equal to Before"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_SEARCH_NEQ,
"Search Memory for Values"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_SEARCH_NEQ,
""
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_SEARCH_NEQ_VAL,
"Not Equal to Before"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_SEARCH_EQPLUS,
"Search Memory for Values"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_SEARCH_EQPLUS,
"Left/Right to change value"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_SEARCH_EQPLUS_VAL,
"Equal to Before +%u (%X)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_SEARCH_EQMINUS,
"Search Memory for Values"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_SEARCH_EQMINUS,
"Left/Right to change value"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_SEARCH_EQMINUS_VAL,
"Equal to Before -%u (%X)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_ADD_MATCHES,
"Add the %u Matches to Your List"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_ADD_MATCHES,
""
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_DELETE_MATCH,
"Delete Match #"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_COPY_MATCH,
"Create Code Match #"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_MATCH,
"Match Address: %08X Mask: %02X"
)
/* Quick Menu > Cheats > Load Cheat File (Replace) */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_FILE,
"Cheat File"
)
/* Quick Menu > Cheats > Load Cheat File (Append) */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_FILE_APPEND,
"Cheat File (Append)"
)
/* Quick Menu > Cheats > Cheat Details */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_DETAILS_SETTINGS,
"Cheat Details"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_IDX,
"Index"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_IDX,
"Index position in list."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_STATE,
"Enabled"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_DESC,
"Description"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_HANDLER,
"Handler"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_MEMORY_SEARCH_SIZE,
"Memory Search Size"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_TYPE,
"Type"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_VALUE,
"Value"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_ADDRESS,
"Memory Address"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_BROWSE_MEMORY,
"Browse Address: %08X"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_ADDRESS_BIT_POSITION,
"Memory Address Mask"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_ADDRESS_BIT_POSITION,
"Address bitmask when Memory Search Size < 8-bit."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_REPEAT_COUNT,
"Number of Iterations"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_REPEAT_COUNT,
"The number of times the cheat will be applied. Use with the other two 'Iteration' options to affect large areas of memory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_REPEAT_ADD_TO_ADDRESS,
"Address Increase Each Iteration"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_REPEAT_ADD_TO_ADDRESS,
"After each iteration the 'Memory Address' will be increased by this number times the 'Memory Search Size'."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_REPEAT_ADD_TO_VALUE,
"Value Increase Each Iteration"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_REPEAT_ADD_TO_VALUE,
"After each iteration the 'Value' will be increased by this amount."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_RUMBLE_TYPE,
"Rumble When Memory"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_RUMBLE_VALUE,
"Rumble Value"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_RUMBLE_PORT,
"Rumble Port"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_RUMBLE_PRIMARY_STRENGTH,
"Rumble Primary Strength"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_RUMBLE_PRIMARY_DURATION,
"Rumble Primary Duration (ms)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_RUMBLE_SECONDARY_STRENGTH,
"Rumble Secondary Strength"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_RUMBLE_SECONDARY_DURATION,
"Rumble Secondary Duration (ms)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_CODE,
"Code"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_ADD_NEW_AFTER,
"Add New Cheat after This One"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_ADD_NEW_BEFORE,
"Add New Cheat before This One"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_COPY_AFTER,
"Copy This Cheat After"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_COPY_BEFORE,
"Copy This Cheat Before"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_DELETE,
"Remove This Cheat"
)
/* Quick Menu > Disc Control */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISK_TRAY_EJECT,
"Eject Disc"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DISK_TRAY_EJECT,
"Opens virtual disc tray and removes currently loaded disc. If 'Pause Content When Menu Is Active' is enabled, some cores may not register changes unless content is resumed for a few seconds after each disc control action."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISK_TRAY_INSERT,
"Insert Disc"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DISK_TRAY_INSERT,
"Inserts disc corresponding to 'Current Disc Index' and closes virtual disc tray. If 'Pause Content When Menu Is Active' is enabled, some cores may not register changes unless content is resumed for a few seconds after each disc control action."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISK_IMAGE_APPEND,
"Load New Disc"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DISK_IMAGE_APPEND,
"Eject current disc, select a new disc from the filesystem then insert it and close the virtual disc tray. NOTE: This is a legacy feature. It is instead recommended to load multi-disc titles via M3U playlists, which allow disc selection using the 'Eject/Insert Disc' and 'Current Disc Index' options."
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DISK_IMAGE_APPEND_TRAY_OPEN,
"Select a new disc from the filesystem and insert it without closing the virtual disc tray. NOTE: This is a legacy feature. It is instead recommended to load multi-disc titles via M3U playlists, which allow disc selection using the 'Current Disc Index' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISK_INDEX,
"Current Disc Index"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DISK_INDEX,
"Choose current disc from list of available images. Disc will be loaded when 'Insert Disc' is selected."
)
/* Quick Menu > Shaders */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADERS_ENABLE,
"Video Shaders"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHADER_WATCH_FOR_CHANGES,
"Watch Shader Files for Changes"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SHADER_WATCH_FOR_CHANGES,
"Automatically apply changes made to shader files on disk."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_REMEMBER_LAST_DIR,
"Remember Last Used Shader Directory"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_REMEMBER_LAST_DIR,
"Open the file browser at the last used directory when loading shader presets and passes."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET,
"Load Shader Preset"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET,
"Load a shader preset. The shader pipeline will be automatically set-up."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_SAVE,
"Save"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_SAVE,
"Save the current shader preset."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_REMOVE,
"Remove"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_REMOVE,
"Remove an automatic shader preset."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHADER_APPLY_CHANGES,
"Apply Changes"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SHADER_APPLY_CHANGES,
"Changes to the shader configuration will take effect immediately. Use this if you changed the amount of shader passes, filtering, FBO scale, etc."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PARAMETERS,
"Shader Parameters"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PARAMETERS,
"Modifies the current shader directly. Changes will not be saved to the preset file."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_NUM_PASSES,
"Shader Passes"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_NUM_PASSES,
"Increase or decrease the amount of shader pipeline passes. Separate shaders can be bound to each pipeline pass and configure its scale and filtering."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHADER,
"Shader"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FILTER,
"Filter"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SCALE,
"Scale"
)
/* Quick Menu > Shaders > Save */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_SAVE_AS,
"Save Shader Preset As"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_SAVE_AS,
"Save the current shader settings as a new shader preset."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_SAVE_GLOBAL,
"Save Global Preset"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_SAVE_GLOBAL,
"Save the current shader settings as the default global setting."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_SAVE_CORE,
"Save Core Preset"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_SAVE_CORE,
"Save the current shader settings as the default for this core."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_SAVE_PARENT,
"Save Content Directory Preset"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_SAVE_PARENT,
"Save the current shader settings as the default for all files in the current content directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_SAVE_GAME,
"Save Game Preset"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_SAVE_GAME,
"Save the current shader settings as the default settings for the content."
)
/* Quick Menu > Shaders > Remove */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_PRESETS_FOUND,
"No Automatic Shader Presets Found"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_REMOVE_GLOBAL,
"Remove Global Preset"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_REMOVE_GLOBAL,
"Remove the Global Preset, used by all content and all cores."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_REMOVE_CORE,
"Remove Core Preset"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_REMOVE_CORE,
"Remove the Core Preset, used by all content ran with the currently loaded core."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_REMOVE_PARENT,
"Remove Content Directory Preset"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_REMOVE_PARENT,
"Remove the Content Directory Preset, used by all content inside the current working directory."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_REMOVE_GAME,
"Remove Game Preset"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_REMOVE_GAME,
"Remove the Game Preset, used only for the specific game in question."
)
/* Quick Menu > Shaders > Shader Parameters */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_SHADER_PARAMETERS,
"No Shader Parameters"
)
/* Quick Menu > Overrides */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVE_CURRENT_CONFIG_OVERRIDE_CORE,
"Save Core Overrides"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVE_CURRENT_CONFIG_OVERRIDE_CORE,
"Saves an override configuration file which will apply for all content loaded with this core. Will take precedence over the main configuration."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVE_CURRENT_CONFIG_OVERRIDE_CONTENT_DIR,
"Save Content Directory Overrides"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVE_CURRENT_CONFIG_OVERRIDE_CONTENT_DIR,
"Saves an override configuration file which will apply for all content loaded from the same directory as the current file. Will take precedence over the main configuration."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAVE_CURRENT_CONFIG_OVERRIDE_GAME,
"Save Game Overrides"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAVE_CURRENT_CONFIG_OVERRIDE_GAME,
"Saves an override configuration file which will apply for the current content only. Will take precedence over the main configuration."
)
/* Quick Menu > Achievements */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_ACHIEVEMENTS_TO_DISPLAY,
"No Achievements to Display"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_PAUSE,
"Pause Achievements Hardcore Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ACHIEVEMENT_PAUSE,
"Pause achievements for current session (This action will enable save states, cheats, rewind, pause, and slow-motion)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_RESUME,
"Resume Achievements Hardcore Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_ACHIEVEMENT_RESUME,
"Resume achievements for current session (This action will disable save states, cheats, rewind, pause, and slow-motion and reset the current game)."
)
/* Quick Menu > Information */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_CHEEVOS_HASH,
"RetroAchievements Hash"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DETAIL,
"Database Entry"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RDB_ENTRY_DETAIL,
"Show database information for current content"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_ENTRIES_TO_DISPLAY,
"No Entries to Display"
)
/* Miscellaneous UI Items */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_CORES_AVAILABLE,
"No Cores Available"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_CORE_OPTIONS_AVAILABLE,
"No Core Options Available"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_CORE_INFORMATION_AVAILABLE,
"No Core Information Available"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_CORE_BACKUPS_AVAILABLE,
"No Core Backups Available"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_FAVORITES_AVAILABLE,
"No Favorites Available"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_HISTORY_AVAILABLE,
"No History Available"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_IMAGES_AVAILABLE,
"No Images Available"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_MUSIC_AVAILABLE,
"No Music Available"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_VIDEOS_AVAILABLE,
"No Videos Available"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_INFORMATION_AVAILABLE,
"No Information Available"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_PLAYLIST_ENTRIES_AVAILABLE,
"No Playlist Entries Available"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_SETTINGS_FOUND,
"No Settings Found"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_BT_DEVICES_FOUND,
"No Bluetooth Devices Found"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_NETWORKS_FOUND,
"No Networks Found"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_CORE,
"No Core"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SEARCH,
"Search"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_BACK,
"Back"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_OK,
"OK"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PARENT_DIRECTORY,
"Parent Directory"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND,
"Directory Not Found"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_ITEMS,
"No Items"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MORE,
"..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SELECT_FILE,
"Select File"
)
/* Settings Options */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_AFRIKAANS,
"Afrikaans - Afrikaans"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_ALBANIAN,
"Albanian - Shqip"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_ARABIC,
"Arabic - اَلْعَرَبِيَّةُ‎ (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_ASTURIAN,
"Asturian - Asturianu"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_AZERBAIJANI,
"Azerbaijani - Azərbaycan dili"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_BASQUE,
"Basque - Euskara"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_BENGALI,
"Bengali - বাংলা (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_BULGARIAN,
"Bulgarian - Български"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_CATALAN,
"Catalan - Català"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_CHINESE_SIMPLIFIED,
"Chinese (Simplified) - 简体中文 (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_CHINESE_TRADITIONAL,
"Chinese (Traditional) - 繁體中文 (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_CROATIAN,
"Croatian - Hrvatski"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_CZECH,
"Czech - Čeština"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_DANISH,
"Danish - Dansk"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_DUTCH,
"Dutch - Nederlands"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_ENGLISH,
"English"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_ESPERANTO,
"Esperanto - Esperanto"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_ESTONIAN,
"Estonian - Eesti keel"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_FILIPINO,
"Filipino - Wikang Filipino"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_FINNISH,
"Finnish - Suomi"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_FRENCH,
"French - Français"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_GALICIAN,
"Galician - Galego"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_GEORGIAN,
"Georgian - ქართული ენა (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_GERMAN,
"German - Deutsch"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_GREEK,
"Greek - Ελληνικά"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_GUJARATI,
"Gujarati - ગુજરાતી (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_HAITIAN_CREOLE,
"Haitian Creole - Kreyòl Ayisyen"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_HEBREW,
"Hebrew - עִבְרִית‎"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_HINDI,
"Hindi - हिन्दी (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_HUNGARIAN,
"Hungarian - Magyar"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_ICELANDIC,
"Icelandic - Íslenska"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_INDONESIAN,
"Indonesian - Bahasa Indonesia"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_IRISH,
"Irish - Gaeilge"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_ITALIAN,
"Italian - Italiano"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_JAPANESE,
"Japanese - 日本語"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_KANNADA,
"Kannada - ಕನ್ನಡ (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_KOREAN,
"Korean - 한국어 (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_LATIN,
"Latin - Lingua Latina"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_LATVIAN,
"Latvian - Latviešu Valoda"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_LITHUANIAN,
"Lithuanian - Lietuvių kalba"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_MACEDONIAN,
"Macedonian - македонски"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_MALAY,
"Malay - Bahasa Melayu"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_MALTESE,
"Maltese - Malti"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_NORWEGIAN,
"Norwegian - Norsk"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_PERSIAN,
"Persian - فارسی (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_POLISH,
"Polish - Polski"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_PORTUGUESE_BRAZIL,
"Portuguese (Brazil) - Português (Brasil)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_PORTUGUESE_PORTUGAL,
"Portuguese (Portugal) - Português (Portugal)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_ROMANIAN,
"Romanian - Limba Română"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_RUSSIAN,
"Russian - Русский язык"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_SERBIAN,
"Serbian - Cрпски / Srpski"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_SLOVAK,
"Slovak - Slovenčina"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_SLOVENIAN,
"Slovenian - Slovenščina"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_SPANISH,
"Spanish - Español"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_SWAHILI,
"Swahili - KiSwahili"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_SWEDISH,
"Swedish - Svenska"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_TAMIL,
"Tamil - தமிழ் (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_TELUGU,
"Telugu - తెలుగు (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_THAI,
"Thai - ภาษาไทย (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_TURKISH,
"Turkish - Türkçe"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_UKRAINIAN,
"Ukrainian - Українська мова"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_URDU,
"Urdu - اُردُو (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_VIETNAMESE,
"Vietnamese - Tiếng Việt"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_WELSH,
"Welsh - Cymraeg"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LANG_YIDDISH,
"Yiddish - ײִדיש"
)
MSG_HASH( /* FIXME Should be MENU_LABEL_VALUE */
MSG_UNKNOWN_COMPILER,
"Unknown compiler"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_DIGITAL_OR,
"Share"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_DIGITAL_XOR,
"Grapple"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_DIGITAL_VOTE,
"Vote"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_ANALOG,
"Analog Input Sharing"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_ANALOG_MAX,
"Max"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_ANALOG_AVERAGE,
"Average"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_NONE,
"None"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SHARE_NO_PREFERENCE,
"No preference"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_TICKER_TYPE_BOUNCE,
"Bounce Left/Right"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_TICKER_TYPE_LOOP,
"Scroll Left"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_IMAGE_MODE,
"Image Mode"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_SPEECH_MODE,
"Speech Mode"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AI_SERVICE_NARRATOR_MODE,
"Narrator Mode"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_REMOVE_ENABLE_HIST_FAV,
"History & Favorites"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_REMOVE_ENABLE_ALL,
"All Playlists"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_ENTRY_REMOVE_ENABLE_NONE,
"OFF"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_INLINE_CORE_DISPLAY_HIST_FAV,
"History & Favorites"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_INLINE_CORE_DISPLAY_ALWAYS,
"Always"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_INLINE_CORE_DISPLAY_NEVER,
"Never"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_RUNTIME_PER_CORE,
"Per Core"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_RUNTIME_AGGREGATE,
"Aggregate"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_CHARGED,
"Charged"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_CHARGING,
"Charging"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_DISCHARGING,
"Discharging"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_NO_SOURCE,
"No Source"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_USE_THIS_DIRECTORY,
"<Use This Directory>"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DIRECTORY_CONTENT,
"<Content Directory>"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DIRECTORY_DEFAULT,
"<Default>"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DIRECTORY_NONE,
"<None>"
)
MSG_HASH( /* FIXME Unused? */
MENU_ENUM_LABEL_VALUE_RETROKEYBOARD,
"RetroKeyboard"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RETROPAD,
"RetroPad"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RETROPAD_WITH_ANALOG,
"RetroPad with Analog"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NONE,
"None"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UNKNOWN,
"Unknown"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HOLD_START,
"Hold Start (2 seconds)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HOLD_SELECT,
"Hold Select (2 seconds)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DOWN_SELECT,
"Down + Select"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_DISABLED,
"<Disabled>"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_CHANGES,
"Changes"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_DOES_NOT_CHANGE,
"Does Not Change"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_INCREASE,
"Increases"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_DECREASE,
"Decreases"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_EQ_VALUE,
"= Rumble Value"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_NEQ_VALUE,
"!= Rumble Value"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_LT_VALUE,
"< Rumble Value"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_GT_VALUE,
"> Rumble Value"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_INCREASE_BY_VALUE,
"Increases by Rumble Value"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_TYPE_DECREASE_BY_VALUE,
"Decreases by Rumble Value"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_0,
"1"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_1,
"2"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_2,
"3"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_3,
"4"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_4,
"5"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_5,
"6"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_6,
"7"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_7,
"8"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_8,
"9"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_9,
"10"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_10,
"11"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_11,
"12"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_12,
"13"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_13,
"14"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_14,
"15"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_15,
"16"
)
MSG_HASH(
MENU_ENUM_LABEL_RUMBLE_PORT_16,
"All"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_TYPE_DISABLED,
"<Disabled>"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_TYPE_SET_TO_VALUE,
"Set to Value"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_TYPE_INCREASE_VALUE,
"Increase by Value"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_TYPE_DECREASE_VALUE,
"Decrease by Value"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_TYPE_RUN_NEXT_IF_EQ,
"Run Next Cheat If Value = Memory"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_TYPE_RUN_NEXT_IF_NEQ,
"Run Next Cheat If Value != Memory"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_TYPE_RUN_NEXT_IF_LT,
"Run Next Cheat If Value < Memory"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_TYPE_RUN_NEXT_IF_GT,
"Run Next Cheat If Value > Memory"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_HANDLER_TYPE_EMU,
"Emulator"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_HANDLER_TYPE_RETRO,
"RetroArch"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_MEMORY_SIZE_1,
"1-Bit, Maximum Value = 0x01"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_MEMORY_SIZE_2,
"2-Bit, Maximum Value = 0x03"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_MEMORY_SIZE_4,
"4-Bit, Maximum Value = 0x0F"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_MEMORY_SIZE_8,
"8-Bit, Maximum Value = 0xFF"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_MEMORY_SIZE_16,
"16-Bit, Maximum Value = 0xFFFF"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_MEMORY_SIZE_32,
"32-Bit, Maximum Value = 0xFFFFFFFF"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_SORT_MODE_DEFAULT,
"System Default"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_SORT_MODE_ALPHABETICAL,
"Alphabetical"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_SORT_MODE_OFF,
"None"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LABEL_DISPLAY_MODE_DEFAULT,
"Show Full Labels"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LABEL_DISPLAY_MODE_REMOVE_PARENS,
"Remove () Content"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LABEL_DISPLAY_MODE_REMOVE_BRACKETS,
"Remove [] Content"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LABEL_DISPLAY_MODE_REMOVE_PARENS_AND_BRACKETS,
"Remove () and []"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LABEL_DISPLAY_MODE_KEEP_REGION,
"Keep Region"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LABEL_DISPLAY_MODE_KEEP_DISC_INDEX,
"Keep Disc Index"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_LABEL_DISPLAY_MODE_KEEP_REGION_AND_DISC_INDEX,
"Keep Region and Disc Index"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PLAYLIST_MANAGER_THUMBNAIL_MODE_DEFAULT,
"System Default"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_THUMBNAIL_MODE_BOXARTS,
"Boxarts"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_THUMBNAIL_MODE_SCREENSHOTS,
"Screenshots"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_THUMBNAIL_MODE_TITLE_SCREENS,
"Title Screens"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SCROLL_NORMAL,
"Normal"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SCROLL_FAST,
"Fast"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ON,
"ON"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OFF,
"OFF"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_YES,
"Yes"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO,
"No"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TRUE,
"True"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FALSE,
"False"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ENABLED,
"Enabled"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISABLED,
"Disabled"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE,
"N/A"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_LOCKED_ENTRY,
"Locked"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_UNLOCKED_ENTRY,
"Unlocked"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_UNLOCKED_ENTRY_HARDCORE,
"Hardcore"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_UNOFFICIAL_ENTRY,
"Unofficial"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_UNSUPPORTED_ENTRY,
"Unsupported"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DONT_CARE,
"Don't care"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LINEAR,
"Linear"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NEAREST,
"Nearest"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_SYSTEM_NAME_USE_CONTENT_DIR,
"<Content Directory>"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_SYSTEM_NAME_USE_CUSTOM,
"<Custom>"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANUAL_CONTENT_SCAN_CORE_NAME_DETECT,
"<Unspecified>"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LEFT_ANALOG,
"Left Analog"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RIGHT_ANALOG,
"Right Analog"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_KEY,
"(Key: %s)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MOUSE_LEFT,
"Mouse 1"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MOUSE_RIGHT,
"Mouse 2"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MOUSE_MIDDLE,
"Mouse 3"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MOUSE_BUTTON4,
"Mouse 4"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MOUSE_BUTTON5,
"Mouse 5"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MOUSE_WHEEL_UP,
"Mouse Wheel Up"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MOUSE_WHEEL_DOWN,
"Mouse Wheel Down"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MOUSE_HORIZ_WHEEL_UP,
"Mouse Wheel Left"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MOUSE_HORIZ_WHEEL_DOWN,
"Mouse Wheel Right"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR_EARLY,
"Early"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR_NORMAL,
"Normal"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_POLL_TYPE_BEHAVIOR_LATE,
"Late"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_YMD_HMS,
"YYYY-MM-DD HH:MM:SS"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_YMD_HM,
"YYYY-MM-DD HH:MM"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_YMD,
"YYYY-MM-DD"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_YM,
"YYYY-MM"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_MDYYYY_HMS,
"MM-DD-YYYY HH:MM:SS"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_MDYYYY_HM,
"MM-DD-YYYY HH:MM"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_MD_HM,
"MM-DD HH:MM"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_MDYYYY,
"MM-DD-YYYY"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_MD,
"MM-DD"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_DDMMYYYY_HMS,
"DD-MM-YYYY HH:MM:SS"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_DDMMYYYY_HM,
"DD-MM-YYYY HH:MM"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_DDMM_HM,
"DD-MM HH:MM"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_DDMMYYYY,
"DD-MM-YYYY"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_DDMM,
"DD-MM"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_HMS,
"HH:MM:SS"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_HM,
"HH:MM"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_YMD_HMS_AMPM,
"YYYY-MM-DD HH:MM:SS (AM/PM)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_YMD_HM_AMPM,
"YYYY-MM-DD HH:MM (AM/PM)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_MDYYYY_HMS_AMPM,
"MM-DD-YYYY HH:MM:SS (AM/PM)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_MDYYYY_HM_AMPM,
"MM-DD-YYYY HH:MM (AM/PM)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_MD_HM_AMPM,
"MM-DD HH:MM (AM/PM)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_DDMMYYYY_HMS_AMPM,
"DD-MM-YYYY HH:MM:SS (AM/PM)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_DDMMYYYY_HM_AMPM,
"DD-MM-YYYY HH:MM (AM/PM)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_DDMM_HM_AMPM,
"DD-MM HH:MM (AM/PM)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_HMS_AMPM,
"HH:MM:SS (AM/PM)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TIMEDATE_HM_AMPM,
"HH:MM (AM/PM)"
)
/* RGUI: Settings > User Interface > Appearance */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_BACKGROUND_FILLER_THICKNESS_ENABLE,
"Background Filler Thickness"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_BACKGROUND_FILLER_THICKNESS_ENABLE,
"Increase coarseness of menu background checkerboard pattern."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_BORDER_FILLER_ENABLE,
"Border Filler"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_BORDER_FILLER_THICKNESS_ENABLE,
"Border Filler Thickness"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_BORDER_FILLER_THICKNESS_ENABLE,
"Increase coarseness of menu border checkerboard."
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_BORDER_FILLER_ENABLE,
"Display menu border."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_FULL_WIDTH_LAYOUT,
"Use Full-Width Layout"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_FULL_WIDTH_LAYOUT,
"Resize and position menu entries to make best use of available screen space. Disable this to use classic fixed-width two column layout."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_LINEAR_FILTER,
"Menu Linear Filter"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_LINEAR_FILTER,
"Adds a slight blur to the menu to take the edge off hard pixel edges."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_INTERNAL_UPSCALE_LEVEL,
"Internal Upscaling"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_INTERNAL_UPSCALE_LEVEL,
"Upscale menu interface before drawing to screen. When used with 'Menu Linear Filter' enabled, removes scaling artefacts (uneven pixels) while maintaining a sharp image. Has a significant performance impact that increases with upscaling level."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_ASPECT_RATIO,
"Menu Aspect Ratio"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_ASPECT_RATIO,
"Select menu aspect ratio. Widescreen ratios increase the horizontal resolution of the menu interface. (May require a restart if 'Lock Menu Aspect Ratio' is disabled)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_ASPECT_RATIO_LOCK,
"Lock Menu Aspect Ratio"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_ASPECT_RATIO_LOCK,
"Ensures that the menu is always displayed with the correct aspect ratio. If disabled, the quick menu will be stretched to match the currently loaded content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME,
"Menu Color Theme"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RGUI_MENU_COLOR_THEME,
"Select a different color theme. Choosing 'Custom' enables the use of menu theme preset files."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_THEME_PRESET,
"Custom Menu Theme Preset"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RGUI_MENU_THEME_PRESET,
"Select a menu theme preset from the file browser."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_SHADOWS,
"Shadow Effects"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_SHADOWS,
"Enable drop shadows for menu text, borders and thumbnails. Has a modest performance impact."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_PARTICLE_EFFECT,
"Background Animation"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_PARTICLE_EFFECT,
"Enable background particle animation effect. Has a significant performance impact."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_PARTICLE_EFFECT_SPEED,
"Background Animation Speed"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_PARTICLE_EFFECT_SPEED,
"Adjust speed of background particle animation effects."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_INLINE_THUMBNAILS,
"Show Playlist Thumbnails"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_INLINE_THUMBNAILS,
"Enable display of inline downscaled thumbnails while viewing playlists. When disabled, 'Top Thumbnail' may still be toggled fullscreen by pressing RetroPad Y."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_THUMBNAILS_RGUI,
"Top Thumbnail"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_THUMBNAILS_RGUI,
"Type of thumbnail to display at the top right of playlists. This thumbnail may be toggled fullscreen by pressing RetroPad Y."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LEFT_THUMBNAILS_RGUI,
"Bottom Thumbnail"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LEFT_THUMBNAILS_RGUI,
"Type of thumbnail to display at the bottom right of playlists."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_SWAP_THUMBNAILS,
"Swap Thumbnails"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_SWAP_THUMBNAILS,
"Swaps the display positions of 'Top Thumbnail' and 'Bottom Thumbnail'."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_THUMBNAIL_DOWNSCALER,
"Thumbnail Downscaling Method"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_THUMBNAIL_DOWNSCALER,
"Resampling method used when shrinking large thumbnails to fit the display."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_THUMBNAIL_DELAY,
"Thumbnail Delay (ms)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_THUMBNAIL_DELAY,
"Applies a time delay between selecting a playlist entry and loading its associated thumbnails. Setting this to a value of at least 256 ms enables fast lag-free scrolling on even the slowest devices."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_EXTENDED_ASCII,
"Extended ASCII Support"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_EXTENDED_ASCII,
"Enable display of non-standard ASCII characters. Required for compatibility with certain non-English Western languages. Has a moderate performance impact."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_RGUI_SWITCH_ICONS,
"Show Switch Icons"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_RGUI_SWITCH_ICONS,
"Use icons instead of ON/OFF text to represent 'toggle switch' menu settings entries."
)
/* RGUI: Settings Options */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_THUMB_SCALE_POINT,
"Nearest Neighbour (Fast)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_THUMB_SCALE_BILINEAR,
"Bilinear"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_THUMB_SCALE_SINC,
"Sinc/Lanczos3 (Slow)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_NONE,
"None"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_AUTO,
"Auto"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_X2,
"x2"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_X3,
"x3"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_X4,
"x4"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_X5,
"x5"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_X6,
"x6"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_X7,
"x7"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_X8,
"x8"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_UPSCALE_X9,
"x9"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_4_3,
"4:3"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_16_9,
"16:9"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_16_9_CENTRE,
"16:9 (Centered)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_16_10,
"16:10"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_16_10_CENTRE,
"16:10 (Centered)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_LOCK_NONE,
"OFF"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_LOCK_FIT_SCREEN,
"Fit Screen"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_LOCK_INTEGER,
"Integer Scale"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_ASPECT_RATIO_LOCK_FILL_SCREEN,
"Fill Screen (Stretched)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_CUSTOM,
"Custom"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_CLASSIC_RED,
"Classic Red"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_CLASSIC_ORANGE,
"Classic Orange"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_CLASSIC_YELLOW,
"Classic Yellow"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_CLASSIC_GREEN,
"Classic Green"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_CLASSIC_BLUE,
"Classic Blue"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_CLASSIC_VIOLET,
"Classic Violet"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_CLASSIC_GREY,
"Classic Grey"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_LEGACY_RED,
"Legacy Red"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_DARK_PURPLE,
"Dark Purple"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_MIDNIGHT_BLUE,
"Midnight Blue"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_GOLDEN,
"Golden"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_ELECTRIC_BLUE,
"Electric Blue"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_APPLE_GREEN,
"Apple Green"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_VOLCANIC_RED,
"Volcanic Red"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_LAGOON,
"Lagoon"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_BROGRAMMER,
"Brogrammer"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_DRACULA,
"Dracula"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_FAIRYFLOSS,
"Fairy Floss"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_FLATUI,
"Flat UI"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_GRUVBOX_DARK,
"Gruvbox Dark"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_GRUVBOX_LIGHT,
"Gruvbox Light"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_HACKING_THE_KERNEL,
"Hacking the Kernel"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_NORD,
"Nord"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_NOVA,
"Nova"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_ONE_DARK,
"One Dark"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_PALENIGHT,
"Palenight"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_SOLARIZED_DARK,
"Solarized Dark"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_SOLARIZED_LIGHT,
"Solarized Light"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_TANGO_DARK,
"Tango Dark"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_TANGO_LIGHT,
"Tango Light"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_ZENBURN,
"Zenburn"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_ANTI_ZENBURN,
"Anti-Zenburn"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_MENU_COLOR_THEME_FLUX,
"Flux"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_PARTICLE_EFFECT_NONE,
"OFF"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_PARTICLE_EFFECT_SNOW,
"Snow (Light)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_PARTICLE_EFFECT_SNOW_ALT,
"Snow (Heavy)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_PARTICLE_EFFECT_RAIN,
"Rain"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_PARTICLE_EFFECT_VORTEX,
"Vortex"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RGUI_PARTICLE_EFFECT_STARFIELD,
"Star Field"
)
/* XMB: Settings > User Interface > Appearance */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LEFT_THUMBNAILS,
"Left Thumbnails"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LEFT_THUMBNAILS,
"Type of thumbnail to display at the left."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DYNAMIC_WALLPAPER,
"Dynamic Background"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_DYNAMIC_WALLPAPER,
"Dynamically load a new wallpaper depending on context."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_HORIZONTAL_ANIMATION,
"Horizontal Animation"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_HORIZONTAL_ANIMATION,
"Enable horizontal animation for the menu. This will have a performance hit."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_XMB_ANIMATION_HORIZONTAL_HIGHLIGHT,
"Animation Horizontal Icon Highlight"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_XMB_ANIMATION_HORIZONTAL_HIGHLIGHT,
"The animation that triggers when scrolling between tabs."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_XMB_ANIMATION_MOVE_UP_DOWN,
"Animation Move Up/Down"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_XMB_ANIMATION_MOVE_UP_DOWN,
"The animation that triggers when moving up or down."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_XMB_ANIMATION_OPENING_MAIN_MENU,
"Animation Main Menu Opens/Closes"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_XMB_ANIMATION_OPENING_MAIN_MENU,
"The animation that triggers when opening a submenu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ALPHA_FACTOR,
"Menu Alpha Factor"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_FONT,
"Menu Font"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_XMB_FONT,
"Select a different main font to be used by the menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_FONT_COLOR_RED,
"Menu Font Color (Red)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_FONT_COLOR_GREEN,
"Menu Font Color (Green)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_FONT_COLOR_BLUE,
"Menu Font Color (Blue)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_LAYOUT,
"Menu Layout"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_XMB_LAYOUT,
"Select a different layout for the XMB interface."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_THEME,
"Menu Icon Theme"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_XMB_THEME,
"Select a different icon theme for RetroArch."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE,
"Icon Shadows"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_XMB_SHADOWS_ENABLE,
"Draw drop shadows for all icons. This will have a minor performance hit."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_RIBBON_ENABLE,
"Menu Shader Pipeline"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_XMB_RIBBON_ENABLE,
"Select an animated background effect. Can be GPU-intensive depending on the effect. If performance is unsatisfactory, either turn this off or revert to a simpler effect."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME,
"Menu Color Theme"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_XMB_MENU_COLOR_THEME,
"Select a different background color gradient theme."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_VERTICAL_THUMBNAILS,
"Thumbnails Vertical Disposition"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_XMB_VERTICAL_THUMBNAILS,
"Display the left thumbnail under the right one, on the right side of the screen."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_XMB_THUMBNAIL_SCALE_FACTOR,
"Thumbnail Scale Factor"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_XMB_THUMBNAIL_SCALE_FACTOR,
"Reduce thumbnail display size by scaling maximum allowed width."
)
MSG_HASH( /* FIXME Unused? */
MENU_ENUM_LABEL_VALUE_XMB_MAIN_MENU_ENABLE_SETTINGS,
"Settings Tab"
)
MSG_HASH( /* FIXME Unused? */
MENU_ENUM_SUBLABEL_XMB_MAIN_MENU_ENABLE_SETTINGS,
"Enables the Settings tab. (Restart Required)"
)
/* XMB: Settings Options */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHADER_PIPELINE_RIBBON,
"Ribbon"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHADER_PIPELINE_RIBBON_SIMPLIFIED,
"Ribbon (Simplified)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHADER_PIPELINE_SIMPLE_SNOW,
"Simple Snow"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHADER_PIPELINE_SNOW,
"Snow"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHADER_PIPELINE_BOKEH,
"Bokeh"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHADER_PIPELINE_SNOWFLAKE,
"Snowflake"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_CUSTOM,
"Custom"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_FLATUI,
"FlatUI"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_MONOCHROME,
"Monochrome"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_MONOCHROME_INVERTED,
"Monochrome Inverted"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_SYSTEMATIC,
"Systematic"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_NEOACTIVE,
"NeoActive"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_PIXEL,
"Pixel"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_RETROACTIVE,
"RetroActive"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_RETROSYSTEM,
"Retrosystem"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_DOTART,
"Dot-Art"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_AUTOMATIC,
"Automatic"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_ICON_THEME_AUTOMATIC_INVERTED,
"Automatic Inverted"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_APPLE_GREEN,
"Apple Green"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_DARK,
"Dark"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_LIGHT,
"Light"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_MORNING_BLUE,
"Morning Blue"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_SUNBEAM,
"Sunbeam"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_DARK_PURPLE,
"Dark Purple"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_ELECTRIC_BLUE,
"Electric Blue"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_GOLDEN,
"Golden"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_LEGACY_RED,
"Legacy Red"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_MIDNIGHT_BLUE,
"Midnight Blue"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_PLAIN,
"Plain"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_UNDERSEA,
"Undersea"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_VOLCANIC_RED,
"Volcanic Red"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_LIME,
"Lime Green"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_PIKACHU_YELLOW,
"Pikachu Yellow"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_GAMECUBE_PURPLE,
"Cube Purple"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_FAMICOM_RED,
"Family Red"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_FLAMING_HOT,
"Flaming Hot"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_ICE_COLD,
"Ice Cold"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_XMB_MENU_COLOR_THEME_MIDGAR,
"Midgar"
)
/* Ozone: Settings > User Interface > Appearance */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OZONE_COLLAPSE_SIDEBAR,
"Collapse the Sidebar"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_OZONE_COLLAPSE_SIDEBAR,
"Have the left sidebar always collapsed."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OZONE_TRUNCATE_PLAYLIST_NAME,
"Truncate Playlist Names"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_OZONE_TRUNCATE_PLAYLIST_NAME,
"Removes the vendor names from the playlists. For example, 'Sony - PlayStation' becomes 'PlayStation'. (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OZONE_SORT_AFTER_TRUNCATE_PLAYLIST_NAME,
"Sort Playlists After Name Truncation"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_OZONE_SORT_AFTER_TRUNCATE_PLAYLIST_NAME,
"Playlists will be re-sorted in alphabetical order after removing the manufacturer component of their names. (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OZONE_MENU_COLOR_THEME,
"Menu Color Theme"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_OZONE_MENU_COLOR_THEME,
"Select a different color theme."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_BASIC_WHITE,
"Basic White"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_BASIC_BLACK,
"Basic Black"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_NORD,
"Nord"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_GRUVBOX_DARK,
"Gruvbox Dark"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_BOYSENBERRY,
"Boysenberry"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OZONE_COLOR_THEME_HACKING_THE_KERNEL,
"Hacking the Kernel"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LEFT_THUMBNAILS_OZONE,
"Second Thumbnail"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LEFT_THUMBNAILS_OZONE,
"Replace the content metadata panel with another thumbnail."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OZONE_SCROLL_CONTENT_METADATA,
"Use Ticker Text for Content Metadata"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_OZONE_SCROLL_CONTENT_METADATA,
"When enabled, each item of content metadata shown on the right sidebar of playlists (associated core, play time) will occupy a single line; strings exceeding the width of the sidebar will be displayed as scrolling ticker text. When disabled, each item of content metadata will be displayed statically, wrapped to occupy as many lines as required."
)
/* MaterialUI: Settings > User Interface > Appearance */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_ICONS_ENABLE,
"Menu Icons"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MATERIALUI_ICONS_ENABLE,
"Show icons to the left of the menu entries."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_PLAYLIST_ICONS_ENABLE,
"Playlist Icons"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MATERIALUI_PLAYLIST_ICONS_ENABLE,
"Show system-specific icons in the playlists tab. (Restart Required)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_LANDSCAPE_LAYOUT_OPTIMIZATION,
"Optimize Landscape Layout"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MATERIALUI_LANDSCAPE_LAYOUT_OPTIMIZATION,
"Automatically adjust menu layout to better fit the screen when using landscape display orientations."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_SHOW_NAV_BAR,
"Show Navigation Bar"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MATERIALUI_SHOW_NAV_BAR,
"Display permanent on-screen menu navigation shortcuts. Enables fast switching between menu categories. Recommended for touchscreen devices."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_AUTO_ROTATE_NAV_BAR,
"Automatically Rotate Navigation Bar"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MATERIALUI_AUTO_ROTATE_NAV_BAR,
"Automatically move the navigation bar to the right hand side of the screen when using landscape display orientations."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME,
"Menu Color Theme"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MATERIALUI_MENU_COLOR_THEME,
"Select a different background color gradient theme."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_TRANSITION_ANIMATION,
"Menu Transition Animation"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MATERIALUI_MENU_TRANSITION_ANIMATION,
"Enable smooth animation effects when navigating between different levels of the menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_THUMBNAIL_VIEW_PORTRAIT,
"Portrait Thumbnail View"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MATERIALUI_MENU_THUMBNAIL_VIEW_PORTRAIT,
"Specify playlist thumbnail view mode when using portrait display orientations."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_THUMBNAIL_VIEW_LANDSCAPE,
"Landscape Thumbnail View"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MATERIALUI_MENU_THUMBNAIL_VIEW_LANDSCAPE,
"Specify playlist thumbnail view mode when using landscape display orientations."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_DUAL_THUMBNAIL_LIST_VIEW_ENABLE,
"Show Secondary Thumbnail In List Views"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MATERIALUI_DUAL_THUMBNAIL_LIST_VIEW_ENABLE,
"Displays a secondary thumbnail when using 'List'-type playlist thumbnail view modes. This setting only applies when the screen has sufficient physical width to show two thumbnails."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_BACKGROUND_ENABLE,
"Draw Thumbnail Backgrounds"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MATERIALUI_THUMBNAIL_BACKGROUND_ENABLE,
"Enables padding of unused space in thumbnail images with a solid background. This ensures a uniform display size for all images, improving menu appearance when viewing mixed content thumbnails with varying base dimensions."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_THUMBNAILS_MATERIALUI,
"Primary Thumbnail"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_THUMBNAILS_MATERIALUI,
"Main type of thumbnail to associate with each playlist entry. Typically serves as content icon."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LEFT_THUMBNAILS_MATERIALUI,
"Secondary Thumbnail"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LEFT_THUMBNAILS_MATERIALUI,
"Auxiliary type of thumbnail to associate with each playlist entry. Usage depends upon current playlist thumbnail view mode."
)
/* MaterialUI: Settings Options */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_BLUE,
"Blue"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_BLUE_GREY,
"Blue Grey"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_DARK_BLUE,
"Dark Blue"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_GREEN,
"Green"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_NVIDIA_SHIELD,
"Shield"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_RED,
"Red"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_YELLOW,
"Yellow"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_MATERIALUI,
"Material UI"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_MATERIALUI_DARK,
"Material UI Dark"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_OZONE_DARK,
"Ozone Dark"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_NORD,
"Nord"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_GRUVBOX_DARK,
"Gruvbox Dark"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_SOLARIZED_DARK,
"Solarized Dark"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_CUTIE_BLUE,
"Cutie Blue"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_CUTIE_CYAN,
"Cutie Cyan"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_CUTIE_GREEN,
"Cutie Green"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_CUTIE_ORANGE,
"Cutie Orange"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_CUTIE_PINK,
"Cutie Pink"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_CUTIE_PURPLE,
"Cutie Purple"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_CUTIE_RED,
"Cutie Red"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_VIRTUAL_BOY,
"Virtual Boy"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_COLOR_THEME_HACKING_THE_KERNEL,
"Hacking the Kernel"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_TRANSITION_ANIM_AUTO,
"Auto"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_TRANSITION_ANIM_FADE,
"Fade"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_TRANSITION_ANIM_SLIDE,
"Slide"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_TRANSITION_ANIM_NONE,
"OFF"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_PORTRAIT_DISABLED,
"OFF"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_PORTRAIT_LIST_SMALL,
"List (Small)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_PORTRAIT_LIST_MEDIUM,
"List (Medium)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_PORTRAIT_DUAL_ICON,
"Dual Icon"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_LANDSCAPE_DISABLED,
"OFF"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_LANDSCAPE_LIST_SMALL,
"List (Small)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_LANDSCAPE_LIST_MEDIUM,
"List (Medium)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_LANDSCAPE_LIST_LARGE,
"List (Large)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_THUMBNAIL_VIEW_LANDSCAPE_DESKTOP,
"Desktop"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_LANDSCAPE_LAYOUT_OPTIMIZATION_DISABLED,
"OFF"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_LANDSCAPE_LAYOUT_OPTIMIZATION_ALWAYS,
"ON"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MATERIALUI_LANDSCAPE_LAYOUT_OPTIMIZATION_EXCLUDE_THUMBNAIL_VIEWS,
"Exclude Thumbnail Views"
)
/* Qt (Desktop Menu) */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_INFO,
"Info"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_FILE,
"&File"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_FILE_LOAD_CORE,
"&Load Core..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_FILE_UNLOAD_CORE,
"&Unload Core"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_FILE_EXIT,
"E&xit"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_EDIT,
"&Edit"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_EDIT_SEARCH,
"&Search"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW,
"&View"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_CLOSED_DOCKS,
"Closed Docks"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_SHADER_PARAMS,
"Shader Parameters"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS,
"&Settings..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_SAVE_DOCK_POSITIONS,
"Remember dock positions:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_SAVE_GEOMETRY,
"Remember window geometry:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_SAVE_LAST_TAB,
"Remember last content browser tab:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_THEME,
"Theme:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_THEME_SYSTEM_DEFAULT,
"<System Default>"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_THEME_DARK,
"Dark"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_THEME_CUSTOM,
"Custom..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_TITLE,
"Settings"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_TOOLS,
"&Tools"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_HELP,
"&Help"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_HELP_ABOUT,
"About RetroArch"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_HELP_DOCUMENTATION,
"Documentation"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_LOAD_CUSTOM_CORE,
"Load Custom Core..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_LOAD_CORE,
"Load Core"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_LOADING_CORE,
"Loading Core..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_NAME,
"Name"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CORE_VERSION,
"Version"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_TAB_PLAYLISTS,
"Playlists"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_TAB_FILE_BROWSER,
"File Browser"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_TAB_FILE_BROWSER_TOP,
"Top"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_TAB_FILE_BROWSER_UP,
"Up"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_DOCK_CONTENT_BROWSER,
"Content Browser"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_THUMBNAIL_BOXART,
"Boxart"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_THUMBNAIL_SCREENSHOT,
"Screenshot"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_THUMBNAIL_TITLE_SCREEN,
"Title Screen"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_ALL_PLAYLISTS,
"All Playlists"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CORE,
"Core"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CORE_INFO,
"Core Info"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CORE_SELECTION_ASK,
"<Ask me>"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_INFORMATION,
"Information"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_WARNING,
"Warning"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_ERROR,
"Error"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_NETWORK_ERROR,
"Network Error"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_RESTART_TO_TAKE_EFFECT,
"Please restart the program for the changes to take effect."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_LOG,
"Log"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_ITEMS_COUNT,
"%1 items"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_DROP_IMAGE_HERE,
"Drop image here"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_DONT_SHOW_AGAIN,
"Don't show this again"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_STOP,
"Stop"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_ASSOCIATE_CORE,
"Associate Core"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_HIDDEN_PLAYLISTS,
"Hidden Playlists"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_HIDE,
"Hide"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_HIGHLIGHT_COLOR,
"Highlight color:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CHOOSE,
"&Choose..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_SELECT_COLOR,
"Select Color"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_SELECT_THEME,
"Select Theme"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CUSTOM_THEME,
"Custom Theme"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_FILE_PATH_IS_BLANK,
"File path is blank."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_FILE_IS_EMPTY,
"File is empty."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_FILE_READ_OPEN_FAILED,
"Could not open file for reading."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_FILE_WRITE_OPEN_FAILED,
"Could not open file for writing."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_FILE_DOES_NOT_EXIST,
"File does not exist."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_SUGGEST_LOADED_CORE_FIRST,
"Suggest loaded core first:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_ZOOM,
"Zoom"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_VIEW,
"View"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_VIEW_TYPE_ICONS,
"Icons"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_VIEW_TYPE_LIST,
"List"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_SEARCH_CLEAR,
"Clear"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PROGRESS,
"Progress:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_ALL_PLAYLISTS_LIST_MAX_COUNT,
"\"All Playlists\" max list entries:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_ALL_PLAYLISTS_GRID_MAX_COUNT,
"\"All Playlists\" max grid entries:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_SHOW_HIDDEN_FILES,
"Show hidden files and folders:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_NEW_PLAYLIST,
"New Playlist"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_ENTER_NEW_PLAYLIST_NAME,
"Please enter the new playlist name:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_DELETE_PLAYLIST,
"Delete Playlist"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_RENAME_PLAYLIST,
"Rename Playlist"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CONFIRM_DELETE_PLAYLIST,
"Are you sure you want to delete the playlist \"%1\"?"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_QUESTION,
"Question"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_COULD_NOT_DELETE_FILE,
"Could not delete file."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_COULD_NOT_RENAME_FILE,
"Could not rename file."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_GATHERING_LIST_OF_FILES,
"Gathering list of files..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_ADDING_FILES_TO_PLAYLIST,
"Adding files to playlist..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY,
"Playlist Entry"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_NAME,
"Name:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_PATH,
"Path:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_CORE,
"Core:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_DATABASE,
"Database:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_EXTENSIONS,
"Extensions:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_EXTENSIONS_PLACEHOLDER,
"(space-separated; includes all by default)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_FILTER_INSIDE_ARCHIVES,
"Filter inside archives"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_FOR_THUMBNAILS,
"(used to find thumbnails)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CONFIRM_DELETE_PLAYLIST_ITEM,
"Are you sure you want to delete the item \"%1\"?"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CANNOT_ADD_TO_ALL_PLAYLISTS,
"Please choose a single playlist first."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_DELETE,
"Delete"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_ADD_ENTRY,
"Add Entry..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_ADD_FILES,
"Add File(s)..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_ADD_FOLDER,
"Add Folder..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_EDIT,
"Edit"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_SELECT_FILES,
"Select Files"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_SELECT_FOLDER,
"Select Folder"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_FIELD_MULTIPLE,
"<multiple>"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_COULD_NOT_UPDATE_PLAYLIST_ENTRY,
"Error updating playlist entry."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_PLEASE_FILL_OUT_REQUIRED_FIELDS,
"Please fill out all required fields."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_UPDATE_RETROARCH_NIGHTLY,
"Update RetroArch (nightly)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_UPDATE_RETROARCH_FINISHED,
"RetroArch updated successfully. Please restart the application for the changes to take effect."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_UPDATE_RETROARCH_FAILED,
"Update failed."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_HELP_ABOUT_CONTRIBUTORS,
"Contributors"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CURRENT_SHADER,
"Current shader"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MOVE_DOWN,
"Move Down"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MOVE_UP,
"Move Up"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_LOAD,
"Load"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_SAVE,
"Save"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_REMOVE,
"Remove"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_REMOVE_PASSES,
"Remove Passes"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_APPLY,
"Apply"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_SHADER_ADD_PASS,
"Add Pass"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_SHADER_CLEAR_ALL_PASSES,
"Clear All Passes"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_SHADER_NO_PASSES,
"No shader passes."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_RESET_PASS,
"Reset Pass"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_RESET_ALL_PASSES,
"Reset All Passes"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_RESET_PARAMETER,
"Reset Parameter"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_DOWNLOAD_THUMBNAIL,
"Download thumbnail"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_DOWNLOAD_ALREADY_IN_PROGRESS,
"A download is already in progress."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_STARTUP_PLAYLIST,
"Start on playlist:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_THUMBNAIL_TYPE,
"Thumbnail"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_THUMBNAIL_CACHE_LIMIT,
"Thumbnail cache limit:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_THUMBNAIL_DROP_SIZE_LIMIT,
"Drag-n-drop Thumbnail size limit:"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_DOWNLOAD_ALL_THUMBNAILS,
"Download All Thumbnails"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_DOWNLOAD_ALL_THUMBNAILS_ENTIRE_SYSTEM,
"Entire System"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_DOWNLOAD_ALL_THUMBNAILS_THIS_PLAYLIST,
"This Playlist"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_THUMBNAIL_PACK_DOWNLOADED_SUCCESSFULLY,
"Thumbnails downloaded successfully."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_DOWNLOAD_PLAYLIST_THUMBNAIL_PROGRESS,
"Succeeded: %1 Failed: %2"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_CORE_OPTIONS,
"Core Options"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_RESET,
"Reset"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_RESET_ALL,
"Reset All"
)
/* Unsorted */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_UPDATER_SETTINGS,
"Updater"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCOUNTS_CHEEVOS_SETTINGS,
"Accounts Cheevos"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACCOUNTS_LIST_END,
"Accounts List Endpoint"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_TURBO_DEADZONE_LIST,
"Turbo/Deadzone"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_SETTINGS,
"RetroAchievements"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CORE_COUNTERS,
"Core Counters"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_DISK,
"No disc selected"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FRONTEND_COUNTERS,
"Frontend Counters"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HORIZONTAL_MENU,
"Horizontal Menu"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_DESCRIPTOR_HIDE_UNBOUND,
"Hide Unbound Core Input Descriptors"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_DESCRIPTOR_LABEL_SHOW,
"Display Input Descriptor Labels"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_OVERLAY_SETTINGS,
"On-Screen Overlay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_HISTORY,
"Load Recent"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOAD_CONTENT_HISTORY,
"Select content from recent history playlist."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MULTIMEDIA_SETTINGS,
"Multimedia"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SUBSYSTEM_SETTINGS,
"Subsystems"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND,
"No netplay hosts found."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS,
"No performance counters."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NO_PLAYLISTS,
"No playlists."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BT_CONNECTED,
"Connected"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ONLINE,
"Online"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PORT,
"Port"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_SETTINGS,
"Cheat Settings"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_SEARCH_SETTINGS,
"Start or Continue Cheat Search"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RUN_MUSIC,
"Run"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SECONDS,
"seconds"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_START_CORE,
"Start Core"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_START_CORE,
"Start core without content."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SUPPORTED_CORES,
"Suggested cores"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UNABLE_TO_READ_COMPRESSED_FILE,
"Unable to read compressed file."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_USER,
"User"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_KEYBOARD,
"Kbd"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_USE_BUILTIN_IMAGE_VIEWER,
"Use Built-In Image Viewer"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_MAX_SWAPCHAIN_IMAGES,
"Max swapchain images"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_MAX_SWAPCHAIN_IMAGES,
"Tells the video driver to explicitly use a specified buffering mode."
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_PARAMETERS,
"Modifies the shader preset itself currently used in the menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VIDEO_SHADER_PRESET_TWO,
"Shader Preset"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BROWSE_URL_LIST,
"Browse URL"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BROWSE_URL,
"URL Path"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BROWSE_START,
"Start"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_ROOM_NICKNAME,
"Nickname: %s"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_COMPAT_CONTENT_FOUND,
"Compatible content found"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_START_GONG,
"Start Gong"
)
/* Unused (Only Exist in Translation Files) */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_AUTO,
"Auto Aspect Ratio"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_ROOM_NICKNAME_LAN,
"Nickname (LAN): %s"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_STATUS,
"Status"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_BGM_ENABLE,
"System BGM"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CUSTOM_RATIO,
"Custom Ratio"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORD_ENABLE,
"Recording Support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORD_PATH,
"Save Output Recording as..."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RECORD_USE_OUTPUT_DIRECTORY,
"Save Recordings in Output Directory"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_MATCH_IDX,
"View Match #"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_MATCH_IDX,
"Select the match to view."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FORCE_ASPECT,
"Force Aspect Ratio"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SELECT_FROM_PLAYLIST,
"Select from a playlist"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RESUME,
"Resume"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_RESUME,
"Resume the currently running content and leave the Quick Menu."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_VIEW_MATCHES,
"View the List of %u Matches"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_VIEW_MATCHES,
""
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_CREATE_OPTION,
"Create Code From This Match"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_CREATE_OPTION,
""
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_DELETE_OPTION,
"Delete This Match"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_DELETE_OPTION,
""
)
MSG_HASH( /* FIXME Still exists in a comment about being removed */
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_FOOTER_OPACITY,
"Footer Opacity"
)
MSG_HASH( /* FIXME Still exists in a comment about being removed */
MENU_ENUM_SUBLABEL_MATERIALUI_MENU_FOOTER_OPACITY,
"Modify the opacity of the footer graphic."
)
MSG_HASH( /* FIXME Still exists in a comment about being removed */
MENU_ENUM_LABEL_VALUE_MATERIALUI_MENU_HEADER_OPACITY,
"Header Opacity"
)
MSG_HASH( /* FIXME Still exists in a comment about being removed */
MENU_ENUM_SUBLABEL_MATERIALUI_MENU_HEADER_OPACITY,
"Modify the opacity of the header graphic."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE,
"Netplay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_RDB_ENTRY_START_CONTENT,
"Start Content"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_HISTORY_PATH,
"Content History Path"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CRT_SWITCH_RESOLUTION_OUTPUT_DISPLAY_ID,
"Output Display ID"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CRT_SWITCH_RESOLUTION_OUTPUT_DISPLAY_ID,
"Select the output port connected to the CRT display."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP,
"Help"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP_AUDIO_VIDEO_TROUBLESHOOTING,
"Audio/Video Troubleshooting"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP_CHANGE_VIRTUAL_GAMEPAD,
"Changing Virtual Controller Overlay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP_LOADING_CONTENT,
"Loading Content"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP_SCANNING_CONTENT,
"Scanning For Content"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP_WHAT_IS_A_CORE,
"What Is A Core?"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_HELP_SEND_DEBUG_INFO,
"Send Debug Info"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_HELP_SEND_DEBUG_INFO,
"Sends diagnostic info about your device and RetroArch configuration to our servers for analysis."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MANAGEMENT,
"Database Settings"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_DELAY_FRAMES,
"Netplay Delay Frames"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_LAN_SCAN_SETTINGS,
"Scan local network"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_NETPLAY_LAN_SCAN_SETTINGS,
"Search for and connect to netplay hosts on the local network."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_MODE,
"Netplay Client"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE,
"Netplay Spectator"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEEVOS_DESCRIPTION,
"Description"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_ENABLE,
"Limit Maximum Run Speed"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_START_SEARCH,
"Start Search For New Cheat Code"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_START_SEARCH,
"Start search for a new cheat. Number of bits can be changed."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_CONTINUE_SEARCH,
"Continue Search"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_CONTINUE_SEARCH,
"Continue search for a new cheat."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST_HARDCORE,
"Achievements (Hardcore)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_CHEAT_DETAILS,
"Cheat Details"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_CHEAT_DETAILS,
"Manages cheat details settings."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_CHEAT_SEARCH,
"Start or Continue Cheat Search"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_CHEAT_SEARCH,
"Start or continue a cheat code search."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CHEAT_NUM_PASSES,
"Cheat Passes"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CHEAT_NUM_PASSES,
"Increase or decrease the amount of cheats."
)
/* Unused (Needs Confirmation) */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_LEFT_X,
"Left Analog X"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_LEFT_Y,
"Left Analog Y"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_RIGHT_X,
"Right Analog X"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ANALOG_RIGHT_Y,
"Right Analog Y"
)
MSG_HASH(
MENU_ENUM_LABEL_CHEAT_SEARCH_SETTINGS,
"Start or Continue Cheat Search"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST,
"Database Cursor List"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_DEVELOPER,
"Database - Filter : Developer"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_PUBLISHER,
"Database - Filter : Publisher"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_ORIGIN,
"Database - Filter : Origin"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_FRANCHISE,
"Database - Filter : Franchise"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_ESRB_RATING,
"Database - Filter : ESRB Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_ELSPA_RATING,
"Database - Filter : ELSPA Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_PEGI_RATING,
"Database - Filter : PEGI Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_CERO_RATING,
"Database - Filter : CERO Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_BBFC_RATING,
"Database - Filter : BBFC Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_MAX_USERS,
"Database - Filter : Max Users"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_RELEASEDATE_BY_MONTH,
"Database - Filter : Releasedate By Month"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_RELEASEDATE_BY_YEAR,
"Database - Filter : Releasedate By Year"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_EDGE_MAGAZINE_ISSUE,
"Database - Filter : Edge Magazine Issue"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_EDGE_MAGAZINE_RATING,
"Database - Filter : Edge Magazine Rating"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DATABASE_CURSOR_LIST_ENTRY_DATABASE_INFO,
"Database Info"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONFIG,
"Config"
)
MSG_HASH( /* FIXME Seems related to MENU_ENUM_LABEL_VALUE_CORE_ASSETS_DIRECTORY, possible duplicate */
MENU_ENUM_LABEL_VALUE_CORE_ASSETS_DIR,
"Downloads"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_SETTINGS,
"Netplay settings"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SLANG_SUPPORT,
"Slang support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FBO_SUPPORT,
"OpenGL/Direct3D render-to-texture (multi-pass shaders) support"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CONTENT_DIR,
"Content"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_CONTENT_DIR,
"Usually set by developers who bundle libretro/RetroArch apps to point to assets."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,
"Ask"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS,
"Basic menu controls"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_CONFIRM,
"Confirm/OK"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_INFO,
"Info"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_QUIT,
"Quit"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_SCROLL_UP,
"Scroll Up"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_START,
"Defaults"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_TOGGLE_KEYBOARD,
"Toggle Keyboard"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BASIC_MENU_ENUM_CONTROLS_TOGGLE_MENU,
"Toggle Menu"
)
/* Discord Status */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISCORD_IN_MENU,
"In-Menu"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISCORD_IN_GAME,
"In-Game"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISCORD_IN_GAME_PAUSED,
"In-Game (Paused)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISCORD_STATUS_PLAYING,
"Playing"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_DISCORD_STATUS_PAUSED,
"Paused"
)
/* Notifications */
MSG_HASH( /* FIXME Should be MSG_ */
MENU_ENUM_LABEL_VALUE_NETPLAY_START_WHEN_LOADED,
"Netplay will start when content is loaded."
)
MSG_HASH( /* FIXME Should be MSG_ */
MENU_ENUM_LABEL_VALUE_NETPLAY_LOAD_CONTENT_MANUALLY,
"Couldn't find a suitable core or content file, load manually."
)
MSG_HASH( /* FIXME Should be MSG_ */
MENU_ENUM_LABEL_VALUE_VIDEO_DRIVER_FALLBACK,
"Your graphics driver is not compatible with the current video driver in RetroArch, falling back to the %s driver. Please restart RetroArch for the changes to take effect."
)
MSG_HASH( /* FIXME Should be MSG_ */
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_SUCCESS,
"Core installation succesful"
)
MSG_HASH( /* FIXME Should be MSG_ */
MENU_ENUM_LABEL_VALUE_SIDELOAD_CORE_ERROR,
"Core installation failed"
)
MSG_HASH(
MSG_CHEAT_DELETE_ALL_INSTRUCTIONS,
"Press right five times to delete all cheats."
)
MSG_HASH(
MSG_FAILED_TO_SAVE_DEBUG_INFO,
"Failed to save debug info."
)
MSG_HASH(
MSG_FAILED_TO_SEND_DEBUG_INFO,
"Failed to send debug info to server."
)
MSG_HASH(
MSG_SENDING_DEBUG_INFO,
"Sending debug info..."
)
MSG_HASH(
MSG_SENT_DEBUG_INFO,
"Sent debug info to server successfully. Your ID number is %u."
)
MSG_HASH(
MSG_PRESS_TWO_MORE_TIMES_TO_SEND_DEBUG_INFO,
"Press two more times to submit diagnostic info to the RetroArch team."
)
MSG_HASH(
MSG_PRESS_ONE_MORE_TIME_TO_SEND_DEBUG_INFO,
"Press one more time to submit diagnostic info to the RetroArch team."
)
MSG_HASH(
MSG_AUDIO_MIXER_VOLUME,
"Global audio mixer volume"
)
MSG_HASH(
MSG_NETPLAY_LAN_SCAN_COMPLETE,
"Netplay scan complete."
)
MSG_HASH(
MSG_SORRY_UNIMPLEMENTED_CORES_DONT_DEMAND_CONTENT_NETPLAY,
"Sorry, unimplemented: cores that don't demand content cannot participate in netplay."
)
MSG_HASH(
MSG_NATIVE,
"Native"
)
MSG_HASH(
MSG_DEVICE_DISCONNECTED_FROM_PORT,
"Device disconnected from port"
)
MSG_HASH(
MSG_UNKNOWN_NETPLAY_COMMAND_RECEIVED,
"Unknown netplay command received"
)
MSG_HASH(
MSG_FILE_ALREADY_EXISTS_SAVING_TO_BACKUP_BUFFER,
"File already exists. Saving to backup buffer"
)
MSG_HASH(
MSG_GOT_CONNECTION_FROM,
"Got connection from: \"%s\""
)
MSG_HASH(
MSG_GOT_CONNECTION_FROM_NAME,
"Got connection from: \"%s (%s)\""
)
MSG_HASH(
MSG_PUBLIC_ADDRESS,
"Port Mapping Successful"
)
MSG_HASH(
MSG_UPNP_FAILED,
"Port Mapping Failed"
)
MSG_HASH(
MSG_NO_ARGUMENTS_SUPPLIED_AND_NO_MENU_BUILTIN,
"No arguments supplied and no menu built-in, displaying help..."
)
MSG_HASH(
MSG_SETTING_DISK_IN_TRAY,
"Setting disc in tray"
)
MSG_HASH(
MSG_WAITING_FOR_CLIENT,
"Waiting for client ..."
)
MSG_HASH(
MSG_NETPLAY_YOU_HAVE_LEFT_THE_GAME,
"You have left the game"
)
MSG_HASH(
MSG_NETPLAY_YOU_HAVE_JOINED_AS_PLAYER_N,
"You have joined as player %u"
)
MSG_HASH(
MSG_NETPLAY_YOU_HAVE_JOINED_WITH_INPUT_DEVICES_S,
"You have joined with input devices %.*s"
)
MSG_HASH(
MSG_NETPLAY_PLAYER_S_LEFT,
"Player %.*s has left the game"
)
MSG_HASH(
MSG_NETPLAY_S_HAS_JOINED_AS_PLAYER_N,
"%.*s has joined as player %u"
)
MSG_HASH(
MSG_NETPLAY_S_HAS_JOINED_WITH_INPUT_DEVICES_S,
"%.*s has joined with input devices %.*s"
)
MSG_HASH(
MSG_NETPLAY_NOT_RETROARCH,
"A netplay connection attempt failed because the peer is not running RetroArch, or is running an old version of RetroArch."
)
MSG_HASH(
MSG_NETPLAY_OUT_OF_DATE,
"The netplay peer is running an old version of RetroArch. Cannot connect."
)
MSG_HASH(
MSG_NETPLAY_DIFFERENT_VERSIONS,
"WARNING: A netplay peer is running a different version of RetroArch. If problems occur, use the same version."
)
MSG_HASH(
MSG_NETPLAY_DIFFERENT_CORES,
"A netplay peer is running a different core. Cannot connect."
)
MSG_HASH(
MSG_NETPLAY_DIFFERENT_CORE_VERSIONS,
"WARNING: A netplay peer is running a different version of the core. If problems occur, use the same version."
)
MSG_HASH(
MSG_NETPLAY_ENDIAN_DEPENDENT,
"This core does not support inter-architecture netplay between these systems"
)
MSG_HASH(
MSG_NETPLAY_PLATFORM_DEPENDENT,
"This core does not support inter-architecture netplay"
)
MSG_HASH(
MSG_NETPLAY_ENTER_PASSWORD,
"Enter netplay server password:"
)
MSG_HASH(
MSG_DISCORD_CONNECTION_REQUEST,
"Do you want to allow connection from user:"
)
MSG_HASH(
MSG_NETPLAY_INCORRECT_PASSWORD,
"Incorrect password"
)
MSG_HASH(
MSG_NETPLAY_SERVER_NAMED_HANGUP,
"\"%s\" has disconnected"
)
MSG_HASH(
MSG_NETPLAY_SERVER_HANGUP,
"A netplay client has disconnected"
)
MSG_HASH(
MSG_NETPLAY_CLIENT_HANGUP,
"Netplay disconnected"
)
MSG_HASH(
MSG_NETPLAY_CANNOT_PLAY_UNPRIVILEGED,
"You do not have permission to play"
)
MSG_HASH(
MSG_NETPLAY_CANNOT_PLAY_NO_SLOTS,
"There are no free player slots"
)
MSG_HASH(
MSG_NETPLAY_CANNOT_PLAY_NOT_AVAILABLE,
"The input devices requested are not available"
)
MSG_HASH(
MSG_NETPLAY_CANNOT_PLAY,
"Cannot switch to play mode"
)
MSG_HASH(
MSG_NETPLAY_PEER_PAUSED,
"Netplay peer \"%s\" paused"
)
MSG_HASH(
MSG_NETPLAY_CHANGED_NICK,
"Your nickname changed to \"%s\""
)
MSG_HASH(
MSG_AUDIO_VOLUME,
"Audio volume"
)
MSG_HASH(
MSG_AUTODETECT,
"Autodetect"
)
MSG_HASH(
MSG_AUTOLOADING_SAVESTATE_FROM,
"Auto-loading save state from"
)
MSG_HASH(
MSG_CAPABILITIES,
"Capabilities"
)
MSG_HASH(
MSG_CONNECTING_TO_NETPLAY_HOST,
"Connecting to netplay host"
)
MSG_HASH(
MSG_CONNECTING_TO_PORT,
"Connecting to port"
)
MSG_HASH(
MSG_CONNECTION_SLOT,
"Connection slot"
)
MSG_HASH(
MSG_FETCHING_CORE_LIST,
"Fetching core list..."
)
MSG_HASH(
MSG_CORE_LIST_FAILED,
"Failed to retrieve core list!"
)
MSG_HASH(
MSG_LATEST_CORE_INSTALLED,
"Latest version already installed: "
)
MSG_HASH(
MSG_UPDATING_CORE,
"Updating core: "
)
MSG_HASH(
MSG_DOWNLOADING_CORE,
"Downloading core: "
)
MSG_HASH(
MSG_EXTRACTING_CORE,
"Extracting core: "
)
MSG_HASH(
MSG_CORE_INSTALLED,
"Core installed: "
)
MSG_HASH(
MSG_CORE_INSTALL_FAILED,
"Failed to install core: "
)
MSG_HASH(
MSG_SCANNING_CORES,
"Scanning cores..."
)
MSG_HASH(
MSG_CHECKING_CORE,
"Checking core: "
)
MSG_HASH(
MSG_ALL_CORES_UPDATED,
"All installed cores at latest version"
)
MSG_HASH(
MSG_NUM_CORES_UPDATED,
"cores updated: "
)
MSG_HASH(
MSG_NUM_CORES_LOCKED,
"cores skipped: "
)
MSG_HASH(
MSG_CORE_UPDATE_DISABLED,
"Core update disabled - core is locked: "
)
MSG_HASH(
MSG_PLAYLIST_MANAGER_RESETTING_CORES,
"Resetting cores: "
)
MSG_HASH(
MSG_PLAYLIST_MANAGER_CORES_RESET,
"Cores reset: "
)
MSG_HASH(
MSG_PLAYLIST_MANAGER_CLEANING_PLAYLIST,
"Cleaning playlist: "
)
MSG_HASH(
MSG_PLAYLIST_MANAGER_PLAYLIST_CLEANED,
"Playlist cleaned: "
)
MSG_HASH(
MSG_ADDED_TO_FAVORITES,
"Added to favorites"
)
MSG_HASH(
MSG_ADD_TO_FAVORITES_FAILED,
"Failed to add favorite: playlist full"
)
MSG_HASH(
MSG_SET_CORE_ASSOCIATION,
"Core set: "
)
MSG_HASH(
MSG_RESET_CORE_ASSOCIATION,
"Playlist entry core association has been reset."
)
MSG_HASH(
MSG_APPENDED_DISK,
"Appended disc"
)
MSG_HASH(
MSG_FAILED_TO_APPEND_DISK,
"Failed to append disc"
)
MSG_HASH(
MSG_APPLICATION_DIR,
"Application Directory"
)
MSG_HASH(
MSG_APPLYING_CHEAT,
"Applying cheat changes."
)
MSG_HASH(
MSG_APPLYING_SHADER,
"Applying shader"
)
MSG_HASH(
MSG_AUDIO_MUTED,
"Audio muted."
)
MSG_HASH(
MSG_AUDIO_UNMUTED,
"Audio unmuted."
)
MSG_HASH(
MSG_AUTOCONFIG_FILE_ERROR_SAVING,
"Error saving autoconf file."
)
MSG_HASH(
MSG_AUTOCONFIG_FILE_SAVED_SUCCESSFULLY,
"Autoconfig file saved successfully."
)
MSG_HASH(
MSG_AUTOSAVE_FAILED,
"Could not initialize autosave."
)
MSG_HASH(
MSG_AUTO_SAVE_STATE_TO,
"Auto save state to"
)
MSG_HASH(
MSG_BLOCKING_SRAM_OVERWRITE,
"Blocking SRAM Overwrite"
)
MSG_HASH(
MSG_BRINGING_UP_COMMAND_INTERFACE_ON_PORT,
"Bringing up command interface on port"
)
MSG_HASH(
MSG_BYTES,
"bytes"
)
MSG_HASH(
MSG_CANNOT_INFER_NEW_CONFIG_PATH,
"Cannot infer new config path. Use current time."
)
MSG_HASH(
MSG_CHEEVOS_HARDCORE_MODE_ENABLE,
"Achievements Hardcore Mode Enabled, save state & rewind were disabled."
)
MSG_HASH(
MSG_COMPARING_WITH_KNOWN_MAGIC_NUMBERS,
"Comparing with known magic numbers..."
)
MSG_HASH(
MSG_COMPILED_AGAINST_API,
"Compiled against API"
)
MSG_HASH(
MSG_CONFIG_DIRECTORY_NOT_SET,
"Config directory not set. Cannot save new config."
)
MSG_HASH(
MSG_CONNECTED_TO,
"Connected to"
)
MSG_HASH(
MSG_CONTENT_CRC32S_DIFFER,
"Content CRC32s differ. Cannot use different games."
)
MSG_HASH(
MSG_CONTENT_LOADING_SKIPPED_IMPLEMENTATION_WILL_DO_IT,
"Content loading skipped. Implementation will load it on its own."
)
MSG_HASH(
MSG_CORE_DOES_NOT_SUPPORT_SAVESTATES,
"Core does not support save states."
)
MSG_HASH(
MSG_CORE_OPTIONS_FILE_CREATED_SUCCESSFULLY,
"Core options file created successfully."
)
MSG_HASH(
MSG_COULD_NOT_FIND_ANY_NEXT_DRIVER,
"Could not find any next driver"
)
MSG_HASH(
MSG_COULD_NOT_FIND_COMPATIBLE_SYSTEM,
"Could not find compatible system."
)
MSG_HASH(
MSG_COULD_NOT_FIND_VALID_DATA_TRACK,
"Could not find valid data track"
)
MSG_HASH(
MSG_COULD_NOT_OPEN_DATA_TRACK,
"could not open data track"
)
MSG_HASH(
MSG_COULD_NOT_READ_CONTENT_FILE,
"Could not read content file"
)
MSG_HASH(
MSG_COULD_NOT_READ_MOVIE_HEADER,
"Could not read movie header."
)
MSG_HASH(
MSG_COULD_NOT_READ_STATE_FROM_MOVIE,
"Could not read state from movie."
)
MSG_HASH(
MSG_CRC32_CHECKSUM_MISMATCH,
"CRC32 checksum mismatch between content file and saved content checksum in replay file header. Replay highly likely to desync on playback."
)
MSG_HASH(
MSG_CUSTOM_TIMING_GIVEN,
"Custom timing given"
)
MSG_HASH(
MSG_DECOMPRESSION_ALREADY_IN_PROGRESS,
"Decompression already in progress."
)
MSG_HASH(
MSG_DECOMPRESSION_FAILED,
"Decompression failed."
)
MSG_HASH(
MSG_DETECTED_VIEWPORT_OF,
"Detected viewport of"
)
MSG_HASH(
MSG_DID_NOT_FIND_A_VALID_CONTENT_PATCH,
"Did not find a valid content patch."
)
MSG_HASH(
MSG_DISCONNECT_DEVICE_FROM_A_VALID_PORT,
"Disconnect device from a valid port."
)
MSG_HASH(
MSG_DISK_CLOSED,
"Closed"
)
MSG_HASH(
MSG_DISK_EJECTED,
"Ejected"
)
MSG_HASH(
MSG_DOWNLOADING,
"Downloading"
)
MSG_HASH(
MSG_INDEX_FILE,
"index"
)
MSG_HASH(
MSG_DOWNLOAD_FAILED,
"Download failed"
)
MSG_HASH(
MSG_ERROR,
"Error"
)
MSG_HASH(
MSG_ERROR_LIBRETRO_CORE_REQUIRES_CONTENT,
"Libretro core requires content, but nothing was provided."
)
MSG_HASH(
MSG_ERROR_LIBRETRO_CORE_REQUIRES_SPECIAL_CONTENT,
"Libretro core requires special content, but none were provided."
)
MSG_HASH(
MSG_ERROR_LIBRETRO_CORE_REQUIRES_VFS,
"Core does not support VFS, and loading from a local copy failed"
)
MSG_HASH(
MSG_ERROR_PARSING_ARGUMENTS,
"Error parsing arguments."
)
MSG_HASH(
MSG_ERROR_SAVING_CORE_OPTIONS_FILE,
"Error saving core options file."
)
MSG_HASH(
MSG_ERROR_SAVING_REMAP_FILE,
"Error saving remap file."
)
MSG_HASH(
MSG_ERROR_REMOVING_REMAP_FILE,
"Error removing remap file."
)
MSG_HASH(
MSG_ERROR_SAVING_SHADER_PRESET,
"Error saving shader preset."
)
MSG_HASH(
MSG_EXTERNAL_APPLICATION_DIR,
"External Application Directory"
)
MSG_HASH(
MSG_EXTRACTING,
"Extracting"
)
MSG_HASH(
MSG_EXTRACTING_FILE,
"Extracting file"
)
MSG_HASH(
MSG_FAILED_SAVING_CONFIG_TO,
"Failed saving config to"
)
MSG_HASH(
MSG_FAILED_TO,
"Failed to"
)
MSG_HASH(
MSG_FAILED_TO_ACCEPT_INCOMING_SPECTATOR,
"Failed to accept incoming spectator."
)
MSG_HASH(
MSG_FAILED_TO_ALLOCATE_MEMORY_FOR_PATCHED_CONTENT,
"Failed to allocate memory for patched content..."
)
MSG_HASH(
MSG_FAILED_TO_APPLY_SHADER,
"Failed to apply shader."
)
MSG_HASH(
MSG_FAILED_TO_APPLY_SHADER_PRESET,
"Failed to apply shader preset:"
)
MSG_HASH(
MSG_FAILED_TO_BIND_SOCKET,
"Failed to bind socket."
)
MSG_HASH(
MSG_FAILED_TO_CREATE_THE_DIRECTORY,
"Failed to create the directory."
)
MSG_HASH(
MSG_FAILED_TO_EXTRACT_CONTENT_FROM_COMPRESSED_FILE,
"Failed to extract content from compressed file"
)
MSG_HASH(
MSG_FAILED_TO_GET_NICKNAME_FROM_CLIENT,
"Failed to get nickname from client."
)
MSG_HASH(
MSG_FAILED_TO_LOAD,
"Failed to load"
)
MSG_HASH(
MSG_FAILED_TO_LOAD_CONTENT,
"Failed to load content"
)
MSG_HASH(
MSG_FAILED_TO_LOAD_MOVIE_FILE,
"Failed to load movie file"
)
MSG_HASH(
MSG_FAILED_TO_LOAD_OVERLAY,
"Failed to load overlay."
)
MSG_HASH(
MSG_FAILED_TO_LOAD_STATE,
"Failed to load state from"
)
MSG_HASH(
MSG_FAILED_TO_OPEN_LIBRETRO_CORE,
"Failed to open libretro core"
)
MSG_HASH(
MSG_FAILED_TO_PATCH,
"Failed to patch"
)
MSG_HASH(
MSG_FAILED_TO_RECEIVE_HEADER_FROM_CLIENT,
"Failed to receive header from client."
)
MSG_HASH(
MSG_FAILED_TO_RECEIVE_NICKNAME,
"Failed to receive nickname."
)
MSG_HASH(
MSG_FAILED_TO_RECEIVE_NICKNAME_FROM_HOST,
"Failed to receive nickname from host."
)
MSG_HASH(
MSG_FAILED_TO_RECEIVE_NICKNAME_SIZE_FROM_HOST,
"Failed to receive nickname size from host."
)
MSG_HASH(
MSG_FAILED_TO_RECEIVE_SRAM_DATA_FROM_HOST,
"Failed to receive SRAM data from host."
)
MSG_HASH(
MSG_FAILED_TO_REMOVE_DISK_FROM_TRAY,
"Failed to remove disc from tray."
)
MSG_HASH(
MSG_FAILED_TO_REMOVE_TEMPORARY_FILE,
"Failed to remove temporary file"
)
MSG_HASH(
MSG_FAILED_TO_SAVE_SRAM,
"Failed to save SRAM"
)
MSG_HASH(
MSG_FAILED_TO_SAVE_STATE_TO,
"Failed to save state to"
)
MSG_HASH(
MSG_FAILED_TO_SEND_NICKNAME,
"Failed to send nickname."
)
MSG_HASH(
MSG_FAILED_TO_SEND_NICKNAME_SIZE,
"Failed to send nickname size."
)
MSG_HASH(
MSG_FAILED_TO_SEND_NICKNAME_TO_CLIENT,
"Failed to send nickname to client."
)
MSG_HASH(
MSG_FAILED_TO_SEND_NICKNAME_TO_HOST,
"Failed to send nickname to host."
)
MSG_HASH(
MSG_FAILED_TO_SEND_SRAM_DATA_TO_CLIENT,
"Failed to send SRAM data to client."
)
MSG_HASH(
MSG_FAILED_TO_START_AUDIO_DRIVER,
"Failed to start audio driver. Will continue without audio."
)
MSG_HASH(
MSG_FAILED_TO_START_MOVIE_RECORD,
"Failed to start movie record."
)
MSG_HASH(
MSG_FAILED_TO_START_RECORDING,
"Failed to start recording."
)
MSG_HASH(
MSG_FAILED_TO_TAKE_SCREENSHOT,
"Failed to take screenshot."
)
MSG_HASH(
MSG_FAILED_TO_UNDO_LOAD_STATE,
"Failed to undo load state."
)
MSG_HASH(
MSG_FAILED_TO_UNDO_SAVE_STATE,
"Failed to undo save state."
)
MSG_HASH(
MSG_FAILED_TO_UNMUTE_AUDIO,
"Failed to unmute audio."
)
MSG_HASH(
MSG_FATAL_ERROR_RECEIVED_IN,
"Fatal error received in"
)
MSG_HASH(
MSG_FILE_NOT_FOUND,
"File not found"
)
MSG_HASH(
MSG_FOUND_AUTO_SAVESTATE_IN,
"Found auto save state in"
)
MSG_HASH(
MSG_FOUND_DISK_LABEL,
"Found disc label"
)
MSG_HASH(
MSG_FOUND_FIRST_DATA_TRACK_ON_FILE,
"Found first data track on file"
)
MSG_HASH(
MSG_FOUND_LAST_STATE_SLOT,
"Found last state slot"
)
MSG_HASH(
MSG_FOUND_SHADER,
"Found shader"
)
MSG_HASH(
MSG_FRAMES,
"Frames"
)
MSG_HASH(
MSG_GAME_SPECIFIC_CORE_OPTIONS_FOUND_AT,
"Per-Game Options: game-specific core options found at"
)
MSG_HASH(
MSG_GOT_INVALID_DISK_INDEX,
"Got invalid disc index."
)
MSG_HASH(
MSG_GRAB_MOUSE_STATE,
"Grab mouse state"
)
MSG_HASH(
MSG_GAME_FOCUS_ON,
"Game focus on"
)
MSG_HASH(
MSG_GAME_FOCUS_OFF,
"Game focus off"
)
MSG_HASH(
MSG_HW_RENDERED_MUST_USE_POSTSHADED_RECORDING,
"Libretro core is hardware rendered. Must use post-shaded recording as well."
)
MSG_HASH(
MSG_INFLATED_CHECKSUM_DID_NOT_MATCH_CRC32,
"Inflated checksum did not match CRC32."
)
MSG_HASH(
MSG_INPUT_CHEAT,
"Input Cheat"
)
MSG_HASH(
MSG_INPUT_CHEAT_FILENAME,
"Input Cheat Filename"
)
MSG_HASH(
MSG_INPUT_PRESET_FILENAME,
"Input Preset Filename"
)
MSG_HASH(
MSG_INPUT_RENAME_ENTRY,
"Rename Title"
)
MSG_HASH(
MSG_INTERFACE,
"Interface"
)
MSG_HASH(
MSG_INTERNAL_STORAGE,
"Internal Storage"
)
MSG_HASH(
MSG_REMOVABLE_STORAGE,
"Removable Storage"
)
MSG_HASH(
MSG_INVALID_NICKNAME_SIZE,
"Invalid nickname size."
)
MSG_HASH(
MSG_IN_BYTES,
"in bytes"
)
MSG_HASH(
MSG_IN_MEGABYTES,
"in megabytes"
)
MSG_HASH(
MSG_IN_GIGABYTES,
"in gigabytes"
)
MSG_HASH(
MSG_LIBRETRO_ABI_BREAK,
"is compiled against a different version of libretro than this libretro implementation."
)
MSG_HASH(
MSG_LIBRETRO_FRONTEND,
"Frontend for libretro"
)
MSG_HASH(
MSG_LOADED_STATE_FROM_SLOT,
"Loaded state from slot #%d."
)
MSG_HASH(
MSG_LOADED_STATE_FROM_SLOT_AUTO,
"Loaded state from slot #-1 (auto)."
)
MSG_HASH(
MSG_LOADING,
"Loading"
)
MSG_HASH(
MSG_FIRMWARE,
"One or more firmware files are missing"
)
MSG_HASH(
MSG_LOADING_CONTENT_FILE,
"Loading content file"
)
MSG_HASH(
MSG_LOADING_HISTORY_FILE,
"Loading history file"
)
MSG_HASH(
MSG_LOADING_FAVORITES_FILE,
"Loading favorites file"
)
MSG_HASH(
MSG_LOADING_STATE,
"Loading state"
)
MSG_HASH(
MSG_MEMORY,
"Memory"
)
MSG_HASH(
MSG_MOVIE_FILE_IS_NOT_A_VALID_BSV1_FILE,
"Input replay movie file is not a valid BSV1 file."
)
MSG_HASH(
MSG_MOVIE_FORMAT_DIFFERENT_SERIALIZER_VERSION,
"Input replay movie format seems to have a different serializer version. Will most likely fail."
)
MSG_HASH(
MSG_MOVIE_PLAYBACK_ENDED,
"Input replay movie playback ended."
)
MSG_HASH(
MSG_MOVIE_RECORD_STOPPED,
"Stopping movie record."
)
MSG_HASH(
MSG_NETPLAY_FAILED,
"Failed to initialize netplay."
)
MSG_HASH(
MSG_NO_CONTENT_STARTING_DUMMY_CORE,
"No content, starting dummy core."
)
MSG_HASH(
MSG_NO_SAVE_STATE_HAS_BEEN_OVERWRITTEN_YET,
"No save state has been overwritten yet."
)
MSG_HASH(
MSG_NO_STATE_HAS_BEEN_LOADED_YET,
"No state has been loaded yet."
)
MSG_HASH(
MSG_OVERRIDES_ERROR_SAVING,
"Error saving overrides."
)
MSG_HASH(
MSG_OVERRIDES_SAVED_SUCCESSFULLY,
"Overrides saved successfully."
)
MSG_HASH(
MSG_PAUSED,
"Paused."
)
MSG_HASH(
MSG_PROGRAM,
"RetroArch"
)
MSG_HASH(
MSG_READING_FIRST_DATA_TRACK,
"Reading first data track..."
)
MSG_HASH(
MSG_RECEIVED,
"received"
)
MSG_HASH(
MSG_RECORDING_TERMINATED_DUE_TO_RESIZE,
"Recording terminated due to resize."
)
MSG_HASH(
MSG_RECORDING_TO,
"Recording to"
)
MSG_HASH(
MSG_REDIRECTING_CHEATFILE_TO,
"Redirecting cheat file to"
)
MSG_HASH(
MSG_REDIRECTING_SAVEFILE_TO,
"Redirecting save file to"
)
MSG_HASH(
MSG_REDIRECTING_SAVESTATE_TO,
"Redirecting save state to"
)
MSG_HASH(
MSG_REMAP_FILE_SAVED_SUCCESSFULLY,
"Remap file saved successfully."
)
MSG_HASH(
MSG_REMAP_FILE_REMOVED_SUCCESSFULLY,
"Remap file removed successfully."
)
MSG_HASH(
MSG_REMOVED_DISK_FROM_TRAY,
"Removed disk from tray."
)
MSG_HASH(
MSG_REMOVING_TEMPORARY_CONTENT_FILE,
"Removing temporary content file"
)
MSG_HASH(
MSG_RESET,
"Reset"
)
MSG_HASH(
MSG_RESTARTING_RECORDING_DUE_TO_DRIVER_REINIT,
"Restarting recording due to driver reinit."
)
MSG_HASH(
MSG_RESTORED_OLD_SAVE_STATE,
"Restored old save state."
)
MSG_HASH(
MSG_RESTORING_DEFAULT_SHADER_PRESET_TO,
"Shaders: restoring default shader preset to"
)
MSG_HASH(
MSG_REVERTING_SAVEFILE_DIRECTORY_TO,
"Reverting savefile directory to"
)
MSG_HASH(
MSG_REVERTING_SAVESTATE_DIRECTORY_TO,
"Reverting save state directory to"
)
MSG_HASH(
MSG_REWINDING,
"Rewinding."
)
MSG_HASH(
MSG_REWIND_INIT,
"Initializing rewind buffer with size"
)
MSG_HASH(
MSG_REWIND_INIT_FAILED,
"Failed to initialize rewind buffer. Rewinding will be disabled."
)
MSG_HASH(
MSG_REWIND_INIT_FAILED_THREADED_AUDIO,
"Implementation uses threaded audio. Cannot use rewind."
)
MSG_HASH(
MSG_REWIND_REACHED_END,
"Reached end of rewind buffer."
)
MSG_HASH(
MSG_SAVED_NEW_CONFIG_TO,
"Saved new config to"
)
MSG_HASH(
MSG_SAVED_STATE_TO_SLOT,
"Saved state to slot #%d."
)
MSG_HASH(
MSG_SAVED_STATE_TO_SLOT_AUTO,
"Saved state to slot #-1 (auto)."
)
MSG_HASH(
MSG_SAVED_SUCCESSFULLY_TO,
"Saved successfully to"
)
MSG_HASH(
MSG_SAVING_RAM_TYPE,
"Saving RAM type"
)
MSG_HASH(
MSG_SAVING_STATE,
"Saving state"
)
MSG_HASH(
MSG_SCANNING,
"Scanning"
)
MSG_HASH(
MSG_SCANNING_OF_DIRECTORY_FINISHED,
"Scanning of directory finished"
)
MSG_HASH(
MSG_SENDING_COMMAND,
"Sending command"
)
MSG_HASH(
MSG_SEVERAL_PATCHES_ARE_EXPLICITLY_DEFINED,
"Several patches are explicitly defined, ignoring all..."
)
MSG_HASH(
MSG_SHADER,
"Shader"
)
MSG_HASH(
MSG_SHADER_PRESET_SAVED_SUCCESSFULLY,
"Shader preset saved successfully."
)
MSG_HASH(
MSG_SKIPPING_SRAM_LOAD,
"Skipping SRAM load."
)
MSG_HASH(
MSG_SLOW_MOTION,
"Slow-Motion."
)
MSG_HASH(
MSG_FAST_FORWARD,
"Fast-Forward."
)
MSG_HASH(
MSG_SLOW_MOTION_REWIND,
"Slow-motion rewind."
)
MSG_HASH(
MSG_SRAM_WILL_NOT_BE_SAVED,
"SRAM will not be saved."
)
MSG_HASH(
MSG_STARTING_MOVIE_PLAYBACK,
"Starting movie playback."
)
MSG_HASH(
MSG_STARTING_MOVIE_RECORD_TO,
"Starting movie record to"
)
MSG_HASH(
MSG_STATE_SIZE,
"State size"
)
MSG_HASH(
MSG_STATE_SLOT,
"State slot"
)
MSG_HASH(
MSG_TAKING_SCREENSHOT,
"Taking screenshot."
)
MSG_HASH(
MSG_SCREENSHOT_SAVED,
"Screenshot saved"
)
MSG_HASH(
MSG_ACHIEVEMENT_UNLOCKED,
"Achievement Unlocked"
)
MSG_HASH(
MSG_CHANGE_THUMBNAIL_TYPE,
"Change thumbnail type"
)
MSG_HASH(
MSG_TOGGLE_FULLSCREEN_THUMBNAILS,
"Fullscreen thumbnails"
)
MSG_HASH(
MSG_TOGGLE_CONTENT_METADATA,
"Toggle metadata"
)
MSG_HASH(
MSG_NO_THUMBNAIL_AVAILABLE,
"No thumbnail available"
)
MSG_HASH(
MSG_PRESS_AGAIN_TO_QUIT,
"Press again to quit..."
)
MSG_HASH(
MSG_TO,
"to"
)
MSG_HASH(
MSG_UNDID_LOAD_STATE,
"Undid load state."
)
MSG_HASH(
MSG_UNDOING_SAVE_STATE,
"Undoing save state"
)
MSG_HASH(
MSG_UNKNOWN,
"Unknown"
)
MSG_HASH(
MSG_UNPAUSED,
"Unpaused."
)
MSG_HASH(
MSG_UNRECOGNIZED_COMMAND,
"Unrecognized command"
)
MSG_HASH(
MSG_USING_CORE_NAME_FOR_NEW_CONFIG,
"Using core name for new config."
)
MSG_HASH(
MSG_USING_LIBRETRO_DUMMY_CORE_RECORDING_SKIPPED,
"Using libretro dummy core. Skipping recording."
)
MSG_HASH(
MSG_VALUE_CONNECT_DEVICE_FROM_A_VALID_PORT,
"Connect device from a valid port."
)
MSG_HASH(
MSG_VALUE_DISCONNECTING_DEVICE_FROM_PORT,
"Disconnecting device from port"
)
MSG_HASH(
MSG_VALUE_REBOOTING,
"Rebooting..."
)
MSG_HASH(
MSG_VALUE_SHUTTING_DOWN,
"Shutting down..."
)
MSG_HASH(
MSG_VERSION_OF_LIBRETRO_API,
"Version of libretro API"
)
MSG_HASH(
MSG_VIEWPORT_SIZE_CALCULATION_FAILED,
"Viewport size calculation failed! Will continue using raw data. This will probably not work right..."
)
MSG_HASH(
MSG_VIRTUAL_DISK_TRAY,
"virtual disc tray."
)
MSG_HASH(
MSG_VIRTUAL_DISK_TRAY_EJECT,
"eject"
)
MSG_HASH(
MSG_VIRTUAL_DISK_TRAY_CLOSE,
"close"
)
MSG_HASH(
MSG_FAILED,
"failed"
)
MSG_HASH(
MSG_SUCCEEDED,
"succeeded"
)
MSG_HASH(
MSG_DEVICE_NOT_CONFIGURED,
"not configured"
)
MSG_HASH(
MSG_DEVICE_NOT_CONFIGURED_FALLBACK,
"not configured, using fallback"
)
MSG_HASH(
MSG_BLUETOOTH_SCAN_COMPLETE,
"Bluetooth scan complete."
)
MSG_HASH(
MSG_WIFI_SCAN_COMPLETE,
"Wi-Fi scan complete."
)
MSG_HASH(
MSG_SCANNING_BLUETOOTH_DEVICES,
"Scanning bluetooth devices..."
)
MSG_HASH(
MSG_SCANNING_WIRELESS_NETWORKS,
"Scanning wireless networks..."
)
MSG_HASH(
MSG_NETPLAY_LAN_SCANNING,
"Scanning for netplay hosts..."
)
MSG_HASH(
MSG_PREPARING_FOR_CONTENT_SCAN,
"Preparing for content scan..."
)
MSG_HASH(
MSG_INPUT_ENABLE_SETTINGS_PASSWORD,
"Enter Password"
)
MSG_HASH(
MSG_INPUT_ENABLE_SETTINGS_PASSWORD_OK,
"Password correct."
)
MSG_HASH(
MSG_INPUT_ENABLE_SETTINGS_PASSWORD_NOK,
"Password incorrect."
)
MSG_HASH(
MSG_INPUT_KIOSK_MODE_PASSWORD,
"Enter Password"
)
MSG_HASH(
MSG_INPUT_KIOSK_MODE_PASSWORD_OK,
"Password correct."
)
MSG_HASH(
MSG_INPUT_KIOSK_MODE_PASSWORD_NOK,
"Password incorrect."
)
MSG_HASH(
MSG_CONFIG_OVERRIDE_LOADED,
"Configuration override loaded."
)
MSG_HASH(
MSG_GAME_REMAP_FILE_LOADED,
"Game remap file loaded."
)
MSG_HASH(
MSG_DIRECTORY_REMAP_FILE_LOADED,
"Content directory remap file loaded."
)
MSG_HASH(
MSG_CORE_REMAP_FILE_LOADED,
"Core remap file loaded."
)
MSG_HASH(
MSG_RUNAHEAD_CORE_DOES_NOT_SUPPORT_SAVESTATES,
"Run-Ahead has been disabled because this core does not support save states."
)
MSG_HASH(
MSG_RUNAHEAD_FAILED_TO_SAVE_STATE,
"Failed to save state. Run-Ahead has been disabled."
)
MSG_HASH(
MSG_RUNAHEAD_FAILED_TO_LOAD_STATE,
"Failed to load state. Run-Ahead has been disabled."
)
MSG_HASH(
MSG_RUNAHEAD_FAILED_TO_CREATE_SECONDARY_INSTANCE,
"Failed to create second instance. Run-Ahead will now use only one instance."
)
MSG_HASH(
MSG_SCANNING_OF_FILE_FINISHED,
"Scanning of file finished"
)
MSG_HASH(
MSG_CHEAT_INIT_SUCCESS,
"Successfully started cheat search"
)
MSG_HASH(
MSG_CHEAT_INIT_FAIL,
"Failed to start cheat search"
)
MSG_HASH(
MSG_CHEAT_SEARCH_NOT_INITIALIZED,
"Searching has not been initialized/started"
)
MSG_HASH(
MSG_CHEAT_SEARCH_FOUND_MATCHES,
"New match count = %u"
)
MSG_HASH(
MSG_CHEAT_SEARCH_ADDED_MATCHES_SUCCESS,
"Added %u matches"
)
MSG_HASH(
MSG_CHEAT_SEARCH_ADDED_MATCHES_FAIL,
"Failed to add matches"
)
MSG_HASH(
MSG_CHEAT_SEARCH_ADD_MATCH_SUCCESS,
"Created code from match"
)
MSG_HASH(
MSG_CHEAT_SEARCH_ADD_MATCH_FAIL,
"Failed to create code"
)
MSG_HASH(
MSG_CHEAT_SEARCH_DELETE_MATCH_SUCCESS,
"Deleted match"
)
MSG_HASH(
MSG_CHEAT_SEARCH_ADDED_MATCHES_TOO_MANY,
"Not enough room. The total number of cheats you can have is 100."
)
MSG_HASH(
MSG_CHEAT_ADD_TOP_SUCCESS,
"New cheat added to top of list."
)
MSG_HASH(
MSG_CHEAT_ADD_BOTTOM_SUCCESS,
"New cheat added to bottom of list."
)
MSG_HASH(
MSG_CHEAT_DELETE_ALL_SUCCESS,
"All cheats deleted."
)
MSG_HASH(
MSG_CHEAT_ADD_BEFORE_SUCCESS,
"New cheat added before this one."
)
MSG_HASH(
MSG_CHEAT_ADD_AFTER_SUCCESS,
"New cheat added after this one."
)
MSG_HASH(
MSG_CHEAT_COPY_BEFORE_SUCCESS,
"Cheat copied before this one."
)
MSG_HASH(
MSG_CHEAT_COPY_AFTER_SUCCESS,
"Cheat copied after this one."
)
MSG_HASH(
MSG_CHEAT_DELETE_SUCCESS,
"Cheat deleted."
)
MSG_HASH(
MSG_DEVICE_CONFIGURED_IN_PORT,
"Configured in port:"
)
MSG_HASH(
MSG_FAILED_TO_SET_DISK,
"Failed to set disc"
)
MSG_HASH(
MSG_FAILED_TO_SET_INITIAL_DISK,
"Failed to set last used disc..."
)
MSG_HASH(
MSG_CHEEVOS_HARDCORE_MODE_DISABLED,
"A save state was loaded. Achievements Hardcore Mode disabled for the current session."
)
MSG_HASH(
MSG_CHEEVOS_HARDCORE_MODE_DISABLED_CHEAT,
"A cheat was activated. Achievements Hardcore Mode disabled for the current session."
)
MSG_HASH(
MSG_RESAMPLER_QUALITY_LOWEST,
"Lowest"
)
MSG_HASH(
MSG_RESAMPLER_QUALITY_LOWER,
"Lower"
)
MSG_HASH(
MSG_RESAMPLER_QUALITY_NORMAL,
"Normal"
)
MSG_HASH(
MSG_RESAMPLER_QUALITY_HIGHER,
"Higher"
)
MSG_HASH(
MSG_RESAMPLER_QUALITY_HIGHEST,
"Highest"
)
MSG_HASH(
MSG_MISSING_ASSETS,
"Warning: Missing assets, use the Online Updater if available"
)
MSG_HASH(
MSG_DUMPING_DISC,
"Dumping disc..."
)
MSG_HASH(
MSG_DRIVE_NUMBER,
"Drive %d"
)
MSG_HASH(
MSG_LOAD_CORE_FIRST,
"Please load a core first."
)
MSG_HASH(
MSG_DISC_DUMP_FAILED_TO_READ_FROM_DRIVE,
"Failed to read from drive. Dump aborted."
)
MSG_HASH(
MSG_DISC_DUMP_FAILED_TO_WRITE_TO_DISK,
"Failed to write to disk. Dump aborted."
)
MSG_HASH(
MSG_NO_DISC_INSERTED,
"No disc is inserted in the drive."
)
MSG_HASH(
MSG_SHADER_PRESET_REMOVED_SUCCESSFULLY,
"Shader preset removed successfully."
)
MSG_HASH(
MSG_ERROR_REMOVING_SHADER_PRESET,
"Error removing shader preset."
)
MSG_HASH(
MSG_MANUAL_CONTENT_SCAN_DAT_FILE_INVALID,
"Invalid arcade DAT file selected"
)
MSG_HASH(
MSG_MANUAL_CONTENT_SCAN_DAT_FILE_TOO_LARGE,
"Selected arcade DAT file is too large (insufficient free memory)"
)
MSG_HASH(
MSG_MANUAL_CONTENT_SCAN_DAT_FILE_LOAD_ERROR,
"Failed to load arcade DAT file (invalid format?)"
)
MSG_HASH(
MSG_MANUAL_CONTENT_SCAN_INVALID_CONFIG,
"Invalid manual scan configuration"
)
MSG_HASH(
MSG_MANUAL_CONTENT_SCAN_INVALID_CONTENT,
"No valid content detected"
)
MSG_HASH(
MSG_MANUAL_CONTENT_SCAN_START,
"Scanning content: "
)
MSG_HASH(
MSG_MANUAL_CONTENT_SCAN_IN_PROGRESS,
"Scanning: "
)
MSG_HASH(
MSG_MANUAL_CONTENT_SCAN_M3U_CLEANUP,
"Cleaning M3U entries: "
)
MSG_HASH(
MSG_MANUAL_CONTENT_SCAN_END,
"Scan complete: "
)
MSG_HASH(
MSG_CORE_BACKUP_SCANNING_CORE,
"Scanning core: "
)
MSG_HASH(
MSG_CORE_BACKUP_ALREADY_EXISTS,
"Backup of installed core already exists: "
)
MSG_HASH(
MSG_BACKING_UP_CORE,
"Backing up core: "
)
MSG_HASH(
MSG_PRUNING_CORE_BACKUP_HISTORY,
"Removing obsolete backups: "
)
MSG_HASH(
MSG_CORE_BACKUP_COMPLETE,
"Core backup complete: "
)
MSG_HASH(
MSG_CORE_RESTORATION_ALREADY_INSTALLED,
"Selected core backup is already installed: "
)
MSG_HASH(
MSG_RESTORING_CORE,
"Restoring core: "
)
MSG_HASH(
MSG_CORE_RESTORATION_COMPLETE,
"Core restoration complete: "
)
MSG_HASH(
MSG_CORE_INSTALLATION_ALREADY_INSTALLED,
"Selected core file is already installed: "
)
MSG_HASH(
MSG_INSTALLING_CORE,
"Installing core: "
)
MSG_HASH(
MSG_CORE_INSTALLATION_COMPLETE,
"Core installation complete: "
)
MSG_HASH(
MSG_CORE_RESTORATION_INVALID_CONTENT,
"Invalid core file selected: "
)
MSG_HASH(
MSG_CORE_BACKUP_FAILED,
"Core backup failed: "
)
MSG_HASH(
MSG_CORE_RESTORATION_FAILED,
"Core restoration failed: "
)
MSG_HASH(
MSG_CORE_INSTALLATION_FAILED,
"Core installation failed: "
)
MSG_HASH(
MSG_CORE_RESTORATION_DISABLED,
"Core restoration disabled - core is locked: "
)
MSG_HASH(
MSG_CORE_INSTALLATION_DISABLED,
"Core installation disabled - core is locked: "
)
MSG_HASH(
MSG_CORE_LOCK_FAILED,
"Failed to lock core: "
)
MSG_HASH(
MSG_CORE_UNLOCK_FAILED,
"Failed to unlock core: "
)
MSG_HASH(
MSG_CORE_DELETE_DISABLED,
"Core deletion disabled - core is locked: "
)
/* Lakka */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_UPDATE_LAKKA,
"Update Lakka"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_NAME,
"Frontend name"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LAKKA_VERSION,
"Lakka Version"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REBOOT,
"Reboot"
)
/* Environment Specific Settings */
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_SPLIT_JOYCON,
"Split Joy-Con"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INTERNAL_STORAGE_STATUS,
"Internal storage status"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_WIDGET_SCALE_FACTOR,
"Graphics Widgets Scale Override"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_WIDGET_SCALE_FACTOR,
"Applies a manual scaling factor override when drawing display widgets. Only applies when 'Scale Graphics Widgets Automatically' is disabled. Can be used to increase or decrease the size of decorated notifications, indicators and controls independently from the menu itself."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION,
"Screen Resolution"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SHUTDOWN,
"Shutdown"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FILE_BROWSER_OPEN_UWP_PERMISSIONS,
"Enable external file access"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FILE_BROWSER_OPEN_UWP_PERMISSIONS,
"Open Windows file access permissions settings"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_FILE_BROWSER_OPEN_PICKER,
"Open..."
)
MSG_HASH(
MENU_ENUM_SUBLABEL_FILE_BROWSER_OPEN_PICKER,
"Open another directory using the system file picker"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_FILTER_FLICKER,
"Flicker filter"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_GAMMA,
"Video Gamma"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_SOFT_FILTER,
"Soft Filter"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BLUETOOTH_SETTINGS,
"Bluetooth"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_BLUETOOTH_SETTINGS,
"Scans for bluetooth devices and connects them."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_WIFI_SETTINGS,
"Wi-Fi"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_WIFI_SETTINGS,
"Scans for wireless networks and establishes connection."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VFILTER,
"Deflicker"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_VI_WIDTH,
"Set VI Screen Width"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_OVERSCAN_CORRECTION_TOP,
"Overscan Correction (Top)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_OVERSCAN_CORRECTION_TOP,
"Adjust display overscan cropping by reducing image size by specified number of scanlines (taken from top of screen). Note: May introduce scaling artefacts."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_OVERSCAN_CORRECTION_BOTTOM,
"Overscan Correction (Bottom)"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_OVERSCAN_CORRECTION_BOTTOM,
"Adjust display overscan cropping by reducing image size by specified number of scanlines (taken from bottom of screen). Note: May introduce scaling artefacts."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SUSTAINED_PERFORMANCE_MODE,
"Sustained Performance Mode"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_PAL60_ENABLE,
"Use PAL60 Mode"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_META_RESTART_KEY,
"Restart RetroArch"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_META_RESTART_KEY,
"Exits then restarts RetroArch. Required for the activation of certain menu settings (for example, when changing menu driver)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_AUDIO_BLOCK_FRAMES,
"Block Frames"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_PREFER_FRONT_TOUCH,
"Prefer Front Touch"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_TOUCH_ENABLE,
"Touch"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_ICADE_ENABLE,
"Keyboard Controller Mapping"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_KEYBOARD_GAMEPAD_MAPPING_TYPE,
"Keyboard Controller Mapping Type"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_SMALL_KEYBOARD_ENABLE,
"Small Keyboard"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_BLOCK_TIMEOUT,
"Input Block Timeout"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_BLOCK_TIMEOUT,
"The number of milliseconds to wait to get a complete input sample, use it if you have issues with simultaneous button presses (Android only)."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_REBOOT,
"Show Reboot"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_REBOOT,
"Show or hide the 'Reboot' option."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_MENU_SHOW_SHUTDOWN,
"Show Shutdown"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_MENU_SHOW_SHUTDOWN,
"Show or hide the 'Shutdown' option."
)
MSG_HASH(
MSG_INTERNET,
"Internet"
)
MSG_HASH(
MSG_INTERNET_RELAY,
"Internet (Relay)"
)
MSG_HASH(
MSG_LOCAL,
"Local"
)
MSG_HASH(
MSG_READ_WRITE,
"Read/Write"
)
MSG_HASH(
MSG_READ_ONLY,
"Read-Only"
)
#ifdef HAVE_LAKKA_SWITCH
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SWITCH_GPU_PROFILE,
"GPU Overclock"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SWITCH_GPU_PROFILE,
"Overclock or underclock the Switch GPU"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SWITCH_BACKLIGHT_CONTROL,
"Screen brightness"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SWITCH_BACKLIGHT_CONTROL,
"Increase or decrease the Switch screen brightness"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_REBOOT_RCM,
"Reboot into RCM"
)
#endif
#if defined(HAVE_LAKKA_SWITCH) || defined(HAVE_LIBNX)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SWITCH_CPU_PROFILE,
"CPU Overclock"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SWITCH_CPU_PROFILE,
"Overclock the Switch CPU"
)
#endif
#ifdef HAVE_LAKKA
MSG_HASH(
MENU_ENUM_LABEL_VALUE_BLUETOOTH_ENABLE,
"Bluetooth"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_BLUETOOTH_ENABLE,
"Determines the state of Bluetooth."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LAKKA_SERVICES,
"Services"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SERVICES_SETTINGS,
"Manage operating system level services."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SAMBA_ENABLE,
"SAMBA"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SAMBA_ENABLE,
"Share network folders through the SMB protocol."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_SSH_ENABLE,
"SSH"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_SSH_ENABLE,
"Use SSH to access the command line remotely."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_LOCALAP_ENABLE,
"Wi-Fi Access Point"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_LOCALAP_ENABLE,
"Enable or disable Wi-Fi Access Point."
)
MSG_HASH(
MSG_LOCALAP_SWITCHING_OFF,
"Switching off Wi-Fi Access Point."
)
MSG_HASH(
MSG_WIFI_DISCONNECT_FROM,
"Disconnecting from Wi-Fi '%s'"
)
MSG_HASH(
MSG_LOCALAP_ALREADY_RUNNING,
"Wi-Fi Access Point is already started"
)
MSG_HASH(
MSG_LOCALAP_NOT_RUNNING,
"Wi-Fi Access Point is not running"
)
MSG_HASH(
MSG_LOCALAP_STARTING,
"Starting Wi-Fi Access Point with SSID=%s and Passkey=%s"
)
MSG_HASH(
MSG_LOCALAP_ERROR_CONFIG_CREATE,
"Could not create Wi-Fi Access Point configuration file."
)
MSG_HASH(
MSG_LOCALAP_ERROR_CONFIG_PARSE,
"Wrong configuration file - could not find APNAME or PASSWORD in %s"
)
#endif
#ifdef GEKKO
MSG_HASH(
MENU_ENUM_LABEL_VALUE_INPUT_MOUSE_SCALE,
"Mouse Scale"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_INPUT_MOUSE_SCALE,
"Adjust x/y scale for Wiimote lightgun speed."
)
#endif
#ifdef HAVE_ODROIDGO2
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_RGA_SCALING,
"RGA Scaling"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_RGA_SCALING,
"RGA scaling and bicubic filtering. May break widgets."
)
#else
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_CTX_SCALING,
"Context Specific Scaling"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_CTX_SCALING,
"Hardware context scaling (if available)."
)
#endif
#if defined(_3DS)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_3DS_LCD_BOTTOM,
"3DS Bottom Screen"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_3DS_LCD_BOTTOM,
"Enable display of status information on bottom screen. Disable to increase battery life and improve performance."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_VIDEO_3DS_DISPLAY_MODE,
"3DS Display Mode"
)
MSG_HASH(
MENU_ENUM_SUBLABEL_VIDEO_3DS_DISPLAY_MODE,
"Selects between 3D and 2D display modes. In '3D' mode, pixels are square and a depth effect is applied when viewing the Quick Menu. '2D' mode provides the best performance."
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CTR_VIDEO_MODE_3D,
"3D"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CTR_VIDEO_MODE_2D,
"2D"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CTR_VIDEO_MODE_2D_400X240,
"2D (Pixel Grid Effect)"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_CTR_VIDEO_MODE_2D_800X240,
"2D (High Resolution)"
)
#endif
#ifdef HAVE_QT
MSG_HASH(
MENU_ENUM_LABEL_VALUE_QT_SCAN_FINISHED,
"Scan Finished.<br><br>\nIn order for content to be correctly scanned, you must:\n<ul><li>have a compatible core already downloaded</li>\n<li>have \"Core Info Files\" updated via Online Updater</li>\n<li>have \"Databases\" updated via Online Updater</li>\n<li>restart RetroArch if any of the above was just done</li></ul>\nFinally, the content must match existing databases from <a href=\"https://docs.libretro.com/guides/roms-playlists-thumbnails/#sources\">here</a>. If it is still not working, consider <a href=\"https://www.github.com/libretro/RetroArch/issues\">submitting a bug report</a>."
)
#endif