diff --git a/menu/intl/menu_hash_nl.c b/menu/intl/menu_hash_nl.c index e12e8237e9..617c655b94 100644 --- a/menu/intl/menu_hash_nl.c +++ b/menu/intl/menu_hash_nl.c @@ -20,6 +20,871 @@ #include "../menu_hash.h" +const char *menu_hash_to_str_nl_enum(enum menu_hash_enums msg) +{ + switch (msg) + { + case MENU_ENUM_LABEL_VALUE_HELP_SCANNING_CONTENT: + return "Scannen naar Content"; + case MENU_ENUM_LABEL_VALUE_HELP_AUDIO_VIDEO_TROUBLESHOOTING: + return "Audio/Video Raadpleging"; + case MENU_ENUM_LABEL_VALUE_HELP_CHANGE_VIRTUAL_GAMEPAD: + return "Virtuele Gamepad Overlay Veranderen"; + case MENU_ENUM_LABEL_VALUE_HELP_WHAT_IS_A_CORE: + return "Wat is een Core?"; + case MENU_ENUM_LABEL_VALUE_HELP_LOADING_CONTENT: + return "Hoe Laad je Content?"; + case MENU_ENUM_LABEL_VALUE_HELP_LIST: + return "Help"; + case MENU_ENUM_LABEL_VALUE_HELP_CONTROLS: + return "Basis Menu Besturing"; + case MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS: + return "Basis menu besturing"; + case MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_SCROLL_UP: + return "Omhoog Scrollen"; + case MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_SCROLL_DOWN: + return "Omlaag Scrollen"; + case MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_CONFIRM: + return "Bevestigen/OK"; + case MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_BACK: + return "Terug"; + case MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_START: + return "Reset"; + case MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_INFO: + return "Info"; + case MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_TOGGLE_MENU: + return "Menu Schakelaar"; + case MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_QUIT: + return "Afsluiten"; + case MENU_ENUM_LABEL_VALUE_BASIC_MENU_CONTROLS_TOGGLE_KEYBOARD: + return "Keyboard Toggle"; + case MENU_ENUM_LABEL_VALUE_OPEN_ARCHIVE: + return "Open Archief als map"; + case MENU_ENUM_LABEL_VALUE_LOAD_ARCHIVE: + return "Open Archief met Core"; + case MENU_ENUM_LABEL_VALUE_INPUT_BACK_AS_MENU_TOGGLE_ENABLE: + return "Terug als Menu Schakelaar"; + case MENU_ENUM_LABEL_VALUE_INPUT_MENU_ENUM_TOGGLE_GAMEPAD_COMBO: + return "Menu Schakelaar Gamepad Combo"; + case MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_HIDE_IN_MENU: + return "Verberg Overlay In Menu"; + case MENU_ENUM_LABEL_VALUE_LANG_POLISH: + return "Pools"; + case MENU_ENUM_LABEL_VALUE_OVERLAY_AUTOLOAD_PREFERRED: + return "Laad geprefeerd overlay autom."; + case MENU_ENUM_LABEL_VALUE_UPDATE_CORE_INFO_FILES: + return "Update Core Info Bestanden"; + case MENU_ENUM_LABEL_VALUE_DOWNLOAD_CORE_CONTENT: + return "Download Content"; + case MENU_ENUM_LABEL_VALUE_SCAN_THIS_DIRECTORY: + return ""; + case MENU_ENUM_LABEL_VALUE_SCAN_FILE: + return "Scan een Bestand"; + case MENU_ENUM_LABEL_VALUE_SCAN_DIRECTORY: + return "Scan een Map"; + case MENU_ENUM_LABEL_VALUE_ADD_CONTENT_LIST: + return "Content toevoegen"; + case MENU_ENUM_LABEL_VALUE_INFORMATION_LIST: + return "Informatie"; + case MENU_ENUM_LABEL_VALUE_USE_BUILTIN_PLAYER: + return "Gebruik Ingebouwde Media Speler"; + case MENU_ENUM_LABEL_VALUE_CONTENT_SETTINGS: + return "Snelmenu"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_CRC32: + return "CRC32"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_MD5: + return "MD5"; + case MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_LIST: + return "Laad Content"; + case MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE: + return "Keuze"; + case MENU_ENUM_LABEL_VALUE_PRIVACY_SETTINGS: + return "Privacy"; + case MENU_ENUM_LABEL_VALUE_HORIZONTAL_MENU: + return "Horizontal Menu"; + case MENU_ENUM_LABEL_VALUE_NO_SETTINGS_FOUND: + return "Geen instellingen gevonden."; + case MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS: + return "Geen prestatie tellers."; + case MENU_ENUM_LABEL_VALUE_DRIVER_SETTINGS: + return "Driver"; + case MENU_ENUM_LABEL_VALUE_CONFIGURATION_SETTINGS: + return "Configuratie"; + case MENU_ENUM_LABEL_VALUE_CORE_SETTINGS: + return "Core"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SETTINGS: + return "Video"; + case MENU_ENUM_LABEL_VALUE_LOGGING_SETTINGS: + return "Logging"; + case MENU_ENUM_LABEL_VALUE_SAVING_SETTINGS: + return "Saving"; + case MENU_ENUM_LABEL_VALUE_REWIND_SETTINGS: + return "Rewind"; + case MENU_ENUM_LABEL_VALUE_SHADER: + return "Shader"; + case MENU_ENUM_LABEL_VALUE_CHEAT: + return "Cheat"; + case MENU_ENUM_LABEL_VALUE_USER: + return "Gebruiker"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_BGM_ENABLE: + return "Systeem BGM"; + case MENU_ENUM_LABEL_VALUE_RETROPAD: + return "RetroPad"; + case MENU_ENUM_LABEL_VALUE_RETROKEYBOARD: + return "RetroKeyboard"; + case MENU_ENUM_LABEL_VALUE_AUDIO_BLOCK_FRAMES: + return "Block Frames"; + case MENU_ENUM_LABEL_VALUE_INPUT_DESCRIPTOR_LABEL_SHOW: + return "Descriptie Labels Weergeven"; + case MENU_ENUM_LABEL_VALUE_INPUT_DESCRIPTOR_HIDE_UNBOUND: + return "Verbergen Niet-gemapte Core Input Descripties"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FONT_ENABLE: + return "OSD Berichten Weergeven"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FONT_PATH: + return "OSD Berichten Font"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FONT_SIZE: + return "OSD Berichten Grootte"; + case MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_POS_X: + return "OSD Berichten X-as positie"; + case MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_POS_Y: + return "OSD Berichten Y-as positie"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SOFT_FILTER: + return "Soft Filter"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FILTER_FLICKER: + return "Flicker filter"; + case MENU_ENUM_LABEL_VALUE_DIRECTORY_CONTENT: + return ""; + case MENU_ENUM_LABEL_VALUE_UNKNOWN: + return "Onbekend"; + case MENU_ENUM_LABEL_VALUE_DONT_CARE: + return "Onbelangrijk"; + case MENU_ENUM_LABEL_VALUE_LINEAR: + return "Linear"; + case MENU_ENUM_LABEL_VALUE_NEAREST: + return "Nearest"; + case MENU_ENUM_LABEL_VALUE_DIRECTORY_DEFAULT: + return ""; + case MENU_ENUM_LABEL_VALUE_DIRECTORY_NONE: + return ""; + case MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE: + return "N.v.t"; + case MENU_ENUM_LABEL_VALUE_INPUT_REMAPPING_DIRECTORY: + return "Invoer Remapping Map"; + case MENU_ENUM_LABEL_VALUE_JOYPAD_AUTOCONFIG_DIR: + return "Invoerapparaten Autoconfig Map"; + case MENU_ENUM_LABEL_VALUE_RECORDING_CONFIG_DIRECTORY: + return "Opname Config Map"; + case MENU_ENUM_LABEL_VALUE_RECORDING_OUTPUT_DIRECTORY: + return "Opname Uitvoer Map"; + case MENU_ENUM_LABEL_VALUE_SCREENSHOT_DIRECTORY: + return "Screenshot Map"; + case MENU_ENUM_LABEL_VALUE_PLAYLIST_DIRECTORY: + return "Afspeellijsten Map"; + case MENU_ENUM_LABEL_VALUE_SAVEFILE_DIRECTORY: + return "Savebestand Map"; + case MENU_ENUM_LABEL_VALUE_SAVESTATE_DIRECTORY: + return "Savestate Map"; + case MENU_ENUM_LABEL_VALUE_STDIN_CMD_ENABLE: + return "stdin Commandos"; + case MENU_ENUM_LABEL_VALUE_VIDEO_DRIVER: + return "Video Driver"; + case MENU_ENUM_LABEL_VALUE_RECORD_ENABLE: + return "Opname"; + case MENU_ENUM_LABEL_VALUE_VIDEO_GPU_RECORD: + return "GPU Opname"; + case MENU_ENUM_LABEL_VALUE_RECORD_PATH: + return "Uitvoer Bestand"; + case MENU_ENUM_LABEL_VALUE_RECORD_USE_OUTPUT_DIRECTORY: + return "Gebruik uitvoer map"; + case MENU_ENUM_LABEL_VALUE_RECORD_CONFIG: + return "Opname Configuratie"; + case MENU_ENUM_LABEL_VALUE_VIDEO_POST_FILTER_RECORD: + return "Post filter opname activeren"; + case MENU_ENUM_LABEL_VALUE_CORE_ASSETS_DIRECTORY: + return "Downloads Map"; + case MENU_ENUM_LABEL_VALUE_ASSETS_DIRECTORY: + return "Assets Map"; + case MENU_ENUM_LABEL_VALUE_DYNAMIC_WALLPAPERS_DIRECTORY: + return "Dynamische Wallpapers Map"; + case MENU_ENUM_LABEL_VALUE_RGUI_BROWSER_DIRECTORY: + return "Bestandsbeheer Map"; + case MENU_ENUM_LABEL_VALUE_RGUI_CONFIG_DIRECTORY: + return "Config Map"; + case MENU_ENUM_LABEL_VALUE_LIBRETRO_INFO_PATH: + return "Core Info Map"; + case MENU_ENUM_LABEL_VALUE_LIBRETRO_DIR_PATH: + return "Core Map"; + case MENU_ENUM_LABEL_VALUE_CURSOR_DIRECTORY: + return "Cursor Map"; + case MENU_ENUM_LABEL_VALUE_CONTENT_DATABASE_DIRECTORY: + return "Content Database Map"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_DIRECTORY: + return "Systeem/BIOS Map"; + case MENU_ENUM_LABEL_VALUE_CHEAT_DATABASE_PATH: + return "Cheat Bestand Map"; + case MENU_ENUM_LABEL_VALUE_CACHE_DIRECTORY: + return "Cache Map"; + case MENU_ENUM_LABEL_VALUE_AUDIO_FILTER_DIR: + return "Audio Filter Map"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_DIR: + return "Video Shader Map"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FILTER_DIR: + return "Video Filter Map"; + case MENU_ENUM_LABEL_VALUE_OVERLAY_DIRECTORY: + return "Overlay Map"; + case MENU_ENUM_LABEL_VALUE_OSK_OVERLAY_DIRECTORY: + return "OSK Overlay Map"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT: + return "Swap Netplay Input"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE: + return "Netplay Spectator Activeren"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS: + return "IP Adres"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT: + return "Netplay TCP/UDP Poort"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE: + return "Netplay Activeren"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_DELAY_FRAMES: + return "Netplay Vertraging Frames"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_MODE: + return "Netplay Client Activeren"; + case MENU_ENUM_LABEL_VALUE_RGUI_SHOW_START_SCREEN: + return "Start Scherm Weergeven"; + case MENU_ENUM_LABEL_VALUE_TITLE_COLOR: + return "Menu titel kleur"; + case MENU_ENUM_LABEL_VALUE_ENTRY_HOVER_COLOR: + return "Menu entry hover kleur"; + case MENU_ENUM_LABEL_VALUE_TIMEDATE_ENABLE: + return "Tijd/datum weergeven"; + case MENU_ENUM_LABEL_VALUE_THREADED_DATA_RUNLOOP_ENABLE: + return "Threaded data runloop"; + case MENU_ENUM_LABEL_VALUE_ENTRY_NORMAL_COLOR: + return "Menu entry normale kleur"; + case MENU_ENUM_LABEL_VALUE_SHOW_ADVANCED_SETTINGS: + return "Geavanceerde instellingen weergeven"; + case MENU_ENUM_LABEL_VALUE_MOUSE_ENABLE: + return "Muis Ondersteuning"; + case MENU_ENUM_LABEL_VALUE_POINTER_ENABLE: + return "Touch Ondersteuning"; + case MENU_ENUM_LABEL_VALUE_CORE_ENABLE: + return "Core naam weergeven"; + case MENU_ENUM_LABEL_VALUE_DPI_OVERRIDE_ENABLE: + return "DPI Override activeren"; + case MENU_ENUM_LABEL_VALUE_DPI_OVERRIDE_VALUE: + return "DPI Override"; + case MENU_ENUM_LABEL_VALUE_SUSPEND_SCREENSAVER_ENABLE: + return "Onderbreek Screensaver"; + case MENU_ENUM_LABEL_VALUE_VIDEO_DISABLE_COMPOSITION: + return "Desktop Compositie deactiveren"; + case MENU_ENUM_LABEL_VALUE_PAUSE_NONACTIVE: + return "Laat niet in achtergrond draaien"; + case MENU_ENUM_LABEL_VALUE_UI_COMPANION_START_ON_BOOT: + return "UI Companion Start Tijdens Boot"; + case MENU_ENUM_LABEL_VALUE_UI_MENUBAR_ENABLE: + return "Menubalk"; + case MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE: + return "Archief Bestand Associatie"; + case MENU_ENUM_LABEL_VALUE_NETWORK_CMD_ENABLE: + return "Netwerk Commandos"; + case MENU_ENUM_LABEL_VALUE_NETWORK_CMD_PORT: + return "Netwerk Commandos Poort"; + case MENU_ENUM_LABEL_VALUE_HISTORY_LIST_ENABLE: + return "Geschiedenislijst Activeren"; + case MENU_ENUM_LABEL_VALUE_CONTENT_HISTORY_SIZE: + return "Geschiedenislijst grootte"; + case MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE_AUTO: + return "Geschatte Monitor Framerate"; + case MENU_ENUM_LABEL_VALUE_DUMMY_ON_CORE_SHUTDOWN: + return "Dummy Tijdens Core Shutdown"; + case MENU_ENUM_LABEL_VALUE_CORE_SET_SUPPORTS_NO_CONTENT_ENABLE: + return "Automatisch core opstarten"; + case MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_ENABLE: + return "Beperk Maximale Afspeelsnelheid"; + case MENU_ENUM_LABEL_VALUE_FASTFORWARD_RATIO: + return "Maximale Afspeelsnelheid"; + case MENU_ENUM_LABEL_VALUE_AUTO_REMAPS_ENABLE: + return "Laad Remap Bestanden Automatisch"; + case MENU_ENUM_LABEL_VALUE_SLOWMOTION_RATIO: + return "Slow-Motion Ratio"; + case MENU_ENUM_LABEL_VALUE_CORE_SPECIFIC_CONFIG: + return "Configuratie Per-Core"; + case MENU_ENUM_LABEL_VALUE_AUTO_OVERRIDES_ENABLE: + return "Laad Override Bestanden Automatisch"; + case MENU_ENUM_LABEL_VALUE_CONFIG_SAVE_ON_EXIT: + return "Configuratie Opslaan Tijdens Afsluiten"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SMOOTH: + return "Hardware Bilinear Filtering"; + case MENU_ENUM_LABEL_VALUE_VIDEO_GAMMA: + return "Video Gamma"; + case MENU_ENUM_LABEL_VALUE_VIDEO_ALLOW_ROTATE: + return "Rotatie toestaan"; + case MENU_ENUM_LABEL_VALUE_VIDEO_HARD_SYNC: + return "Harde GPU Synchronisatie"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SWAP_INTERVAL: + return "VSync Swap Interval"; + case MENU_ENUM_LABEL_VALUE_VIDEO_VSYNC: + return "VSync"; + case MENU_ENUM_LABEL_VALUE_VIDEO_THREADED: + return "Threaded Video"; + case MENU_ENUM_LABEL_VALUE_VIDEO_ROTATION: + return "Rotatie"; + case MENU_ENUM_LABEL_VALUE_VIDEO_GPU_SCREENSHOT: + return "GPU Screenshot Activeren"; + case MENU_ENUM_LABEL_VALUE_VIDEO_CROP_OVERSCAN: + return "Overscan Afsnijden (Herladen vereist)"; + case MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_INDEX: + return "Beeldverhouding Index"; + case MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_AUTO: + return "Auto Beeldverhouding"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FORCE_ASPECT: + return "Forceer beeldverhouding"; + case MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE: + return "Refresh Rate"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FORCE_SRGB_DISABLE: + return "Handmatig sRGB FBO deactiveren"; + case MENU_ENUM_LABEL_VALUE_VIDEO_WINDOWED_FULLSCREEN: + return "Windowed Fullscreen Mode"; /* TODO/FIXME */ + case MENU_ENUM_LABEL_VALUE_PAL60_ENABLE: + return "PAL60 Mode Activeren"; + case MENU_ENUM_LABEL_VALUE_VIDEO_VFILTER: + return "Deflicker"; /* TODO/FIXME */ + case MENU_ENUM_LABEL_VALUE_VIDEO_VI_WIDTH: + return "VI Scherm Breedte Instellen"; + case MENU_ENUM_LABEL_VALUE_VIDEO_BLACK_FRAME_INSERTION: + return "Zwarte Frame Injectie"; + case MENU_ENUM_LABEL_VALUE_VIDEO_HARD_SYNC_FRAMES: + return "Harde GPU Sync Frames"; + case MENU_ENUM_LABEL_VALUE_SORT_SAVEFILES_ENABLE: + return "Saves Sorteren In Map"; + case MENU_ENUM_LABEL_VALUE_SORT_SAVESTATES_ENABLE: + return "Savestates Sorteren In Map"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FULLSCREEN: + return "Gebruik Fullscreen Mode"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SCALE: + return "Windowed Schalering"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SCALE_INTEGER: + return "Gehele schalering"; + case MENU_ENUM_LABEL_VALUE_PERFCNT_ENABLE: + return "Prestatie Teller"; + case MENU_ENUM_LABEL_VALUE_LIBRETRO_LOG_LEVEL: + return "Core Logging Niveau"; + case MENU_ENUM_LABEL_VALUE_LOG_VERBOSITY: + return "Logging Uitgebreidheid"; + case MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_LOAD: + return "Automatisch State Loaden"; + case MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_INDEX: + return "Save State Automatische Index"; + case MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_SAVE: + return "Automatisch State Saven"; + case MENU_ENUM_LABEL_VALUE_AUTOSAVE_INTERVAL: + return "SaveRAM Autosave Interval"; + case MENU_ENUM_LABEL_VALUE_BLOCK_SRAM_OVERWRITE: + return "SaveRAM niet overschrijven tijdens laden van savestate"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHARED_CONTEXT: + return "HW Shared Context Activeren"; + case MENU_ENUM_LABEL_VALUE_RESTART_RETROARCH: + return "RetroArch Opnieuw Opstarten"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_NICKNAME: + return "Gebruikersnaam"; + case MENU_ENUM_LABEL_VALUE_USER_LANGUAGE: + return "Taal"; + case MENU_ENUM_LABEL_VALUE_CAMERA_ALLOW: + return "Camera Toestaan"; + case MENU_ENUM_LABEL_VALUE_LOCATION_ALLOW: + return "Locatie Toestaan"; + case MENU_ENUM_LABEL_VALUE_PAUSE_LIBRETRO: + return "Pauseer als menu op voorgrond is"; + case MENU_ENUM_LABEL_VALUE_INPUT_OSK_OVERLAY_ENABLE: + return "Toetsenbord Overlay Weergeven"; + case MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_ENABLE: + return "Overlay Weergeven"; + case MENU_ENUM_LABEL_VALUE_VIDEO_MONITOR_INDEX: + return "Monitor Index"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FRAME_DELAY: + return "Frame Delay"; /* TODO/FIXME */ + case MENU_ENUM_LABEL_VALUE_INPUT_DUTY_CYCLE: + return "Duty Cycle"; /* TODO/FIXME */ + case MENU_ENUM_LABEL_VALUE_INPUT_TURBO_PERIOD: + return "Turbo Period"; /* TODO/FIXME */ + case MENU_ENUM_LABEL_VALUE_INPUT_AXIS_THRESHOLD: + return "Invoer As Threshold"; /* TODO/FIXME */ + case MENU_ENUM_LABEL_VALUE_INPUT_REMAP_BINDS_ENABLE: + return "Remap Binds Activeren"; + case MENU_ENUM_LABEL_VALUE_INPUT_MAX_USERS: + return "Maximaal aantal gebruikers"; + case MENU_ENUM_LABEL_VALUE_INPUT_AUTODETECT_ENABLE: + return "Autoconfiguratie Activeren"; + case MENU_ENUM_LABEL_VALUE_AUDIO_OUTPUT_RATE: + return "Audio Uitvoer Frequentie (KHz)"; + case MENU_ENUM_LABEL_VALUE_AUDIO_MAX_TIMING_SKEW: + return "Audio Maximale Timing Onevenredigheid"; + case MENU_ENUM_LABEL_VALUE_CHEAT_NUM_PASSES: + return "Cheat Passes"; + case MENU_ENUM_LABEL_VALUE_REMAP_FILE_SAVE_CORE: + return "Core Remap Bestand Opslaan"; + case MENU_ENUM_LABEL_VALUE_REMAP_FILE_SAVE_GAME: + return "Game Remap Bestand Opslaan"; + case MENU_ENUM_LABEL_VALUE_CHEAT_APPLY_CHANGES: + return "Cheat Instellingen Toepassen"; + case MENU_ENUM_LABEL_VALUE_SHADER_APPLY_CHANGES: + return "Shader Instellingen Toepassen"; + case MENU_ENUM_LABEL_VALUE_REWIND_ENABLE: + return "Rewind Activeren"; + case MENU_ENUM_LABEL_VALUE_CONTENT_COLLECTION_LIST: + return "Selecteer uit verzameling"; + case MENU_ENUM_LABEL_VALUE_DETECT_CORE_LIST: + return "Selecteer bestand en detecteer Core"; + case MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_HISTORY: + return "Laad Recent"; + case MENU_ENUM_LABEL_VALUE_AUDIO_ENABLE: + return "Audio Activeren"; + case MENU_ENUM_LABEL_VALUE_FPS_SHOW: + return "Framerate Weergeven"; + case MENU_ENUM_LABEL_VALUE_AUDIO_MUTE: + return "Audio Mute"; /* TODO/FIXME */ + case MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME: + return "Audio Uitgangsniveau (dB)"; + case MENU_ENUM_LABEL_VALUE_AUDIO_SYNC: + return "Audio Synchronizatie Activeren"; + case MENU_ENUM_LABEL_VALUE_AUDIO_RATE_CONTROL_DELTA: + return "Audio Rate Control Delta"; /* TODO/FIXME */ + case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_NUM_PASSES: + return "Shader Passes"; /* TODO/FIXME */ + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_SHA1: + return "SHA1"; + case MENU_ENUM_LABEL_VALUE_CONFIGURATIONS: + return "Laad Configuratie"; + case MENU_ENUM_LABEL_VALUE_REWIND_GRANULARITY: + return "Rewind Granulariteit"; + case MENU_ENUM_LABEL_VALUE_REMAP_FILE_LOAD: + return "Laad Remap Bestand"; + case MENU_ENUM_LABEL_VALUE_CUSTOM_RATIO: + return "Handmatige beeldverhouding"; + case MENU_ENUM_LABEL_VALUE_USE_THIS_DIRECTORY: + return ""; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_START_CONTENT: + return "Content Opstarten"; + case MENU_ENUM_LABEL_VALUE_DISK_OPTIONS: + return "Disk Beheer"; + case MENU_ENUM_LABEL_VALUE_CORE_OPTIONS: + return "Opties"; + case MENU_ENUM_LABEL_VALUE_CORE_CHEAT_OPTIONS: + return "Cheats"; + case MENU_ENUM_LABEL_VALUE_CHEAT_FILE_LOAD: + return "Cheat Bestand Laden"; + case MENU_ENUM_LABEL_VALUE_CHEAT_FILE_SAVE_AS: + return "Cheat Bestand Opslaan Als"; + case MENU_ENUM_LABEL_VALUE_CORE_COUNTERS: + return "Core Prestatie Tellers"; + case MENU_ENUM_LABEL_VALUE_TAKE_SCREENSHOT: + return "Maak Screenshot"; + case MENU_ENUM_LABEL_VALUE_RESUME: + return "Hervatten"; + case MENU_ENUM_LABEL_VALUE_DISK_INDEX: + return "Disk Index"; + case MENU_ENUM_LABEL_VALUE_FRONTEND_COUNTERS: + return "Frontend Prestatie Tellers"; + case MENU_ENUM_LABEL_VALUE_DISK_IMAGE_APPEND: + return "Disk Image Toevoegen"; + case MENU_ENUM_LABEL_VALUE_DISK_CYCLE_TRAY_STATUS: + return "Disk Cycle Tray Status"; /* TODO/FIXME */ + case MENU_ENUM_LABEL_VALUE_NO_PLAYLIST_ENTRIES_AVAILABLE: + return "Geen afspeellijst items beschikbaar."; + case MENU_ENUM_LABEL_VALUE_NO_CORE_INFORMATION_AVAILABLE: + return "Geen core informatie beschikbaar."; + case MENU_ENUM_LABEL_VALUE_NO_CORE_OPTIONS_AVAILABLE: + return "Geen core opties beschikbaar."; + case MENU_ENUM_LABEL_VALUE_NO_CORES_AVAILABLE: + return "Geen cores beschikbaar."; + case MENU_ENUM_LABEL_VALUE_NO_CORE: + return "Geen core"; + case MENU_ENUM_LABEL_VALUE_DATABASE_MANAGER: + return "Databasebeheer"; + case MENU_ENUM_LABEL_VALUE_CURSOR_MANAGER: + return "Cursorbeheer"; + case MENU_ENUM_LABEL_VALUE_MAIN_MENU: + return "Main Menu"; + case MENU_ENUM_LABEL_VALUE_SETTINGS: + return "Instellingen"; + case MENU_ENUM_LABEL_VALUE_QUIT_RETROARCH: + return "RetroArch Afsluiten"; + case MENU_ENUM_LABEL_VALUE_HELP: + return "Help"; + case MENU_ENUM_LABEL_VALUE_SAVE_NEW_CONFIG: + return "Nieuwe configuratie opslaan"; + case MENU_ENUM_LABEL_VALUE_RESTART_CONTENT: + return "Herstart"; + case MENU_ENUM_LABEL_VALUE_CORE_UPDATER_LIST: + return "Core Updater"; + case MENU_ENUM_LABEL_VALUE_CORE_UPDATER_BUILDBOT_URL: + return "Buildbot Cores URL"; + case MENU_ENUM_LABEL_VALUE_BUILDBOT_ASSETS_URL: + return "Buildbot Assets URL"; + case MENU_ENUM_LABEL_VALUE_NAVIGATION_WRAPAROUND: + return "Navigatie Wrap-Around"; + case MENU_ENUM_LABEL_VALUE_NAVIGATION_BROWSER_FILTER_SUPPORTED_EXTENSIONS_ENABLE: + return "Filter op ondersteunde extensies"; + case MENU_ENUM_LABEL_VALUE_CORE_UPDATER_AUTO_EXTRACT_ARCHIVE: + return "Automatisch uitpakken van gedownloade archieven"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFORMATION: + return "Systeem Informatie"; + case MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER: + return "Online Updater"; + case MENU_ENUM_LABEL_VALUE_CORE_INFORMATION: + return "Core Informatie"; + case MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND: + return "Directory niet gevonden."; + case MENU_ENUM_LABEL_VALUE_NO_ITEMS: + return "Geen items."; + case MENU_ENUM_LABEL_VALUE_CORE_LIST: + return "Laad Core"; + case MENU_ENUM_LABEL_VALUE_LOAD_CONTENT: + return "Selecteer bestand"; + case MENU_ENUM_LABEL_VALUE_CLOSE_CONTENT: + return "Afsluiten"; + case MENU_ENUM_LABEL_VALUE_MANAGEMENT: + return "Database"; + case MENU_ENUM_LABEL_VALUE_SAVE_STATE: + return "Save State"; + case MENU_ENUM_LABEL_VALUE_LOAD_STATE: + return "Laad State"; + case MENU_ENUM_LABEL_VALUE_RESUME_CONTENT: + return "Hervatten"; + case MENU_ENUM_LABEL_VALUE_INPUT_DRIVER: + return "Input Driver"; + case MENU_ENUM_LABEL_VALUE_AUDIO_DRIVER: + return "Audio Driver"; + case MENU_ENUM_LABEL_VALUE_JOYPAD_DRIVER: + return "Joypad Driver"; + case MENU_ENUM_LABEL_VALUE_AUDIO_RESAMPLER_DRIVER: + return "Audio Resampler Driver"; + case MENU_ENUM_LABEL_VALUE_RECORD_DRIVER: + return "Opname Driver"; + case MENU_ENUM_LABEL_VALUE_MENU_DRIVER: + return "Menu Driver"; + case MENU_ENUM_LABEL_VALUE_CAMERA_DRIVER: + return "Camera Driver"; + case MENU_ENUM_LABEL_VALUE_LOCATION_DRIVER: + return "Locatie Driver"; + case MENU_ENUM_LABEL_VALUE_UNABLE_TO_READ_COMPRESSED_FILE: + return "Fout opgetreden tijdens lezen van gecomprimeerd bestand."; + case MENU_ENUM_LABEL_VALUE_OVERLAY_SCALE: + return "Overlay Schalering"; + case MENU_ENUM_LABEL_VALUE_OVERLAY_PRESET: + return "Overlay Preset"; + case MENU_ENUM_LABEL_VALUE_AUDIO_LATENCY: + return "Audio Latentie (ms)"; + case MENU_ENUM_LABEL_VALUE_AUDIO_DEVICE: + return "Audio Apparaat"; + case MENU_ENUM_LABEL_VALUE_KEYBOARD_OVERLAY_PRESET: + return "Toetsenbord Overlay Preset"; + case MENU_ENUM_LABEL_VALUE_OVERLAY_OPACITY: + return "Overlay Transparentie"; + case MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER: + return "Menu Wallpaper"; + case MENU_ENUM_LABEL_VALUE_DYNAMIC_WALLPAPER: + return "Dynamic Wallpaper"; + case MENU_ENUM_LABEL_VALUE_CORE_INPUT_REMAPPING_OPTIONS: + return "Besturing"; + case MENU_ENUM_LABEL_VALUE_SHADER_OPTIONS: + return "Shaders"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PARAMETERS: + return "Voorbeeldweergave Shader Parameters"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_PARAMETERS: + return "Menu Shader Parameters"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_SAVE_AS: + return "Shader Preset Opslaan Als"; + case MENU_ENUM_LABEL_VALUE_NO_SHADER_PARAMETERS: + return "Geen shader parameters."; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET: + return "Laad Shader Preset"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FILTER: + return "Video Filter"; + case MENU_ENUM_LABEL_VALUE_AUDIO_DSP_PLUGIN: + return "Audio DSP Plugin"; + case MENU_ENUM_LABEL_VALUE_STARTING_DOWNLOAD: + return "Download starten: "; + case MENU_ENUM_LABEL_VALUE_SECONDS: + return "secondes"; + case MENU_ENUM_LABEL_VALUE_OFF: + return "OFF"; + case MENU_ENUM_LABEL_VALUE_ON: + return "ON"; + case MENU_ENUM_LABEL_VALUE_UPDATE_ASSETS: + return "Update Assets"; + case MENU_ENUM_LABEL_VALUE_UPDATE_CHEATS: + return "Update Cheats"; + case MENU_ENUM_LABEL_VALUE_UPDATE_AUTOCONFIG_PROFILES: + return "Update Autoconfiguratie Profielen"; + case MENU_ENUM_LABEL_VALUE_UPDATE_DATABASES: + return "Update Databases"; + case MENU_ENUM_LABEL_VALUE_UPDATE_OVERLAYS: + return "Update Overlays"; + case MENU_ENUM_LABEL_VALUE_UPDATE_CG_SHADERS: + return "Update Cg Shaders"; + case MENU_ENUM_LABEL_VALUE_UPDATE_GLSL_SHADERS: + return "Update GLSL Shaders"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NAME: + return "Core naam"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_LABEL: + return "Core label"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_NAME: + return "Systeem naam"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_MANUFACTURER: + return "Systeem fabrikant"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_CATEGORIES: + return "Categories"; /* TODO/FIXME - need accented characters here */ + case MENU_ENUM_LABEL_VALUE_CORE_INFO_AUTHORS: + return "Auteur(s)"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_PERMISSIONS: + return "Permissies"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_LICENSES: + return "Licentie(s)"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_SUPPORTED_EXTENSIONS: + return "Ondersteunde extensies"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE: + return "Firmware"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NOTES: + return "Core opmerkingen"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_BUILD_DATE: + return "Build datum"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GIT_VERSION: + return "Git versie"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CPU_FEATURES: + return "CPU Features"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_IDENTIFIER: + return "Frontend identificatie"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_NAME: + return "Frontend naam"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_OS: + return "Frontend OS"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RETRORATING_LEVEL: + return "RetroRating level"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE: + return "Energie bron"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_NO_SOURCE: + return "Geen bron"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_CHARGING: + return "Opladen"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_CHARGED: + return "Charged"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_DISCHARGING: + return "Discharging"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_VIDEO_CONTEXT_DRIVER: + return "Video context driver"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_WIDTH: + return "Display metric breedte (mm)"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_HEIGHT: + return "Display metric hoogte (mm)"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_DPI: + return "Display metric DPI"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBRETRODB_SUPPORT: + return "LibretroDB ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OVERLAY_SUPPORT: + return "Overlay ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COMMAND_IFACE_SUPPORT: + return "Command interface ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETWORK_COMMAND_IFACE_SUPPORT: + return "Network Command interface ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COCOA_SUPPORT: + return "Cocoa ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RPNG_SUPPORT: + return "PNG ondersteuning (RPNG)"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_SUPPORT: + return "SDL1.2 ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL2_SUPPORT: + return "SDL2 ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGL_SUPPORT: + return "OpenGL ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGLES_SUPPORT: + return "OpenGL ES ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_THREADING_SUPPORT: + return "Threading ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_KMS_SUPPORT: + return "KMS/EGL ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_UDEV_SUPPORT: + return "Udev ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENVG_SUPPORT: + return "OpenVG ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_EGL_SUPPORT: + return "EGL ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_X11_SUPPORT: + return "X11 ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_WAYLAND_SUPPORT: + return "Wayland ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XVIDEO_SUPPORT: + return "XVideo ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ALSA_SUPPORT: + return "ALSA ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OSS_SUPPORT: + return "OSS ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENAL_SUPPORT: + return "OpenAL ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENSL_SUPPORT: + return "OpenSL ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RSOUND_SUPPORT: + return "RSound ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ROARAUDIO_SUPPORT: + return "RoarAudio ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_JACK_SUPPORT: + return "JACK ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_PULSEAUDIO_SUPPORT: + return "PulseAudio ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DSOUND_SUPPORT: + return "DirectSound ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XAUDIO2_SUPPORT: + return "XAudio2 ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ZLIB_SUPPORT: + return "Zlib ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_7ZIP_SUPPORT: + return "7zip ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DYLIB_SUPPORT: + return "Dynamic library ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CG_SUPPORT: + return "Cg ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GLSL_SUPPORT: + return "GLSL ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_HLSL_SUPPORT: + return "HLSL ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBXML2_SUPPORT: + return "libxml2 XML parsing ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_IMAGE_SUPPORT: + return "SDL afbeeldingen ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FBO_SUPPORT: + return "OpenGL/Direct3D render-to-texture (multi-pass shaders) ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FFMPEG_SUPPORT: + return "FFmpeg ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CORETEXT_SUPPORT: + return "CoreText ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FREETYPE_SUPPORT: + return "FreeType ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETPLAY_SUPPORT: + return "Netplay (peer-to-peer) ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_PYTHON_SUPPORT: + return "Python (script ondersteuning in shaders) ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_V4L2_SUPPORT: + return "Video4Linux2 ondersteuning"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBUSB_SUPPORT: + return "Libusb ondersteuning"; + case MENU_ENUM_LABEL_VALUE_YES: + return "Ja"; + case MENU_ENUM_LABEL_VALUE_NO: + return "Nee"; + case MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION: + return "Scherm Resolutie"; + case MENU_ENUM_LABEL_VALUE_BACK: + return "TERUG"; + case MENU_ENUM_LABEL_VALUE_DISABLED: + return "Uitgeschakeld"; + case MENU_ENUM_LABEL_VALUE_PORT: + return "Poort"; + case MENU_ENUM_LABEL_VALUE_NONE: + return "Geen"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DEVELOPER: + return "Ontwikkelaar"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_PUBLISHER: + return "Uitgever"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DESCRIPTION: + return "Omschrijving"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_NAME: + return "Naam"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ORIGIN: + return "Afkomst"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_FRANCHISE: + return "Franchise"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RELEASE_MONTH: + return "Release datum maand"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RELEASE_YEAR: + return "Release datum jaar"; + case MENU_ENUM_LABEL_VALUE_TRUE: + return "Waar"; + case MENU_ENUM_LABEL_VALUE_FALSE: + return "Niet waar"; + case MENU_ENUM_LABEL_VALUE_MISSING: + return "Ontbrekend"; + case MENU_ENUM_LABEL_VALUE_PRESENT: + return "Aanwezig"; + case MENU_ENUM_LABEL_VALUE_OPTIONAL: + return "Optioneel"; + case MENU_ENUM_LABEL_VALUE_REQUIRED: + return "Vereist"; + case MENU_ENUM_LABEL_VALUE_STATUS: + return "Status"; + case MENU_ENUM_LABEL_VALUE_AUDIO_SETTINGS: + return "Geluid"; + case MENU_ENUM_LABEL_VALUE_INPUT_SETTINGS: + return "Invoer"; + case MENU_ENUM_LABEL_VALUE_ONSCREEN_DISPLAY_SETTINGS: + return "Onscreen Weergave"; + case MENU_ENUM_LABEL_VALUE_OVERLAY_SETTINGS: + return "Onscreen Overlay"; + case MENU_ENUM_LABEL_VALUE_MENU_SETTINGS: + return "Menu"; + case MENU_ENUM_LABEL_VALUE_MULTIMEDIA_SETTINGS: + return "Multimedia"; + case MENU_ENUM_LABEL_VALUE_UI_SETTINGS: + return "Gebruikersinterface"; + case MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS: + return "Menu Bestandsbeheer"; + case MENU_ENUM_LABEL_VALUE_CORE_UPDATER_SETTINGS: + return "Updater"; + case MENU_ENUM_LABEL_VALUE_NETWORK_SETTINGS: + return "Netwerk"; + case MENU_ENUM_LABEL_VALUE_PLAYLIST_SETTINGS: + return "Playlist"; + case MENU_ENUM_LABEL_VALUE_USER_SETTINGS: + return "Gebruiker"; + case MENU_ENUM_LABEL_VALUE_DIRECTORY_SETTINGS: + return "Mappen"; + case MENU_ENUM_LABEL_VALUE_RECORDING_SETTINGS: + return "Opname"; + case MENU_ENUM_LABEL_VALUE_NO_INFORMATION_AVAILABLE: + return "Informatie is niet beschikbaar."; + case MENU_ENUM_LABEL_VALUE_INPUT_USER_BINDS: + return "Invoer Gebruiker %u Binds"; + case MENU_ENUM_LABEL_VALUE_LANG_ENGLISH: + return "Engels"; + case MENU_ENUM_LABEL_VALUE_LANG_JAPANESE: + return "Japans"; + case MENU_ENUM_LABEL_VALUE_LANG_FRENCH: + return "Frans"; + case MENU_ENUM_LABEL_VALUE_LANG_SPANISH: + return "Spaans"; + case MENU_ENUM_LABEL_VALUE_LANG_GERMAN: + return "Duits"; + case MENU_ENUM_LABEL_VALUE_LANG_ITALIAN: + return "Italiaans"; + case MENU_ENUM_LABEL_VALUE_LANG_DUTCH: + return "Nederlands"; + case MENU_ENUM_LABEL_VALUE_LANG_PORTUGUESE: + return "Portugees"; + case MENU_ENUM_LABEL_VALUE_LANG_RUSSIAN: + return "Russisch"; + case MENU_ENUM_LABEL_VALUE_LANG_KOREAN: + return "Koreaans"; + case MENU_ENUM_LABEL_VALUE_LANG_CHINESE_TRADITIONAL: + return "Chinees (Traditioneel)"; + case MENU_ENUM_LABEL_VALUE_LANG_CHINESE_SIMPLIFIED: + return "Chinees (Gesimplificeerd)"; + case MENU_ENUM_LABEL_VALUE_LANG_ESPERANTO: + return "Esperanto"; + case MENU_ENUM_LABEL_VALUE_LEFT_ANALOG: + return "Linkse Analog"; + case MENU_ENUM_LABEL_VALUE_RIGHT_ANALOG: + return "Rechtse Analog"; + case MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BINDS: + return "Invoer Hotkey Binds"; + case MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_SETTINGS: + return "Frame Throttle"; + case MENU_ENUM_LABEL_VALUE_SEARCH: + return "Zoeken:"; + default: + break; + } + + return "null"; +} + const char *menu_hash_to_str_nl(uint32_t hash) { switch (hash) diff --git a/menu/intl/menu_hash_pt.c b/menu/intl/menu_hash_pt.c index 18f6c9b823..fe04606afe 100644 --- a/menu/intl/menu_hash_pt.c +++ b/menu/intl/menu_hash_pt.c @@ -31,6 +31,831 @@ /* DO NOT REMOVE THIS. If it causes build failure, it's because you saved the file as UTF-8. Read the above comment. */ extern const char force_iso_8859_1[sizeof("áÁâãçéêíÍóõú")==12+1 ? 1 : -1]; +const char *menu_hash_to_str_pt_enum(enum menu_hash_enums msg) +{ + switch (msg) + { + case MENU_ENUM_LABEL_VALUE_START_NET_RETROPAD: + return "Iniciar RetroPad Remoto"; + case MENU_ENUM_LABEL_VALUE_SCAN_THIS_DIRECTORY: + return ""; + case MENU_ENUM_LABEL_VALUE_SCAN_FILE: + return "Escanear Arquivo"; + case MENU_ENUM_LABEL_VALUE_SCAN_DIRECTORY: + return "Escanear Diretório"; + case MENU_ENUM_LABEL_VALUE_START_CORE: + return "Iniciar Core"; + case MENU_ENUM_LABEL_VALUE_INFORMATION_LIST: + return "Informação"; + case MENU_ENUM_LABEL_VALUE_USE_BUILTIN_PLAYER: + return "Usar Player Interno"; /* TODO/FIXME */ + case MENU_ENUM_LABEL_VALUE_CONTENT_SETTINGS: + return "Menu Rápido"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_CRC32: + return "CRC32"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_MD5: + return "MD5"; + case MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_LIST: + return "Carregar Conteúdo"; + case MENU_ENUM_LABEL_VALUE_LOAD_ARCHIVE: + return "Carregar Arquivo"; + case MENU_ENUM_LABEL_VALUE_OPEN_ARCHIVE: + return "Abrir Arquivo"; + case MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE: + return "Ask"; + case MENU_ENUM_LABEL_VALUE_PRIVACY_SETTINGS: + return "Configurações de Privacidade"; + case MENU_ENUM_LABEL_VALUE_HORIZONTAL_MENU: + return "Horizontal Menu"; /* FIXME - don't edit this yet. */ + case MENU_ENUM_LABEL_VALUE_NO_SETTINGS_FOUND: + return "Nenhuma definição encontrada."; + case MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS: + return "Nenhum medidor de desempenho."; + case MENU_ENUM_LABEL_VALUE_DRIVER_SETTINGS: + return "Drivers"; + case MENU_ENUM_LABEL_VALUE_CONFIGURATION_SETTINGS: + return "Configurações"; + case MENU_ENUM_LABEL_VALUE_CORE_SETTINGS: + return "Core"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SETTINGS: + return "Vídeo"; + case MENU_ENUM_LABEL_VALUE_LOGGING_SETTINGS: + return "Registro de Dados"; + case MENU_ENUM_LABEL_VALUE_SAVING_SETTINGS: + return "Saves"; + case MENU_ENUM_LABEL_VALUE_REWIND_SETTINGS: + return "Retrocesso"; + case MENU_ENUM_LABEL_VALUE_SHADER: + return "Shader"; + case MENU_ENUM_LABEL_VALUE_CHEAT: + return "Cheat"; + case MENU_ENUM_LABEL_VALUE_USER: + return "Usuário"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_BGM_ENABLE: + return "Ativar Sistema BGM"; + case MENU_ENUM_LABEL_VALUE_RETROPAD: + return "RetroPad"; + case MENU_ENUM_LABEL_VALUE_RETROKEYBOARD: + return "RetroTeclado"; + case MENU_ENUM_LABEL_VALUE_AUDIO_BLOCK_FRAMES: + return "Quadros de Blocos de Áudio"; + case MENU_ENUM_LABEL_VALUE_INPUT_DESCRIPTOR_LABEL_SHOW: + return "Mostrar Rótulos de Entradas de Core"; + case MENU_ENUM_LABEL_VALUE_INPUT_DESCRIPTOR_HIDE_UNBOUND: + return "Esconder Descritores de Entradas sem Uso"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FONT_ENABLE: + return "Mostrar Mensagem de Tela"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FONT_PATH: + return "Fonte da Mensagem de Tela"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FONT_SIZE: + return "Tamanho da Mensagem de Tela"; + case MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_POS_X: + return "Posição X da Mensagem de Tela"; + case MENU_ENUM_LABEL_VALUE_VIDEO_MESSAGE_POS_Y: + return "Posição Y da Mensagem de Tela"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SOFT_FILTER: + return "Ativar Filtro de Suavização"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FILTER_FLICKER: + return "Filtro de Cintilação"; + case MENU_ENUM_LABEL_VALUE_DIRECTORY_CONTENT: + return ""; + case MENU_ENUM_LABEL_VALUE_UNKNOWN: + return "Desconhecido"; + case MENU_ENUM_LABEL_VALUE_DONT_CARE: + return "Tanto faz"; + case MENU_ENUM_LABEL_VALUE_LINEAR: + return "Linear"; + case MENU_ENUM_LABEL_VALUE_NEAREST: + return "Nearest"; + case MENU_ENUM_LABEL_VALUE_DIRECTORY_DEFAULT: + return ""; + case MENU_ENUM_LABEL_VALUE_DIRECTORY_NONE: + return ""; + case MENU_ENUM_LABEL_VALUE_NOT_AVAILABLE: + return "N/A"; + case MENU_ENUM_LABEL_VALUE_INPUT_REMAPPING_DIRECTORY: + return "Remapeamentos de Controladores"; + case MENU_ENUM_LABEL_VALUE_JOYPAD_AUTOCONFIG_DIR: + return "Autoconfigurações de Dispositivos de Entrada"; + case MENU_ENUM_LABEL_VALUE_RECORDING_CONFIG_DIRECTORY: + return "Configurações de Gravações"; + case MENU_ENUM_LABEL_VALUE_RECORDING_OUTPUT_DIRECTORY: + return "Gravações"; + case MENU_ENUM_LABEL_VALUE_SCREENSHOT_DIRECTORY: + return "Capturas de Telas"; + case MENU_ENUM_LABEL_VALUE_PLAYLIST_DIRECTORY: + return "Históricos"; + case MENU_ENUM_LABEL_VALUE_SAVEFILE_DIRECTORY: + return "Saves"; + case MENU_ENUM_LABEL_VALUE_SAVESTATE_DIRECTORY: + return "Savestates"; + case MENU_ENUM_LABEL_VALUE_STDIN_CMD_ENABLE: + return "Comandos stdin"; + case MENU_ENUM_LABEL_VALUE_VIDEO_DRIVER: + return "Driver de Vídeo"; + case MENU_ENUM_LABEL_VALUE_RECORD_ENABLE: + return "Ativar Gravação"; + case MENU_ENUM_LABEL_VALUE_VIDEO_GPU_RECORD: + return "Ativar Gravação por GPU"; + case MENU_ENUM_LABEL_VALUE_RECORD_PATH: /* FIXME/UPDATE */ + return "Caminho da Gravação"; + case MENU_ENUM_LABEL_VALUE_RECORD_USE_OUTPUT_DIRECTORY: + return "Diretório de Saída"; + case MENU_ENUM_LABEL_VALUE_RECORD_CONFIG: + return "Configurações de Gravação"; + case MENU_ENUM_LABEL_VALUE_VIDEO_POST_FILTER_RECORD: + return "Ativar Filtro Pós-Gravação"; + case MENU_ENUM_LABEL_VALUE_CORE_ASSETS_DIRECTORY: + return "Recursos (Assets) de Cores"; /* FIXME/UPDATE */ + case MENU_ENUM_LABEL_VALUE_ASSETS_DIRECTORY: + return "Recursos (Assets)"; + case MENU_ENUM_LABEL_VALUE_DYNAMIC_WALLPAPERS_DIRECTORY: + return "Papéis de Parede Dinâmicos"; + case MENU_ENUM_LABEL_VALUE_RGUI_BROWSER_DIRECTORY: + return "Navegação"; + case MENU_ENUM_LABEL_VALUE_RGUI_CONFIG_DIRECTORY: + return "Configurações"; + case MENU_ENUM_LABEL_VALUE_LIBRETRO_INFO_PATH: + return "Informações de Cores"; + case MENU_ENUM_LABEL_VALUE_LIBRETRO_DIR_PATH: + return "Cores"; + case MENU_ENUM_LABEL_VALUE_CURSOR_DIRECTORY: + return "Cursores"; + case MENU_ENUM_LABEL_VALUE_CONTENT_DATABASE_DIRECTORY: + return "Databases de Conteúdo"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_DIRECTORY: + return "System/BIOS"; + case MENU_ENUM_LABEL_VALUE_CHEAT_DATABASE_PATH: + return "Cheats"; + case MENU_ENUM_LABEL_VALUE_CACHE_DIRECTORY: /* UPDATE/FIXME */ + return "Descompactação"; + case MENU_ENUM_LABEL_VALUE_AUDIO_FILTER_DIR: + return "Filtros de Áudio"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_DIR: + return "Shaders"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FILTER_DIR: + return "Filtros de Vídeo"; + case MENU_ENUM_LABEL_VALUE_OVERLAY_DIRECTORY: + return "Overlays"; + case MENU_ENUM_LABEL_VALUE_OSK_OVERLAY_DIRECTORY: + return "Overlays de Teclado"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_CLIENT_SWAP_INPUT: + return "Trocar Entradas de Netplay"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_SPECTATOR_MODE_ENABLE: + return "Ativar Espectador de Netplay"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_IP_ADDRESS: + return "Endereço IP"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_TCP_UDP_PORT: + return "Portas TCP/UDP de Netplay"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_ENABLE: + return "Ativar Netplay"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_DELAY_FRAMES: + return "Quadros de Retardo de Netplay"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_MODE: + return "Ativar Cliente de Netplay"; + case MENU_ENUM_LABEL_VALUE_RGUI_SHOW_START_SCREEN: + return "Mostrar Tela de Início"; + case MENU_ENUM_LABEL_VALUE_TITLE_COLOR: + return "Cor do Menu Título"; + case MENU_ENUM_LABEL_VALUE_ENTRY_HOVER_COLOR: + return "Cor de Realce do Menu Inicial"; + case MENU_ENUM_LABEL_VALUE_TIMEDATE_ENABLE: + return "Mostrar Hora / Data"; + case MENU_ENUM_LABEL_VALUE_THREADED_DATA_RUNLOOP_ENABLE: + return "Ativar Runloop de Threads de Dados"; + case MENU_ENUM_LABEL_VALUE_ENTRY_NORMAL_COLOR: + return "Cor do Menu Inicial"; + case MENU_ENUM_LABEL_VALUE_SHOW_ADVANCED_SETTINGS: + return "Mostrar Configurações Avançadas"; + case MENU_ENUM_LABEL_VALUE_MOUSE_ENABLE: + return "Suporte a Mouse"; + case MENU_ENUM_LABEL_VALUE_POINTER_ENABLE: + return "Suporte a Touch"; + case MENU_ENUM_LABEL_VALUE_CORE_ENABLE: + return "Mostrar Nome dos Cores"; + case MENU_ENUM_LABEL_VALUE_DPI_OVERRIDE_ENABLE: + return "Ativar Sobreposição de DPI"; + case MENU_ENUM_LABEL_VALUE_DPI_OVERRIDE_VALUE: + return "Sobreposição de DPI"; + case MENU_ENUM_LABEL_VALUE_SUSPEND_SCREENSAVER_ENABLE: + return "Suspender Proteção de Tela"; + case MENU_ENUM_LABEL_VALUE_VIDEO_DISABLE_COMPOSITION: + return "Desativar Desktop Composition"; + case MENU_ENUM_LABEL_VALUE_PAUSE_NONACTIVE: + return "Não Rodar em Background"; + case MENU_ENUM_LABEL_VALUE_UI_COMPANION_START_ON_BOOT: + return "Ativar UI Companion ao Iniciar"; + case MENU_ENUM_LABEL_VALUE_UI_MENUBAR_ENABLE: + return "Barra de Menu (Dica)"; + case MENU_ENUM_LABEL_VALUE_ARCHIVE_MODE: + return "Ação para Arquivos Compactados"; + case MENU_ENUM_LABEL_VALUE_NETWORK_CMD_ENABLE: + return "Comandos de Rede"; + case MENU_ENUM_LABEL_VALUE_NETWORK_CMD_PORT: + return "Porta para Comandos de Rede"; + case MENU_ENUM_LABEL_VALUE_HISTORY_LIST_ENABLE: + return "Ativar Lista de Histórico"; + case MENU_ENUM_LABEL_VALUE_CONTENT_HISTORY_SIZE: + return "Tamanho da Lista de Histórico"; + case MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE_AUTO: + return "Taxa de Atualização de Quadros Estimada"; + case MENU_ENUM_LABEL_VALUE_DUMMY_ON_CORE_SHUTDOWN: + return "Desligar Core Dummy On"; + case MENU_ENUM_LABEL_VALUE_CORE_SET_SUPPORTS_NO_CONTENT_ENABLE: /* TODO/FIXME */ + return "Não Iniciar Cores Automaticamente"; + case MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_ENABLE: + return "Limitar Velocidade Máxima de Execução"; + case MENU_ENUM_LABEL_VALUE_FASTFORWARD_RATIO: + return "Velocidade Máxima de Execução"; + case MENU_ENUM_LABEL_VALUE_AUTO_REMAPS_ENABLE: + return "Carregar Automaticamente Arquivos Remapeados"; + case MENU_ENUM_LABEL_VALUE_SLOWMOTION_RATIO: + return "Taxa de Câmera Lenta"; + case MENU_ENUM_LABEL_VALUE_CORE_SPECIFIC_CONFIG: + return "Configuração por Core"; + case MENU_ENUM_LABEL_VALUE_AUTO_OVERRIDES_ENABLE: + return "Carregar Automaticamente Arquivos de Sobreposição"; + case MENU_ENUM_LABEL_VALUE_CONFIG_SAVE_ON_EXIT: + return "Salvar Configuração ao Sair"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SMOOTH: + return "Filtragem Bilinear por Hardware"; + case MENU_ENUM_LABEL_VALUE_VIDEO_GAMMA: + return "Gamma de Vídeo"; + case MENU_ENUM_LABEL_VALUE_VIDEO_ALLOW_ROTATE: + return "Permitir Rotação"; + case MENU_ENUM_LABEL_VALUE_VIDEO_HARD_SYNC: + return "Sincronizar GPU com CPU"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SWAP_INTERVAL: + return "Intervalo de Permuta do Sincronismo Vertical"; + case MENU_ENUM_LABEL_VALUE_VIDEO_VSYNC: + return "Sincronismo Vertical"; + case MENU_ENUM_LABEL_VALUE_VIDEO_THREADED: + return "Vídeo em Threads"; + case MENU_ENUM_LABEL_VALUE_VIDEO_ROTATION: + return "Rotação"; + case MENU_ENUM_LABEL_VALUE_VIDEO_GPU_SCREENSHOT: + return "Ativar Captura de Tela via GPU"; + case MENU_ENUM_LABEL_VALUE_VIDEO_CROP_OVERSCAN: + return "Descartar Overscan (Recarregue)"; + case MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_INDEX: + return "Índice de Relações de Aspecto"; + case MENU_ENUM_LABEL_VALUE_VIDEO_ASPECT_RATIO_AUTO: + return "Relação de Aspecto Automática"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FORCE_ASPECT: + return "Forçar Relação de Aspecto"; + case MENU_ENUM_LABEL_VALUE_VIDEO_REFRESH_RATE: + return "Taxa de Atualização de Tela"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FORCE_SRGB_DISABLE: + return "Forcar Desativação de sRGB FBO"; + case MENU_ENUM_LABEL_VALUE_VIDEO_WINDOWED_FULLSCREEN: + return "Modo Tela Cheia em Janela"; + case MENU_ENUM_LABEL_VALUE_PAL60_ENABLE: + return "Usar Modo PAL60"; + case MENU_ENUM_LABEL_VALUE_VIDEO_VFILTER: + return "Eliminar Cintilação"; + case MENU_ENUM_LABEL_VALUE_VIDEO_VI_WIDTH: + return "Definir Largura de Tela VI"; + case MENU_ENUM_LABEL_VALUE_VIDEO_BLACK_FRAME_INSERTION: + return "Inserção de Quadro Negro"; + case MENU_ENUM_LABEL_VALUE_VIDEO_HARD_SYNC_FRAMES: + return "Quadros de Sincronização entre GPU e CPU"; + case MENU_ENUM_LABEL_VALUE_SORT_SAVEFILES_ENABLE: + return "Ordenar Saves em Pastas"; + case MENU_ENUM_LABEL_VALUE_SORT_SAVESTATES_ENABLE: + return "Ordenar Savestates em Pastas"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FULLSCREEN: + return "Usar Modo Tela Cheia"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SCALE: + return "Variar Escala em Janela"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SCALE_INTEGER: + return "Escala em Degraus Inteiros"; + case MENU_ENUM_LABEL_VALUE_PERFCNT_ENABLE: + return "Contadores de Desempenho"; + case MENU_ENUM_LABEL_VALUE_LIBRETRO_LOG_LEVEL: + return "Nível de Registro de Core"; + case MENU_ENUM_LABEL_VALUE_LOG_VERBOSITY: + return "Detalhamento de Registro"; + case MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_LOAD: + return "Carregar Savestate Automaticamente"; + case MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_INDEX: + return "Índice Automático de Savestates"; + case MENU_ENUM_LABEL_VALUE_SAVESTATE_AUTO_SAVE: + return "Savestate Automático"; + case MENU_ENUM_LABEL_VALUE_AUTOSAVE_INTERVAL: + return "Intervalo de Gravação Automática de SaveRAM"; + case MENU_ENUM_LABEL_VALUE_BLOCK_SRAM_OVERWRITE: + return "Não Sobrescrever SaveRAM ao Carregar Savestate"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHARED_CONTEXT: + return "Ativar Contexto Compartilhado de Hardware"; + case MENU_ENUM_LABEL_VALUE_RESTART_RETROARCH: + return "Reiniciar RetroArch"; + case MENU_ENUM_LABEL_VALUE_NETPLAY_NICKNAME: + return "Nome de Usuário"; + case MENU_ENUM_LABEL_VALUE_USER_LANGUAGE: + return "Idioma"; + case MENU_ENUM_LABEL_VALUE_CAMERA_ALLOW: + return "Autorizar Câmera"; + case MENU_ENUM_LABEL_VALUE_LOCATION_ALLOW: + return "Autorizar Localização"; + case MENU_ENUM_LABEL_VALUE_PAUSE_LIBRETRO: + return "Pausar Quando o Menu for Ativado"; + case MENU_ENUM_LABEL_VALUE_INPUT_OSK_OVERLAY_ENABLE: + return "Mostrar Overlay de Teclado"; + case MENU_ENUM_LABEL_VALUE_INPUT_OVERLAY_ENABLE: + return "Mostrar Overlay"; + case MENU_ENUM_LABEL_VALUE_VIDEO_MONITOR_INDEX: + return "Índice de Monitores"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FRAME_DELAY: + return "Retardo de Quadro"; + case MENU_ENUM_LABEL_VALUE_INPUT_DUTY_CYCLE: + return "Ciclo de Trabalho"; + case MENU_ENUM_LABEL_VALUE_INPUT_TURBO_PERIOD: + return "Período de Turbo"; + case MENU_ENUM_LABEL_VALUE_INPUT_AXIS_THRESHOLD: + return "Limiar de Eixo do Controlador"; + case MENU_ENUM_LABEL_VALUE_INPUT_REMAP_BINDS_ENABLE: + return "Ativar Remapeamentos"; + case MENU_ENUM_LABEL_VALUE_INPUT_MAX_USERS: + return "Usuários Máximos"; + case MENU_ENUM_LABEL_VALUE_INPUT_AUTODETECT_ENABLE: + return "Ativar Autoconfiguração"; + case MENU_ENUM_LABEL_VALUE_AUDIO_OUTPUT_RATE: + return "Taxa de Amostragem de Áudio (KHz)"; + case MENU_ENUM_LABEL_VALUE_AUDIO_MAX_TIMING_SKEW: + return "Distorção Máxima de Sincronização de Áudio"; + case MENU_ENUM_LABEL_VALUE_CHEAT_NUM_PASSES: + return "Códigos de Cheat"; + case MENU_ENUM_LABEL_VALUE_REMAP_FILE_SAVE_CORE: + return "Salvar Remapeamento de Core"; + case MENU_ENUM_LABEL_VALUE_REMAP_FILE_SAVE_GAME: + return "Salvar Remapeamento de Jogo"; + case MENU_ENUM_LABEL_VALUE_CHEAT_APPLY_CHANGES: + return "Aplicar Alterações de Cheats"; + case MENU_ENUM_LABEL_VALUE_SHADER_APPLY_CHANGES: + return "Aplicar Alterações de Shaders"; + case MENU_ENUM_LABEL_VALUE_REWIND_ENABLE: + return "Ativar Retrocesso"; + case MENU_ENUM_LABEL_VALUE_CONTENT_COLLECTION_LIST: + return "Selecionar da Coleção"; + case MENU_ENUM_LABEL_VALUE_DETECT_CORE_LIST: + return "Selecionar Arquivo e Detectar Core"; + case MENU_ENUM_LABEL_VALUE_LOAD_CONTENT_HISTORY: + return "Selecionar do Histórico"; + case MENU_ENUM_LABEL_VALUE_AUDIO_ENABLE: + return "Ativar Áudio"; + case MENU_ENUM_LABEL_VALUE_FPS_SHOW: + return "Mostrar Taxa de Quadros"; + case MENU_ENUM_LABEL_VALUE_AUDIO_MUTE: + return "Silenciar Áudio"; + case MENU_ENUM_LABEL_VALUE_AUDIO_VOLUME: + return "Volume de Áudio (dB)"; + case MENU_ENUM_LABEL_VALUE_AUDIO_SYNC: + return "Ativar Sincronismo de Áudio"; + case MENU_ENUM_LABEL_VALUE_AUDIO_RATE_CONTROL_DELTA: + return "Variação Máxima de Taxa de Áudio"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_NUM_PASSES: + return "Número de Shaders"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_SHA1: + return "SHA1"; + case MENU_ENUM_LABEL_VALUE_CONFIGURATIONS: + return "Carregar Configuração"; + case MENU_ENUM_LABEL_VALUE_REWIND_GRANULARITY: + return "Granularidade do Retrocesso"; + case MENU_ENUM_LABEL_VALUE_REMAP_FILE_LOAD: + return "Carregar Remapeamento"; + case MENU_ENUM_LABEL_VALUE_CUSTOM_RATIO: + return "Relação de Aspecto Personalizada"; + case MENU_ENUM_LABEL_VALUE_USE_THIS_DIRECTORY: + return ""; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_START_CONTENT: + return "Iniciar Conteúdo"; + case MENU_ENUM_LABEL_VALUE_DISK_OPTIONS: /* UPDATE/FIXME */ + return "Opções de Disco do Core"; + case MENU_ENUM_LABEL_VALUE_CORE_OPTIONS: + return "Opções"; + case MENU_ENUM_LABEL_VALUE_CORE_CHEAT_OPTIONS: + return "Cheats"; + case MENU_ENUM_LABEL_VALUE_CHEAT_FILE_LOAD: + return "Carregar Cheat"; + case MENU_ENUM_LABEL_VALUE_CHEAT_FILE_SAVE_AS: + return "Salvar Cheat Como"; + case MENU_ENUM_LABEL_VALUE_CORE_COUNTERS: + return "Contadores de Core"; + case MENU_ENUM_LABEL_VALUE_TAKE_SCREENSHOT: + return "Capturar Tela"; + case MENU_ENUM_LABEL_VALUE_RESUME: + return "Retomar"; + case MENU_ENUM_LABEL_VALUE_DISK_INDEX: + return "Índice de Discos"; + case MENU_ENUM_LABEL_VALUE_FRONTEND_COUNTERS: + return "Contadores do Frontend"; + case MENU_ENUM_LABEL_VALUE_DISK_IMAGE_APPEND: + return "Anexar Imagem de Disco"; + case MENU_ENUM_LABEL_VALUE_DISK_CYCLE_TRAY_STATUS: + return "Estado do Drive de Disco"; + case MENU_ENUM_LABEL_VALUE_NO_PLAYLIST_ENTRIES_AVAILABLE: + return "Histórico vazio."; + case MENU_ENUM_LABEL_VALUE_NO_CORE_INFORMATION_AVAILABLE: + return "Nenhuma informação de core disponível."; + case MENU_ENUM_LABEL_VALUE_NO_CORE_OPTIONS_AVAILABLE: + return "Nenhuma opção de core disponível."; + case MENU_ENUM_LABEL_VALUE_NO_CORES_AVAILABLE: + return "Nenhum core disponível."; + case MENU_ENUM_LABEL_VALUE_NO_CORE: + return "Nenhum Core"; + case MENU_ENUM_LABEL_VALUE_DATABASE_MANAGER: + return "Gerenciador de Databases"; + case MENU_ENUM_LABEL_VALUE_CURSOR_MANAGER: + return "Gerenciador de Cursores"; + case MENU_ENUM_LABEL_VALUE_MAIN_MENU: + return "Main Menu"; + case MENU_ENUM_LABEL_VALUE_SETTINGS: + return "Definições"; + case MENU_ENUM_LABEL_VALUE_QUIT_RETROARCH: + return "Sair do RetroArch"; + case MENU_ENUM_LABEL_VALUE_SHUTDOWN: + return "Desligar"; + case MENU_ENUM_LABEL_VALUE_REBOOT: + return "Reiniciar"; + case MENU_ENUM_LABEL_VALUE_HELP: + return "Ajuda"; + case MENU_ENUM_LABEL_VALUE_SAVE_NEW_CONFIG: + return "Salvar Nova Configuração"; + case MENU_ENUM_LABEL_VALUE_RESTART_CONTENT: + return "Reiniciar"; + case MENU_ENUM_LABEL_VALUE_CORE_UPDATER_LIST: + return "Atualização de Cores"; + case MENU_ENUM_LABEL_VALUE_CORE_UPDATER_BUILDBOT_URL: + return "URL Buildbot de Cores"; + case MENU_ENUM_LABEL_VALUE_BUILDBOT_ASSETS_URL: + return "URL Buildbot de Recursos (Assets)"; + case MENU_ENUM_LABEL_VALUE_NAVIGATION_WRAPAROUND: + return "Navegação Circular"; + case MENU_ENUM_LABEL_VALUE_NAVIGATION_BROWSER_FILTER_SUPPORTED_EXTENSIONS_ENABLE: + return "Filtrar por Extensões Suportadas"; + case MENU_ENUM_LABEL_VALUE_CORE_UPDATER_AUTO_EXTRACT_ARCHIVE: + return "Autoextrair Arquivos Baixados"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFORMATION: + return "Informação de Sistema"; + case MENU_ENUM_LABEL_VALUE_ONLINE_UPDATER: + return "Atualização Online"; + case MENU_ENUM_LABEL_VALUE_CORE_INFORMATION: + return "Informação de Core"; + case MENU_ENUM_LABEL_VALUE_DIRECTORY_NOT_FOUND: + return "Diretório não encontrado."; + case MENU_ENUM_LABEL_VALUE_NO_ITEMS: + return "Nenhum item."; + case MENU_ENUM_LABEL_VALUE_CORE_LIST: + return "Carregar Core"; + case MENU_ENUM_LABEL_VALUE_LOAD_CONTENT: + return "Selecionar Arquivo"; + case MENU_ENUM_LABEL_VALUE_CLOSE_CONTENT: + return "Fechar"; + case MENU_ENUM_LABEL_VALUE_MANAGEMENT: + return "Databases"; + case MENU_ENUM_LABEL_VALUE_SAVE_STATE: + return "Salvar Savestate"; + case MENU_ENUM_LABEL_VALUE_LOAD_STATE: + return "Carregar Savestate"; + case MENU_ENUM_LABEL_VALUE_RESUME_CONTENT: + return "Retomar"; + case MENU_ENUM_LABEL_VALUE_INPUT_DRIVER: + return "Driver de Controlador"; + case MENU_ENUM_LABEL_VALUE_AUDIO_DRIVER: + return "Driver de Áudio"; + case MENU_ENUM_LABEL_VALUE_JOYPAD_DRIVER: + return "Driver de Joypad"; + case MENU_ENUM_LABEL_VALUE_AUDIO_RESAMPLER_DRIVER: + return "Driver do Amostrador de Áudio"; + case MENU_ENUM_LABEL_VALUE_RECORD_DRIVER: + return "Driver de Gravação"; + case MENU_ENUM_LABEL_VALUE_MENU_DRIVER: + return "Driver de Menu"; + case MENU_ENUM_LABEL_VALUE_CAMERA_DRIVER: + return "Driver de Câmera"; + case MENU_ENUM_LABEL_VALUE_LOCATION_DRIVER: + return "Driver de Localização"; + case MENU_ENUM_LABEL_VALUE_UNABLE_TO_READ_COMPRESSED_FILE: + return "Incapaz de ler arquivo compactado."; + case MENU_ENUM_LABEL_VALUE_OVERLAY_SCALE: + return "Interpolação de Overlay"; + case MENU_ENUM_LABEL_VALUE_OVERLAY_PRESET: + return "Predefinições de Overlay"; + case MENU_ENUM_LABEL_VALUE_AUDIO_LATENCY: + return "Latência de Áudio (ms)"; + case MENU_ENUM_LABEL_VALUE_AUDIO_DEVICE: + return "Dispositivo de Áudio"; + case MENU_ENUM_LABEL_VALUE_KEYBOARD_OVERLAY_PRESET: + return "Predefinições de Overlay de Teclado"; + case MENU_ENUM_LABEL_VALUE_OVERLAY_OPACITY: + return "Opacidade de Overlay"; + case MENU_ENUM_LABEL_VALUE_MENU_WALLPAPER: + return "Papel de Parede do Menu"; + case MENU_ENUM_LABEL_VALUE_DYNAMIC_WALLPAPER: + return "Papel de Parede Dinâmico"; + case MENU_ENUM_LABEL_VALUE_CORE_INPUT_REMAPPING_OPTIONS: /* UPDATE/FIXME */ + return "Opções de Remapeamento de Controlador de Core"; + case MENU_ENUM_LABEL_VALUE_SHADER_OPTIONS: + return "Shaders"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PARAMETERS: + return "Parâmetros de Shader em Uso"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_PARAMETERS: + return "Menu de Parâmetros de Shader"; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET_SAVE_AS: + return "Salvar Predefinições de Shader Como"; + case MENU_ENUM_LABEL_VALUE_NO_SHADER_PARAMETERS: + return "Nenhum parâmetro de shader disponível."; + case MENU_ENUM_LABEL_VALUE_VIDEO_SHADER_PRESET: + return "Carregar Predefinições de Shader"; + case MENU_ENUM_LABEL_VALUE_VIDEO_FILTER: + return "Filtro de Vídeo"; + case MENU_ENUM_LABEL_VALUE_AUDIO_DSP_PLUGIN: + return "Plugin de DSP de Áudio"; + case MENU_ENUM_LABEL_VALUE_STARTING_DOWNLOAD: + return "Iniciando download: "; + case MENU_ENUM_LABEL_VALUE_SECONDS: + return "segundos"; + case MENU_ENUM_LABEL_VALUE_OFF: + return "OFF"; + case MENU_ENUM_LABEL_VALUE_ON: + return "ON"; + case MENU_ENUM_LABEL_VALUE_UPDATE_ASSETS: + return "Atualizar Recursos (Assets)"; + case MENU_ENUM_LABEL_VALUE_UPDATE_CHEATS: + return "Atualizar Cheats"; + case MENU_ENUM_LABEL_VALUE_UPDATE_AUTOCONFIG_PROFILES: + return "Atualizar Perfis de Autoconfiguração"; + case MENU_ENUM_LABEL_VALUE_UPDATE_DATABASES: + return "Atualizar Databases"; + case MENU_ENUM_LABEL_VALUE_UPDATE_OVERLAYS: + return "Atualizar Overlays"; + case MENU_ENUM_LABEL_VALUE_UPDATE_CG_SHADERS: + return "Atualizar Shaders Cg"; + case MENU_ENUM_LABEL_VALUE_UPDATE_GLSL_SHADERS: + return "Atualizar Shaders GLSL"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NAME: + return "Nome do core"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_LABEL: + return "Rótulo do core"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_NAME: + return "Nome do sistema"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_SYSTEM_MANUFACTURER: + return "Fabricante do sistema"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_CATEGORIES: + return "Categorias"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_AUTHORS: + return "Autores"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_PERMISSIONS: + return "Permissões"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_LICENSES: + return "Licença(s)"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_SUPPORTED_EXTENSIONS: + return "Extensões suportadas"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_FIRMWARE: + return "Firmware"; + case MENU_ENUM_LABEL_VALUE_CORE_INFO_CORE_NOTES: + return "Notas do core"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_BUILD_DATE: + return "Data do build"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GIT_VERSION: + return "Versão do git"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CPU_FEATURES: + return "Atributos da CPU"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_IDENTIFIER: + return "Indentificador do frontend"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_NAME: + return "Nome do frontend"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FRONTEND_OS: + return "OS do frontend"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RETRORATING_LEVEL: + return "Nível de RetroRating"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE: + return "Fonte de energia"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_NO_SOURCE: + return "Nenhuma fonte"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_CHARGING: + return "Carregando"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_CHARGED: + return "Carregado"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_POWER_SOURCE_DISCHARGING: + return "Descarregando"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_VIDEO_CONTEXT_DRIVER: + return "Driver de contexto de vídeo"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_WIDTH: + return "Mostrar largura (mm)"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_MM_HEIGHT: + return "Mostrar altura (mm)"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DISPLAY_METRIC_DPI: + return "Mostrar DPI"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBRETRODB_SUPPORT: + return "Suporte a LibretroDB"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OVERLAY_SUPPORT: + return "Suporte a Overlay"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COMMAND_IFACE_SUPPORT: + return "Suporte a interface de comandos"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETWORK_COMMAND_IFACE_SUPPORT: + return "Suporte a interface de comandos de rede"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_COCOA_SUPPORT: + return "Suporte a Cocoa"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RPNG_SUPPORT: + return "Suporte a PNG (RPNG)"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_SUPPORT: + return "Suporte a SDL1.2"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL2_SUPPORT: + return "Suporte a SDL2"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGL_SUPPORT: + return "Suporte a OpenGL"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENGLES_SUPPORT: + return "Suporte a OpenGL ES"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_THREADING_SUPPORT: + return "Suporte a Threading"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_KMS_SUPPORT: + return "Suporte a KMS/EGL"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_UDEV_SUPPORT: + return "Suporte a Udev"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENVG_SUPPORT: + return "Suporte a OpenVG"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_EGL_SUPPORT: + return "Suporte a EGL"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_X11_SUPPORT: + return "Suporte a X11"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_WAYLAND_SUPPORT: + return "Suporte a Wayland"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XVIDEO_SUPPORT: + return "Suporte a XVideo"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ALSA_SUPPORT: + return "Suporte a ALSA"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OSS_SUPPORT: + return "Suporte a OSS"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENAL_SUPPORT: + return "Suporte a OpenAL"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_OPENSL_SUPPORT: + return "Suporte a OpenSL"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_RSOUND_SUPPORT: + return "Suporte a RSound"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ROARAUDIO_SUPPORT: + return "Suporte a RoarAudio"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_JACK_SUPPORT: + return "Suporte a JACK"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_PULSEAUDIO_SUPPORT: + return "Suporte a PulseAudio"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DSOUND_SUPPORT: + return "Suporte a DirectSound"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_XAUDIO2_SUPPORT: + return "Suporte a XAudio2"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_ZLIB_SUPPORT: + return "Suporte a Zlib"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_7ZIP_SUPPORT: + return "Suporte a 7zip"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_DYLIB_SUPPORT: + return "Suporte a bibliotecas dinâmicas"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CG_SUPPORT: + return "Suporte a Cg"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_GLSL_SUPPORT: + return "Suporte a GLSL"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_HLSL_SUPPORT: + return "Suporte a HLSL"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBXML2_SUPPORT: + return "Suporte a análise XML libxml2"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_SDL_IMAGE_SUPPORT: + return "Suporte a imagem SDL"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FBO_SUPPORT: + return "Suporte a OpenGL/Direct3D render-to-texture (multi-pass shaders)"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FFMPEG_SUPPORT: + return "Suporte a FFmpeg"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_CORETEXT_SUPPORT: + return "Suporte a CoreText"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_FREETYPE_SUPPORT: + return "Suporte a FreeType"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_NETPLAY_SUPPORT: + return "Suporte a Netplay (peer-to-peer)"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_PYTHON_SUPPORT: + return "Suporte a Python (script em shaders)"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_V4L2_SUPPORT: + return "Suporte a Video4Linux2"; + case MENU_ENUM_LABEL_VALUE_SYSTEM_INFO_LIBUSB_SUPPORT: + return "Suporte a Libusb"; + case MENU_ENUM_LABEL_VALUE_YES: + return "Sim"; + case MENU_ENUM_LABEL_VALUE_NO: + return "Não"; + case MENU_ENUM_LABEL_VALUE_BACK: + return "VOLTAR"; + case MENU_ENUM_LABEL_VALUE_SCREEN_RESOLUTION: + return "Resolução de Tela"; + case MENU_ENUM_LABEL_VALUE_DISABLED: + return "Desativado"; + case MENU_ENUM_LABEL_VALUE_PORT: + return "Porta"; + case MENU_ENUM_LABEL_VALUE_NONE: + return "Nenhum"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DEVELOPER: + return "Desenvolvedor"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_PUBLISHER: + return "Editora"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_DESCRIPTION: + return "Descrição"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_NAME: + return "Nome"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_ORIGIN: + return "Origem"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_FRANCHISE: + return "Franquia"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RELEASE_MONTH: + return "Mês de Lançamento"; + case MENU_ENUM_LABEL_VALUE_RDB_ENTRY_RELEASE_YEAR: + return "Ano de Lançamento"; + case MENU_ENUM_LABEL_VALUE_TRUE: + return "Verdadeiro"; + case MENU_ENUM_LABEL_VALUE_FALSE: + return "Falso"; + case MENU_ENUM_LABEL_VALUE_MISSING: + return "Faltando"; + case MENU_ENUM_LABEL_VALUE_PRESENT: + return "Presente"; + case MENU_ENUM_LABEL_VALUE_OPTIONAL: + return "Opcional"; + case MENU_ENUM_LABEL_VALUE_REQUIRED: + return "Obrigatório"; + case MENU_ENUM_LABEL_VALUE_STATUS: + return "Status"; + case MENU_ENUM_LABEL_VALUE_AUDIO_SETTINGS: + return "Áudio"; + case MENU_ENUM_LABEL_VALUE_INPUT_SETTINGS: + return "Entradas"; + case MENU_ENUM_LABEL_VALUE_ONSCREEN_DISPLAY_SETTINGS: + return "Informações de Tela"; + case MENU_ENUM_LABEL_VALUE_OVERLAY_SETTINGS: + return "Overlay em Tela"; + case MENU_ENUM_LABEL_VALUE_MENU_SETTINGS: + return "Menu"; + case MENU_ENUM_LABEL_VALUE_MULTIMEDIA_SETTINGS: + return "Reprodução de Mídia"; /* UPDATE/FIXME */ + case MENU_ENUM_LABEL_VALUE_UI_SETTINGS: + return "Interface de Usuário"; + case MENU_ENUM_LABEL_VALUE_MENU_FILE_BROWSER_SETTINGS: + return "Menu de Navegação"; + case MENU_ENUM_LABEL_VALUE_CORE_UPDATER_SETTINGS: + return "Atualização de Core"; /* UPDATE/FIXME */ + case MENU_ENUM_LABEL_VALUE_NETWORK_SETTINGS: + return "Rede"; + case MENU_ENUM_LABEL_VALUE_PLAYLIST_SETTINGS: + return "Histórico"; + case MENU_ENUM_LABEL_VALUE_USER_SETTINGS: + return "Usuário"; + case MENU_ENUM_LABEL_VALUE_DIRECTORY_SETTINGS: + return "Diretórios"; + case MENU_ENUM_LABEL_VALUE_RECORDING_SETTINGS: + return "Gravação"; + case MENU_ENUM_LABEL_VALUE_NO_INFORMATION_AVAILABLE: + return "Nenhuma informação disponível."; + case MENU_ENUM_LABEL_VALUE_INPUT_USER_BINDS: + return "Usuário %u"; + case MENU_ENUM_LABEL_VALUE_LANG_ENGLISH: + return "Inglês"; + case MENU_ENUM_LABEL_VALUE_LANG_JAPANESE: + return "Japonês"; + case MENU_ENUM_LABEL_VALUE_LANG_FRENCH: + return "Francês"; + case MENU_ENUM_LABEL_VALUE_LANG_SPANISH: + return "Espanhol"; + case MENU_ENUM_LABEL_VALUE_LANG_GERMAN: + return "Alemão"; + case MENU_ENUM_LABEL_VALUE_LANG_ITALIAN: + return "Italiano"; + case MENU_ENUM_LABEL_VALUE_LANG_DUTCH: + return "Holandês"; + case MENU_ENUM_LABEL_VALUE_LANG_PORTUGUESE: + return "Português"; + case MENU_ENUM_LABEL_VALUE_LANG_RUSSIAN: + return "Russo"; + case MENU_ENUM_LABEL_VALUE_LANG_KOREAN: + return "Coreano"; + case MENU_ENUM_LABEL_VALUE_LANG_CHINESE_TRADITIONAL: + return "Chinês (Tradicional)"; + case MENU_ENUM_LABEL_VALUE_LANG_CHINESE_SIMPLIFIED: + return "Chinês (Simplificado)"; + case MENU_ENUM_LABEL_VALUE_LANG_ESPERANTO: + return "Esperanto"; + case MENU_ENUM_LABEL_VALUE_LEFT_ANALOG: + return "Analógico Esquerdo"; + case MENU_ENUM_LABEL_VALUE_RIGHT_ANALOG: + return "Analógico Direito"; + case MENU_ENUM_LABEL_VALUE_INPUT_HOTKEY_BINDS: + return "Associação de Teclas de Atalho"; + case MENU_ENUM_LABEL_VALUE_FRAME_THROTTLE_SETTINGS: + return "Definições do Limitador de Quadros"; + case MENU_ENUM_LABEL_VALUE_SEARCH: + return "Busca:"; + case MENU_ENUM_LABEL_VALUE_USE_BUILTIN_IMAGE_VIEWER: + return "Usar Visualizador de Imagens Interno"; + default: + break; + } + + return "null"; +} + const char *menu_hash_to_str_pt(uint32_t hash) { switch (hash) diff --git a/menu/menu_hash.h b/menu/menu_hash.h index 02fcf3f7e2..7c011125a2 100644 --- a/menu/menu_hash.h +++ b/menu/menu_hash.h @@ -2380,6 +2380,7 @@ const char *menu_hash_to_str_it_enum(enum menu_hash_enums msg); int menu_hash_get_help_it(uint32_t hash, char *s, size_t len); const char *menu_hash_to_str_nl(uint32_t hash); +const char *menu_hash_to_str_nl_enum(enum menu_hash_enums msg); int menu_hash_get_help_nl(uint32_t hash, char *s, size_t len); const char *menu_hash_to_str_pl(uint32_t hash); @@ -2387,6 +2388,7 @@ const char *menu_hash_to_str_pl_enum(enum menu_hash_enums msg); int menu_hash_get_help_pl(uint32_t hash, char *s, size_t len); const char *menu_hash_to_str_pt(uint32_t hash); +const char *menu_hash_to_str_pt_enum(enum menu_hash_enums msg); int menu_hash_get_help_pt(uint32_t hash, char *s, size_t len); const char *menu_hash_to_str_eo(uint32_t hash);