2019-07-29 11:56:20 +00:00
# if defined(_MSC_VER) && !defined(_XBOX) && (_MSC_VER >= 1500 && _MSC_VER < 1900)
2019-05-28 11:37:14 +00:00
# if (_MSC_VER >= 1700)
2019-05-21 23:02:25 +00:00
/* https://support.microsoft.com/en-us/kb/980263 */
# pragma execution_character_set("utf-8")
2019-05-28 11:37:14 +00:00
# endif
2019-05-21 23:02:25 +00:00
# pragma warning(disable:4566)
# endif
2020-06-04 09:40:25 +00:00
/* Top-Level Menu */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_MAIN_MENU ,
" Ĉefa Menuo "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_SETTINGS_TAB ,
" Agordoj "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_FAVORITES_TAB ,
" Preferataj "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_HISTORY_TAB ,
" Historio "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_IMAGES_TAB ,
" Bildoj "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_MUSIC_TAB ,
" Muziko "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_TAB ,
" Videoj "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB ,
" Netplay Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_EXPLORE_TAB ,
" Esplori "
)
2020-05-02 06:29:17 +00:00
/* Main Menu */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_SUBLABEL_ONLINE_UPDATER ,
" Download add-ons, components and contents for RetroArch. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_NETPLAY ,
" Netplay Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_SETTINGS ,
" Agordoj "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_SETTINGS ,
" Agordi la programon. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_INFORMATION_LIST ,
" Informo "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_INFORMATION_LIST_LIST ,
" Display core, network and system information. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_CONFIGURATIONS_LIST ,
" Configurations "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_HELP_LIST ,
" Helpo "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_HELP_LIST ,
" Learn more about how it works. "
)
2020-05-02 06:29:17 +00:00
/* Main Menu > Load Core */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE ,
" Download Core... "
)
2020-05-02 06:29:17 +00:00
/* Main Menu > Load Content */
/* Main Menu > Load Content > Playlists */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_GOTO_FAVORITES ,
" Preferataj "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_GOTO_MUSIC ,
" Muziko "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_GOTO_IMAGES ,
" Bildoj "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_GOTO_VIDEO ,
" Videoj "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_GOTO_EXPLORE ,
" Esplori "
)
2020-05-02 06:29:17 +00:00
/* Main Menu > Online Updater */
/* Main Menu > Information */
/* Main Menu > Information > Core Information */
/* Main Menu > Information > System Information */
2020-07-31 07:50:17 +00:00
/* Main Menu > Information > Database Manager */
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Main Menu > Information > Database Manager > Information */
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Main Menu > Configuration File */
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Main Menu > Help */
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Main Menu > Help > Basic Menu Controls */
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_DRIVER_SETTINGS ,
" Driver "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_DRIVER_SETTINGS ,
" Change drivers for this system. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_SETTINGS ,
" Video Driver "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_VIDEO_SETTINGS ,
" Adjusts settings for video output. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_SETTINGS ,
" Audio Driver "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_AUDIO_SETTINGS ,
" Adjusts settings for audio output. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_INPUT_SETTINGS ,
" Input Driver "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_CORE_SETTINGS ,
" Change settings for the core. "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_SAVING_SETTINGS ,
" Change settings for the saving. "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_LOGGING_SETTINGS ,
" Change settings for the logging. "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_FRAME_THROTTLE_SETTINGS ,
" Change settings for rewinding, fast-forwarding, and slow-motion. "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_RECORDING_SETTINGS ,
" Change settings for the recording. "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_USER_INTERFACE_SETTINGS ,
" Change settings for the user interface. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_RETRO_ACHIEVEMENTS_SETTINGS ,
" Enable Achievements "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_RETRO_ACHIEVEMENTS_SETTINGS ,
" Change settings for the achievements. "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_PLAYLIST_SETTINGS ,
" Change settings for the playlists. "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_USER_SETTINGS ,
" Change accounts, username, and language. "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_DIRECTORY_SETTINGS ,
" Change default directories for this system. "
)
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Drivers */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_INPUT_DRIVER ,
" Input Driver "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_DRIVER ,
" Video Driver "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_DRIVER ,
" Audio Driver "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_RESAMPLER_DRIVER ,
" Audio Resampler Driver "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_CAMERA_DRIVER ,
" Camera Driver "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_BLUETOOTH_DRIVER ,
" Bluetooth Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_WIFI_DRIVER ,
" Wi-Fi Driver "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LOCATION_DRIVER ,
" Location Driver "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_MENU_DRIVER ,
" Menu Driver "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_RECORD_DRIVER ,
" Record Driver "
)
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Video */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_SUBLABEL_VIDEO_OUTPUT_SETTINGS ,
" Adjusts settings for video output. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_SYNCHRONIZATION_SETTINGS ,
" Audio Sync Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_GPU_SCREENSHOT ,
" GPU Screenshot Enable "
)
2020-10-24 17:27:14 +00:00
# if defined(DINGUX)
# endif
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Video > CRT SwitchRes */
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Video > Output */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_ROTATION ,
" Rotation "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_VIDEO_ROTATION ,
" Forces a certain rotation of the screen. The rotation is added to rotations which the core sets. "
)
2021-05-16 16:09:21 +00:00
# if defined(DINGUX) && defined(DINGUX_BETA)
# endif
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Video > Fullscreen Mode */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_FULLSCREEN ,
" Use Fullscreen Mode "
)
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Video > Windowed Mode */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_WIDTH ,
" Set the custom width size for the display window. Leaving it at 0 will attempt to scale the window as large as possible. "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_VIDEO_WINDOW_HEIGHT ,
" Set the custom height size for the display window. Leaving it at 0 will attempt to scale the window as large as possible. "
)
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Video > Scaling */
2020-05-02 06:29:17 +00:00
2020-10-24 17:27:14 +00:00
# if defined(DINGUX)
# endif
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Video > Synchronization */
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Audio */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_SUBLABEL_AUDIO_OUTPUT_SETTINGS ,
" Adjusts settings for audio output. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_SYNCHRONIZATION_SETTINGS ,
" Audio Sync Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_MIXER_SETTINGS ,
" Enable menu audio "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_MUTE ,
" Audio Mute "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_MIXER_MUTE ,
" Audio Mixer Mute "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME ,
" Audio Volume Level (dB) "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_AUDIO_VOLUME ,
" Audio volume (in dB). 0 dB is normal volume, no gain applied. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_MIXER_VOLUME ,
" Audio Mixer Volume Level (dB) "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_DSP_PLUGIN ,
" Audio DSP Plugin "
)
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Audio > Output */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_ENABLE ,
" Audio Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_DEVICE ,
" Audio Device "
)
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Audio > Resampler */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_RESAMPLER_QUALITY ,
" Audio Resampler Quality "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_OUTPUT_RATE ,
" Audio Output Rate (Hz) "
)
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Audio > Synchronization */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_SYNC ,
" Audio Sync Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_MAX_TIMING_SKEW ,
" Audio Maximum Timing Skew "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_AUDIO_RATE_CONTROL_DELTA ,
" Helps smooth out imperfections in timing when synchronizing audio and video at the same time. Be aware that if disabled, proper synchronization is nearly impossible to obtain. "
)
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Audio > MIDI */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_MIDI_INPUT ,
" Input Driver "
)
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Audio > Mixer Settings > Mixer Stream */
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Audio > Menu Sounds */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_AUDIO_ENABLE_MENU ,
" Enable menu audio "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_AUDIO_ENABLE_MENU ,
" Enable or disable menu sound. "
)
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Input */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_INPUT_AUTODETECT_ENABLE ,
" Autoconfig Enable "
)
2021-01-09 04:04:24 +00:00
# if defined(HAVE_DINPUT) || defined(HAVE_WINRAWINPUT)
# endif
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BINDS ,
" Enable hotkeys "
)
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Input > Haptic Feedback/Vibration */
2020-05-02 06:29:17 +00:00
2020-11-23 14:54:07 +00:00
# if defined(DINGUX) && defined(HAVE_LIBSHAKE)
# endif
2020-05-02 06:29:17 +00:00
2020-07-31 07:50:17 +00:00
/* Settings > Input > Menu Controls */
2020-05-02 06:29:17 +00:00
2021-03-11 14:15:42 +00:00
/* Settings > Input > Hotkeys */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_INPUT_META_CLOSE_CONTENT_KEY ,
" Close "
)
2020-07-31 07:50:17 +00:00
2021-03-11 14:15:42 +00:00
/* Settings > Input > Port # Controls */
2020-07-31 07:50:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_INPUT_TURBO_ENABLE ,
" Turbo enable "
)
2020-07-31 07:50:17 +00:00
/* Settings > Latency */
/* Settings > Core */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_SHARED_CONTEXT ,
" Enable Hardware Shared Context "
)
2020-07-31 07:50:17 +00:00
# ifndef HAVE_DYNAMIC
# endif
/* Settings > Configuration */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_SUBLABEL_GAME_SPECIFIC_OPTIONS ,
" Enable customized core options by default at startup. "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_AUTO_OVERRIDES_ENABLE ,
" Enable customized configuration by default at startup. "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_AUTO_REMAPS_ENABLE ,
" Enable customized controls by default at startup. "
)
2020-07-31 07:50:17 +00:00
/* Settings > Saving */
/* Settings > Logging */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_SUBLABEL_LOG_VERBOSITY ,
" Enable or disable logging to the terminal. "
)
2020-07-31 07:50:17 +00:00
/* Settings > File Browser */
/* Settings > Frame Throttle */
/* Settings > Frame Throttle > Rewind */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_REWIND_ENABLE ,
" Rewind Enable "
)
2020-07-31 07:50:17 +00:00
/* Settings > Frame Throttle > Frame Time Counter */
/* Settings > Recording */
/* Settings > On-Screen Display */
/* Settings > On-Screen Display > On-Screen Overlay */
2020-09-19 13:54:44 +00:00
# if defined(ANDROID)
# endif
2020-07-31 07:50:17 +00:00
/* Settings > On-Screen Display > Video Layout */
/* Settings > On-Screen Display > On-Screen Notifications */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_FONT_PATH ,
" Onscreen Notification Font "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_FONT_SIZE ,
" Onscreen Notification Size "
)
2020-07-31 07:50:17 +00:00
/* Settings > User Interface */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_MENU_ENABLE_KIOSK_MODE ,
" Enable Kiosk Mode "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_UI_COMPANION_ENABLE ,
" UI Companion Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_UI_MENUBAR_ENABLE ,
" Menubar "
)
2020-07-31 07:50:17 +00:00
2021-03-11 14:15:42 +00:00
/* Settings > User Interface > Menu Item Visibility */
2020-07-31 07:50:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_SETTINGS_VIEWS_SETTINGS ,
" Agordoj "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_MENU_ADD_CONTENT_ENTRY_DISPLAY_MAIN_TAB ,
" Ĉefa Menuo "
)
2020-07-31 07:50:17 +00:00
2021-03-11 14:15:42 +00:00
/* Settings > User Interface > Menu Item Visibility > Quick Menu */
2020-07-31 07:50:17 +00:00
/* Settings > User Interface > Views > Settings */
/* Settings > User Interface > Appearance */
/* Settings > AI Service */
/* Settings > Accessibility */
/* Settings > Power Management */
/* Settings > Achievements */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_CHEEVOS_ENABLE ,
" Enable Achievements "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_CHEEVOS_TEST_UNOFFICIAL ,
" Enable or disable unofficial achievements and/or beta features for testing purposes. "
)
2020-07-31 07:50:17 +00:00
/* Settings > Network */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT ,
" Netplay TCP/UDP Port "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_STDIN_CMD_ENABLE ,
" Enable stdin command interface. "
)
2020-07-31 07:50:17 +00:00
/* Settings > Network > Updater */
/* Settings > Playlists */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_HISTORY_LIST_ENABLE ,
" Historio "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_HISTORY_LIST_ENABLE ,
" Enable or disable recent playlist for games, images, music, and videos. "
)
2020-07-31 07:50:17 +00:00
/* Settings > Playlists > Playlist Management */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_DELETE_PLAYLIST ,
" Forigi ludliston "
)
2020-07-31 07:50:17 +00:00
/* Settings > User */
/* Settings > User > Privacy */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_DISCORD_ALLOW ,
" Enable Discord "
)
2020-07-31 07:50:17 +00:00
/* Settings > User > Accounts */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_ACCOUNTS_RETRO_ACHIEVEMENTS ,
" Retro Achievements "
)
2020-07-31 07:50:17 +00:00
/* Settings > User > Accounts > RetroAchievements */
/* Settings > User > Accounts > YouTube */
/* Settings > User > Accounts > Twitch */
2021-01-09 04:04:24 +00:00
/* Settings > User > Accounts > Facebook Gaming */
2020-07-31 07:50:17 +00:00
/* Settings > Directory */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_DYNAMIC_WALLPAPERS_DIRECTORY ,
" Dynamic Wallpapers "
)
2020-07-31 07:50:17 +00:00
/* Music */
/* Music > Quick Menu */
/* Netplay */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_SUBLABEL_NETPLAY_ENABLE_CLIENT ,
" Enables netplay in client mode. "
)
2020-07-31 07:50:17 +00:00
/* Netplay > Host */
2021-03-11 14:15:42 +00:00
/* Import Content */
2020-07-31 07:50:17 +00:00
2021-03-11 14:15:42 +00:00
/* Import Content > Scan File */
2020-07-31 07:50:17 +00:00
2021-03-11 14:15:42 +00:00
/* Import Content > Manual Scan */
2020-07-31 07:50:17 +00:00
/* Explore tab */
/* Playlist > Playlist Item */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_RENAME_ENTRY ,
" Rename the title of the entry. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_INFORMATION ,
" Informo "
)
2020-07-31 07:50:17 +00:00
/* Playlist Item > Set Core Association */
/* Playlist Item > Information */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_CONTENT_INFO_DATABASE ,
" Content Database "
)
2020-07-31 07:50:17 +00:00
/* Quick Menu */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_CLOSE_CONTENT ,
" Close "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_ACHIEVEMENT_LIST ,
" Enable Achievements "
)
2020-07-31 07:50:17 +00:00
/* Quick Menu > Options */
2021-03-11 14:15:42 +00:00
/* Quick Menu > Options > Manage Core Options */
/* - Legacy (unused) */
2020-07-31 07:50:17 +00:00
/* Quick Menu > Controls */
/* Quick Menu > Controls > Load Remap File */
/* Quick Menu > Cheats */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_CHEAT_FILE_LOAD ,
" Load Cheat File "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_CHEAT_FILE_LOAD ,
" Load a cheat file. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_CHEAT_APPLY_CHANGES ,
" Apply Cheat Changes "
)
2020-07-31 07:50:17 +00:00
/* Quick Menu > Cheats > Start or Continue Cheat Search */
/* Quick Menu > Cheats > Load Cheat File (Replace) */
/* Quick Menu > Cheats > Load Cheat File (Append) */
/* Quick Menu > Cheats > Cheat Details */
2020-08-01 14:31:28 +00:00
/* Quick Menu > Disc Control */
2020-05-02 06:29:17 +00:00
2020-08-01 14:31:28 +00:00
/* Quick Menu > Shaders */
2020-05-02 06:29:17 +00:00
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_SUBLABEL_VIDEO_SHADER_PRESET_REMOVE ,
" Remove shader presets of a specific type. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_SHADER_APPLY_CHANGES ,
" Apply Shader Changes "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PARAMETERS ,
" Preview Shader Parameters "
)
2020-08-01 14:31:28 +00:00
/* Quick Menu > Shaders > Save */
2021-06-15 01:04:49 +00:00
2020-11-23 14:54:07 +00:00
2020-08-01 14:31:28 +00:00
/* Quick Menu > Shaders > Remove */
/* Quick Menu > Shaders > Shader Parameters */
/* Quick Menu > Overrides */
/* Quick Menu > Achievements */
/* Quick Menu > Information */
/* Miscellaneous UI Items */
/* Settings Options */
2020-05-02 06:29:17 +00:00
2020-08-01 14:31:28 +00:00
/* RGUI: Settings > User Interface > Appearance */
/* RGUI: Settings Options */
/* XMB: Settings > User Interface > Appearance */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_DYNAMIC_WALLPAPER ,
" Dynamic Wallpaper "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_XMB_THEME ,
" Select a different theme for the icon. Changes will take effect after you restart the program. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_XMB_SHADOWS_ENABLE ,
" Icon Shadows Enable "
)
2020-08-01 14:31:28 +00:00
/* XMB: Settings Options */
/* Ozone: Settings > User Interface > Appearance */
/* MaterialUI: Settings > User Interface > Appearance */
/* MaterialUI: Settings Options */
/* Qt (Desktop Menu) */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_SHADER_PARAMS ,
" Preview Shader Parameters "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_QT_MENU_VIEW_OPTIONS_TITLE ,
" Agordoj "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_QT_MENU_HELP ,
" &help "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_QT_INFORMATION ,
" Informo "
)
2020-07-31 07:50:17 +00:00
MSG_HASH (
2020-08-01 14:31:28 +00:00
MENU_ENUM_LABEL_VALUE_QT_DELETE_PLAYLIST ,
" Forigi ludliston "
2020-07-31 07:50:17 +00:00
)
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_QT_PLAYLIST_ENTRY_DATABASE ,
" Content Database: "
)
2020-08-01 14:31:28 +00:00
/* Unsorted */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_CHEEVOS_SETTINGS ,
" Retro Achievements "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_HISTORY ,
" Historio "
)
2020-08-01 14:31:28 +00:00
/* Unused (Only Exist in Translation Files) */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_SYSTEM_BGM_ENABLE ,
" System BGM Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_RECORD_ENABLE ,
" Enable Recording "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE ,
" Netplay Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_HELP ,
" help "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_NETPLAY_MODE ,
" Netplay Client Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE ,
" Netplay Spectator Enable "
)
2020-08-01 14:31:28 +00:00
/* Unused (Needs Confirmation) */
/* Discord Status */
/* Notifications */
2021-06-15 01:04:49 +00:00
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_MOVIE_FILE_IS_NOT_A_VALID_BSV1_FILE ,
" Movie file is not a valid BSV1 file. "
)
MSG_HASH (
MSG_MOVIE_FORMAT_DIFFERENT_SERIALIZER_VERSION ,
" Movie format seems to have a different serializer version. Will most likely fail. "
)
MSG_HASH (
MSG_MOVIE_PLAYBACK_ENDED ,
" Movie playback ended. "
)
MSG_HASH (
MSG_VIEWPORT_SIZE_CALCULATION_FAILED ,
" Viewport size calculation failed! Will continue using raw data. This will probably not work right ... "
)
2020-08-01 14:31:28 +00:00
/* Lakka */
/* Environment Specific Settings */
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_SOFT_FILTER ,
" Soft Filter Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_BLUETOOTH_SETTINGS ,
" Bluetooth Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_WIFI_SETTINGS ,
" Wi-Fi Driver "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_INPUT_TOUCH_ENABLE ,
" Touch Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_INPUT_SMALL_KEYBOARD_ENABLE ,
" Small Keyboard Enable "
)
2020-08-01 14:31:28 +00:00
# ifdef HAVE_LAKKA_SWITCH
# endif
# if defined(HAVE_LAKKA_SWITCH) || defined(HAVE_LIBNX)
# endif
# ifdef HAVE_LAKKA
2021-06-15 01:04:49 +00:00
MSG_HASH (
MENU_ENUM_LABEL_VALUE_BLUETOOTH_ENABLE ,
" Bluetooth Enable "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_SAMBA_ENABLE ,
" SAMBA Enable "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_SAMBA_ENABLE ,
" Enable or disable network sharing of your folders. "
)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_SSH_ENABLE ,
" SSH Enable "
)
MSG_HASH (
MENU_ENUM_SUBLABEL_SSH_ENABLE ,
" Enable or disable remote command line access. "
)
2020-05-02 06:29:17 +00:00
# endif
# ifdef GEKKO
# endif
# ifdef HAVE_ODROIDGO2
2020-06-04 09:40:25 +00:00
# else
2020-05-02 06:29:17 +00:00
# endif
# if defined(_3DS)
MSG_HASH (
MENU_ENUM_LABEL_VALUE_VIDEO_3DS_LCD_BOTTOM ,
" 3DS Fundo Ekrano "
)
# endif
# ifdef HAVE_QT
# endif